From 15e854a5088c3bd09feb895db7d604abde12b229 Mon Sep 17 00:00:00 2001 From: anperederi Date: Fri, 24 Nov 2023 23:06:28 +0100 Subject: [PATCH] :sparkles: :rocket: :test_tube: add fit file feature --- Sources/composer.json | 3 + Sources/composer.lock | 1135 +- .../php-fit-file-analysis/.codeclimate.yml | 11 + .../php-fit-file-analysis/.gitattributes | 17 + .../php-fit-file-analysis/.gitignore | 49 + .../php-fit-file-analysis/.travis.yml | 15 + .../php-fit-file-analysis}/LICENSE | 12 +- .../php-fit-file-analysis/README.md | 383 + .../php-fit-file-analysis/composer.json | 17 + .../php-fit-file-analysis/demo/css/dc.css | 319 + .../demo/fit_files/mountain-biking.fit | Bin 0 -> 46927 bytes .../demo/fit_files/power-analysis.fit | Bin 0 -> 113213 bytes .../demo/fit_files/road-cycling.fit | Bin 0 -> 100924 bytes .../demo/fit_files/swim.fit | Bin 0 -> 6325 bytes .../demo/img/mountain-biking.jpg | Bin 0 -> 31007 bytes .../demo/img/power-analysis.jpg | Bin 0 -> 25731 bytes .../demo/img/quadrant-analysis.jpg | Bin 0 -> 34207 bytes .../php-fit-file-analysis/demo/img/swim.jpg | Bin 0 -> 28751 bytes .../php-fit-file-analysis/demo/index.php | 61 + .../demo/js/crossfilter.js | 1401 +++ .../php-fit-file-analysis/demo/js/d3.js | 9504 +++++++++++++++++ .../php-fit-file-analysis/demo/js/dc.js | 9330 ++++++++++++++++ .../demo/js/jquery.flot.min.js | 8 + .../demo/js/jquery.flot.pie.min.js | 7 + .../demo/libraries/Line_DouglasPeucker.php | 83 + .../demo/libraries/PolylineEncoder.php | 104 + .../demo/mountain-biking.php | 298 + .../demo/power-analysis.php | 490 + .../demo/quadrant-analysis.php | 356 + .../php-fit-file-analysis/demo/swim.php | 185 + .../src/phpFITFileAnalysis.php | 2956 +++++ .../tests/pFFA-Basic-Test.php | 92 + .../tests/pFFA-EnumData-Test.php | 33 + .../tests/pFFA-FixData-Test.php | 132 + .../tests/pFFA-GetJSON-Test.php | 34 + .../tests/pFFA-HR-Test.php | 52 + .../tests/pFFA-IsPaused-Test.php | 33 + .../tests/pFFA-Power-Test.php | 157 + .../tests/pFFA-QuadrantAnalysis-Test.php | 51 + .../tests/pFFA-SetUnits-Test.php | 60 + Sources/vendor/composer/autoload_classmap.php | 1040 +- Sources/vendor/composer/autoload_files.php | 3 - Sources/vendor/composer/autoload_psr4.php | 9 +- Sources/vendor/composer/autoload_real.php | 2 - Sources/vendor/composer/autoload_static.php | 1089 +- Sources/vendor/composer/installed.json | 1207 +-- Sources/vendor/composer/installed.php | 218 +- Sources/vendor/composer/platform_check.php | 26 - .../instantiator/.doctrine-project.json | 47 - .../doctrine/instantiator/CONTRIBUTING.md | 35 - Sources/vendor/doctrine/instantiator/LICENSE | 19 - .../vendor/doctrine/instantiator/README.md | 38 - .../doctrine/instantiator/composer.json | 48 - .../doctrine/instantiator/docs/en/index.rst | 68 - .../doctrine/instantiator/docs/en/sidebar.rst | 4 - .../vendor/doctrine/instantiator/psalm.xml | 16 - .../Exception/ExceptionInterface.php | 12 - .../Exception/InvalidArgumentException.php | 50 - .../Exception/UnexpectedValueException.php | 59 - .../Doctrine/Instantiator/Instantiator.php | 262 - .../Instantiator/InstantiatorInterface.php | 24 - .../graham-campbell/result-type/LICENSE | 21 - .../graham-campbell/result-type/composer.json | 33 - .../graham-campbell/result-type/src/Error.php | 120 - .../result-type/src/Result.php | 69 - .../result-type/src/Success.php | 119 - Sources/vendor/phpoption/phpoption/LICENSE | 201 - .../vendor/phpoption/phpoption/composer.json | 52 - .../phpoption/src/PhpOption/LazyOption.php | 175 - .../phpoption/src/PhpOption/None.php | 136 - .../phpoption/src/PhpOption/Option.php | 434 - .../phpoption/src/PhpOption/Some.php | 169 - .../php-code-coverage/ChangeLog-10.1.md | 83 + .../php-code-coverage/ChangeLog-9.2.md | 563 - .../vendor/phpunit/php-code-coverage/LICENSE | 0 .../phpunit/php-code-coverage/README.md | 9 +- .../phpunit/php-code-coverage/SECURITY.md | 30 + .../phpunit/php-code-coverage/composer.json | 22 +- .../php-code-coverage/src/CodeCoverage.php | 300 +- .../{ => Data}/ProcessedCodeCoverageData.php | 33 +- .../src/{ => Data}/RawCodeCoverageData.php | 57 +- .../php-code-coverage/src/Driver/Driver.php | 47 +- .../src/Driver/PcovDriver.php | 21 +- .../src/Driver/PhpdbgDriver.php | 93 - .../php-code-coverage/src/Driver/Selector.php | 25 +- .../src/Driver/Xdebug2Driver.php | 128 - .../{Xdebug3Driver.php => XdebugDriver.php} | 99 +- ...chAndPathCoverageNotSupportedException.php | 0 ...DeadCodeDetectionNotSupportedException.php | 0 .../DirectoryCouldNotBeCreatedException.php | 0 .../src/Exception/Exception.php | 0 ...php => FileCouldNotBeWrittenException.php} | 5 +- .../Exception/InvalidArgumentException.php | 0 ...NoCodeCoverageDriverAvailableException.php | 0 ...hPathCoverageSupportAvailableException.php | 0 .../src/Exception/ParserException.php | 0 .../PathExistsButIsNotDirectoryException.php | 0 .../Exception/PcovNotAvailableException.php | 0 .../Exception/PhpdbgNotAvailableException.php | 21 - .../src/Exception/ReflectionException.php | 0 .../ReportAlreadyFinalizedException.php | 0 ...ticAnalysisCacheNotConfiguredException.php | 0 .../src/Exception/TestIdMissingException.php | 0 .../UnintentionallyCoveredCodeException.php | 10 +- .../WriteOperationFailedException.php | 0 .../Exception/Xdebug2NotEnabledException.php | 21 - .../Exception/XdebugNotAvailableException.php | 0 ...tion.php => XdebugNotEnabledException.php} | 2 +- .../src/Exception/XmlException.php | 0 .../phpunit/php-code-coverage/src/Filter.php | 32 +- .../src/Node/AbstractNode.php | 117 +- .../php-code-coverage/src/Node/Builder.php | 21 +- .../php-code-coverage/src/Node/CrapIndex.php | 11 +- .../php-code-coverage/src/Node/Directory.php | 128 +- .../php-code-coverage/src/Node/File.php | 219 +- .../php-code-coverage/src/Node/Iterator.php | 9 +- .../php-code-coverage/src/Report/Clover.php | 2 +- .../src/Report/Cobertura.php | 4 +- .../php-code-coverage/src/Report/Crap4j.php | 5 +- .../src/Report/Html/Colors.php | 66 + .../src/Report/Html/CustomCssFile.php | 50 + .../src/Report/Html/Facade.php | 90 +- .../src/Report/Html/Renderer.php | 58 +- .../src/Report/Html/Renderer/Dashboard.php | 20 +- .../src/Report/Html/Renderer/Directory.php | 12 +- .../src/Report/Html/Renderer/File.php | 264 +- .../Html/Renderer/Template/branches.html.dist | 0 .../Renderer/Template/coverage_bar.html.dist | 0 .../Template/coverage_bar_branch.html.dist | 0 .../Renderer/Template/css/bootstrap.min.css | 0 .../Html/Renderer/Template/css/custom.css | 0 .../Html/Renderer/Template/css/nv.d3.min.css | 0 .../Html/Renderer/Template/css/octicons.css | 0 .../Html/Renderer/Template/css/style.css | 26 +- .../Renderer/Template/dashboard.html.dist | 0 .../Template/dashboard_branch.html.dist | 0 .../Renderer/Template/directory.html.dist | 0 .../Template/directory_branch.html.dist | 0 .../Template/directory_item.html.dist | 0 .../Template/directory_item_branch.html.dist | 0 .../Html/Renderer/Template/file.html.dist | 0 .../Renderer/Template/file_branch.html.dist | 0 .../Renderer/Template/file_item.html.dist | 0 .../Template/file_item_branch.html.dist | 0 .../Renderer/Template/icons/file-code.svg | 0 .../Template/icons/file-directory.svg | 0 .../Renderer/Template/js/bootstrap.min.js | 0 .../Html/Renderer/Template/js/d3.min.js | 0 .../Report/Html/Renderer/Template/js/file.js | 0 .../Html/Renderer/Template/js/jquery.min.js | 0 .../Html/Renderer/Template/js/nv.d3.min.js | 0 .../Html/Renderer/Template/js/popper.min.js | 0 .../Html/Renderer/Template/line.html.dist | 0 .../Html/Renderer/Template/lines.html.dist | 0 .../Renderer/Template/method_item.html.dist | 0 .../Template/method_item_branch.html.dist | 0 .../Html/Renderer/Template/paths.html.dist | 0 .../php-code-coverage/src/Report/PHP.php | 0 .../php-code-coverage/src/Report/Text.php | 44 +- .../src/Report/Thresholds.php | 56 + .../src/Report/Xml/BuildInformation.php | 11 +- .../src/Report/Xml/Coverage.php | 17 +- .../src/Report/Xml/Directory.php | 0 .../src/Report/Xml/Facade.php | 17 +- .../php-code-coverage/src/Report/Xml/File.php | 11 +- .../src/Report/Xml/Method.php | 5 +- .../php-code-coverage/src/Report/Xml/Node.php | 11 +- .../src/Report/Xml/Project.php | 0 .../src/Report/Xml/Report.php | 0 .../src/Report/Xml/Source.php | 3 +- .../src/Report/Xml/Tests.php | 20 +- .../src/Report/Xml/Totals.php | 35 +- .../php-code-coverage/src/Report/Xml/Unit.php | 5 +- .../src/StaticAnalysis/CacheWarmer.php | 0 .../StaticAnalysis/CachingFileAnalyser.php | 49 +- .../StaticAnalysis/CodeUnitFindingVisitor.php | 79 +- .../ExecutableLinesFindingVisitor.php | 44 +- .../src/StaticAnalysis/FileAnalyser.php | 31 +- .../IgnoredLinesFindingVisitor.php | 52 +- .../StaticAnalysis/ParsingFileAnalyser.php | 48 +- .../php-code-coverage/src/TestSize/Known.php | 26 + .../php-code-coverage/src/TestSize/Large.php | 34 + .../php-code-coverage/src/TestSize/Medium.php | 34 + .../php-code-coverage/src/TestSize/Small.php | 34 + .../src/TestSize/TestSize.php | 78 + .../src/TestSize/Unknown.php | 29 + .../src/TestStatus/Failure.php | 29 + .../src/TestStatus/Known.php | 24 + .../src/TestStatus/Success.php | 29 + .../src/TestStatus/TestStatus.php | 65 + .../src/TestStatus/Unknown.php | 29 + .../php-code-coverage/src/Util/Filesystem.php | 0 .../php-code-coverage/src/Util/Percentage.php | 11 +- .../phpunit/php-code-coverage/src/Version.php | 9 +- .../php-file-iterator/.psalm/baseline.xml | 8 - .../php-file-iterator/.psalm/config.xml | 16 - .../phpunit/php-file-iterator/ChangeLog.md | 30 + .../vendor/phpunit/php-file-iterator/LICENSE | 46 +- .../phpunit/php-file-iterator/README.md | 5 +- .../phpunit/php-file-iterator/SECURITY.md | 30 + .../phpunit/php-file-iterator/composer.json | 11 +- .../php-file-iterator/src/ExcludeIterator.php | 80 + .../phpunit/php-file-iterator/src/Facade.php | 95 +- .../phpunit/php-file-iterator/src/Factory.php | 37 +- .../php-file-iterator/src/Iterator.php | 71 +- .../phpunit/php-invoker/.psalm/baseline.xml | 8 + .../php-invoker}/.psalm/config.xml | 1 - .../vendor/phpunit/php-invoker/ChangeLog.md | 7 + Sources/vendor/phpunit/php-invoker/LICENSE | 46 +- Sources/vendor/phpunit/php-invoker/README.md | 2 + .../vendor/phpunit/php-invoker/SECURITY.md | 9 + .../vendor/phpunit/php-invoker/composer.json | 8 +- .../phpunit/php-invoker/src/Invoker.php | 10 +- .../php-invoker/src/exceptions/Exception.php | 0 ...cessControlExtensionNotLoadedException.php | 0 .../src/exceptions/TimeoutException.php | 0 .../php-text-template/.psalm/baseline.xml | 2 - .../php-text-template/.psalm/config.xml | 16 - .../phpunit/php-text-template/ChangeLog.md | 14 + .../vendor/phpunit/php-text-template/LICENSE | 46 +- .../phpunit/php-text-template/README.md | 7 +- .../phpunit/php-text-template/SECURITY.md | 30 + .../phpunit/php-text-template/composer.json | 12 +- .../php-text-template/src/Template.php | 63 +- .../src/exceptions/Exception.php | 0 .../exceptions/InvalidArgumentException.php | 0 .../src/exceptions/RuntimeException.php | 0 .../phpunit/php-timer/.psalm/baseline.xml | 2 - .../phpunit/php-timer/.psalm/config.xml | 16 - Sources/vendor/phpunit/php-timer/ChangeLog.md | 7 + Sources/vendor/phpunit/php-timer/LICENSE | 46 +- Sources/vendor/phpunit/php-timer/README.md | 2 + Sources/vendor/phpunit/php-timer/SECURITY.md | 9 + .../vendor/phpunit/php-timer/composer.json | 8 +- .../vendor/phpunit/php-timer/src/Duration.php | 29 +- .../php-timer/src/ResourceUsageFormatter.php | 2 +- .../vendor/phpunit/php-timer/src/Timer.php | 2 +- .../php-timer/src/exceptions/Exception.php | 0 .../src/exceptions/NoActiveTimerException.php | 0 ...nceStartOfRequestNotAvailableException.php | 0 .../vendor/phpunit/phpunit/.phpstorm.meta.php | 9 +- .../vendor/phpunit/phpunit/ChangeLog-10.4.md | 52 + .../vendor/phpunit/phpunit/ChangeLog-9.6.md | 111 - .../vendor/phpunit/phpunit/DEPRECATIONS.md | 137 +- Sources/vendor/phpunit/phpunit/LICENSE | 0 Sources/vendor/phpunit/phpunit/README.md | 3 +- Sources/vendor/phpunit/phpunit/SECURITY.md | 0 Sources/vendor/phpunit/phpunit/composer.json | 46 +- Sources/vendor/phpunit/phpunit/phpunit | 14 +- Sources/vendor/phpunit/phpunit/phpunit.xsd | 206 +- .../vendor/phpunit/phpunit/schema/10.0.xsd | 284 + Sources/vendor/phpunit/phpunit/schema/8.5.xsd | 0 Sources/vendor/phpunit/phpunit/schema/9.2.xsd | 0 Sources/vendor/phpunit/phpunit/schema/9.5.xsd | 328 + .../Event/Dispatcher/CollectingDispatcher.php | 37 + .../Event/Dispatcher/DeferringDispatcher.php | 58 + .../src/Event/Dispatcher/DirectDispatcher.php | 132 + .../src/Event/Dispatcher/Dispatcher.php | 21 + .../Dispatcher/SubscribableDispatcher.php | 23 + .../src/Event/Emitter/DispatchingEmitter.php | 1182 ++ .../phpunit/src/Event/Emitter/Emitter.php | 246 + .../src/Event/Events/Application/Finished.php | 49 + .../Events/Application/FinishedSubscriber.php | 20 + .../src/Event/Events/Application/Started.php | 50 + .../Events/Application/StartedSubscriber.php | 20 + .../phpunit/src/Event/Events/Event.php | 20 + .../src/Event/Events/EventCollection.php | 62 + .../Event/Events/EventCollectionIterator.php | 57 + .../Events/Test/Assertion/AssertionFailed.php | 74 + .../Assertion/AssertionFailedSubscriber.php | 20 + .../Test/Assertion/AssertionSucceeded.php | 74 + .../AssertionSucceededSubscriber.php | 20 + .../Events/Test/ComparatorRegistered.php | 59 + .../Test/ComparatorRegisteredSubscriber.php | 20 + .../HookMethod/AfterLastTestMethodCalled.php | 68 + .../AfterLastTestMethodCalledSubscriber.php} | 11 +- .../AfterLastTestMethodFinished.php | 82 + .../AfterLastTestMethodFinishedSubscriber.php | 20 + .../Test/HookMethod/AfterTestMethodCalled.php | 68 + .../AfterTestMethodCalledSubscriber.php | 20 + .../HookMethod/AfterTestMethodFinished.php | 82 + .../AfterTestMethodFinishedSubscriber.php | 20 + .../BeforeFirstTestMethodCalled.php | 68 + .../BeforeFirstTestMethodCalledSubscriber.php | 20 + .../BeforeFirstTestMethodErrored.php | 83 + ...BeforeFirstTestMethodErroredSubscriber.php | 20 + .../BeforeFirstTestMethodFinished.php | 82 + ...eforeFirstTestMethodFinishedSubscriber.php | 20 + .../HookMethod/BeforeTestMethodCalled.php | 68 + .../BeforeTestMethodCalledSubscriber.php | 20 + .../HookMethod/BeforeTestMethodFinished.php | 82 + .../BeforeTestMethodFinishedSubscriber.php | 20 + .../Test/HookMethod/PostConditionCalled.php | 68 + .../PostConditionCalledSubscriber.php | 20 + .../Test/HookMethod/PostConditionFinished.php | 82 + .../PostConditionFinishedSubscriber.php | 20 + .../Test/HookMethod/PreConditionCalled.php | 68 + .../PreConditionCalledSubscriber.php | 20 + .../Test/HookMethod/PreConditionFinished.php | 82 + .../PreConditionFinishedSubscriber.php | 20 + .../Events/Test/Issue/ConsideredRisky.php | 70 + .../Test/Issue/ConsideredRiskySubscriber.php | 20 + .../Test/Issue/DeprecationTriggered.php | 128 + .../Issue/DeprecationTriggeredSubscriber.php | 20 + .../Events/Test/Issue/ErrorTriggered.php | 113 + .../Test/Issue/ErrorTriggeredSubscriber.php | 20 + .../Events/Test/Issue/NoticeTriggered.php | 128 + .../Test/Issue/NoticeTriggeredSubscriber.php | 20 + .../Test/Issue/PhpDeprecationTriggered.php | 128 + .../PhpDeprecationTriggeredSubscriber.php | 20 + .../Events/Test/Issue/PhpNoticeTriggered.php | 128 + .../Issue/PhpNoticeTriggeredSubscriber.php | 20 + .../Events/Test/Issue/PhpWarningTriggered.php | 128 + .../Issue/PhpWarningTriggeredSubscriber.php | 20 + .../Issue/PhpunitDeprecationTriggered.php | 65 + .../PhpunitDeprecationTriggeredSubscriber.php | 20 + .../Test/Issue/PhpunitErrorTriggered.php | 66 + .../Issue/PhpunitErrorTriggeredSubscriber.php | 20 + .../Test/Issue/PhpunitWarningTriggered.php | 65 + .../PhpunitWarningTriggeredSubscriber.php | 20 + .../Events/Test/Issue/WarningTriggered.php | 128 + .../Test/Issue/WarningTriggeredSubscriber.php | 20 + .../Lifecycle/DataProviderMethodCalled.php | 60 + .../DataProviderMethodCalledSubscriber.php | 20 + .../Lifecycle/DataProviderMethodFinished.php | 77 + .../DataProviderMethodFinishedSubscriber.php | 20 + .../Event/Events/Test/Lifecycle/Finished.php | 57 + .../Test/Lifecycle/FinishedSubscriber.php | 20 + .../Test/Lifecycle/PreparationFailed.php | 50 + .../Lifecycle/PreparationFailedSubscriber.php | 20 + .../Test/Lifecycle/PreparationStarted.php | 50 + .../PreparationStartedSubscriber.php | 20 + .../Event/Events/Test/Lifecycle/Prepared.php | 50 + .../Test/Lifecycle/PreparedSubscriber.php | 20 + .../src/Event/Events/Test/Outcome/Errored.php | 67 + .../Events/Test/Outcome/ErroredSubscriber.php | 20 + .../src/Event/Events/Test/Outcome/Failed.php | 90 + .../Events/Test/Outcome/FailedSubscriber.php | 20 + .../Events/Test/Outcome/MarkedIncomplete.php | 67 + .../Outcome/MarkedIncompleteSubscriber.php | 20 + .../src/Event/Events/Test/Outcome/Passed.php | 50 + .../Events/Test/Outcome/PassedSubscriber.php | 20 + .../src/Event/Events/Test/Outcome/Skipped.php | 65 + .../Events/Test/Outcome/SkippedSubscriber.php | 20 + .../Events/Test/PrintedUnexpectedOutput.php | 60 + .../PrintedUnexpectedOutputSubscriber.php | 20 + .../Test/TestDouble/MockObjectCreated.php | 59 + .../MockObjectCreatedSubscriber.php | 20 + .../MockObjectForAbstractClassCreated.php | 59 + ...bjectForAbstractClassCreatedSubscriber.php | 20 + ...jectForIntersectionOfInterfacesCreated.php | 60 + ...ersectionOfInterfacesCreatedSubscriber.php | 20 + .../TestDouble/MockObjectForTraitCreated.php | 59 + .../MockObjectForTraitCreatedSubscriber.php | 20 + .../TestDouble/MockObjectFromWsdlCreated.php | 109 + .../MockObjectFromWsdlCreatedSubscriber.php | 20 + .../TestDouble/PartialMockObjectCreated.php | 73 + .../PartialMockObjectCreatedSubscriber.php | 20 + .../Test/TestDouble/TestProxyCreated.php | 66 + .../TestDouble/TestProxyCreatedSubscriber.php | 20 + .../Test/TestDouble/TestStubCreated.php | 59 + .../TestDouble/TestStubCreatedSubscriber.php | 20 + ...StubForIntersectionOfInterfacesCreated.php | 60 + ...ersectionOfInterfacesCreatedSubscriber.php | 20 + .../Events/TestRunner/BootstrapFinished.php | 49 + .../BootstrapFinishedSubscriber.php | 20 + .../Event/Events/TestRunner/Configured.php | 44 + .../TestRunner/ConfiguredSubscriber.php | 20 + .../TestRunner/DeprecationTriggered.php | 49 + .../DeprecationTriggeredSubscriber.php | 20 + .../Events/TestRunner/EventFacadeSealed.php | 38 + .../EventFacadeSealedSubscriber.php | 20 + .../Events/TestRunner/ExecutionAborted.php | 38 + .../TestRunner/ExecutionAbortedSubscriber.php | 20 + .../Events/TestRunner/ExecutionFinished.php | 38 + .../ExecutionFinishedSubscriber.php | 20 + .../Events/TestRunner/ExecutionStarted.php | 51 + .../TestRunner/ExecutionStartedSubscriber.php | 20 + .../TestRunner/ExtensionBootstrapped.php | 74 + .../ExtensionBootstrappedSubscriber.php | 20 + .../TestRunner/ExtensionLoadedFromPhar.php | 64 + .../ExtensionLoadedFromPharSubscriber.php | 20 + .../src/Event/Events/TestRunner/Finished.php | 38 + .../Events/TestRunner/FinishedSubscriber.php | 20 + .../TestRunner/GarbageCollectionDisabled.php | 38 + .../GarbageCollectionDisabledSubscriber.php | 20 + .../TestRunner/GarbageCollectionEnabled.php | 38 + .../GarbageCollectionEnabledSubscriber.php | 20 + .../TestRunner/GarbageCollectionTriggered.php | 38 + .../GarbageCollectionTriggeredSubscriber.php | 20 + .../src/Event/Events/TestRunner/Started.php | 38 + .../Events/TestRunner/StartedSubscriber.php | 20 + .../Events/TestRunner/WarningTriggered.php | 49 + .../TestRunner/WarningTriggeredSubscriber.php | 20 + .../src/Event/Events/TestSuite/Filtered.php | 50 + .../Events/TestSuite/FilteredSubscriber.php | 20 + .../src/Event/Events/TestSuite/Finished.php | 51 + .../Events/TestSuite/FinishedSubscriber.php | 20 + .../src/Event/Events/TestSuite/Loaded.php | 50 + .../Events/TestSuite/LoadedSubscriber.php | 20 + .../src/Event/Events/TestSuite/Skipped.php | 57 + .../Events/TestSuite/SkippedSubscriber.php | 20 + .../src/Event/Events/TestSuite/Sorted.php | 59 + .../Events/TestSuite/SortedSubscriber.php | 20 + .../src/Event/Events/TestSuite/Started.php | 51 + .../Events/TestSuite/StartedSubscriber.php | 20 + .../EventAlreadyAssignedException.php | 19 + .../EventFacadeIsSealedException.php | 19 + .../Exception/Exception.php} | 7 +- .../Exception}/InvalidArgumentException.php | 7 +- .../Event/Exception/InvalidEventException.php | 19 + .../Exception/InvalidSubscriberException.php | 19 + .../phpunit/src/Event/Exception/MapError.php | 19 + ...hanOneDataSetFromDataProviderException.php | 20 + .../NoComparisonFailureException.php | 20 + .../NoDataSetFromDataProviderException.php | 20 + .../NoPreviousThrowableException.php | 19 + .../NoTestCaseObjectOnCallStackException.php | 24 + .../src/Event/Exception/RuntimeException.php | 17 + ...bscriberTypeAlreadyRegisteredException.php | 19 + .../Event/Exception/UnknownEventException.php | 19 + .../Exception/UnknownEventTypeException.php | 19 + .../Exception/UnknownSubscriberException.php | 19 + .../UnknownSubscriberTypeException.php | 19 + .../phpunit/phpunit/src/Event/Facade.php | 266 + .../phpunit/phpunit/src/Event/Subscriber.php | 17 + .../phpunit/phpunit/src/Event/Tracer.php | 20 + .../phpunit/phpunit/src/Event/TypeMap.php | 190 + .../phpunit/src/Event/Value/ClassMethod.php | 54 + .../src/Event/Value/ComparisonFailure.php | 44 + .../Event/Value/ComparisonFailureBuilder.php | 68 + .../Event/Value/Runtime/OperatingSystem.php | 40 + .../phpunit/src/Event/Value/Runtime/PHP.php | 105 + .../src/Event/Value/Runtime/PHPUnit.php | 39 + .../src/Event/Value/Runtime/Runtime.php | 59 + .../src/Event/Value/Telemetry/Duration.php | 148 + .../Telemetry/GarbageCollectorStatus.php | 180 + .../GarbageCollectorStatusProvider.php | 18 + .../src/Event/Value/Telemetry/HRTime.php | 109 + .../src/Event/Value/Telemetry/Info.php | 85 + .../src/Event/Value/Telemetry/MemoryMeter.php | 20 + .../src/Event/Value/Telemetry/MemoryUsage.php | 40 + .../Php81GarbageCollectorStatusProvider.php | 38 + .../Php83GarbageCollectorStatusProvider.php | 38 + .../src/Event/Value/Telemetry/Snapshot.php | 51 + .../src/Event/Value/Telemetry/StopWatch.php | 18 + .../src/Event/Value/Telemetry/System.php | 37 + .../Value/Telemetry/SystemMemoryMeter.php | 29 + .../Event/Value/Telemetry/SystemStopWatch.php | 27 + .../Telemetry/SystemStopWatchWithOffset.php | 42 + .../phpunit/src/Event/Value/Test/Phpt.php | 42 + .../phpunit/src/Event/Value/Test/Test.php | 65 + .../src/Event/Value/Test/TestCollection.php | 60 + .../Value/Test/TestCollectionIterator.php | 57 + .../Test/TestData/DataFromDataProvider.php | 45 + .../Test/TestData/DataFromTestDependency.php} | 23 +- .../Event/Value/Test/TestData/TestData.php | 46 + .../Test/TestData/TestDataCollection.php | 104 + .../TestData/TestDataCollectionIterator.php | 57 + .../phpunit/src/Event/Value/Test/TestDox.php | 43 + .../src/Event/Value/Test/TestDoxBuilder.php | 49 + .../src/Event/Value/Test/TestMethod.php | 162 + .../Event/Value/Test/TestMethodBuilder.php | 94 + .../src/Event/Value/TestSuite/TestSuite.php | 79 + .../Value/TestSuite/TestSuiteBuilder.php | 122 + .../Value/TestSuite/TestSuiteForTestClass.php | 65 + ...TestSuiteForTestMethodWithDataProvider.php | 81 + .../Value/TestSuite/TestSuiteWithName.php | 26 + .../phpunit/src/Event/Value/Throwable.php | 103 + .../src/Event/Value/ThrowableBuilder.php | 42 + .../vendor/phpunit/phpunit/src/Exception.php | 3 - .../phpunit/phpunit/src/Framework/Assert.php | 1381 +-- .../src/Framework/Assert/Functions.php | 907 +- .../Attributes/After.php} | 13 +- .../src/Framework/Attributes/AfterClass.php | 22 + .../Framework/Attributes/BackupGlobals.php | 33 + .../Attributes/BackupStaticProperties.php | 33 + .../src/Framework/Attributes/Before.php | 22 + .../src/Framework/Attributes/BeforeClass.php | 22 + .../Attributes/CodeCoverageIgnore.php} | 13 +- .../src/Framework/Attributes/CoversClass.php | 42 + .../Framework/Attributes/CoversFunction.php | 42 + .../Framework/Attributes/CoversNothing.php | 22 + .../src/Framework/Attributes/DataProvider.php | 42 + .../Attributes/DataProviderExternal.php | 57 + .../src/Framework/Attributes/Depends.php | 42 + .../Framework/Attributes/DependsExternal.php | 57 + .../DependsExternalUsingDeepClone.php | 57 + .../DependsExternalUsingShallowClone.php | 57 + .../Framework/Attributes/DependsOnClass.php | 42 + .../DependsOnClassUsingDeepClone.php | 42 + .../DependsOnClassUsingShallowClone.php | 42 + .../Attributes/DependsUsingDeepClone.php | 42 + .../Attributes/DependsUsingShallowClone.php | 42 + .../Attributes/DoesNotPerformAssertions.php | 22 + .../ExcludeGlobalVariableFromBackup.php | 42 + .../ExcludeStaticPropertyFromBackup.php | 57 + .../src/Framework/Attributes/Group.php | 42 + .../Attributes/IgnoreClassForCodeCoverage.php | 44 + .../IgnoreFunctionForCodeCoverage.php | 44 + .../IgnoreMethodForCodeCoverage.php | 59 + .../src/Framework/Attributes/Large.php | 22 + .../src/Framework/Attributes/Medium.php | 22 + .../Framework/Attributes/PostCondition.php | 22 + .../src/Framework/Attributes/PreCondition.php | 22 + .../Attributes/PreserveGlobalState.php | 33 + .../Framework/Attributes/RequiresFunction.php | 42 + .../Framework/Attributes/RequiresMethod.php | 57 + .../Attributes/RequiresOperatingSystem.php | 42 + .../RequiresOperatingSystemFamily.php | 42 + .../src/Framework/Attributes/RequiresPhp.php | 42 + .../Attributes/RequiresPhpExtension.php | 57 + .../Framework/Attributes/RequiresPhpunit.php | 42 + .../Framework/Attributes/RequiresSetting.php | 57 + .../Attributes/RunClassInSeparateProcess.php | 22 + .../Attributes/RunInSeparateProcess.php | 22 + .../RunTestsInSeparateProcesses.php | 22 + .../src/Framework/Attributes/Small.php | 22 + .../phpunit/src/Framework/Attributes/Test.php | 22 + .../src/Framework/Attributes/TestDox.php | 42 + .../src/Framework/Attributes/TestWith.php | 33 + .../src/Framework/Attributes/TestWithJson.php | 42 + .../src/Framework/Attributes/Ticket.php | 42 + .../src/Framework/Attributes/UsesClass.php | 42 + .../src/Framework/Attributes/UsesFunction.php | 42 + .../Attributes/WithoutErrorHandler.php | 22 + .../Framework/Constraint/Boolean/IsFalse.php | 4 +- .../Framework/Constraint/Boolean/IsTrue.php | 4 +- .../src/Framework/Constraint/Callback.php | 12 +- .../Constraint/Cardinality/Count.php | 34 +- .../Constraint/Cardinality/GreaterThan.php | 22 +- .../Constraint/Cardinality/IsEmpty.php | 14 +- .../Constraint/Cardinality/LessThan.php | 22 +- .../Constraint/Cardinality/SameSize.php | 9 +- .../src/Framework/Constraint/Constraint.php | 85 +- .../Framework/Constraint/Equality/IsEqual.php | 38 +- .../Equality/IsEqualCanonicalizing.php | 20 +- .../Equality/IsEqualIgnoringCase.php | 20 +- .../Constraint/Equality/IsEqualWithDelta.php | 22 +- .../Constraint/Exception/Exception.php | 40 +- .../Constraint/Exception/ExceptionCode.php | 32 +- ...e.php => ExceptionMessageIsOrContains.php} | 39 +- ...eptionMessageMatchesRegularExpression.php} | 37 +- .../Constraint/Filesystem/DirectoryExists.php | 8 +- .../Constraint/Filesystem/FileExists.php | 8 +- .../Constraint/Filesystem/IsReadable.php | 8 +- .../Constraint/Filesystem/IsWritable.php | 8 +- .../src/Framework/Constraint/IsAnything.php | 2 +- .../src/Framework/Constraint/IsIdentical.php | 30 +- .../src/Framework/Constraint/JsonMatches.php | 21 +- .../JsonMatchesErrorMessageProvider.php | 78 - .../Framework/Constraint/Math/IsFinite.php | 4 +- .../Framework/Constraint/Math/IsInfinite.php | 4 +- .../src/Framework/Constraint/Math/IsNan.php | 4 +- .../Constraint/Object/ClassHasAttribute.php | 90 - .../Object/ClassHasStaticAttribute.php | 61 - .../Constraint/Object/ObjectEquals.php | 41 +- .../Constraint/Object/ObjectHasAttribute.php | 31 - .../Constraint/Object/ObjectHasProperty.php | 16 +- .../Constraint/Operator/BinaryOperator.php | 32 +- .../Constraint/Operator/LogicalAnd.php | 9 +- .../Constraint/Operator/LogicalNot.php | 13 +- .../Constraint/Operator/LogicalOr.php | 9 +- .../Constraint/Operator/LogicalXor.php | 15 +- .../Constraint/Operator/Operator.php | 2 +- .../Constraint/Operator/UnaryOperator.php | 18 +- .../Framework/Constraint/String/IsJson.php | 42 +- .../Constraint/String/RegularExpression.php | 11 +- .../Constraint/String/StringContains.php | 131 +- .../Constraint/String/StringEndsWith.php | 20 +- .../StringEqualsStringIgnoringLineEndings.php | 57 + .../String/StringMatchesFormatDescription.php | 56 +- .../Constraint/String/StringStartsWith.php | 18 +- .../Constraint/Traversable/ArrayHasKey.php | 27 +- .../Constraint/Traversable/IsList.php | 51 + .../Traversable/TraversableContains.php | 24 +- .../Traversable/TraversableContainsEqual.php | 4 +- .../TraversableContainsIdentical.php | 4 +- .../Traversable/TraversableContainsOnly.php | 29 +- .../Constraint/Type/IsInstanceOf.php | 68 +- .../src/Framework/Constraint/Type/IsNull.php | 4 +- .../src/Framework/Constraint/Type/IsType.php | 25 +- .../src/Framework/DataProviderTestSuite.php | 31 +- .../phpunit/src/Framework/Error/Error.php | 26 - .../phpunit/src/Framework/ErrorTestCase.php | 66 - .../Exception/AssertionFailedError.php | 0 .../Exception/CodeCoverageException.php | 0 .../EmptyStringException.php} | 2 +- .../src/Framework/Exception/Exception.php | 19 +- .../Exception/ExpectationFailedException.php | 5 +- .../GeneratorNotSupportedException.php | 28 + .../Incomplete}/IncompleteTest.php | 0 .../{ => Incomplete}/IncompleteTestError.php | 0 .../Exception/InvalidArgumentException.php | 31 +- .../InvalidCoversTargetException.php | 0 .../InvalidDataProviderException.php | 0 ...ion.php => InvalidDependencyException.php} | 2 +- .../Exception/NoChildTestSuiteException.php | 0 .../ActualValueIsNotAnObjectException.php | 9 - ...hodDoesNotAcceptParameterTypeException.php | 8 - ...dDoesNotDeclareBoolReturnTypeException.php | 8 - ...NotDeclareExactlyOneParameterException.php | 8 - ...odDoesNotDeclareParameterTypeException.php | 8 - .../ComparisonMethodDoesNotExistException.php | 8 - .../Exception/PHPTAssertionFailedError.php | 37 +- ...rror.php => ProcessIsolationException.php} | 2 +- .../{ => Exception/Skipped}/SkippedTest.php | 0 .../{ => Skipped}/SkippedTestSuiteError.php | 0 .../SkippedWithMessageException.php} | 2 +- .../Framework/Exception/SkippedTestError.php | 17 - .../Framework/Exception/SyntheticError.php | 61 - .../Exception/SyntheticSkippedError.php | 17 - .../UnintentionallyCoveredCodeError.php | 17 - .../UnknownClassOrInterfaceException.php | 28 + .../{Warning.php => UnknownTypeException.php} | 16 +- .../src/Framework/ExceptionWrapper.php | 138 - .../Framework/ExecutionOrderDependency.php | 107 +- .../src/Framework/IncompleteTestCase.php | 66 - .../src/Framework/MockObject/Api/Api.php | 97 - .../MockObject/Builder/InvocationStubber.php | 65 - .../MockObject/ConfigurableMethod.php | 22 +- .../Exception/BadMethodCallException.php | 0 .../CannotUseAddMethodsException.php | 0 .../CannotUseOnlyMethodsException.php | 2 +- .../MockObject/Exception/Exception.php | 0 .../IncompatibleReturnValueException.php | 15 +- .../MatchBuilderNotFoundException.php | 0 .../MatcherAlreadyRegisteredException.php | 0 .../MethodCannotBeConfiguredException.php | 0 .../MethodNameAlreadyConfiguredException.php | 0 .../MethodNameNotConfiguredException.php | 0 ...odParametersAlreadyConfiguredException.php | 0 .../NeverReturningMethodException.php | 34 + .../Exception/ReflectionException.php | 0 .../ReturnValueNotConfiguredException.php | 6 +- .../MockObject/Exception/RuntimeException.php | 0 .../Exception/ClassAlreadyExistsException.php | 2 +- .../Exception/ClassIsEnumerationException.php | 28 + .../Exception/ClassIsFinalException.php | 2 +- .../Exception/ClassIsReadonlyException.php | 2 +- .../Exception/DuplicateMethodException.php | 2 +- .../Generator/Exception/Exception.php | 19 + .../Exception/InvalidMethodNameException.php | 2 +- ...ConstructorInvocationRequiredException.php | 2 +- .../Exception/ReflectionException.php | 17 + .../Generator/Exception/RuntimeException.php | 17 + .../SoapExtensionNotAvailableException.php | 2 +- .../Exception/UnknownClassException.php | 2 +- .../Exception/UnknownTraitException.php | 4 +- .../Exception/UnknownTypeException.php | 2 +- .../MockObject/{ => Generator}/Generator.php | 738 +- .../MockObject/{ => Generator}/MockClass.php | 19 +- .../MockObject/{ => Generator}/MockMethod.php | 152 +- .../{ => Generator}/MockMethodSet.php | 10 +- .../MockObject/{ => Generator}/MockTrait.php | 18 +- .../MockObject/{ => Generator}/MockType.php | 2 +- .../MockObject/Generator/TemplateLoader.php | 37 + .../MockObject/Generator/mocked_class.tpl | 6 - .../Generator/mocked_method_never_or_void.tpl | 20 - .../proxied_method_never_or_void.tpl | 22 - .../Generator/{ => templates}/deprecation.tpl | 0 .../doubled_method.tpl} | 4 +- .../doubled_static_method.tpl} | 0 .../{ => templates}/intersection.tpl | 0 .../{ => templates}/proxied_method.tpl | 2 +- .../Generator/templates/test_double_class.tpl | 5 + .../Generator/{ => templates}/trait_class.tpl | 0 .../Generator/{ => templates}/wsdl_class.tpl | 0 .../Generator/{ => templates}/wsdl_method.tpl | 0 .../src/Framework/MockObject/Invocation.php | 301 - .../src/Framework/MockObject/MockBuilder.php | 210 +- .../MockObject/Rule/ConsecutiveParameters.php | 132 - .../MockObject/Rule/InvokedAtIndex.php | 76 - .../Api/DoubledCloneMethod.php} | 8 +- .../MockObject/{ => Runtime}/Api/Method.php | 3 +- .../MockObject/Runtime/Api/MockObjectApi.php | 52 + .../Runtime/Api/ProxiedCloneMethod.php | 23 + .../MockObject/Runtime/Api/StubApi.php | 54 + .../{ => Runtime}/Builder/Identity.php | 4 +- .../Builder/InvocationMocker.php | 102 +- .../Runtime/Builder/InvocationStubber.php | 40 + .../{ => Runtime}/Builder/MethodNameMatch.php | 8 +- .../{ => Runtime}/Builder/ParametersMatch.php | 15 +- .../MockObject/{ => Runtime}/Builder/Stub.php | 0 .../{ => Runtime/Interface}/MockObject.php | 10 +- .../Runtime/Interface/MockObjectInternal.php | 22 + .../{ => Runtime/Interface}/Stub.php | 5 - .../Runtime/Interface/StubInternal.php | 24 + .../MockObject/Runtime/Invocation.php | 150 + .../{ => Runtime}/InvocationHandler.php | 60 +- .../MockObject/{ => Runtime}/Matcher.php | 90 +- .../{ => Runtime}/MethodNameConstraint.php | 14 +- .../Runtime/ReturnValueGenerator.php | 242 + .../{ => Runtime}/Rule/AnyInvokedCount.php | 4 - .../{ => Runtime}/Rule/AnyParameters.php | 5 - .../{ => Runtime}/Rule/InvocationOrder.php | 19 +- .../Rule/InvokedAtLeastCount.php | 34 +- .../{ => Runtime}/Rule/InvokedAtLeastOnce.php | 6 +- .../{ => Runtime}/Rule/InvokedAtMostCount.php | 34 +- .../{ => Runtime}/Rule/InvokedCount.php | 54 +- .../{ => Runtime}/Rule/MethodName.php | 17 +- .../{ => Runtime}/Rule/Parameters.php | 40 +- .../{ => Runtime}/Rule/ParametersRule.php | 4 +- .../{ => Runtime}/Stub/ConsecutiveCalls.php | 32 +- .../{ => Runtime}/Stub/Exception.php | 16 +- .../{ => Runtime}/Stub/ReturnArgument.php | 19 +- .../Runtime/Stub/ReturnCallback.php | 34 + .../{ => Runtime}/Stub/ReturnReference.php | 21 +- .../{ => Runtime}/Stub/ReturnSelf.php | 9 +- .../{ => Runtime}/Stub/ReturnStub.php | 21 +- .../{ => Runtime}/Stub/ReturnValueMap.php | 16 +- .../MockObject/{ => Runtime}/Stub/Stub.php | 7 +- .../MockObject/Stub/ReturnCallback.php | 59 - .../src/Framework/MockObject/Verifiable.php | 26 - .../phpunit/src/Framework/Reorderable.php | 4 +- .../phpunit/src/Framework/SelfDescribing.php | 0 .../phpunit/src/Framework/SkippedTestCase.php | 66 - .../phpunit/phpunit/src/Framework/Test.php | 5 +- .../phpunit/src/Framework/TestBuilder.php | 352 +- .../phpunit/src/Framework/TestCase.php | 2455 ++--- .../phpunit/src/Framework/TestFailure.php | 155 - .../phpunit/src/Framework/TestListener.php | 45 - .../TestListenerDefaultImplementation.php | 60 - .../phpunit/src/Framework/TestResult.php | 1323 --- .../phpunit/src/Framework/TestRunner.php | 472 + .../Error.php => TestSize/Known.php} | 14 +- .../phpunit/src/Framework/TestSize/Large.php | 36 + .../phpunit/src/Framework/TestSize/Medium.php | 36 + .../phpunit/src/Framework/TestSize/Small.php | 36 + .../src/Framework/TestSize/TestSize.php | 80 + .../TestSize/Unknown.php} | 16 +- .../src/Framework/TestStatus/Deprecation.php | 36 + .../src/Framework/TestStatus/Error.php | 36 + .../TestStatus/Failure.php} | 28 +- .../src/Framework/TestStatus/Incomplete.php | 36 + .../src/Framework/TestStatus/Known.php | 26 + .../src/Framework/TestStatus/Notice.php | 36 + .../src/Framework/TestStatus/Risky.php | 36 + .../src/Framework/TestStatus/Skipped.php | 36 + .../src/Framework/TestStatus/Success.php | 36 + .../src/Framework/TestStatus/TestStatus.php | 193 + .../TestStatus/Unknown.php} | 28 +- .../src/Framework/TestStatus/Warning.php | 36 + .../phpunit/src/Framework/TestSuite.php | 897 +- .../src/Framework/TestSuiteIterator.php | 9 +- .../phpunit/src/Framework/WarningTestCase.php | 66 - .../phpunit/src/Logging/EventLogger.php | 58 + .../src/{Runner => Logging}/Exception.php | 2 +- .../src/Logging/JUnit/JunitXmlLogger.php | 431 + .../Logging/JUnit/Subscriber/Subscriber.php | 28 + .../Subscriber/TestErroredSubscriber.php | 30 + .../JUnit/Subscriber/TestFailedSubscriber.php | 30 + .../Subscriber/TestFinishedSubscriber.php | 30 + .../TestMarkedIncompleteSubscriber.php | 30 + .../Subscriber/TestPreparedSubscriber.php | 30 + .../TestRunnerExecutionFinishedSubscriber.php | 24 + .../Subscriber/TestSkippedSubscriber.php | 30 + .../TestSuiteFinishedSubscriber.php | 24 + .../Subscriber/TestSuiteStartedSubscriber.php | 24 + .../TeamCity/Subscriber/Subscriber.php | 28 + .../TestConsideredRiskySubscriber.php | 28 + .../Subscriber/TestErroredSubscriber.php | 28 + .../Subscriber/TestFailedSubscriber.php | 28 + .../Subscriber/TestFinishedSubscriber.php | 28 + .../TestMarkedIncompleteSubscriber.php | 28 + .../Subscriber/TestPreparedSubscriber.php | 24 + .../TestRunnerExecutionFinishedSubscriber.php | 24 + .../Subscriber/TestSkippedSubscriber.php | 28 + .../TestSuiteFinishedSubscriber.php | 24 + .../Subscriber/TestSuiteStartedSubscriber.php | 24 + .../src/Logging/TeamCity/TeamCityLogger.php | 371 + .../TestDox/HtmlRenderer.php} | 85 +- .../TestDox/NamePrettifier.php | 239 +- .../src/Logging/TestDox/PlainTextRenderer.php | 68 + .../TestMethod/Subscriber/Subscriber.php} | 21 +- .../TestConsideredRiskySubscriber.php | 24 + ...edMockObjectForAbstractClassSubscriber.php | 24 + ...estCreatedMockObjectForTraitSubscriber.php | 24 + ...estCreatedMockObjectFromWsdlSubscriber.php | 24 + .../TestCreatedMockObjectSubscriber.php | 24 + ...TestCreatedPartialMockObjectSubscriber.php | 24 + .../TestCreatedTestProxySubscriber.php | 24 + .../TestCreatedTestStubSubscriber.php | 24 + .../Subscriber/TestErroredSubscriber.php | 24 + .../Subscriber/TestFailedSubscriber.php | 24 + .../Subscriber/TestFinishedSubscriber.php | 28 + .../TestMarkedIncompleteSubscriber.php | 24 + .../Subscriber/TestPassedSubscriber.php | 24 + .../Subscriber/TestPreparedSubscriber.php | 24 + .../Subscriber/TestSkippedSubscriber.php | 24 + .../Logging/TestDox/TestMethod/TestResult.php | 81 + .../TestMethod/TestResultCollection.php | 53 + .../TestResultCollectionIterator.php} | 35 +- .../TestMethod/TestResultCollector.php | 266 + .../phpunit/phpunit/src/Metadata/After.php | 26 + .../phpunit/src/Metadata/AfterClass.php | 26 + .../phpunit/src/Metadata/Api/CodeCoverage.php | 314 + .../phpunit/src/Metadata/Api/DataProvider.php | 309 + .../phpunit/src/Metadata/Api/Dependencies.php | 55 + .../phpunit/src/Metadata/Api/Groups.php | 118 + .../phpunit/src/Metadata/Api/HookMethods.php | 106 + .../phpunit/src/Metadata/Api/Requirements.php | 152 + .../phpunit/src/Metadata/BackupGlobals.php | 43 + .../src/Metadata/BackupStaticProperties.php | 43 + .../phpunit/phpunit/src/Metadata/Before.php | 26 + .../phpunit/src/Metadata/BeforeClass.php | 26 + .../phpunit/phpunit/src/Metadata/Covers.php | 50 + .../phpunit/src/Metadata/CoversClass.php | 60 + .../src/Metadata/CoversDefaultClass.php | 50 + .../phpunit/src/Metadata/CoversFunction.php | 58 + .../phpunit/src/Metadata/CoversNothing.php | 26 + .../phpunit/src/Metadata/DataProvider.php | 65 + .../phpunit/src/Metadata/DependsOnClass.php | 64 + .../phpunit/src/Metadata/DependsOnMethod.php | 79 + .../src/Metadata/DoesNotPerformAssertions.php | 26 + ...otSupportedForInternalClassesException.php | 32 + .../Exception/Exception.php} | 7 +- .../InvalidVersionRequirementException.php | 16 + .../NoVersionRequirementException.php} | 9 +- .../Exception/ReflectionException.php} | 4 +- .../ExcludeGlobalVariableFromBackup.php | 50 + .../ExcludeStaticPropertyFromBackup.php | 65 + .../phpunit/phpunit/src/Metadata/Group.php | 50 + .../Metadata/IgnoreClassForCodeCoverage.php | 52 + .../IgnoreFunctionForCodeCoverage.php | 52 + .../Metadata/IgnoreMethodForCodeCoverage.php | 67 + .../phpunit/phpunit/src/Metadata/Metadata.php | 817 ++ .../src/Metadata/MetadataCollection.php | 551 + .../Metadata/MetadataCollectionIterator.php | 57 + .../Metadata/Parser/Annotation/DocBlock.php | 263 + .../Parser}/Annotation/Registry.php | 41 +- .../src/Metadata/Parser/AnnotationParser.php | 536 + .../src/Metadata/Parser/AttributeParser.php | 642 ++ .../src/Metadata/Parser/CachingParser.php | 78 + .../phpunit/src/Metadata/Parser/Parser.php | 35 + .../src/Metadata/Parser/ParserChain.php | 67 + .../phpunit/src/Metadata/Parser/Registry.php | 40 + .../phpunit/src/Metadata/PostCondition.php | 26 + .../phpunit/src/Metadata/PreCondition.php | 26 + .../src/Metadata/PreserveGlobalState.php | 43 + .../phpunit/src/Metadata/RequiresFunction.php | 50 + .../phpunit/src/Metadata/RequiresMethod.php | 65 + .../src/Metadata/RequiresOperatingSystem.php | 50 + .../RequiresOperatingSystemFamily.php | 50 + .../phpunit/src/Metadata/RequiresPhp.php | 45 + .../src/Metadata/RequiresPhpExtension.php | 74 + .../phpunit/src/Metadata/RequiresPhpunit.php | 45 + .../phpunit/src/Metadata/RequiresSetting.php | 65 + .../Metadata/RunClassInSeparateProcess.php | 26 + .../src/Metadata/RunInSeparateProcess.php | 26 + .../Metadata/RunTestsInSeparateProcesses.php | 26 + .../phpunit/phpunit/src/Metadata/Test.php | 26 + .../phpunit/phpunit/src/Metadata/TestDox.php | 50 + .../phpunit/phpunit/src/Metadata/TestWith.php | 43 + .../phpunit/phpunit/src/Metadata/Uses.php | 50 + .../phpunit/src/Metadata/UsesClass.php | 60 + .../phpunit/src/Metadata/UsesDefaultClass.php | 50 + .../phpunit/src/Metadata/UsesFunction.php | 58 + .../Version/ComparisonRequirement.php | 40 + .../Version/ConstraintRequirement.php | 56 + .../src/Metadata/Version/Requirement.php | 57 + .../src/Metadata/WithoutErrorHandler.php | 26 + .../phpunit/src/Runner/BaseTestRunner.php | 161 - .../phpunit/src/Runner/Baseline/Baseline.php | 59 + .../Exception/CannotLoadBaselineException.php | 20 + .../FileDoesNotHaveLineException.php | 31 + .../phpunit/src/Runner/Baseline/Generator.php | 80 + .../phpunit/src/Runner/Baseline/Issue.php | 143 + .../phpunit/src/Runner/Baseline/Reader.php | 100 + .../Baseline/RelativePathCalculator.php | 103 + .../Runner/Baseline/Subscriber/Subscriber.php | 28 + .../TestTriggeredDeprecationSubscriber.php | 29 + .../TestTriggeredNoticeSubscriber.php | 29 + .../TestTriggeredPhpDeprecationSubscriber.php | 29 + .../TestTriggeredPhpNoticeSubscriber.php | 29 + .../TestTriggeredPhpWarningSubscriber.php | 29 + .../TestTriggeredWarningSubscriber.php | 29 + .../phpunit/src/Runner/Baseline/Writer.php | 65 + .../phpunit/src/Runner/CodeCoverage.php | 422 + .../phpunit/src/Runner/ErrorHandler.php | 193 + .../Exception/ClassCannotBeFoundException.php | 30 + .../ClassDoesNotExtendTestCaseException.php | 30 + .../Exception/ClassIsAbstractException.php | 30 + .../DirectoryCannotBeCreatedException.php | 29 + .../Exception/Exception.php} | 4 +- .../Exception/FileDoesNotExistException.php | 29 + .../Exception/InvalidOrderException.php | 19 + .../Exception/InvalidPhptFileException.php | 19 + .../Exception/NoIgnoredEventException.php | 19 + .../ParameterDoesNotExistException.php | 29 + ...hptExternalFileCannotBeLoadedException.php | 30 + .../Runner/Exception/ReflectionException.php | 19 + .../UnsupportedPhptSectionException.php | 29 + .../src/Runner/Extension/Extension.php | 20 + .../Extension/ExtensionBootstrapper.php | 95 + .../src/Runner/Extension/ExtensionHandler.php | 118 - .../phpunit/src/Runner/Extension/Facade.php | 104 + .../Runner/Extension/ParameterCollection.php | 53 + .../src/Runner/Extension/PharLoader.php | 86 +- .../Filter/ExcludeGroupFilterIterator.php | 4 +- .../phpunit/src/Runner/Filter/Factory.php | 58 +- .../src/Runner/Filter/GroupFilterIterator.php | 23 +- .../Filter/IncludeGroupFilterIterator.php | 4 +- .../src/Runner/Filter/NameFilterIterator.php | 53 +- .../Runner/Filter/TestIdFilterIterator.php | 61 + .../GarbageCollectionHandler.php | 87 + .../ExecutionFinishedSubscriber.php | 29 + .../Subscriber/ExecutionStartedSubscriber.php | 29 + .../Subscriber/Subscriber.php | 28 + .../Subscriber/TestFinishedSubscriber.php | 29 + .../Runner/Hook/AfterIncompleteTestHook.php | 24 - .../src/Runner/Hook/AfterRiskyTestHook.php | 24 - .../src/Runner/Hook/AfterSkippedTestHook.php | 24 - .../Runner/Hook/AfterSuccessfulTestHook.php | 24 - .../src/Runner/Hook/AfterTestErrorHook.php | 24 - .../src/Runner/Hook/AfterTestFailureHook.php | 24 - .../phpunit/src/Runner/Hook/AfterTestHook.php | 30 - .../src/Runner/Hook/AfterTestWarningHook.php | 24 - .../src/Runner/Hook/TestListenerAdapter.php | 141 - .../phpunit/src/Runner/PhptTestCase.php | 306 +- .../DefaultResultCache.php} | 82 +- .../NullResultCache.php} | 16 +- .../ResultCache.php} | 14 +- .../Runner/ResultCache/ResultCacheHandler.php | 155 + .../ResultCache/Subscriber/Subscriber.php | 28 + .../TestConsideredRiskySubscriber.php | 24 + .../Subscriber/TestErroredSubscriber.php | 24 + .../Subscriber/TestFailedSubscriber.php | 24 + .../Subscriber/TestFinishedSubscriber.php | 29 + .../TestMarkedIncompleteSubscriber.php | 24 + .../Subscriber/TestPreparedSubscriber.php | 24 + .../Subscriber/TestSkippedSubscriber.php | 29 + .../TestSuiteFinishedSubscriber.php | 24 + .../Subscriber/TestSuiteStartedSubscriber.php | 24 + .../src/Runner/ResultCacheExtension.php | 110 - .../src/Runner/StandardTestSuiteLoader.php | 152 - .../src/Runner/TestResult/Collector.php | 654 ++ .../phpunit/src/Runner/TestResult/Facade.php | 103 + .../phpunit/src/Runner/TestResult/Issue.php | 113 + .../src/Runner/TestResult/PassedTests.php | 126 + ...BeforeTestClassMethodErroredSubscriber.php | 24 + .../Subscriber/ExecutionStartedSubscriber.php | 24 + .../TestResult/Subscriber/Subscriber.php | 28 + .../TestConsideredRiskySubscriber.php | 24 + .../Subscriber/TestErroredSubscriber.php | 24 + .../Subscriber/TestFailedSubscriber.php | 24 + .../Subscriber/TestFinishedSubscriber.php | 24 + .../TestMarkedIncompleteSubscriber.php | 24 + .../Subscriber/TestPreparedSubscriber.php | 24 + ...stRunnerTriggeredDeprecationSubscriber.php | 24 + .../TestRunnerTriggeredWarningSubscriber.php | 24 + .../Subscriber/TestSkippedSubscriber.php | 24 + .../TestSuiteFinishedSubscriber.php | 28 + .../Subscriber/TestSuiteSkippedSubscriber.php | 24 + .../Subscriber/TestSuiteStartedSubscriber.php | 24 + .../TestTriggeredDeprecationSubscriber.php | 24 + .../TestTriggeredErrorSubscriber.php | 24 + .../TestTriggeredNoticeSubscriber.php | 24 + .../TestTriggeredPhpDeprecationSubscriber.php | 24 + .../TestTriggeredPhpNoticeSubscriber.php | 24 + .../TestTriggeredPhpWarningSubscriber.php | 24 + ...tTriggeredPhpunitDeprecationSubscriber.php | 24 + .../TestTriggeredPhpunitErrorSubscriber.php | 24 + .../TestTriggeredPhpunitWarningSubscriber.php | 24 + .../TestTriggeredWarningSubscriber.php | 24 + .../src/Runner/TestResult/TestResult.php | 552 + .../phpunit/src/Runner/TestSuiteLoader.php | 128 +- .../phpunit/src/Runner/TestSuiteSorter.php | 112 +- .../phpunit/phpunit/src/Runner/Version.php | 19 +- .../phpunit/src/TextUI/Application.php | 666 ++ .../src/TextUI/CliArguments/Configuration.php | 2108 ---- .../src/TextUI/CliArguments/Mapper.php | 365 - .../phpunit/phpunit/src/TextUI/Command.php | 1017 -- .../phpunit/src/TextUI/Command/Command.php | 18 + .../Commands/AtLeastVersionCommand.php | 35 + .../Commands/GenerateConfigurationCommand.php | 83 + .../Command/Commands/ListGroupsCommand.php | 80 + .../Commands/ListTestSuitesCommand.php | 71 + .../Commands/ListTestsAsTextCommand.php | 84 + .../Commands/ListTestsAsXmlCommand.php | 139 + .../Commands/MigrateConfigurationCommand.php | 51 + .../Command/Commands/ShowHelpCommand.php | 33 + .../Command/Commands/ShowVersionCommand.php | 21 + .../Command/Commands/VersionCheckCommand.php | 43 + .../Commands/WarmCodeCoverageCacheCommand.php | 76 + .../phpunit/src/TextUI/Command/Result.php | 46 + .../src/TextUI/Configuration/Builder.php | 52 + .../Cli}/Builder.php | 541 +- .../Configuration/Cli/Configuration.php | 2001 ++++ .../Cli}/Exception.php | 0 .../Cli/XmlConfigurationFileFinder.php | 67 + .../CodeCoverageFilterRegistry.php | 67 + .../TextUI/Configuration/Configuration.php | 1285 +++ .../Exception/CannotFindSchemaException.php | 20 + ...deCoverageReportNotConfiguredException.php | 19 + .../ConfigurationCannotBeBuiltException.php | 19 + .../Configuration/Exception/Exception.php | 17 + .../FilterNotConfiguredException.php | 19 + .../IncludePathNotConfiguredException.php | 19 + .../LoggingNotConfiguredException.php | 19 + .../Exception/NoBaselineException.php | 19 + .../Exception/NoBootstrapException.php | 19 + .../Exception/NoCacheDirectoryException.php | 19 + .../Exception/NoCliArgumentException.php | 19 + .../NoConfigurationFileException.php | 19 + .../NoCoverageCacheDirectoryException.php | 19 + .../Exception/NoCustomCssFileException.php | 19 + .../Exception/NoDefaultTestSuiteException.php | 19 + .../NoPharExtensionDirectoryException.php | 19 + .../src/TextUI/Configuration/Merger.php | 852 ++ .../PHP => Configuration}/PhpHandler.php | 2 +- .../src/TextUI/Configuration/Registry.php | 104 + .../src/TextUI/Configuration/SourceFilter.php | 23 + .../src/TextUI/Configuration/SourceMapper.php | 97 + .../TextUI/Configuration/TestSuiteBuilder.php | 143 + .../PHP => Configuration/Value}/Constant.php | 19 +- .../Value}/ConstantCollection.php | 12 +- .../Value}/ConstantCollectionIterator.php | 14 +- .../Value}/Directory.php | 9 +- .../Value}/DirectoryCollection.php | 12 +- .../Value}/DirectoryCollectionIterator.php | 14 +- .../Value/ExtensionBootstrap.php | 54 + .../Value/ExtensionBootstrapCollection.php | 53 + .../ExtensionBootstrapCollectionIterator.php | 64 + .../src/TextUI/Configuration/Value/File.php | 39 + .../Value}/FileCollection.php | 20 +- .../Value}/FileCollectionIterator.php | 14 +- .../Value/FilterDirectory.php} | 37 +- .../Value/FilterDirectoryCollection.php} | 27 +- .../FilterDirectoryCollectionIterator.php} | 22 +- .../Group => Configuration/Value}/Group.php | 9 +- .../Value}/GroupCollection.php | 14 +- .../Value}/GroupCollectionIterator.php | 14 +- .../Value}/IniSetting.php | 15 +- .../Value}/IniSettingCollection.php | 12 +- .../Value}/IniSettingCollectionIterator.php | 14 +- .../PHP => Configuration/Value}/Php.php | 69 +- .../src/TextUI/Configuration/Value/Source.php | 166 + .../Value}/TestDirectory.php | 34 +- .../Value}/TestDirectoryCollection.php | 12 +- .../TestDirectoryCollectionIterator.php | 14 +- .../Value}/TestFile.php | 21 +- .../Value}/TestFileCollection.php | 12 +- .../Value}/TestFileCollectionIterator.php | 14 +- .../Value}/TestSuite.php | 28 +- .../Value}/TestSuiteCollection.php | 12 +- .../Value}/TestSuiteCollectionIterator.php | 14 +- .../PHP => Configuration/Value}/Variable.php | 25 +- .../Value}/VariableCollection.php | 12 +- .../Value}/VariableCollectionIterator.php | 14 +- .../Xml}/CodeCoverage/CodeCoverage.php | 124 +- .../Xml}/CodeCoverage/Report/Clover.php | 7 +- .../Xml}/CodeCoverage/Report/Cobertura.php | 7 +- .../Xml}/CodeCoverage/Report/Crap4j.php | 13 +- .../Xml/CodeCoverage/Report/Html.php | 104 + .../Xml}/CodeCoverage/Report/Php.php | 7 +- .../Xml}/CodeCoverage/Report/Text.php | 19 +- .../Xml}/CodeCoverage/Report/Xml.php | 7 +- .../Configuration/Xml/Configuration.php | 102 + .../Xml/DefaultConfiguration.php | 159 + .../Xml}/Exception.php | 0 .../Xml}/Generator.php | 18 +- .../Group => Configuration/Xml}/Groups.php | 13 +- .../Xml/LoadedFromFileConfiguration.php | 65 + .../Xml}/Loader.php | 664 +- .../Xml}/Logging/Junit.php | 7 +- .../Xml}/Logging/Logging.php | 78 +- .../Xml}/Logging/TeamCity.php | 7 +- .../Xml}/Logging/TestDox/Html.php | 7 +- .../Xml}/Logging/TestDox/Text.php | 7 +- .../Xml}/Migration/MigrationBuilder.php | 27 +- .../Migration/MigrationBuilderException.php | 0 .../Xml}/Migration/MigrationException.php | 0 .../Migration/Migrations/ConvertLogTypes.php | 0 .../Migrations/CoverageCloverToReport.php | 1 + .../Migrations/CoverageCrap4jToReport.php | 0 .../Migrations/CoverageHtmlToReport.php | 0 .../Migrations/CoveragePhpToReport.php | 0 .../Migrations/CoverageTextToReport.php | 0 .../Migrations/CoverageXmlToReport.php | 0 .../IntroduceCacheDirectoryAttribute.php | 33 + .../Migrations/IntroduceCoverageElement.php | 0 .../Migrations/LogToReportMigration.php | 0 .../Xml}/Migration/Migrations/Migration.php | 0 ...ttributesFromFilterWhitelistToCoverage.php | 0 .../MoveAttributesFromRootToCoverage.php | 3 + .../MoveCoverageDirectoriesToSource.php | 54 + .../MoveWhitelistExcludesToCoverage.php | 1 - .../MoveWhitelistIncludesToCoverage.php | 1 - ...ResourceUsageDuringSmallTestsAttribute.php | 31 + ...StrictAboutTodoAnnotatedTestsAttribute.php | 31 + .../RemoveCacheResultFileAttribute.php | 31 + .../Migrations/RemoveCacheTokensAttribute.php | 4 + ...RemoveConversionToExceptionsAttributes.php | 43 + ...CoverageElementCacheDirectoryAttribute.php | 32 + ...eElementProcessUncoveredFilesAttribute.php | 32 + .../Migrations/RemoveEmptyFilter.php | 0 .../Migration/Migrations/RemoveListeners.php | 30 + .../Migration/Migrations/RemoveLogTypes.php | 1 - .../Migrations/RemoveLoggingElements.php | 48 + .../RemoveNoInteractionAttribute.php | 31 + .../Migrations/RemovePrinterAttributes.php | 35 + .../Migrations/RemoveTestDoxGroupsElement.php | 30 + .../RemoveTestSuiteLoaderAttributes.php | 35 + .../Migrations/RemoveVerboseAttribute.php | 31 + .../RenameBackupStaticAttributesAttribute.php | 38 + ...BeStrictAboutCoversAnnotationAttribute.php | 38 + .../RenameForceCoversAnnotationAttribute.php | 38 + .../Migrations/UpdateSchemaLocation.php} | 13 +- .../Xml}/Migration/Migrator.php | 10 +- .../Xml/Migration}/SnapshotNodeList.php | 6 +- .../src/TextUI/Configuration/Xml/PHPUnit.php | 475 + .../FailedSchemaDetectionResult.php | 2 +- .../SchemaDetector}/SchemaDetectionResult.php | 8 +- .../Xml/SchemaDetector}/SchemaDetector.php | 16 +- .../SuccessfulSchemaDetectionResult.php | 7 +- .../Configuration}/Xml/SchemaFinder.php | 8 +- .../Xml}/TestSuiteMapper.php | 62 +- .../Xml/Validator}/ValidationResult.php | 4 +- .../Xml/Validator}/Validator.php | 2 +- .../src/TextUI/DefaultResultPrinter.php | 585 - .../DirectoryDoesNotExistException.php | 29 + .../src/TextUI/Exception/Exception.php | 0 .../ExtensionsNotConfiguredException.php | 19 + .../Exception/InvalidSocketException.php | 29 + .../TextUI/Exception/ReflectionException.php | 2 +- .../src/TextUI/Exception/RuntimeException.php | 2 +- .../TestDirectoryNotFoundException.php | 2 +- .../Exception/TestFileNotFoundException.php | 2 +- .../phpunit/phpunit/src/TextUI/Help.php | 262 +- .../ProgressPrinter/ProgressPrinter.php | 400 + ...BeforeTestClassMethodErroredSubscriber.php | 24 + .../ProgressPrinter/Subscriber/Subscriber.php | 28 + .../TestConsideredRiskySubscriber.php | 24 + .../Subscriber/TestErroredSubscriber.php | 24 + .../Subscriber/TestFailedSubscriber.php | 24 + .../Subscriber/TestFinishedSubscriber.php | 24 + .../TestMarkedIncompleteSubscriber.php | 24 + .../Subscriber/TestPreparedSubscriber.php | 24 + .../TestRunnerExecutionStartedSubscriber.php | 24 + .../Subscriber/TestSkippedSubscriber.php | 24 + .../TestTriggeredDeprecationSubscriber.php | 24 + .../TestTriggeredErrorSubscriber.php | 24 + .../TestTriggeredNoticeSubscriber.php | 24 + .../TestTriggeredPhpDeprecationSubscriber.php | 24 + .../TestTriggeredPhpNoticeSubscriber.php | 24 + .../TestTriggeredPhpWarningSubscriber.php | 24 + ...tTriggeredPhpunitDeprecationSubscriber.php | 24 + .../TestTriggeredPhpunitWarningSubscriber.php | 24 + .../TestTriggeredWarningSubscriber.php | 24 + .../TextUI/Output/Default/ResultPrinter.php | 629 ++ .../Default/UnexpectedOutputPrinter.php | 38 + .../phpunit/src/TextUI/Output/Facade.php | 268 + .../TextUI/Output/Printer/DefaultPrinter.php | 115 + .../src/TextUI/Output/Printer/NullPrinter.php | 24 + .../src/TextUI/Output/Printer/Printer.php | 20 + .../src/TextUI/Output/SummaryPrinter.php | 169 + .../TextUI/Output/TestDox/ResultPrinter.php | 380 + .../src/TextUI/ShellExitCodeCalculator.php | 67 + .../phpunit/phpunit/src/TextUI/TestRunner.php | 1257 +-- .../src/TextUI/TestSuiteFilterProcessor.php | 87 + .../CodeCoverage/FilterMapper.php | 45 - .../CodeCoverage/Report/Html.php | 57 - .../TextUI/XmlConfiguration/Configuration.php | 152 - .../XmlConfiguration/Logging/TestDox/Xml.php | 35 - .../XmlConfiguration/PHPUnit/Extension.php | 73 - .../PHPUnit/ExtensionCollection.php | 53 - .../XmlConfiguration/PHPUnit/PHPUnit.php | 715 -- .../phpunit/src/Util/Annotation/DocBlock.php | 546 - .../phpunit/phpunit/src/Util/Blacklist.php | 41 - .../phpunit/phpunit/src/Util/Cloner.php | 2 +- .../vendor/phpunit/phpunit/src/Util/Color.php | 78 +- .../phpunit/phpunit/src/Util/ErrorHandler.php | 156 - .../phpunit/src/Util/Exception}/Exception.php | 7 +- .../InvalidDirectoryException.php} | 20 +- .../InvalidJsonException.php} | 2 +- .../InvalidVersionOperatorException.php | 29 + .../Util/Exception/PhpProcessException.php | 20 + .../XmlException.php} | 3 +- .../phpunit/phpunit/src/Util/ExcludeList.php | 67 +- .../phpunit/phpunit/src/Util/Exporter.php | 47 + .../phpunit/phpunit/src/Util/FileLoader.php | 84 - .../phpunit/phpunit/src/Util/Filesystem.php | 19 +- .../phpunit/phpunit/src/Util/Filter.php | 16 +- .../phpunit/phpunit/src/Util/GlobalState.php | 14 +- .../vendor/phpunit/phpunit/src/Util/Json.php | 13 +- .../phpunit/phpunit/src/Util/Log/JUnit.php | 424 - .../phpunit/phpunit/src/Util/Log/TeamCity.php | 383 - .../src/Util/PHP/AbstractPhpProcess.php | 316 +- .../src/Util/PHP/DefaultPhpProcess.php | 96 +- .../src/Util/PHP/Template/PhptTestCase.tpl | 7 +- .../src/Util/PHP/Template/TestCaseClass.tpl | 94 +- .../src/Util/PHP/Template/TestCaseMethod.tpl | 97 +- .../src/Util/PHP/WindowsPhpProcess.php | 13 +- .../phpunit/phpunit/src/Util/Printer.php | 116 - .../phpunit/phpunit/src/Util/Reflection.php | 68 +- .../vendor/phpunit/phpunit/src/Util/Test.php | 759 +- .../src/Util/TestDox/CliTestDoxPrinter.php | 380 - .../src/Util/TestDox/ResultPrinter.php | 343 - .../src/Util/TestDox/TestDoxPrinter.php | 388 - .../src/Util/TestDox/TextResultPrinter.php | 52 - .../src/Util/TestDox/XmlResultPrinter.php | 261 - .../phpunit/src/Util/TextTestListRenderer.php | 54 - .../src/Util/ThrowableToStringMapper.php | 45 + .../vendor/phpunit/phpunit/src/Util/Type.php | 39 - .../src/Util/VersionComparisonOperator.php | 23 +- .../src/Util/XdebugFilterScriptGenerator.php | 81 - .../vendor/phpunit/phpunit/src/Util/Xml.php | 193 - .../phpunit/phpunit/src/Util/Xml/Loader.php | 59 +- .../phpunit/phpunit/src/Util/Xml/Xml.php | 79 + .../phpunit/src/Util/XmlTestListRenderer.php | 91 - .../vendor/sebastian/cli-parser/ChangeLog.md | 8 + Sources/vendor/sebastian/cli-parser/LICENSE | 46 +- Sources/vendor/sebastian/cli-parser/README.md | 5 + .../vendor/sebastian/cli-parser/SECURITY.md | 9 + .../vendor/sebastian/cli-parser/composer.json | 8 +- .../sebastian/cli-parser/src/Parser.php | 68 +- .../exceptions/AmbiguousOptionException.php | 0 .../cli-parser/src/exceptions/Exception.php | 0 .../OptionDoesNotAllowArgumentException.php | 0 ...RequiredOptionArgumentMissingException.php | 0 .../src/exceptions/UnknownOptionException.php | 0 .../.psalm/baseline.xml | 9 + .../.psalm/config.xml | 1 - .../code-unit-reverse-lookup/ChangeLog.md | 7 + .../code-unit-reverse-lookup/LICENSE | 46 +- .../code-unit-reverse-lookup/README.md | 6 +- .../code-unit-reverse-lookup/SECURITY.md | 9 + .../code-unit-reverse-lookup/composer.json | 10 +- .../code-unit-reverse-lookup/src/Wizard.php | 29 +- .../sebastian/code-unit/.psalm/baseline.xml | 23 - .../vendor/sebastian/code-unit/ChangeLog.md | 13 + Sources/vendor/sebastian/code-unit/LICENSE | 46 +- Sources/vendor/sebastian/code-unit/README.md | 5 + .../vendor/sebastian/code-unit/SECURITY.md | 9 + .../vendor/sebastian/code-unit/composer.json | 8 +- .../code-unit/src/ClassMethodUnit.php | 0 .../sebastian/code-unit/src/ClassUnit.php | 0 .../sebastian/code-unit/src/CodeUnit.php | 67 +- .../code-unit/src/CodeUnitCollection.php | 38 +- .../src/CodeUnitCollectionIterator.php | 11 +- .../sebastian/code-unit/src/FileUnit.php | 24 + .../sebastian/code-unit/src/FunctionUnit.php | 0 .../code-unit/src/InterfaceMethodUnit.php | 0 .../sebastian/code-unit/src/InterfaceUnit.php | 0 .../vendor/sebastian/code-unit/src/Mapper.php | 179 +- .../code-unit/src/TraitMethodUnit.php | 0 .../sebastian/code-unit/src/TraitUnit.php | 0 .../code-unit/src/exceptions/Exception.php | 0 .../exceptions/InvalidCodeUnitException.php | 0 .../src/exceptions/NoTraitException.php | 0 .../src/exceptions/ReflectionException.php | 0 .../vendor/sebastian/comparator/ChangeLog.md | 24 + Sources/vendor/sebastian/comparator/LICENSE | 46 +- Sources/vendor/sebastian/comparator/README.md | 6 +- .../vendor/sebastian/comparator/SECURITY.md | 30 + .../vendor/sebastian/comparator/composer.json | 18 +- .../comparator/src/ArrayComparator.php | 58 +- .../sebastian/comparator/src/Comparator.php | 47 +- .../comparator/src/ComparisonFailure.php | 91 +- .../comparator/src/DOMNodeComparator.php | 43 +- .../comparator/src/DateTimeComparator.php | 40 +- .../comparator/src/DoubleComparator.php | 61 - .../comparator/src/ExceptionComparator.php | 25 +- .../sebastian/comparator/src/Factory.php | 49 +- .../comparator/src/MockObjectComparator.php | 39 +- .../comparator/src/NumericComparator.php | 37 +- .../comparator/src/ObjectComparator.php | 60 +- .../comparator/src/ResourceComparator.php | 36 +- .../comparator/src/ScalarComparator.php | 46 +- .../src/SplObjectStorageComparator.php | 42 +- .../comparator/src/TypeComparator.php | 29 +- .../comparator/src/exceptions/Exception.php | 0 .../src/exceptions/RuntimeException.php | 0 .../sebastian/complexity/.psalm/baseline.xml | 2 - .../vendor/sebastian/complexity/ChangeLog.md | 27 + Sources/vendor/sebastian/complexity/LICENSE | 46 +- Sources/vendor/sebastian/complexity/README.md | 10 +- .../vendor/sebastian/complexity/SECURITY.md | 30 + .../vendor/sebastian/complexity/composer.json | 14 +- .../sebastian/complexity/src/Calculator.php | 10 +- .../complexity/src/Complexity/Complexity.php | 30 +- .../src/Complexity/ComplexityCollection.php | 45 +- .../ComplexityCollectionIterator.php | 8 +- .../complexity/src/Exception/Exception.php | 0 .../src/Exception/RuntimeException.php | 0 .../Visitor/ComplexityCalculatingVisitor.php | 39 +- ...CyclomaticComplexityCalculatingVisitor.php | 11 +- Sources/vendor/sebastian/diff/ChangeLog.md | 30 +- Sources/vendor/sebastian/diff/LICENSE | 46 +- Sources/vendor/sebastian/diff/README.md | 12 +- Sources/vendor/sebastian/diff/SECURITY.md | 30 + Sources/vendor/sebastian/diff/composer.json | 12 +- Sources/vendor/sebastian/diff/src/Chunk.php | 33 +- Sources/vendor/sebastian/diff/src/Diff.php | 21 +- Sources/vendor/sebastian/diff/src/Differ.php | 108 +- .../src/Exception/ConfigurationException.php | 3 +- .../diff/src/Exception/Exception.php | 0 .../Exception/InvalidArgumentException.php | 0 Sources/vendor/sebastian/diff/src/Line.php | 14 +- .../LongestCommonSubsequenceCalculator.php | 0 ...ientLongestCommonSubsequenceCalculator.php | 2 +- .../src/Output/AbstractChunkOutputBuilder.php | 4 +- .../diff/src/Output/DiffOnlyOutputBuilder.php | 10 +- .../src/Output/DiffOutputBuilderInterface.php | 0 .../Output/StrictUnifiedDiffOutputBuilder.php | 54 +- .../src/Output/UnifiedDiffOutputBuilder.php | 54 +- Sources/vendor/sebastian/diff/src/Parser.php | 16 +- ...ientLongestCommonSubsequenceCalculator.php | 18 +- .../vendor/sebastian/environment/ChangeLog.md | 19 +- Sources/vendor/sebastian/environment/LICENSE | 46 +- .../vendor/sebastian/environment/README.md | 7 +- .../vendor/sebastian/environment/SECURITY.md | 30 + .../sebastian/environment/composer.json | 14 +- .../sebastian/environment/src/Console.php | 0 .../environment/src/OperatingSystem.php | 53 - .../sebastian/environment/src/Runtime.php | 118 +- .../vendor/sebastian/exporter/ChangeLog.md | 32 + Sources/vendor/sebastian/exporter/LICENSE | 46 +- Sources/vendor/sebastian/exporter/README.md | 6 +- Sources/vendor/sebastian/exporter/SECURITY.md | 30 + .../vendor/sebastian/exporter/composer.json | 21 +- .../sebastian/exporter/src/Exporter.php | 179 +- .../sebastian/global-state/ChangeLog.md | 19 +- Sources/vendor/sebastian/global-state/LICENSE | 46 +- .../vendor/sebastian/global-state/README.md | 6 +- .../vendor/sebastian/global-state/SECURITY.md | 30 + .../sebastian/global-state/composer.json | 19 +- .../global-state/src/CodeExporter.php | 5 +- .../global-state/src/ExcludeList.php | 54 +- .../sebastian/global-state/src/Restorer.php | 59 +- .../sebastian/global-state/src/Snapshot.php | 142 +- .../global-state/src/exceptions/Exception.php | 0 .../src/exceptions/RuntimeException.php | 0 .../lines-of-code/.psalm/baseline.xml | 2 - .../sebastian/lines-of-code/.psalm/config.xml | 16 - .../sebastian/lines-of-code/ChangeLog.md | 14 + .../vendor/sebastian/lines-of-code/LICENSE | 46 +- .../vendor/sebastian/lines-of-code/README.md | 10 +- .../sebastian/lines-of-code/SECURITY.md | 30 + .../sebastian/lines-of-code/composer.json | 13 +- .../sebastian/lines-of-code/src/Counter.php | 14 +- .../lines-of-code/src/Exception/Exception.php | 0 .../Exception/IllogicalValuesException.php | 0 .../src/Exception/NegativeValueException.php | 0 .../src/Exception/RuntimeException.php | 0 .../lines-of-code/src/LineCountingVisitor.php | 23 +- .../lines-of-code/src/LinesOfCode.php | 37 +- .../object-enumerator/.psalm/baseline.xml | 9 - .../object-enumerator/.psalm/config.xml | 16 - .../sebastian/object-enumerator/ChangeLog.md | 7 + .../sebastian/object-enumerator/LICENSE | 46 +- .../sebastian/object-enumerator/README.md | 6 +- .../sebastian/object-enumerator/SECURITY.md | 9 + .../sebastian/object-enumerator/composer.json | 12 +- .../sebastian/object-enumerator/phpunit.xml | 14 +- .../object-enumerator/src/Enumerator.php | 56 +- .../src/InvalidArgumentException.php | 14 - .../object-reflector/.psalm/baseline.xml | 8 - .../object-reflector/.psalm/config.xml | 16 - .../sebastian/object-reflector/ChangeLog.md | 11 + .../vendor/sebastian/object-reflector/LICENSE | 46 +- .../sebastian/object-reflector/README.md | 8 +- .../sebastian/object-reflector/SECURITY.md | 9 + .../sebastian/object-reflector/composer.json | 8 +- .../object-reflector/src/Exception.php | 16 - .../src/InvalidArgumentException.php | 14 - .../object-reflector/src/ObjectReflector.php | 30 +- .../sebastian/recursion-context/ChangeLog.md | 7 + .../sebastian/recursion-context/LICENSE | 46 +- .../sebastian/recursion-context/README.md | 6 +- .../sebastian/recursion-context/SECURITY.md | 9 + .../sebastian/recursion-context/composer.json | 8 +- .../recursion-context/src/Context.php | 96 +- .../recursion-context/src/Exception.php | 16 - .../resource-operations/.gitattributes | 7 - .../sebastian/resource-operations/.gitignore | 6 - .../resource-operations/ChangeLog.md | 54 - .../sebastian/resource-operations/LICENSE | 33 - .../sebastian/resource-operations/README.md | 14 - .../resource-operations/build/generate.php | 65 - .../resource-operations/composer.json | 37 - .../src/ResourceOperations.php | 2232 ---- Sources/vendor/sebastian/type/ChangeLog.md | 7 + Sources/vendor/sebastian/type/LICENSE | 46 +- Sources/vendor/sebastian/type/README.md | 6 +- Sources/vendor/sebastian/type/SECURITY.md | 9 + Sources/vendor/sebastian/type/composer.json | 8 +- .../{cli-parser => type}/infection.json | 0 .../vendor/sebastian/type/src/Parameter.php | 8 +- .../sebastian/type/src/ReflectionMapper.php | 24 +- .../vendor/sebastian/type/src/TypeName.php | 11 +- .../type/src/exception/Exception.php | 0 .../type/src/exception/RuntimeException.php | 0 .../sebastian/type/src/type/CallableType.php | 62 +- .../sebastian/type/src/type/FalseType.php | 0 .../type/src/type/GenericObjectType.php | 5 +- .../type/src/type/IntersectionType.php | 2 +- .../sebastian/type/src/type/IterableType.php | 19 +- .../sebastian/type/src/type/MixedType.php | 0 .../sebastian/type/src/type/NeverType.php | 0 .../sebastian/type/src/type/NullType.php | 0 .../sebastian/type/src/type/ObjectType.php | 11 +- .../sebastian/type/src/type/SimpleType.php | 45 +- .../sebastian/type/src/type/StaticType.php | 14 +- .../sebastian/type/src/type/TrueType.php | 0 .../vendor/sebastian/type/src/type/Type.php | 66 +- .../sebastian/type/src/type/UnionType.php | 2 +- .../sebastian/type/src/type/UnknownType.php | 0 .../sebastian/type/src/type/VoidType.php | 0 .../vendor/sebastian/version/.gitattributes | 4 - Sources/vendor/sebastian/version/.gitignore | 2 - Sources/vendor/sebastian/version/ChangeLog.md | 18 + Sources/vendor/sebastian/version/LICENSE | 46 +- Sources/vendor/sebastian/version/README.md | 35 +- Sources/vendor/sebastian/version/SECURITY.md | 9 + .../vendor/sebastian/version/composer.json | 6 +- .../vendor/sebastian/version/src/Version.php | 94 +- .../vendor/symfony/polyfill-ctype/Ctype.php | 232 - .../vendor/symfony/polyfill-ctype/README.md | 12 - .../symfony/polyfill-ctype/bootstrap.php | 50 - .../symfony/polyfill-ctype/bootstrap80.php | 46 - .../symfony/polyfill-ctype/composer.json | 41 - .../vendor/symfony/polyfill-mbstring/LICENSE | 19 - .../symfony/polyfill-mbstring/Mbstring.php | 947 -- .../symfony/polyfill-mbstring/README.md | 13 - .../Resources/unidata/caseFolding.php | 119 - .../Resources/unidata/lowerCase.php | 1397 --- .../Resources/unidata/titleCaseRegexp.php | 5 - .../Resources/unidata/upperCase.php | 1489 --- .../symfony/polyfill-mbstring/bootstrap.php | 151 - .../symfony/polyfill-mbstring/bootstrap80.php | 147 - .../symfony/polyfill-mbstring/composer.json | 41 - Sources/vendor/symfony/polyfill-php80/LICENSE | 19 - .../vendor/symfony/polyfill-php80/Php80.php | 115 - .../symfony/polyfill-php80/PhpToken.php | 103 - .../vendor/symfony/polyfill-php80/README.md | 25 - .../Resources/stubs/Attribute.php | 31 - .../Resources/stubs/PhpToken.php | 16 - .../Resources/stubs/Stringable.php | 20 - .../Resources/stubs/UnhandledMatchError.php | 16 - .../Resources/stubs/ValueError.php | 16 - .../symfony/polyfill-php80/bootstrap.php | 42 - .../symfony/polyfill-php80/composer.json | 40 - Sources/vendor/theseer/tokenizer/.php_cs.dist | 213 - Sources/vendor/theseer/tokenizer/CHANGELOG.md | 6 + Sources/vendor/theseer/tokenizer/LICENSE | 0 Sources/vendor/theseer/tokenizer/README.md | 3 - .../vendor/theseer/tokenizer/composer.json | 0 .../vendor/theseer/tokenizer/composer.lock | 0 .../theseer/tokenizer/src/Exception.php | 0 .../theseer/tokenizer/src/NamespaceUri.php | 0 .../tokenizer/src/NamespaceUriException.php | 0 .../vendor/theseer/tokenizer/src/Token.php | 0 .../theseer/tokenizer/src/TokenCollection.php | 0 .../src/TokenCollectionException.php | 0 .../theseer/tokenizer/src/Tokenizer.php | 21 +- .../theseer/tokenizer/src/XMLSerializer.php | 0 Sources/vendor/twig/twig/CHANGELOG | 185 - Sources/vendor/twig/twig/LICENSE | 27 - Sources/vendor/twig/twig/README.rst | 23 - Sources/vendor/twig/twig/composer.json | 45 - .../twig/twig/src/Cache/CacheInterface.php | 46 - .../twig/twig/src/Cache/FilesystemCache.php | 87 - .../vendor/twig/twig/src/Cache/NullCache.php | 38 - Sources/vendor/twig/twig/src/Compiler.php | 223 - Sources/vendor/twig/twig/src/Environment.php | 841 -- Sources/vendor/twig/twig/src/Error/Error.php | 227 - .../twig/twig/src/Error/LoaderError.php | 21 - .../twig/twig/src/Error/RuntimeError.php | 22 - .../twig/twig/src/Error/SyntaxError.php | 46 - .../vendor/twig/twig/src/ExpressionParser.php | 842 -- .../twig/src/Extension/AbstractExtension.php | 45 - .../twig/twig/src/Extension/CoreExtension.php | 1752 --- .../twig/src/Extension/DebugExtension.php | 64 - .../twig/src/Extension/EscaperExtension.php | 416 - .../twig/src/Extension/ExtensionInterface.php | 76 - .../twig/src/Extension/GlobalsInterface.php | 28 - .../twig/src/Extension/OptimizerExtension.php | 29 - .../twig/src/Extension/ProfilerExtension.php | 52 - .../Extension/RuntimeExtensionInterface.php | 19 - .../twig/src/Extension/SandboxExtension.php | 123 - .../twig/src/Extension/StagingExtension.php | 100 - .../src/Extension/StringLoaderExtension.php | 42 - Sources/vendor/twig/twig/src/ExtensionSet.php | 480 - .../src/FileExtensionEscapingStrategy.php | 60 - Sources/vendor/twig/twig/src/Lexer.php | 519 - .../twig/twig/src/Loader/ArrayLoader.php | 77 - .../twig/twig/src/Loader/ChainLoader.php | 119 - .../twig/twig/src/Loader/FilesystemLoader.php | 283 - .../twig/twig/src/Loader/LoaderInterface.php | 49 - Sources/vendor/twig/twig/src/Markup.php | 52 - .../twig/twig/src/Node/AutoEscapeNode.php | 38 - .../vendor/twig/twig/src/Node/BlockNode.php | 44 - .../twig/twig/src/Node/BlockReferenceNode.php | 36 - .../vendor/twig/twig/src/Node/BodyNode.php | 21 - .../twig/src/Node/CheckSecurityCallNode.php | 28 - .../twig/twig/src/Node/CheckSecurityNode.php | 88 - .../twig/twig/src/Node/CheckToStringNode.php | 45 - .../twig/twig/src/Node/DeprecatedNode.php | 53 - Sources/vendor/twig/twig/src/Node/DoNode.php | 38 - .../vendor/twig/twig/src/Node/EmbedNode.php | 48 - .../Node/Expression/AbstractExpression.php | 24 - .../src/Node/Expression/ArrayExpression.php | 135 - .../Expression/ArrowFunctionExpression.php | 64 - .../Node/Expression/AssignNameExpression.php | 27 - .../Node/Expression/Binary/AbstractBinary.php | 42 - .../src/Node/Expression/Binary/AddBinary.php | 23 - .../src/Node/Expression/Binary/AndBinary.php | 23 - .../Expression/Binary/BitwiseAndBinary.php | 23 - .../Expression/Binary/BitwiseOrBinary.php | 23 - .../Expression/Binary/BitwiseXorBinary.php | 23 - .../Node/Expression/Binary/ConcatBinary.php | 23 - .../src/Node/Expression/Binary/DivBinary.php | 23 - .../Node/Expression/Binary/EndsWithBinary.php | 35 - .../Node/Expression/Binary/EqualBinary.php | 39 - .../Node/Expression/Binary/FloorDivBinary.php | 29 - .../Node/Expression/Binary/GreaterBinary.php | 39 - .../Expression/Binary/GreaterEqualBinary.php | 39 - .../Node/Expression/Binary/HasEveryBinary.php | 33 - .../Node/Expression/Binary/HasSomeBinary.php | 33 - .../src/Node/Expression/Binary/InBinary.php | 33 - .../src/Node/Expression/Binary/LessBinary.php | 39 - .../Expression/Binary/LessEqualBinary.php | 39 - .../Node/Expression/Binary/MatchesBinary.php | 33 - .../src/Node/Expression/Binary/ModBinary.php | 23 - .../src/Node/Expression/Binary/MulBinary.php | 23 - .../Node/Expression/Binary/NotEqualBinary.php | 39 - .../Node/Expression/Binary/NotInBinary.php | 33 - .../src/Node/Expression/Binary/OrBinary.php | 23 - .../Node/Expression/Binary/PowerBinary.php | 22 - .../Node/Expression/Binary/RangeBinary.php | 33 - .../Expression/Binary/SpaceshipBinary.php | 22 - .../Expression/Binary/StartsWithBinary.php | 35 - .../src/Node/Expression/Binary/SubBinary.php | 23 - .../Expression/BlockReferenceExpression.php | 86 - .../src/Node/Expression/CallExpression.php | 321 - .../Node/Expression/ConditionalExpression.php | 36 - .../Node/Expression/ConstantExpression.php | 28 - .../Node/Expression/Filter/DefaultFilter.php | 52 - .../src/Node/Expression/FilterExpression.php | 40 - .../Node/Expression/FunctionExpression.php | 43 - .../src/Node/Expression/GetAttrExpression.php | 87 - .../twig/src/Node/Expression/InlinePrint.php | 35 - .../Node/Expression/MethodCallExpression.php | 62 - .../src/Node/Expression/NameExpression.php | 97 - .../Expression/NullCoalesceExpression.php | 60 - .../src/Node/Expression/ParentExpression.php | 46 - .../Node/Expression/TempNameExpression.php | 31 - .../src/Node/Expression/Test/ConstantTest.php | 49 - .../src/Node/Expression/Test/DefinedTest.php | 74 - .../Node/Expression/Test/DivisiblebyTest.php | 36 - .../src/Node/Expression/Test/EvenTest.php | 35 - .../src/Node/Expression/Test/NullTest.php | 34 - .../twig/src/Node/Expression/Test/OddTest.php | 35 - .../src/Node/Expression/Test/SameasTest.php | 34 - .../src/Node/Expression/TestExpression.php | 42 - .../Node/Expression/Unary/AbstractUnary.php | 34 - .../src/Node/Expression/Unary/NegUnary.php | 23 - .../src/Node/Expression/Unary/NotUnary.php | 23 - .../src/Node/Expression/Unary/PosUnary.php | 23 - .../Node/Expression/VariadicExpression.php | 24 - .../vendor/twig/twig/src/Node/FlushNode.php | 35 - .../vendor/twig/twig/src/Node/ForLoopNode.php | 49 - Sources/vendor/twig/twig/src/Node/ForNode.php | 107 - Sources/vendor/twig/twig/src/Node/IfNode.php | 73 - .../vendor/twig/twig/src/Node/ImportNode.php | 63 - .../vendor/twig/twig/src/Node/IncludeNode.php | 106 - .../vendor/twig/twig/src/Node/MacroNode.php | 113 - .../vendor/twig/twig/src/Node/ModuleNode.php | 464 - Sources/vendor/twig/twig/src/Node/Node.php | 179 - .../twig/src/Node/NodeCaptureInterface.php | 21 - .../twig/src/Node/NodeOutputInterface.php | 21 - .../vendor/twig/twig/src/Node/PrintNode.php | 39 - .../vendor/twig/twig/src/Node/SandboxNode.php | 52 - Sources/vendor/twig/twig/src/Node/SetNode.php | 105 - .../vendor/twig/twig/src/Node/TextNode.php | 38 - .../vendor/twig/twig/src/Node/WithNode.php | 70 - .../vendor/twig/twig/src/NodeTraverser.php | 76 - .../src/NodeVisitor/AbstractNodeVisitor.php | 49 - .../src/NodeVisitor/EscaperNodeVisitor.php | 208 - .../MacroAutoImportNodeVisitor.php | 74 - .../src/NodeVisitor/NodeVisitorInterface.php | 46 - .../src/NodeVisitor/OptimizerNodeVisitor.php | 217 - .../NodeVisitor/SafeAnalysisNodeVisitor.php | 160 - .../src/NodeVisitor/SandboxNodeVisitor.php | 136 - Sources/vendor/twig/twig/src/Parser.php | 348 - .../twig/src/Profiler/Dumper/BaseDumper.php | 63 - .../src/Profiler/Dumper/BlackfireDumper.php | 72 - .../twig/src/Profiler/Dumper/HtmlDumper.php | 47 - .../twig/src/Profiler/Dumper/TextDumper.php | 35 - .../src/Profiler/Node/EnterProfileNode.php | 42 - .../src/Profiler/Node/LeaveProfileNode.php | 36 - .../NodeVisitor/ProfilerNodeVisitor.php | 70 - .../vendor/twig/twig/src/Profiler/Profile.php | 181 - .../RuntimeLoader/ContainerRuntimeLoader.php | 37 - .../RuntimeLoader/FactoryRuntimeLoader.php | 41 - .../RuntimeLoader/RuntimeLoaderInterface.php | 27 - .../twig/twig/src/Sandbox/SecurityError.php | 23 - .../Sandbox/SecurityNotAllowedFilterError.php | 33 - .../SecurityNotAllowedFunctionError.php | 33 - .../Sandbox/SecurityNotAllowedMethodError.php | 40 - .../SecurityNotAllowedPropertyError.php | 40 - .../Sandbox/SecurityNotAllowedTagError.php | 33 - .../twig/twig/src/Sandbox/SecurityPolicy.php | 126 - .../src/Sandbox/SecurityPolicyInterface.php | 45 - Sources/vendor/twig/twig/src/Source.php | 51 - Sources/vendor/twig/twig/src/Template.php | 422 - .../vendor/twig/twig/src/TemplateWrapper.php | 109 - .../twig/src/Test/IntegrationTestCase.php | 265 - .../twig/twig/src/Test/NodeTestCase.php | 65 - Sources/vendor/twig/twig/src/Token.php | 184 - .../src/TokenParser/AbstractTokenParser.php | 32 - .../twig/src/TokenParser/ApplyTokenParser.php | 60 - .../src/TokenParser/AutoEscapeTokenParser.php | 58 - .../twig/src/TokenParser/BlockTokenParser.php | 78 - .../src/TokenParser/DeprecatedTokenParser.php | 43 - .../twig/src/TokenParser/DoTokenParser.php | 38 - .../twig/src/TokenParser/EmbedTokenParser.php | 73 - .../src/TokenParser/ExtendsTokenParser.php | 52 - .../twig/src/TokenParser/FlushTokenParser.php | 38 - .../twig/src/TokenParser/ForTokenParser.php | 78 - .../twig/src/TokenParser/FromTokenParser.php | 66 - .../twig/src/TokenParser/IfTokenParser.php | 89 - .../src/TokenParser/ImportTokenParser.php | 44 - .../src/TokenParser/IncludeTokenParser.php | 69 - .../twig/src/TokenParser/MacroTokenParser.php | 66 - .../src/TokenParser/SandboxTokenParser.php | 66 - .../twig/src/TokenParser/SetTokenParser.php | 73 - .../src/TokenParser/TokenParserInterface.php | 46 - .../twig/src/TokenParser/UseTokenParser.php | 73 - .../twig/src/TokenParser/WithTokenParser.php | 56 - Sources/vendor/twig/twig/src/TokenStream.php | 132 - Sources/vendor/twig/twig/src/TwigFilter.php | 134 - Sources/vendor/twig/twig/src/TwigFunction.php | 122 - Sources/vendor/twig/twig/src/TwigTest.php | 100 - .../twig/src/Util/DeprecationCollector.php | 77 - .../twig/src/Util/TemplateDirIterator.php | 36 - Sources/vendor/vlucas/phpdotenv/LICENSE | 30 - Sources/vendor/vlucas/phpdotenv/composer.json | 60 - .../vendor/vlucas/phpdotenv/src/Dotenv.php | 267 - .../src/Exception/ExceptionInterface.php | 12 - .../Exception/InvalidEncodingException.php | 12 - .../src/Exception/InvalidFileException.php | 12 - .../src/Exception/InvalidPathException.php | 12 - .../src/Exception/ValidationException.php | 12 - .../vlucas/phpdotenv/src/Loader/Loader.php | 47 - .../phpdotenv/src/Loader/LoaderInterface.php | 20 - .../vlucas/phpdotenv/src/Loader/Resolver.php | 65 - .../vlucas/phpdotenv/src/Parser/Entry.php | 59 - .../phpdotenv/src/Parser/EntryParser.php | 300 - .../vlucas/phpdotenv/src/Parser/Lexer.php | 58 - .../vlucas/phpdotenv/src/Parser/Lines.php | 127 - .../vlucas/phpdotenv/src/Parser/Parser.php | 53 - .../phpdotenv/src/Parser/ParserInterface.php | 19 - .../vlucas/phpdotenv/src/Parser/Value.php | 88 - .../Repository/Adapter/AdapterInterface.php | 15 - .../src/Repository/Adapter/ApacheAdapter.php | 89 - .../src/Repository/Adapter/ArrayAdapter.php | 80 - .../Repository/Adapter/EnvConstAdapter.php | 89 - .../src/Repository/Adapter/GuardedWriter.php | 85 - .../Repository/Adapter/ImmutableWriter.php | 110 - .../src/Repository/Adapter/MultiReader.php | 48 - .../src/Repository/Adapter/MultiWriter.php | 64 - .../src/Repository/Adapter/PutenvAdapter.php | 91 - .../Repository/Adapter/ReaderInterface.php | 17 - .../Repository/Adapter/ReplacingWriter.php | 104 - .../Repository/Adapter/ServerConstAdapter.php | 89 - .../Repository/Adapter/WriterInterface.php | 27 - .../src/Repository/AdapterRepository.php | 107 - .../src/Repository/RepositoryBuilder.php | 272 - .../src/Repository/RepositoryInterface.php | 51 - .../vlucas/phpdotenv/src/Store/File/Paths.php | 44 - .../phpdotenv/src/Store/File/Reader.php | 81 - .../vlucas/phpdotenv/src/Store/FileStore.php | 72 - .../phpdotenv/src/Store/StoreBuilder.php | 141 - .../phpdotenv/src/Store/StoreInterface.php | 17 - .../phpdotenv/src/Store/StringStore.php | 37 - .../vlucas/phpdotenv/src/Util/Regex.php | 112 - .../vendor/vlucas/phpdotenv/src/Util/Str.php | 98 - .../vendor/vlucas/phpdotenv/src/Validator.php | 209 - 1681 files changed, 79523 insertions(+), 61654 deletions(-) create mode 100644 Sources/vendor/adriangibbons/php-fit-file-analysis/.codeclimate.yml create mode 100644 Sources/vendor/adriangibbons/php-fit-file-analysis/.gitattributes create mode 100644 Sources/vendor/adriangibbons/php-fit-file-analysis/.gitignore create mode 100644 Sources/vendor/adriangibbons/php-fit-file-analysis/.travis.yml rename Sources/vendor/{symfony/polyfill-ctype => adriangibbons/php-fit-file-analysis}/LICENSE (86%) mode change 100755 => 100644 create mode 100644 Sources/vendor/adriangibbons/php-fit-file-analysis/README.md create mode 100644 Sources/vendor/adriangibbons/php-fit-file-analysis/composer.json create mode 100644 Sources/vendor/adriangibbons/php-fit-file-analysis/demo/css/dc.css create mode 100644 Sources/vendor/adriangibbons/php-fit-file-analysis/demo/fit_files/mountain-biking.fit create mode 100644 Sources/vendor/adriangibbons/php-fit-file-analysis/demo/fit_files/power-analysis.fit create mode 100644 Sources/vendor/adriangibbons/php-fit-file-analysis/demo/fit_files/road-cycling.fit create mode 100644 Sources/vendor/adriangibbons/php-fit-file-analysis/demo/fit_files/swim.fit create mode 100644 Sources/vendor/adriangibbons/php-fit-file-analysis/demo/img/mountain-biking.jpg create mode 100644 Sources/vendor/adriangibbons/php-fit-file-analysis/demo/img/power-analysis.jpg create mode 100644 Sources/vendor/adriangibbons/php-fit-file-analysis/demo/img/quadrant-analysis.jpg create mode 100644 Sources/vendor/adriangibbons/php-fit-file-analysis/demo/img/swim.jpg create mode 100644 Sources/vendor/adriangibbons/php-fit-file-analysis/demo/index.php create mode 100644 Sources/vendor/adriangibbons/php-fit-file-analysis/demo/js/crossfilter.js create mode 100644 Sources/vendor/adriangibbons/php-fit-file-analysis/demo/js/d3.js create mode 100644 Sources/vendor/adriangibbons/php-fit-file-analysis/demo/js/dc.js create mode 100644 Sources/vendor/adriangibbons/php-fit-file-analysis/demo/js/jquery.flot.min.js create mode 100644 Sources/vendor/adriangibbons/php-fit-file-analysis/demo/js/jquery.flot.pie.min.js create mode 100644 Sources/vendor/adriangibbons/php-fit-file-analysis/demo/libraries/Line_DouglasPeucker.php create mode 100644 Sources/vendor/adriangibbons/php-fit-file-analysis/demo/libraries/PolylineEncoder.php create mode 100644 Sources/vendor/adriangibbons/php-fit-file-analysis/demo/mountain-biking.php create mode 100644 Sources/vendor/adriangibbons/php-fit-file-analysis/demo/power-analysis.php create mode 100644 Sources/vendor/adriangibbons/php-fit-file-analysis/demo/quadrant-analysis.php create mode 100644 Sources/vendor/adriangibbons/php-fit-file-analysis/demo/swim.php create mode 100644 Sources/vendor/adriangibbons/php-fit-file-analysis/src/phpFITFileAnalysis.php create mode 100644 Sources/vendor/adriangibbons/php-fit-file-analysis/tests/pFFA-Basic-Test.php create mode 100644 Sources/vendor/adriangibbons/php-fit-file-analysis/tests/pFFA-EnumData-Test.php create mode 100644 Sources/vendor/adriangibbons/php-fit-file-analysis/tests/pFFA-FixData-Test.php create mode 100644 Sources/vendor/adriangibbons/php-fit-file-analysis/tests/pFFA-GetJSON-Test.php create mode 100644 Sources/vendor/adriangibbons/php-fit-file-analysis/tests/pFFA-HR-Test.php create mode 100644 Sources/vendor/adriangibbons/php-fit-file-analysis/tests/pFFA-IsPaused-Test.php create mode 100644 Sources/vendor/adriangibbons/php-fit-file-analysis/tests/pFFA-Power-Test.php create mode 100644 Sources/vendor/adriangibbons/php-fit-file-analysis/tests/pFFA-QuadrantAnalysis-Test.php create mode 100644 Sources/vendor/adriangibbons/php-fit-file-analysis/tests/pFFA-SetUnits-Test.php delete mode 100755 Sources/vendor/composer/platform_check.php delete mode 100755 Sources/vendor/doctrine/instantiator/.doctrine-project.json delete mode 100755 Sources/vendor/doctrine/instantiator/CONTRIBUTING.md delete mode 100755 Sources/vendor/doctrine/instantiator/LICENSE delete mode 100755 Sources/vendor/doctrine/instantiator/README.md delete mode 100755 Sources/vendor/doctrine/instantiator/composer.json delete mode 100755 Sources/vendor/doctrine/instantiator/docs/en/index.rst delete mode 100755 Sources/vendor/doctrine/instantiator/docs/en/sidebar.rst delete mode 100755 Sources/vendor/doctrine/instantiator/psalm.xml delete mode 100755 Sources/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/ExceptionInterface.php delete mode 100755 Sources/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/InvalidArgumentException.php delete mode 100755 Sources/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/UnexpectedValueException.php delete mode 100755 Sources/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php delete mode 100755 Sources/vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php delete mode 100644 Sources/vendor/graham-campbell/result-type/LICENSE delete mode 100644 Sources/vendor/graham-campbell/result-type/composer.json delete mode 100644 Sources/vendor/graham-campbell/result-type/src/Error.php delete mode 100644 Sources/vendor/graham-campbell/result-type/src/Result.php delete mode 100644 Sources/vendor/graham-campbell/result-type/src/Success.php delete mode 100644 Sources/vendor/phpoption/phpoption/LICENSE delete mode 100644 Sources/vendor/phpoption/phpoption/composer.json delete mode 100644 Sources/vendor/phpoption/phpoption/src/PhpOption/LazyOption.php delete mode 100644 Sources/vendor/phpoption/phpoption/src/PhpOption/None.php delete mode 100644 Sources/vendor/phpoption/phpoption/src/PhpOption/Option.php delete mode 100644 Sources/vendor/phpoption/phpoption/src/PhpOption/Some.php create mode 100644 Sources/vendor/phpunit/php-code-coverage/ChangeLog-10.1.md delete mode 100755 Sources/vendor/phpunit/php-code-coverage/ChangeLog-9.2.md mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/LICENSE mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/README.md create mode 100644 Sources/vendor/phpunit/php-code-coverage/SECURITY.md mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/composer.json mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/CodeCoverage.php rename Sources/vendor/phpunit/php-code-coverage/src/{ => Data}/ProcessedCodeCoverageData.php (90%) mode change 100755 => 100644 rename Sources/vendor/phpunit/php-code-coverage/src/{ => Data}/RawCodeCoverageData.php (86%) mode change 100755 => 100644 mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Driver/Driver.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Driver/PcovDriver.php delete mode 100755 Sources/vendor/phpunit/php-code-coverage/src/Driver/PhpdbgDriver.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Driver/Selector.php delete mode 100755 Sources/vendor/phpunit/php-code-coverage/src/Driver/Xdebug2Driver.php rename Sources/vendor/phpunit/php-code-coverage/src/Driver/{Xdebug3Driver.php => XdebugDriver.php} (57%) mode change 100755 => 100644 mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Exception/BranchAndPathCoverageNotSupportedException.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Exception/DeadCodeDetectionNotSupportedException.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Exception/DirectoryCouldNotBeCreatedException.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Exception/Exception.php rename Sources/vendor/phpunit/php-code-coverage/src/Exception/{WrongXdebugVersionException.php => FileCouldNotBeWrittenException.php} (62%) mode change 100755 => 100644 mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Exception/InvalidArgumentException.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverAvailableException.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverWithPathCoverageSupportAvailableException.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Exception/ParserException.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Exception/PathExistsButIsNotDirectoryException.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Exception/PcovNotAvailableException.php delete mode 100755 Sources/vendor/phpunit/php-code-coverage/src/Exception/PhpdbgNotAvailableException.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Exception/ReflectionException.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Exception/ReportAlreadyFinalizedException.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Exception/StaticAnalysisCacheNotConfiguredException.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Exception/TestIdMissingException.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Exception/UnintentionallyCoveredCodeException.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Exception/WriteOperationFailedException.php delete mode 100755 Sources/vendor/phpunit/php-code-coverage/src/Exception/Xdebug2NotEnabledException.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Exception/XdebugNotAvailableException.php rename Sources/vendor/phpunit/php-code-coverage/src/Exception/{Xdebug3NotEnabledException.php => XdebugNotEnabledException.php} (86%) mode change 100755 => 100644 mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Exception/XmlException.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Filter.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Node/AbstractNode.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Node/Builder.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Node/CrapIndex.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Node/Directory.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Node/File.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Node/Iterator.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Clover.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Cobertura.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Crap4j.php create mode 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Colors.php create mode 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Html/CustomCssFile.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Facade.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Dashboard.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Directory.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/File.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/branches.html.dist mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/coverage_bar.html.dist mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/coverage_bar_branch.html.dist mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/bootstrap.min.css mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/custom.css mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/nv.d3.min.css mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/octicons.css mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/style.css mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/dashboard.html.dist mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/dashboard_branch.html.dist mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory.html.dist mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory_branch.html.dist mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory_item.html.dist mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory_item_branch.html.dist mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file.html.dist mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_branch.html.dist mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_item.html.dist mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_item_branch.html.dist mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/icons/file-code.svg mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/icons/file-directory.svg mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/bootstrap.min.js mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/d3.min.js mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/file.js mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/jquery.min.js mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/nv.d3.min.js mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/popper.min.js mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/line.html.dist mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/lines.html.dist mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/method_item.html.dist mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/method_item_branch.html.dist mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/paths.html.dist mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/PHP.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Text.php create mode 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Thresholds.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/BuildInformation.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Coverage.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Directory.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Facade.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/File.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Method.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Node.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Project.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Report.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Source.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Tests.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Totals.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Unit.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/StaticAnalysis/CacheWarmer.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/StaticAnalysis/CachingFileAnalyser.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/StaticAnalysis/CodeUnitFindingVisitor.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/StaticAnalysis/ExecutableLinesFindingVisitor.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/StaticAnalysis/FileAnalyser.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/StaticAnalysis/IgnoredLinesFindingVisitor.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/StaticAnalysis/ParsingFileAnalyser.php create mode 100644 Sources/vendor/phpunit/php-code-coverage/src/TestSize/Known.php create mode 100644 Sources/vendor/phpunit/php-code-coverage/src/TestSize/Large.php create mode 100644 Sources/vendor/phpunit/php-code-coverage/src/TestSize/Medium.php create mode 100644 Sources/vendor/phpunit/php-code-coverage/src/TestSize/Small.php create mode 100644 Sources/vendor/phpunit/php-code-coverage/src/TestSize/TestSize.php create mode 100644 Sources/vendor/phpunit/php-code-coverage/src/TestSize/Unknown.php create mode 100644 Sources/vendor/phpunit/php-code-coverage/src/TestStatus/Failure.php create mode 100644 Sources/vendor/phpunit/php-code-coverage/src/TestStatus/Known.php create mode 100644 Sources/vendor/phpunit/php-code-coverage/src/TestStatus/Success.php create mode 100644 Sources/vendor/phpunit/php-code-coverage/src/TestStatus/TestStatus.php create mode 100644 Sources/vendor/phpunit/php-code-coverage/src/TestStatus/Unknown.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Util/Filesystem.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Util/Percentage.php mode change 100755 => 100644 Sources/vendor/phpunit/php-code-coverage/src/Version.php delete mode 100755 Sources/vendor/phpunit/php-file-iterator/.psalm/baseline.xml delete mode 100755 Sources/vendor/phpunit/php-file-iterator/.psalm/config.xml mode change 100755 => 100644 Sources/vendor/phpunit/php-file-iterator/ChangeLog.md mode change 100755 => 100644 Sources/vendor/phpunit/php-file-iterator/LICENSE mode change 100755 => 100644 Sources/vendor/phpunit/php-file-iterator/README.md create mode 100644 Sources/vendor/phpunit/php-file-iterator/SECURITY.md mode change 100755 => 100644 Sources/vendor/phpunit/php-file-iterator/composer.json create mode 100644 Sources/vendor/phpunit/php-file-iterator/src/ExcludeIterator.php mode change 100755 => 100644 Sources/vendor/phpunit/php-file-iterator/src/Facade.php mode change 100755 => 100644 Sources/vendor/phpunit/php-file-iterator/src/Factory.php mode change 100755 => 100644 Sources/vendor/phpunit/php-file-iterator/src/Iterator.php create mode 100644 Sources/vendor/phpunit/php-invoker/.psalm/baseline.xml rename Sources/vendor/{sebastian/code-unit => phpunit/php-invoker}/.psalm/config.xml (95%) mode change 100755 => 100644 mode change 100755 => 100644 Sources/vendor/phpunit/php-invoker/ChangeLog.md mode change 100755 => 100644 Sources/vendor/phpunit/php-invoker/LICENSE mode change 100755 => 100644 Sources/vendor/phpunit/php-invoker/README.md create mode 100644 Sources/vendor/phpunit/php-invoker/SECURITY.md mode change 100755 => 100644 Sources/vendor/phpunit/php-invoker/composer.json mode change 100755 => 100644 Sources/vendor/phpunit/php-invoker/src/Invoker.php mode change 100755 => 100644 Sources/vendor/phpunit/php-invoker/src/exceptions/Exception.php mode change 100755 => 100644 Sources/vendor/phpunit/php-invoker/src/exceptions/ProcessControlExtensionNotLoadedException.php mode change 100755 => 100644 Sources/vendor/phpunit/php-invoker/src/exceptions/TimeoutException.php delete mode 100755 Sources/vendor/phpunit/php-text-template/.psalm/baseline.xml delete mode 100755 Sources/vendor/phpunit/php-text-template/.psalm/config.xml mode change 100755 => 100644 Sources/vendor/phpunit/php-text-template/ChangeLog.md mode change 100755 => 100644 Sources/vendor/phpunit/php-text-template/LICENSE mode change 100755 => 100644 Sources/vendor/phpunit/php-text-template/README.md create mode 100644 Sources/vendor/phpunit/php-text-template/SECURITY.md mode change 100755 => 100644 Sources/vendor/phpunit/php-text-template/composer.json mode change 100755 => 100644 Sources/vendor/phpunit/php-text-template/src/Template.php mode change 100755 => 100644 Sources/vendor/phpunit/php-text-template/src/exceptions/Exception.php mode change 100755 => 100644 Sources/vendor/phpunit/php-text-template/src/exceptions/InvalidArgumentException.php mode change 100755 => 100644 Sources/vendor/phpunit/php-text-template/src/exceptions/RuntimeException.php delete mode 100755 Sources/vendor/phpunit/php-timer/.psalm/baseline.xml delete mode 100755 Sources/vendor/phpunit/php-timer/.psalm/config.xml mode change 100755 => 100644 Sources/vendor/phpunit/php-timer/ChangeLog.md mode change 100755 => 100644 Sources/vendor/phpunit/php-timer/LICENSE mode change 100755 => 100644 Sources/vendor/phpunit/php-timer/README.md create mode 100644 Sources/vendor/phpunit/php-timer/SECURITY.md mode change 100755 => 100644 Sources/vendor/phpunit/php-timer/composer.json mode change 100755 => 100644 Sources/vendor/phpunit/php-timer/src/Duration.php mode change 100755 => 100644 Sources/vendor/phpunit/php-timer/src/ResourceUsageFormatter.php mode change 100755 => 100644 Sources/vendor/phpunit/php-timer/src/Timer.php mode change 100755 => 100644 Sources/vendor/phpunit/php-timer/src/exceptions/Exception.php mode change 100755 => 100644 Sources/vendor/phpunit/php-timer/src/exceptions/NoActiveTimerException.php mode change 100755 => 100644 Sources/vendor/phpunit/php-timer/src/exceptions/TimeSinceStartOfRequestNotAvailableException.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/.phpstorm.meta.php create mode 100644 Sources/vendor/phpunit/phpunit/ChangeLog-10.4.md delete mode 100755 Sources/vendor/phpunit/phpunit/ChangeLog-9.6.md mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/DEPRECATIONS.md mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/LICENSE mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/README.md mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/SECURITY.md mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/composer.json mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/phpunit.xsd create mode 100644 Sources/vendor/phpunit/phpunit/schema/10.0.xsd mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/schema/8.5.xsd mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/schema/9.2.xsd create mode 100644 Sources/vendor/phpunit/phpunit/schema/9.5.xsd create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Dispatcher/CollectingDispatcher.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Dispatcher/DeferringDispatcher.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Dispatcher/DirectDispatcher.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Dispatcher/Dispatcher.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Dispatcher/SubscribableDispatcher.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Emitter/DispatchingEmitter.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Emitter/Emitter.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Application/Finished.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Application/FinishedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Application/Started.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Application/StartedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Event.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/EventCollection.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/EventCollectionIterator.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Assertion/AssertionFailed.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Assertion/AssertionFailedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Assertion/AssertionSucceeded.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Assertion/AssertionSucceededSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/ComparatorRegistered.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/ComparatorRegisteredSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterLastTestMethodCalled.php rename Sources/vendor/phpunit/phpunit/src/{TextUI/ResultPrinter.php => Event/Events/Test/HookMethod/AfterLastTestMethodCalledSubscriber.php} (59%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterLastTestMethodFinished.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterLastTestMethodFinishedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterTestMethodCalled.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterTestMethodCalledSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterTestMethodFinished.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterTestMethodFinishedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodCalled.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodCalledSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodErrored.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodErroredSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodFinished.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodFinishedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeTestMethodCalled.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeTestMethodCalledSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeTestMethodFinished.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeTestMethodFinishedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PostConditionCalled.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PostConditionCalledSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PostConditionFinished.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PostConditionFinishedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PreConditionCalled.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PreConditionCalledSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PreConditionFinished.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PreConditionFinishedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/ConsideredRisky.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/ConsideredRiskySubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/DeprecationTriggered.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/DeprecationTriggeredSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/ErrorTriggered.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/ErrorTriggeredSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/NoticeTriggered.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/NoticeTriggeredSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpDeprecationTriggered.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpDeprecationTriggeredSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpNoticeTriggered.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpNoticeTriggeredSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpWarningTriggered.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpWarningTriggeredSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitDeprecationTriggered.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitDeprecationTriggeredSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitErrorTriggered.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitErrorTriggeredSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitWarningTriggered.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitWarningTriggeredSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/WarningTriggered.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/WarningTriggeredSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/DataProviderMethodCalled.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/DataProviderMethodCalledSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/DataProviderMethodFinished.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/DataProviderMethodFinishedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/Finished.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/FinishedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/PreparationFailed.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/PreparationFailedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/PreparationStarted.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/PreparationStartedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/Prepared.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/PreparedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/Errored.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/ErroredSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/Failed.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/FailedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/MarkedIncomplete.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/MarkedIncompleteSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/Passed.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/PassedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/Skipped.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/SkippedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/PrintedUnexpectedOutput.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/PrintedUnexpectedOutputSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectCreated.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectCreatedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForAbstractClassCreated.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForAbstractClassCreatedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForIntersectionOfInterfacesCreated.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForIntersectionOfInterfacesCreatedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForTraitCreated.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForTraitCreatedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectFromWsdlCreated.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectFromWsdlCreatedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/PartialMockObjectCreated.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/PartialMockObjectCreatedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestProxyCreated.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestProxyCreatedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestStubCreated.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestStubCreatedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestStubForIntersectionOfInterfacesCreated.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestStubForIntersectionOfInterfacesCreatedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/BootstrapFinished.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/BootstrapFinishedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/Configured.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ConfiguredSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/DeprecationTriggered.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/DeprecationTriggeredSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/EventFacadeSealed.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/EventFacadeSealedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionAborted.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionAbortedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionFinished.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionFinishedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionStarted.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionStartedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExtensionBootstrapped.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExtensionBootstrappedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExtensionLoadedFromPhar.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExtensionLoadedFromPharSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/Finished.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/FinishedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionDisabled.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionDisabledSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionEnabled.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionEnabledSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionTriggered.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionTriggeredSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/Started.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/StartedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/WarningTriggered.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/WarningTriggeredSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/Filtered.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/FilteredSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/Finished.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/FinishedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/Loaded.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/LoadedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/Skipped.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/SkippedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/Sorted.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/SortedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/Started.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/StartedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Exception/EventAlreadyAssignedException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Exception/EventFacadeIsSealedException.php rename Sources/vendor/phpunit/phpunit/src/{Framework/Error/Notice.php => Event/Exception/Exception.php} (74%) mode change 100755 => 100644 rename Sources/vendor/{sebastian/recursion-context/src => phpunit/phpunit/src/Event/Exception}/InvalidArgumentException.php (64%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Exception/InvalidEventException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Exception/InvalidSubscriberException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Exception/MapError.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Exception/MoreThanOneDataSetFromDataProviderException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Exception/NoComparisonFailureException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Exception/NoDataSetFromDataProviderException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Exception/NoPreviousThrowableException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Exception/NoTestCaseObjectOnCallStackException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Exception/RuntimeException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Exception/SubscriberTypeAlreadyRegisteredException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Exception/UnknownEventException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Exception/UnknownEventTypeException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Exception/UnknownSubscriberException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Exception/UnknownSubscriberTypeException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Facade.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Subscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Tracer.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/TypeMap.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Value/ClassMethod.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Value/ComparisonFailure.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Value/ComparisonFailureBuilder.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Value/Runtime/OperatingSystem.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Value/Runtime/PHP.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Value/Runtime/PHPUnit.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Value/Runtime/Runtime.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/Duration.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/GarbageCollectorStatus.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/GarbageCollectorStatusProvider.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/HRTime.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/Info.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/MemoryMeter.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/MemoryUsage.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/Php81GarbageCollectorStatusProvider.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/Php83GarbageCollectorStatusProvider.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/Snapshot.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/StopWatch.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/System.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/SystemMemoryMeter.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/SystemStopWatch.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/SystemStopWatchWithOffset.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Value/Test/Phpt.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Value/Test/Test.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestCollection.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestCollectionIterator.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestData/DataFromDataProvider.php rename Sources/vendor/phpunit/phpunit/src/{Runner/Hook/AfterLastTestHook.php => Event/Value/Test/TestData/DataFromTestDependency.php} (50%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestData/TestData.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestData/TestDataCollection.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestData/TestDataCollectionIterator.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestDox.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestDoxBuilder.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestMethod.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestMethodBuilder.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Value/TestSuite/TestSuite.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Value/TestSuite/TestSuiteBuilder.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Value/TestSuite/TestSuiteForTestClass.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Value/TestSuite/TestSuiteForTestMethodWithDataProvider.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Value/TestSuite/TestSuiteWithName.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Value/Throwable.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Event/Value/ThrowableBuilder.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Exception.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Assert.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Assert/Functions.php rename Sources/vendor/phpunit/phpunit/src/{Runner/Hook/TestHook.php => Framework/Attributes/After.php} (55%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/AfterClass.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/BackupGlobals.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/BackupStaticProperties.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/Before.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/BeforeClass.php rename Sources/vendor/phpunit/phpunit/src/{Runner/Hook/Hook.php => Framework/Attributes/CodeCoverageIgnore.php} (57%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/CoversClass.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/CoversFunction.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/CoversNothing.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DataProvider.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DataProviderExternal.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/Depends.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DependsExternal.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DependsExternalUsingDeepClone.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DependsExternalUsingShallowClone.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DependsOnClass.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DependsOnClassUsingDeepClone.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DependsOnClassUsingShallowClone.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DependsUsingDeepClone.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DependsUsingShallowClone.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DoesNotPerformAssertions.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/ExcludeGlobalVariableFromBackup.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/ExcludeStaticPropertyFromBackup.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/Group.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/IgnoreClassForCodeCoverage.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/IgnoreFunctionForCodeCoverage.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/IgnoreMethodForCodeCoverage.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/Large.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/Medium.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/PostCondition.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/PreCondition.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/PreserveGlobalState.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresFunction.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresMethod.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresOperatingSystem.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresOperatingSystemFamily.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresPhp.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresPhpExtension.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresPhpunit.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresSetting.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RunClassInSeparateProcess.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RunInSeparateProcess.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RunTestsInSeparateProcesses.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/Small.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/Test.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/TestDox.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/TestWith.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/TestWithJson.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/Ticket.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/UsesClass.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/UsesFunction.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Attributes/WithoutErrorHandler.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Boolean/IsFalse.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Boolean/IsTrue.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Callback.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/Count.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/GreaterThan.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/IsEmpty.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/LessThan.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/SameSize.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Constraint.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqual.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualCanonicalizing.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualIgnoringCase.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualWithDelta.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/Exception.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionCode.php rename Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/{ExceptionMessage.php => ExceptionMessageIsOrContains.php} (53%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/{ExceptionMessageRegularExpression.php => ExceptionMessageMatchesRegularExpression.php} (53%) mode change 100755 => 100644 mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/DirectoryExists.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/FileExists.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsReadable.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsWritable.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/IsAnything.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/IsIdentical.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatches.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatchesErrorMessageProvider.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsFinite.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsInfinite.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsNan.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasAttribute.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasStaticAttribute.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectEquals.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectHasAttribute.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectHasProperty.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/BinaryOperator.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalAnd.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalNot.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalOr.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalXor.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/Operator.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/UnaryOperator.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/String/IsJson.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/String/RegularExpression.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringContains.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringEndsWith.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringEqualsStringIgnoringLineEndings.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringMatchesFormatDescription.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringStartsWith.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/ArrayHasKey.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/IsList.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContains.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsEqual.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsIdentical.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsOnly.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsInstanceOf.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsNull.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsType.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/DataProviderTestSuite.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Framework/Error/Error.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Framework/ErrorTestCase.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Exception/AssertionFailedError.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Exception/CodeCoverageException.php rename Sources/vendor/phpunit/phpunit/src/Framework/{InvalidParameterGroupException.php => Exception/EmptyStringException.php} (85%) mode change 100755 => 100644 mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Exception/Exception.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Exception/ExpectationFailedException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Exception/GeneratorNotSupportedException.php rename Sources/vendor/phpunit/phpunit/src/Framework/{ => Exception/Incomplete}/IncompleteTest.php (100%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/Exception/{ => Incomplete}/IncompleteTestError.php (100%) mode change 100755 => 100644 mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Exception/InvalidArgumentException.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Exception/InvalidCoversTargetException.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Exception/InvalidDataProviderException.php rename Sources/vendor/phpunit/phpunit/src/Framework/Exception/{CoveredCodeNotExecutedException.php => InvalidDependencyException.php} (80%) mode change 100755 => 100644 mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Exception/NoChildTestSuiteException.php rename Sources/vendor/phpunit/phpunit/src/Framework/Exception/{ => ObjectEquals}/ActualValueIsNotAnObjectException.php (79%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/Exception/{ => ObjectEquals}/ComparisonMethodDoesNotAcceptParameterTypeException.php (84%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/Exception/{ => ObjectEquals}/ComparisonMethodDoesNotDeclareBoolReturnTypeException.php (83%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/Exception/{ => ObjectEquals}/ComparisonMethodDoesNotDeclareExactlyOneParameterException.php (84%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/Exception/{ => ObjectEquals}/ComparisonMethodDoesNotDeclareParameterTypeException.php (83%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/Exception/{ => ObjectEquals}/ComparisonMethodDoesNotExistException.php (83%) mode change 100755 => 100644 mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Exception/PHPTAssertionFailedError.php rename Sources/vendor/phpunit/phpunit/src/Framework/Exception/{RiskyTestError.php => ProcessIsolationException.php} (87%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/{ => Exception/Skipped}/SkippedTest.php (100%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/Exception/{ => Skipped}/SkippedTestSuiteError.php (100%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/Exception/{MissingCoversAnnotationException.php => Skipped/SkippedWithMessageException.php} (80%) mode change 100755 => 100644 delete mode 100755 Sources/vendor/phpunit/phpunit/src/Framework/Exception/SkippedTestError.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Framework/Exception/SyntheticError.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Framework/Exception/SyntheticSkippedError.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Framework/Exception/UnintentionallyCoveredCodeError.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/Exception/UnknownClassOrInterfaceException.php rename Sources/vendor/phpunit/phpunit/src/Framework/Exception/{Warning.php => UnknownTypeException.php} (58%) mode change 100755 => 100644 delete mode 100755 Sources/vendor/phpunit/phpunit/src/Framework/ExceptionWrapper.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/ExecutionOrderDependency.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Framework/IncompleteTestCase.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Api/Api.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationStubber.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/ConfigurableMethod.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/BadMethodCallException.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseAddMethodsException.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseOnlyMethodsException.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/Exception.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/IncompatibleReturnValueException.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MatchBuilderNotFoundException.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MatcherAlreadyRegisteredException.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodCannotBeConfiguredException.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameAlreadyConfiguredException.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameNotConfiguredException.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodParametersAlreadyConfiguredException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/NeverReturningMethodException.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ReflectionException.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ReturnValueNotConfiguredException.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/RuntimeException.php rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Generator}/Exception/ClassAlreadyExistsException.php (93%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ClassIsEnumerationException.php rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Generator}/Exception/ClassIsFinalException.php (93%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Generator}/Exception/ClassIsReadonlyException.php (93%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Generator}/Exception/DuplicateMethodException.php (95%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/Exception.php rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Generator}/Exception/InvalidMethodNameException.php (93%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Generator}/Exception/OriginalConstructorInvocationRequiredException.php (92%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ReflectionException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/RuntimeException.php rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Generator}/Exception/SoapExtensionNotAvailableException.php (92%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Generator}/Exception/UnknownClassException.php (93%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Generator}/Exception/UnknownTraitException.php (84%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Generator}/Exception/UnknownTypeException.php (93%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Generator}/Generator.php (60%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Generator}/MockClass.php (76%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Generator}/MockMethod.php (73%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Generator}/MockMethodSet.php (78%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Generator}/MockTrait.php (79%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Generator}/MockType.php (90%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/TemplateLoader.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_class.tpl delete mode 100755 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_method_never_or_void.tpl delete mode 100755 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/proxied_method_never_or_void.tpl rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/{ => templates}/deprecation.tpl (100%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/{mocked_method.tpl => templates/doubled_method.tpl} (94%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/{mocked_static_method.tpl => templates/doubled_static_method.tpl} (100%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/{ => templates}/intersection.tpl (100%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/{ => templates}/proxied_method.tpl (84%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/test_double_class.tpl rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/{ => templates}/trait_class.tpl (100%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/{ => templates}/wsdl_class.tpl (100%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/{ => templates}/wsdl_method.tpl (100%) mode change 100755 => 100644 delete mode 100755 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Invocation.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/MockBuilder.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/ConsecutiveParameters.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtIndex.php rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{Exception/ConfigurableMethodsAlreadyInitializedException.php => Runtime/Api/DoubledCloneMethod.php} (59%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Runtime}/Api/Method.php (86%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/MockObjectApi.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/ProxiedCloneMethod.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/StubApi.php rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Runtime}/Builder/Identity.php (85%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Runtime}/Builder/InvocationMocker.php (73%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/InvocationStubber.php rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Runtime}/Builder/MethodNameMatch.php (69%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Runtime}/Builder/ParametersMatch.php (80%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Runtime}/Builder/Stub.php (100%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Runtime/Interface}/MockObject.php (56%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Interface/MockObjectInternal.php rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Runtime/Interface}/Stub.php (71%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Interface/StubInternal.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Invocation.php rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Runtime}/InvocationHandler.php (71%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Runtime}/Matcher.php (74%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Runtime}/MethodNameConstraint.php (74%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/ReturnValueGenerator.php rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Runtime}/Rule/AnyInvokedCount.php (90%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Runtime}/Rule/AnyParameters.php (87%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Runtime}/Rule/InvocationOrder.php (66%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Runtime}/Rule/InvokedAtLeastCount.php (59%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Runtime}/Rule/InvokedAtLeastOnce.php (90%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Runtime}/Rule/InvokedAtMostCount.php (59%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Runtime}/Rule/InvokedCount.php (61%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Runtime}/Rule/MethodName.php (71%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Runtime}/Rule/Parameters.php (79%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Runtime}/Rule/ParametersRule.php (83%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Runtime}/Stub/ConsecutiveCalls.php (50%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Runtime}/Stub/Exception.php (65%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Runtime}/Stub/ReturnArgument.php (55%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnCallback.php rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Runtime}/Stub/ReturnReference.php (57%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Runtime}/Stub/ReturnSelf.php (76%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Runtime}/Stub/ReturnStub.php (57%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Runtime}/Stub/ReturnValueMap.php (74%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Framework/MockObject/{ => Runtime}/Stub/Stub.php (68%) mode change 100755 => 100644 delete mode 100755 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnCallback.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Verifiable.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Reorderable.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/SelfDescribing.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Framework/SkippedTestCase.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/Test.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/TestBuilder.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/TestCase.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Framework/TestFailure.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Framework/TestListener.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Framework/TestListenerDefaultImplementation.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Framework/TestResult.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/TestRunner.php rename Sources/vendor/phpunit/phpunit/src/Framework/{Exception/Error.php => TestSize/Known.php} (59%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/TestSize/Large.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/TestSize/Medium.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/TestSize/Small.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/TestSize/TestSize.php rename Sources/vendor/phpunit/phpunit/src/{TextUI/XmlConfiguration/Filesystem/File.php => Framework/TestSize/Unknown.php} (63%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Deprecation.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Error.php rename Sources/vendor/phpunit/phpunit/src/{Runner/Hook/BeforeFirstTestHook.php => Framework/TestStatus/Failure.php} (50%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Incomplete.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Known.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Notice.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Risky.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Skipped.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Success.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/TestStatus.php rename Sources/vendor/phpunit/phpunit/src/{Runner/Hook/BeforeTestHook.php => Framework/TestStatus/Unknown.php} (50%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Warning.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/TestSuite.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Framework/TestSuiteIterator.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Framework/WarningTestCase.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/EventLogger.php rename Sources/vendor/phpunit/phpunit/src/{Runner => Logging}/Exception.php (94%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/JUnit/JunitXmlLogger.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/Subscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestErroredSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestFailedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestFinishedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestMarkedIncompleteSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestPreparedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestRunnerExecutionFinishedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestSkippedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestSuiteFinishedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestSuiteStartedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/Subscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestConsideredRiskySubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestErroredSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestFailedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestFinishedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestMarkedIncompleteSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestPreparedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestRunnerExecutionFinishedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestSkippedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestSuiteFinishedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestSuiteStartedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/TeamCityLogger.php rename Sources/vendor/phpunit/phpunit/src/{Util/TestDox/HtmlResultPrinter.php => Logging/TestDox/HtmlRenderer.php} (61%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/{Util => Logging}/TestDox/NamePrettifier.php (54%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/TestDox/PlainTextRenderer.php rename Sources/vendor/phpunit/phpunit/src/{TextUI/XmlConfiguration/Logging/Text.php => Logging/TestDox/TestMethod/Subscriber/Subscriber.php} (53%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestConsideredRiskySubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedMockObjectForAbstractClassSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedMockObjectForTraitSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedMockObjectFromWsdlSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedMockObjectSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedPartialMockObjectSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedTestProxySubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedTestStubSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestErroredSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestFailedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestFinishedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestMarkedIncompleteSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestPassedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestPreparedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestSkippedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/TestResult.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/TestResultCollection.php rename Sources/vendor/phpunit/phpunit/src/{TextUI/XmlConfiguration/PHPUnit/ExtensionCollectionIterator.php => Logging/TestDox/TestMethod/TestResultCollectionIterator.php} (51%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/TestResultCollector.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/After.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/AfterClass.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/Api/CodeCoverage.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/Api/DataProvider.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/Api/Dependencies.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/Api/Groups.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/Api/HookMethods.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/Api/Requirements.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/BackupGlobals.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/BackupStaticProperties.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/Before.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/BeforeClass.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/Covers.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/CoversClass.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/CoversDefaultClass.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/CoversFunction.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/CoversNothing.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/DataProvider.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/DependsOnClass.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/DependsOnMethod.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/DoesNotPerformAssertions.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/Exception/AnnotationsAreNotSupportedForInternalClassesException.php rename Sources/vendor/phpunit/phpunit/src/{Framework/Error/Warning.php => Metadata/Exception/Exception.php} (74%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/Exception/InvalidVersionRequirementException.php rename Sources/vendor/phpunit/phpunit/src/{Framework/Error/Deprecated.php => Metadata/Exception/NoVersionRequirementException.php} (64%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/{Util/InvalidDataSetException.php => Metadata/Exception/ReflectionException.php} (76%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/ExcludeGlobalVariableFromBackup.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/ExcludeStaticPropertyFromBackup.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/Group.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/IgnoreClassForCodeCoverage.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/IgnoreFunctionForCodeCoverage.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/IgnoreMethodForCodeCoverage.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/Metadata.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/MetadataCollection.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/MetadataCollectionIterator.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/Parser/Annotation/DocBlock.php rename Sources/vendor/phpunit/phpunit/src/{Util => Metadata/Parser}/Annotation/Registry.php (69%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/Parser/AnnotationParser.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/Parser/AttributeParser.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/Parser/CachingParser.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/Parser/Parser.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/Parser/ParserChain.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/Parser/Registry.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/PostCondition.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/PreCondition.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/PreserveGlobalState.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/RequiresFunction.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/RequiresMethod.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/RequiresOperatingSystem.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/RequiresOperatingSystemFamily.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/RequiresPhp.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/RequiresPhpExtension.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/RequiresPhpunit.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/RequiresSetting.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/RunClassInSeparateProcess.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/RunInSeparateProcess.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/RunTestsInSeparateProcesses.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/Test.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/TestDox.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/TestWith.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/Uses.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/UsesClass.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/UsesDefaultClass.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/UsesFunction.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/Version/ComparisonRequirement.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/Version/ConstraintRequirement.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/Version/Requirement.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Metadata/WithoutErrorHandler.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Runner/BaseTestRunner.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Baseline.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Exception/CannotLoadBaselineException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Exception/FileDoesNotHaveLineException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Generator.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Issue.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Reader.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/Baseline/RelativePathCalculator.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/Subscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredDeprecationSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredNoticeSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredPhpDeprecationSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredPhpNoticeSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredPhpWarningSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredWarningSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Writer.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/CodeCoverage.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/ErrorHandler.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/Exception/ClassCannotBeFoundException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/Exception/ClassDoesNotExtendTestCaseException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/Exception/ClassIsAbstractException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/Exception/DirectoryCannotBeCreatedException.php rename Sources/vendor/phpunit/phpunit/src/{Framework/Exception/OutputError.php => Runner/Exception/Exception.php} (81%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/Exception/FileDoesNotExistException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/Exception/InvalidOrderException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/Exception/InvalidPhptFileException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/Exception/NoIgnoredEventException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/Exception/ParameterDoesNotExistException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/Exception/PhptExternalFileCannotBeLoadedException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/Exception/ReflectionException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/Exception/UnsupportedPhptSectionException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/Extension/Extension.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/Extension/ExtensionBootstrapper.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Runner/Extension/ExtensionHandler.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/Extension/Facade.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/Extension/ParameterCollection.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Runner/Extension/PharLoader.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Runner/Filter/ExcludeGroupFilterIterator.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Runner/Filter/Factory.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Runner/Filter/GroupFilterIterator.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Runner/Filter/IncludeGroupFilterIterator.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Runner/Filter/NameFilterIterator.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/Filter/TestIdFilterIterator.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/GarbageCollection/GarbageCollectionHandler.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/GarbageCollection/Subscriber/ExecutionFinishedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/GarbageCollection/Subscriber/ExecutionStartedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/GarbageCollection/Subscriber/Subscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/GarbageCollection/Subscriber/TestFinishedSubscriber.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Runner/Hook/AfterIncompleteTestHook.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Runner/Hook/AfterRiskyTestHook.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Runner/Hook/AfterSkippedTestHook.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Runner/Hook/AfterSuccessfulTestHook.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestErrorHook.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestFailureHook.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestHook.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestWarningHook.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Runner/Hook/TestListenerAdapter.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Runner/PhptTestCase.php rename Sources/vendor/phpunit/phpunit/src/Runner/{DefaultTestResultCache.php => ResultCache/DefaultResultCache.php} (58%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Runner/{NullTestResultCache.php => ResultCache/NullResultCache.php} (56%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Runner/{TestResultCache.php => ResultCache/ResultCache.php} (56%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/ResultCacheHandler.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/Subscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestConsideredRiskySubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestErroredSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestFailedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestFinishedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestMarkedIncompleteSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestPreparedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestSkippedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestSuiteFinishedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestSuiteStartedSubscriber.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Runner/ResultCacheExtension.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Runner/StandardTestSuiteLoader.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Collector.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Facade.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Issue.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/TestResult/PassedTests.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/BeforeTestClassMethodErroredSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/ExecutionStartedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/Subscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestConsideredRiskySubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestErroredSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestFailedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestFinishedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestMarkedIncompleteSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestPreparedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestRunnerTriggeredDeprecationSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestRunnerTriggeredWarningSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestSkippedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestSuiteFinishedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestSuiteSkippedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestSuiteStartedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredDeprecationSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredErrorSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredNoticeSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpDeprecationSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpNoticeSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpWarningSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpunitDeprecationSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpunitErrorSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpunitWarningSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredWarningSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Runner/TestResult/TestResult.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Runner/TestSuiteLoader.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Runner/TestSuiteSorter.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Runner/Version.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Application.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/TextUI/CliArguments/Configuration.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/TextUI/CliArguments/Mapper.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/TextUI/Command.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Command/Command.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/AtLeastVersionCommand.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/GenerateConfigurationCommand.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/ListGroupsCommand.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/ListTestSuitesCommand.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/ListTestsAsTextCommand.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/ListTestsAsXmlCommand.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/MigrateConfigurationCommand.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/ShowHelpCommand.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/ShowVersionCommand.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/VersionCheckCommand.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/WarmCodeCoverageCacheCommand.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Command/Result.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Builder.php rename Sources/vendor/phpunit/phpunit/src/TextUI/{CliArguments => Configuration/Cli}/Builder.php (64%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Cli/Configuration.php rename Sources/vendor/phpunit/phpunit/src/TextUI/{CliArguments => Configuration/Cli}/Exception.php (100%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Cli/XmlConfigurationFileFinder.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/CodeCoverageFilterRegistry.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Configuration.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/CannotFindSchemaException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/CodeCoverageReportNotConfiguredException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/ConfigurationCannotBeBuiltException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/Exception.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/FilterNotConfiguredException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/IncludePathNotConfiguredException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/LoggingNotConfiguredException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoBaselineException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoBootstrapException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoCacheDirectoryException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoCliArgumentException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoConfigurationFileException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoCoverageCacheDirectoryException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoCustomCssFileException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoDefaultTestSuiteException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoPharExtensionDirectoryException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Merger.php rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration/PHP => Configuration}/PhpHandler.php (98%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Registry.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/SourceFilter.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/SourceMapper.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/TestSuiteBuilder.php rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration/PHP => Configuration/Value}/Constant.php (60%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration/PHP => Configuration/Value}/ConstantCollection.php (77%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration/PHP => Configuration/Value}/ConstantCollectionIterator.php (81%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration/Filesystem => Configuration/Value}/Directory.php (71%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration/Filesystem => Configuration/Value}/DirectoryCollection.php (79%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration/Filesystem => Configuration/Value}/DirectoryCollectionIterator.php (81%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/ExtensionBootstrap.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/ExtensionBootstrapCollection.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/ExtensionBootstrapCollectionIterator.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/File.php rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration/Filesystem => Configuration/Value}/FileCollection.php (74%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration/Filesystem => Configuration/Value}/FileCollectionIterator.php (81%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration/CodeCoverage/Filter/Directory.php => Configuration/Value/FilterDirectory.php} (60%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration/CodeCoverage/Filter/DirectoryCollection.php => Configuration/Value/FilterDirectoryCollection.php} (50%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration/CodeCoverage/Filter/DirectoryCollectionIterator.php => Configuration/Value/FilterDirectoryCollectionIterator.php} (64%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration/Group => Configuration/Value}/Group.php (71%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration/Group => Configuration/Value}/GroupCollection.php (78%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration/Group => Configuration/Value}/GroupCollectionIterator.php (81%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration/PHP => Configuration/Value}/IniSetting.php (71%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration/PHP => Configuration/Value}/IniSettingCollection.php (77%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration/PHP => Configuration/Value}/IniSettingCollectionIterator.php (81%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration/PHP => Configuration/Value}/Php.php (71%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/Source.php rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration/TestSuite => Configuration/Value}/TestDirectory.php (72%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration/TestSuite => Configuration/Value}/TestDirectoryCollection.php (78%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration/TestSuite => Configuration/Value}/TestDirectoryCollectionIterator.php (81%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration/TestSuite => Configuration/Value}/TestFile.php (73%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration/TestSuite => Configuration/Value}/TestFileCollection.php (79%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration/TestSuite => Configuration/Value}/TestFileCollectionIterator.php (81%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration/TestSuite => Configuration/Value}/TestSuite.php (69%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration/TestSuite => Configuration/Value}/TestSuiteCollection.php (79%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration/TestSuite => Configuration/Value}/TestSuiteCollectionIterator.php (81%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration/PHP => Configuration/Value}/Variable.php (60%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration/PHP => Configuration/Value}/VariableCollection.php (77%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration/PHP => Configuration/Value}/VariableCollectionIterator.php (81%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration => Configuration/Xml}/CodeCoverage/CodeCoverage.php (75%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration => Configuration/Xml}/CodeCoverage/Report/Clover.php (86%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration => Configuration/Xml}/CodeCoverage/Report/Cobertura.php (86%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration => Configuration/Xml}/CodeCoverage/Report/Crap4j.php (83%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Html.php rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration => Configuration/Xml}/CodeCoverage/Report/Php.php (86%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration => Configuration/Xml}/CodeCoverage/Report/Text.php (81%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration => Configuration/Xml}/CodeCoverage/Report/Xml.php (85%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Configuration.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/DefaultConfiguration.php rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration => Configuration/Xml}/Exception.php (100%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration => Configuration/Xml}/Generator.php (78%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration/Group => Configuration/Xml}/Groups.php (87%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/LoadedFromFileConfiguration.php rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration => Configuration/Xml}/Loader.php (60%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration => Configuration/Xml}/Logging/Junit.php (86%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration => Configuration/Xml}/Logging/Logging.php (63%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration => Configuration/Xml}/Logging/TeamCity.php (86%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration => Configuration/Xml}/Logging/TestDox/Html.php (86%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration => Configuration/Xml}/Logging/TestDox/Text.php (86%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration => Configuration/Xml}/Migration/MigrationBuilder.php (64%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration => Configuration/Xml}/Migration/MigrationBuilderException.php (100%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration => Configuration/Xml}/Migration/MigrationException.php (100%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration => Configuration/Xml}/Migration/Migrations/ConvertLogTypes.php (100%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration => Configuration/Xml}/Migration/Migrations/CoverageCloverToReport.php (99%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration => Configuration/Xml}/Migration/Migrations/CoverageCrap4jToReport.php (100%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration => Configuration/Xml}/Migration/Migrations/CoverageHtmlToReport.php (100%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration => Configuration/Xml}/Migration/Migrations/CoveragePhpToReport.php (100%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration => Configuration/Xml}/Migration/Migrations/CoverageTextToReport.php (100%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration => Configuration/Xml}/Migration/Migrations/CoverageXmlToReport.php (100%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/IntroduceCacheDirectoryAttribute.php rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration => Configuration/Xml}/Migration/Migrations/IntroduceCoverageElement.php (100%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration => Configuration/Xml}/Migration/Migrations/LogToReportMigration.php (100%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration => Configuration/Xml}/Migration/Migrations/Migration.php (100%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration => Configuration/Xml}/Migration/Migrations/MoveAttributesFromFilterWhitelistToCoverage.php (100%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration => Configuration/Xml}/Migration/Migrations/MoveAttributesFromRootToCoverage.php (95%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/MoveCoverageDirectoriesToSource.php rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration => Configuration/Xml}/Migration/Migrations/MoveWhitelistExcludesToCoverage.php (98%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration => Configuration/Xml}/Migration/Migrations/MoveWhitelistIncludesToCoverage.php (97%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveBeStrictAboutResourceUsageDuringSmallTestsAttribute.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveBeStrictAboutTodoAnnotatedTestsAttribute.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCacheResultFileAttribute.php rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration => Configuration/Xml}/Migration/Migrations/RemoveCacheTokensAttribute.php (89%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveConversionToExceptionsAttributes.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCoverageElementCacheDirectoryAttribute.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCoverageElementProcessUncoveredFilesAttribute.php rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration => Configuration/Xml}/Migration/Migrations/RemoveEmptyFilter.php (100%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveListeners.php rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration => Configuration/Xml}/Migration/Migrations/RemoveLogTypes.php (96%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveLoggingElements.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveNoInteractionAttribute.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemovePrinterAttributes.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveTestDoxGroupsElement.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveTestSuiteLoaderAttributes.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveVerboseAttribute.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RenameBackupStaticAttributesAttribute.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RenameBeStrictAboutCoversAnnotationAttribute.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RenameForceCoversAnnotationAttribute.php rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration/Migration/Migrations/UpdateSchemaLocationTo93.php => Configuration/Xml/Migration/Migrations/UpdateSchemaLocation.php} (65%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{XmlConfiguration => Configuration/Xml}/Migration/Migrator.php (85%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/{Util/Xml => TextUI/Configuration/Xml/Migration}/SnapshotNodeList.php (90%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/PHPUnit.php rename Sources/vendor/phpunit/phpunit/src/{Util/Xml => TextUI/Configuration/Xml/SchemaDetector}/FailedSchemaDetectionResult.php (91%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/{Util/Xml => TextUI/Configuration/Xml/SchemaDetector}/SchemaDetectionResult.php (76%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/{Util/Xml => TextUI/Configuration/Xml/SchemaDetector}/SchemaDetector.php (75%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/{Util/Xml => TextUI/Configuration/Xml/SchemaDetector}/SuccessfulSchemaDetectionResult.php (89%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/{Util => TextUI/Configuration}/Xml/SchemaFinder.php (86%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/TextUI/{ => Configuration/Xml}/TestSuiteMapper.php (58%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/{Util/Xml => TextUI/Configuration/Xml/Validator}/ValidationResult.php (94%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/{Util/Xml => TextUI/Configuration/Xml/Validator}/Validator.php (95%) mode change 100755 => 100644 delete mode 100755 Sources/vendor/phpunit/phpunit/src/TextUI/DefaultResultPrinter.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Exception/DirectoryDoesNotExistException.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Exception/Exception.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Exception/ExtensionsNotConfiguredException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Exception/InvalidSocketException.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Exception/ReflectionException.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Exception/RuntimeException.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Exception/TestDirectoryNotFoundException.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Exception/TestFileNotFoundException.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Help.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/ProgressPrinter.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/BeforeTestClassMethodErroredSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/Subscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestConsideredRiskySubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestErroredSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestFailedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestFinishedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestMarkedIncompleteSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestPreparedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestRunnerExecutionStartedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestSkippedSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredDeprecationSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredErrorSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredNoticeSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpDeprecationSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpNoticeSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpWarningSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpunitDeprecationSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpunitWarningSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredWarningSubscriber.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ResultPrinter.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/UnexpectedOutputPrinter.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Output/Facade.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Output/Printer/DefaultPrinter.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Output/Printer/NullPrinter.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Output/Printer/Printer.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Output/SummaryPrinter.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/Output/TestDox/ResultPrinter.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/ShellExitCodeCalculator.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/TextUI/TestRunner.php create mode 100644 Sources/vendor/phpunit/phpunit/src/TextUI/TestSuiteFilterProcessor.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/FilterMapper.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Html.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Configuration.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Xml.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/Extension.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollection.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/PHPUnit.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Util/Annotation/DocBlock.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Util/Blacklist.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Util/Cloner.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Util/Color.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Util/ErrorHandler.php rename Sources/vendor/{sebastian/object-enumerator/src => phpunit/phpunit/src/Util/Exception}/Exception.php (63%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Util/{RegularExpression.php => Exception/InvalidDirectoryException.php} (52%) mode change 100755 => 100644 rename Sources/vendor/phpunit/phpunit/src/Util/{Exception.php => Exception/InvalidJsonException.php} (83%) mode change 100755 => 100644 create mode 100644 Sources/vendor/phpunit/phpunit/src/Util/Exception/InvalidVersionOperatorException.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Util/Exception/PhpProcessException.php rename Sources/vendor/phpunit/phpunit/src/Util/{Xml/Exception.php => Exception/XmlException.php} (80%) mode change 100755 => 100644 mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Util/ExcludeList.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Util/Exporter.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Util/FileLoader.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Util/Filesystem.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Util/Filter.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Util/GlobalState.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Util/Json.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Util/Log/JUnit.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Util/Log/TeamCity.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Util/PHP/AbstractPhpProcess.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Util/PHP/DefaultPhpProcess.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Util/PHP/Template/PhptTestCase.tpl mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Util/PHP/Template/TestCaseClass.tpl mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Util/PHP/Template/TestCaseMethod.tpl mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Util/PHP/WindowsPhpProcess.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Util/Printer.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Util/Reflection.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Util/Test.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Util/TestDox/CliTestDoxPrinter.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Util/TestDox/TestDoxPrinter.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Util/TestDox/TextResultPrinter.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Util/TestDox/XmlResultPrinter.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Util/TextTestListRenderer.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Util/ThrowableToStringMapper.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Util/Type.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Util/VersionComparisonOperator.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Util/XdebugFilterScriptGenerator.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Util/Xml.php mode change 100755 => 100644 Sources/vendor/phpunit/phpunit/src/Util/Xml/Loader.php create mode 100644 Sources/vendor/phpunit/phpunit/src/Util/Xml/Xml.php delete mode 100755 Sources/vendor/phpunit/phpunit/src/Util/XmlTestListRenderer.php mode change 100755 => 100644 Sources/vendor/sebastian/cli-parser/ChangeLog.md mode change 100755 => 100644 Sources/vendor/sebastian/cli-parser/LICENSE mode change 100755 => 100644 Sources/vendor/sebastian/cli-parser/README.md create mode 100644 Sources/vendor/sebastian/cli-parser/SECURITY.md mode change 100755 => 100644 Sources/vendor/sebastian/cli-parser/composer.json mode change 100755 => 100644 Sources/vendor/sebastian/cli-parser/src/Parser.php mode change 100755 => 100644 Sources/vendor/sebastian/cli-parser/src/exceptions/AmbiguousOptionException.php mode change 100755 => 100644 Sources/vendor/sebastian/cli-parser/src/exceptions/Exception.php mode change 100755 => 100644 Sources/vendor/sebastian/cli-parser/src/exceptions/OptionDoesNotAllowArgumentException.php mode change 100755 => 100644 Sources/vendor/sebastian/cli-parser/src/exceptions/RequiredOptionArgumentMissingException.php mode change 100755 => 100644 Sources/vendor/sebastian/cli-parser/src/exceptions/UnknownOptionException.php create mode 100644 Sources/vendor/sebastian/code-unit-reverse-lookup/.psalm/baseline.xml rename Sources/vendor/sebastian/{complexity => code-unit-reverse-lookup}/.psalm/config.xml (95%) mode change 100755 => 100644 mode change 100755 => 100644 Sources/vendor/sebastian/code-unit-reverse-lookup/ChangeLog.md mode change 100755 => 100644 Sources/vendor/sebastian/code-unit-reverse-lookup/LICENSE mode change 100755 => 100644 Sources/vendor/sebastian/code-unit-reverse-lookup/README.md create mode 100644 Sources/vendor/sebastian/code-unit-reverse-lookup/SECURITY.md mode change 100755 => 100644 Sources/vendor/sebastian/code-unit-reverse-lookup/composer.json mode change 100755 => 100644 Sources/vendor/sebastian/code-unit-reverse-lookup/src/Wizard.php delete mode 100755 Sources/vendor/sebastian/code-unit/.psalm/baseline.xml mode change 100755 => 100644 Sources/vendor/sebastian/code-unit/ChangeLog.md mode change 100755 => 100644 Sources/vendor/sebastian/code-unit/LICENSE mode change 100755 => 100644 Sources/vendor/sebastian/code-unit/README.md create mode 100644 Sources/vendor/sebastian/code-unit/SECURITY.md mode change 100755 => 100644 Sources/vendor/sebastian/code-unit/composer.json mode change 100755 => 100644 Sources/vendor/sebastian/code-unit/src/ClassMethodUnit.php mode change 100755 => 100644 Sources/vendor/sebastian/code-unit/src/ClassUnit.php mode change 100755 => 100644 Sources/vendor/sebastian/code-unit/src/CodeUnit.php mode change 100755 => 100644 Sources/vendor/sebastian/code-unit/src/CodeUnitCollection.php mode change 100755 => 100644 Sources/vendor/sebastian/code-unit/src/CodeUnitCollectionIterator.php create mode 100644 Sources/vendor/sebastian/code-unit/src/FileUnit.php mode change 100755 => 100644 Sources/vendor/sebastian/code-unit/src/FunctionUnit.php mode change 100755 => 100644 Sources/vendor/sebastian/code-unit/src/InterfaceMethodUnit.php mode change 100755 => 100644 Sources/vendor/sebastian/code-unit/src/InterfaceUnit.php mode change 100755 => 100644 Sources/vendor/sebastian/code-unit/src/Mapper.php mode change 100755 => 100644 Sources/vendor/sebastian/code-unit/src/TraitMethodUnit.php mode change 100755 => 100644 Sources/vendor/sebastian/code-unit/src/TraitUnit.php mode change 100755 => 100644 Sources/vendor/sebastian/code-unit/src/exceptions/Exception.php mode change 100755 => 100644 Sources/vendor/sebastian/code-unit/src/exceptions/InvalidCodeUnitException.php mode change 100755 => 100644 Sources/vendor/sebastian/code-unit/src/exceptions/NoTraitException.php mode change 100755 => 100644 Sources/vendor/sebastian/code-unit/src/exceptions/ReflectionException.php mode change 100755 => 100644 Sources/vendor/sebastian/comparator/ChangeLog.md mode change 100755 => 100644 Sources/vendor/sebastian/comparator/LICENSE mode change 100755 => 100644 Sources/vendor/sebastian/comparator/README.md create mode 100644 Sources/vendor/sebastian/comparator/SECURITY.md mode change 100755 => 100644 Sources/vendor/sebastian/comparator/composer.json mode change 100755 => 100644 Sources/vendor/sebastian/comparator/src/ArrayComparator.php mode change 100755 => 100644 Sources/vendor/sebastian/comparator/src/Comparator.php mode change 100755 => 100644 Sources/vendor/sebastian/comparator/src/ComparisonFailure.php mode change 100755 => 100644 Sources/vendor/sebastian/comparator/src/DOMNodeComparator.php mode change 100755 => 100644 Sources/vendor/sebastian/comparator/src/DateTimeComparator.php delete mode 100755 Sources/vendor/sebastian/comparator/src/DoubleComparator.php mode change 100755 => 100644 Sources/vendor/sebastian/comparator/src/ExceptionComparator.php mode change 100755 => 100644 Sources/vendor/sebastian/comparator/src/Factory.php mode change 100755 => 100644 Sources/vendor/sebastian/comparator/src/MockObjectComparator.php mode change 100755 => 100644 Sources/vendor/sebastian/comparator/src/NumericComparator.php mode change 100755 => 100644 Sources/vendor/sebastian/comparator/src/ObjectComparator.php mode change 100755 => 100644 Sources/vendor/sebastian/comparator/src/ResourceComparator.php mode change 100755 => 100644 Sources/vendor/sebastian/comparator/src/ScalarComparator.php mode change 100755 => 100644 Sources/vendor/sebastian/comparator/src/SplObjectStorageComparator.php mode change 100755 => 100644 Sources/vendor/sebastian/comparator/src/TypeComparator.php mode change 100755 => 100644 Sources/vendor/sebastian/comparator/src/exceptions/Exception.php mode change 100755 => 100644 Sources/vendor/sebastian/comparator/src/exceptions/RuntimeException.php delete mode 100755 Sources/vendor/sebastian/complexity/.psalm/baseline.xml mode change 100755 => 100644 Sources/vendor/sebastian/complexity/ChangeLog.md mode change 100755 => 100644 Sources/vendor/sebastian/complexity/LICENSE mode change 100755 => 100644 Sources/vendor/sebastian/complexity/README.md create mode 100644 Sources/vendor/sebastian/complexity/SECURITY.md mode change 100755 => 100644 Sources/vendor/sebastian/complexity/composer.json mode change 100755 => 100644 Sources/vendor/sebastian/complexity/src/Calculator.php mode change 100755 => 100644 Sources/vendor/sebastian/complexity/src/Complexity/Complexity.php mode change 100755 => 100644 Sources/vendor/sebastian/complexity/src/Complexity/ComplexityCollection.php mode change 100755 => 100644 Sources/vendor/sebastian/complexity/src/Complexity/ComplexityCollectionIterator.php mode change 100755 => 100644 Sources/vendor/sebastian/complexity/src/Exception/Exception.php mode change 100755 => 100644 Sources/vendor/sebastian/complexity/src/Exception/RuntimeException.php mode change 100755 => 100644 Sources/vendor/sebastian/complexity/src/Visitor/ComplexityCalculatingVisitor.php mode change 100755 => 100644 Sources/vendor/sebastian/complexity/src/Visitor/CyclomaticComplexityCalculatingVisitor.php mode change 100755 => 100644 Sources/vendor/sebastian/diff/ChangeLog.md mode change 100755 => 100644 Sources/vendor/sebastian/diff/LICENSE mode change 100755 => 100644 Sources/vendor/sebastian/diff/README.md create mode 100644 Sources/vendor/sebastian/diff/SECURITY.md mode change 100755 => 100644 Sources/vendor/sebastian/diff/composer.json mode change 100755 => 100644 Sources/vendor/sebastian/diff/src/Chunk.php mode change 100755 => 100644 Sources/vendor/sebastian/diff/src/Diff.php mode change 100755 => 100644 Sources/vendor/sebastian/diff/src/Differ.php mode change 100755 => 100644 Sources/vendor/sebastian/diff/src/Exception/ConfigurationException.php mode change 100755 => 100644 Sources/vendor/sebastian/diff/src/Exception/Exception.php mode change 100755 => 100644 Sources/vendor/sebastian/diff/src/Exception/InvalidArgumentException.php mode change 100755 => 100644 Sources/vendor/sebastian/diff/src/Line.php mode change 100755 => 100644 Sources/vendor/sebastian/diff/src/LongestCommonSubsequenceCalculator.php mode change 100755 => 100644 Sources/vendor/sebastian/diff/src/MemoryEfficientLongestCommonSubsequenceCalculator.php mode change 100755 => 100644 Sources/vendor/sebastian/diff/src/Output/AbstractChunkOutputBuilder.php mode change 100755 => 100644 Sources/vendor/sebastian/diff/src/Output/DiffOnlyOutputBuilder.php mode change 100755 => 100644 Sources/vendor/sebastian/diff/src/Output/DiffOutputBuilderInterface.php mode change 100755 => 100644 Sources/vendor/sebastian/diff/src/Output/StrictUnifiedDiffOutputBuilder.php mode change 100755 => 100644 Sources/vendor/sebastian/diff/src/Output/UnifiedDiffOutputBuilder.php mode change 100755 => 100644 Sources/vendor/sebastian/diff/src/Parser.php mode change 100755 => 100644 Sources/vendor/sebastian/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php mode change 100755 => 100644 Sources/vendor/sebastian/environment/ChangeLog.md mode change 100755 => 100644 Sources/vendor/sebastian/environment/LICENSE mode change 100755 => 100644 Sources/vendor/sebastian/environment/README.md create mode 100644 Sources/vendor/sebastian/environment/SECURITY.md mode change 100755 => 100644 Sources/vendor/sebastian/environment/composer.json mode change 100755 => 100644 Sources/vendor/sebastian/environment/src/Console.php delete mode 100755 Sources/vendor/sebastian/environment/src/OperatingSystem.php mode change 100755 => 100644 Sources/vendor/sebastian/environment/src/Runtime.php mode change 100755 => 100644 Sources/vendor/sebastian/exporter/ChangeLog.md mode change 100755 => 100644 Sources/vendor/sebastian/exporter/LICENSE mode change 100755 => 100644 Sources/vendor/sebastian/exporter/README.md create mode 100644 Sources/vendor/sebastian/exporter/SECURITY.md mode change 100755 => 100644 Sources/vendor/sebastian/exporter/composer.json mode change 100755 => 100644 Sources/vendor/sebastian/exporter/src/Exporter.php mode change 100755 => 100644 Sources/vendor/sebastian/global-state/ChangeLog.md mode change 100755 => 100644 Sources/vendor/sebastian/global-state/LICENSE mode change 100755 => 100644 Sources/vendor/sebastian/global-state/README.md create mode 100644 Sources/vendor/sebastian/global-state/SECURITY.md mode change 100755 => 100644 Sources/vendor/sebastian/global-state/composer.json mode change 100755 => 100644 Sources/vendor/sebastian/global-state/src/CodeExporter.php mode change 100755 => 100644 Sources/vendor/sebastian/global-state/src/ExcludeList.php mode change 100755 => 100644 Sources/vendor/sebastian/global-state/src/Restorer.php mode change 100755 => 100644 Sources/vendor/sebastian/global-state/src/Snapshot.php mode change 100755 => 100644 Sources/vendor/sebastian/global-state/src/exceptions/Exception.php mode change 100755 => 100644 Sources/vendor/sebastian/global-state/src/exceptions/RuntimeException.php delete mode 100755 Sources/vendor/sebastian/lines-of-code/.psalm/baseline.xml delete mode 100755 Sources/vendor/sebastian/lines-of-code/.psalm/config.xml mode change 100755 => 100644 Sources/vendor/sebastian/lines-of-code/ChangeLog.md mode change 100755 => 100644 Sources/vendor/sebastian/lines-of-code/LICENSE mode change 100755 => 100644 Sources/vendor/sebastian/lines-of-code/README.md create mode 100644 Sources/vendor/sebastian/lines-of-code/SECURITY.md mode change 100755 => 100644 Sources/vendor/sebastian/lines-of-code/composer.json mode change 100755 => 100644 Sources/vendor/sebastian/lines-of-code/src/Counter.php mode change 100755 => 100644 Sources/vendor/sebastian/lines-of-code/src/Exception/Exception.php mode change 100755 => 100644 Sources/vendor/sebastian/lines-of-code/src/Exception/IllogicalValuesException.php mode change 100755 => 100644 Sources/vendor/sebastian/lines-of-code/src/Exception/NegativeValueException.php mode change 100755 => 100644 Sources/vendor/sebastian/lines-of-code/src/Exception/RuntimeException.php mode change 100755 => 100644 Sources/vendor/sebastian/lines-of-code/src/LineCountingVisitor.php mode change 100755 => 100644 Sources/vendor/sebastian/lines-of-code/src/LinesOfCode.php delete mode 100755 Sources/vendor/sebastian/object-enumerator/.psalm/baseline.xml delete mode 100755 Sources/vendor/sebastian/object-enumerator/.psalm/config.xml mode change 100755 => 100644 Sources/vendor/sebastian/object-enumerator/ChangeLog.md mode change 100755 => 100644 Sources/vendor/sebastian/object-enumerator/LICENSE mode change 100755 => 100644 Sources/vendor/sebastian/object-enumerator/README.md create mode 100644 Sources/vendor/sebastian/object-enumerator/SECURITY.md mode change 100755 => 100644 Sources/vendor/sebastian/object-enumerator/composer.json mode change 100755 => 100644 Sources/vendor/sebastian/object-enumerator/phpunit.xml mode change 100755 => 100644 Sources/vendor/sebastian/object-enumerator/src/Enumerator.php delete mode 100755 Sources/vendor/sebastian/object-enumerator/src/InvalidArgumentException.php delete mode 100755 Sources/vendor/sebastian/object-reflector/.psalm/baseline.xml delete mode 100755 Sources/vendor/sebastian/object-reflector/.psalm/config.xml mode change 100755 => 100644 Sources/vendor/sebastian/object-reflector/ChangeLog.md mode change 100755 => 100644 Sources/vendor/sebastian/object-reflector/LICENSE mode change 100755 => 100644 Sources/vendor/sebastian/object-reflector/README.md create mode 100644 Sources/vendor/sebastian/object-reflector/SECURITY.md mode change 100755 => 100644 Sources/vendor/sebastian/object-reflector/composer.json delete mode 100755 Sources/vendor/sebastian/object-reflector/src/Exception.php delete mode 100755 Sources/vendor/sebastian/object-reflector/src/InvalidArgumentException.php mode change 100755 => 100644 Sources/vendor/sebastian/object-reflector/src/ObjectReflector.php mode change 100755 => 100644 Sources/vendor/sebastian/recursion-context/ChangeLog.md mode change 100755 => 100644 Sources/vendor/sebastian/recursion-context/LICENSE mode change 100755 => 100644 Sources/vendor/sebastian/recursion-context/README.md create mode 100644 Sources/vendor/sebastian/recursion-context/SECURITY.md mode change 100755 => 100644 Sources/vendor/sebastian/recursion-context/composer.json mode change 100755 => 100644 Sources/vendor/sebastian/recursion-context/src/Context.php delete mode 100755 Sources/vendor/sebastian/recursion-context/src/Exception.php delete mode 100755 Sources/vendor/sebastian/resource-operations/.gitattributes delete mode 100755 Sources/vendor/sebastian/resource-operations/.gitignore delete mode 100755 Sources/vendor/sebastian/resource-operations/ChangeLog.md delete mode 100755 Sources/vendor/sebastian/resource-operations/LICENSE delete mode 100755 Sources/vendor/sebastian/resource-operations/README.md delete mode 100755 Sources/vendor/sebastian/resource-operations/build/generate.php delete mode 100755 Sources/vendor/sebastian/resource-operations/composer.json delete mode 100755 Sources/vendor/sebastian/resource-operations/src/ResourceOperations.php mode change 100755 => 100644 Sources/vendor/sebastian/type/ChangeLog.md mode change 100755 => 100644 Sources/vendor/sebastian/type/LICENSE mode change 100755 => 100644 Sources/vendor/sebastian/type/README.md create mode 100644 Sources/vendor/sebastian/type/SECURITY.md mode change 100755 => 100644 Sources/vendor/sebastian/type/composer.json rename Sources/vendor/sebastian/{cli-parser => type}/infection.json (100%) mode change 100755 => 100644 mode change 100755 => 100644 Sources/vendor/sebastian/type/src/Parameter.php mode change 100755 => 100644 Sources/vendor/sebastian/type/src/ReflectionMapper.php mode change 100755 => 100644 Sources/vendor/sebastian/type/src/TypeName.php mode change 100755 => 100644 Sources/vendor/sebastian/type/src/exception/Exception.php mode change 100755 => 100644 Sources/vendor/sebastian/type/src/exception/RuntimeException.php mode change 100755 => 100644 Sources/vendor/sebastian/type/src/type/CallableType.php mode change 100755 => 100644 Sources/vendor/sebastian/type/src/type/FalseType.php mode change 100755 => 100644 Sources/vendor/sebastian/type/src/type/GenericObjectType.php mode change 100755 => 100644 Sources/vendor/sebastian/type/src/type/IntersectionType.php mode change 100755 => 100644 Sources/vendor/sebastian/type/src/type/IterableType.php mode change 100755 => 100644 Sources/vendor/sebastian/type/src/type/MixedType.php mode change 100755 => 100644 Sources/vendor/sebastian/type/src/type/NeverType.php mode change 100755 => 100644 Sources/vendor/sebastian/type/src/type/NullType.php mode change 100755 => 100644 Sources/vendor/sebastian/type/src/type/ObjectType.php mode change 100755 => 100644 Sources/vendor/sebastian/type/src/type/SimpleType.php mode change 100755 => 100644 Sources/vendor/sebastian/type/src/type/StaticType.php mode change 100755 => 100644 Sources/vendor/sebastian/type/src/type/TrueType.php mode change 100755 => 100644 Sources/vendor/sebastian/type/src/type/Type.php mode change 100755 => 100644 Sources/vendor/sebastian/type/src/type/UnionType.php mode change 100755 => 100644 Sources/vendor/sebastian/type/src/type/UnknownType.php mode change 100755 => 100644 Sources/vendor/sebastian/type/src/type/VoidType.php delete mode 100755 Sources/vendor/sebastian/version/.gitattributes delete mode 100755 Sources/vendor/sebastian/version/.gitignore mode change 100755 => 100644 Sources/vendor/sebastian/version/ChangeLog.md mode change 100755 => 100644 Sources/vendor/sebastian/version/LICENSE mode change 100755 => 100644 Sources/vendor/sebastian/version/README.md create mode 100644 Sources/vendor/sebastian/version/SECURITY.md mode change 100755 => 100644 Sources/vendor/sebastian/version/composer.json mode change 100755 => 100644 Sources/vendor/sebastian/version/src/Version.php delete mode 100755 Sources/vendor/symfony/polyfill-ctype/Ctype.php delete mode 100755 Sources/vendor/symfony/polyfill-ctype/README.md delete mode 100755 Sources/vendor/symfony/polyfill-ctype/bootstrap.php delete mode 100755 Sources/vendor/symfony/polyfill-ctype/bootstrap80.php delete mode 100755 Sources/vendor/symfony/polyfill-ctype/composer.json delete mode 100755 Sources/vendor/symfony/polyfill-mbstring/LICENSE delete mode 100755 Sources/vendor/symfony/polyfill-mbstring/Mbstring.php delete mode 100755 Sources/vendor/symfony/polyfill-mbstring/README.md delete mode 100755 Sources/vendor/symfony/polyfill-mbstring/Resources/unidata/caseFolding.php delete mode 100755 Sources/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php delete mode 100755 Sources/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php delete mode 100755 Sources/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php delete mode 100755 Sources/vendor/symfony/polyfill-mbstring/bootstrap.php delete mode 100755 Sources/vendor/symfony/polyfill-mbstring/bootstrap80.php delete mode 100755 Sources/vendor/symfony/polyfill-mbstring/composer.json delete mode 100644 Sources/vendor/symfony/polyfill-php80/LICENSE delete mode 100644 Sources/vendor/symfony/polyfill-php80/Php80.php delete mode 100644 Sources/vendor/symfony/polyfill-php80/PhpToken.php delete mode 100644 Sources/vendor/symfony/polyfill-php80/README.md delete mode 100644 Sources/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php delete mode 100644 Sources/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php delete mode 100644 Sources/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php delete mode 100644 Sources/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php delete mode 100644 Sources/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php delete mode 100644 Sources/vendor/symfony/polyfill-php80/bootstrap.php delete mode 100644 Sources/vendor/symfony/polyfill-php80/composer.json delete mode 100755 Sources/vendor/theseer/tokenizer/.php_cs.dist mode change 100755 => 100644 Sources/vendor/theseer/tokenizer/CHANGELOG.md mode change 100755 => 100644 Sources/vendor/theseer/tokenizer/LICENSE mode change 100755 => 100644 Sources/vendor/theseer/tokenizer/README.md mode change 100755 => 100644 Sources/vendor/theseer/tokenizer/composer.json mode change 100755 => 100644 Sources/vendor/theseer/tokenizer/composer.lock mode change 100755 => 100644 Sources/vendor/theseer/tokenizer/src/Exception.php mode change 100755 => 100644 Sources/vendor/theseer/tokenizer/src/NamespaceUri.php mode change 100755 => 100644 Sources/vendor/theseer/tokenizer/src/NamespaceUriException.php mode change 100755 => 100644 Sources/vendor/theseer/tokenizer/src/Token.php mode change 100755 => 100644 Sources/vendor/theseer/tokenizer/src/TokenCollection.php mode change 100755 => 100644 Sources/vendor/theseer/tokenizer/src/TokenCollectionException.php mode change 100755 => 100644 Sources/vendor/theseer/tokenizer/src/Tokenizer.php mode change 100755 => 100644 Sources/vendor/theseer/tokenizer/src/XMLSerializer.php delete mode 100755 Sources/vendor/twig/twig/CHANGELOG delete mode 100755 Sources/vendor/twig/twig/LICENSE delete mode 100755 Sources/vendor/twig/twig/README.rst delete mode 100755 Sources/vendor/twig/twig/composer.json delete mode 100755 Sources/vendor/twig/twig/src/Cache/CacheInterface.php delete mode 100755 Sources/vendor/twig/twig/src/Cache/FilesystemCache.php delete mode 100755 Sources/vendor/twig/twig/src/Cache/NullCache.php delete mode 100755 Sources/vendor/twig/twig/src/Compiler.php delete mode 100755 Sources/vendor/twig/twig/src/Environment.php delete mode 100755 Sources/vendor/twig/twig/src/Error/Error.php delete mode 100755 Sources/vendor/twig/twig/src/Error/LoaderError.php delete mode 100755 Sources/vendor/twig/twig/src/Error/RuntimeError.php delete mode 100755 Sources/vendor/twig/twig/src/Error/SyntaxError.php delete mode 100755 Sources/vendor/twig/twig/src/ExpressionParser.php delete mode 100755 Sources/vendor/twig/twig/src/Extension/AbstractExtension.php delete mode 100755 Sources/vendor/twig/twig/src/Extension/CoreExtension.php delete mode 100755 Sources/vendor/twig/twig/src/Extension/DebugExtension.php delete mode 100755 Sources/vendor/twig/twig/src/Extension/EscaperExtension.php delete mode 100755 Sources/vendor/twig/twig/src/Extension/ExtensionInterface.php delete mode 100755 Sources/vendor/twig/twig/src/Extension/GlobalsInterface.php delete mode 100755 Sources/vendor/twig/twig/src/Extension/OptimizerExtension.php delete mode 100755 Sources/vendor/twig/twig/src/Extension/ProfilerExtension.php delete mode 100755 Sources/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php delete mode 100755 Sources/vendor/twig/twig/src/Extension/SandboxExtension.php delete mode 100755 Sources/vendor/twig/twig/src/Extension/StagingExtension.php delete mode 100755 Sources/vendor/twig/twig/src/Extension/StringLoaderExtension.php delete mode 100755 Sources/vendor/twig/twig/src/ExtensionSet.php delete mode 100755 Sources/vendor/twig/twig/src/FileExtensionEscapingStrategy.php delete mode 100755 Sources/vendor/twig/twig/src/Lexer.php delete mode 100755 Sources/vendor/twig/twig/src/Loader/ArrayLoader.php delete mode 100755 Sources/vendor/twig/twig/src/Loader/ChainLoader.php delete mode 100755 Sources/vendor/twig/twig/src/Loader/FilesystemLoader.php delete mode 100755 Sources/vendor/twig/twig/src/Loader/LoaderInterface.php delete mode 100755 Sources/vendor/twig/twig/src/Markup.php delete mode 100755 Sources/vendor/twig/twig/src/Node/AutoEscapeNode.php delete mode 100755 Sources/vendor/twig/twig/src/Node/BlockNode.php delete mode 100755 Sources/vendor/twig/twig/src/Node/BlockReferenceNode.php delete mode 100755 Sources/vendor/twig/twig/src/Node/BodyNode.php delete mode 100755 Sources/vendor/twig/twig/src/Node/CheckSecurityCallNode.php delete mode 100755 Sources/vendor/twig/twig/src/Node/CheckSecurityNode.php delete mode 100755 Sources/vendor/twig/twig/src/Node/CheckToStringNode.php delete mode 100755 Sources/vendor/twig/twig/src/Node/DeprecatedNode.php delete mode 100755 Sources/vendor/twig/twig/src/Node/DoNode.php delete mode 100755 Sources/vendor/twig/twig/src/Node/EmbedNode.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/AbstractExpression.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/ArrayExpression.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/ArrowFunctionExpression.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/AssignNameExpression.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/Binary/AbstractBinary.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/Binary/AddBinary.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/Binary/AndBinary.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/Binary/BitwiseAndBinary.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/Binary/BitwiseOrBinary.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/Binary/BitwiseXorBinary.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/Binary/ConcatBinary.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/Binary/DivBinary.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/Binary/EndsWithBinary.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/Binary/EqualBinary.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/Binary/FloorDivBinary.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/Binary/GreaterBinary.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/Binary/GreaterEqualBinary.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/Binary/HasEveryBinary.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/Binary/HasSomeBinary.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/Binary/InBinary.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/Binary/LessBinary.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/Binary/LessEqualBinary.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/Binary/MatchesBinary.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/Binary/ModBinary.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/Binary/MulBinary.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/Binary/NotEqualBinary.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/Binary/NotInBinary.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/Binary/OrBinary.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/Binary/PowerBinary.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/Binary/RangeBinary.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/Binary/SpaceshipBinary.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/Binary/StartsWithBinary.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/Binary/SubBinary.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/BlockReferenceExpression.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/CallExpression.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/ConditionalExpression.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/ConstantExpression.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/Filter/DefaultFilter.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/FilterExpression.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/FunctionExpression.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/GetAttrExpression.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/InlinePrint.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/MethodCallExpression.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/NameExpression.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/NullCoalesceExpression.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/ParentExpression.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/TempNameExpression.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/Test/ConstantTest.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/Test/DefinedTest.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/Test/DivisiblebyTest.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/Test/EvenTest.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/Test/NullTest.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/Test/OddTest.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/Test/SameasTest.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/TestExpression.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/Unary/AbstractUnary.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/Unary/NegUnary.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/Unary/NotUnary.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/Unary/PosUnary.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Expression/VariadicExpression.php delete mode 100755 Sources/vendor/twig/twig/src/Node/FlushNode.php delete mode 100755 Sources/vendor/twig/twig/src/Node/ForLoopNode.php delete mode 100755 Sources/vendor/twig/twig/src/Node/ForNode.php delete mode 100755 Sources/vendor/twig/twig/src/Node/IfNode.php delete mode 100755 Sources/vendor/twig/twig/src/Node/ImportNode.php delete mode 100755 Sources/vendor/twig/twig/src/Node/IncludeNode.php delete mode 100755 Sources/vendor/twig/twig/src/Node/MacroNode.php delete mode 100755 Sources/vendor/twig/twig/src/Node/ModuleNode.php delete mode 100755 Sources/vendor/twig/twig/src/Node/Node.php delete mode 100755 Sources/vendor/twig/twig/src/Node/NodeCaptureInterface.php delete mode 100755 Sources/vendor/twig/twig/src/Node/NodeOutputInterface.php delete mode 100755 Sources/vendor/twig/twig/src/Node/PrintNode.php delete mode 100755 Sources/vendor/twig/twig/src/Node/SandboxNode.php delete mode 100755 Sources/vendor/twig/twig/src/Node/SetNode.php delete mode 100755 Sources/vendor/twig/twig/src/Node/TextNode.php delete mode 100755 Sources/vendor/twig/twig/src/Node/WithNode.php delete mode 100755 Sources/vendor/twig/twig/src/NodeTraverser.php delete mode 100755 Sources/vendor/twig/twig/src/NodeVisitor/AbstractNodeVisitor.php delete mode 100755 Sources/vendor/twig/twig/src/NodeVisitor/EscaperNodeVisitor.php delete mode 100755 Sources/vendor/twig/twig/src/NodeVisitor/MacroAutoImportNodeVisitor.php delete mode 100755 Sources/vendor/twig/twig/src/NodeVisitor/NodeVisitorInterface.php delete mode 100755 Sources/vendor/twig/twig/src/NodeVisitor/OptimizerNodeVisitor.php delete mode 100755 Sources/vendor/twig/twig/src/NodeVisitor/SafeAnalysisNodeVisitor.php delete mode 100755 Sources/vendor/twig/twig/src/NodeVisitor/SandboxNodeVisitor.php delete mode 100755 Sources/vendor/twig/twig/src/Parser.php delete mode 100755 Sources/vendor/twig/twig/src/Profiler/Dumper/BaseDumper.php delete mode 100755 Sources/vendor/twig/twig/src/Profiler/Dumper/BlackfireDumper.php delete mode 100755 Sources/vendor/twig/twig/src/Profiler/Dumper/HtmlDumper.php delete mode 100755 Sources/vendor/twig/twig/src/Profiler/Dumper/TextDumper.php delete mode 100755 Sources/vendor/twig/twig/src/Profiler/Node/EnterProfileNode.php delete mode 100755 Sources/vendor/twig/twig/src/Profiler/Node/LeaveProfileNode.php delete mode 100755 Sources/vendor/twig/twig/src/Profiler/NodeVisitor/ProfilerNodeVisitor.php delete mode 100755 Sources/vendor/twig/twig/src/Profiler/Profile.php delete mode 100755 Sources/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php delete mode 100755 Sources/vendor/twig/twig/src/RuntimeLoader/FactoryRuntimeLoader.php delete mode 100755 Sources/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php delete mode 100755 Sources/vendor/twig/twig/src/Sandbox/SecurityError.php delete mode 100755 Sources/vendor/twig/twig/src/Sandbox/SecurityNotAllowedFilterError.php delete mode 100755 Sources/vendor/twig/twig/src/Sandbox/SecurityNotAllowedFunctionError.php delete mode 100755 Sources/vendor/twig/twig/src/Sandbox/SecurityNotAllowedMethodError.php delete mode 100755 Sources/vendor/twig/twig/src/Sandbox/SecurityNotAllowedPropertyError.php delete mode 100755 Sources/vendor/twig/twig/src/Sandbox/SecurityNotAllowedTagError.php delete mode 100755 Sources/vendor/twig/twig/src/Sandbox/SecurityPolicy.php delete mode 100755 Sources/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php delete mode 100755 Sources/vendor/twig/twig/src/Source.php delete mode 100755 Sources/vendor/twig/twig/src/Template.php delete mode 100755 Sources/vendor/twig/twig/src/TemplateWrapper.php delete mode 100755 Sources/vendor/twig/twig/src/Test/IntegrationTestCase.php delete mode 100755 Sources/vendor/twig/twig/src/Test/NodeTestCase.php delete mode 100755 Sources/vendor/twig/twig/src/Token.php delete mode 100755 Sources/vendor/twig/twig/src/TokenParser/AbstractTokenParser.php delete mode 100755 Sources/vendor/twig/twig/src/TokenParser/ApplyTokenParser.php delete mode 100755 Sources/vendor/twig/twig/src/TokenParser/AutoEscapeTokenParser.php delete mode 100755 Sources/vendor/twig/twig/src/TokenParser/BlockTokenParser.php delete mode 100755 Sources/vendor/twig/twig/src/TokenParser/DeprecatedTokenParser.php delete mode 100755 Sources/vendor/twig/twig/src/TokenParser/DoTokenParser.php delete mode 100755 Sources/vendor/twig/twig/src/TokenParser/EmbedTokenParser.php delete mode 100755 Sources/vendor/twig/twig/src/TokenParser/ExtendsTokenParser.php delete mode 100755 Sources/vendor/twig/twig/src/TokenParser/FlushTokenParser.php delete mode 100755 Sources/vendor/twig/twig/src/TokenParser/ForTokenParser.php delete mode 100755 Sources/vendor/twig/twig/src/TokenParser/FromTokenParser.php delete mode 100755 Sources/vendor/twig/twig/src/TokenParser/IfTokenParser.php delete mode 100755 Sources/vendor/twig/twig/src/TokenParser/ImportTokenParser.php delete mode 100755 Sources/vendor/twig/twig/src/TokenParser/IncludeTokenParser.php delete mode 100755 Sources/vendor/twig/twig/src/TokenParser/MacroTokenParser.php delete mode 100755 Sources/vendor/twig/twig/src/TokenParser/SandboxTokenParser.php delete mode 100755 Sources/vendor/twig/twig/src/TokenParser/SetTokenParser.php delete mode 100755 Sources/vendor/twig/twig/src/TokenParser/TokenParserInterface.php delete mode 100755 Sources/vendor/twig/twig/src/TokenParser/UseTokenParser.php delete mode 100755 Sources/vendor/twig/twig/src/TokenParser/WithTokenParser.php delete mode 100755 Sources/vendor/twig/twig/src/TokenStream.php delete mode 100755 Sources/vendor/twig/twig/src/TwigFilter.php delete mode 100755 Sources/vendor/twig/twig/src/TwigFunction.php delete mode 100755 Sources/vendor/twig/twig/src/TwigTest.php delete mode 100755 Sources/vendor/twig/twig/src/Util/DeprecationCollector.php delete mode 100755 Sources/vendor/twig/twig/src/Util/TemplateDirIterator.php delete mode 100644 Sources/vendor/vlucas/phpdotenv/LICENSE delete mode 100644 Sources/vendor/vlucas/phpdotenv/composer.json delete mode 100644 Sources/vendor/vlucas/phpdotenv/src/Dotenv.php delete mode 100644 Sources/vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php delete mode 100644 Sources/vendor/vlucas/phpdotenv/src/Exception/InvalidEncodingException.php delete mode 100644 Sources/vendor/vlucas/phpdotenv/src/Exception/InvalidFileException.php delete mode 100644 Sources/vendor/vlucas/phpdotenv/src/Exception/InvalidPathException.php delete mode 100644 Sources/vendor/vlucas/phpdotenv/src/Exception/ValidationException.php delete mode 100644 Sources/vendor/vlucas/phpdotenv/src/Loader/Loader.php delete mode 100644 Sources/vendor/vlucas/phpdotenv/src/Loader/LoaderInterface.php delete mode 100644 Sources/vendor/vlucas/phpdotenv/src/Loader/Resolver.php delete mode 100644 Sources/vendor/vlucas/phpdotenv/src/Parser/Entry.php delete mode 100644 Sources/vendor/vlucas/phpdotenv/src/Parser/EntryParser.php delete mode 100644 Sources/vendor/vlucas/phpdotenv/src/Parser/Lexer.php delete mode 100644 Sources/vendor/vlucas/phpdotenv/src/Parser/Lines.php delete mode 100644 Sources/vendor/vlucas/phpdotenv/src/Parser/Parser.php delete mode 100644 Sources/vendor/vlucas/phpdotenv/src/Parser/ParserInterface.php delete mode 100644 Sources/vendor/vlucas/phpdotenv/src/Parser/Value.php delete mode 100644 Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/AdapterInterface.php delete mode 100644 Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/ApacheAdapter.php delete mode 100644 Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/ArrayAdapter.php delete mode 100644 Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/EnvConstAdapter.php delete mode 100644 Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/GuardedWriter.php delete mode 100644 Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/ImmutableWriter.php delete mode 100644 Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiReader.php delete mode 100644 Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiWriter.php delete mode 100644 Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/PutenvAdapter.php delete mode 100644 Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReaderInterface.php delete mode 100644 Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReplacingWriter.php delete mode 100644 Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/ServerConstAdapter.php delete mode 100644 Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/WriterInterface.php delete mode 100644 Sources/vendor/vlucas/phpdotenv/src/Repository/AdapterRepository.php delete mode 100644 Sources/vendor/vlucas/phpdotenv/src/Repository/RepositoryBuilder.php delete mode 100644 Sources/vendor/vlucas/phpdotenv/src/Repository/RepositoryInterface.php delete mode 100644 Sources/vendor/vlucas/phpdotenv/src/Store/File/Paths.php delete mode 100644 Sources/vendor/vlucas/phpdotenv/src/Store/File/Reader.php delete mode 100644 Sources/vendor/vlucas/phpdotenv/src/Store/FileStore.php delete mode 100644 Sources/vendor/vlucas/phpdotenv/src/Store/StoreBuilder.php delete mode 100644 Sources/vendor/vlucas/phpdotenv/src/Store/StoreInterface.php delete mode 100644 Sources/vendor/vlucas/phpdotenv/src/Store/StringStore.php delete mode 100644 Sources/vendor/vlucas/phpdotenv/src/Util/Regex.php delete mode 100644 Sources/vendor/vlucas/phpdotenv/src/Util/Str.php delete mode 100644 Sources/vendor/vlucas/phpdotenv/src/Validator.php diff --git a/Sources/composer.json b/Sources/composer.json index f89d1c0a..b3153fa4 100755 --- a/Sources/composer.json +++ b/Sources/composer.json @@ -30,5 +30,8 @@ "scripts": { "dev": "php -S localhost:8080 -t public -d display_errors=1 -d error_reporting=E_ALL", "dev:console": "export APP_ENV=console && php public/index.php" + }, + "require": { + "adriangibbons/php-fit-file-analysis": "^3.2.0" } } diff --git a/Sources/composer.lock b/Sources/composer.lock index cc0599dd..b4a70a29 100755 --- a/Sources/composer.lock +++ b/Sources/composer.lock @@ -4,620 +4,48 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "de5df96e9fd160ca0fc32f83e7a4ee7d", + "content-hash": "bfd53dc4398f8b68933fb703d8bd26b9", "packages": [ { - "name": "graham-campbell/result-type", - "version": "v1.1.1", + "name": "adriangibbons/php-fit-file-analysis", + "version": "v3.2.4", "source": { "type": "git", - "url": "https://github.com/GrahamCampbell/Result-Type.git", - "reference": "672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831" + "url": "https://github.com/adriangibbons/php-fit-file-analysis.git", + "reference": "8efd36b1b963f01c42dc5329626519c040dec664" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831", - "reference": "672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831", + "url": "https://api.github.com/repos/adriangibbons/php-fit-file-analysis/zipball/8efd36b1b963f01c42dc5329626519c040dec664", + "reference": "8efd36b1b963f01c42dc5329626519c040dec664", "shasum": "" }, - "require": { - "php": "^7.2.5 || ^8.0", - "phpoption/phpoption": "^1.9.1" - }, - "require-dev": { - "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12" - }, - "type": "library", - "autoload": { - "psr-4": { - "GrahamCampbell\\ResultType\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk", - "homepage": "https://github.com/GrahamCampbell" - } - ], - "description": "An Implementation Of The Result Type", - "keywords": [ - "Graham Campbell", - "GrahamCampbell", - "Result Type", - "Result-Type", - "result" - ], - "support": { - "issues": "https://github.com/GrahamCampbell/Result-Type/issues", - "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.1" - }, - "funding": [ - { - "url": "https://github.com/GrahamCampbell", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type", - "type": "tidelift" - } - ], - "time": "2023-02-25T20:23:15+00:00" - }, - { - "name": "phpoption/phpoption", - "version": "1.9.1", - "source": { - "type": "git", - "url": "https://github.com/schmittjoh/php-option.git", - "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dd3a383e599f49777d8b628dadbb90cae435b87e", - "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e", - "shasum": "" - }, - "require": { - "php": "^7.2.5 || ^8.0" - }, - "require-dev": { - "bamarni/composer-bin-plugin": "^1.8.2", - "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12" - }, - "type": "library", - "extra": { - "bamarni-bin": { - "bin-links": true, - "forward-command": true - }, - "branch-alias": { - "dev-master": "1.9-dev" - } - }, - "autoload": { - "psr-4": { - "PhpOption\\": "src/PhpOption/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], - "authors": [ - { - "name": "Johannes M. Schmitt", - "email": "schmittjoh@gmail.com", - "homepage": "https://github.com/schmittjoh" - }, - { - "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk", - "homepage": "https://github.com/GrahamCampbell" - } - ], - "description": "Option Type for PHP", - "keywords": [ - "language", - "option", - "php", - "type" - ], - "support": { - "issues": "https://github.com/schmittjoh/php-option/issues", - "source": "https://github.com/schmittjoh/php-option/tree/1.9.1" - }, - "funding": [ - { - "url": "https://github.com/GrahamCampbell", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption", - "type": "tidelift" - } - ], - "time": "2023-02-25T19:38:58+00:00" - }, - { - "name": "symfony/polyfill-ctype", - "version": "v1.28.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb", - "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "provide": { - "ext-ctype": "*" - }, - "suggest": { - "ext-ctype": "For best performance" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.28-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Ctype\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Gert de Pagter", - "email": "BackEndTea@gmail.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for ctype functions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "ctype", - "polyfill", - "portable" - ], - "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2023-01-26T09:26:14+00:00" - }, - { - "name": "symfony/polyfill-mbstring", - "version": "v1.28.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "42292d99c55abe617799667f454222c54c60e229" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229", - "reference": "42292d99c55abe617799667f454222c54c60e229", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "provide": { - "ext-mbstring": "*" - }, - "suggest": { - "ext-mbstring": "For best performance" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.28-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for the Mbstring extension", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "mbstring", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2023-07-28T09:04:16+00:00" - }, - { - "name": "symfony/polyfill-php80", - "version": "v1.28.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5", - "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.28-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Php80\\": "" - }, - "classmap": [ - "Resources/stubs" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Ion Bazan", - "email": "ion.bazan@gmail.com" - }, - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2023-01-26T09:26:14+00:00" - }, - { - "name": "twig/twig", - "version": "v3.7.1", - "source": { - "type": "git", - "url": "https://github.com/twigphp/Twig.git", - "reference": "a0ce373a0ca3bf6c64b9e3e2124aca502ba39554" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/a0ce373a0ca3bf6c64b9e3e2124aca502ba39554", - "reference": "a0ce373a0ca3bf6c64b9e3e2124aca502ba39554", - "shasum": "" - }, - "require": { - "php": ">=7.2.5", - "symfony/polyfill-ctype": "^1.8", - "symfony/polyfill-mbstring": "^1.3" - }, - "require-dev": { - "psr/container": "^1.0|^2.0", - "symfony/phpunit-bridge": "^5.4.9|^6.3" - }, - "type": "library", - "autoload": { - "psr-4": { - "Twig\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com", - "homepage": "http://fabien.potencier.org", - "role": "Lead Developer" - }, - { - "name": "Twig Team", - "role": "Contributors" - }, - { - "name": "Armin Ronacher", - "email": "armin.ronacher@active-4.com", - "role": "Project Founder" - } - ], - "description": "Twig, the flexible, fast, and secure template language for PHP", - "homepage": "https://twig.symfony.com", - "keywords": [ - "templating" - ], - "support": { - "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v3.7.1" - }, - "funding": [ - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/twig/twig", - "type": "tidelift" - } - ], - "time": "2023-08-28T11:09:02+00:00" - }, - { - "name": "vlucas/phpdotenv", - "version": "v5.5.0", - "source": { - "type": "git", - "url": "https://github.com/vlucas/phpdotenv.git", - "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7", - "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7", - "shasum": "" - }, - "require": { - "ext-pcre": "*", - "graham-campbell/result-type": "^1.0.2", - "php": "^7.1.3 || ^8.0", - "phpoption/phpoption": "^1.8", - "symfony/polyfill-ctype": "^1.23", - "symfony/polyfill-mbstring": "^1.23.1", - "symfony/polyfill-php80": "^1.23.1" - }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.4.1", - "ext-filter": "*", - "phpunit/phpunit": "^7.5.20 || ^8.5.30 || ^9.5.25" - }, - "suggest": { - "ext-filter": "Required to use the boolean validator." + "phpunit/phpunit": "4.8.*", + "satooshi/php-coveralls": "^2.0", + "squizlabs/php_codesniffer": "2.*" }, "type": "library", - "extra": { - "bamarni-bin": { - "bin-links": true, - "forward-command": true - }, - "branch-alias": { - "dev-master": "5.5-dev" - } - }, "autoload": { "psr-4": { - "Dotenv\\": "src/" + "adriangibbons\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk", - "homepage": "https://github.com/GrahamCampbell" - }, - { - "name": "Vance Lucas", - "email": "vance@vancelucas.com", - "homepage": "https://github.com/vlucas" - } - ], - "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", + "description": "A PHP class for analysing FIT files created by Garmin GPS devices", + "homepage": "https://github.com/adriangibbons/php-fit-file-analysis", "keywords": [ - "dotenv", - "env", - "environment" + "Fit", + "garmin" ], "support": { - "issues": "https://github.com/vlucas/phpdotenv/issues", - "source": "https://github.com/vlucas/phpdotenv/tree/v5.5.0" + "issues": "https://github.com/adriangibbons/php-fit-file-analysis/issues", + "source": "https://github.com/adriangibbons/php-fit-file-analysis/tree/master" }, - "funding": [ - { - "url": "https://github.com/GrahamCampbell", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv", - "type": "tidelift" - } - ], - "time": "2022-10-16T01:01:54+00:00" + "time": "2019-11-20T06:58:56+00:00" } ], "packages-dev": [ - { - "name": "doctrine/instantiator", - "version": "1.5.0", - "source": { - "type": "git", - "url": "https://github.com/doctrine/instantiator.git", - "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b", - "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b", - "shasum": "" - }, - "require": { - "php": "^7.1 || ^8.0" - }, - "require-dev": { - "doctrine/coding-standard": "^9 || ^11", - "ext-pdo": "*", - "ext-phar": "*", - "phpbench/phpbench": "^0.16 || ^1", - "phpstan/phpstan": "^1.4", - "phpstan/phpstan-phpunit": "^1", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "vimeo/psalm": "^4.30 || ^5.4" - }, - "type": "library", - "autoload": { - "psr-4": { - "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com", - "homepage": "https://ocramius.github.io/" - } - ], - "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", - "homepage": "https://www.doctrine-project.org/projects/instantiator.html", - "keywords": [ - "constructor", - "instantiate" - ], - "support": { - "issues": "https://github.com/doctrine/instantiator/issues", - "source": "https://github.com/doctrine/instantiator/tree/1.5.0" - }, - "funding": [ - { - "url": "https://www.doctrine-project.org/sponsorship.html", - "type": "custom" - }, - { - "url": "https://www.patreon.com/phpdoctrine", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", - "type": "tidelift" - } - ], - "time": "2022-12-30T00:15:36+00:00" - }, { "name": "myclabs/deep-copy", "version": "1.11.1", @@ -846,16 +274,16 @@ }, { "name": "phpunit/php-code-coverage", - "version": "9.2.29", + "version": "10.1.9", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "6a3a87ac2bbe33b25042753df8195ba4aa534c76" + "reference": "a56a9ab2f680246adcf3db43f38ddf1765774735" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6a3a87ac2bbe33b25042753df8195ba4aa534c76", - "reference": "6a3a87ac2bbe33b25042753df8195ba4aa534c76", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/a56a9ab2f680246adcf3db43f38ddf1765774735", + "reference": "a56a9ab2f680246adcf3db43f38ddf1765774735", "shasum": "" }, "require": { @@ -863,18 +291,18 @@ "ext-libxml": "*", "ext-xmlwriter": "*", "nikic/php-parser": "^4.15", - "php": ">=7.3", - "phpunit/php-file-iterator": "^3.0.3", - "phpunit/php-text-template": "^2.0.2", - "sebastian/code-unit-reverse-lookup": "^2.0.2", - "sebastian/complexity": "^2.0", - "sebastian/environment": "^5.1.2", - "sebastian/lines-of-code": "^1.0.3", - "sebastian/version": "^3.0.1", + "php": ">=8.1", + "phpunit/php-file-iterator": "^4.0", + "phpunit/php-text-template": "^3.0", + "sebastian/code-unit-reverse-lookup": "^3.0", + "sebastian/complexity": "^3.0", + "sebastian/environment": "^6.0", + "sebastian/lines-of-code": "^2.0", + "sebastian/version": "^4.0", "theseer/tokenizer": "^1.2.0" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.1" }, "suggest": { "ext-pcov": "PHP extension that provides line coverage", @@ -883,7 +311,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "9.2-dev" + "dev-main": "10.1-dev" } }, "autoload": { @@ -912,7 +340,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.29" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.9" }, "funding": [ { @@ -920,32 +348,32 @@ "type": "github" } ], - "time": "2023-09-19T04:57:46+00:00" + "time": "2023-11-23T12:23:20+00:00" }, { "name": "phpunit/php-file-iterator", - "version": "3.0.6", + "version": "4.1.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf" + "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", - "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a95037b6d9e608ba092da1b23931e537cadc3c3c", + "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-main": "4.0-dev" } }, "autoload": { @@ -972,7 +400,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", - "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6" + "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy", + "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.1.0" }, "funding": [ { @@ -980,28 +409,28 @@ "type": "github" } ], - "time": "2021-12-02T12:48:52+00:00" + "time": "2023-08-31T06:24:48+00:00" }, { "name": "phpunit/php-invoker", - "version": "3.1.1", + "version": "4.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-invoker.git", - "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67" + "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67", - "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67", + "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7", + "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { "ext-pcntl": "*", - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "suggest": { "ext-pcntl": "*" @@ -1009,7 +438,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.1-dev" + "dev-main": "4.0-dev" } }, "autoload": { @@ -1035,7 +464,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-invoker/issues", - "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1" + "source": "https://github.com/sebastianbergmann/php-invoker/tree/4.0.0" }, "funding": [ { @@ -1043,32 +472,32 @@ "type": "github" } ], - "time": "2020-09-28T05:58:55+00:00" + "time": "2023-02-03T06:56:09+00:00" }, { "name": "phpunit/php-text-template", - "version": "2.0.4", + "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-text-template.git", - "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28" + "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", - "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/0c7b06ff49e3d5072f057eb1fa59258bf287a748", + "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-main": "3.0-dev" } }, "autoload": { @@ -1094,7 +523,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-text-template/issues", - "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4" + "security": "https://github.com/sebastianbergmann/php-text-template/security/policy", + "source": "https://github.com/sebastianbergmann/php-text-template/tree/3.0.1" }, "funding": [ { @@ -1102,32 +532,32 @@ "type": "github" } ], - "time": "2020-10-26T05:33:50+00:00" + "time": "2023-08-31T14:07:24+00:00" }, { "name": "phpunit/php-timer", - "version": "5.0.3", + "version": "6.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2" + "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", - "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/e2a2d67966e740530f4a3343fe2e030ffdc1161d", + "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.0-dev" + "dev-main": "6.0-dev" } }, "autoload": { @@ -1153,7 +583,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-timer/issues", - "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3" + "source": "https://github.com/sebastianbergmann/php-timer/tree/6.0.0" }, "funding": [ { @@ -1161,24 +591,23 @@ "type": "github" } ], - "time": "2020-10-26T13:16:10+00:00" + "time": "2023-02-03T06:57:52+00:00" }, { "name": "phpunit/phpunit", - "version": "9.6.13", + "version": "10.4.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "f3d767f7f9e191eab4189abe41ab37797e30b1be" + "reference": "cacd8b9dd224efa8eb28beb69004126c7ca1a1a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f3d767f7f9e191eab4189abe41ab37797e30b1be", - "reference": "f3d767f7f9e191eab4189abe41ab37797e30b1be", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/cacd8b9dd224efa8eb28beb69004126c7ca1a1a1", + "reference": "cacd8b9dd224efa8eb28beb69004126c7ca1a1a1", "shasum": "" }, "require": { - "doctrine/instantiator": "^1.3.1 || ^2", "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", @@ -1188,27 +617,26 @@ "myclabs/deep-copy": "^1.10.1", "phar-io/manifest": "^2.0.3", "phar-io/version": "^3.0.2", - "php": ">=7.3", - "phpunit/php-code-coverage": "^9.2.28", - "phpunit/php-file-iterator": "^3.0.5", - "phpunit/php-invoker": "^3.1.1", - "phpunit/php-text-template": "^2.0.3", - "phpunit/php-timer": "^5.0.2", - "sebastian/cli-parser": "^1.0.1", - "sebastian/code-unit": "^1.0.6", - "sebastian/comparator": "^4.0.8", - "sebastian/diff": "^4.0.3", - "sebastian/environment": "^5.1.3", - "sebastian/exporter": "^4.0.5", - "sebastian/global-state": "^5.0.1", - "sebastian/object-enumerator": "^4.0.3", - "sebastian/resource-operations": "^3.0.3", - "sebastian/type": "^3.2", - "sebastian/version": "^3.0.2" + "php": ">=8.1", + "phpunit/php-code-coverage": "^10.1.5", + "phpunit/php-file-iterator": "^4.0", + "phpunit/php-invoker": "^4.0", + "phpunit/php-text-template": "^3.0", + "phpunit/php-timer": "^6.0", + "sebastian/cli-parser": "^2.0", + "sebastian/code-unit": "^2.0", + "sebastian/comparator": "^5.0", + "sebastian/diff": "^5.0", + "sebastian/environment": "^6.0", + "sebastian/exporter": "^5.1", + "sebastian/global-state": "^6.0.1", + "sebastian/object-enumerator": "^5.0", + "sebastian/recursion-context": "^5.0", + "sebastian/type": "^4.0", + "sebastian/version": "^4.0" }, "suggest": { - "ext-soap": "To be able to generate mocks based on WSDL files", - "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" + "ext-soap": "To be able to generate mocks based on WSDL files" }, "bin": [ "phpunit" @@ -1216,7 +644,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "9.6-dev" + "dev-main": "10.4-dev" } }, "autoload": { @@ -1248,7 +676,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.13" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.4.2" }, "funding": [ { @@ -1264,32 +692,32 @@ "type": "tidelift" } ], - "time": "2023-09-19T05:39:22+00:00" + "time": "2023-10-26T07:21:45+00:00" }, { "name": "sebastian/cli-parser", - "version": "1.0.1", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/cli-parser.git", - "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2" + "reference": "efdc130dbbbb8ef0b545a994fd811725c5282cae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2", - "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2", + "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/efdc130dbbbb8ef0b545a994fd811725c5282cae", + "reference": "efdc130dbbbb8ef0b545a994fd811725c5282cae", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-main": "2.0-dev" } }, "autoload": { @@ -1312,7 +740,7 @@ "homepage": "https://github.com/sebastianbergmann/cli-parser", "support": { "issues": "https://github.com/sebastianbergmann/cli-parser/issues", - "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1" + "source": "https://github.com/sebastianbergmann/cli-parser/tree/2.0.0" }, "funding": [ { @@ -1320,32 +748,32 @@ "type": "github" } ], - "time": "2020-09-28T06:08:49+00:00" + "time": "2023-02-03T06:58:15+00:00" }, { "name": "sebastian/code-unit", - "version": "1.0.8", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/code-unit.git", - "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120" + "reference": "a81fee9eef0b7a76af11d121767abc44c104e503" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120", - "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/a81fee9eef0b7a76af11d121767abc44c104e503", + "reference": "a81fee9eef0b7a76af11d121767abc44c104e503", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-main": "2.0-dev" } }, "autoload": { @@ -1368,7 +796,7 @@ "homepage": "https://github.com/sebastianbergmann/code-unit", "support": { "issues": "https://github.com/sebastianbergmann/code-unit/issues", - "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8" + "source": "https://github.com/sebastianbergmann/code-unit/tree/2.0.0" }, "funding": [ { @@ -1376,32 +804,32 @@ "type": "github" } ], - "time": "2020-10-26T13:08:54+00:00" + "time": "2023-02-03T06:58:43+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", - "version": "2.0.3", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", - "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5" + "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", - "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/5e3a687f7d8ae33fb362c5c0743794bbb2420a1d", + "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-main": "3.0-dev" } }, "autoload": { @@ -1423,7 +851,7 @@ "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", "support": { "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", - "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3" + "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/3.0.0" }, "funding": [ { @@ -1431,34 +859,36 @@ "type": "github" } ], - "time": "2020-09-28T05:30:19+00:00" + "time": "2023-02-03T06:59:15+00:00" }, { "name": "sebastian/comparator", - "version": "4.0.8", + "version": "5.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "fa0f136dd2334583309d32b62544682ee972b51a" + "reference": "2db5010a484d53ebf536087a70b4a5423c102372" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a", - "reference": "fa0f136dd2334583309d32b62544682ee972b51a", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2db5010a484d53ebf536087a70b4a5423c102372", + "reference": "2db5010a484d53ebf536087a70b4a5423c102372", "shasum": "" }, "require": { - "php": ">=7.3", - "sebastian/diff": "^4.0", - "sebastian/exporter": "^4.0" + "ext-dom": "*", + "ext-mbstring": "*", + "php": ">=8.1", + "sebastian/diff": "^5.0", + "sebastian/exporter": "^5.0" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-main": "5.0-dev" } }, "autoload": { @@ -1497,7 +927,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/comparator/issues", - "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8" + "security": "https://github.com/sebastianbergmann/comparator/security/policy", + "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.1" }, "funding": [ { @@ -1505,33 +936,33 @@ "type": "github" } ], - "time": "2022-09-14T12:41:17+00:00" + "time": "2023-08-14T13:18:12+00:00" }, { "name": "sebastian/complexity", - "version": "2.0.2", + "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/complexity.git", - "reference": "739b35e53379900cc9ac327b2147867b8b6efd88" + "reference": "68cfb347a44871f01e33ab0ef8215966432f6957" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88", - "reference": "739b35e53379900cc9ac327b2147867b8b6efd88", + "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/68cfb347a44871f01e33ab0ef8215966432f6957", + "reference": "68cfb347a44871f01e33ab0ef8215966432f6957", "shasum": "" }, "require": { - "nikic/php-parser": "^4.7", - "php": ">=7.3" + "nikic/php-parser": "^4.10", + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-main": "3.1-dev" } }, "autoload": { @@ -1554,7 +985,8 @@ "homepage": "https://github.com/sebastianbergmann/complexity", "support": { "issues": "https://github.com/sebastianbergmann/complexity/issues", - "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2" + "security": "https://github.com/sebastianbergmann/complexity/security/policy", + "source": "https://github.com/sebastianbergmann/complexity/tree/3.1.0" }, "funding": [ { @@ -1562,33 +994,33 @@ "type": "github" } ], - "time": "2020-10-26T15:52:27+00:00" + "time": "2023-09-28T11:50:59+00:00" }, { "name": "sebastian/diff", - "version": "4.0.5", + "version": "5.0.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131" + "reference": "912dc2fbe3e3c1e7873313cc801b100b6c68c87b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131", - "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/912dc2fbe3e3c1e7873313cc801b100b6c68c87b", + "reference": "912dc2fbe3e3c1e7873313cc801b100b6c68c87b", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3", + "phpunit/phpunit": "^10.0", "symfony/process": "^4.2 || ^5" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-main": "5.0-dev" } }, "autoload": { @@ -1620,7 +1052,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/diff/issues", - "source": "https://github.com/sebastianbergmann/diff/tree/4.0.5" + "security": "https://github.com/sebastianbergmann/diff/security/policy", + "source": "https://github.com/sebastianbergmann/diff/tree/5.0.3" }, "funding": [ { @@ -1628,27 +1061,27 @@ "type": "github" } ], - "time": "2023-05-07T05:35:17+00:00" + "time": "2023-05-01T07:48:21+00:00" }, { "name": "sebastian/environment", - "version": "5.1.5", + "version": "6.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed" + "reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", - "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/43c751b41d74f96cbbd4e07b7aec9675651e2951", + "reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "suggest": { "ext-posix": "*" @@ -1656,7 +1089,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "5.1-dev" + "dev-main": "6.0-dev" } }, "autoload": { @@ -1675,7 +1108,7 @@ } ], "description": "Provides functionality to handle HHVM/PHP environments", - "homepage": "http://www.github.com/sebastianbergmann/environment", + "homepage": "https://github.com/sebastianbergmann/environment", "keywords": [ "Xdebug", "environment", @@ -1683,7 +1116,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/environment/issues", - "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5" + "security": "https://github.com/sebastianbergmann/environment/security/policy", + "source": "https://github.com/sebastianbergmann/environment/tree/6.0.1" }, "funding": [ { @@ -1691,34 +1125,34 @@ "type": "github" } ], - "time": "2023-02-03T06:03:51+00:00" + "time": "2023-04-11T05:39:26+00:00" }, { "name": "sebastian/exporter", - "version": "4.0.5", + "version": "5.1.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d" + "reference": "64f51654862e0f5e318db7e9dcc2292c63cdbddc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", - "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/64f51654862e0f5e318db7e9dcc2292c63cdbddc", + "reference": "64f51654862e0f5e318db7e9dcc2292c63cdbddc", "shasum": "" }, "require": { - "php": ">=7.3", - "sebastian/recursion-context": "^4.0" + "ext-mbstring": "*", + "php": ">=8.1", + "sebastian/recursion-context": "^5.0" }, "require-dev": { - "ext-mbstring": "*", - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-main": "5.1-dev" } }, "autoload": { @@ -1760,7 +1194,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/exporter/issues", - "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5" + "security": "https://github.com/sebastianbergmann/exporter/security/policy", + "source": "https://github.com/sebastianbergmann/exporter/tree/5.1.1" }, "funding": [ { @@ -1768,38 +1203,35 @@ "type": "github" } ], - "time": "2022-09-14T06:03:37+00:00" + "time": "2023-09-24T13:22:09+00:00" }, { "name": "sebastian/global-state", - "version": "5.0.6", + "version": "6.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "bde739e7565280bda77be70044ac1047bc007e34" + "reference": "7ea9ead78f6d380d2a667864c132c2f7b83055e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bde739e7565280bda77be70044ac1047bc007e34", - "reference": "bde739e7565280bda77be70044ac1047bc007e34", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/7ea9ead78f6d380d2a667864c132c2f7b83055e4", + "reference": "7ea9ead78f6d380d2a667864c132c2f7b83055e4", "shasum": "" }, "require": { - "php": ">=7.3", - "sebastian/object-reflector": "^2.0", - "sebastian/recursion-context": "^4.0" + "php": ">=8.1", + "sebastian/object-reflector": "^3.0", + "sebastian/recursion-context": "^5.0" }, "require-dev": { "ext-dom": "*", - "phpunit/phpunit": "^9.3" - }, - "suggest": { - "ext-uopz": "*" + "phpunit/phpunit": "^10.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.0-dev" + "dev-main": "6.0-dev" } }, "autoload": { @@ -1824,7 +1256,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/global-state/issues", - "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.6" + "security": "https://github.com/sebastianbergmann/global-state/security/policy", + "source": "https://github.com/sebastianbergmann/global-state/tree/6.0.1" }, "funding": [ { @@ -1832,33 +1265,33 @@ "type": "github" } ], - "time": "2023-08-02T09:26:13+00:00" + "time": "2023-07-19T07:19:23+00:00" }, { "name": "sebastian/lines-of-code", - "version": "1.0.3", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/lines-of-code.git", - "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc" + "reference": "649e40d279e243d985aa8fb6e74dd5bb28dc185d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc", - "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc", + "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/649e40d279e243d985aa8fb6e74dd5bb28dc185d", + "reference": "649e40d279e243d985aa8fb6e74dd5bb28dc185d", "shasum": "" }, "require": { - "nikic/php-parser": "^4.6", - "php": ">=7.3" + "nikic/php-parser": "^4.10", + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-main": "2.0-dev" } }, "autoload": { @@ -1881,7 +1314,8 @@ "homepage": "https://github.com/sebastianbergmann/lines-of-code", "support": { "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", - "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3" + "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy", + "source": "https://github.com/sebastianbergmann/lines-of-code/tree/2.0.1" }, "funding": [ { @@ -1889,34 +1323,34 @@ "type": "github" } ], - "time": "2020-11-28T06:42:11+00:00" + "time": "2023-08-31T09:25:50+00:00" }, { "name": "sebastian/object-enumerator", - "version": "4.0.4", + "version": "5.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-enumerator.git", - "reference": "5c9eeac41b290a3712d88851518825ad78f45c71" + "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71", - "reference": "5c9eeac41b290a3712d88851518825ad78f45c71", + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/202d0e344a580d7f7d04b3fafce6933e59dae906", + "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906", "shasum": "" }, "require": { - "php": ">=7.3", - "sebastian/object-reflector": "^2.0", - "sebastian/recursion-context": "^4.0" + "php": ">=8.1", + "sebastian/object-reflector": "^3.0", + "sebastian/recursion-context": "^5.0" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-main": "5.0-dev" } }, "autoload": { @@ -1938,7 +1372,7 @@ "homepage": "https://github.com/sebastianbergmann/object-enumerator/", "support": { "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", - "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4" + "source": "https://github.com/sebastianbergmann/object-enumerator/tree/5.0.0" }, "funding": [ { @@ -1946,32 +1380,32 @@ "type": "github" } ], - "time": "2020-10-26T13:12:34+00:00" + "time": "2023-02-03T07:08:32+00:00" }, { "name": "sebastian/object-reflector", - "version": "2.0.4", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-reflector.git", - "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7" + "reference": "24ed13d98130f0e7122df55d06c5c4942a577957" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", - "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", + "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/24ed13d98130f0e7122df55d06c5c4942a577957", + "reference": "24ed13d98130f0e7122df55d06c5c4942a577957", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-main": "3.0-dev" } }, "autoload": { @@ -1993,7 +1427,7 @@ "homepage": "https://github.com/sebastianbergmann/object-reflector/", "support": { "issues": "https://github.com/sebastianbergmann/object-reflector/issues", - "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4" + "source": "https://github.com/sebastianbergmann/object-reflector/tree/3.0.0" }, "funding": [ { @@ -2001,32 +1435,32 @@ "type": "github" } ], - "time": "2020-10-26T13:14:26+00:00" + "time": "2023-02-03T07:06:18+00:00" }, { "name": "sebastian/recursion-context", - "version": "4.0.5", + "version": "5.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1" + "reference": "05909fb5bc7df4c52992396d0116aed689f93712" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", - "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/05909fb5bc7df4c52992396d0116aed689f93712", + "reference": "05909fb5bc7df4c52992396d0116aed689f93712", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-main": "5.0-dev" } }, "autoload": { @@ -2056,7 +1490,7 @@ "homepage": "https://github.com/sebastianbergmann/recursion-context", "support": { "issues": "https://github.com/sebastianbergmann/recursion-context/issues", - "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5" + "source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.0" }, "funding": [ { @@ -2064,87 +1498,32 @@ "type": "github" } ], - "time": "2023-02-03T06:07:39+00:00" - }, - { - "name": "sebastian/resource-operations", - "version": "3.0.3", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/resource-operations.git", - "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", - "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Provides a list of PHP built-in functions that operate on resources", - "homepage": "https://www.github.com/sebastianbergmann/resource-operations", - "support": { - "issues": "https://github.com/sebastianbergmann/resource-operations/issues", - "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2020-09-28T06:45:17+00:00" + "time": "2023-02-03T07:05:40+00:00" }, { "name": "sebastian/type", - "version": "3.2.1", + "version": "4.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/type.git", - "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7" + "reference": "462699a16464c3944eefc02ebdd77882bd3925bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", - "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/462699a16464c3944eefc02ebdd77882bd3925bf", + "reference": "462699a16464c3944eefc02ebdd77882bd3925bf", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.5" + "phpunit/phpunit": "^10.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.2-dev" + "dev-main": "4.0-dev" } }, "autoload": { @@ -2167,7 +1546,7 @@ "homepage": "https://github.com/sebastianbergmann/type", "support": { "issues": "https://github.com/sebastianbergmann/type/issues", - "source": "https://github.com/sebastianbergmann/type/tree/3.2.1" + "source": "https://github.com/sebastianbergmann/type/tree/4.0.0" }, "funding": [ { @@ -2175,29 +1554,29 @@ "type": "github" } ], - "time": "2023-02-03T06:13:03+00:00" + "time": "2023-02-03T07:10:45+00:00" }, { "name": "sebastian/version", - "version": "3.0.2", + "version": "4.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/version.git", - "reference": "c6c1022351a901512170118436c764e473f6de8c" + "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c", - "reference": "c6c1022351a901512170118436c764e473f6de8c", + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c51fa83a5d8f43f1402e3f32a005e6262244ef17", + "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-main": "4.0-dev" } }, "autoload": { @@ -2220,7 +1599,7 @@ "homepage": "https://github.com/sebastianbergmann/version", "support": { "issues": "https://github.com/sebastianbergmann/version/issues", - "source": "https://github.com/sebastianbergmann/version/tree/3.0.2" + "source": "https://github.com/sebastianbergmann/version/tree/4.0.1" }, "funding": [ { @@ -2228,20 +1607,20 @@ "type": "github" } ], - "time": "2020-09-28T06:39:44+00:00" + "time": "2023-02-07T11:34:05+00:00" }, { "name": "theseer/tokenizer", - "version": "1.2.1", + "version": "1.2.2", "source": { "type": "git", "url": "https://github.com/theseer/tokenizer.git", - "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e" + "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e", - "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e", + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/b2ad5003ca10d4ee50a12da31de12a5774ba6b96", + "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96", "shasum": "" }, "require": { @@ -2270,7 +1649,7 @@ "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", "support": { "issues": "https://github.com/theseer/tokenizer/issues", - "source": "https://github.com/theseer/tokenizer/tree/1.2.1" + "source": "https://github.com/theseer/tokenizer/tree/1.2.2" }, "funding": [ { @@ -2278,7 +1657,7 @@ "type": "github" } ], - "time": "2021-07-28T10:34:58+00:00" + "time": "2023-11-20T00:12:19+00:00" } ], "aliases": [], diff --git a/Sources/vendor/adriangibbons/php-fit-file-analysis/.codeclimate.yml b/Sources/vendor/adriangibbons/php-fit-file-analysis/.codeclimate.yml new file mode 100644 index 00000000..aa89d38a --- /dev/null +++ b/Sources/vendor/adriangibbons/php-fit-file-analysis/.codeclimate.yml @@ -0,0 +1,11 @@ +engines: + phpmd: + enabled: true + +ratings: + paths: + - "**.php" + +exclude_paths: +- "demo/" +- "tests/" diff --git a/Sources/vendor/adriangibbons/php-fit-file-analysis/.gitattributes b/Sources/vendor/adriangibbons/php-fit-file-analysis/.gitattributes new file mode 100644 index 00000000..bdb0cabc --- /dev/null +++ b/Sources/vendor/adriangibbons/php-fit-file-analysis/.gitattributes @@ -0,0 +1,17 @@ +# Auto detect text files and perform LF normalization +* text=auto + +# Custom for Visual Studio +*.cs diff=csharp + +# Standard to msysgit +*.doc diff=astextplain +*.DOC diff=astextplain +*.docx diff=astextplain +*.DOCX diff=astextplain +*.dot diff=astextplain +*.DOT diff=astextplain +*.pdf diff=astextplain +*.PDF diff=astextplain +*.rtf diff=astextplain +*.RTF diff=astextplain diff --git a/Sources/vendor/adriangibbons/php-fit-file-analysis/.gitignore b/Sources/vendor/adriangibbons/php-fit-file-analysis/.gitignore new file mode 100644 index 00000000..cc3c75aa --- /dev/null +++ b/Sources/vendor/adriangibbons/php-fit-file-analysis/.gitignore @@ -0,0 +1,49 @@ +vendor +issues +composer.phar +composer.lock + +# Windows image file caches +Thumbs.db +ehthumbs.db + +# Folder config file +Desktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msm +*.msp + +# Windows shortcuts +*.lnk + +# ========================= +# Operating System Files +# ========================= + +# OSX +# ========================= + +.DS_Store +.AppleDouble +.LSOverride + +# Thumbnails +._* + +# Files that might appear on external disk +.Spotlight-V100 +.Trashes + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk +/nbproject diff --git a/Sources/vendor/adriangibbons/php-fit-file-analysis/.travis.yml b/Sources/vendor/adriangibbons/php-fit-file-analysis/.travis.yml new file mode 100644 index 00000000..40a7d53d --- /dev/null +++ b/Sources/vendor/adriangibbons/php-fit-file-analysis/.travis.yml @@ -0,0 +1,15 @@ +dist: trusty +language: php +php: + - 5.5 + +before_script: + - curl -s http://getcomposer.org/installer | php + - php composer.phar install --dev --no-interaction + +script: + - mkdir -p build/logs + - phpunit --coverage-clover build/logs/clover.xml tests + +after_script: + - php vendor/bin/coveralls -v diff --git a/Sources/vendor/symfony/polyfill-ctype/LICENSE b/Sources/vendor/adriangibbons/php-fit-file-analysis/LICENSE old mode 100755 new mode 100644 similarity index 86% rename from Sources/vendor/symfony/polyfill-ctype/LICENSE rename to Sources/vendor/adriangibbons/php-fit-file-analysis/LICENSE index 7536caea..3f852eaa --- a/Sources/vendor/symfony/polyfill-ctype/LICENSE +++ b/Sources/vendor/adriangibbons/php-fit-file-analysis/LICENSE @@ -1,11 +1,13 @@ -Copyright (c) 2018-present Fabien Potencier +The MIT License (MIT) + +Copyright (c) 2015 Adrian Gibbons Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is furnished -to do so, subject to the following conditions: +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. @@ -15,5 +17,5 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/Sources/vendor/adriangibbons/php-fit-file-analysis/README.md b/Sources/vendor/adriangibbons/php-fit-file-analysis/README.md new file mode 100644 index 00000000..7676b5b4 --- /dev/null +++ b/Sources/vendor/adriangibbons/php-fit-file-analysis/README.md @@ -0,0 +1,383 @@ +[![Build Status](https://travis-ci.org/adriangibbons/php-fit-file-analysis.svg?branch=master)](https://travis-ci.org/adriangibbons/php-fit-file-analysis) [![Packagist](https://img.shields.io/packagist/v/adriangibbons/php-fit-file-analysis.svg)](https://packagist.org/packages/adriangibbons/php-fit-file-analysis) [![Packagist](https://img.shields.io/packagist/dt/adriangibbons/php-fit-file-analysis.svg)](https://packagist.org/packages/adriangibbons/php-fit-file-analysis) [![Coverage Status](https://coveralls.io/repos/adriangibbons/php-fit-file-analysis/badge.svg?branch=master&service=github)](https://coveralls.io/github/adriangibbons/php-fit-file-analysis?branch=master) +# phpFITFileAnalysis + +A PHP (>= v5.4) class for analysing FIT files created by Garmin GPS devices. + +[Live demonstration](http://adriangibbons.com/php-fit-file-analysis/demo/) (Right-click and Open in new tab) + +## Demo Screenshots +![Mountain Biking](demo/img/mountain-biking.jpg) +![Power Analysis](demo/img/power-analysis.jpg) +![Quadrant Analysis](demo/img/quadrant-analysis.jpg) +![Swim](demo/img/swim.jpg) + +Please read this page in its entirety and the [FAQ](https://github.com/adriangibbons/php-fit-file-analysis/wiki/Frequently-Asked-Questions-(FAQ)) first if you have any questions or need support. + +## What is a FIT file? +FIT or Flexible and Interoperable Data Transfer is a file format used for GPS tracks and routes. It is used by newer Garmin fitness GPS devices, including the Edge and Forerunner series, which are popular with cyclists and runners. + +Visit the FAQ page within the Wiki for more information. + +## How do I use phpFITFileAnalysis with my PHP-driven website? + +A couple of choices here: + +**The more modern way:** Add the package *adriangibbons/php-fit-file-analysis* in a composer.json file: +```JSON +{ + "require": { + "adriangibbons/php-fit-file-analysis": "^3.2.0" + } +} +``` +Run ```composer update``` from the command line. + +The composer.json file should autoload the ```phpFITFileAnalysis``` class, so as long as you include the autoload file in your PHP file, you should be able to instantiate the class with: +```php + +``` + +**The more manual way:** Download the ZIP from GitHub and put PHP class file from the /src directory somewhere appropriate (e.g. classes/). A conscious effort has been made to keep everything in a single file. + +Then include the file on the PHP page where you want to use it and instantiate an object of the class: +```php + +``` +Note that the only mandatory parameter required when creating an instance is the path to the FIT file that you want to load. + +There are more **Optional Parameters** that can be supplied. These are described in more detail further down this page. + +The object will automatically load the FIT file and iterate through its contents. It will store any data it finds in arrays, which are accessible via the public data variable. + +### Accessing the Data +Data read by the class are stored in associative arrays, which are accessible via the public data variable: +```php +$pFFA->data_mesgs +``` +The array indexes are the names of the messages and fields that they contain. For example: +```php +// Contains an array of all heart_rate data read from the file, indexed by timestamp +$pFFA->data_mesgs['record']['heart_rate'] +// Contains an integer identifying the number of laps +$pFFA->data_mesgs['session']['num_laps'] +``` +**OK, but how do I know what messages and fields are in my file?** +You could either iterate through the $pFFA->data_mesgs array, or take a look at the debug information you can dump to a webpage: +```php +// Option 1. Iterate through the $pFFA->data_mesgs array +foreach ($pFFA->data_mesgs as $mesg_key => $mesg) { // Iterate the array and output the messages + echo "Found Message: $mesg_key
"; + foreach ($mesg as $field_key => $field) { // Iterate each message and output the fields + echo " - Found Field: $mesg_key -> $field_key
"; + } + echo "
"; +} + +// Option 2. Show the debug information +$pFFA->showDebugInfo(); // Quite a lot of info... +``` +**How about some real-world examples?** +```php +// Get Max and Avg Speed +echo "Maximum Speed: ".max($pFFA->data_mesgs['record']['speed'])."
"; +echo "Average Speed: ".( array_sum($pFFA->data_mesgs['record']['speed']) / count($pFFA->data_mesgs['record']['speed']) )."
"; + +// Put HR data into a JavaScript array for use in a Chart +echo "var chartData = ["; + foreach ($pFFA->data_mesgs['record']['heart_rate'] as $timestamp => $hr_value) { + echo "[$timestamp,$hr_value],"; + } +echo "];"; +``` +**Enumerated Data** +The FIT protocol makes use of enumerated data types. Where these values have been identified in the FIT SDK, they have been included in the class as a private variable: $enum_data. + +A public function is available, which will return the enumerated value for a given message type. For example: +```php +// Access data stored within the private class variable $enum_data +// $pFFA->enumData($type, $value) +// e.g. +echo $pFFA->enumData('sport', 2)); // returns 'cycling' +echo $pFFA->enumData('manufacturer', $this->data_mesgs['device_info']['manufacturer']); // returns 'Garmin'; +echo $pFFA->manufacturer(); // Short-hand for above +``` +In addition, public functions provide a short-hand way to access commonly used enumerated data: + + - manufacturer() + - product() + - sport() + +### Optional Parameters +There are five optional parameters that can be passed as an associative array when the phpFITFileAnalysis object is instantiated. These are: + + - fix_data + - data_every_second + - units + - pace + - garmin_timestamps + - overwrite_with_dev_data + +For example: +```php +$options = [ + 'fix_data' => ['cadence', 'distance'], + 'data_every_second' => true + 'units' => 'statute', + 'pace' => true, + 'garmin_timestamps' => true, + 'overwrite_with_dev_data' => false +]; +$pFFA = new adriangibbons\phpFITFileAnalysis('my_fit_file.fit', $options); +``` +The optional parameters are described in more detail below. +#### "Fix" the Data +FIT files have been observed where some data points are missing for one sensor (e.g. cadence/foot pod), where information has been collected for other sensors (e.g. heart rate) at the same instant. The cause is unknown and typically only a relatively small number of data points are missing. Fixing the issue is probably unnecessary, as each datum is indexed using a timestamp. However, it may be important for your project to have the exact same number of data points for each type of data. + +**Recognised values:** 'all', 'cadence', 'distance', 'heart_rate', 'lat_lon', 'power', 'speed' + +**Examples: ** +```php +$options = ['fix_data' => ['all']]; // fix cadence, distance, heart_rate, lat_lon, power, and speed data +$options = ['fix_data' => ['cadence', 'distance']]; // fix cadence and distance data only +$options = ['fix_data' => ['lat_lon']]; // fix position data only +``` +If the *fix_data* array is not supplied, then no "fixing" of the data is performed. + +A FIT file might contain the following: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
# Data PointsDelta (c.f. Timestamps)
timestamp102510
position_lat1023625
position_long1023625
altitude102510
heart_rate102510
cadence9716535
distance1023625
speed1023625
power102429
temperature102510
+ +As illustrated above, the types of data most susceptible to missing data points are: position_lat, position_long, altitude, heart_rate, cadence, distance, speed, and power. + +With the exception of cadence information, missing data points are "fixed" by inserting interpolated values. + +For cadence, zeroes are inserted as it is thought that it is likely no data has been collected due to a lack of movement at that point in time. + +**Interpolation of missing data points** +```php +// Do not use code, just for demonstration purposes +var_dump($pFFA->data_mesgs['record']['temperature']); // ['100'=>22, '101'=>22, '102'=>23, '103'=>23, '104'=>23]; +var_dump($pFFA->data_mesgs['record']['distance']); // ['100'=>3.62, '101'=>4.01, '104'=>10.88]; +``` +As you can see from the trivial example above, temperature data have been recorded for each of five timestamps (100, 101, 102, 103, and 104). However, distance information has not been recorded for timestamps 102 and 103. + +If *fix_data* includes 'distance', then the class will attempt to insert data into the distance array with the indexes 102 and 103. Values are determined using a linear interpolation between indexes 101(4.01) and 104(10.88). + +The result would be: +```php +var_dump($pFFA->data_mesgs['record']['distance']); // ['100'=>3.62, '101'=>4.01, '102'=>6.30, '103'=>8.59, '104'=>10.88]; +``` + +#### Data Every Second +Some of Garmin's Fitness devices offer the choice of Smart Recording or Every Second Recording. + +Smart Recording records key points where the fitness device changes direction, speed, heart rate or elevation. This recording type records less track points and will potentially have gaps between timestamps of greater than one second. + +You can force timestamps to be regular one second intervals by setting the option: +```php +$options = ['data_every_second' => true]; +``` +Missing timestamps will have data interpolated as per the ```fix_data``` option above. + +If the ```fix_data``` option is not specified in conjunction with ```data_every_second``` then ```'fix_data' => ['all']``` is assumed. + +*Note that you may experience degraded performance using the ```fix_data``` option. Improving the performance will be explored - it is likely the ```interpolateMissingData()``` function is sub-optimal.* + +#### Set Units +By default, **metric** units (identified in the table below) are assumed. + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Metric
(DEFAULT)
StatuteRaw
Speedkilometers per hourmiles per hourmeters per second
Distancekilometersmilesmeters
Altitudemetersfeetmeters
Latitudedegreesdegreessemicircles
Longitudedegreesdegreessemicircles
Temperaturecelsius (℃)fahrenheit (℉)celsius (℃)
+ +You can request **statute** or **raw** units instead of metric. Raw units are those were used by the device that created the FIT file and are native to the FIT standard (i.e. no transformation of values read from the file will occur). + +To select the units you require, use one of the following: +```php +$options = ['units' => 'statute']; +$options = ['units' => 'raw']; +$options = ['units' => 'metric']; // explicit but not necessary, same as default +``` +#### Pace +If required by the user, pace can be provided instead of speed. Depending on the units requested, pace will either be in minutes per kilometre (min/km) for metric units; or minutes per mile (min/mi) for statute. + +To select pace, use the following option: +```php +$options = ['pace' => true]; +``` +Pace values will be decimal minutes. To get the seconds, you may wish to do something like: +```php +foreach ($pFFA->data_mesgs['record']['speed'] as $key => $value) { + $min = floor($value); + $sec = round(60 * ($value - $min)); + echo "pace: $min min $sec sec
"; +} +``` +Note that if 'raw' units are requested then this parameter has no effect on the speed data, as it is left untouched from what was read-in from the file. + +#### Timestamps +Unix time is the number of seconds since **UTC 00:00:00 Jan 01 1970**, however the FIT standard specifies that timestamps (i.e. fields of type date_time and local_date_time) represent seconds since **UTC 00:00:00 Dec 31 1989**. + +The difference (in seconds) between FIT and Unix timestamps is 631,065,600: +```php +$date_FIT = new DateTime('1989-12-31 00:00:00', new DateTimeZone('UTC')); +$date_UNIX = new DateTime('1970-01-01 00:00:00', new DateTimeZone('UTC')); +$diff = $date_FIT->getTimestamp() - $date_UNIX->getTimestamp(); +echo 'The difference (in seconds) between FIT and Unix timestamps is '. number_format($diff); +``` +By default, fields of type date_time and local_date_time read from FIT files will have this delta added to them so that they can be treated as Unix time. If the FIT timestamp is required, the 'garmin_timestamps' option can be set to true. + +#### Overwrite with Developer Data +The FIT standard allows developers to define the meaning of data without requiring changes to the FIT profile being used. They may define data that is already incorporated in the standard - e.g. HR, cadence, power, etc. By default, if developers do this, the data will overwrite anything in the regular ```$pFFA->data_mesgs['record']``` array. If you do not want this occur, set the 'overwrite_with_dev_data' option to false. The data will still be available in ```$pFFA->data_mesgs['developer_data']```. + +## Analysis +The following functions return arrays of data that could be used to create tables/charts: +```php +array $pFFA->hrPartionedHRmaximum(int $hr_maximum); +array $pFFA->hrPartionedHRreserve(int $hr_resting, int $hr_maximum); +array $pFFA->powerPartioned(int $functional_threshold_power); +array $pFFA->powerHistogram(int $bucket_width = 25); +``` +For advanced control over these functions, or use with other sensor data (e.g. cadence or speed), use the underlying functions: +```php +array $pFFA->partitionData(string $record_field='', $thresholds=null, bool $percentages = true, bool $labels_for_keys = true); +array $pFFA->histogram(int $bucket_width=25, string $record_field=''); +``` +Functions exist to determine thresholds based on percentages of user-supplied data: +```php +array $pFFA->hrZonesMax(int $hr_maximum, array $percentages_array=[0.60, 0.75, 0.85, 0.95]); +array $pFFA->hrZonesReserve(int $hr_resting, int $hr_maximum, array $percentages_array=[0.60, 0.65, 0.75, 0.82, 0.89, 0.94 ]) { +array $pFFA->powerZones(int $functional_threshold_power, array $percentages_array=[0.55, 0.75, 0.90, 1.05, 1.20, 1.50]); +``` +### Heart Rate +A function exists for analysing heart rate data: +```php +// hr_FT is heart rate at Functional Threshold, or Lactate Threshold Heart Rate +array $pFFA->hrMetrics(int $hr_resting, int $hr_maximum, string $hr_FT, $gender); +// e.g. $pFFA->hrMetrics(52, 189, 172, 'male'); +``` +**Heart Rate metrics:** + * TRIMP (TRaining IMPulse) + * Intensity Factor + +### Power +Three functions exist for analysing power data: +```php +array $pFFA->powerMetrics(int $functional_threshold_power); +array $pFFA->criticalPower(int or array $time_periods); // e.g. 300 or [600, 900] +array $pFFA->quadrantAnalysis(float $crank_length, int $ftp, int $selected_cadence = 90, bool $use_timestamps = false); // Crank length in metres +``` +**Power metrics:** + * Average Power + * Kilojoules + * Normalised Power (estimate had your power output been constant) + * Variability Index (ratio of Normalised Power / Average Power) + * Intensity Factor (ratio of Normalised Power / Functional Threshold Power) + * Training Stress Score (effort based on relative intensity and duration) + +**Critical Power** (or Best Effort) is the highest average power sustained for a specified period of time within the activity. You can supply a single time period (in seconds), or an array or time periods. + +**Quadrant Analysis** provides insight into the neuromuscular demands of a bike ride through comparing pedal velocity with force by looking at cadence and power. + +Note that ```$pFFA->criticalPower``` and some power metrics (Normalised Power, Variability Index, Intensity Factor, Training Stress Score) will use the [PHP Trader](http://php.net/manual/en/book.trader.php) extension if it is loaded on the server. If the extension is not loaded then it will use the built-in Simple Moving Average algorithm, which is far less performant particularly for larger files! + +A demo of power analysis is available [here](http://adriangibbons.com/php-fit-file-analysis/demo/power-analysis.php). + +## Other methods +Returns array of booleans using timestamp as key. true == timer paused (e.g. autopause): +```php +array isPaused() +``` +Returns a JSON object with requested ride data: +```php +array getJSON(float $crank_length = null, int $ftp = null, array $data_required = ['all'], int $selected_cadence = 90) +/** + * $data_required can be ['all'] or a combination of: + * ['timestamp', 'paused', 'temperature', 'lap', 'position_lat', 'position_long', 'distance', 'altitude', 'speed', 'heart_rate', 'cadence', 'power', 'quadrant-analysis'] + */ +``` +Returns array of gear change information (if present, e.g. using Shimano D-Fly Wireless Di2 Transmitter): +```php +// By default, time spent in a gear whilst the timer is paused (e.g. autopause) is ignored. Set to false to include. +array gearChanges($bIgnoreTimerPaused = true) +``` + +## Acknowledgement +This class has been created using information available in a Software Development Kit (SDK) made available by ANT ([thisisant.com](http://www.thisisant.com/resources/fit)). + +As a minimum, I'd recommend reading the three PDFs included in the SDK: + + 1. FIT File Types Description + 2. FIT SDK Introductory Guide + 3. Flexible & Interoperable Data Transfer (FIT) Protocol + +Following these, the 'Profile.xls' spreadsheet and then the Java/C/C++ examples. diff --git a/Sources/vendor/adriangibbons/php-fit-file-analysis/composer.json b/Sources/vendor/adriangibbons/php-fit-file-analysis/composer.json new file mode 100644 index 00000000..c3848d10 --- /dev/null +++ b/Sources/vendor/adriangibbons/php-fit-file-analysis/composer.json @@ -0,0 +1,17 @@ +{ + "name": "adriangibbons/php-fit-file-analysis", + "type": "library", + "description": "A PHP class for analysing FIT files created by Garmin GPS devices", + "keywords": ["garmin", "fit"], + "homepage": "https://github.com/adriangibbons/php-fit-file-analysis", + "require-dev": { + "phpunit/phpunit": "4.8.*", + "squizlabs/php_codesniffer": "2.*", + "satooshi/php-coveralls": "^2.0" + }, + "autoload": { + "psr-4": { + "adriangibbons\\": "src/" + } + } +} diff --git a/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/css/dc.css b/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/css/dc.css new file mode 100644 index 00000000..3ce45bdf --- /dev/null +++ b/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/css/dc.css @@ -0,0 +1,319 @@ +#lap-row-chart svg g g.axis { display: none; } + +div.dc-chart { + float: left; +} + +.dc-chart rect.bar { + stroke: none; + cursor: pointer; +} + +.dc-chart rect.bar:hover { + fill-opacity: .5; +} + +.dc-chart rect.stack1 { + stroke: none; + fill: red; +} + +.dc-chart rect.stack2 { + stroke: none; + fill: green; +} + +.dc-chart rect.deselected { + stroke: none; + fill: #ccc; +} + +.dc-chart .empty-chart .pie-slice path { + fill: #FFEEEE; + cursor: default; +} + +.dc-chart .empty-chart .pie-slice { + cursor: default; +} + +.dc-chart .pie-slice { + fill: white; + font-size: 12px; + cursor: pointer; +} + +.dc-chart .pie-slice.external{ + fill: black; +} + +.dc-chart .pie-slice :hover { + fill-opacity: .8; +} + +.dc-chart .pie-slice.highlight { + fill-opacity: .8; +} + +.dc-chart .selected path { + stroke-width: 3; + stroke: #ccc; + fill-opacity: 1; +} + +.dc-chart .deselected path { + stroke: none; + fill-opacity: .5; + fill: #ccc; +} + +.dc-chart .axis path, .axis line { + fill: none; + stroke: #000; + shape-rendering: crispEdges; +} + +.dc-chart .axis text { + font: 10px sans-serif; +} + +.dc-chart .grid-line { + fill: none; + stroke: #ccc; + opacity: .5; + shape-rendering: crispEdges; +} + +.dc-chart .grid-line line { + fill: none; + stroke: #ccc; + opacity: .5; + shape-rendering: crispEdges; +} + +.dc-chart .brush rect.background { + z-index: -999; +} + +.dc-chart .brush rect.extent { + fill: steelblue; + fill-opacity: .125; +} + +.dc-chart .brush .resize path { + fill: #eee; + stroke: #666; +} + +.dc-chart path.line { + fill: none; + stroke-width: 1.5px; +} + +.dc-chart circle.dot { + stroke: none; +} + +.dc-chart g.dc-tooltip path { + fill: none; + stroke: grey; + stroke-opacity: .8; +} + +.dc-chart path.area { + fill-opacity: .3; + stroke: none; +} + +.dc-chart .node { + font-size: 0.7em; + cursor: pointer; +} + +.dc-chart .node :hover { + fill-opacity: .8; +} + +.dc-chart .selected circle { + stroke-width: 3; + stroke: #ccc; + fill-opacity: 1; +} + +.dc-chart .deselected circle { + stroke: none; + fill-opacity: .5; + fill: #ccc; +} + +.dc-chart .bubble { + stroke: none; + fill-opacity: 0.6; +} + +.dc-data-count { + float: right; + margin-top: 15px; + margin-right: 15px; +} + +.dc-data-count .filter-count { + color: #3182bd; + font-weight: bold; +} + +.dc-data-count .total-count { + color: #3182bd; + font-weight: bold; +} + +.dc-data-table { +} + +.dc-chart g.state { + cursor: pointer; +} + +.dc-chart g.state :hover { + fill-opacity: .8; +} + +.dc-chart g.state path { + stroke: white; +} + +.dc-chart g.selected path { +} + +.dc-chart g.deselected path { + fill: grey; +} + +.dc-chart g.selected text { +} + +.dc-chart g.deselected text { + display: none; +} + +.dc-chart g.county path { + stroke: white; + fill: none; +} + +.dc-chart g.debug rect { + fill: blue; + fill-opacity: .2; +} + +.dc-chart g.row rect { + fill-opacity: 0.8; + cursor: pointer; +} + +.dc-chart g.row rect:hover { + fill-opacity: 0.6; +} + +.dc-chart g.row text { + fill: #333; + font-size: 12px; + cursor: pointer; +} + +.dc-legend { + font-size: 11px; +} + +.dc-legend-item { + cursor: pointer; +} + +.dc-chart g.axis text { + /* Makes it so the user can't accidentally click and select text that is meant as a label only */ + -webkit-user-select: none; /* Chrome/Safari */ + -moz-user-select: none; /* Firefox */ + -ms-user-select: none; /* IE10 */ + -o-user-select: none; + user-select: none; + pointer-events: none; +} + +.dc-chart path.highlight { + stroke-width: 3; + fill-opacity: 1; + stroke-opacity: 1; +} + +.dc-chart .highlight { + fill-opacity: 1; + stroke-opacity: 1; +} + +.dc-chart .fadeout { + fill-opacity: 0.2; + stroke-opacity: 0.2; +} + +.dc-chart path.dc-symbol, g.dc-legend-item.fadeout { + fill-opacity: 0.5; + stroke-opacity: 0.5; +} + +.dc-hard .number-display { + float: none; +} + +.dc-chart .box text { + font: 10px sans-serif; + -webkit-user-select: none; /* Chrome/Safari */ + -moz-user-select: none; /* Firefox */ + -ms-user-select: none; /* IE10 */ + -o-user-select: none; + user-select: none; + pointer-events: none; +} + +.dc-chart .box line, +.dc-chart .box circle { + fill: #fff; + stroke: #000; + stroke-width: 1.5px; +} + +.dc-chart .box rect { + stroke: #000; + stroke-width: 1.5px; +} + +.dc-chart .box .center { + stroke-dasharray: 3,3; +} + +.dc-chart .box .outlier { + fill: none; + stroke: #ccc; +} + +.dc-chart .box.deselected .box { + fill: #ccc; +} + +.dc-chart .box.deselected { + opacity: .5; +} + +.dc-chart .symbol{ + stroke: none; +} + +.dc-chart .heatmap .box-group.deselected rect { + stroke: none; + fill-opacity: .5; + fill: #ccc; +} + +.dc-chart .heatmap g.axis text { + pointer-events: all; + cursor: pointer; +} diff --git a/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/fit_files/mountain-biking.fit b/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/fit_files/mountain-biking.fit new file mode 100644 index 0000000000000000000000000000000000000000..f1dd4fe167a8b051167e658c2623b10e0f142fd9 GIT binary patch literal 46927 zcmZ7eb(9oG-}rymTFvgxPWP~|xRc-(2o3>uX9kxP9wY>J3l0m5+aj}Li@Uof5P~}d z2ofZ?C6z#c;1+)G&Yk;t?(^lG>yPV|+M4R>>XJ`Yx8WQos(&X$Nl%@oLevoalM#`r zk&zR_!pDb)kBDa2+zxh${zmNZ>vVP(JN%S#HbPqp=hQ-k5SfI{N*_5PEOJ8BzZD?)Tdvzm zIr61T_r5htO{U6gn0;b<%MR$87cPD2{w#HmLf15_+xy9m=;x$;^xG^o&n85ox!gWL zc0s$nap}>IW~t|KRJu9YF<5p*-@kR~Nq@~!iwz;%W;bJq?2i8N!KFJqnWc_ruymX` zT=qomVQxL)?^&vNf)F0lbdHjJ(5K;UUG~K+^&yK8wajYf7}*!yhyMO@mTH+zh}z}> zW2_v2zWIkTyqcwQ<`SZ=S-~+*4o0mqWPdkHMdufyzWJklq8yIqe(loL|Cyy8ekw#m zv!H#lOh$)uZ5KYyQg;hk>WZBzN2B@BU144oDq`t~m{d6yO?c+gHzT|%yo9AcMbDJu zQ1fq>?iJ-#(@R=b~pJ;aO3hlrPO~ar0yV9dpN} z2j=jqXEd}g&76+;ayB~UmP>z?->ZJ8XX)Q@3*;QM=}nh53V79n`j*~6=b_zEv!GXb z8VRAy-f;`%0yGwVS=g)6zqHhgEXaOqDQ=D!JV(~RpSQ=(ZRfG%$GaS14mqX(U)FTW4I8V&GqPRbQfB-xmP_&7NVP3 z1l@!7I_A=iT6$I86d`(;ogEA0ezY91GYRYF?TU zgUyhAw!DB&;$D2H>s9+_3o*p}+>tIXqbKjV^!Nr|wRC|H!_3XJhpXs8?)=(D0af1 zX6Yj|H+proOP`wURX3miujWIuu5#%!3%n}d8%qm2rpf~7w<}%x+G4L-_)duRW_`2} z+H!?UcU#5t#vr!AT+FoZj(AHq*#oi?I*M!CalotAWC;^H%=7l3tcKoR>(aj*^QtGxYFtp(L>q5* z>31i&iu_^X2Xm9dFFoiN+h{xIy(*??nAmIHpuBa^$Sp2i?H8}gTp~>DGpjjLWnHu- zIi#bz(f#JhxM{LJT5yv~55MG9(WSz~0duZ>ifoL2z8<~eRZYu;iG${um`Sn;8d~Sl zf$Ltitz4KmY;K7jFPowJ(FM1>s(3|9|A-zZo1+Ff9Ju3E_bP>nBWCZIvGObQ1)8S4 zs$2Cianw9wA1%K|Qz==qr(U(z6DE$C+Z@TV1KOAtRpph{BU-w^7$!TRq3tfc@vT>t zY-H(SM!hcR$nRZx-3PBas4N{}4v}5a=CoAt4=uEZIx_-lS7vw)_vPyOpqyP!^vxa)-K%x1N@lQG?|iG!K2>F=~Ad z)1Zx}wvCW;(FXLB-+uI}h-sFtj~OW!qA`zLx-_-3(-+3my~Z(0E=S|RhU?9K1xWItI@DXx4s>brgE+g z6RXT(nUm#OG(N_y|B-2G;3i9-WgaEhqvzt>x@2scI<+l~Uan-8k#ZyY(Qxb2jx^Qq z`!KP>ES!0$+>91=x^*XKnp(UoOe{BRBn*<<(Fqydx?|QfwS9k>SZ1n>L*x#$bSAeR zl|4<3JQyaHnj7MW$(`uF1h<}=H%+A+3lmGslg?!M16m-9TVF4brh1bWJt4_MnG8Seg{?l~>UYHQo9iS}!b|(P=Vz4V{+c)-CF%sX&CK=^4`G4fI=& zTNh}Qrt;XrMY=U<`OD!cU{bX7h} z`!gqaj}EKo*3KSjYHUGEM@9!_*#1Jr+f$RJ`=zPj#ljiU55)v!1nMW>RRhvgqmq_> zB!@`!9{TIIX{v51OLN5rWi;BB^2QBIQx!h9)WN(Y2JKYct#hD7%UQqnIyNL7XiI8+ z;;1zBy0WEr?dj4)JD_J$($wLqRt`@YvofF`(bREiDyq7r+Zpu|P^ZhSKb?}M1}9m% zf*D9w^fYPvOixqyJ(jky&y+dQvZO8PPgAPCrN7!!Wv>77of+T>XkckLV^#swPY#6^ z(0-d*S|o0YEQ|(eJ4KeKsS;mV>a|ajCD3eK@w~OPsP>lLLO(|bRG_79OH*^ZTi14k z9Ll59%enOhbWTr8gK<-3MfCHsZXLTlOE~!wv{Y%g_I{V9>i4(qd|}F46J1t< z_WMJcnm)*CQBGDfwa~ddEwOvkRL9{~Oa0C^T{b{7e(Kgc52UG;qr-VxT1QWpjnHGC zxb>1lX{zFwaGt_R(Wz3QrP1$>rKvIF!+B!8F;is|^hp7?Zg3(^9h(r&Gv6v^ifn=Y zM7~GQrm42m!s$yE#7>cI&|PS*t2`HJ;q*ow9Ft{x^bGm_aEEJ~9ZoNo%bX%RqeTk2 z_3%H_RISC~^r@6Wc1O#ijh?5e0jt94fAcZE^+A6m-`yY5RHjYg^woFGiSk?YtNd=g zO#0O0?<_6joFs>$x9E4iiu0)gdn|oP8IsXb^k>C0_|&_DR=x-0Cdn~q4*JP;@jj)G zSz0M>f}Dunb-4Au1fQyY#wwXJZoHg|=BEdLl+~wJT?nVQ-xN1aPD8UtyLImDKK0>Z zIQ{x5G!@+=d0Nmqmn^-4&P1=U=1tAvQ`vvDbP4(T&?z5W`b{pMns&>oo%?YUWdP0i zj?pxaPvyI7>0!#7j^=*l(vS0z?{DFZ3|D9+^U#T`Sl4~xQ;82P{XH&KE=IevHho(R zeHPAm@jPz2T#m+~1wZ$xgKw-mbc=cFYV-@n!YWmKYQjhBZbq4@at&JIp-Zc(K6Oe& zp!bbway?oI&6DU;lcOSN41l~ zOCLfP#ab$j$#OedxEJ4}Em-AWMt_NqU}UHlH%9J4-HgYZlYHuG zCQAn}!}}3kLQU$LK2RfDU@9wFuuJs2tXqgA;V3FwoYmTpB4 zqWPlS`b~A8T9C)mdFU~80;BZ%YCd(KU<9Mc4{;;pDYSV8w_Z=3r5B4}yf_s%O#X~k zV2q8b=u_X6j^HWWWgjAcK|NXNHOlzZ@8v9A5j$L7M%yx))-3H)-6}>fitLOXA+Mr; zGn&>c=~KSSmTrq3DX*d7wCV%g&7)NXK@uDI=^&-*Ixy*uoL$mR`)h_H)wpx~sj7gRcQBmBj=NIy+6ZIk(hqA^D zlTXn$rQG@f?QBh>2zsOA(L?0lXbJkLmj!%kSK|nJuAk7C=vw--47AkqO(W`henk)dV>DOMJ3`Ddn>$BHiS|VY(rcvm zwe%Hpa2r~hks&V9rxy0N^v4XzG8Wy<*q#0{O+6iCY5NSLrGc(-)0e!VR~``|W||q8 z8)ZO$ChdB9uDhcw?Qe{i@#rt;7ta{8QY?Mu7%wxUuDWjB@KKuDJ;Bm5JoDMnZ1tH( zJxEi&Y1Xd|a7>iB(Fcv)diAX|^~7uGH_XfnpevfX^{Xq)5!0<48lj(}JzBVR@5^bb z@LVhHd&dM>2<_66JA~GpXQh2kZ&VEZq?KED_?3}ifu*lvQe+7a`<6Ol6KZR@Ok@HFN7b@0fG#j1W`I-_S(#SJL*S){}Qfh{@)Us0+=` zwY84$skwV2#3b`Q>P8=;g}84M_F1}wd*MMVauwCl)%zoeVB8?)SO;Cv#;v=P@5&<) zVuIPzNRjo?R$seyRqkfdQxRgE8Dcfl5WU{stq*ZG-=2veGSbl;D-|lcxb+q8Tcb-6 zBE^i(Fiti{YxZ#KC%>nuJJ%wJxYW-uR<=Ml_vDF1%igf`1tn{Rj_pnD{K3e3D?%ij z^UM_48hwRcV=U}piXdaRl+GlH||>%}d&4 zQ9kwRWrP@HW}+T?qD|3mJVV9aL=e$x#tN_(dX*dw#`=`=ou%y>k{plLMkms13`($c0y+`hK@Rn}wkBC4MHfbfNpdopGLSh} z3|E{zlIUVQ+)$yGd>x zVtgA~Cz9CfZgesF03F7-X{%>xI=U3iHkp#Se5!GSNMgDZGLDza(afaH>G7#djUtKv zrt$==Mjiax{CYmMqe&!j@Nz`+H=xOsw?bo|+SDRa)H65G!)!)Pa;V!A(DND;=~kwK}*^*GTp+3Nrfd zLAOnJ>;0{KYG9v8c0gwGv>ZVHM&ESysY*j5MKyDDh7@@OU5RGt=TkjXB1L8MvxF3R z6#WPNaez-v9UCbsnfuUV=q|MFAfH+?K2lUPFC~nTC(y4b*_2_l>dBF!g6SgdNwnrP zde0F)^=wL{DF3gXLi=!SvB}IFr$vf#=CVvF@-(`h`aLz8mO3L+d~TM=m?F=j1F4;# z#`;veH&T=_CsN*v=)*B?eSVrxy__8>N}4a}&#s^)Mo_;qed@PGk)pUc%{flqKr7QG zTc!C_`IV8Ph?#6okoVAcz1_N}-=|7#h!h3Q7~1cB^b$|jF!YO!|EqtZvpX|i5BOAu z9g*S_vp> zJz(hx^bJ~;G3y9vlaEGWTeP#USuWw4_c`Kv6Tgk{-+~F zE;E}WO@_urUA_=0auP`oNs0cP$k@Hyr?y^+ z6ge1q=ST+{QIS>i8lUpsixk<-kU3X6(XW}U%vi^4TStm)W?M8KZOP1L8T$NBOI_w1 znSfR=#u|NtPknr1X)klO%#02zLhD0U{cUM~GzWS#A9c2odFmTW?Pf^kL?`BT>*!5B zmGhmYe;FZ}7rn*2FV7C2njaR0)-e4tKiVK0ZD*%X*`qA2W%^`6)SEyLv)iXqVl3@S zOra3Eh}Fy^v{!7D$ZGB-f?O1R#5}dq9-sQeVd-6Jy*PT_bnCqPd@9wnbe?^>EQMx` zbL;E}e5zeWOB>p!%F<|r-K{?yWDH2K)K7aTi>{Am-F?)j#$=5WS=dFKC@Y{ZBACOR z@~P#yqeN!20rQ8t20= zKJ{Y>OQTU2I*7Pj!C!sq`_H08Ci5`))<%!8^0|MTUZX;k$Y_4&7%Ll~_gKyJ{llkL zRF4wz=0A*NU!uL)mFxG!r|!EfeP@i43f=SvJ8e(tA3T=6LYtylwM)N#PLEh8N@Os< zM_Zthy}D&@eClR>OApb*v_#c!th3&7Hyc{o*&4f154&>rKKj(8CQ-s^_8{8a4jspy zPlIs3+ST0BOX$~V5BAiuNBGtK7M3nXJEG-?vObW0m7`6RFwH}8$+8og_Nz;;u=&-~ z|DSe8)g_m18Ru8SJ46YGd500bCz_p@?spEqGCD3y!>`I?H0A27CwT_1MwzNAs6s^OaT80dM_0zXeBF6kWE=3MQ zpR&8t9kmaN64B-ibObv4AbWKg{p$H(OP#FWMx!N2TQ93$l^78vY{WIj$T4U<`EJSX zR|k_VZEYVb$D#MpCb_tZ6iY|g$H@t3es=Jl=JBiEV=Wy(+KK4Xqb_|rpI^NmXX!3< zGTMT)RX+8rWfP->G@~d(DmtG?`lDigl{+;`M6vEpkzTX|X|I&^D{oqqh%{SrFMMb? z`Q9k!S6ls--isS41L$EQ^b5=T)jxqK5n*1okC1cFv-^nrSMsZVbE8DKS)cXW0<_V7 zm)>91uaXu-i7<0>^f0*)orVsr=2tgRVYZDPDwm;MsGU8DesykXl=#OugswvC@oSNF z{Oa+lDDlC#$(n3ET9o=N)X=ZSt&b9K4QU@Px1h6kv-kC-U%9qLiC0EHd$Qbt7Tm#8 z*wnA4?TQjFjG>Ovau@p72A3Y&%&%JRj}p&}uFQ0QKp(Gj>5 z^~dB;?{Sp4WBe35PToPI*%zsYM!$#>w~a9Rvj=GIt1dmegI_gy8zpWT(>Z1EJL==v z%z(~&Z|Mtq#6M8Yb3A~n*!R)WW6V>Zpo#P)7rEj zY3gB6F)1z@tI=5WBBMxa>i1zuDJ~cv9Al(`p32HBp86eEPKuw6ORQ!xpp6)_*7WqN z@fD>wV^lJeWk$3VX%qYS)#=JooHkk-BV_{W%Iwy=`uWv>YEqmsF7mu(K@G;Y$U%M; zS5u0U##s8)tmp&Aw_Zd1>Sf~p=xCV@jV6brVScsSCB+G@VzkVGew~H+PO@Lss4c~D zqo^@j=0uC4ol^X2Ze1yk{afDL=oNk~eY{_lX(+`}<2@_2yy%H|)^C&i>dlu@95IT< zkCFM%GStJh$$qu5i4=#80r6vHezZNKsc(v34QXcSRP zJ*C)dB%+_8b-DA!7x-2C{!;vCjEx^BKSymg;;GB%HHJvB%UGXroGgzz7}3>AziK^F zitmkBX8aY=nq0-M)qb@jMT#B9MOG4((fwR;mvw&i>o_U48M87?mQ~O#)K2mBJo7ZW zt%iYCLo>4*)gEm$L5fYr3FkCf1I@;LTfV`sR!x**z0s9OqznCuR&s2!UzJXkVzsfF zD0Ut6m;7%1VmnVuK#FC?EOwRaqcMfu`tWYQx;RgYCC1?RnX&;|qA0Czk6-m&D8*vq zaK>4(5!$3AbMOQ7CCj8(Xp~Cu$;N0bbGZ_S{HoasDHa%K6a2CXdJbKBg5G|u6myL^ zXfreh{qhVw;zlXv7`w@#1$wU(Yw7dU*%m3%jnbLCvL$*S{riGno!BZx$f%IfD_f(B z$sy?qqtka%_>GF}T(w0fmT~LBzcSA6l)`76HfG3g&>GB0_uTZWFZM|>)5t;p&(JTDgF4CSpA;lD922s|YXiG|# zgR~V-NioStWfj^Bolouf(RcsqBUY?^(6J@ly4ml3)%lDR6O1`%fAltKbN=O5H7`gp z&ZtO~Y7p9!G8BI0S7Wb9G1_=StAN(9t*PMi3~c!T=T zQcYN2l;_&A*+d&-Ou~2>K!*|i+EXc@qI20qE866E8ARU`=PFnwpw8#EiIzrzgmE&2 zj$xg3xN1QCkk=-f8(TAtlj&%-)|BjvfLfg2CYl))(0S-cB3kWha&3ieqOtKCvCPG& zgSDQ`6;Kf+Y@)8wnf`YLTC=-bpR5&7Pd~E>m(hmE^jg%{+pSyH52!CI*u)oxh#e}| zp#%G{7HJSrfr>U!&G+Y+>N#(Ub3)NK>c0MCQ2E1 z?Zf1Lblya_zSTCM)+(DQW_%qtTpmS}XS((Djsca>#wH3GK4XMDiH`TtD|Zd3TkUP) zQzJX$&?$7cpI#0X9c!=zFR) z1+>yaRz5ufDo-z)$U_-Y-=PoDUHjeo68a?7CNda{m_h%I);+~qZ(u-W4%vjmIOa%^FVPnl z+&bgnfNHYPChSHQ;^42*&#$=k)|hpO1YOQmv>X*s4X)e714p-*!Lk^d{R1&` zbU%8ZGJGpbqHjq%_&>e-uQosjymjkYqXR0}4V$>)7!%%4HbryrYh%#m=q1wjmMu^Z z+5%FMBXZ>2|$S(2% zT8#U)3O)O;Hj3&hFQIR_$6ji^wYG_)j-D|+bTU`r|7ex0ROUhQHhLqEN2@Wk-|%R0 z$gwEPV0j;HUd*Epj|-?Cj%abfF(CU;`8ztYlt)jSf@X{s`y4H^4U-zJUD~5-rv}v4 zglMtXkpq2*)-B`FUk7{>W zTI_Ua&M`ejGgtEH28#m9C>$-mcQof5(=+s+${xLR3H?sdXz`t+3^CFd=*+4fJz`lv ztuG!ewmT{kL4JwWs78602Z--j`ZU8t`5G0~x#E=pb*EIc*y_m38G*Oxu^JxzcvV2X z{VZB+aqMO0_#Q2k=+QgY1k~-a(PFd1#fguPXn&VSr>qaCXXT^CMn_%FVn-g~Oj&K7 z%`E{{y=t^r=V-tQ6+3#ffk)T-j*=xti`9Tw9S`!Q1@3J-DN*5>Pt({$b~XL zx~a8CPdpG%^OU8-qG*YB9_=~GbJ4=mGf^vKDfHPl9-Vlcw%*z*?_Rk|mPY4vpw`hp|JCDY zIrPge9)0#CGqJC&D;{lIEvuk?dw8_{bU-;fS+&y=O+?%G@#y>K0;*g0XtBZZ6o#H^Ry(A*O|`r1>**s0OPWhl!MXGbdRp~HlRlOqs3iE729$- z481ju(6-2c z^rBaN9^K>v&jKEO5^Xlm(yCE2r5_CodUTe5sE7H{;1|f|%h2bWJvx^osPgQx@-3B#nIqbIyGQTM5L7SrSS7p6Ny&An{L!O-%@tG+ zPFPo5H}eR&9zBH)$rDtqPg&|s7%n%X)A!MK3I^5YbJ60tV|x5Zxg8Y;J-TnnpelVO zn(?@YbF};poqx!q`;;N=wP^9TqZ)g{JJB9TJi1-^psISy(o~{JyV1tSJ-SrYph~-M z-HWIUQ{-N>|4Byl#GuOYr=@Gyo!pN$KjqOiYX#NWzbuW6pCu2XbAR&a@%4hL)8EnJ zi6dLQPaZ;tou=Pu5LAVpTbeoEFAt;MGamg_qo8{F!qP190eK94aL%LmG!3c>?<}>) zr^{1lol71)yG>B73XefE#?O^Mp^Yzl^sIJ4H6qedGk%^thd#dU(dD`Y)gDI-CF>Nw zP+mZH-t=f^FY?V`Y3uk!@*>*rmPhC56I5^FEp?&SP<7j*6GjGA!`v~{?{()Ac^BPq z&7%iT4k}xb7+T+KbE*6T4ZGsez5GFyt85H+ev`3SK1R<`-q-Vk>S*N{@y_v+u|PgW z-=L|BgKB=Y7-nLJjd}7F`t>g!-E>`0werL;mpf(5mTysw*4q?R^XkNiaATDtDBqzo z$l(dvscsCj!3^j}v;<`c-w{;*G>lY1Qw(J@A3Ga?uRvY-d3^~L9dYFU>U zk=r2883^XvuKlD?+4ZSp)ss+PR6Fl;%KuI9)0FPkVtxrC~kBk@?RRQc-W&) z{~lDOQes32BbF0OWzhWxJe-RUsu^P~eNMc(JUVc{DmnB-4|Jrbl_B-)x~1F9k+K*1E#qb@TS#@gY3USn0Qz@JkKSa4)WAP1 zo$MSghoJQvd33WJA*EhfW%!tBgdBmksYMQjLaJRvEahFAZKxcHR&djo6b&h#v~+j& zA#xOYn)yz)(jhe`E|$C5G3P)z1~saB^o{Z%m6|b@JO4?}{&FmOj5*hj6+>!3f~Cnh z`pXIE!Sal6)k121c1yp@I#5nTyO;Cmxa~dQkJ^WIcWW? zJS|N_YE;!&+Pae!)k3tjliFz&Qa`&at;}xq67;s+qd#dAQd8vC+D=kGY1(v*;pp*ujvhzSYv-a}Sp1(M#yZvmy2BN2_)|$u~$|MhB7ak$WMv z;wS6Aoy<2tUO{`Jk-vvj#j}>?M}I}%l0)jFkXm-Zs`dCh1LSpd0ov>DkeYbe(lWHv zo9H?8^sA6MbuE^@@8@iT& zqbJCrn>}3(co<7hn}R+-e>%-MXd_+ad>l)}Wk32S+Ttj2+Fa>s+xuAh>M1-!57GID ziS*`8SHnKWid@D`^a)y#$jIX&>FRupU1T@TWgjG;pXw`?I4DqegE(Z%ZNs#p=bh%@%b z_m^Sl)J3dKYox1RirN{6lF%sh^EqzaxMsTgzO-FL8=IU1qz!#cjOj5s7-j85QIdI6 zC(p9T+b`fO^HipYsE8l=ye^NDFoh)x@Z6jI6p+kshRib34E7^&yIN0wt z&}Lq@ZeBiJU94(nG=0NaKqp#Yrd!YC+AdbNGxDzIUAc_tH>t#pN~Wu1mz`015;5om z^d#q2iWN&&i)-1%M@Kbtrp$`An@oi0({%NyzMVMCOEXPoM@vj14wElkc^X?<)#;bH z(U}uCSCKtkt!`!)9~|>I|BweQi9XAkuHH4bbO@Rc{lJ;0!wKnXS1UX7heDjT_ym15 zmN;UDbd|fUr2*b!ErdQESI83RO;n)4fAvP}N?8`&g6fELRjQkn)`(aoE23RTaeDVdNZspgm3OmkrL2ZZ zH2;f`syomw!i*iUt7T2}`ABN=FZ#Y=*1cE~w@$jzg(G<8d9qSRS$FVC;N(|&^ zNbOCx^UTkQ*(Se1Ym?S~fbn9!ogVQX+6~=E+Oj)Cs>L!pG2OwjTV+2q=Md^_eMt3P zZzopluy2t=(OH8y=SVNNWrtlfG^W}&$RcG1G{**D6GX!y72tdMGY z*e==;LEa#zp?8QNH>Us1cfu|@8ornf(uKRC{n;5i5qcl%!Vr3Z81$>*j10fn zML%O??0UHnP44B^-}Viu*jsjX6pq^0$yI0!vF$A1gw**z?d(bX6t`AxK#z5!muneP zOa8WtWTMThiao@gDZbt`pC0f@wr1HM8ixi^;8%;aV!sxC>+_!)A zNX$~X6W!Q_{tPYn)=DeHBDotqjy6S${inQ@j6OkK|3~M@gJ@s!t&SG|H*HvWNFGO% zDcQ4zAyo$*Prg2R3f+iiB(0?r&{^^MoLhF&QmBToB51o#VK^y${Ybo*(nu6~5Ppy(A%V+3F^xS_s79B3%qXp3@u44H+ zyBK3U4<8~UjuV6Cisv$`SoPk{z7ua!%S@<7cQONM^TE#E7jIq51oSWT(ErgsG8-z$ z_w|1|jkG=Gr>OO7YslBi!P0KB6j}x?)8PM~Z)fR3bE7pWnU&V6hiCc?W{M_LaMRN(ywjb%2w#DHk`GrL)sWi{kB1}9Xj+Y zw?0uTr20E7on;#=JD@Akz0|`4r=`bjLuD8Ad@HwpM|nGEvdYkcvnV~#Q|vo!WY*Ro zTO3z>J!XXLgQh5QK)=ZqCng(TafWCBTBV^|hc#iAnJkJjgV8zczs(};hfghC5Ia^5MZ4FgkK)PNS}2ZtT$hs>BhhQ< zAg&^N@i^|=Bs3Y_Ne-^MA=SKum3A?jf{x(Vsxo_hQQFe?kJV(imND4osw0sN_LGiPgBt>lwm9L>MyEU+K>}K)6fSVx2}VB z`NFE5POP(LqWx>~)*-qu$vCcRIhec?Hr39BsZXE zK4)K=)y&mztb0)@W`Nv;)-6Y?{xqb%?ieRhjqjod$Svp-(z*&TLUy)vX>@=29a;<7~sHVInGKEyv{+4#McKgt+pYfJid`P_>V5xKrk$cdeOEUUr2&p%N zEPcX?bsxID7;lD{AysXdrBSRQ51?xbyLBxGS25DMiovWQ52Doyu{RzU;+V0e%gj;o z2s*R?v-s!`-+%a@v}5Ek^ox9)C$NRowegmIASQMk4dvzROjJmHGSSkL?CYIGn~=6- zcu0LZ#nPjsJ&pGKl()fHZ$?eGO7@bSwlnCxf^Pi>+GU2NN6>TVLC!QZLbImDvG3o2 zb2jJE@myPN5mH5cmd2u&(E6o$=2_h)q+9hng>!AcqNk|ejqif$_B<&^qsO^J ztzHM!+J%;uL2sg`X=e^r*qawyIed=ZMSE6c-;`DUo>f-KF0#LQA9bK!VhY>VS=W}u z94&uCTUDYrx))UTO;+1^PEG!SMxuFc237lQRy%9QJH?OCtCV5V)u4*s8E1_moNa!B zevKZz7*x(5tv;$dC(WLtg)8vZz=@!`aX5~VL1Y*&U!(rYob){yR1DjkGI)T#LHk!_ zNB01F#?t!i0lq^E@w_b}7PR+V93y(&j1%MsG=CDiQM-xk{Ss%5{-`*?Xv*6^zikVu z^4H_UFk?Czh9Muz-Hu~caRQA*htNOVSQ}Ig?#FRX zp)MzCqR~lcnWaJX#ltx9t+AP1&log6`fL%gw!h-U0Am6>q_ODcT6_^_K~QaZY-xUW zQw?+_Wzd13%J3?V(+k<+lVt|hYu4x)(JE-dw4mDhF;4U{4rdr9 z6VM}E@%f2FMj{-dr?Hx}+0di(QICiM7PdP?ccVr82$>UIUfr#?3<|1B862XUaS_dp z7XJe67gRkGEbWzXgv^g_qUSo(l{idJ2d5(b$T(6KK(}&-zVA%i$!+O%v=Ew;HaYlf zB8CMWoRye^7D2C;VqdRaP+c$T5S@&rXbDvCY?f)wwUu=+?@K4HTm~(dlfJq+@#-%e zoS^tDVT3G;KFG$(2mPXkr4`YN=(||nn`shMl^Z&kPs*$#WEFIMIA>ANzneKYZBZm! zvaE)V;bih%bYp9WXl*pho-7m5=A0mYNu2g{cL(#-+c`$b+Gs((hTuiVBs+vMrshtO z_0W=>CR~pmn&=RXj0SmP9sp0&UT^ zA-=crWl(kA>EH}THPW_6Kg{5~XTzXMJm6ryo+&4D0`%}yPD&ERzQ9&$MdSAzgJoy5 z$ppT|LBxA4o3Z7Lufu1G$yuv&p}L~13Cg--Ho?qTLx7{Hd{U+ZZt)v zpu;-4^qTfTmGz~Am5+<}k|v-T+VXXm?m@NSqk~maeRdqDqjwtdYqa$^(;y;{m~oN} zqB|4$Qq;JhTAat=48|VoeH^q*4VNy)GqgUx!Rkw*bI^^|ID;PeOKDje|V>2CEC6e zC!R+I)t8^s@fi;}o4*#FT*Rf5QrKCkWN8Jysk0H?Q^2Jgk0C}{-4ITrpu;COqxO6* zJrjLg^M7>*IwL!0PSN+ZEd9VYUw%LXnOu4b`L1kWl{X{N@jYm+3@&Y_9=`q3y0(0A zv*kYYR|oYlKB#6lwe%Qz2u-wcex2IUUs-jwkT)$(qTjzy(zmAuRkzLtXIuvGM#L$! z>ANJo5#8FwAnIPiOqXZS{jZXAgDKQx59?kOH`3*Kw8Zly{hEAV^)@&=Gm~ik1vDI8 zPOaPe8pL;;=r3rmXG!`Awf;qaOY89+fvafCzmxQqWTNha43XCu5}Pisqxl{u>8JF4 zD~B4i5+#LA;b>2zRnMhlc zMb@WAIljcD(N5Qr^l|dt&hn(75zAX7f1%%>OVYnlhLb*n74~1wx$-Ic;8c>{!9A`r z+aN9%#h%YIw8!xz{XJ=C%rl4$3iLJl)BYqKLm6Dl44%UC&iV44rTdcf0^09~l?G32 zN4}W#0j;q&NjDonovkrMdE>CLP=2)Z$0XgmFVE(BLsT$^u#XdVlKu=0W7p{1CWD@! zxUocrqwmq%JT2?D7@W~^8%t#bT4zs^en4+ubDO2L(J1uP?j)TLEwaO)hbdz$lhNqj z@00ZDF7z5Z4N=9|>R2XY&=)(B^jdWG50;)q9q8>%NqQjKY`-C@8sDK#v=8e1hC6iF zpg$XkWR2Ijpk>x4>C1|1yI|=Y$4Z$89ke1z-y!V}S1t8BR>{0*?&V4U z?%+N9)zWroesufdB)ychpWHO)tN%eiL8~lG(o4wq$!$wl8LMO=bj5-sU9UcS9lsgE zW2`k-%VOw(MM?T=de4P_8KO2(>@~6!T9{vJU7bCY=Z2_fG<2?&Wzf*lBz>a_&*m$G zv86jXltWLEZ_}zl_1imxap((UwJeWzou8z~pr3!R^oV1%tc>djpjo|1x@aNpW_FVi z{WAI`nt&$c396;}Oy&fKjJ2{Udc@DKWo7@ZkflE7I@t`(8%)x+EJ3xuh{>$t9NH2c z8%WYUGO=@2+)8`NTr1n4{bnZVeev`UWh~7>+V<%D)Fj>Cq@9(wv=tGePUu$BUbY2Q z@oFX~J6Af^$^(u3Y`^01D{JSu`a-w%B}HAxS97T~11N%ZRnau|qq zMu$J)d}CNw z|3#@Lp}En#XmfNDY3IwSXf`xA+7_jw6LaJYvFR4lXe9^-y>J;BQJ0ab8-b!~}! z_uzN5HND0|PW4P4YH7MTLTc2YKikR)pzgy>vCg=_PUaJI%-SUVY!~NuCYfT5k&r7g`csCH(vHT{+g~7uuw9le z%1_aU!;@>Wq%wElo3U649!tgZI&mff9F=$#%(x*cUG{M2e^iR|u_M=Q2xPQbar z-`|;HvoY74B`c$sTPNvXsfPsNE#2YtL); z0kzF$DO;j45v}$m`J!WDo#H#@lQX3UeP1t0cN@zoMW>UuQ+ASXJv7{%q%~(`b7gh% zCd+2tZf%Utuf|o32&k5MoMNAG&){7Rv}c7R{S_y2e<Y=W{3TC0*py$v0>*G)wP*8d}~d z&Kl(%0of7lhPLeyP|GSh#W^Fy`^R0;Y3Rnz0oACgllQ2~*?qDX`jB5M*)E_KB|60w zBho%g_C*6FlJuMwoE5HZ=?&_kA3CRalJ3_mpo-MBbeUtO{1%-|4)q!bRNsb9aoH%! zH!z2w2TC$8sZ0Gfv2>Ej*AURxT=BHpoJwnH>1E!3OGew2PtuM$0d=#rllQ*r@Yd{T zv{S_-y}wpKpYPP{ob4fRpp zu&M#|ZEq`wU3{x&7FwBlIQlvDJJ3pdkax^|XrsbO`gzHKIyuxzTaJ?X(aeRC^ym@+ z)pfX~{m>A4Gk=o)vnX#ljI!!s7;C-RX#c!P`dVR5myY?jc6h&KK6)j0l0KV1ppHy* z@>X0ezD~3NeT3G|7f>H2IeD+{AICJg1Z|r$NhjqDs5Plh-tAk>7m}8t>#{TI@wUgC z8BTH6Xu;{y73k`$NqPc$X_k|B22Zp4T7$MrV2sVhljV1c-;5)%sd63KBqQxCH}9+j zoxF=U4&97SHj?xeN;YGjQ#>@r#!i>p&>i+9-SN|aIx>jlWvvp41-yDVRN7F=-UQ{NaVm4a3 z+de}cL0f!C)IBQk-obXKcx}|>+D@Pc-X`jY+)X~X!P}x$`1;dNsP9dpUd5d+xyQ-- zru(U#)94?s6Sb2!Lw-g-@*JnipV9j-6SX~&r)9sBw_Dq>V!ebuc$%maXb*ReI(f_Y z65ryuf_8e6sB2aUsNu(*yglqke?{v)PSo2gbK?1gledza@;$MesP|E#E=+l!o^tXQ zb&2T7@-F)GABp-PIedB6$y?ufY*XZK=;_}Q^|5NaTXNpX+wX(XKhdZ65_Ln~Z)teR z$#(>PjGiJNq3iD^>a5naU2*ayf=B3MGzFdM4ygRUI{B7CKFaV6-E=!qzu{?#z3Jo| z3EMc0^#+}CGf}rvw5a<|zOt|`cC!3{-oBow$2JeB4caM6o4xsV$Uo?B=qsM?U;c3N z^@ho)_=!j)+W9M5$wMb!diXJRq6|Z4T;t8q)&X_#k&~}Nq@z)2XS7m#M!ly_zBchZ zX5#->*yNC{T2;BE>20#VHybvb#xe2rdaOh2l`G zIK`z%DRwFD&ilPI&vSa7|6b1NIh;?2*(-C$?w#Mr%;@$@9-}-p%;r~`sBAe-T8o*( zIgfFt8>=!tYQ({)$v2!D8iiJ%=IZuIBaU}V)QLX+!(*)O$NGyPop{^5vy7FI=&55K zG@be!VX@}T(-d5p%xr>R6;7j-NJiS3pT?RdcRWhKBso2d>WYZpO(+3hh3 zkD;WxbfRU~p{$ogU;gSb^3gJ6&7~6$WH4pDB3f;o$GA;<+@!Eh?2zu1UpM-6xyQ)p zs%gnoeAlO3b1(L}&XwMhlK% zMopa7^6%Wj{4cFSJq*kMT!mzTWL?Y63Bc2cVxD%wxpU23W`GM3^zx>y1WFDUUIe@?f2+6O-D*3{gC)>U)gD@A<0TYifRu zVG>%Zmd7aFfHFB#7u_tEIJX4!V|9-)yf*dZT%CwG#i`{I(Q>gKBdz*06~0I((oROA z4NpTCdpyPkp4cHvbz=4OB7*Qt^g^`9Xh}`5afMC{pohc?o`sf0YgXke=2V@S)JKWC zI2V0ih3ml6J#v*!6rsymX32Tz$;vzzJexaKn|e6QY`Fl9t>7_+l}Fd>L?;R(TJ|Ee zLOGAIvMeq7CY?w|&9g3$i_y5U9%F48dhx&L#6oJDb)j62PA};(%9NO<%5T%fC`*-W zOJo|_pg3jy>uIX$E}bY%zhqk`*P`FDx;iVhXSMx0(Vs>!vfPBWEZ{NvQU69A(Zv+Y zSA2u%=r$munIQl5qV|1|5ZW=lf>WXGtEzh8-fgU3X4SuW>YqbDh8JtHCe0CeH?9<70o37z>uC(blc zu;pLq81x8w09}tRk+;x~@7=~x)b&yqzn}}{U33w;1#N?FMN{NMG#(v{&O-O1%sinT z&|K&Z^mlZoe3h;R(L3l-beepN4km5WbUlvxmIv`!?z={NxdGpOQx;I@T7gHDhV{S$4UuIJFPG6(t|J&WEY?L~C7w4k@p^XLoo5;{WKQH`sUA>?1B zV=RWrkaR7Ou2;~(G6IbxZDaHmIsAzZkonN!XkxlvNBhc>XlZm7`hm1J(O$AFS`zi4 zL9cZ2_m{LD^aDp$4Q-0v{*ty1`T}i*_C@ca-DM;66WReChTcQF$mVDc@@<2TOxNzR zHENz)6Ley_c9scf>N~gbC)eTGYh64chmO*ZE=1p^E8Tn1PEJE-p;^h{Eoq;jKgt>C z7BqLdKL2tI3((={e(qcGx4L+3SsK_wEkex63C}9T^A9RJ8F6evP#8pLOxpav|doxe85t z;x?+IuLG^5{haA%xdv_e$Zhmm7T17^! z3%e`aL&u>HSz|uJV->+#+066geRS73e(giD${%YLS+t|UDe@n5EBRW`&^S|f2hW#J z(Cb{^QSXw~shU=iU9)6fAfKZzIJawWSyf-#DlA%L=7sVlS{JSQhWIdbtwPhH&^M@^ zGj_20J*d7_ShbG93*~z>>JMsV^q#T`yVe-}fY#wUOf}OsvI>XR7ZoSzgL7n|FNko^ z)G9)>o@fv{i}H};X|npIxmCEdzk(OZEa+N(ZNuYawWhUIL~2!n7t5?@JM;8#vInZmI#UXOI)z&Jaw9c$|vZJLbCHCh;()iITzS82*Fm%Em zuH;MNO7ygf+*&cdYs-nQ+~ziZ;CK)8vx+?0)T~QnKJ?}$w^0TCdazaG)AD3tMH+g3 zt=s5|{`Iq|jWREjMbYrpv;oh!>LX2k%1W%_=$2K~_GtA{rkd?rX*4%l5rna$kox}&9s{`ESA;Ki%ZgO+ZfArxIV=y3Tn~8OJyvY zGT&`{c$ln05=?!FR!39kxsAsUl9j_}6@|37nU~6M(Ft?i#vL@5-_&xPTP?KoEb5*6 zL=j51iXz$u^gFcjOtYMR@4b0b+IslQAdkGd!l7m&>mkTg2b;@p|q`; z*U7$UP#W#qd18lbw~8j(SHbJ#K(s4&{;RV@5!!7PEw!&Rt&u~~x@$;#l9)RCtfH-U zhjoA>P;H&tm~b>%eLQFtowO~S+ZeRoMz=BOFcBnt@ffH8IN4p_c$th^74YXv$11WmaD*9@j z(W&VE^=_j!`rwOJl`EwWeNL(FK@Qjcu!?@#`iv`OB3h8Mu=8un&RE4yS^?4~qn9ba zlhAu-t)jnHoqT7a?J2*9&>|PDVu02>(<(U^ok#h-N4_imw2DF6EzTkZEyW#L!ZAc# zw~E2qV9t0UIx&TMeIJp5Zd%1qEko8daw)oq(icpulOOL{#n0Lt`l-v%`9 zhE)vL_Mll@%7bYC$!_CfTC&;_WD|3#?KjFp=z~ezq10sM z&1e%TTA$1tphK7c$wzLhWAgdU*_8Fwt%FUz)5sWwwc>)W7TGNi=G_+o-oV zS=GsA6RFyy;5G6Obmdt3;0u#g*BmyHrXAs`pF=l~p|3&ooS$@?SgoxLUMVl338-ft zb(Ga6)=@{TkeAU>Xruq=a(NxCg}$51^(E~_($X_W+o31XmFO09p}dXuL-+kh7s&hQ z3N!)zg|yp9J6AqJFQNm{{pb#KmVAo7N86((P$p>TnZH19poRaVe)$^J;@!qCXpHUO zv}XjuW4bc=M9(}FwWE*7A)2)28IO>8(Wm6Q40WTwqC`$WU!b%9 zql082^fNl}KRQ&FL(MaGpdNDAOb&x&Wz>qk=Pdq5hstl!Nc7x)bdaorW~!`;R)@*NUxrd^e>pZpWOJj`trL#sxbPfL3_ zKwd-d451Isb;y^~)Q6JwLukGMobe25)EMJvoF_sv|KBm zLUey+Q+sAfk{{7YE!;*YVvp6WX6jC&Aq4)xymDj8FTXY+&eS@L8G_I$io3~?{Zzx$ zJbV`)O7!i~T5Zg`*#!+ptCXWA7)Mmf4rY0n$k#Wy(9WgZM!Sj0YJDfO zoW*6DAq$|#in)!~T%CvA&GP$JPL~DIdZ|C3!^pBGTfnpeaxrj411gu zMc;hQ8B?N~4>W78Mtt*B5;Y3^TP7O}vx(i>L5{36nv&0LgiwC_54VZmw7F<`bYL#7 z110tQ(Kc~V+nIH?tYYRH#`8vGwkZ>A;+U2Nb)%~tJjdvasWx#+`!(wv8Hdi*I0i~o z@noAgt3A#>SJp%)XQ74kQ4`Fzi3{2j)>hX>|B_q>&SGGSONeAbUtdQq@JE{ zYN%y_Y=BHbZ}T8*ThV4v}kZ z;*NHNS+$mE``6LNSEOCD-X;uf9;;qjp*deh8&!CQZf~@Sf3${Z8?^7UXrmc94BKoI z4>iTtA#KqXPos@l=-4eb@kq-8{=yw;QjYs@i(rKFr z)X!vHEr+6K|A;oGqpL62L?*p9eXe0><5SUw#`TT5WD~)9DbkKaV~<4}FVL!2Z6cfg zfHh3<=%z!_#!1TAw7+aZ*C#VKI38`XFWTsW{(9Rc?D{NpGJ0f3w2_AX^N&rq^ySPh zdeMuUqmAm6v%ODkB2w?2V~tEgi>!|}*6?f1UfaZ1`l1|b6uLZEJXny@Aefzm+#Oi3{IlpELu!{ovNX|F~ zjb9UOl%@Z0CeSVl=|?!X1!x0~!R$Yb&1e^e^?q6Cr=kfPqK#a%ypN@+1JFfi*NxFe zOTfvet-ae%L)ss2o9@(Mb5 zU9@qIkwn%icF|BzAvViZv>Hct6AiCs7mf9bi>CTT^d?#&HQMNj zeu}Y+X1d~d|3+X187e^b5FDI)3&F!MIUK)Le-bSxoAtGc8yXd0FqT)28nMKjY zl3P55?d+nLeh$rq?pqLTlz*J8@^rI{{(4BZ93q zEtRhEvJhGmjZW7|q#Y$opmVu8?a(u%oq~>#<3UnI!lWd0W zK(7Wb{P#KD;ie8_e*HKaM%og@ z0^L8-)B|#aJb`vaOWsXZvqqV^UyhW2pnuNdzA;O6Gu|#z^$nRu%QNVjInjof`KYbq zO`XRMp6Ad2j`!%Fj20)^MVfBz_IU{{PTF73GLz#swJ*D=UO@vni&W~81Ic!=QvZv$ zsn^i_9K&Af9m_1cSf$UgB*>d+2)c2G>7S3%vb?Uptruxu(=$q-$ zhHEQ*+7+fg&f%30&Q`9!|EY_i~(Hq=NGi|wD=5?sS`{Q?LD5dWu?c2gV=9SFKyW7ub zTdq#^MO^hmcCkd?#`hWlXP6P->U^X%?Qz5|7VCx44Cr8f?G^3ukYjeSP(RD=3Yk#B zy*Nj2CF37S6y8LgsD*QTIGGX3E%S*Tl6{H{L+34vHoj&o z^6r6MB

{rYr&-L3?qYUi|DQX05S8_sS^rTUw{%XucPAFU<`Xgz78=b7iWpq$` zW=4ykZ)s!CjG#Tv>=2{$Xm)HYiteY~>^y||vm6fU>ID||+(ie{O7HK_D9Pp!!}R-{ zMQQYV)cO7c!c;$Bohd!U!m+2{cMGW+XQL&u}_$#)*g z#{*)b^q`y2w&~gn9Vcs{uhE?3kQ(9;UG-lwjFI1=%g~s99B-(D_U%s4XjvPLLPzu^ z&a}%xTbP`2w5*3-;`%P>MdbYm2kmBkc5g*s?!v<+ov>yOO67Ild4^@prYZG$$To~(VnTv$6Ms|Lj#qKR%r+oR7(`(t}%^GiDD*+ep)?}YB=$Y!_VeLy(}eWP2P zTQ{@>J&=tpnB#XlL|r|G=w;o}23(zms3pchpDT>WKt0jsT*+bRAJrYAw!V>_oO+?Z z(sOKp%9;-GoxX`^qP@|uEwoN(mG2z%<(3gyyB~UPN3@~;kgN{YcZeGLHe&A%K$q{O z^pUnrV~41&2eW2y2%5s^pn20|m7%3W#OV83moywbdpz2hr08X~bBJpC2zEdmg=RiW zkH0>(QD=v!qIcHE%h71p^U+2pG_;#TRMri2Ec%}DP`}!w?duQ~^bhP4G|tTTIz8Q5 z>>TlvLzLHN5Z!wsI`Ve3F(j6`_+bwE%B`I2b%>U|8*SWi^VVp%LzLF@g|Mq3x|1O5k4&xm3%zqAzmp-({Q_i?_vZ^`NA&TkGN$W=)FQSc8 zrIJ;k&q0sB25FPf&2OTOzlyVKL$X7Bt)C~R&NQ^yd+NR-)U>l4j3h>*)6vHtXg3Sf z@0;UbEOI4etelNb333~Y^U*6_>|iug);U(rGjqtyyQG{%>`rqq9=h(BAXCuVS>49> zkwkD`eI5E_6(i3(&$AW)ED3EwUlXD!I&&*_ z&SJAehx-N8sLGGvNej#hT@J|LL)S$iEKT<;me*Mw;A2)9u` zkhtTA9E|mTc6#M1bb6HA==L#5JvizRp?VIdPp(6&!8kT&_*A(QwK9{__Dqth^Tr{v>ZeG%8*N#Q zHwvecRQ?YRky(G@nks)oSGoBX<@Y4DE6~ZPxqhfu?n7I7xMl~E)bNZ>A@%9#eza^1 zZyecgrd+U7WYp(}`s6|Mw>Y<9WgnZV*_|ST{w~BP51~I)XFiIZaI$Gm#^@)|!|0S6 zywTm5q;A@sLg+_B{PGyO?>o2gEj#yg2zN5}uNdl=$I-gA-NxEfcC3kXiVvDKG*O;H zn>FBV$s+c5%IjqIASonC{(;_PPAo4w4b>~)6mPT?^bGou`LhM=VDz+zQ@qlug(S-J z=-XzT1^XqnEa_whqdj-?0@{QbxE<`nG{3Y{JkxqQ6Xa#o(bjFuox*;hm7L6s^bbjp z*UYq?-Nv1bKq`8enwUSg!vQr$;PTS_nAT)HX+gQk6W@~3T z#XfC6u@oix_j<~DOp^M3o>T1AmRc9eEa;uh%r3H@TIdodbAtn{OJr7b)UR%1TBRhF zbD60&lapCXhh>EfMe81R8=Kkxt=cvxGn|Dj%cTq5e8g=``I>vY z-PF%Hmdi*qh;IbG%15dG&B@GZBl3+xuN`+Ak8-m+>3%1(tb5R}&~3-uhV~Wp&OuWr zYAa+Obj(T4A|gpe9d$BKJD6X~hgLi7Him?=)8=tgukvdJ&^KqP<-*uE>XfOK&?0Ds zKY3!&3KyKr|Mo|}LGN618+Bdm$9l=hT=7PNO8 zO`?_15gfyUtVzmYIK?V0F3Un$*-Xo?bw(5JJH<+^ah3%#8m)JSckXE0Cr+_KE5f&n zvFNt@lwY*qODAs}&u2}MacIl~t|U6^m8m1MrO0p5!H?a>8g>+%_0}mCYZJ1k$Xe*S z7jB~``;bog?Bq@6H_Y^YhyM1;O0a zA1x8!F}4bJ_{|m~=4lU!@7V|~nVGLk*;7+ELd0w>*s(x1Me}MNA)v~d} zS!eV(Uu#Z6$CnBbQ+dzpmtD~tXgf14%18UmcJx61L7Skf(MjkOIU0S1E=6CU!_kRy zEE-tQV=P2Jqr*^EeWO{>V`$dWA-r=pXFC$m?C5bcN4gG^UeubN)`kuw?O>UVhNAmO z8-eym2gvED4Lz8yEPvq5;A-?OM|J^?B5gO6F*^DYorxAlJAO&~8!E^l1ud1XJ>)(# zBf1DJ|G#<)eM$~~v^LuAOAhDI%jo!YWf2GO7B8cR(9!AI`b*j;=xlTf+JGEdd`bHP zO+tS{o1@LYq84Q5_ErcH-)qf-d$F|;eXgREK6Z+|SJ_l|mOe5Nean}=tJn)QDcaNw z+4{%~=xM$RUc$bqgFPXlskRc8XnVdkKEfWWztu3ck)@vuMzyLQV>$cMmaJpy5xu|6 zihdvGF?zAPZstZIe4*0aK1k+3uYSij$hQ;KSItc=NdyTC`m7G$(4(%FA)>KX*YUHo zqU#z_e*aEX!`qoUj0gt~^i^}dRR4=z(>t4bn;yRt&GLiC*vPKEDP2QEBkdsZKwRj} zc9atK+^yTkR09n|Egd~ZTXs#K*U!|V?D!FhMt1WU#m*R1PR1fxkqJVxBrMAdncdAv95<75H! z&CedA06YBNo@#1N_VX!-9vI;rv?@yPS$8gJ*AWNh7XK@y2@fD^vuqVi}=+YFAF_`PSVwI`S z?Os_P&9~TNMBGYL*VcuIhMJ=PTM^y4++*ZM3;YtoS4fl4%4n`te0@&71Gbua*x{2^ z(F*H4#w^a_&dw0gKs$$e&`hjRxX-T0HxHV6oE&1%;BC~YT*)`Thlu*xAv6wEyFA87 zG~;no*E$kpO?2HsN)&rA+s}oFdfGSi!Rw#{SyS;XSAF^A5K&kAg&3pt(B&s7XZ+gr ztETp1Z`}Imfm0sCNxq}6o0=JIh<&kWJCpOZ?hlc6@$lY6NpD-=p&`dyEE$(8s3E(0#H6+LV7Y%euNQ zXdc$?RNRoLE(V+0kacz4(SJxAy(Uq~Y@uA8?Ci?f7j=^FiDijuiq+J;yyqQ&zP{%% zn$M@U4-MryyhaD2s|}A)bY7ww7-s4yqD>4%|K!)YBqu6gZu8eJ5hrp4dg2+i#$;Nu z!shY5vCftw(ef`m#<_`!>gd;|#@c4fF{t&m$M|z}qIzC3lrxUA&y?fQ)DIrx(%?jO zvQnt1rDdWen}oh$b=Ba0iK>YwlrQ5#9Mk1w^w)qG<8&X=#+dq-eY%{2o@ael>0XH{ zS9MdfI;P14^sS6BW^|)1KB z)Td5XQKN-ey|%VhqUzc6A02GmJZ9cG5|MPsCG zvD}0vH;pkqR8Lf?DWRf@*2=a-Zb47Bj4{qfC#p$HLq%n+zip}f6&=?q#yC(lQJqOOQUdYIL%Z!0INmT9K`ZeJ?5qt`ofbt)#RL2E-rC2fUssoaH@Wqqu@GI$<#BYt zm>6S86uX6A2o_o*@VGr}@| z`4{?vm>CVNiK<6{i|=XsIabMA==)7EMl}mhY_N+ja%(wP$$RLy9Wh3??DQWjF1{;n zO%4Y7+pZYnQ?^94TX%_ES{V8OeZ7w|8O)UoafzJTJdWWp+UNHelTZC>R~Z*yey<|! zNA&NTF-F;ke$};#i*Lux@HXFuLd!Q44PQRcZs5$gF)N zZ5DJPF?CA)?N>iEaq(Tev@Mg_&@-QjMsw4zzH9ChQd@{>XtUs0qxv5TXcO@~cXHTzs(~hlZm2 z!()wFq#f7a#n=6Q)P-)2j5Su0w&OsT_-q+W=?h0c6P;+*Ilme^%q2cro;uTH1ll%l ztkLnTUp*dfsv{&#Mxo(EJ+l7c=gV)GcyDPIvQp+kb9^0Zgdg>*EfZa=QJ6qE%ZJV{ z$j++={i=)C#fk`veWfgjejq~9!M%Q!W1366w2ZZ;%CFIj5wV7Qk6+!G<6=KVHI)FmES@>`e7l4zP1YcxiiEO&{AmQLKwGU()N z>~Ff$uPU!{iGM7wbw;6RldQ2utId8@aD$6=K3%PgWCgSw+F+w!C2w-ECMb=WhKlI+ zEU|`bonIB+Vrryqk*ti~$sB9!O!cekJ6x

PYQb4UHp*9`pTb>V6k1kor+8N2Bk_ z;j6iRRrHXH)k=-1!DG;BlIUg0er23+iR+ebuDLP}9Us7su71CYJnItIEcwFb${J`r zN>qg@T(c`K)<&%&ZEZBibD{{1@vDBfU97|^L)%gxJxr;7KiaQmKXQq4mfE4SWka;_ zofu={B)@9-(k1?|ED4z<8>2V>Ci;liuO7U0iIbK^Xj62?b?TiYzqBzmqKRCAJDH)#~2HJe&U>li9?pBq-~8hMyvB{9jsyEfF**qunoHS z51zvDes#(oCiYv(q3z9lkFpM%78}|X{c~%KF?X0>UHv+Y)pljbw+EU?jkvA9 zUv(}WCN^8@aCLg4Pl;lYy}Mu4s}d$QS^9G&`=M2-Y5R8atG01rtnKT?y%>OQCo)B! z)|8UkVPcKNg$_XrEF$VrL%*8aBuuQd+~p1pLr*Orc1Uf%s^2njGAhrF1IKL{@E=(-9oOY$i(db8_{miJ~SJ``ni6xe2Ve@1>x^EWu zqNHD)?;9o-Sho6}} zQ%8iZkV)tk;-a+7 zEvsl-W}qa?lT9UJ9FG%GD{=|euX^Ma|*oSWnpv@m78?=FtvuP`yq z@<-@KxfRVt8ymFUr>5NrV}0!F&<%12n*9{9yteq%uMfgRlBHSbdbt}N&Qo}Qy-!hW zM53jRbFJKq9yv)YBy|0YFyXhP+1AMY=y{&PJR5y#`{a+TY`76vx|&-BD;$@Es% zbIqREOg)uln!JU+L#v`c+rve?<#y&oc^4gWiSY&c@Qa#jbf2JmP>JSpgp1Lv^-PfO z(BILE8+@uNIue~E11~T(MSW;BbT~R*W<^ubzUlh&m$W)M0v&|bCG9XYURu$9=(zvr zC>e^DKzIB{hs!WD7kd0ZIz)bjPT<^5rK@=i17#kx^M7;%`jae#wnI0OwgJa53hg7y zqRr72XbW`Am$Vhpj_4}1Q@Re4RngXH8ruDT(^f;xUo*8|y7rMCG=k%uh&r8SzJmgL z$~g20Jx4d18e-};*2jK}_WhG*h^yYrW$Hb?->Hd4Un6=MS}5GqeSE)D8$I(EF|5d8 zVU&3{ZJ7qjI%pl*%~&+}D^oKOvAZ7Hk~Y@Lla)D-sV{kt-T-}1-?Q%;pYr54bu00! z6`JQh{ohqSb+3S_Lx~mK2(9#xkwmIb?JHvHH#y>EQ?%Dp`s+)4s(%TyoDCw1=J)88 zXY_v;`P7I~rWVvE$Y$tg`UEW&_|)JsX8B#hu39ZoML+e!ET4K?(JbprtdnJHbjKS; zx6^&9OI7o^7|Lu%J2dD6Php}@m5ec;tUm0O+#X$r4)gichFJ62j6{D#dwwSV&Sak& zUNc-wwPa=QiOy(u`Y?0GQ*+f0r`C9!gZMjWiH!97Mp1jJaB8Dtmg%x5`WwBVMI(GF zYvXY0vq<7k_C`0;D_(T?a%dV(Z68mR$9|}t-c{LQKJ}ql zIPFEdZ1ZG)Gc7%_9|!x?gqGp7Lw9%|FbMrF2l@WwQz31`Y4wg0;b18G!a^^zmrwoB zF`PDbG7%1jp?><4hkE$byC1{FQcGSU7LG(8(f8ca*{2e_g^M)HB4QJcMejIcjl1o9 zYGj{qvC)#s*RbQzczWjD+WOR?zTxyLenBUq1zoYm@*jLEYCyQyVp*CsO-@DM(Eq*M z)Tdq!4Hw%j$)rs{^G3xQ1)KQPx}Qz`lW%Vm(H->HYuEEBSA00VpmM~xn}IgVM-Jao z8%+uq`z$WYYB>k(L4W;;$EUjb!s&^{@qKj)x}r#|(WRI!rbnou;>*jwJGD$EWi62WiiGBi)ASfh9epIWvsTpYGoEURQ1x}$8Yai*Y8 zg{FoRpWp`Z`&OdaiNIRAfKOdZGc_-5%WAYjMS8kRr9Qw_AR@&9YRYrB3AG#ulnkWc^1vI zh4L`ks#&a2__bF(xo+xx^eDQg6|sWRm$$;{ZO1d}ID!7yDb|?x#;Ys8;rHm~p8kj3%>nl?1nIDrZgL4SQBvmKXFGlK9+ zw3LkCzB!oJxP~5@9BW+Q7@{o^X0!?BHEy5_y|KpjmtIxc7D3mm56wW#!^r%#x zEw8eaiQoy?;Fu?$p{biPp5UpV4*4s9_FK9=?y@iA_ZVE>gpwQTx1VPYY8I^Ts>~jXN1@{JF!c8n!jH zhJ&5-%(SOsjhx%Psz7^FFWG0v%xLgAM%cf2)v_+8wzSTYSge4IjHMTOl^h(wi0UP3Lr0+p z=6Y4%pG~c7nSdzKw5$OC&v<#!Xsz_1< z^;sLPWKMJ)N2U$&D$nc)vCVQF&5fF8QMa#G9as<{ezmOQ{bnAtI%&7`@~Rt)OznZ@ zMeCyTyK~K!Mo_1AK=Y$F&%_$-J9*XC)Ck6U?YO>$(0pjm)?THriy$_O1ubl*JxvZR zy{hhp2v_HR=r?FRU`87gpupDM)x;VO;b1Pimt7`3v zV6^y-S?rRg{z=^Cx?VMLZ-iK9xo4XxOQDh1V%fRft9tG;bv;@dwOx-j7T5BsYzHF5 zTFXEiE1S@4w`jBCII^P=#GUzBpDQb)pYO&R8>78y^Qj2Nn@x!}Tm=mQ!UUM9^jhqtR%g2eF2yl2=VXZ)yV3hTUigk=Bb<^r~YQA{en& zM?GkcN7Q{4ylVSJQ}?l2DHc8XB-Y4L-m8{hiC`Q%1g(iiy^1ydDnXgN8NoPq8D9g` zK^MJ`H7*w89^Z?gH64jIK<5R;8HGu^=836yi51)sZ5AA7WI!vth@d^*&sr^()EcJ|5`j_%7F zNzdkxHBJ76MzZI^B+AbAB9V;WD$(iW1oCgsYu3TMXf93P;?->3QVr!RaGiR z(z}|34o4L`s>Iav60|Ckp4ez+Sx2HV4LIH!UiG+oB)zs?jJrpnVU6O9ooG@`Q_nFA zI2z5-lzm~yp>gd<`hAr`Qe`~ahTUzpq752EGNST^rpj^XZT81m^_^E8X&gz8Dmkr=p+P zW2!A>{q>KL^l8V1u97~qL4Wr1;a+6w8A-4BM#w7ZM^6r5$2&^uj^2^<*Gq@4mPzQC zA?%7#)~h=9k7PtO6rGNiAHgw{p_UsQ$ylV5bG4j>ejF8NBo+6n0mCC1XYI1lV?wjU za|~a5RgKY+VuU3Qor|^~%QY+PRgQR5H!^!L4}Cf=&Zvzhjx}|W&P)Ru$3AUm&tK?C1Is4!Z;+gj^j3iE3750oifd+EC zZMf=LmPU$xmfFO@IE8NWv+EvpN#o^_L^@lDo0i8Gc`8`W7IDf(D^tS7sK#*RmM zhKg;B6um4n=;>ZX^NiuhC=YSlB1I3bPO7|t4&n}Vs^?X0cSVZsmJ&RLf1#yE#u@o} zS~l#CBnDeq^cI@H?rlXIQWNZt6kRQs(R=7Pc0)VR#H*4IM-s&?CtoZXsFku4@;$w_ zqo!s@AE2Gs%dA8T`XzsuTFtUdK0;^ph%>gdqV+!;NzAx!v}N)!`lfrFQKyYp{czsY zOz3knEoHrU7q5!H7D?2(0@N@s(5z@eH_F+KNFvm2=ZSrV?);Jcae8~zcehN@KaC_F-finD`3aqb=A$)T_RQ3Al*!NN>$Y)5 z<}qGX@r9`snb8WkRN(8!t>cV~<9Ie-n|eiGD+AF4cC`9D-m6-^HFX{ugwAXcXWW>~ zS$vEnCf^}_oeV}BG+~F5M0!^lqtGbpdYKI^O$~FC*1u0SQxmKkWDZm7#Tj?!c~ySR z)I+F-hOv{=xP@M|$QH$~{b=1Nt!U9&9N7}D>K+os8COB=XhwElDNn!Taaa^rG8Y<( zHfEQU_|;xjE_amZVsW4@v=}?f^k3^$&b+1uq7mpdYR`L{c;*X6QA!T!n`9JPpS@}J zZ}FB{#ro{O$l~bR65NY3)b=q^MC#j-ZL=(c&P4BCrVm~#ikN&Q(Msq5_6gcf z?{$}o;_3c6`xaRZ-A&6-=pT9&O{1taCTHI)W6)8Bvv{RY?QfP7VEfMTfD}RcjR_@8UHAV+;Wak*; z^cWOHy}mNX2H6zt$+?waJoI^J6m7uB9P4EZbWhnhqpE{BkkL`J7x#0lm95ZS72}M$ zp+4mpAH^JA0m~ZM2Cc(Ymtj72dZL+j5Hp4y&~n_j3Xwk5Cc#YmC-L|@q9f1%Ms=sW zrVd0qp}9QlXqDTiyoshZVBFmW-NUXqb@DTVG0oI<^dGvSC(s&oD8Y+u0Y%o@jqcNrs|6Rb`%eZuN64kiF3e_R@J?j5D5ZY69Q){e)I$x1;+d zed@w8^XkOYV;YEFpp<-5jv1|$=9N514ujBnT!-KkaItx>dOv-Np$Bzl)8U;#RRhpC6@;f+Qc^0btz=u^*knfExEKKNKP zg?7GE6`%TRZxk)rF6K)npnGe?89zq*RIP(%DH+Co9h1@3?8r7E#-~Odj-qwCLv(=z z^gvy91VUp^MA72ZC60g}oyHSutKm}*{xHjAVD@C0h=!sqYcYdyCW`2h9nfj$HjZIR zU7y;0!7SC)+2dpunuT-grF`oCRr3khMug@Rv!OXXn~yEZ=cO<+zmE4mt;8p&>|9hqGW&MA6Z z=I{;j8gvBxzKK6FZ=c1~OSXA(EgHqXMsb~d>Tb52)DLy-^W+9Jmz90mI`jU*mXoNT zf5Mcc2NMVvXzrne{1bYIbLe+=<@(5NmW8%su`(C$(G|-Z<_;kG^9k zoT0pDC}!$JbT7K+1-l20VNR@EPFl#Uq4VWF^w=}zf|#uW(<$U<)nq2 zu1%B2&~MOyB%j**ZBFX-V|;UZ94&;#PxGl=HBGH-;hTTdi9VRe+*SRYv=`S|_jMY* z`j)ws`98IyfvM%Rgg{e;`6ozZF#o=>%g39a|IeQQ@h-z}0iQn${`>qTmH7|;PomEO zqD$auG$7mmq)Prc$ov;y{={@7GUk8&Rp6k{?LP;Zy%}v7XoKB+UQJi)Nn7S2wF0$!vYxJu&)Ar&Nf08HKo* zwR&#z|9S!{1!NAGx`n@H3j7>sW*Wd*1!oSZAq27L{(C0>J%@jfK4;L_um0y8{yhQ9 ze@-AIFy0jyAND_Ik}*KY0P(*kV+#lj4G0Vm2#g32!T$dr mBDcuI(TkvQ0fF&>0U|?y2r`c#Fthn%<_~b9VF90q1pYq_N%Elp literal 0 HcmV?d00001 diff --git a/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/fit_files/power-analysis.fit b/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/fit_files/power-analysis.fit new file mode 100644 index 0000000000000000000000000000000000000000..7ebd96a1625702c03b5a58086b7a8834a752ec44 GIT binary patch literal 113213 zcma&vb#xXv|3Cb;w7{e-(Bh>^y;mJ~clX7e#hu_3cZcG|-C=>5!L7Kv!{V-m;5_f- z-bv>B$8*ka&$;ij?0J!7GRY@0nYlc&v~!Bv?d%j=u}b~YPWUH%I@igru4A2DM!UF- zc5@l+j#Azq^)pa?0uC{>ybNXa?7@aIS(9u3em+UD7+dxI4Qz-OQ3X z&gG{2WB%9qUrlu3|K{XW+Q})KQ)c{qC)Y8~u4CL>$GW?Y$(YVFowEzlO7Ai{gUe{m zWt6M43vqVwaCY%@b}sAWl-()4$dc!WLODAlO&6CdD3(Z6{NGjlDe9QX*ieI};=la) z^Ct=aYnH0DaVy~TC#eMf>~syNC(!I+25pC8{fC;TYHQLL11ibUb)cg_wUP`PgmV9f zTBK@v28nI}g&a3o_;7>%PzWil$SBcGph-X;BMka)I++sC(+v1i5|U1Gx&?F-XfMz- zS39cgCedx6j3-PMGSZ-*{|`FGGyh*ocYu6=Y69iqfA@b?fb8n<3i%(pYeT;O2k~nB z58eBJLHGZEQC_F2NGXnA-2krh zDLn*Q0F*S!p!L$rs{{I+zCTa_jvfPj0_ru|pk;X-|E~&wVze$m6*zhV)asYmdG_6?t~gf$joT zn_$o^9(MH2lV?|%qZdHkPMhrNM1#)sw4x^4lMR|TvmH4yOY{n8(ixL! zQw_Q$iyci+=rvG|vnJa*&7hUNB|<$tROk)RETGae(5154Q7c};|Fx&LK%are&O}GZ zCedH1+6i7E|3mM9DxNdh!dV7QmqQ|C7wP^Hs64NN_dpwfe$O^&qfbCXE|_e` z0(4GaiQ1%U^Rh{l1{81+m6>8tp8$#4rfMB>G(dJDrO!YcfkrPeXs;lN+NWxPxg`1m z6mrRA3Cj)oK3Jl^Q?+%uC1OBhfqYjPbY+-Col>r-3?h^d0CKQ1LAWO^cJLd#Y9_a3|2;9Q^=V z4fJ8VL0jaLs0ZpP=$w_^PoM~(9lKED1tsd4s(s44-9o>Bx}ctB?lvebDp4=Af)I|{ z^Xz^D4a04jx8I`q%Im2OPs!;rVgWir z<72pY744{3*dhx#1I4hez7fMLlpZL2zsbH`Ll16ZNB>3)wNM72 zBfAkZZyNMm3p=VCInP2Ffy(J7+kXeWrHvhJh#UeW3a$aI|How0?;AAV-xBpr)qX}! zwGaVv+lof_(4bwrNYpP?s~t7TLhe8{H<~Q_6N7H=ArVd0QWWw4nz+_vm!BE*Paiw_ z8bz&wdjh4bG})?`Xet9F>Yu8$b2I{K!D~DdP}ikszHbcbHq?&xI@$v@?KM_xevXPfNvXI$Mxi3X)= zHyj0lMCkDbnmpZPUf&E_dzwUpQ?)B1J5i>rKr1GjEcB;ApU<+RmyV`ZcG-Xyj5k@m zKL%YjPog2I+A{}_bfVzdfp(8JSt}Ql=1-AmXsQ+$-NQmTfW8bj*%~*Ko?9l-uvD!_ zw5+F`Ky!wgtd3^V_N(n^M064B>T&_y9fU6BY0`)5B}z)wLZkhF8uEI|4OC>H$)0Xf$RkG14>RZS&?9qemkhp32jZ}aG<(8JAa@XBTd#m%%qM~ zI~o(&2T0uD0HB&<5ep(s+Tf%@C$%w=TY*HE3IuYVh*l77(gkNF8h%on6}bVZEzd3p z==>CunXx8)bWx#G+R{iK4h6~!G;fB?Tw}J$;gB%q6X2M6!h(K*JWA>}55Rru!<<*vnd4_&5ti167%8vOYCT z8ue46ahJ76;r!}EnPPxG%rx1GnrOaQZTvU3jJu+FNAO4|P%O~QsThE2nRGA~IRByX zSF}D6V=WX1^k9O?8q_xF6}qZDif9ca+EW71NA%#1 zbxc~!OQMNaHK)jyKq4F_0y)qT?gMSkZbz|^yb1)$2b8%#)(CY?+QUbpNmsQ23griC z*4t#ufzJBd(dx+VNJ$K31%O6$L&1S+2iwu{$R<{H1%Y07G+FL?CY=#(M;9Yy5Gw@K zww=ie0;M`6ntWB;7wL_Z8u6x580cC{la&Pe6=z4uk$Ejt1gKn7lSKg)%dgNiZCqqF zAQ7L60_|;RvX8t93QIKUnl?7l9jHFft{6~}x+d!aw7R$*&5HB@5&@$)(4iV8Yl|9x zQreCxM)LSno2OI)XkQhR6+%;qsbELfB3=O1;;1B$Q)QFAsA|%wRTR3e<%#@dp;AB* zKxHeM^l}Y}CSKR7D^waN9N7&VtB$ErVUuocqRKQ&tS5rlzBUTo z)S|<)0Eu8<5okkwljV;$X-Wr$ZfpKwGP_DZFa9#wdZ5{z6}qGOg=V%=s?4)%hFNr? zNn3SS=&sg0MvC5V?vWLE>|E3#`>&ZOms z+tHvPUIhZx1iA=RxRObajZ)~5mLyP3UhrB#8-SjpJ)vJ)@oC&6?Ml#ZE2Y{%qk#?} z(run-N6~pDssq#v=pS^1np5p)N#3$njn@Ur545qNNz-Q7QI+7of$H%x)dM0xsZC6} zD_NrPkF?*xZGjqdR3GR*Zp)7rCY?3kj*5rKxk>||eL$JonzTlWL=&EBNAs3MN@AdH z2(%OEWe1a9S*p+r%`>Pp&|f^eMnHRjk~*8zXQe`~wHg8O7WxZlCD6BSCattaqKR*{ z;eMe&BC0e78U6@0EgJ&luSuKD{0i7RW(i=Mz`l%Jlo?xMtK{K=ds-!lZ8ui6%RdecpU_D9Y3tC>SVmlt~X_WAVR1ak2~9 z;l*oQ#PK#jBU|7Gk2dM(y$ZP!Jqy2g0<{IY*c=1USd&KVS13IxnuSlb#l33>8wPPGZW{mF+id+y8`X6W3mXK&*vnX z?=Ou|IMs^RFo6L$sGuczzyByaQ@*~fQGmseX`T)fMU7Tpr0yh-$CyxlRP+y?c7!-G-snoft zPylgrPj8`qKt4d@(CEh9QYeT-Dnx-6VGQmt&ZKK^E0mX%6$KY%>JJnMR1$6c!X1Tz zNq=`flnFEtXa$CRGRCA%_Y?{tx_ee2Q3Zp5LV-@8-<7&A(d1B)rqE!Z)s;*(bR_!S z1BJp#9*;~`c0+(1K#Az)C;n9^g2Z_6+ak&|6lhCD>^vY~WO<}eBq`&O(L%$3@&Qd7 zX40mQ6>^X&3MB!V6|mYEib>WJg`!D44_@P9C>st`7U=b0gr27g#gL{7jQ~1T9>Xib zVd3WzO^GGlJ$Ne+DUAfG2UK<-s^En}@uaJVE07poM*-a{XR`N*zGq%4ltB86DiCNi zP)DG-6rJ<6M3WQAAP+fmjsf~q7B{$`Njtq!C?61SzGCt)7HAmIzkN))=dD5o$b3;x zBD--w8qmnz=y&fGDoCb#e6?m6O_XUO(5})L6uX=B?I(qbkhvZ?t$LaSR0hZggJQ+c3Kb*AJ#txSGSKN# zSmk#y>54B36(`=F(Lmz1OaW>LR1;(HcP7!q5~P-=kA9YFGSyRdgqcA7fo8Nb>8M`{ zl_et;ng!$p6pU%el*JjhquJl2M+|tQ$NBD7l!)j$>++E1g1>NkLCOJFLoY@LV8Ypa#uNI?Pp~ z3025e&k|M@%mZ3c6g{{p3hpM+_^QMsQz0NRAD<7D6(}6jwP_g?s!lp&;`0I#>=yvd zE@HB!f0`fo@=Zx7t&oI;3dkGFD29frb<^Sv+Q}r7}x2u^#D~xtf*I5}*?WO*XZ* zNgrfUs6LsHnNMp)c1wXmfSzE2JkndCh9o&NzdC`I0ZlAmvNG6I@XaRCq()?+D3d_T zfu83#*<@@_oX9TG#KvTmLMwo30=>dUN2{C)H6dFSS_!l>AD$*vHYv-cP&2YNGrxBt zyH!9rffit;xY$Rc3C+ot%#|&)8fau9B3*ft7WY-CB~VcdtpR$GfPuQ4NuT;jG_f_V zt`v~CcWZ%a0gb?#b7p`<6WWkjnfWYQpmji7;!So5E1*Jnu4=XMcBG%EOffH559A3{ zx+Jy&@+#DxbP-6Tv=OLToXNIe_1Y*zp}$Gt%zP#$&?cazu_kk1RrV-Up^n5qGoL~V zv>E7PjL9}&yQ@#QLY>JA@yJP_EkN(0Q3Y58x1~kyOgN$tw2sdFR;5dG)kdv zF=O2U^d=0G(M0TtB`DO3wDziq>;&2gR4LSCZ?U4jj>q)>-Ihtc$xiQP zKw_%B3#e!?no1mIV)^Z;OSbwJ(t%zFVt55gEF{t7-lSZPsz73WX8<+xH(7e1c}46f zCKsR9itJ3FMS1WP7bw2CL{oZ`d_KJ30__I6lnaw~6#P#~g?f>AU%s^@&>o=p9Ejtn z0*|s1P3=XV`thf3qD*^%0WT_w1R$>C7RZoR1BzNrL-R? z%?p)@Mz^7wMAQ3_oBsR;i|h^nT>|Qhj_|amLjA}+Kfc5j=paxCvfEtNr1$D5G=R+X zm1Q~vWB~2N_UV@T3JoG<^T;YV3^X(=*5(KpLmMeHl=%AamMOA30@MsuFdXqIUlWCr zh;wcpFhpe@1*(wUWMK%0N17=#g8a-WQ7TX(YJ3v{YtfbpjVA6n`Mnd_9Rtdq(`4R= z<1<<-G?rAz!P}ESCxE^H^}&enxUE9t$>{8SL=fmC&{4F4Wf)uBIw&-O{F|+kg-!v@ z$ZfLIjd6oJDm007$R;cEG*Ba-{|$;UofVow{$#CbrE~@;7h2|P46lx^63v)KR%ERQ zBElnEQU7_iunL_7)w)omPAo(jz*KfHNmily6mpdNmhLSh=yq_;w| ziLTHEAP2fsK5TT9@2gNUneNS7rYO@zpeI0iF@K7r3e6?0ym>u|>@EQ<4ltQJW@6d^ zh31i>-n<73bQ$O`bn`UK>0S(!XyyWv*_($$fvx~~1exptW`}zQOEhBk4pa@3hr-wm>9SZM1Gj}Y zI)PpQy#(@@WzvMD3hhQy;gu=SOQ2Dht2~;G>Dn@d_K<#FJkkmD3Me~fJ?0#f?p~qL zJ~GOyI*_=!*FbB5*3UyzS*6f^Q~{4q0=)sskD1tt1tz6y6go&oipmt|EzmZgS&OhF zS*OrpAfA#a(>ox4%npYw#%g1OLPtnDFCL#n^L-DL1k`=0NuO_&XjUp|;N`GV`T%qi zsQz-3uG_58G2-r(&r0bd&@Z5(E3sJKs?Z7YK8p+(pMbJsS{uLGqy@K2H1i~Rn1%0W ziZ-4Gd>rA?Lr$T3lm#A?OdcFWHL_KZVfW01F zp|fP5hy|hwz5?yW4X(Gzq_<3k&XHH%wX7=m29zI-uH0smHs5PU{j>AVDN_0lv=hDM zFwpM(3Y{g3a~8MI4e&Okpf!}tu;?vg^6$rm3!0Ey=70`$TgJ@_9~ z!BvH>lBqsC^azv==u>6{3?R1~3SGk#QidK^plqIK1wh+wDRhH8%3T;Ki88qXRUsxT zu>-y3u0*qLk^{MUED$I?(8vt9I-p1Q6}m-E<}ME;x>N?B8Ll`UvlCC<9!fO(Ho2dh zkDLN!1Ul-BB?(ZiCkovme&Xr`(tw=*7_7-IlYV?AQSx2V(T9&xqD<~U*?$@=zi!f_ zFBQ5+{`HZ8)dR@?o52bin6bXGqh)#eBPDV2#S^H=7i4Febjo{)=G-SweV+q~LkO9G z3V$-#j@@|R|4E{`_epdAB|zdZS!SSY?+sRWFAk7=v7>nbGcA+_=*4S;MeoP+mhTeH zyH5@THU<)h5WIlyy)anRL6ffhrO-WcB8bm3#nWzYpi@r`*8DK`dYsc)ZG7H6@*pn{ zV&dwu0_}ceuw6&-2loM#}HG^$AZ_)wT6uLGNw z-8>hN|7D;{COwo(p&MjEByR;`eU}?(!+C>UyoxoapF-Ek$SB@?1@ZxkK4Y+~H%;0< zNTI7_kb?&?f${)NKVh(bcTAcwOra~JM>OA85y%(l^-+V}zmMAzrO+kPBIYk3u~_y4 zDsaePO&?)1FHWJ0q(Ch1Eg~g)-Azz>Xped%o#=k^2FQU*{ zvOKPhg#v-r?KGJ0TP(OrD0GH2kM9E{f>;nxw`~SH`@y8y$|-b;{EX)X7bq`K@l6IR z{uz&VDl2r73{K!JQ{0wdpaW|Sw)`tjE!9xyIC-4V&Ppi+C}^d@_WUqu*SZQFBf*J$ zNg}cf1!}njSNGebV;f1dAeDqC^2vihVL;;+7|hRkH=WoEpv zm3}vM>7~$df)jgIO3^?+k_`4YM^vE`q->nrd58fzHppQ0fUXX*qvf$2i7JQ%+Sbot z2|$yQBwBQmgvIjPB2XOArk(~%50p6Cj`SE=@OYk57lYlw)m{WUhnv7IA|M z0Tr)eun|Bf*V<7h2k!_16$a{E9$gBk#3qH#5kE(33l#xcT*_bz(CGGUv!m-#5)}o? zP|RR1KpA!^be=3$s2EVcf(EPTvYXb~ZAY!6_A7LOvO8i&o>8*Vl>|BvfsXJ8>z3no#3EZ*S62!sI>cb>f8kW+X^B!UlF#Chl(;RW zfgT5-x1gJ6yeuoLf5aJ-iC-^4HF0_pCc7ODW0;At?= zH<+8ynw`@SQlsys^A+Y?YjddN=YSS;zBG`59m-jgH6D?Wqqg} zy^7_J#Kk~eA1E02ZWxwHqoeGob1Ywyh%z+*T7p(^ZWVTG<0M*?O1{MK?Fn)38Un>- zGFTNX0?*}B=olFp6AC0|VvT^Vdl@VhYtBK1?I>eR4h#JS)H}PuYA?hXT*8jVM}NR$ zFmYQN1AWVd$-`We&MhMmMycGR(q&+(;w4W4PsBs6AmhP*NNq)x38gCEe0(7nwW`_e6+C?tMKe5Wx0cZ!x zl-Lw8bC^Oq$chAs{syW8w6OsW|BO;-8|jwFuTDJP=?HWm_4KtCTIP6(=4~cL@_n(g z>jcyWD6y(Z{iiClfjrB1*Gj1i&|Tb?@bWlMH%p;)WO{yHCUK~xD^L@l;w4QQFkhm% zt4Uk|-ZI5wux`9e7=Rk!VZ-Fb3auaq3-D+8qTtVU zCQ>Yv*ON$T5Kx(V2Fn|cfN@Wut)yo#Zv_Gk2Kv^}U_ByCI{u+T+ldkM*2-=O(4r=2 zDv>xL^i-i8q+}qkanb080wuIC*gl{}FBIBENC1zS0u2Kijv4Djpw6!q(n$&b=N3u= z+S3kmUzBO&JB1ALub)K2fiC=wff`r0;-f+)Iik=ApgEllwixxa67RJBHw{TP$#uU6 z$WEN-7ztFao57Z##&>_UqfGwyfy9Z9Q9y@#7>wfHrT(y^7XJK%wLqhRVtX4b0IlG` zZ#%l||HwjPfJXN<*g9W4>UD9mm8nj^9Se;Gx}CS_%`w=s9|m0)qtJG;Gn_{i zadoqR>SD26`ny4ICPleK4S5BhY>q&!X9>+z& z=K=X{N5BB8h8M&C>n*d_5fa1a1tO*SK;?9U^}-u!{xuX@LsrDdrm_I&ue}Bvl4j5s zbrf1nGRN`}LBxWEK$WmV^VcVXE^MgKDpEg|M_*Bvby3|sj>9-6Phj#*v?sgO(%L9f$%YY`_$Gv-H(0+X+nz5ARjFp{pInb=f zSSH~W#IgevT0-)~hFeW#1<;5W23z*RpdW|WQG9Hmg;oM}d~2|w&+)?U2!$47-Qou% z+S4kame@Y6kJlm_j#Vgyw2RGdq18ZxzM>U8HE7}_iKZ_iL&d!ltzZpM|6c}s@)+L= zn5NJ|awC@S*$cE5sFMqx0X@Pi_p>FMwg77cUn{$HKr6AUeePd_UYf7aJQ5QhX`%H% zmpyRoa5?>VfueVGcOWqfhXe$tgG3I{V zpx(O`8bS0z{m@jh@$+=sfQI2AU+fiwWhl22e&$1H0ZrliKYxA ze-+|GzIem`AE3851()f(LD!sCXgC>KfUobwLBJhA!8i-K_>4inUXW<=NYXZ+L_2}D zO3lb_3 z@Y?nVg$9tx`FZFOEprdhCZMfr3_AadLVd~E0{ncYKzn&gHSpAJ8Q$vsDbbXkBySUze%Yge3TL?9RSJ<Iu{6qm8!5KwbeW-oj<(7DMkvFpm-5z{Uc1;(J})^DU_MKEzN6Opi4kYZyRjI9D^R8sE`LK zSelnfpvyq_uNbTtzK4;2hC+nQE+xCvRiN>B29$4sK||(CG&KV`R8pdAK=V?uHb~DbFj(?pgAUm!5ndMBSzK;X z-2_^UhcbupWsL>fC7R+ye2Vk){0xQuXk&`;QvqVwxD9l9rNMS0 zV9eXE&@b&xQ9dY&U86fdO)&B6i*Ix+KPu7GpIW`5VHUazq|Y^&(+Yfe;gm$verUUk z@F#&HyL&*vGYnP<=-CB{rhnI>i}3MIWOpCv{6yRqpww#;&G@EGEu7m*=>gE7(Wr5h zY0VvlzG}}3MOi8R3setl1Sg;l4;5lsd?DF`9|AcB{I8x0K9^`F(;5|&=n+sKER))z z#y7mNqn-u$^k3Y&$3Q2#V#bOa9Qw(Q#^n!2nM5mi0_2ZH;6XH%Enn?uNj`pqMM_VB z)?m%~&wPVs|7}N`5;I!p8PGU9C0Re$pmFIkSaE#TSM9JGrJe)T!Bdhc$@pGRMmxF~ zFBdm2fQr;LSby}pL7sN>HI9#*qTnxqYSut2Ko4%`tsBScWBrdx7 zcc8p(1{*cdpl|<@2tBw!bZH=Q?|uLc#dds746ogr+fk0_QdUYofiC>e*;)+LUs~Id zb2PufBD-HeaZG0=`eD}7!H(WKWOl!SI)2pIu|AmAcCn);4&I(bEBFIsywO>s-UdzS zVMlKq{GqY+DufwDG=nblt(*xJbzvsPbc-_32^ILjxp2WxA*;Z~^Ll zUuW05q2CQvh-pis`J)t(QaYg2TRMBz#h{Ln3VqQ!#K=hJ3Y7jDuC9|oe~p!BR+`o| zHoujU8xXsov+^Ac`f!p$AGG~({IP|&E$M->pV3*}4k-9^h2CjS3H)q`KpB8$AJds@ zdxNH*Bhk#)TCPNiGV<&W>g*g)orMa$(&i=ddJ-vVJiEO*8;LRvTdL4YEiqA+$sMSu zp|hl}23@>LqFJxBums+vL`oh&wRY-w(aWIQ)+_WzI~7+KNK~dLP>z3eb`eeG?=1?w z(|X2MuuvwTfNeTkjW!;)L!#LqG&g*y;J=hI1GU?tvkvHY7Y&6zY0Dh4Oj&?_ZqV6r z%<0PPQz%VK77u7e!M%V61LZ{M*?UN#FWREW+Q?2cI&UD4^*S4e>6&&-qGYBGj^Hu# ze@AwJ-mcYI56s6SPbu_G8xqb_5{G}X0p$c*HPfKE&MEXm8y&{$Nu-n=$Z3tvUSs|g zd`Y6&zqC=IJgNwk1L)!^o&Cnt$nBa!zqL6bvP?OFl2_{N112;VZYtzNjs^43Bd#tN zP`wp8+l_&`|6PS#h+A-DE4$o4nU?FU>1wp`2NETxBTe%*w2%+b{-rv5u+E@89xLQV z_6G6nM8Wd_)nB5szp&uC|4gCuBr1qUUx9pqj-=@9$W}DpR}#(6NLB~(=jHh=sSI{`~4hc8Ngw>+5XWVS^qmppXwa?#Ek!Xqowd-q*$$e8iwv3M=GGzWeex zE>g-5bg72UmH_Q5rjQ>=^5x^5Km~x-R@K>Upv@&EO7eD?CcN!FY|vcONGB0$?q=!^mx zRTT;%)%^LHQPHJ}0+lbSvtmFmYDhFUi2U&9r*Xv96$3g|P-khV%+NY^v>|{G8v+#v zDxFVfOM!aTx1)xEviX((+8d{{;y}9_*-?fd{vw4)sU%QPw9XFU2KzL%qrE{grBXn> zBXs5fn%=^WlJfF!C{ij7v@!%^3mRQS8#^i$91kRVa2cS3fjS$F=6koj9eoXs021R} zS)ePvI6#7qu(p#zf#hlk?{^}lazM{>>Fgo;-NbGR1&~dl;Z{oJfih*++1uSfy(B^_ zm=VTjJtDgbK!d$>7Gqd%3}v~-DU_Y$ ziQ)H7Ea0mFO#*7R3}51$q>wl19?LhW1gZ|y5GZnyL03;#C<_@O4z-9f)c|@+ban!x z`TS&sGLiZ5e0UZ0R1@f~rn9nG-yK z6iQDjC-N;5aa-yEefYMExnR1MwnL)1Zp1&4uc$>8)CUUrvWsQJLc(pg9eqiVt)Kx= z^v7Lzsmh@B4@fl6m6!=KyM{pX-tJ<9FliruRH1ZaP=ddeT_d1duXeFhnAVOzDbf6N zq<%t-h5iCcd$EhnX^Uy?IfY!X&CENeD0pL_$Io}Msx1sU>#{@(T*&5l-k!w0YXbBe zDD5wU4!mJUvGM%s1ZoPj?By=Dubx3i-nFCOarrFN4CvRJU95X8WcN@ZCo(5q?)5YW za{9E3-L7uX^Uoxj|4ZAGz+-{Pt_4u1^fB$w0{c7)ka$&9q33gtnV_~QJn(v>e>VOp_^YWfF}~3cGM+5uW`|Q zI{4NZ?+`I~X)Lz8NnAsU9#7$>E@?ZrNuFxmVp->l~Qz+BIocPvvv>h!G zhs;HGU4d$%3bJR%bEyP7iWaBf#MN~JT88L5fun+UbVzKzh_R(RP`ezMv?IGWMHNcJ z5|>X#1?mA*)&~axQSdpXBwCQBWfw71M3tUEJN$H(>~GK<lzIW>4#FfW zFTPk>S)zq$T7U6PPf_sRKm#$}WkQX&tYJrq3iSax7>>XiiD$2M>?lnHdy!pVAUB83 zhQ(ls+fbp;+A#;87l?xQ1F9X1`BMT4-qem3Ie4QJDN&%s37GZd$E>HNM2kLa9UZ*+ zij?{Txfak_|H9ZWXlF+i9elMR&;X#Rg>`lnZG1yVJ1XqpFD-~*KM*LSIL6?T26gRb zM|mB5aU;+mAivT&Gts5S_Oc@nRi?o}z02$DYdL%=m`arLS<@W+O+ImTLx8eZLCY+U z=jMYX!qxdW`0P+*Hx%d~rjX~5()VF@l;6SUzT)bJ0S&98v%{qg+GmtPX<8SNl0d_O zI$&CRxHvw(J>HJiJNV>5pb0E5GW$$c=#%CYEzwAzAAg}`;mtt5TqGK%3j>EQ_B(zpb&OOffwA3N#+5Q#+mY%Vp4^ z8x?x5UB>#RcWv=Y%dk&+09(}BE(>TIqDMudwJEqbSI zbnp-@2A~;0HV%z}-MYYM&Bd>!e4#3uSopte{nugHd@1Ggkv_+FbT=9yyRHw) zebiDSW#^m&baax=wufMw`IQ}Yh%AJZM9Z8Dlw&HkaU!rk{@#ufBIQD29?+=iI!ld4 zz(|v5;V11^1P@{&rTIXSv#=_|$a(v#9bJu(DJ=lXKL^Wh^t)2O6iU-JM95&j5a`-` zERzZubc!>vhI|D3H6kU^=oSHGUyQ|a5rf`wlW0+z_8{VKl&KXz&afD0Irg7CfC7m^ zpR_)agMq{saF+m`U#+uy1r0hXlR_W0`ccDx#8>E-0*zR&vpxB+ljUtk>BSei1zHC5 zYm?4KpbA>%ROo}Y)G^0OX*tk=Z9o`X&gZeCrw+aj7ViYE0J@2t(W6ml1%VQ!e9&Gv z_`MSaUkUWu)LAy%y9Xh5bi~1DtSxyJtOEME4_iy2C{v^zt#a@wq_}shfj%A5nStT; zRE$K6KWJkd{K2C@Yk)qd>g;;}erzI9B9y7SLoQ6$a&%H>MG&8k6qE=l)pzhIq)2HU z(5TQwD=(Xktg2gNH+r(l($!uXWbj7291c zBtktsjgn|P(7*3>w#6Cuu8kd?isG$66#O5c!)e&e`>oUHzwKy6l)Hs?0ImIs8S77- zPU#{Mu5PBNCsC%IK%IVKc>Si+Yd!2}N)+E(64~tnD*gu>LZ5Z&*H@wU+UF=g3+X^9 z&UoPeL8mhZNR;wUOL6d}o5;=pigd-xXK!?xVW>ol-)ce8ygiA^G=Yj_G+6FeIvp`W zqLjDVX9urwk|a`yxh^}i%#>*ROp-bA(#(k0__J1#FM~VsLUP7 z3jNdq^YRDT0v!N)h&Mp8{?e)Ue1(2%-2!<%33L!>ybqo!I$0~hsuRWGXl#-4#^h=MF#MK=Jn&O8S;xJIRU#^fF`H)BMVH^Q^>2I*h7+zynDU^Y1 z@$t0ElnPWX5HEeY8}!o}i56*OP;Or1BD-Ti!|+(uB@<3h;Fo9q+ss?!PI~0ZY@y>o zI^IedfHBy4lSB(WN&lP@odCKPjC1zr=C!vdl!>g%;ccaK66kdZUZ=r8J$0Kz3$l=m zIr!v3ROTt5?|8q(1EFW{KMHw~;n{h10-XkO4#(T7xiQ}DR46OCpDlxx-5DUS2%OTz z3dr41C>v>-jo%hg1!sY>;H8Cfh?zdSC7PcD-|OKg6-0LDfCye%D2nLow^yN@q+eFe zO6fe%Z=f(tA+zsSC^zxRN-T5%=nWo;y9J{%4=UtC&UwpwcM<4cyt?ujlZQ8l6v{*9 zdS^mPqD+^7uEn6nF|ECNL?K_&(VIsVfi44`$BPt`F-n=K3i*?&3S9v@8E3GD81LpE zS15oK_Reh;{3_5fJn;9$G^GDYg#z(WAC5$J*MN>E80;>F*Se=AnioVoz4@6efvy9c zO2lz>%pS-c z3dP`aQ*z{d2ozcxZ>V8mn(?7Ru_RkIzON$U_#>ceWenCH%gM0E5+%oxt=R%B^cZLd z&Z|7d!nDOxiRQ$SR@wPUPf?~PKzl3TfLlfEYCl&fp47>~hkTLUQ=n&+3^u=#L4Uur zqrY>?vE><1v8w0@m2qU}jYP@uq+c%C5uO8`s&23=*f{(8&W@(!mSf8cpka9D=5SSm zF8ydnrjHEKFMp%@Yy$k&{r`Mv`>*b<$y2KH5)-K{u2 zCz@Oj;+<2V_dt`{BCrDWcatdDK}HAjdneEbpt(41m5S_&YYIh@Qet=&=p)cSUGN?? zP&QA6!pZY6S(%@JJbD^z4C*PyOQBFQU3~Xnq?86k@utiO)Oefh3gsm+QSzMFXCQ)? zU_x>4F634yfZTTQu|=fx1?a#~9DGMpN%B|7m&}ZD1rn9Xfa;Aj*ip31=D`Z(#jQl$?Qn^)}cbFN3yfqR?-xUjaTS3giNGpqs%`Fb#R! zQlUTE^L+dbHIZF9pnp0V>d2T?yywJCR)`p!|44 zE&hd0@6Aw1BOfB=1UWO%ra^e6^_fn)%~8mO_{7Slk_G4^4wephtkbZC63uoYbz^0~ z@B*5Q=KK1Aj&DyWgeP1M-laq<@CJH^-qH#va-~9qbc>Ml%&b7|a3Z$ABb`=XYe!Wh zct;RdmknsZ6oc)5s?)_A71GGb2pJBu1GSiLu+A@a`g*HG$r(u#Q3WEU96)Vm8O-ag zPOI*;qnD9<(>GbL`J1Q$qQi*MxJU~us@R}`JX3o+nOKt4dZ>^SIT_p4s)8V( z_S+5C8}TXfnM8AcX+7gB0*Otkyg+QH!Db`U<$JBrckQ7#z9&#HP{G}JBOBX-4L&IJ zRXd)@3odFr1Ze01baMpOWnUzk_f;z-o=XW73iR$MJ}v^Z<%dE)wbOC@>7=;2FrY6d zF&V{@q_>lYHJZ2sZFUI<=qL)PT2{|3sA4q(=D;j9n zEqoXTalC$ZJNg#Z4@m5;#Q-h4V=#l@5oT^XY8>7cNc`+qEYI#PW`|e@Z}5|70k#n% z8Uu+fxHzC{_YAfgn=dR#A&q>BXbvRqT|Cf9WLE{vw{)093p0?0QC+N*5`a42G#JBH z!0IT87P*qYqN!D;M4+p9{h=Gv>Bu;VQk;k$%d-=enGY!KJk~9UMkj7d5uga5 z0XKEJtgb@o$S83rSfo@G=YwV^_;q+ArgcOs=?K;cL50i8=a?c7wM^rU4Z z4`L#v;y^y=QpGOlbY)A0GLStHC4fY4DFJj6opaDRou;+5qsRz8K^CYa(868#fX*3g z<8)LgBbgR{+L~dM0&0bT(eAWPOLUcJsYdpPtpF0o`bz_C-HaZ5Ql|ku6(ZzY=tUs$ zzIhp-LmPmO>C~mK9nA<$1rne1FAG!`Xy{>`UhFT?5{;Y>-C?0}K&hK>>id9B_YGEv zkXxZ^fW$8?lm{w~_gi-F)oDtSM2iWj5xN>kyc1XfX!{Oy&fPj~JW8SzchWIrm6cLO zpcgu(wT4bT$Jx=u;Q2sR_^x(kpaUkp(Xm6P2PR5{U8Bmu(|{^*R0XIl(5==JQYa%rg2rEPspy=CY?T>A<+VN5-U=wz*DLQGy(T6Wt~p@CrgCT( zP<^0*Hw^Z6p-zjL63zUh{ZXg^&_l$`aY(7zK0C@8G0IA*AyC-A*q%Va#~qSr#&2y` z_(-eZjex#9#^x~UX?ChYf3$mH{N9N&{RLF|Io|MJj>+griKaV|7oie026B3Zt)*2u zt#;Oq9HHZ^l$rpIeuEdA(NuC=w4<#dW2`bY1-kJLYtD^2y>&&RX-;Hn$XqL>Wrs$lRA1m}z)56AEs1;D=@Av}Aew}7{uFwx{PS{urwFbKU1Mk2i zsyM$^=)0CDTvlcqp!vV>feOT@%*Y27r1m{ura0yiSLFRp^VhKZ4h|K<$Ct)8R)sF6;E>Pl+a{Y2_n%QxT{G&~1Fy^z?O|hB|v% zv!2NxwS$qoONox~H_+zv`2P4E!~!>kK4^(iyd#LH(g|p8MttHJYlQEbM3dfWD;4St zGz;HjE%HRClQT&)@r{OyZ4@BQkiN-zA5@M1p)Dx%$K2<;dk521FNi_D6HY#SQg?e#>H)x09iNv#5g&t^! zVq|u`ffzpBTM(1>P5C4mb5E-j%Nw1zEq#DK;f39fnA5c@EYavY+9rki0`VW4Xy=Ki zBqbyobz6HHJJ2dqKcEfKCaZ{z)z~I)mS%mMIMfifn~n?!eYkhkgp3*4ijE0%%h^e19BI zyB`l!=#=(6N~SatD6kWLF((|mYr_;esdZ6k6i}OP_~kQfcP$^O&UEOG) zNxe)~%YkE#V$oMlJ*!(~e2fl7?P*BS7zVaQyG@Z;V-3QYuhKN_Dq$HRt+3+=EWQI5jsQcDy%s%;CEXfn{vN%-<~QJh^{VMl2p5={XrISs%5Py(C7t0fwE zREt$;D$tynXyc^}x^=xo{f}y`gJnw7fKDdkhamBYpypuSC;S^%_d3sP!?kFcDTsCTNiKeI#&fsSo8Sx{p%mGgG=$wQ(= zK#RATEL#(N66AtJ$PULltbUgQRDQe3E&~<0C{fQ;ZDt0E76X|;&6?tb(EmYqTqRlp z^b=?UP~l55r5>poerCwZZYhx0KPKA`R9m6$shSi1`7ahM`+q^p|6kAwpd85V2(oLW zvg?+r-Eay;cDZ>RUkQ`|^cZOP|3Pss60HL20EDME^qfLnQ?&)@qL7j=PiZyKcAybJ zB`?b=0J`id(HbDH9ry)HpwkMWOqbnaky0Q}X)Vx5pkdANe()8U641W%1%QG%S_kwC z$gc%9(XUE`%AA!!qV+&ycj9L*fxi78G%aI!q!h+e+5nVy7k)9PCH9}L*;BfpwE&9Y zXd}=$ph>Op4Wa9HWRhAy@f>Xe8l#(RVrzruylF?1-0K4+aN1e0q?8@+z{sG#*7r(&N$)GL|?Wm#`Uzmys z%?_Z$`|uk@T@VW%NraB@$a^x7SmN#iy0jl3tLcUlXHV>?ZB{;~E6=mjfo>c?eCmNl z_e>&m&RSlxEoAWQ4&o=dd*Y>q7j|TLtpyTuIuq#JA%vdZ_zul0i4Y4?yk}TwH&5xX z$p-et!_YT&G$`vFAThJw17se-Z^}@Ec6nzmjstn0 z$Imy;Hs}fuiTb5#9ThqObPnj}9L!iV+tCq$#3t2Apn(_gql@!#e%xCknyQgJyb45_ zPVww6n(W{ryl|4uj%wtYYE{8$phZB}m*A^%Iqhgpo>f3%yXy>)$0da5qJ3N1c4PTIf6wen5d$--t)z!FF`e zmv82YZNUpb%Yeph!At335)DYze)!G=65E0ofw}@2+cD%v*inEVuP0HNmw+^&pF0iu z(_u&D{P-S*K$n3i>ZzEC&=Y4zofWzQv=O&u#9q8wmuN>5{djK?jqWPYX58SF2Mp?4 zKqA!BD!-`~x(3u4?a4Td8Af4=aCJxhcq|YpT?cxM=9`j=PZkxkqo;nn--%Xm1IPm% zVdM!sM<{7W8T=)>3G@SdTL+5nbAsiRLoy)ncM*?jYzlo68c?LJF4U_*THvzQW1U0RXh@}VMp~uN+Ph{ z2P%wU-{3l4i>zZuEmTSmfaYNUnsXCpwd>na7ys!fxCpHO0zJXVdGR*hk!WN`WBhr1 z66hgNRgC6O?jo=@v7=?8G6i}Bv|>AcG3P!$57b;D+`FCrQ>~O916{y8)9;}{-?g%% z;|e_i`i5z3iO2W`V>^jZ(o?k} zcS(Sm!QI^XN6byL?Wf*qm%V*^PYa;Z%{V zx1f5zbHsaGj#Hne5k;^mjSMiVr{x{!)euh4;v2EmXS&g1^GLl1O&jEMs_?bhadR}H z2u7wE;!nu|^&3c@_-^gq`EJxajgCKk03GX3pd$fa#$V({MbpTbnEH1gL6e9VWaeAC zpO$Jwrx=|^cKPbxeF6o8Ch%3>^eYWIY`u<@O^-rfKs7;M_`Yw|HEy&#a=agX1(haG z5q!hC%6d0yY0x*&-T|EGm4=hjH)+)Ch?P204k1-xeh1AUhOv*2Z`b?NjZR0%s-jS= zD+JC4bB?L}JoPq>dLOk08WbD!l0Zj)KD%7nr%|t?R?Y}nGgV4)KvjnMoN0W(Im=Er zx}92wPve3%jo@kFd(mHa8+6Q?kh(W1sS=L|iW=>6e#!2$FYI%piVCR#a(vKGs&DF? z)PjQ=^*m-JO)YDI8XyONUhyED%SDMFG3dB;HkG`bN+}RjpGT@!9zIfj%#B*6Di2Zt z#vst%DLyATA5LF$(x4O8`IH)2pfExvtMhY;^cgp*V2}V+n@PN&pwHfQPNNY7GfPFX$^3J3*t2el~1DTvoK z>U_%TV?qI8pv9n-psfaVI%V~Yt@D%^v<$Qbw8x;1ykcfT0ZBj$L7xAj4*x+(|KCyj z|Da_5pD1&zy3~T~a>5l3@^ZObT<*Ea6PHUJw-HEv*)=)n9jHQaPW1Xq7Xhele2r3o z$}RLcH$Yzu;@`~+kSM>rTq@84(5w5~T)x26g9ffEhR4Xj71! zEUS5N1gPF3pVPb)pJ2b`MxCs7pdvD*NYENk>(ZP9f7^}jSj|91B}xN&3F=pdV^i;F z)ai^>Otkc)w4ikK!E?%TR_|Rm8YpDORX9EhR0MSJ2fp}z&y5xcnepQCa?zk@&}Ys^ z*mvKcv(_4e(t)m%r?eG(_N51IG*UG7r<5Ml6qK)`&wlc^LFcU8qMkob89+NI%&1B} z`^`UYbkEW#BPbT=HR%0AjXIyV9$U>xNtIJ3P!4Lrs>(k5!y}EloVW6dwtkcuRDkEM z5l2KMdF)0j49Wt^%oF?t6!XN5$_3m0f0q^XagNWKSk-5DernJK>s@d!kZQ!TfmYJ0 zr2Wxn?|Kr@&PNOat ztt*M-fJUJ_pv1J}+d*I7YeY&TLS=uaP+m~>2{ebC+;Q}SMx+!ICf8mS$_FYijt2p> z_>&vm4b$U-0-%U7G(Di%U)-oq;{K$hy0U^GPO^34*Yw$ozPV8>6~<902DG2?Qw`9% zSc&|h0P-|CiOzT-P(Q{`vq5L$7<9=BNh%9drBoP{j*j{^=zBbkx?ZxTCY|F)ML>rK z5ge}NvkL^eQGsN7KvNXdjPX-5P&dnsmL(fPN@_q;4D^`+%^c9$U^j{zu1BoJL7n>e zoQt3Y3EiljK_x)%da;gB+h_k2>PAPy<@ibcyON+*J$z0<(2m4zlq|U%)2U%dDbSU! z3?4wKletl~|Gt`g|y2LD$C z7qYuipOm^5R0d71>vKAjQpa3wv^b@lNT|zI0UfEuuoe`M*Nu)FR26i$I!zB%Wp92r zdTuiQBPh#{KIbrXyk(3=-7Z^JDj5n;wV*oa03RtAJe(PdxKUw)YJi$oA{s(Vcea>8 zSFC@{zpDwlQ<41zwBtQXx>1wlGNh~iT`ka4Pzw5%)1@`)e#NR5E`tgR)dp4Ja%1Sq za{QoCk1N)+a9!ecKvzL&={b9r*Qnr%L0rmqW{$G=-nZ+@Yo8|5=KvmR(n6`vEv z;Nhn#Zd50Qt_Af$i>mS!dd760f7GbgRV!gi*&M2jHvnCt#E&x0Tw2482AO;J6DSAw zE)T=nTD9G1Q%c<&HUzD!K}z{JKe(N2D0zNx)YlCiE z1HyDDpgCwnGoO={;s22~Zd4|b4#&3uC1~z*&T?CRX{S-IJ65?wG6bg{gqENNpur6P zU$!^st~DyrLO*H+8Vah+uy#gAH;Ns)0;D1|twEDP>8VeZJG)WeP#L6Bs10Z$=pBR6 zcU=s+XI(U?E$BDUZN{0~y17xcFqtQnQaex&&?z2-fj!*lN|+3NtAJ2@P;<~R9;xcR zH0piNs;ZVPR7xE{H9?mc9p<(*>UH0`m3Y4Yaveb>K@MZO41G1~ec#%fWSJjz24x48 zXOLC4zZ?CYRNfYKxh|mOpot7<8V_`%g2{BoyMp3^V$+Dt8RSN%lgTzyrPK}dj9M_1 zHuIk$8j8K%+nzn)vKhW85fJ%BglZ=+<2CB}z`B}Thna2APoP09 z=z}L3^pBM_*+hSy`hco}7PjKly2%DTw916)jQ0hV2esjZxRg^h>hZ|>l5j35sW5Xt z&<~)XcAV}v&7jBD?F4!$r9Y?~Xmop@?Myf5iRFaIjH{FefGU9Abf6Z@H0Y^yEqJ28 z2nK>Gfr@nEtln7~^?YVM6f*j+Zp*KrDxj8~efEIa8ufZ^MG2j!K_FQKgS+_b!E-d~ z{lc1O$-tSqcY{IIK;ygmY~sMVW!@FIiWf!2W3=~*K{^0t)WSi;$h4SH|& z5AuT4DLx}Xr9cJyFkD-rQSbLw?I2m=3XKBAfYSH%*|nD%Ku8gFeu0 z#2Ls@WGhTcpRE{G;ws}4K=(k;LB5p+eX+g+gOK9G79Y6_@5=+_~ft-98r?^d3m z-TsuOf{KG$4E5R9T_~1Ft7?I|+%!-isO)b(d;L0-Qf%=p@PI$1>7ZjxnZW<Q+jSgG#K~QKus5&Ul7@u8Yi$Ou+r1;a17JxQ0>WLc5 z>3&-^>Su{UA+lzwJS_x$WFk>>9H+5ubEBsrG9`r;fwF@pjrZB1UW0@PPp|=`>iA+% zZAM}TCvZ8R8(j|B=}&11$o`4x`) zM_q0is9}Bf7fdG7zRQgk7_=M|RgVbG6o!zy4N4$NtAD3bS^>IVhlUk&V2?%v5{ZD| z<^Id91Z}U){!GxRy#|GfN9r+GPw*p&4A>4*H+Tc+HN*erpuhfuepg6Ux{aW2pj+I#5r<4l$;HHgEu^H-CeXubY$gL0 zIBZY~F)lzqQky{?L5Ha-4_zpw*b(6I=jjj7JLWCvL5q%xo{O;appB;QsqyA~dkU;q$sLT04 z13;-krwtkqB~}LN65kHW1*$-UvEYl&y*?f}No8 zpjEVV1<$xqfa*3>iSGhs1YM=g3_fd6dJ$wA``w_O%!7kLw_PZM_!zj#f4M!NnxG;y z(VlZUrG6Pjd^N&QdD;v5hq-wt8vC*54ay{hLh6y)2O0#LPv6q)fem z0=+KpbCQ6b8q_bF*b%gulvH6J2F(X$rlUT8MW@s+yI35w+K-Na8h}dDV9n%a#Y2ONiYcmQsvCSA)E%^yY0}U~ z8uc&6y_3^!mGQqoSwN>c66pBXpyFbXs=lf)Z-DNU@;Q&0l@)z#PzkE<5r0ZILDN8A znct;-;zr+15!?b*0wn+iJT<7KcxcdV(5I3#tV}0gx=<i2^pi4(BGi6psLKxN4?gle>t&TRbO?ve?S+Cv#YW> z!`e3nl^4T;rs;WEzwFKR0Ok3cXlq!q7K{8&Tw(mUy zr2>8UnNIP8K~+R1m2rihgU%Oa9|oxJM}w-0#A-&Z&VnSJr257+sIEA!kSc=DpkUDV z8a}&FJcH^nG}0-30qu`rM+YcQe2x0n6Q@<4R7zh#eL;<@GZHhXUw!c~P=-tt`Uc7g zk}IYQ0!&H`#5+~u3VjFNDagX(kBr0u4f;uJ3Y4KG_3vU`C0Yx5N~kh#kQ@E3E~ijz z&<~&tp!Wv#Ybe&5jK={zFW_^kSMk}$ES*xnMiizDnW&WFf@Xp2%FJ7YK|hPX17$m| zP&`n1(DF*GQ3t!xO;c6kgWl%%IoB$(+8tt0V{Y(Ne@X$Mg`hZ~-~Ost(%n11(*sLCwSml_!NlK=1PM@5=h@Oko=JYcB4Y8=L?%9~1}l*@aq&%jUKu z1eFKnW*^4s#3rQ{;)1#@>T-!dPx27bCDOhui9sz%Nj9tsg@Pu7#*|{oDXBrNgvUHm zVW5H_4}tv($u#QQng>Bw-^8Fxx!EmP!e>W>8`MTzQAjmCNkF|oi9oOagU$xZ0HZ=l zLE)gv#eMe9B8e527%7r?Ku>rCDo5*L$$6Q@59jIOwpYtf6&+d}W zjh0xt14<8?l$jtEsC#;Yx{I1ZE?%jWGJvLKV(goj6|M{#_3ADP2g~+Jp-iCG8GX)< zJTw>?4eBAHLu4ISl`bm4J4o)+1==uP~8D#2lb9*hfppGGp8G!50iOPH#i5V zUut4Kq|_j{Ms^QTKglrv<#K{Lq-5;NziW}#pzgw#RJU}wK&_H9+n_LK=XawT;XC|A zkQ+2Sna@eX4UQe-Mx&C;j#`yd9#Fib?0lg<^)Bp21F2K5l9lW+2;lpl05j8$Bko@AvB>Lq>;*QfyK2xvFW;ZJ1^vc;UF za&n`FkOe^>KwoHm+mth?kNA>UqZrU&^5oDX{7}K5eqvCV44J4AYa!4T&~ZATcNI12 zGe8s$)u=G2SQ1{(qQ6^M*`R^KN+d%8Y9dhtv;dTcJ~(4lgMJmy63D2LLPbGwDDe&S z<`aH2Xt1yn=kMi@7%Y1DU!sAVFf#X*NbO&F`Bu3^wnu_jnfan-*o0m?!x zSjecSW=(^B6D@-Gf>aEnBxp3~Y7LfpYZ>&r2n^PNj#8k1LGc*V&980HFmX`Ga#AUk z0aXg;g*ZlszB&dC7o&s@zLW*61XW|4dA6=b{YHo;LKndgpaAN42S%*->lrjs6cO^@ zsmqlEwFC`efc&z)8^sYiNL3!R7c`ln_J;-<^&cf3TXKa<-IfZV$P_+j5rg*cKN&Py zys~uAvm&TJXamFlc#RAiBkoz7{CTPbx&+$7L?Z6b28|W>)tpmhyfP>skNFO!Byk%X zG)}ysCQ;qsf5PgM=jH)Q)kD%tM2v{?9 zEAWdOO%Xmnss=g=O3oy(d^3&uPZaZnUMQ*#%1a}bkLhHi<_1j?tHd6EN;N=pKvkKT zc5Y$NWHD9f(05HxP=wFv$`p5OOM|9}#zOYNs+?+px`TdavOK4iK~u#hs}V@m@!Fuv zpb1R77q&KNnmBLimaYz{6ixIZCh!~D7&Kk<5EuO!uM1ia+Djw!|I@i})0D%@|UQNJ1DfH>qw^+BURUkOiqZg0>`kw1ZqeJl#1X>!cGRw76nx;P$@M89RTGZj1$pWqyBTmPvWpYrADCaQ9h?40inEI z44NxytJ|Wg%Fm$jpkD|rmFcR{fO#UFLh80O20a1w=*qVKZW;}oFWy@+cBoJjP-VK; z-@37i+ufiA;<6>%0)?7_mV(A~_t|xNX!Pp>(ZiDMxI({xK7mH`VC>t|poQY53YjR> z3{-_Kzk5&iJoGYX5yOA^NGa3;G#*r-m(Tv&g%*n;YOz6~mY`Fh=b$;gbxMO4iyu`u zUZGZ?CNobHfRY!1=(||R;4wlEoie%AhwSiZ3#NyM{PiRKJ0js(cw;l=s5;!G;}pZATzEm*9Ei-w0$sBw;>u0StBAWIUZN2D=3n|=r*GN zkwXnyE1s(0i$dK%13?>xvKacC8(mRbEYzr{JLnQ<`fu!>Flg{PaWY7^Dm_5C86Xe- z-Dh9>U8gi?z1R{Y^Q2Ph2^tA%%__-`VFqmwa}DYRx(TW<+-J`kuF2*m2aXm3z{ z2JM+x-sv?$qk$X6rXV@OP?xhoV?fqO9;uNU4cH{SLG%3O)CY72^ca+TltG(CpCGx- zQH_23f?}9$9AjN7c(g|SH;cYO{XuG2+YdAm^v7tH>0Rg#;&ekmYAZ^A&`r?LF^mhw zn3Vn$BLn4jtN+{A14_>{smNF!sj+TUH$d(+QbC1*pz5Htpvwjg*diXqlKT!-O22|S zfZl^Lj58^15%uC}G#Io1G-Mpx8UBN|#MfvD=sGCfc$Rv{>y-L!6)gia8VU+!rnnV! z)u6sxMXtE9$P?kV!Lfb=6#|7#U}RX!t~e3KMloy**-=Lh7Ze;h+S}gIi2uYttk*`lhDcYIEWUP-D;!lX*jJvO!*9 z1x@sq_(;$iQ1ldn!&5Y}eJt|H*rB>Dqd@OL-$C)G8nj(R2gy)?LZd-t2?gAl$^`yD zC`LU9>fVh3jhFF)X+GOK&7`zLlvEFbN@*-J*^NlG7yhv`hlYFi!X!rns|pO1<`o^g;4LP$^9Y^#r{Ft(;>JCs+hc@}nuBjiBRm znYzt2XrFi$sL@oAj6ZFh$Kv`tje74Bnbm@t%F{GZCL&p@=ks#Me1rCj29^$ePX{#y z?O8xMEimYSIA-ZqWd>*z=*B|A%nJ=VC@v|a+NYVI<)BxKe0Ie}1|1U1&2ViNXcH*@ z5_SkJHt4WuY{?jgN@+G|2Pn}}g2PJ;IwG=}ZetGUI4EoxZNXAEN?^%=km?cUg3f>v zFQ-RXX3$Y_OKnS2Xg=r=DA@|$Z*iex;*jY!7J&AELRT_6T&`2HkBhZxMM5>K3qd|m zyj8phw8D+%srsaD%OcPU&?nIHl?I&YWd}W3 z!~AZwL8ruH)s?9{Ed{NosvKC$w*ED46lKX6hAQ!8pnKHuQR@hOuQlj2qeG3BgZA@q z=2}niWt|(n3YKkw%J>RU7aEK`AZNWB{gps2UMaK^beh&T`39DHHyU(GyiK$iq%yt= z^qQ`$8L0ebH_D$_UQVIapvUy)Ye6~xbfYCnbX0o{Xfb1zfQ|H=Tis|@QXOeu3u?u1 zZ4ju3$BoXYSA5jv)`8M6V$HFM9s53wdYu+ElE~g%{k!#`91PlbfrjpIqm`j@2Bgpi zP%Wk;r8o0P?b4|C8Bs1&Hqi=g1dU|EwFeY?k3na}?nJsB-vm0yOflvUpS^LfLFYul zM7qt~3<_uVIt5f=zd`4PM+MGQ`}8NMFBABypc4l)>UBYsOsLz;Euep84C7B4j6()p z6c-X`v=!8ukVy&9lEZG)CBYc}o$3*`fxd;Yy%_Z2h(VV`x&(T?#RD1~$_6)3lVb*5 z7GFYioX!i1lZbETf%YCZ=!!TKGSYuJA81MfpK}+K{G=OA3HjZRwuAD7unA#{&u)Io zpsS)?h#t`F038wpgg{$PYt-|aXcQs`H0s~&1a-1lA^^QVqfxJGqK!ejKp{aa_=8HF z)2QclF(E`2fx0cbLCXV}y@Dp4*QnQZaWq6$I)(Ot%ETw*TYdK33mWzOOS}si>qmP* zx8f3f0mWR>sMlX2dxG(Pv=7uP4&!kUAGGtYDfYS{`k5QNAM`X9Q`~LT%&Ts6A%Py# z9RM}q+ovr-1Fso$Q)Eo2(LvA&zM^^z^yRu6jZUaX7>7W`zj&SE9^Rn6VbCoRl1QV& zpox6h^#~~HmK%*rqzm&1=x@Fe+tTZ^58c+N=Pi*URHLJyl8)C2@X;LJ)u`7ku_9C# z<}uKqcYN_3l>NR&J#UM$Vfwi{4qElb>&)Elv&G+T^fgSbBdB|K0(AZrhXd?jsQr&d zy>5$R>O~6G7MujV;e)$_ckuhxs1_`?^>fsq=IdwDyYExpmrSr;4vppKBs8jjT_qEw~0s&*1=}=j5WX8x1t* zI%p2Z4Ais5uVG*J*;A4kbWs#cC))y*@mru3e0;mZO`n}Kr9l@&tn|8^Zi74= z$B^X?3)v9{ofk*a>*nwd=;l5SQMkv86j2796GJlS3D;fF_Z=#fcgT&45?)PiFxMm-1R zG3X>`Hpo0F^fxF0-?MM=iv3Ro3_30bXV&N+&`Q2%U;HgGvBCx&6aQwGMWEhFc?gQ) zQ}tioGs`coQLm$-g8CG+LXSZ9NdQYbL9xer zox7mfO$<6Lj%Ae3okFibPdLIRQNVV)Wpjg$h-d24;wn$CL8mwjCq5{DYd1=nLAK-S z-@O4n;8>l9T<$_UgN};U>19AjJuPoR!2{@9K&?8t(am%ky#wX#!=W6Y_gxJ-CYq(2 z;7{p2s9aB)X!-AYYSinP_!O;M6$jM2tJfI_itgh^W1{sV^#OFQBM&ENXn&1*9v6wD z<-((?Pai>9+HnjD=p7K_|ri zw6bQZ%Y6a0ZNd=|)Ph?hHR^Rjlu6stUj$!4FB{V3gOZMQqaErCNvhlU2AW%+z6F$H zf*^ z0zsvU$U|Pp_-c)MoDuUPboC7aMaFoY450q&+-Pcq&XWcDlF#c*q`~O4(V(+pM1wAYARg92BBUMfbL1)u@oguWDUw0XFPPB=Tv1pa2P?@JFPR#kt z^3Gm28lf(yP#EZ5Bxg3zM1MHoM$02~_nH`#G&MEz17o_wZge+7&N)?{l7OnE;G`;g zg!sqZs924Exe}yGJQ=8H60g(vHLq%()u`85kzRef zOV!M9&~1(e{{Di=@&z{tB5j}X z+4bLP)ccsIpMHQprD)LGZysmt3FcBC4LT}3>E)bLz22S<)DkrJ2t(~J1|1Pe)X^*| zPw7EPBx0ytFIHmzh_%;Y(IkV;QwC5dsQVt)TjIIVxD4`ZA1bAcpl+bnOiAtp8gxjk zHkZo;8o(Ph`1CCVscwh6(XsSX{FloH%0qqnOyI0Beb+-SHOv@4Vc)Pn}&^lX+ebGuRFXxZ4S2O%FQfTkzU zOa^}WH0p6!6o{5ms!`Vi;>UFQxho1foz3ff z_?19xb%XYcYpN|!&s{Ol#_V1vx<6~LwGG-QW~)l4E>|2>ovtjcO}A0cpuOU^3^GEa z{#^;sHqfK)Z2oCz&~7nO9YUqbsU+wLXi;ZEa7_%_DduI8U713qKyN@b+7o7OZqRnI zG_&km6egE;uvdCeGss&|0e}XbL^V!)t7_?0s&nnk86eHp zbIvXXZ4qa)$u3`^A3(`K&Fb?Y^fYL*IF?-o6%;B5l7-o*77a!pjk<3X+jGchh{||* zP%%*IANiobK!etar8y;1DOCU+;NBgtK&vv;pf#djF8Ls+lq!O%f<~2LnSO*pD@C!~ zvZGe066hjTrD}235yl#{T)fOJ|D8gWK^&vu+>2rPd6Gd(#Ed+02&ryx6;L)%-@NRC zn{Ln|ku9&R1uCVgpu(W1*@+s>F=)P6nOA;wK%pN&yFeu~`RvvU4Vo)H<&~FHs2V7o za=IJECmfb()MK^?&!AkDnxI~VdCWnj{?w@F0x>MdKz~ZLKyMk0mW(7m?$M~nVsRj=Oi5j?4k%+8uM?b> z#q}KqEfZmxb?aLf^u8R&S@G|7?=fhF7@I+k3si~M1C6gl`;?A-tOqpezFMR<9d&)s z>8ea_GB6A|tWl4(;_tMw%U5}70D4p1>+H?QKCxpObzd(IM(PIRC(xx@WIQubqmu@0 z6qi$L)DX0|E~jT@Asm0kpv@w2D%obL!fXVp-GC!+v-<36=MDNp3{D~A<0?--gKjWQ zS_<-B)TrAQktw-s4pk8}232TGs4^Rm`DKH)idX6bItn!bZEosya)XLoGiaOml2i`0 z6>18K)tn=?Ku!PBsJll@Nh%u*H4^&;RI8=eVIzV)<)%ioD#emXq(-dGKw~+pcP~Y- z|F#>oO(q{sg_?slwe>oCD9kr^4f2T|$u@!1u(kzgS9@j~JO~*cxKUg6sd}||)e^L$ zqu0sLz5C@KH_Df66)7py3N*hnN4ci=*;606(Vk>-a-&uPTZ2Y2?M^{``scA5)eG0l zU~NF{yL+8_)XYlH+~`@jjQgs~wFQ;z>2(IBVO!b@H|mpI&w$#2lJxdE(|I`4ymq7D z6q89w4cgm-?%7^vRw_0HzjdPp>Ju|+6x{)|v#-}_pMs@c$Bl}m97jqDbp*}t?{#v9 z^WN)6H@cNl&t5x$1`PB%uanSVd@;x?My8Ujipo=GP-j9WGsD=?@!gF|r`FTSE}&LJ zI2}0=B2`-1Z79?mbbCBaPb}heNe$W}d?s3JgZ6Xq@eIE5{2;j-)r^|zPpJ>+`c%U4 zd@njrYJ>h1_oMVYxGyLbA-F1^z4ov)2K^z%N6R8mx1}Fw@*H^pD+h%{8?;%}ODAiA zLj6H83+T%D(Di_f25k~C>8JY908sc60%xFXSq<7CGH1~Bi6xyp@mDbCbT~RHhe7K_ z(u}&Q{0a(L<8?0c@$IE~3|cD!GU>&JL7<9+PwRqa7BFayc%MoCyTPFG1Y*y<^V%~C z8?;Is%B-i|LqK1)5r_rtEN;+B(KE|b|Gygw>bb+~{LWXypO@CC`w9^^tG?WCpu2l$ zecyQP$nqNXSS~tbmDN|(g5N={4|<(de5AZhWrLQ9jalVbMV0t4(B-2vVy`HIY8rK4 zDz0YLk@n%Bj>PPn@lEuA+8Xs(A|4tv0u-Mmg2FF21Ejti{hd|U@sXf0mpLPwPq6Q7 zWYA)9Evp=1sEm&SePC_l6CZPTnrhT@F#|u@OR2_wG^i6xDL0;QvQSHd7Kxn(jRF08 zpN5rh#}935&_c03tB%=^1+{{ucfhrx{XqhT;b-8h%uTQ;>&8O;fbu$)Mj^Rz1uo{kIG^XtqeCj!IO+wJD$kEcH&i z>$MY%F=&?PoUJ2yQeFO3&{dY7OW)xTg$V}D;F$1UAhiW-8fXXW<~MI~T+CF1ri!Q> zJwfVItJ6WvSj!*Ifdzlf)TrkqQ8%Xy#Htf>W`KTXe?goZl+!$e#)-qZegT!1d)H=x z=CLWbp-vLA|T+MiJ+d)V-`xmqDUK_AXqmguHjlKqafnoeEz2+I52l2s?*H z%R!Go%psr$0p3Y=k)u+{<#-Mhyz4qWY26Ysh^2(=0p*8P3l1{l=-9mPTC~iXJiT{3&e!t**$v!+~D=dqR!6))t|K+xS!32)aalD%_WjI;loo zeiWyQ$freJZWE{(FYkY~y>_b98g(r%elFGmq@I>PK=ORf^L@N_%V>j2iT=gA`_Z4E zoow7X-p^|%&SFpzQLKb4OqJ3WPy`#5OOx^WxeO{G7L=#~QXk*m3hKlDCoz~)G74(c zC6Cxqq6kQRIDH%FD=(b<&4EvsifPn2yI5BuJ1DQLnI6zawh?(b@To{yjXGr(zZ&EP zRY>S_W{&jQzDgQ(OfQNmlvAeU1N{}qXL84IR!R+nqQpPNb91?D5^V?dkIg>TaU9lF zPooYIVzfa!K#`xlPLYXT`~1%ar4;Fl=OLvmGNqlM6&zO_$$?J^TWHiiT>McizaQ-a zwR+Ccz*D?-U^|17h$05<20eO6oQ_kW@^vvNR4gl+*PqfJQ0u!KJ3pO=vzJEg5{fTH zG};R)_m|hnG1F@o?XOYW5K+UReW2u*yw0Lo)Tbc^2{Eg%{CAn_=g;^-Q1|^_=l(peeQvTwZQ_YqF&Z5Lt=-AS zhy`A|;!KU&#uYOQ>cTt%I>eYR4-LlUc?QK6R}07+tnzdelyoyw+(nF{mlzaFL>hDq zRAMdvZZX~KN{!llx0>YFMQ|K6Yq{6?2lSd#A-+>C{MvlAmgdt%a02v+#q|kGymszC zG;00DdYo6Ilb~sg$3vD`{24z5`aF#dNuYK+HEQ+A8jwe$)1c848L@(T z?K9}3bs)D!XFxxXVG;-`bJ&eSbLZf4iRBGG3o1FBb#qYc69#>->gM_Zlv<*5pi)fT zZ2sNaGa9vatl2p=Iu9x|fWSWG)cT?u9nYcB1yD<7uVc6^AFpcE%CTN#*XSZ>J2UF) z+~BS^-RPn@&Gr%~DHHey^BJ_?)u^RoEi(tzUIv|O=XH8g>5~7WQ47Z!V$Ptw0vgha zEj!fl29Gsr?pW2$@v>JzW12A~p#v)aT%%@=l~Wxr8zRf;8fX;37az~v53e<9{=tf; zj+a&FI%vyJ?0=fUxk>LeYWBf;p$>&r=r2&LdaNwd799Ji5h*$5P}m!w?zNav)894t zsu3v#Dx^}n3A$B{r8(NCe`6){SKnqIt%U02ScPtZhF0-9O(%Kna`D_KV^l0^fkL-I z`6@Dzpg9~H=th;zp|E#AAAj&V|I)pBgc}V~hr%Y1<#ZQxqBK)CTHlKa+-RRV6jq`8 zpzS5R&Uwz{I~D3icT>qcDf9poR*dBx8v9?8Xw>|p_01ge@;7J+p~}J_Z!$MZWe$b? z2Q)s0xC-Y4`jWd5v3V{>!3~b}5Ok=3*Abv@Dcy)~Qu@p35vUO1(}@foUT}r~H5lZH z^WOdFU(lz#G|`~65pGmdodlyw{4pp1bcg=ViqxpZM{9>U3FZl?P9El*psoKwiQ~)5 z1H{kLAH?e|{*<2oes5z*|e^8=08odKm22}-l4dOwl5;r}U zQ!U+l(A`|@4FRP|tILVY4UCrslvd`+0sRDu1zPqWG%~(MA3&a*EX|GZ+GV43O5D5I z0WqYMUZ(UB^pRDPsi05)LF3iQv6&?L1d0UJ0G*3=r_?&AASo&I8I&u#*NF?-o=zh& z{xm2PD5Fg23#b4KAlrs>?0kBS$WvV_%AcpNpnNPgv<9uppb;r8H|QHEItv{&Xmdt4 z`e@0^rIVNY4icHY&UVIhdo#IFeW6jT>%qfRVbtYNR2S!gBGRrIvqi;bGp&I5It5202NEa9zVvu)pBdp>ZA3=pdiqh2)2EI zHs*1o$_ZpSsT*v8nx^(TDM3l|Y1I0o)yE(KdYY1MV+bdu=XaxN3FHk{E9$Xh}q zN_>Msi9v@G(B(6^sZh#|E+>>z5>-w~K*d5BiGdE6)`(j0&7h>9g@R%20IyxItQ#dx z6irI%K}ZJr7R25V(7!*pQItX9pmu?z)ZfdA6mC=|kt|G=QgYDA_~Z!`x1vTo2m=xo z1*z(r0u&L?>)d31x3ZEO?Mx(}7KKuRTE<~O1FBucjV>FM3bZ>G9W@ivCsp0(L85e| zq;5-UP;9n+R0PefrV$OsbCr@p5ul&GdYt`CObgY}h>XVzm3dMq613{G$0-iFUek?I zhGz7mG@wTxJ{zTQt;&e|IpnI4P-_VtP>UE06Q6r`OK( zvqqHD_fR=m&MI5FjG&A!JWf5(_r`8iBCHH3yF{5lWuAGQJw2FFH+7@I24x1ded2L) zfEG1#qvK%}Nl8tXvw*t)>v1M^_u8XcxKWP8wLy90<+6hMJoGs4y3xJ1(ujYzDRDbc z0g1AKTK?^E>VoVxZZtNDjENPJC_5Y@H2qtmWZ9fmARr7bw9Ej}yt^-b=a~^xnFdybVYNI&y>h zUGq4fJ91cj4};!Wxl+o1r%)cyfy*9eTL;4Ny)|m})|!(_2Ve4nZd~vsEA2KPn8$v(w`Q@$cGBbfeYkaw?^wpvFFr)0c9(K1HK8 zPpt1zI__Hxl)&S0%6B3xI76e>Pp#BZGAyWSL2*!utvoH%r;)QYYV(XEZ!7roR01^k zPmj}(2VvDbgPvRSREeu1C<)5+hsPXG=rR%iBpqExL zbrz}nMN;lWTi&!UR#M&rBkRZ=*xPK zQ<9Fl@fw5PSof3b+wub_1LzpTkhAMFYX8feI9mt>T-j^TS8HPe8PZiL)c{ojWg)0gbiW%#8dMW>YdJ+g zcw+nkjoN;*#)Z`Lms2fJZ_q!4;I1At=(`m+q@f?x1|sV=AqXbcgWx<}pUfsm+(Z0zfS;(&a_dhBBc#TJtdst;PT z)Z_d`)M(ssH)<+mRZ*vEHUQNEeI)+0;DknPBKGtOCCcGXsW~V%X!r)N z{r<8>odZSp&}dKtnWq+@;tM=Z!A(T`u4>dZP;?9n0;$Wj1T~%Sao%p`24B~xdyse- z_KiHLZ{xHAHJj&gj{oVko8Qo=rzNH(&PGb=J2b69h39&l(ObQCjawSoLUc)z#E;s5 zp3n9;^*vs@;T?_o2oabxK1glZX$#6Wi*oX@I(bi{zQJNm((mL+Z6j(2nl{7ZgzX>- z`9Pz7AtG_I*rfEMEQ0o+f2Z+C?Ib4l(2e4Shxkzk(D^A0vUW3m`qz!#hwGF&f;vy~ zI1zgoML%()FUe(|)a5#X_KjzR0qXPIjnbzK@L#So=;IiV^BolSN~8WEqIoKfx_};x zq&|V3zj33~5t&Fy6+u_fykQ<^JLv0sgM!78$iyJEYpENk)KCUAp!A>ID1X|@Aa#Sg zgLeGtan4W#-M(rxAXp5FDhN`ao9YP)=SrcZh~HyFroST-uo+^<}alprFbg=Vwss+!~EeD{iIj0#dbL zD5!sVk5d`6IiEpMB06e3NPThZH_)9jG-Bi_Bu1k#QQ}V2et$~8%RH6jMGDZ;A_hf^ zqtR19D&xaInTvXyM4&lh zv@Ijg9rbBcO*d+ud8;3d1+|X$IA5r~zPcKXj~4B-Z17)h94K+5$C<^`^71E*CPayf zS*L?k#>az3r(kGAbJ)6xMibMDD%qC$FE;^HJgLX|S2nE8HJX%0{E~gHKc$JF5uqMu z&NkYDHX2Qi6u;$I22!_W5-3eVkCW{W79KllG$oZtkxSN0RRohkheABg3%atz-87n- zLR`x&>$uAJ6wr%ckJFq!xNvWcrX>@D@~!}>=WZ&f6UfU5qicVI5{m@+HJS#h3HreJ zY1?3priY5L1>_BGB5&|?&}TsrOlNg+xJEM)h;0Q&f|^P+19Z*uIM*4mz8qsvu;>;u z4x}FQnV^w@9;Xs35`!jbG|Lk2Vr2DIRb>_^b3EG2;p`BaVNj50RA`4krP-j?v6vsuKquGI?Qz3cp)aB-Y5`Ed`930@ar!O`rK#VOk7Np8)E-1UR&H0nyOW&0m&518= z6`JKo^FX^_Z*z(eo~W>1qq*@!vcl{AXg+B2^KDLT=H>T(M}-Jfi8 zp0%T#yc*4mD@qm~=0^)bE&tu-{M~{O+-`&7h*O2;gH$b81giIFn{%@<)%Tzq)hr}i z6@?aq!b$05eJ1e7HJTqse2kGrplaq4&@%GWsuoT38G~Yra)n0w(NfT+m)o40)xCD+ zO9p+j;uMxGol0pL$oGDm)9gpD9rTw$pRH?!H~aIn92EQOHfL`YwxZlM=!12thNhmpi){5O35R&zcjJK zHySN?VT~@f1f=Tt8cP;QDa(UUxo7~^!FMMewE|M(H|7yW{&|&I$&MZVjf;C$7${JX>07&I&11K&e`bxAy|s!L`a}^Z^d~4wN{`bi zB{w*y8>KGvH%Q%g zoCYQ76o1xe%{yy+%s2AXT$cDw(AQEP=YAQs6gJan?K`VkOn^V7U7!(+FjkcF+H=}y zwC>Tv?fQ&l>-QKy&-{vy}|TF%huE|n)+!j&f|OKSun)AQKAmDAul;DCMjPH(5ixB*YSeQ8bi1L)X`k0?|Mq zN^O}Yg%XZmrqS9L)*OS5gWk61krD)~S8KH9g;m+06QB~E85hKtkt~f?KexW*@5<%W zTNt6MF4$2Ml^?WzSm?r1txs1ubMQbt*CA@nagTd}$5IQ`C>n zfyNH=IGt&qf=(Os%KDPK0H~sT5YB^YF~5tZr3<;>MoSI40NOs9;XgOnxnj_3D>%2j zoJ#2;sK_{v(=j9C@f#Ygcx`pcr7w30bZ>&k`7^86u5;I*H`e2va(<^$x(vEMnZamI zW{Ur~(VUzt4*egx0*XD|XuW60@Rl0tDqm5z`vqZnfSt>w^r+%IsNDw z$V*V6SYftXz14^|vyr--O6fXi)?$zI33T;?L2s-k2K@!fMF?&~456j32EDds<&@Eo z^0LHlfYPn;I4$V!n#M`t@5+|FwmRkv1N|V;O^}S%KF>`N1RC_p>X|dtk8Xivn0XDY zZ$O9}bus7;sQNaKvyl?t8|p@lawaAvwO9KtsLyu7f;{GvlDW~h9P#|<9_Yw!W*h0f zcK1{oEq!H8$nlKGLm8Rz`=ERKJ1+&;zr4{ZvqvQDg6UFeVT3~1rKKqH=34hE2xM>4?)Mzdz?eGDwp$U zwB(f~vdsmlu;3%m(#wQTlMo6hsL|qA)~{Ko`_aFkhSxpLQktIfMcinb`l3xCdAY}+ zqPIMb;0c~qLL-JD0a=ESl0r{F);*6iIM{2SDdR?+Gq(a2lqo$09sb+n#J1SVTi%V% zWRg+sd=fnaRsPrGtfuL?URk4sudEW8&0o|K(nSioNwXabkJxKkB*B&Wua_8Gi+O=XjiZUp@AkhHf+{<8qKH z@zBfNL!No;vYj=W_sm+6X{{eQpd+ln zuXy6I%XK&Cxm75W7gSWXKC&SNJZY|sa*Vx-THzJeOD#e&6b zJI-$geX^#c*617PQaF43K6&gvh8gt5DwisdwxFc^ci%yU*!EGM8{BrJLEo%_DP@nK z`nyD*k*q}|Rc-M_ew|AUDaYWJ-a;&04x^X~P*{_n0 zj=IW3gW`#P$@Y6qH9KEM1oEcLWR2zrh<)Mmatg%*C1elHF&?S7(+mm}`NB(r z)c7ers35y>p7L;(m|>75Rws+}rxXBc$iALfJmwu{X*5rWLdj%*r!E%=8WzotSQ?C( zb2OSCA|52o=f7MK=nu9Lh0&XDpJz})F+Hj56jh!q&^b0FMJ4sxcNZ9xNYqH0#g7E& z0b83AGm&_@$e=Kh(4-U$ddeoL?~DtcEiovu_?)DSKcx`RLq3=AirL1qWg0C=A|5Bv zc}gHtVo%l^n&@vU3`!<$CduzlDIw@FySu*A*e6@9(fn}nE{PoVsDGCTl!eV?=hHG0 zTWe4XkSt7vLP53ImUcdx+p^xElp=Q0VjvY33^Pr8ZF8razva5sflR@&~Uaq_piuXPS@OMN#qrfnk;7o ztz+|a+{!Fo-EgCpY47<_CQwjyHf|B?*>Ky9GDaWpqs*WwwdfJ5vMKn!8^ub0%a5{v znzJ=rhL-mIV^D4pKjSr!%6L}LaK07r614QOLAgZA%yNpWP&UvrKF(IJn%Ca*+@PG| zb(TGTlpXY23wG&(;=Ivladt5$n_QGp;fWleZf)6B37Y9>v?!~nmSc+_MzUTf3QYD@n^e=A_)TA(r2N)DB zUgiA&Y9Xsi9#Ecvd?2+FjeW2|k>XhXXP}l6cxxS9TS&J+N1&Pch9{N!s(A;5+3kaO;&1FzLF}&neKPn8G$-i4d>)W=VMoVLf zB&B5hNfkj6(9%I(rzkzbgJK4Kv$B>t4N`?!6coEZAA_Kms##W}WnZoNCGUdNb5{)1 zzZdV^&?%0sWY9OuE^*zTQgP6VE|e2}@UH3_E&p!CDt^hIQVCETzVqOrH~*uqL9s=r zqVnNXmn#YSy(Jr!gNPS2GAORNTKJV8l>#05g%@)O1+;3W(Tez@XQ6*Vst8JhCO2n` zDnp}?HU0gh% zb%;i*EzvgrZa=C3$~l1dHXeHHOd|}6Bbpc5>qiwq5kn}a`yTt)SdG@i72jjF`}0%@ zbc{+@_zo#eHpmiV@}Kde%Ai4`*<^mt!$`~^A@b*wt%}Nc6;QMBUMD$uT0B>ywU+3W z@0>rSs-Wk5E}y+UJ-`lFu`XF&4pYAql zg5s~_RfCTnJJAk<0!6L-GKj8ja4k^GDqb99sQuesH#(7j1gMQ{pK62ptftFn6rJd> zLGi`){KNgI4yZn_v2`R!RrQ2H@kG4>8r20g*uZy?6S3p$tUpJ zDFQ~UQ!X3y)p`;$!H*h%4s7MQW1N}chC!dKLWTQ-)Fbs1$g`d8#S9^1-_vNr2P=CK znJ0xBf`;$)Iu#j0Zh2_XM=Nb%8O&3t5or2h-njwQe`e5Et3|*y+u$MO47U?;&69D+lXBzUmm?pCZ=DHL}uP@qV0ZE<%A zL5tmcDWwz$?p9n|C{~<>V$XYq&)wPkJ3Y_&a!&f!t21+F$9Hz-pHnW=kCtw=sZk2i zB~C62s=lQ)=+!y84Tjna-fLutO@-tdtLpFCfPVbLWrnlzP*r}1Lgw+eQHVD&UwKel zQ2$FzOlj$E1=`WVm>wR~4z%Qo%iPQ4X05QJ4KXr0m8SNfRM%YQKP&~*N^3{ah2(@w zp|3&nu5u(T2ex6=_;Ory6(^5X6{v-bt}CedA@s5|J~ zeoovv$F#e;MuB2Tv>ddn%Vu2#_333N23&Ce3YC^spxuw*6w2VdeZ5b+`vNX zQi{uwjXfdt01G9v^bQqm1M05ut zWtCFz?*@S0ZE%@2e{(w8b=8R4qM}p9*8!SD)6;2})3KnZ9sL#Aosbk72r5p~v)Ju) zT<)t;kT|XrJ_t0Ed}_YK=_onSLK}iOrbNDPQ6UWm1=Bt~`q}9iH^h#7qO5BE9q14t z4c_2%935^)9i!xC4V48$Kt-Ii<7;`qqb)>R@K2OnK~|4tDCoJHPwQ4W9ka)4luCRN zQ{RJzfxg+zk=ZMpj^a}^N-0_wve5USPkV`OnbUFSCyfF{rPy+wGz|wmp!j~d#Oc^I z+d`WHM7Fp#Ae99pKxvM%*0adz*t9?+KjBgpLG^bdLDe~8=JrCTWARdrd_}2vnI_eh zjRI|;IqU&iwMwH;#-ezcCKb{TAcICMgy@oz?C5BG1rHhx%66OOiN#LG#!VL5{K@DW zFDs{tZVYJ3U78-UV9hoQZ6Z3AaD~Q#%01wONpgIYTO%KFHnyrKx^bXRk6q>|o?XS= zcGNRgPT*C-$Ag+YCC4{99YOo-sBNrlpA?z^D)NHkskb;C&kkzz$+#R_7Nk0$iJ&{L zIFi=sbeuh=(MMx?Tr@~MmPw$PH!kzZFHXn$(;B@uzKW0apvfS|zkC_G$LZK`L8E_- z?1km46cy4G(AM|#oClnai&r#yYg|$?SEE-(NKq@{KZ4>p_9puUr{njB7UDf;^P*`9Nwoz(fm(1c$@(i! zN110DJu_w&eZ!)sYNBU=W^sf=`CCrM?$;VUF>V(PA|%z=&jk4jLb~g86n(GJV&XR z$|5b4bj28(ATv|_x<#M|G2DX4qUSep8eKBBBm{!g3e93r=OSD@!>FfXagF{kb|lDO zr$Sl+x?Pg1$e1bml(Ep-^G0GqRu5VVN-D>>Aq*i8R?z62u`nUM2Q342sq8l67_RlN zrqLN=aDsfpr5^BdP%h5K`G$dCt~wf>Hi{>_r97!LtpKI3&-INAAzwGNP~u7BR>>5e z=vIPKH|1JFCd<2;X>`K4P%@(jtpa6h#f>@a!|2!ALTip0J4(tjuA*BFy4}ugHp-egtMu&|nC1e>_(X9ow z?8Bixyi$Fc$RW{lhH&z^^!6YQu-v0NZkgExZqO>~<> z*lYA^sz&<_SJB%%I~CF<(4uMFt;*VAlbLq(yoh{u>Se=bQ0bX&^LhoBW5hf=>Q+Sd z=4xU8XV8(k-0{fXkd2G&=z3w@ys{KZIVPBAXOR^O-V42%I z#`@F#L<_CnZ%mDsLv3{=?KaTTRkSMg*tN95j;6)m0I8+#?V!1935gwNNn12ZHg?3n z0;$1+6SQ~(m9r@;eoj03H$Kv{sl^4V{j=K~(1KsL%R+0CjnKl@=+F(ixQ(l(TeFGt zcRQLLFRQuA@tvShm)m^Po?QV4ER>jRl#Q1g-&HC21yu7Fx7n-{(H*s;$8pwsgk7Ng zySZ4jEBonA*^xW0AR(#8@+)ZG9&YsN#hc~xc2p)#HW=!$>;`q*%PC;}S<=01p|#1z zyI47jRw4Zc+Pt4rn+7vkzF|iWK94r8m_9Sia6F2<(upx;4%9-_94 z;ycB^?Py!9%qR8i_JT$n;XcK2>{@zkM-^kQQhe15kbR)s$LKjH^L62KJ6d1pIY=dZ zKWOW5w>kSKHfy}Lqx^-AfIjc*ks+Prj_lbKm3MYDKju#lIsmGCio@9!xE#5Ca(MbX zNbJWYZ~WE3(-P2IsTT%4DNWu%p%yavz3zL3<9AM7{g-0&hvm z+EJy5J0P_M>^!I}HTeD|_K#Pvqbw0J3sk}{fVMl`=DDjb$FnMSbRb+d(F$DzWu#S^ zf5YX7tZ7F}!sP}Mg)V_AZ+4r-Z}Xz4t{sgHzXwv4^D=1BdbgSUCtrg#w4?6fR*qi* z`Os!IxW~G0QwuFmHd=}YLxCXnib{{;Orp26rx&Jg;}LW`1(XW?-mwTAH*s2{!gZeMO3 z{N9clMabEP>ZR_2N{s>qxE)JJ+0pI@Id4(u9w>Y`gNIaZhcV7V3zLn1BV@y>rX+uZ z+6<*F;1J-iCfSjHWNwg}NZbdt{myOnPREJL)9ff+WDXB{09rZNZC=XYb{v^up+yIb zfXHl~=pKSp1`?wlqOP+3)Bqg5$HFfJI+bw)fQ@W(8wNH1*GP8k3sc^QG@fi z9bYfCqx6w-bxo~j{sZbUg38JH<7-xGbjU~@SqP*SVxNG{{lNKjoQ8cj(T*}l7WYK= z6!hgdw|RmSx`Q`pbl8ZEEaeI58R+XtoCp}h{hUABQTa$YdsS(A4(d;N@`>Zb_w5=T zF>j)pb%CHx{h5`4CVaA^gAwCE-6To@I@62M zA?T2Qm}k_p^t_P}IT+MkqLiTg%%x_7a;LJR36XLQql-kTKogmjT?TauwxhYK!BCII z0PSh-Hp?`2J1(cQqur6=grrKQ0F`LXs0S39QKJin5mnfOfms^lJj7NLO>arz#sa898a*L#!>k|D&e7^LbcuI(9%R#)BEj7An3@l)w95Oo4T$;l#+E{4WEu(Y+*#W6% z7Y3RDx=V9d|sYm3(8rU%7Q$gL!kE*-|KzsXmG*29+Vd}0@SdX+i`J#9k~id zdQd)4Jy0^Y(>xh$N3Ru9Y03}U-mK zFYYLsY@x+Zje9xe3pJIdNKgo9Lto1HG>x7cdBS8xP$&wN0rX}7H(O7)(2`e1gY4Ge zAsQ3_@*B+cLo+S3_>D0kt9*7Uq!`dme%+r#xVn6fg_gWC9%i;iJ+Yu=puyjBH`qK2 zE&gEi$t0T|mE&=s3ZNS!xR7q4g_e9WUS_adiXK!1RJx7Z3>e3aUduH~A!eqxMm0KIF$`QuaE zj-S?QBt)N38J#LmB|#HtRklv!ru20h1&O~y<@&f9`zCBQ3XuZT{Sf-;~S4c+EbqU*L* zqfn7Qtz1D?zpgB32Muc===C-WEzBrlQ_ESI8by}_t)!Pq_ak?u?9eE)co!tsGu80_ z3(yhT@jPTfAE!oHMD3stgrrb;P#RDnZW){G(kPqQC1e&TQ~}hXj@yhR$CKO|Wf$#* zOp}_DR0JKOZ^^~8JFruuFwt1Z(-~BbR|1s+rRTn~>%VA}Q_K`{)kuX@8MK-1_1y%n z{o18bF0od~Ij0J#3MdwIheDTmw}lqv7OTZOPnxQNw$Uk`r1-}CrcoZTS;*B86es2MTXoPr4w#=wZTW`NRsZ*TXHkB!M%*MMg=&CmfkuqxlDxed z6%cd8T~JFoE~o{%KyTiG$~j}7Mg_&s;vbNjbJhm6mtFoSF3H=kQMfoE;Cv zqge4UNEQ`^8i5Ldw$iX>JZ_=+aUxByT(DNCF=!X>Ho6bua_Lc9o)^-d+c1*kD-Wp8e+J8z-6 z3F3W_T3c+%bN+rB4$N;UP z%kOzjqw+*&J(hN$HQXc7`dhbS?RAYRh$6w(d#U!I%Ak-=%<^w&RFUZ90XnLTe+{}? z&TZ~v7!q;ILbED~hQTs373u)$4;s+H?dW=2qspRQuzV~kGrs`^gTlY2a^BIXim0t} zT!qvTw2Es6E-^HE^ruGEM6F<}-gN?%2Tf{Ay}PSXb+SOVPb#EuL6^$7&5CW@jxP5! zsv!yl|LZ|rK>a`**yC9Jw}ocb6jg&|l~M`s3JLtR71@(9+Uw zvq?+0BkrL_wM93TaD}>qih@2h=jPZ)8r2n}f@L*Vub+E>_Lt(m4aS*!A6sZR(dLpJ-HH{H~B{GkbxqCa?(uRHFuBlX`Y4y568~K|`1X9(blvBe7fm zx;`M2*Q((Rkkh@e(5%MdLa^+ERY-k7<3OhxxE(EDT4-hykStFsP5nR_K||_uC*LcL znu;WqPb#GTpp_+PdKk3df34A%VxcO&Dl-Rw;z8G$DHeL8Q8TejJv)UQpx?QXVrp%A z^S2tc5Hod^8VITjs>(!S%fA}66pmmYPa`%6bhen=yjR2RNbz2yR^t2M7oMUr7}N|j znTcuh4;pwqYB*+84~Dn6>ie|q)}T@F8B#ZmGPl6 zO-0=1IHtHYeRF!c*IDgEglY>^NW(yNKna!TTl_3Ev%M%3Z1qy#gRU2Ln^!Bi9e4aS z`dTy#mMvklk z)Too_A1vSHD>Mo;A&z(XW!#P|hDP6tIl=O!u|lIkw_@F9C+6negoS2w5$p7?8v}|4 zuSCCTV1OQuS^!=yX9k>cVsz87(xuk4TqRzE)MyO#!tj zzyKNaE|W%mMZR=JKq{oEpc(nxW(8IrPG+&Aj3Ki@>ak1%{g8()KaN3GHVe(@E5>DL z>IvybP*g6rSq)@_+0pV$a#>JC_Y-J(4&LR12IR7%>si`^R2EDJ{gIWo-J~gZUXA*Q z9NFb!o^n<_6iU6Ls5qkS zs7|iV9yA*i8$xeR@jVc$Q9lu{&ZJTy%>i9W&q$2g@}RIr0|b|#dqSEEN=rx&STf03 z+(I)4it1rQJZK(h0VuXA%UuZ?eJ4V4OaiIl|9ntg5*|k*_NKH(L&dvn)~{Ot3L^`m zXfuzM(`dN(n02Bjx`m)uppUE|kEo#0NRcXQH&1knK_}Uew22-eV`U4?`au-UA~#Q~ zG%W$G&cxOxI-uEAH5w~^%sknHmV&F?@mG*yhq*a)Pa-Ad51 zY`kw_7}B_*Mn8&xj2%I$(5(XX$j(Z8d+w%hY@xY7iFK+XD6|?>o-+QD@zd6(8qE-u zGkirzsv@ibr3quE$Z+jUGmT~m{|s_hr9z3Ii=dK>4sW*5XpT4#DtDqQv=+2DCrvct z%sZ_#nk$k*hkH;Gs56zb6~o#mtt~WfzL+1{$%EE`isp8kT^Jz0Y-^#p3&p5Vt4gg0 z`O_8*>`klE-a_*hiD{v-jH@iz0J;F0+?TfC8;zETm7#K5zsm8ApbdH1bjL&@Unh;0 ziS?mFL8?4$0)0pO^s|FebZ3oLh+jj;c+h50?fh&eV+Iu2)k5=Eie2j0spx(N<)b;g z#e}O;ca2ty388XxqDuG{&>heXrfwyAYLqCdXtWiyn%4IUGsTGB7Fw`YB!u?y{JL$R zuHkg~EK=p{tI;}k24g8Z}Gj#FbSwB#3Y zBSiL6DouMpkqkrf%waq}PNQE%vPQpyu7E=3F_D;{(QYvoKcU@0@{K} z8toCaL#l&R&$$mo|7$*3$m{1R8toO?R7h$VvL7@Nba62^rBBmnpE#dhE}trt40Y0DZye@YHf1@N|t1h*9Zf!c|BILEnK+taLjz&(!FU7@*N1 z&{WW|)o#b=*%n%QL<~(|(-YERP+riXM7N{;TnjBbD!xrGUlFJknj@gmBz#Sh+Yvus zqhq2{dby;l_CFm3wIDMqtY?EemmA%VG0W}fbY}TNO(py!C=-=)6DW9<9remu#)D3Q za?%#bu%8=f(c4@|4}e^b+WPFe41mqhB?; zC^l#P9;B+&Wl$EuO`qFXh}~nM6_>>Ata5~*YVZ|M)s!q%g5vjSbeV+9?p1|!6;v~T zCEe}Zxt^@i6;V|o)pK40_3>o~BWUv>jjoD?8eInsWKa8q9Xyt!8eLC1LhJ=YA7%FI7OvmWuW^=@7f zT(hI;xhsKG!}=HKyZbJ)_F+zd_k=^1;bLx8t9O7Fu;xG%WB9A*p=25Bi5M)N&nR z3GRu7R$dVk3zqdn_W-nuFVx;1b2|>d(CD&Q7v97Z(nCJ|6bWcEE@m<+pS6Qt!G&;+BB3Z^&bWcHvd@|PZCS#Q}7Fu;iM8{V4pl6_D zJ{fy=hly#Zg;t&tMdK{=9Q2Y;#wOi!JDz6N=%gqRFW=>>9De}{;TvM zbF`C%RvZ%l6p=GU71A3}R=#`n``7JAENr2b2l+%=Hueg=1%0)GPgg#;9al?ebU+*` zDvOHhsQ(2GSj@LcpD3ASHA)uei#G6}cc5nTT;@u@osPj3Ewmz;=qh^9dr&GqB7PRI z({Zkv9X%}~tCV_nA3zhQy3E!ob~-ZEv7=D+rHn!!L3#N4`5`EGLyZoIOzJE+g+77) z_<@oMO7*2i2YGh&J<<7G<2&l_UFI>+`<5CV67}L_Z>~b}1yvc$XGfs(Z7sC&kXRS{ zB}iqaAE-osm)RXO`WuZ7iYZXBC`U(%Z{SYHn7$TTbwpGxwA6!A$dKB(%=4h|ff^kZ`3oHesXbXKL3vy8 z#Utp@5Iag;Xq5-00!4o5GW&qO8DXK-$Hd8)sUBp2iZ-MofPBW-(d3wEAoZS8fQr=N zEE7t>>IoKFb6m8K+2lb%pw`u0W^YizsT!RSF)>p>Dhq-^KXC%d1OJ_lCDZNbL3A&W zdexg6w2KQ4Yk~63(deX@7cHA;wbv*OD5#XnoJH{+zraF?Cq;#5*-1K1ESms8Z(>EtGgl9E_6XNj;Vj zP`iRIv&KiaqxJ?15z@*iId4%}5DGfWF-j}mv-t9}MyJK}DA~8DkTQV!h7lcYLD?O4 zG$TrmRa8hBK_#=g%!oI<;o50O8>6h9FPTBDGP=wPuiTC@ziD(z{2e9xU=>mp(602H zit>z!#6CMJr9RkIr64P)c^X2ZIc#^xLge_SXe+vGp!Pw08Tx<~nqwNB5Se1+77G{;Z_vO%xi*85X8yX!Ibz)@`twPELO65b2pLIK0{Hf7lkugs8 z2r8u9pno{Qt-}cteqWE=%6t5SD1N04M2(e7|^`1P|^XB zC%%9uq)fB$C7Cs8zzJ7s7;()e^L)P0(8cp z2Crf2md=iX;;f1g30jz%GtO2}5i)9YK)BV1s4BWBP;E-)<0VYpvf0s?SUC()zb+c| zDFf&AFfpx~%Z@t4%3+9lz%igzSvYHHuG{fGpB+_IU&<&{2vjr&hqE#5PK>al1T_p% zC>HcHN2-0nEPrqzJ8G`Kpp64v%Ih-AvZxSUM5AOeCsy{HDx`SOPL418mo<#PO4!lU z*jSL-8&VilID!+BSTfmEMx*_rt@@%!p(3Ct+NX}gnUz)0XrBntAIBC2P3F+CSA*S- zeN{F3T|ADLI~dgfxfrN*jLV$DO4gxT8vQ1&6_%~9Ld8MXL6>^6ji`Y}zlvo= zu2KS&tq`{$c46JOsYW|RbM(f>A(B&`+8OIiv40@NJz<_q>04Ap40h)u}m z38_5jL?ovaCeZqhw9wiWVqJnv>Qk(9!M;we!0j(=OZ5FB&xl9bpumBQML$*X<}xK3T?9bWK1>eK{M42Yl(4 z9gWME-GiEfIuD@R$U)`&%Z|)^X+WyBd5vZz*~)+qGq@OQd759pidmB_BIu7mOof1aff&wo&uy6slEbbo4}>jfqYKmo5$1i zfRZ9)`=n+-tw9YYv-04_`ct4r+r{8W*^aAxY72Tbjl)GgahSWI(Kb;nsw_x7mUf^J zCV@BkUaA?FqyMj^Tf0?!ijvh_6}tAIp>tj4o_{&iCq$zy;y|>8z6Oa!E;BoyXSKIGBS2LaDYp{K}HQFEs#mb_heqBe< zhjpCb1{zgBqjjQuoLpd3s1v9%=c}xG<#P0h(rB%CrqQ>c89TUV8T3t@Mr*|2c)6;r zLh20q`xg#K_))F~e#-d;mF=iX;R+!2?7D-3PIFEcAL&i3q0w?twyPt+ z&mUVW)EiXlE+hK~+$r;wh1M<+nRQ5gKvN#N%tL?kEpB@YB`y|u3(GYO6;fZ&OHLs9 zfiE5(b<${&h%77zSqk+7ReepG?s8{CHw&#@Buc8!+f{Ap4?4i2r^yGF34JV-xInZj zECxXl>8=bSo3qq!oZIzC@THxQJL733v1 zIf8wJMzh7`BJ$TMGzgTGp7n7)A1yytqZz`tm>iEQG#E6M*Uz=Dxg1X?X*5lYC@xn+ zRQvQDs6Fpq2VCLyho3Z>D56SQtF=Qw8F)L{mG53l&e3R$_&vc&(@;=qUN+q03)+N5 z8jTbmN=c-m8wNVayNz_`IDdSFM&FBXOUoIxLc>9a*^pH5G^c~EwWFz}wFM(VF>G^ub(E7`w^?ZI4`NgCZXPrWG>YA)`44eu>rRbE zi=xHkLaYku2hgJGyjkAoat!-TqaVcXqH=Do&}h)$nr`#-uN;%RU!#$td9lVImGCj3 zg|*yfR=&tCeng}1#em}SouWcxK_l5b9lM3o98YTWotRd_LgPS{>JZ&Jj-ETOkwa`K zY1O;&ptGPRe3U-vibj3K-UJIx02N|u_`b!2bW5Y2;*U}mnh2@_`ZR}g9`0$>Rir92 zl!U9cU=k=Lr~}{SUwCYxq>duI>{lSws!RqoCQZ{PastUq3$1M@T9@kpQuCH6psVCl z;twvzqJJ%v)Ka*=7~nxuL4WdCE)3;P8Q;8~4k)RyXkWoX(?A8-rTcN9%P}F9MzuwJ zC7C7_-H#wyp29#gviP-f7f-@}0^Q(E;EX|h+nq_Ha$;|l9v(Cu6vj*A zd_!E0(K$6LAsSR|=Rq?-$EZ>nzjrxK7tpA%m{C${jn5n{GRb3onFu%(cL7y6a4(7JqLSk*C}kmiB{dF6D9$MR1l zjdF<^RloC~d7z!2T;|3pd~97yqwK=Bs$BF`X_^me!aJbcKXRc;LyfYC4ORMi&;n3~ zXB?0^oy#ekYm`CMtun-e7J}y9=QQjY9CgvwLhI9uo0Ug^)U#Uz3c1aS-z=A7StpIs zh=P^FK<(sa{KcRPmpM6+;ybE`M!}*-CAreBitiFocV2+_&*LhM{u&t~xuW%emx3I} z7#GYZ3x;TvQutJqg9jDTGEnbi`j&;X1tT>I6lE%u@Sx?OuXi&?SVYMjuaUo)Qhpgo zEt#wUwdAz4+)G@Jm}wgMih||k3bOj1b0ugRFB_V0K*dk9H1ZKEzL*D6-*c`4?O4nE zyJeivy+EUnMyfA{c|uwZO2K=Cy309#e7S`-d@$OSYXwpt$F2c|EOePbhci*5_r{pA za#*VtUlKtbXR+c3dbm-ee+_q;0wDG5)`EudieMS2(RPjA8jniLiK%*aNuZ>0F7s>9 z>R&W^V`MHJ;t6RTC}yO~+)2W>{H~E{lq{9fgVuw@5RO_U3;G|lqZ;Z!CRKblg8Z0B zv>-EMk6UP?X;dj0KuD^w-vr{mb#o0kvj+w{)({(e#cTohl;F=ujh!t)T2J$nn`6 zF7mg9*1s_-6gdu3bA)Z6bB$Soo5{%ju^mk+e9eQlgLX5;ji++Hdalu1V|)B95844* zU(;n~p_&_SEVS;eu`$lt`|kwJs=~>MQ)!<**wKgB+n$8GK>NzO%wIY4#p#>R)A|xp z&DcvGtzTv4PLNLtPUW58a+C_PP|{nYSRr|`hI%Z&fa(|K zEZy;3WR%v9oH18DXcuS(t47Pma*|XAJ1VCxc~Pa{SI}SKyd@dKQP5c|wDzrWEn0q( zq0nwn*?d&PlCpMGIm#EL z-fbKJ^<}}@80>P~uVA6oZ;cF5G7D662SEqkI?eNR)a|R<(WOZFwS|iAFsR`xZftgN z-)l`f+7>C(q(V9Z+QUsSIR>~KIqKO_Vx(N|QfWF0s=%Ex+xv0sO(P4fdTUII4EBU{ z40Pch*ID&-Ire^OArjs_QZ_v*y5pel?{LX*Z>~^oX(2+|s?wyQI|0gk!)f;6Xs6n3 zEwtJ+TBr}e6*>vp#|1sBdT>;I2MeuwZDfxQB0AOjo&xpfs-LCZxJj?GMlX%*F|vtP z`E(j|{xo;ccHx4a?ixKeniP_27%JgsK+ldj&79wI-CiG!o){ZqGlM$I?)5Cld63JP zJ918zL!-yWoj93K3Y`Ph;@+fBpudJ_^w1a`FV8hn(VYji_|<9F>&($kBP_J~fl)=B zxTO+)0aV+~1wGyQbz?PpXjF=mzfOhp2dEvlLVZb&U!17XW8-BZxfGz@1YQIg+nnZ$ z{-PDOVa)NwO+WK*SP&(-L;F+5Th zUzPAHpeq}>x0`DIV4+4Yjr-vjK&rpH3i_Ulv0OAg&z5TR+UQ--Lf1g?>z(EWhHHPV z)W|ga3s~qn=mYm~ZKw5}pJ*Wp-KV@hL`O?I+~)@9@>=dtqp^=zuhGB8ncNbkk?0oa zU?Ta%AZy$v3$1)_Y{_Y%+n|$coMsr~r^#C^wBm#DU3LrI0bSt&v9ffEW42pp`6pw1 zCM!*Uf+9gb(7kSQT4>&oB z2mg&0c%g^?jployNB@oHc_E+ctRR!7Y~E>_>?>;fOymJ4$Or5Tx&vwlDz(eXg2{d& zDPS_Fj6{B*M34zO>4i3@7zQdQkw2&zX!}YQI)1f6n&Kx$rflX3DFF0gh0`3##I)6J zJKCX9AZQt=?rQ4YZyNcF8yckq)db~QL&K`kWPfo_Kf6?*G@#|6L3^x_Ci#m{f9tUr zpm)oi<`K{$jVAhw^!nL}|3(x1?GHHUztMOv6#U<4tQSfLdQO@Sc&BNkzep=js~et4 z=6HJ0BhWcel1})D0P$L*5YRQyOVBYdG|krvDHL=VlsAzzF)#G5Mj1hyKrKK;f44Go zcz~$tXN8mrGy^mT)W-`A(kL^iKj;!@n?~OUh(!uzmcK3ws3|CHEe}|uVF6-?Mp;3{ zK;M8W?zPecTJ4vad{QB017!pyg2s5EA2rGjdc`e>4?#z~&BT4F!r5 zx~PPKu7mP}K6xQqTafd=(a=D9dCK*FLAn1M4e<&o-+!aQf&VK{S!Isr2VErLMM!w+ zeO6|IK9?tj3V;rQ8i8Up8WbpgQbk3ff}pLS5unyy$j^^21czsn(S?KLy_0Ux9E}DB zibfhmf(C=$fG&EWp7Mgp;n`(KQK06alB|hk-ESqFkQ^FCgGzt~f?8_i2o!DoLOp4U z0c8Sh0?qb9UuaYa^kyj+u!2r|p>U02LDxW8)^i_FvXv&HyQ_;z9OyDA3>4^vY(=FQ z=n^OgD1}A?0!5flNfMq*W%+sg>=*eQIISaJG3;m)|MbIyx*P!%=?ICSZ zX;L{}2{ZxJWHV?e=rRYk(+ zp@kaN1Qi9H02#;ZA?a`>eA?B*bqDny> z&{EK4P_E-TIz#Nys4l2GsMI#r4mIj$h-(_v1C;>H1Krc8uOY7b6Yl3iS0CgL`T(kX z!io-bO``^&Jqwt(Y|hn^%EkGuQi})1eyt20{Y;EY^_RT&;rm3 zZ`4=VJD{fjjrw?@7XOX93lZs4l`K$Yyd`J`(VZZ={3op}04?&fP%BUeQ2rgL{a|<1|l!%AK=9>J=oiY19cc2$XB5%dy@IMF+?xTJ^!-g0h2pfx^z)L#n1xXOMfg z)7%4^ZbQLhOF)z-OX z8R!rw`VT84&j_#jgE9{KWUn_K?z~v`}wQTTn+(jmvga*-tjCDx^N3rl2mM`d-M#C&q*N zf*OOmf*O0FWg7JZ#eoKa26>^PeuX_D^#|SL>hjs3!(QmLzl8>XI)e6ss$8)rJU*}p zA*r^&0Xp&{iwdBt8u5V3r?AjKP$p3LZq|LTS|Nc7r7S^6d1OTx1gbX8X|@D4yksj%qNxb??F$wcK$7>;cYvb5M-g@pq1lk#6aWj*ip4$SyWU= zBS0m&<^CVgtVG}nNBzNb-;D4)hcKY*r< zqTYdu-?tDAMp7C%;ZkWD4SG1jX%+?Teqcu;t%b&bDhzj;&nX4+wV7i< zBZhGUIOxS=I~uRiIMAsfTsse%@I)gaTxn(NtJ4MT7D^v!ja|O#sy!#JGSO zeD=8=-A*gpOf_$r2>RaPG}nQCcxfTJjguNp0&VHqiUqNG(bPS!g<_c~__D1fBn6 zN7X}X)@w3oE(35Xi zo&Y`7s7E@nQS}HaO^ZOQLGMAuW#{!dGeL{UohKq*0a zK*u!dmQGYujlDukK}j8$c7qDYZt!z-px*w4JkM?!s5YoBXrxA6(~Eu@EeHMmwbN_^ zy5WWTXtV+}74!orA*GHkJ>xYw5>sV-C8!K&HfXFyMEAR&g;s(7X-`WBI-yaw^kT8f zCl%6a&?=AMb5s`NtL<)3*CBPMyj{8%=DN`k6_zVpk1K5pxri(r1*#7U_?_F^Q|p9h6nA`O zN1a8EpMC}91f>Tx^+K~W+6{Wyiar=LOry>jMOTe}1DyaB1TEL7OGZ)KH=QTCJ)m`< zc+fsCR7#`YL1RIsLHE2+KY7L3=kl}{)Dlz;ls=91>$+wXt2NpODg z^g@Xm9Rk$^{R+yP*7|j%sjgmyJPfMwKa|f4Rr8T+V(Ql&0kI>=+)qelyig-w3mpS} zYQc08)YS_W^(#(DYD{+=v=ej-w84fliwhc^0CfPp2KlDb3C}FP^e;_FY9etGJB4olZgSIzznpr_@GTK8r6i|kc6uJT`3@QY=Xuz}50En;71A|OX;3539xvnCgX0J+gB;pq#y` zH}HRf3KLQvLfWoF0v+_V&^^%A28_o+sj^tVu15~BIA9zhsoL^4s0L^nXr>n$7+4FW zitl|;VtwA2f}*loA@$55_69ZrMawLB015y-1Rb%VFi|{38&I4?4?*?oIn8wYU5)|S zbVy<1mlR)t3QP0|w5~1*2Nlk4M`csC@Sw+_4WP!!v;{frs8=cr{R5gtbX!5Mz0gV_ z(^N!8_XHGA!q*dB(VRM@9O6uHCr~koo`PZtX+OViR4$Fegn#Om9`p=!xQ^4j4?3M& zqnu(u@Ry*XGNk9AQMH|BEuu@G*N)7fnjn=0FF@Tv!$^3|e0EeSxHc$WhV&A&h3Ik| zU@v5Tjl#s?)E0ULYEQxwKnVrCP+FN!Dx}vSSqh>-AHyxwD~Gs}zMUscCa4Wn>N#n8 z5vfsjPH^i7Qu*`-c@mv0mAe9Bapj!Q$=2NC_6>Hj2`T{ad zYKw&*sM|oNnVFC>)zwId5BcSejxS`w{Xs*9Fna~vZeXDSLd?rAcXX)e0ziXVd?`=D zmp9QUNPNoowI`$$py5BTv;^wX+>Q$5>i{Y%qe}^@%=%MTGV@U@jaZ1yYoS!2)RS0? z2K8!dM_co>CZtj_Bm;DO>gUnnZmXp9J8C@{wN7lz@vt;t2yGB8xjz+0L6&En0W_`SGZwvJc5^HnU@r0BH zG;Wd8^x+l3y?z=QqJ5rjAXV?uf_g7uahO+5O$J)1Zz>Uyw>e0)1?fOh%baF2Uh>`f zPNS3}EZ$9lzZpKPEx{5l6|YP>+B561mq3uOm=0a`PU zO)U#8)a#>hFO`LIfC50@&Swa@$c|nHSSSqifDLZDLH)f@7ybS&C+IHd5NN0uvc12{ z^?yOR|1T&H=oZmkB)TbH(LMBSMLy-1`IHxQ5EQ+D6&f#8BEUlVK#M^eL2VY>v*3Dw z9IL4Dcz#fSP!WpCH5>Y5_yt<10H`j=4QjnahxEzl6d*Tir~yqlNbVLaxQGYrg_ikS zC;}7&8V<_7)E?4DzqEv;rX-P|7gU5pp!Qy9yhc%=>!6g2*(at^?@va8MlqmGpdUeb zm+9zyL<+q;Q3y02bQ09g3oX_t7Bn1`V+n8FH0tdms{0ou;p!bw9Ox_1NKo44R&=1h zHHrrn1HAwZ^Fnn4tdI(W(tz4h&Hwa5)ATmSBA@`!FwiG2WGk6P|1YQ*$d8bQ{{Mwk z{QrUyK<{bkzVi;LkB`XXlR!RYmBqId=s9Q>DEkU4pFp>LEmRtG33LV2-iCZx&y>S8 zReZ~UHiPOeb2-jegK_%!m)_I|90dkhFUZ_<8^#ZK}Yz__iZ?*jHR|IpM(c%+8laD$Tc8?V$X0x7{$Eh7{{!-C z0+IpqFTkgQk58yi*oT0zegR|s1I7ddj0p@FlOkYD%7C${0>&BvV@1H&kA9WCuhsv$hOMf4#ium&+Q-N69lyC|cOM@=nZgjCy!I5@ z(-symCTGByTmfTp2aNfg&d-TVYfEHiztLI!MrZS+Hqh56g|Cm5;80(`EWUo(ef@IK z)&0K-{_lk9B>VU@B)Oi1M-hS#S(3`vFU9BN%hc!fNk!^?0>%agjP>;!?dR*`@9PsF T6Y)8NWJY}c|Hw0+Z}a_sDiI=o literal 0 HcmV?d00001 diff --git a/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/fit_files/road-cycling.fit b/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/fit_files/road-cycling.fit new file mode 100644 index 0000000000000000000000000000000000000000..f63df29ab3dee716ef7acc220b5a282616306104 GIT binary patch literal 100924 zcmaIe1#nwQ7BBo`seLU=GPCZL+_n>knVBZcG+~%9Gc(v>W=M3o8uDS9zWh$&vW1f4Fy zTbDpyMDxbJ_=_4E3wx1S{Q4!T5EUUE=@PuWbY6A5epMw3Bkvz#ie5}XaxX6uUOL^c z2FAjiA^xjI6hQ(1N-)buOfiTl0b)v^n1UyWe?7#=&(R?}#Y^Ywr89Zy^!(5HxxfCO z|F{fz<}bqke*G&IKjHsL^xt2-%>RF>yy&W4ARpa-Q=QHj!TJ8{zi>U#k^d`i{fJ+U zfBi-jPDZ@SKjqb-q+U9_uD2JV>^@#P1AgVQqXNA2dSq0cs1_;zy!?MF7S-hapEsO? z)cjV;f2+)gs0L9e8TdIO(Mu$H|EsbTT>_rw=jEmFzish2TaG-REDEB95-o~%PgUVY zih7bQON0OV7awO9;H}TH<*U=l!q1y%hGnczFI7=EHTaP;S-k!izcBPw6$3c*X}0W= zkt}v7ocgI@fU5X{%OUUT>B-_CN;t!^(|4e%7{Ozh(~?C_19KJML8{^h4nzSrCMOGz zk!Y61&p1?7{J~xR%9cG&CW~wn(Okar!W+`YMuPGLA9dO5;$)Z>k(F)5DU$6>3aVuMf z?noAeEJUj;C5;m_MFW=rFWZ(Zs;We5EK#P3nqmd7yO}MOt;wQ?MwDdvYMP`e(cp~i zY1D~UE)8v7+^N(^|fCtJoPB?}o#w8e7WFHuus z!8P64^4{8Hu|AGyyT#=nvxTo4}5WDvZxtPwA-@R zG+k5T!Dp{$%aSXSMZH`^`z&5&a4v8Wuzgvw=$xDAfaQ&8hNk2Ocf6J@w=7K-z48zp zwlpx#)Ra8n^;fgy%q7X9TVA3+Ed`kKgQs84meC87MUw(V$1L&2Ihs-ceCblQd_6x| zG%rYW!jhZ0AXo(-o0lwF6e3Et4D+36DGc6wAzS*+ zNfslE5T#pA8|Q0EQE=h&*;1RCEKV0Aa##Y53pAw|xbC@ZxqEuD5G9B*Er(1CHKjPX z?b&QuVOp}NQIhDiWd(ByaNjf8^3s%KF|8EQIm>9{B26g??s7U?wn$7C?$SgTELBX4 zHKi1I$f<1kbuxxjS)$99Qea(aFvlYwgaiJ0SZ207I4N0FDo1qHvc|MTQ_6r1&TMI( zm@Mv85!BK=J;f>t|C#ErBLuvO(_S?pN=LOi-BI5=!WH40JuDOvprkZ z8PCU`xBd5ADsCv&SWiA(&g9Sk{`sb;0ZRWXt_{%LC1co>?OO!1chlc4y1W6OzTw z--%vYqW!`3!OM4L%R#8B7cGchTUrNz8-Sba#E3@47HUQG*7A!}Hv#|Lm@U_#rP_C7 zzQn0pfwiUCvKzY6@qWyExPa}zjb>)chUmRdM>21W0(SB#Q}{S>9UaM$ED)L%{2R~52lf!oPq=|$!rk<)C- zIB@TB*|POr46iH9J{Is~aFc@B^5%22{9R@>BGINy1y{*|f&M;O40z7mD=NXJ%mi<- zWXoUQF)}_fzla3S0sDp^-s)3Cy`RjZBPZLG`QZBIYH{ z5$&UxkMkqffKR;4l3!v{M3Z>thMam6xaiF+Ijmrcm|L1TSLEbqWixnQR+gMuC`G8{ zn3qN-L@PVMrt?|yTZt4gwkC7q2&CQxE`BOYYGqTz;d;#HA}2*Fd%<<=S#o)m6p`7C zIU)+F_kp{nWXZC>rHHaEyy&N;DL-;Q`0&XrdAvr77}W~%wHh9QM;-uY9?z1#wNu2U zHeRGt7leZkg4-X>l4a_qh~e$AfKYcwB}OZU!0y9YGEe;!5%-4|`KY^?4}*&z%#x=X zq=*ZhnZHMZkAhF_&XRvMP7$ShGJ8c#jaH6>M{duOH=Cu1&3&1Nhfj-ElEHg6WXVsh zQ$+Mo=2H>Vqm>l!zN9SKxm}8wHJte@b1L}2+AJB{F-2&jm~TbQh*mPeN9Jb9B?D2C zSn-b9W6yJa8<=l{ zYd6Kq??@5nE^+I0WWEFL(kM%2>`D>oSH0+)Wv~_e2)wF7mfUtUMclz6>zn0l^mwT} z2JbGJB~wqPi0qflGvpYlJOS4$mL(UYq=-^)nFC@*OXVr}Orb1!(4HdF-h0s(OSxF^ z3-HRES@KzCiU|DWMIS8NqDM*PC3tphmfUhWMM#~FN17G<3fv?*OU^ipZttzbxcq4y zDV4v$%L21x{!1xhatL#!9K)sZ4&2S0C5wZ5MKBl4F+wUIz$TF;2ZKvSGp~t5>W|nhYGf>2@UBOG zzMdlLR%LF%sdZrAn;yC1Zi=W~M@J7WyJGrCMGxMU?U6o@Qbh0iI=T?u|^QfO~>JT4woR?1Y1dfEUH3ipb$Q%nh@ACP*a$ zd=BN_6O$@ZN9ZtiiuhsxMuOj>s&<2aj?vK%OTB=}Qi%fBz2TADP?BEbbo2|HAQcUK z;DJZJM!D}N>c~s&7&KKXR&e599yto!W}1%l>W{!_Qn7)9o_eGgc*6`G;>n%B=~9UX z?|$Zy-L0u2|12G%PtO3b1Q&Vfk=4P&=IF>*JsUVfDly<;uRZb`YH;2>=Iwzqr4kFi z@CL1e)Tig`$fP#)2giZ$y!FUo%nNknr`9mfmP!urd<+s7c+^521*#Q%=SU?dc)&Z4 ztb+o!Sfrz1@LZ|HgV(b zXtW|LbtKgq0gI(l0DK1=m?Kr>U8SQ~b(;SYsT2gy|K^b|z(2q_)W?2HVw6JQT8Jlg z;!}m+8Xe_Q7x^uXQ3`{5|M1B6xl%>rwK~e9mh@W|qZ9`Z_R5kc^QMZe8+4Rk9cEe) zqm%%D1y{?LDk^W(Q9<>*@5&gZB>0F9vn!Z3>8P+;nYk2ru|7){&7Uf6gNuS!#VDo0 zUWkLE!1XrksJOb`usTL51HJ*a6i5|?w&8Yr+vVcz#V+Eq%4#wl6L5* zis~_}jZrFt%Ndagc+gHARr`mlfO{jX&o7)RR_xYM4YiyJsjGsc03imbU=|QNgmf)eN z@Gf020zEqVL-h{^w*vR^&yuUVrHb;|I_j(zWNr<%`(Yv5BURkEp`)&9-C(ps8}M3i zL~lIumX5k(2!h*zuc3_(4M2#vt0NrgaO(EpoZ!g8sbc8;e;7^Q8T`|P{xd06m|rkA z2?loo7ewlS#8mPArH*>5`I)#;JRO1JK*{EJ+n_zA*dp>+}Z4qXt_q zPZh7fF~8>5833+{{*!Mr9_gc}Vd@;tWFYto`p<@~siLH>o<^u+nFoP=G%N^rq>4r+ zJ&pP&^~7PQ$=hPb5aNf{b+FW94L22s;Feu(?qouXEFxtk44*aXR0tp>uE9=smFr9 zfeW8W6-{FFl&I$C)Z@Sh<1y6Er3y=&o~DA4dOUblt}MCuVycMAsizrgG3G>YoBSx? z-BjUKL{GESjll?3Q^3s&WXVboQpMjz^)yEfXPyc!STIZ4A7R2QuBUnG=O9G9X|GeqRM^GQ`phXo;HBV3c%9wg0*&>wRDBbK zxV{YBCU2G;<82p8Q#~zLmj#2DgNNnLl1?AH_}ENOE7c_-;1%F0sKFS6U7Y$|Piy|+ zmEe159gnYFjA^N-b?W6{JaP?qE1GzJkX@W>$9$eS2^@fa;)%42FP)g1g@D(CyCN!8 zx7dZV%YS(Tcs=@{j}4FP#(a}YvI%@OGE26Ivx}9z^t4|6%H`e+eurrKKBrxb?xUwo zYA~nX0*(S7%WW3}`{`+mdXaf6xC5fx;e06f06lF}JBBWgQMQ4vAhO*nXcx-|>1n6h zi+LwF4UuhpX}kDqgr0V*-$TH=z`eok%AtUx^tAUM-VOd0k|nQJvP@;_zlY zo%@HK;A2>zOrB^LKXx;RgyE5yoEpoSx(Rl1ey^S`s86^gr@-a0_^CX_E|T}_>C!)Z z8k`p^sGig8qU%9DT~UMik!Qe}ScWy5VHf!i>*>1MGX$BO1?T_hk+o;pMf9I~a;qbm z&x3nnK^QX6F1npy_T!RV0!LyE`eKP)h;%(=smqx!gGXT3)OopG6n5z8hPs9M3iv+O zx35>)MTbm1-B!0TUj-L_;*k$lqkyONboU>=20n#F@~(AuG3TtF?yFNcwVN}+9_!UM zyQp`Cxk=c{Smg%zG8W)F_uGa326JNA>R9C#c!1j@Zy!QOzQeqn`8K#O_A1{G+r_GT zdV2T|-vJA31@0cPix&^{^p|=!bWN;s7yRjxM-KkeE^a^4)02Pr9(daYtogy-PxSOm zea)%wga1D3kyF7lp6Tg@x<71ftnvW7>a<73f{(vouFm`fd_5VcJb7}ye|y=H#mHoM>a^ai#mSH zyO`gB%WuI>G6P{IK+qR87xQ~?uT37=&}kQof&_h2%QJrf_t=1~z$v@95+dlQdWrcX zxOI|8iZgZ*5H5(cOI+?x;J~%ml$^DT){%mA+Br`B6&$i0nOw4qKW)s7`Q=4pW8p`M z7!7yPHH!)I*22Tk4Bp^3lRfh0JycZ*K|b0jW(E9VqDPK-fT&qYkgpcSkMsfm8t;)o zk5GeU1evu^PHg}Oj`PSPf7!*^a)SJ|7u>`~aGy~g`Sz(@WL6Rss7>RNn82$?c%<%y zT|BQMC`4P#Yz7|(KYwi()vE~#)A}>}fsYMG-hbOgSam^>+AwB+aOYtjS@eTl7;6f$ zXe&eU@_}Ie5Nra!+QsKO%&VD0z|RMuPV{M_U1LF-7Q$5(%BjJvl{7K8sUVvc!yE=S z^hYT0O%o@Z3zAw1=5TOuKaVVKP7`S@1jT`qVwDK6rw>Mhf10@5N>EO%a40wm9M}s( zDkM$3Y9}a{)}Gk{uGzyQuY{$EUmXPH(GD`J;KAKIvQ|Wzc=?B*e3}pEt$_!2@yL#m zY2ry|K?Sud%vSJkojmd<_+wW=g*6AW4eZs?BXdTjiNGGr9mByfoVt}qwhT`bN&N&B z)rN+zk5yv9LtA*{z|b^tcz~ed+JP`|95}PNN7e{V6Bh;vDy50=4Y5iNaNTAe*)%Xs z>>47djJ7uzoD+PZiAREVvkWUlEU-RxVAvUn?lDmK}!9E&?6%&rHKI>xQX8| zmjJ)Z=aJK^ritsD1?A8_#-hiT0Y^!XJlQBs1RP?vy4O~Izkx9eSMCWYgoYs>V-^RqBD)K5$E~1!cNaGoi# zN_}vryKd=NoF+<W>6e-_&*WI8DLD9yTOQq>CMrgG z(+~Ad{G?c=8MubiEyH%Di7=}-qJ5e839(9ZaB`|!zTKTB8pe9lXLU>7@v)*67#~Ua z=Yt74{_Wp;ZCvw(lEB9e@R5vvK4Rd*|Lj5IO2hBv)di{>2{t8@TQU*VRYPo)X9jyJtj59bE|0Zv-%mVK@ulg8ed@z--E zoxt4}y5%r;npoM~8|#Ca%$>n?=DTILn`xp=D{o#+(*IMMI5vdYoM(8f(wj3G?v`u5rirB^yy=emHuun2r4KlMuv=dEktVXo zc+*X_e?D+uu(iKi7W7IN`6qf)wmO5kA9!YOw={aEi)M-5yfVxS?hk(0-7R&#>0;S* zZ@Q*V%Qq}m83-=c(JjXZri*e5nB$lSf#chus>0Gm!V+&RMmI7K2LIj~jb=#~t`*)` zy4KDQ9s>T>!Y!xDbdh_lH=S1x;MX20y9bmiZ^8iz*Mi z>3~|T05}1hRMssMr>2WNkG*N1+MZJH z@y52#SqMB899{%3zcgKZeeaD;VrwqRG;ouG7=Wu$RbRYmvs$Mhcslq+Ubh^vK3)9! z;Y}OVN`>(9Gr-4lx#giP>0+=>!7g@1LG>~%O@eDY_$nrmdNvH;vE*ex%g zOBV}cnDgaAhgb;q4Rp(%m(#^>ITh@_4a|$c9sQBol`g{bD6~pl5s$W93=Z&f%Lg~o z#nSu=txyj#F9F-lZn^tjx@cZlp=IiP=B3~#;P#I({S;SdiMpD3IoKC@U;R5>3@gX% zlMB2890%_FIb8%+Vs6W+*MNJ1o&FhOPJM+Is;%PD+17%4f%ArD2vcK)=BrP0g4cmp zf>%Uki22PFnya430Zsz%2iu}EL|jXSW~*Crpd+sbF97$=ks%heQE*DLHpie?Wh?l8 zfLm6nmLaC~XZDH)?*zwz)utKZ#YpBWQ3GR@U7Q+qB7e^i#l|ojBL~DP2f!`Br+Q|H zsneL}hvSh)!HYxOQjE?J%@#5r3rF6^z!_+ra^o_@gvHEzm`{Kk1Yz<>$Pk7V%%vhw zCnv$x&}g}*Wrzl=m>))<(Ne%o@H(cs86q@^IbS4NJ{8;sC26@JLv-1|FK>**NV9|W z;IE4_gnbiN)xrpLpEU3hBWiG2hIqS$EB0Xo24Fh)gTXDwti)Sx=VrLZoB@5G9T?*R-G`UjSQPyX5)98RB*(^Gb=-SHMN?x#Xpk z3=!tyytl?7@2lV*w_Gw`8tOZXOA?s_1-u3xo#m4D^bGOmEiSh&^L22)>n?1cGQ^~N z{FZrgAgsH<5tm&u7kJJig=VTla^mGZ;5VmS(u7P3y<{$*167p;j(51^-+1JqHwsNt z*T-TK$Od1vyW}UN_PkSQirOI>A?ybDa5D>> z)S4Rj7P#V3m(-ui5VgN6G(nwfL8ILTPd(_8W6x)ZS6)6~8HkpD2)?=(b#gsJ3^Xu5 z3_@pn1oj5|XJv@3M&@TB;J?5jdtCDL%?wf6&j-h(UBbbS!GXJ7a^l?#aW23IhpM?E zz)!&6ce-TLhZ$m6un&%4eImh6!Ck8J_H~Gb`FyC4N*3^YaNi9s+11Y><`ne7k@pO>ANIW9QAsY@A;=-t7xBSy zy1@$m1b(*0CHq+%;$tZv9KOG__K#IQgVR^LWL&gE6fWn3qxy+9l=}<#w^c5=JI)~n zRP>>a>e6WNS8(&N_mIa*MPaN87#mjQIgXY9YWuTnFuZK z3%&~us_GCiO_-$tW8MfZgx8t(n?qzYWq#ua_5(jdx&7-o#EO>8qk_?6{lSM(ZhZsf z-J1DgFuHvJxE2aHq@hEUZo^zA1cM|Pe0RP}_G#=8Pueq&48^z%1@D{fk}2Sce=vIm zgQLKurnqF8CTQaB%)c3ti3L0`(Iv-$zyFI*`G8e$dV)(%2e0YDsY4X772FwIys1M_ zPi7*F;&`xvObUbJ{>>PddH)Av>=gMQj2K(`e=s^k`TxPF?~4C}QL(lE2cw_V{U3}T z+vtBVn)r8co5?Qu9j|k>7r&*>fC9Dv=bq$}Y0VtM+=uzKFCN(%Ja4Q^PWas+h74dX z7=X5H3l1NNMr+{^>xM8d4?$aY0C(%}lGDI_#xmy)L)7d9zSbSRsySLGfw@{3Rvewd zBf7feVLYJRd&f)EghoB4j<}<`Eq8QG6cM$qD!uBjZwUdxq8^F zIAu6^a9Ni;_lHB2Kfn$jN1ou+T#%L4DcD7OV*v~5IM4ZFaur)SrMnq1mDwK@-OhGY#+>*b(v>@ zQ!OaTEQH>hKA3cShpdcKW`kEpVr~F`x$T1~dLHu}aQARTh}jMibk7G9`a0&hV6RY@ ztPO7Xzz5TRhtO4V$^vk_ALjYF4pHG5vv26?IAtNYl?hYye23`&!Ut;zOBi?&c%-jO zdM(1-@X7~QQ7c2_rx-F;m0*kXt9yz#+R)Y#Cqamo^KU2m6syu=|M{OyCQs8-BN z!6rSXjAafH_Q8i%t2LOHfv=HEmRRl(#Xm8>3t1PZtOYyXUYEtzI>dBu1Fcn`1+R}& z)`0_FUzgj!WH3;Yx;F%z1fKKax-_kGh#E!%FXBTt#3}2+MV?)kK}ilV-)z9;k~;*v z0c?44T_&w}h!lSVE|&%~Zv+qf>$;q_5%W$Ub8F^J;9`%iOP?+1KEVdsuC`&`48HvE zx?H~9A&g-LY(9Q4Zvp2<>N0yA!aLGHd(<{z;H}_k;Ex9!;+w^Qjm-fr;5M-S@pbw7 z5IUP?z~$26An!;UcHh4j_0eh)#oXHN(1g}%$Ao`#*VCU660K5}i=lON1+wTy8 zu?E~C&0*dJo{KuUhLSvqGf=WxiSynAp7Q3p+_M8cHaBx;&if#E*|+Pm@>WE)qRfwi z!H2+Ge_WR|I-N-hYB0 z371@lN0uySz@5|4aPU!Z2)a+>oeojAf&q6-9xS-U@ zo3NVcY9Nm~jQJw??_yXff%kSd;EcnIGr0u*4Kdaie5cxBmoPs&c2Q~O>f&r&Q{h4oq+c$Q}Eb#cr2AnB<I5}$;4t@lF-NPl{fM+i^;La%zr+x~~JqT+EaL)D2b0ZLx zUV-b6bIJGMVY`^UI1auAmrZoZRe0pf0|wksZQ@}1H+bPxm&^d$4jXXiw337AJMh%$ zF8Kib=7<4zPHUOpgGW|=@bFf%I zx9@m@c}6h!3%J4}mz=uKAv&euPl>b&VaVhw=e-zH9YVpZbOY|3nsX-Kz@{ZG*&Tr+ zIm3WEr{m1u!N#R7+3m1H)OH$h=QKP7`~&)4}zV&8DeKt}BoGc`r8!eThfjt+5w zc>}W-cm)>2XEV@!E*WqYrDxWGZy=NPnGSLKiUC(qpSaw5@Obc)GY+xmngIvRx0nUE zIrDjkNOBo)6*VOU6O1>w5O~=ohgj<|;3{f8vjUC>Z@KCa%d?rc@gse~)$uxeZ=yro zW%lN`G=lHo<+tB)h!OV<6rqLlZxO)xkJ9E6h0d*=}CUK?;jRf|&xgI(Zy zAF=*^YoK_o0dolWFkUD37i=fq87Q|_gUcNXcA{dn?}%0J4Y-Qx%&Eh`$I%S;emZai zYoG#}FS80>vCbve1Uf|-y)U?37&@{BK8ao3Al#ddItq*A_ATYJuLSrR-MT%eOvY%AkSb+tJh zAxeRRvHSng#VKZ$^QHQlol}8-ywXvMKEcnqrEJ6D@g;tfh5jR75 z@Zy6mS!ak-oT$M(GaOtM9G~ox7ZaVLP;*~utUV0JD6R&+l7d-knp4ba;Y-c58O*#y}~Khbn&J3+Tt)QSnGnz;w0zCDyKNy&6hfA zUwC<24?N|xOKw=}6c>B=QYYL>V=-JG9CZf0D#sR^!7aeMuDWDu8s2gu7jV4| z+!EaH8ji6tkx2r-&YkFmaY`%jewugN6aX{urrOAy z*h~EZ4u6P~oDUdMo475z=D^OY6L|0=90z@MiUQlXk z1v5qb7v_o)DEByU@o=~NJzu71{*C#MFz^I$(@3{GmNQdS{l&a21TUWe&W>`+il~!< ziV-{@1pDHt;BgkWEPxseF&k0en?g{r)4->}pZqgLK7S)xXCw1;aBkHtvrL(yRG<-K z$2$bAGXvZje9(|7sstO+@?Oj{!85=cy)#9{P$RX`e3|Ehk7#b0@Wm`l5 z?cm-Yog%-Dc~%Iz&jRp3t6OeBKY1Htq;^{IkU7|5f!*NkFP-9HoRK+r$0uo%4NjZNn~CEUIsq=&?%1RF;X{eLI^tYQt(ai-g{1Q zFdy?O=9SoCF@912;_=u7@f!H{$*L zMsTN`Zn@x3r;s(7GkD{^6}%5TdnbZv17>sRQf!03MZlFeJB3eE=KUey-QWt~7t5XE zTWjV*%m=|PJThsDQw-~Fq#@cx&ifE}5xB}^r`XujNW-+5d?;`jTp64(-YFjUHquCK z4f7FjFgX7h#MpjD8jTOAfd2&FjC0HRBb;LX03(gnhA^jq!@+UwG1X0Eei{x=2d_n) ztZ3*ImYK{?m@~k`z?nz>69 zD)ub6Hwt*KkW*Y*%RD0zd=cCZ*HyK0IK{awMw+0F2?k#Rhvdf1UW`-h+h(N6+DPWh z;0@qmHm6A0VWdPXpukta?epLgRCS6|yNomq-3N_!73_r@vZ0X(rhAMuQ>(yy4LlvZ zAj~N;_8Domwl5fb9ZdN!NP?Z>^Z_Hy(`s=uxWG-olLPR`Lq=Ml#WTCXlfg^OPO;&L zkrr!(gHb0Q@L})+U#IAN)JRLUEGktOJ%?v1vxy zpy`7!G2Z4(3b|$RuMVMP7-_RMAqdmx9dIgm>}Q9l-U0St3@B?uDqPQ%7jbp5{M%t^L4aCClA-F>^w+wvg5Z%uk zX}^{dh!x%=@HpId{*AR}^hF~b(jtSve}P|@aLeDGIz-kbBOTG^1z~CN82q`UTULGS z5Ph#0>6j)1!B4@~GHzMufkW)NZln`hbRd>3&%i@)@0#nLLyUGCDOtM^h?UZF@aA%E zSpiGu99c$6)w(gi0ADKambGs=#Mx{krE7*jtioP`vvH?uy@7@HO(Qw9BLU!7-~$!i z@|*`1d)r8-w0(R$@fzH%5(1tJN7r|ZbVdtcegpQyeeuX^4pH!)k6(@luqB7`9bBM+TfR%d0nd9QxwPs2;2+?t4c)RSxcWyUd9<#~Kf&d3Ki@1F z$A+JbbVIAnOwAB|aGSsM1RCwDk#1?Rep_=WUSMl;y!>&8*#FH)ceEd7unyb-9|_Qb zzkD~+J#8Yh9y}W#Ac#DM8-$-mdZ2}xk+%TvZt0eWqYg3rmysT6IhYOLXYJhbDbAE? zd7J357Qv771=~7cq+t)ZM={Y;Ef2F1{6|OJTw}-RXE4zVP4h!0CUB8I-0~q#iOTz$ z=#{qJgw$qmP$#$Cf^BCzqlw;VHB3ky2=3Sob1`=R+X9$pa!JC#YH#F?bGGu~Ci+`T zW)26p>4O`0oXTyDFwuLhEI%>=ytS`eHd^BlEu&2IN$bKj7ztk2&n4(cn?|=!mw+AvWhQ5n0Fh zfhBmw2z**)p+h{*X(F9<6c;cCe10UFcmYmCa+ye26PRPczec&`aGZj+$ZaCUI+Qs# z*l&_s{xRJlb`~~~uk|2TY#wmq$>@VP8ICDxBC~Y~b6#*l0+tpyN1j;BME+Kz-?kh| zKJdLnM2JLO zi;ujFb%@AHCJMK{F@cMNC(LupqGNFTR@p>R))eklCBW(PQG=r$;$#&Qsn%Bf$dX{g zLVP#@r{(5qCbC&GIdv&;{zYy%WF!s(e=|{xbv?IyX>g0h_?W~9oa9tzKE_-gtgdj& zYeO7jWE~U5S%bN%DuCaEL%@I3HBnCMJ|nmy_|ZzYY&_T@I@B{!F6#~>TBi~?dllMp zkOO~0YN9;WB<9NCW2-S84MZjlOq9=Bo4G3Z{yIFeKkB40b0u!#>fpW`-Lh+692+(_ zQ9)~e6SxL=)+V={(#Ij1{cfVd);7#F!Rt1=<)z-Z-)Ui@qSj%YcP;RSEpAERF)dA0 z!Wzh22mEj=`bkfR2yShnQr0*FxIVbW4t&C)yF+YjYoapN8vK?Gz*~1>`tOG0{B|ZP zXZ_0D5L{?CLReRaSkl2n6|E<@1{;A#>~YItT^vI9hlwg%|24Q9gBR{~%e$R0NIIFQ zs`V77ZV5hq%qv${a^z32X97w zZ$W1>%r;SbYaH_cupO}N;CK_Pr6Dn`iyxZ_(u{}>(d;fQId&G7f=Ts(v3xMw-vUOi?q7l{~%n9ILYY}~BImGUb z%w0_2MDYAIc;sw{xV*_kqpZ!Dr+`mjxO(O|#Ouu_8e?t9JQaKggF9j#&epe@Xq@!} zmt-24LqRLV*t*+HG|}3hA2}Ut1CK*QZo1t>ldWwz^-OU0pB;BFJmuwG`K10KD^Eu)tq^zJdyENgGhdoFl3 zB3lDoK;_tHqB+)8T<&Gy=CctsH{$O9xQXUl%bSsUIXDL*^3+WZ@$Q6)7Fri`GpqpD zpXrv9aGd|)q=^<=Py2#bg1gQ@|K8#d50g!_%=$M!auvA$bS!dkwr)-}(F$ugXR-!7 z5|cnz%&uGP%-uNkI`AG$8HaHgeJ|ZatE^f4I!WNGm|!~W!eYT;qBYjnoO(StH~2Yb z?#@mVC0R|J_Xcn~%u)^a;`}?)L>sI{m^XquV@_+f&mlIPGSMdM73MAA8RN0@!UfcC z=S;NapI)^U{BRsX?_q}+eBMOctaG@3Zv!^~pZn7xu3RwD4(l4`?cn`mv8%&sCghTd zc3F2b?*P9XgMfF!AsSpZ(H?6ckA}VAcB8O*bUH-5$3*+kPr&=Y&oM=}J%trVmWd8p zb*7E+%6@Q9a1zdui{3ENVe2a+_yG6>=K1F5aBhFoL`SXPnGb^f!JRLlYu+-^aTIV< zymAOU9*c!WmvH`lhuOw_4BT%hw#!+#HGE{Elh&E04e`oxa6@pnn^;jlHc^UouNiy- zya8PLjzd&=YN9mjTR-qga38Es4q!$7<(Y{xto8iY$1BO;(Rif$fkPy|Fp<+5EH&a!LEPdrs;3y)8?djB?H_T^&N!NJ>M}e4gjA5Z$YD##Ul%U zWKQ%4UjTQVh_-a&lIXjMPFaO{ZMXZ4sq$1iOyML z{lJ&O$0p!Ipa13y))}1o3V19YIrHCq$vT+%I(RTrr(MRaikF!#S&R6ui&xy>?dWVK z)c0t;nXXvB`hh**$LN|t7x6I(VWw-=AWoeHZh>z9`8;BkVkVb$3v)Jj;uN=hgeG3@ zVVZ%Ao9T{qp$U8s+-(ka=$Q_2B*0AftY>_|_rcLv zoCSf02Ab)CwY~vu`2c(yJRAMHY>=5ASxYfL1aHNf?SaD~0)m;HzTn5;Cs>><#>S?7 zn3n{9h0AlRjBFv2fkO?(M_ra>b7n`Qe#h9B0g7x6n2e1dkBlDIqlhIa>Qw#8q zgP4m^!1ZO#WVZd{l6ZqVfoI}%tmVuUVEe(Wa3)x`L}9Zxw!E2wY;T!;z&XJVaI*?# z3b6@)unBx01ssPO+*!p;VYY&Pn{x>>`2YLc1^(^df4ktrKS$V*#1B9G_b(L`{_P}| zvYU|4!fIxU;!4b=^Z(Dk#2+y5&o!~Q(V=O*YnVy1Juq*|r3?5^5_|~(|6CO-nrld+ z)-;pNHUdeMKyWlFcRu<`wOY)Bz_o}%D31S(g1-ziQScWxCMqKFpD(@i6;q62iYgK{ zk!Tf(Hj$V|O!=uxFzFJ^x&%L6g1;^yM3)e%O9;~?gzFMwbP2Ki#hCn!ngL$AKrda8 zmoC^#hcCX0^dfxEm4Qp~e}5I^e@gUme*|6J6G2r`VE!&k{_;mY4CfDbxP~Uf5I1Jns{W}4p_+EW8<*+?q4hMI^ekTvc{Nn~@inrZl zj$pOGAEh_2bmJ!ArpHFu zOjT?fxg`0(zpxqJcN-s3>1L*CwxOIlKR6Ry?yf^Px|^xG?KP(^0GV+Jm4>H9HPKrGc~dWGM5BT$JDgS)`;TooJ)Ziyq? zGYQP?1Hje68OYlnfNRL<%%l9b=2B{av%sTqN}O*7^Ey9pO>iS{=g|M~2w!k*a5~EU z0I8qO)X6hE^2Gw?@BGMy;6C8h-cGS)v6(vAItJh^8-e$rs*2;3cSxfQr1I`XLx4&k%jO#N)jm|KI7VKfXzqmAESrUAAAT#`26 zSPUuk9kv!5%{0jNlDRE-BnIH^w+`|9W-|@3WitN(E{D1E;B$wVxyww$Y(4$)@}0m7 z5f=L5l-RJxOe1W=ICW?6b_9_s=$iHRnrXCcHs%SX3%C>_(T~Rt@phk?#@c>x>aLs` zaqAY=okI_pX}oPR=iLKbcnkJ}5AYG%BW9Xt^X1gN!ELu=ON6oW@|c+tY>)krx(|5M z4*U_x9eghIgqfz;0+{=PKkmes#{kSaX{PD67MyoK@EGi<-`zy&6f@1VWibx`>#;5G zc>^Dru$yU)Z7OFn5PXz58=uTdGt)fVK;}W<%lmLhg-}o?-AoH?L-{QSgHK{!-siz4 z-eIOiw%5!$`H>^R>rUXD9ZTJ97tFNER)ABF0tY0!WjL0)MK76YjqM~4snOtWDQ@`?!k8)AroT9PnmvB35K8pPA`T zn}>NWxX2Z^oPZVC&*x@3W;T%05Yw*#?uVy-9i{VUGfWLz~t-_yId^6KI+XCjb;Gnx` z;zbx~IzOLjqYJh>%t_!K_uW!i;1Jin{pb>g6nH&&`vZjac{p?P z@uMrYOy&*X)en)$9L(GXKe}d%_uG+M*$6)P2w`RxKFVbDBe(6LKT>Z3>mK8;&t_mw zGcoTB0B-?%p5g{^8qOgD{3r|Y1iTfjJ;x}X>JV)L{pbezAb1 zK5$94gD1Sg$vL=Bh#%dt&E~v!fN#IXA#5TJ1w;Mlo=r0E1m}2*?QMcXlnQ4yFz*9b z|BQ|H1l&DX{pf*hWFTH=KRD_yl;Wk4F|B zfsfPW_oLUgra|D7;Clvq!NzchcvQfT-r7n8qO&D~KjY82j}ODPrH~)Jw>|L(r-1XA z@D+SR5jYC_(MMYvb1HZu{w93R5Ugg3_|X?z%K)$){J{@jlQ$TrBgL5GIPXmGoKXBt zcu%bM$}#(K>NDVD_@njOJ#Y?Lg}G56hU-~yw2Ci$KgQSF%Al=d;AfbSCBPAi--7O#uXJ$aU4j>ZJ z(nv@?-}{Hp^}g5hAAYXonjLH1>t1W`y-r1oyvlLNz9eVd5%^z9=kI#Jm|DpqZ*rWo z!AIeY@C=Tmc@>Mi%dt^QAA=|JlifL;yj3ld%DYPWIK1P76tfE_|Du{j(sq=d5{)!0}^ui!?hV3)=scUQEz(X)Ud!K8A$>^TcntGtzMHj_#Hnvk8$VA$;wya;Ph}?Vyt%q z9~(_qp6uYJWq>E$IBQO$^wpWl<(#k;?!=|)zl>@5LW`8}7O+!^4L(44v~W6w7h9yX zcaa{69nSHP{A4i;GD|E{)>}*20hi`B3|vG!S!R*Xye;(Po$z{Y+Cm1ep35y#!FvQY zGQmtn|J$xW|Lgxw`SstGymN9Infb^6H|5v=DoZnL!|fco(IQp6)ogQerq1$z|4(L$ z`tR{HU>9Rq+-8eZ_130HTvqrj&3(ai{?9EIsqXEeoDI%KpUE_h4?MP7_iaB0~bacb{@sz5GGgN*vijB}ESWkM%l- z;XxTw%x%B0S{YS7tk*dgT#28o&-Gb*SoywIk_WEHao?c1FFB?>PfO>6j}jRk(yptW zv`Ay`UTsYu!jrjFZ%HZUp0Y?&?@HzTa3d~k-UTE#r!CUldr0{sI2X4>pE=YzYmrvo z9vXEDzz-SX*3l4lrdXtnca)Yc1dnH&oIq=ua={{Py)Tpt!}XpsbD?v1E?T66H-{cz z5x5|6WC~9a`u=H=PTsd#`eWEh9Ql_%bK#OjzVZH{{0V%8fKiw}Q}l{OzV+@_E(U)> zOFd4XNw}_DK7j))0pF#$H>MY~yJ?Z`Ub}KhcmPSldHPKH+ZO5J&8A0E3SL6M$iInI z?K>9f<&D?UrQrhvj3S%4JAYf`d+*hZa2a?T0VCb7T<^OU>EpexTppf9awBAW%o$HUK9e69K1B7?mZ zlqsuJK zs>4@_QPo)0p8L)sW4vvYYrq$XIgIdjrkWss6p%m6yxVA0rRmD%1eGxoH76i4nJ$59iHhmBrqQnhLdq zvqsOFOCOW)Ww**QZ(HS7@Kt6-H=gh?K8ICScn4_0*BYL7fZUjw`Eb)JtGprQHgF}T zR#%=e4Ee3H)|*TDYxpMfv&=8Z=>y8?G?{D%kKE0JqL(ZKg{`vQdqs2O_V7d|d1YR) z+?iyRjo$56N_T*p?&JycYhE+TX_YPB#mXJw*T2!z-ZH(6qTV^yWl3?v;r_JPZQSDFb*ysG`$Q*sBj5?N@4+;P zgLSR)yZ5zDd`H5+(i?maSxBpAl_Orit~`x`Z_#&R_YWB3>s#d*frHueSoll&su`a>n~gOHY6!gn}Qh(*~Pa zCB^$zc_O@@z!9MD9Bgit3*KtVli@@rc>^yoXKk%~N|#fnz~2&-oPRO{_}VHL8QFAF5$_Ex##y{J45K1M#(jZo0HgH`_W9#ftUmnN82 zB5+*pXqD^U^UAZ~s^ldDP8~1`b+yVZZyn`1a9gHrg-#wY26VH^9nx`lF1&z2;Kp%= zjP6#s>wRNmDRLgXkaVRBku6^jt32=~+u`}}0MeB&iGxLYTIG@VvaW$Gg3~h`wL8K? z*51mGbxmdoe2Ot`8^QGO4_5id+g*QhDg4jBjF*Jol6|f6jP43AgPXl##f$}#t^KU> z!n;LzIh_2Ow_#Wy$=cs4FTIO(U2p~bl0mmxjAUVeRo-}qY3ViaS@M%4#)cY0t@6&> zQWtjC!YPdN`lzkvFsr08FX<}FI`|3s$sNX>--cTyjrmG>J=}t1!48`vt&-L}pp|TZ zCz79}-Oa+zD66D1S1E6TM>0hzwUh5V$5D};Srfs_!bUV$k$_M6IukYwaO zG|MX4%-#u<-UshyrugT^14eL;RdSeBtdvfM7iCW|udO5C%~M{G07u{^Iry^(YZ=hz zTgBw1d^ie6y!;7(HM}Oe&?*75gO-lLo!G6dID8ZinUgZY2jPxBW^=393}UfWlFa>D z$sxF*pIsEmX7VnvO0M^n{0_Gaq?lL8eQGaN{zFS2g?|V$!zD`}wZbZS&0`r?B*h(r zdnTorv8Al3ue8dC=4s{Q@VJ~Q=HVqY%~e(@VD`~UPQXKRrI=4i-p{SJN?|h)PwA8J ziQMdT2nW_$>YJ04AHbPv&@V~(%b!&47Eg^O2G%yEdq)R=4 zAG3>MCiwYTt28o2`5!nvdoFGnf51p}&MHmK50sz6IoP4G8f-almFA|Y{0uHqj|sv! zRx2)8rKPzmBR}~sT(JRv0sww>Q8|(xehF7<$kwi7d3o(mtF$)1&j7!I`!-5355e)5 zt@5>bQk(s2czt7 z)pjEFNfuhL$^w6LT{)th8s5^1tr+3$H?7jetfMzA4g3dNUoM4zzh#xK<^-+VfD3$0 zcZD#h$Zz{*Z58JVGDknevu2p)O-Sj8Z!;?Fvm`z~k z1FQUCeyf}Tj&@?>M!4WZtMoOyC})JvcP8}0pFXn6k7h~jB=PWb-42x7P~ovv2EOk* z32;9e?3$K4|l@aEf^sonR-zUW^#3c3Q8>@^mJ80=d_)1^eH(c_aRepM3`UCg}c4ch| zuM?Y$GY@8@bSC&f{}gjAd?S_e@5))=JcCorY&7IlX>BsW92mcv=eqF9A?#EOw~n*P zBr}zAHu%y|{?Z6MGM!DPn58np+2KjU*`pXXGuY%8b4kK#=G<`RktwE=zB4+bO=g&D z5-4rL&Bm}fF8s4aIh%#je)#QJcJF0g+}*C+$HD;y;ELneQHvVs_*JJ9}-i#Ee(| z2<|>G#q`3XO`9w?3n>?X%M3^{&lAE{_-wM$tfX8JPS4#L2Osy_WVP8|f3gsKxF3Jk z27VE+$y&3kauK*24dM$pS6Df${3*PkC!5T|OLN;~gZYVaF}PO`h9h`q9-C}3M=BSG z%YVmGBnNmYuT8d?A1RlBGty#*!SNs3WUJ{_E(xFSnqsCWP=A!)Cfm&k@g(tO;I8zB zxm=UM1(lm9e+Cz#r=8%!{$9i;JItfX<>4G`jysVdw()46r+&he>D_L=*XE5R2C1=|^piWjrV0duWZ@;N+}cyf(3j!7kL5+zoV z@>hkYwInDlHsSeL?o?@P47`<1BqR?4m6ZVaQ-SrJL!#3uL6^U7`DuNibllHTTNYLkcNKz*eCHC(Y$iaCK~ zxLq@wJT^ON>5g#Wa%|^JM%}B8O`e(`=rGy|&RLdJj{N)Z*EV@>9?*QSGwdwGr6P&< zx3kH==6tQ>8~7f5K>6JAJ?lX8w+^E;cQ_Qmw>^n&{pp+Q{W0DIWP@GVj94S&Wy!p;655$S1@ zbiVFZ_FL-k;1EOAfY)-8aKZtQrJg$dzK&VliX*5SuuCdo+X%h9BqTZ*AQ>VB8;S z6SwaV<>7GU5PP0K;Z3s9Hc9j?&`L(Yt%50LkEcBU8)K79z7jTK>_~Vqd2Gh#bilDT z$?E%BOOJxj`%}!FEKjrD#J%(s<%t@< zC%{*EIJA}5BkuoV6QA#i@+A7Do=*>F;x-1@>@CECb@k+8$1=hz~p1Io$ov6D;H3n4qx+dsXk!O zg2gt;>sz8HKLef%``Db|>JpoL=*yuz6TZchF&`f-)?8+jk9=j6XTgQxg4y|&ak)(j z`cjlY16>99UNhM#$jQr#( zcpHzvrWEBT_u8b2FD{LDqiEWWFyV*HmT*ytOvLWjxlk! zR!BC=9kxjw-*YRx4bI8z|7|tuK53ILeJ8acZ-+awR&cIHva$D+P3rqT)5i82Y`{xv zvfaRGn>6s1(iXb|?!mJ7?Apmj!?QMN?5nK26TZPZMC-cA#}`{5Jh^6*cD_^EG!Md4S%lf$F4>rLQ#prTlf$r+Mf7}~la0cE z+oXfbg?|sADOm}V4$u~;tJ_^rZ5q;ga$^2zSn|$M2s-=&?YgqT`+KmhQ zz$V}NGHTt&;ZwKHnje3cY%G3glWx8>dL$>{4Dgg5yvp@Rd8<}(1|G3Y-ANX9A{g>d)jc~C02<>^U--~ zyY%;+wJzs9ZFnf_Y@L5fHs++U%Rt|6%2(jGtjbLsmuzH8YnQ>kMmG2=+zI|>0&Avm zb{Xm`t^6097hdsmvhim+yA1dF?eKN@G7Ew8*f(QkM&)O=W#PCRa65P@-=f@w2l zvcoswi7e+gnL%T-*k!aYtMV;44A+@Ogs|G>C*LmHQeNMNhn(Yq$Q;6q-7e#N5#>8@ z7T7*7*{I~O%LLyQzdK!biho?b?m&V{1E<|#nJ97X%Lz1GRgOs4Sob?g$t}s zHcn-+%M@R{mVON1W0imInq(tqHoN@d%cuMVP6gjun`~6hZkOr46I#hXaOgOt*C!kE zbJ%5;@0RjYxa6_3X8n!yVpI83eGU30JdCy8zkf?M288W0$2U)p`xShVmEp+FWaC_t zUFP{#DZhrB!kKm_8^?3nWr6QEi z_b9_rA-k;hP0*W`7JkWtg~4o-P_eLG*81LQ-Er_reco^~*;rG=F6$Wt;PkK)-g}lW z*NZCKlrzHZcnhmHJCB?%W|vL0Z#W))#?y&W7n6-rCG7I6uduek1bBn;C0?2=X_sw2 zm$C)!1CPCuY+Na2mmR()+P`-Wgx9fe#^M@wIpoWuoE5&nQd&H-Cs2U~TduV)YjwFSBwGzRwezQEVD=s;OO4d?%Gd@LKquJ7P3yZkO}ESIS{H z2mClOVk~K4mp^=OZOcP(N$^#k?<8i97zwTH@~4kSN};%%aCP{4mWWZgwOuazMk(ip zPxIJkf;VE+YipOQz9g+X5Bw*5*cUM(?d)>RSJh7GyzoLeb1-65>R^`}J|2jK;_|_z z;e(-w(WawaZtE2c#eE3-;nztK<3uOB{Oy~iTo7)!gRjm$V*8SAcDd)Mi^!aLYp=1E_>yz=!|E)GB6&dY~vMN{QRyS()^RxSbS3z>V%v!6|WyNJJnav8WH zJhpnos58_qsr|d`t3z>R;WTimFCs?AVRkY6r>$@~c;+@<;;R)gHV?N;IzOXpDDE>j z1lO+A8(bbdyV(6Nv~(3X9)8|5Vmu#j7pLE$r9X$)Y(8s-T11Qv z6Yb*m|DaqI?h2=E6)_h7Y?nm;B(0=6{42cv>xhwYit;DQU%;EG`&9dgQT-RYWb$8% zhik$cIl$W;B1ZRVcFE#@u3QV=&siSs7%_gCZkO!-cne$`Ud=Tr(%LX&0a0(4YJgo=0zZLES~>DwopRP!C>6mrCGBw$4*7r2G|}on9Pn9Wg?S zl(RVCCU80e#|$p)&XvmdG!(Re+Y)^$)TF1aw@bi3Pq`)h8{Di$#2B-|E+Ky%3k{+b z{1&cXEn-~VXqP1a=N3x0hIDt&j!orYIx_HExxZ5rt`9sFQ6{GUdQ)O+nx&_6-BGaO(z zvaw52?|pVD>=0Bv|A9kLlb9*9&{9%_G?|Z`_cri&%aa+VVciAqr{H3&g z4~BmvQ|e=h7{#yJrH((l@({Sk1qK+laa#44UB2{B*Sd$o)&JlX`3!W|>vpM6gIFDm z8wUGH(i=KL$NnFn@h>F;lW$HGHNZ`-ilSKdc>Tx(IHaq;o$?I0 zD6@>lHHD>}6up zgG6L~T8I4LPq1<%bKz`EnpXTtrj%ZJg&yF1_~}1l?uGEuXY`$vWMh`aAp`uw^+*=M{ho8@&#(!R)ggoY`xD^Ba4RNzU!5lZ zwmW2~e~0oixa%v1qhra&CvN3+TFDA{+#6aIiJ$WWhYa^`)t_7m4|+>x`g^jGI+H_2 z`crA?RdA1Yyx2(gST3_eM*9<$SHoSH0AD57oRP&LKl#1NYv7itcwH>Y70l|8asE$~ z*TKcp@TlMb^UEB{%k=;^!GqHAcg9GDe+fEdfH!LmxBWywaDA`V&Xucf>XZp9)@;l*rI z_KEUO$`QB)OE&H2CL2E#cgQk-@AUMYDEvJ!XYdC^V7jGcs?v}dw7+9bXt1x zL3j}Da7l9AK%V8JXlhW(o^D%fD{Kx-~R|MnEz_Z||aIgPLvo*>EcsBe1?(-in z3dUW5SHaKW0sry*VBB?h<^RKTf^m1@CI3}2_P^3IgK>}Hh46hU8UG(o3&uTz7r^)6 z3IFjFwiRmdzVt14D!h@?naZ|8u$I2_A8&?#VOyd9`1XJN>w7l-tK|Qd-u|A`{y&xM zcwcu0coB8$Pfp_}l_v$`Ebv*l0yk~m|M>4T6M}J8xG#%!ZJ4``Evcn98n6u>oygxR zpPy{}T1xqH+&DH0f}68G_=LIZ#R|$r5`GHCWrcNVZ!azObrt26@o;vy8_j3%W)>N% zIb@gL7eAIAf#8`mHpj2YM*r##+3WA8?1j(JG#Al#cGhsnet(Vx*n|tfJ?LrHnhuHh zXDR#Pcl3rQ^vm(J9TM|TOyB?m@DK1NCaH((C{I!j!Vg))+rT6>|CbIq<(tPbRXh5L^^C z2}*|=Ipmc8Z~~kcPNdJDWi~pmnQ|E|T>uUeA<`3LQ`$J>jQ>GAcc&n{lz8&zA4G_@ z4msx^mN1$9gWzJY2I>aw9CE?`Ot~<8iJ&y{GC`@mLoWIsB+%H3!2RK(SJ}L@gF`O) z$0~mUH(-%*-*pC<&dOE`o3VWgw`GyBAJfiLT^w@7|BHn-SPaezhyG@H`CEtlG>*pQED=Y&BHdFH=pVe7Wf z;rwtS8OOQ74te4K%)%aRRpILlFsIWqI~wYcm;OEpa5Z=iyg4JgPY!d)Ykv>r>Tq^= zUjh@G;SPE0pPsZRfu&{Mo9e6n0hvcl;IETaqK2)v?H-g)e%FP+?ko19r32=S*D8s1JBn6$M z{CxsDx_t$&hOaSq9W>b?83SFE8^ELB*@1{Le~LpA0(F!d!u{bv%v~=`b%-_aE*@?K zw}6|If;y%-#1Uwe!2WNI;nHx`ToI$zbceVC`<0u)=U$#QcYYW#{+Q(uPoQf8`@c1Z z55Oy#>1LbbkPkQ#xCOi&-oQ+^<6MVi4h&Fk39o}^lV~rS=a6iHo(YQrajoFx@C0VM z_vSk!M}V)^197eYWlfi+rsIQ$0g-OXZPpTe!i1h;i$LL%s<3^|(jDW0VIm0Y2rBT7g$udNjNc zZaaiteA*#(11>E+7XFbiGj>$On0C$~^#Z@^W^Ci&V{p$g5#!={hkO;_1Iu9Cc(^RF zs`^;2_a6>v7^tQ^0gl4C$8$Ot9nv_EQ+Xn+;n6WMV*K`}Lz=!XJq5l>Fl{=GrH{WH z(mXI#H<6nPClY!K&xjbeuQ{YuAWy<_W*P8$`1VYe-)=ahP2g2VcpBV}us&gS#Hf4I zA#DSHDo=;?0o3PnBgURv4rw1a5D(9S=P~XyU&PA7U59iGywIPV4cBAvy1zJL9J=R_ z&H=0P95_BBx#rS{@$9}sx&&@!gy+Ib;lGzf49`O*Hi4`9lk?zW42&&SaEl)?u?bYs z(hJ}&45O~q5#!S*$|JS(B6tyF@%^=|_&sI56R@O*7sI0&xxZLXWP8SZConz(yacY# z@V{$A#8~m1iA`X%@>2LSa^#mABgTOjOl$%}l$XKBNG%3$W&-?@iA`X({^TmS7AaBE zPNw359okirz{N2RF1$_ zuHcb}EN1wevN*6?4=@U!pmeh*EFSrtvMi8AfAS!#SFqs=792v#{ge;GJ>bmmXeYUy zvLcW@fr-r#_#3!Ns;DtDk5g6!CMzF>+rXXDM2**Zow6oSK=~Nl74DNZYE=KwDeD58 z0Q1;5zoG@kJ4*Yzh3UrO&{v z;n~ipar9%SYzv6qowM*Mc%eILijN;1f^wfP3&cS;HQ{fe*lymCZ%oTXEH^nT;PnIpO+(>Wn zbvV&vo)#Z9mQ+zbrOo~Z{EE`MGDHn`Rj2F@JXgL6Uxj;eO@6B8l)Zs#TFEW=6#TCd zHFDK(%KpG$Eqxn~!O_%FW6~E+NePB{|DU?CJd zfa zfHqD!{XQbUglE7-=xJ%%I^}HOga+zY@G3Y5{jy0rr<@CflwZR|dH=*tFOIf%${&Hb z%5UIaa9R5Niw;itGw_9S>V}MIp%ilr(I?c+DOUmwbT~=_Z-fW`9x=Y_?v%d*Wt0uL z6}%_rXy_|A8&`~R~z?Xu&INYbJP660e-k zix`>5Ipswlqt=}nz5x%PL+Bmvlve@v5(vg+fjv1>%x<$H#_toH@+RQW(pll=aBGI> z@Xt_|0}ohTuTuu-2VF#cVW;=R5PA5+CfV zTg&Ezzb%kreoO9CZ;?|h!8BG%=Yl^f$P1-pO1~|3iY@q9uSstBDm4FzHU$Gmmji9o%w_&$@o_rz;!l-7O)GM0B5(wT@E(S;7LX9KFzdM~0 z3Qkcj4tM13{1!YU`h2%jl7c;yOTeMxjIQM0^Y=IE~6b!D^(&gaW zWysmSh#1>qPAME*qWl?bEk_8e9x*Z~cSrOK7yh82l}m3dHk%qc~KX_PC&T`Q%S z>zLS#IPR2U!Mi$SRDtJJPB8~mj2M?sIHg2zl7{uq;p}A8S|%8Dh4O(@^WqX zYTXpGR|%d=U2;m5;2K>@tphi&$4F9~tl)}Mss+nw>ALXm^;66tT_u$h*w z4_|DQV(utHR&diPHG}DNx$`TyDDT_XDI75x-*!r!;0MYL;I2(sgeep;lJ7X>%V3Fw z^=!@yk7>qo5Pzm4>8?}i2j|4Yjo^XJSpxnjVzj>Jlm@}H%8lXnEyy_Xa|Q1^rBSe- zauc|EOFmN0M@sa-DNTaC;`zy@aOGAc@p*aD^vEgA==1ACan0ZXt$9l_H!b$DQ(6QU z>yb2vFSg+WBPQ1`pE#veFqMVUE#Y@Eh3vHLpN3 z=bn<*C0_@}#cyC2UibmWU9cz_UYtwX1wT)KzlC3MmaVxv+0(nEL-3ZC?h5Ks=>? zgdaAbH`HL&B9lw{1v4ga1^dH2;AV8d^jTceKbT&504%VJ?)phqmkbOhC=Y~3@jh~l z&fPYfO9lsD#lwT(AUxyCh_N8MONIp>DG!E^(vT zxyrnb5#e^kJR82qEiOAIV*FiR`L33p z17{@6RHk&Eipnmndm&tp7W)&!Xr=1PEtQwR+i9`WIr+o2T(Ue^-LfVWw-lZRPvcT$ zspFEB!LrKB;5G1ME^OPnE?E=Ip}YbfLEZJc^Z2{IOV$NF`b>8vT!^65h4qugU%6xh zH;vM(;S&U5XtAoqJvz*6>=pWHa#u-UJULaJ10|(Z(ge2Jh%I^v&=q zBE;BM%+uPsWcz#G0+%PA3~5R3)6OM3gNL;Aukgrk=sPsF-R)hnJD5RvJAAhr(TCBs z>^I7P>eKw+;IiK_A#1{McX7$yU`%-jJgNuNd>wSZb;zm@seUdw7MyM24W0-*cp%R*=<~~dbjgX}GA$j2?+julz@Y0G;F43p-?VfL z?mmP&4-XvZlC#0WR`?*CdKd!?mAo3HY_U?wA-K(O#>-j}UaEe*w;f=_YsnVR$Gp(eWIYS6Bw&%!PG@-&D$zhH_>t_43-PJtWsq505G-b{7L zjo=8a;V_erA-h}>ANo#9{{xTVEMs$d`DV9EETIMQ@Kg9K*Cc6v#7NoW z5?iQ8M)(>0lzw?=0SVMTmpDUqJ(A~eD!An$X1e=b;tr+K4)_Aj-<8|2n9=osOA6 z3mJ(%Z{eN9leTLk#@gRq;tgF=eh1fwUF+$thh5?i4OEs!yi@@{+&}_#)Fr`C?~DYz zRPf49BnzzJbvfpeaOjzGS}hHC+esdK+9f$dEUSd#(!tY+Y;*RK@~5~Ycj&lsdUznb zaz7Jt;Q1`S)xPSILZK--HrU|OaLP&I;9o8& z68c%$4u1@vKg~kmb(ee+TBPiNz3`uBNpfzuuU2oq)e!hmi_=93t#(-HIDl(DHkfLr8B|p;PcnH zR1aKIKGak>Gh6{ad6T>I&?S{Z-ITMz_Zc##-isJL|8Yr`&@AQb@D;f81D<(3bxGCG z9L=k8z$f5lk62rO=920#rM>VzxbBmPk@tm5YK9hSX%pTA*LceNZ2!8Xc4)Ph4!|?u zMXw^pxHm4T8!|1F4#IQcy>I9{Z(UL^lvg*Bc6y`z6u4D!|<>0->k~bPUV({ zwC@e!xFq;EoPouoH>usyIFwdP=YsQb@~P8Djmc@1$0SfXFT5AdVP!2WgIk)0_9*9r zpTap=e!G>?EiFRZ5;lh8K7?~{)AF$V_DO!)t%&rMq$ zj;jqXRn8bSx)*cHpwPJlO4otoskjc} z=OIyLw~P-(65uBAs($RGMJM^Gid!azE-E*LyZ*?k99`<_=Wdx4x~$v=K1m|d^cG7^ zb=@-M{aJnuZyQSAxxsMsrCX+jT59RG@G$a|&DU5KukV%_?~kNCJfHmJ5%I*?z%8>v z#qz*Wgl5{W(?8@gpqD3@|)xYMW<^B-c>g{E$qA7ULM9QO_EAI-WCk*!X1w=4`T zQtkquf-{_9eXxaFmW1*se+%yz!wUqb$TeHJWmzb z?s&3ZLa)88a(2BtJ>j{N$ij%R*E%X!vr+ncI1N1LLd5v1i}Dpc`M&V*iR`m*iQK1~ zazZ?Bx&H{anZWApRR)+I%H=G)hTk8)!cP|AQWfjzmerx-3Ge{8HJq9Y`$I3ctPPz> z;5&hVa1QtZ!E{$|x2zAHP#y$t8OPG~?TC@%2e)ht{iZw^E(~|QOYYOhEt}t0G8FDT zmR(04vMTqZTegO7YUyEcF}TcQ-g58nmhGW8%ERHCT&i;akh2YN%Z`xC0*`=~!5=*% z{~qL)T_JWI3CE3uJHvTtgX0FfWlt!L@)&qFw;|hG)=Y=HWq+urp8QX6b=boqdUS+a zl0z)KhU3P{qbhyyIOiZJZ1^^k~Y}xH@DmjozPD~ zHo*Iq@-UGW`|l37+zuVqZ&fzJHwvK^ke zj)@KNB*Q_sJPnbS^LJa|0qdDdr7-P0 zls|BL)-CD6g_IA%HFvT0NK*Oel3Ox_e^fpM-`~xH9Ju=xx5UGIcKkaW*vl)6yI5qr z>K04*ynaG{7`E(Vk#SGNC~(a!w(uqWr1=Ou1paj&?<`z*izD1l>pl)I+(SHx@#yi6 z@=P0i0-nH6#tub{{eLUF?C@E5{dQU`*W|A!ZgGb%**KCE*nsnK1?xR^OJex8@;SKO zHinGz%%z^WB~v)99X<~q;^epdL1cU3mMr0T+W zx#p*D+~N&K^wZ!!VL$v4;c@F*xA?+*^N|#H3BJs27{e%4LOc=(w^6SO3k}@cd(J!=bz+2&p^t3SvyfDN zW%o#-a7X=u^*(%>Hh7Qcm)R0M@^N^gmVN+Ff-@0MhJWCZqTzp)AHqrSXGEWunLJV~ z+(#>U1SiwJI}xkeXYojha4+S@a36RD0qUHJvP4z5C)*fQjiinMR|-~V_HY2x*;M=FP1`c3Lfcr~SOk|s9E z>5n?*fVN; z+SDT*!X!{haVDGr&fYs}^ls*nPT_UByFn1XN-yp`AZpxf?U8T7)ilh6;A-%QK~ba9 z*B<#cTv|B{AE0yZ8p6r9^+>ny#~M$P;8O6}VNoM@dyn)8SJcuu;Y)OG`^c!Vu!Bc> zh4}`U?Ofm+@R^^Y#X;CA859NV+O$x)k;I|8- z#@4Q(2pJ&7JjLvKZXx-fE$;Qw)FSNi10ZL1)sn_!-rNxjnF`k zj1KQrE(+&?7p#gJ%?Ekpr|>=9Y^NA}Oe5PmQvRVH85b_ArHjKC;kb=-?qMF85T2@B z0*<4SBAcVeli?ouIlNOpI4=qN;kv&@jXEPeGC90oxfC3PM{J84yGMCsYWS3LId~BK zZg12mGu|W9!l|?keg@BilMY0U#S=U-Bm7)@LwR_&awKXzp6HR;;ct{Hz&qelv8YjP zl1Ju-yDC?N@4*!hF*Tg*k@?|a%2nX=T*1M|qsI1W9$6TEr5*5dxGb$|#>uGRo8ghg zVIG_%#Z`sZX=6K0&NkB{OT(seHMk(1Wcb;r5t-$Y<>4G!cXcfdw>%f+FPV8{WjH}g z*MhBdlEzn}#*~E~Sse~p;o9&fxYJ)zBYv?*)`mwZ*MUE0sH=ZHYP4G7k@ex*T1j2_ zINaoB)QBzh$j0ykmtkQKR*GkNirkf*ZpRC>?k~ zi{0RnZHy#v6Zi<6@G@#V+~|=Ve9;Rxg@1(~y`t}I_QyzSIz++%Z9Wy-JJhCtBQ*H^jh99Ph8DDMp$boQietBZtDjY3a7G3!Y$&8K3S|uBfHk!7sT~^XxHW z+&+&S4tG>;51)m1J7dPf{T?|Q?xU4-fVacD+%cngvPX`GvuNp#@LYI7V$A3n@yIFe zC8ayT1K>rOV#fZcN6v&bROd=ze(FJ=@ub_QmChfho?1&8IK-&VXlg~VoI;o%jX4_*zA8x}JvI}#-^DXcsn&US!Rxe+m=p)*l3C2h$F zFNT{($bH7fj7y1$k|k+uJiG+H3m+L5;}7;FO17lc@tn?5_}eIPa6-%|kU3Fuyf3{B zz7LoCIc9vFB~i?z!CHDb+&;!i<)oM~K5L@*lX@txg)<%I)u_2N%|N0Alg8?8SO;%{ z|C|>yQi6$+l+;ssJzV(+Gl2#CWH?cBC1p+^^lpHU!JQYyj3!Bmk|!ybmfi?=Kgxb# zOJc^NoQaYzsgjo73`dT!y0s!^jLD;%OXK$zxc_m+hE*{mSH48apVUByqhH}HCwOwb zCT7g|Fi{F5)zY4}6`lv5S{E|{A0aDy7o_3b!J9}b=t9YWY<+C350l4vb<~z}t zF{@0XR7lEi7;T5J`VqJC}vncOOz@}*R%~r;hBH%moE;- zjN0WBrE1cCVDFF{5;~M5&uJRFC8+{KHj}%5yPeRrN%vmo&&qCCA`gfAMDY z1#a3GiSkv_&&sFZjyHHJel=!Hs;gX2`7~VOW{R2S8nNojL}`@tqw*Qpc8lESIvucn zqBKeRL-{NmgQwh#87sd^lx9gzy&-8T8!B^mucVfodhKbTD z>9l1dGe)iCE)(}hG2>RVMEN@Dj`E*y?|ZcG$1&r>7Kzd>DXkU01h>4;k^B=gwzf=^ z4oTCLFT;HvuzA3Qbi5G!0*ucK@e&#* z3-2SiqR8YG*zp^yv>BW%O@A#7arBP_zXs3126j_3I$5IuS{mk<5{XOv2JA``z^B@r zY{@_^jd1i5so#Q&qzmx8nVl?Ru$D$Sstf)byom+4oW;q;57E+C$10J@d+-rWfDg** zWUGb=E*Sy-1dhoP;FThrEONA##yj>1{tO5c)E!mu`@pvswb<`024csd-!2gbRGXDfEO?Rw~#GUpFoHu)bCz^0L z(*#eC#B@G26|v3%?uc`;8Z)&t(-DXOrvc9a*ReX;saaZ@?f5A;E%*kwfZfSxj+W*+ zDho~rj?@OYl*7r&%+=ETf0=>HfeSgDY}q_5Ep)UMsWXCyfLGWsRi=|px>R2T>Gk6YoQywSVyi7~W9g_rS0q+6(Q*j1YXlbQmrr@mLtKiH9oNUxe zEv<39790lt4lY&5$=MxCxP?j3h?|roNS9%@DEYIWN=+@!(OO9el4AIFtOf{6FdQYu8)(g zxum6wj)9R#oeO*vT)w}PmA#@Rmm`z-$rNx5xY`S2~IZUu9j{(t_v;*)`Ndcbh69$v=nr76kHtq z5SQWAJSVI4OiQ;M3&r^^0lp5dw$RD0KG)J6M>&zYB={`2$6_bT_fkvu97P0|0$%~& zU+QGeS6X`DC@i=%xS|~3-B&o-pf_520{pMbPIfZ8 zj!0@H4yQ4AYS92cf7QwQYju=X>Mghl_;j%V-*(-}ta=?W>7T0E3|zfrfWHekSw)kM zG*WJnx;c1TDfChyCwmdAqm0rz!7ad!GHBLsJK0K$jxtOCoWYjhwPgc*IoW52j-sTt zB6WMPt6G4M2G5ptlpO^GcK{EqfrAGpsyfn24Fq=t=dBgsrpHcpE>TAYsfOTA;E}Zh z{5?{CO43oRG)Cmz1AMb_fS*F@#L`z`wje>QXw2mof<+1TNJnz*Ap2 znYoOP5+p8o2zYsy0MGr_$+DIg+(YajGaP)sdw@^);AF{_btFl@!oefJ&wB*8`pLPr zyI(^`xuu$d$Aahg4e+>M=;vz--Xnf;Josq;056=z#Zv0&D6ceLY|S$P{9-_WPf6=y zbL;CUpVU{Ro(Rq}D8M(SbFr@tbW}h(C;|m1f!hs6U(8&rWFs9FlDdf0lffs31o+|eTER&1H_tsH$X`bMv;2QG-d;$1GA05?{b_iYuj#-G-KC_Dr>?hbGcscmuBD7Um zT&%4~_AyK4@>4pkU6?-+U20K;+__Zh(+dNE1wWZ=B^%`)?l>xpX+Qq7m z&{17!q2RUPDXRi}Sd5Fk9I2!F(tN?|z{ghycw?Q5%^0nthSCv{_j>TJH38n%;9|AL z>Zq~QDI0hbc8jJ)@NXY58hnBrnN7wM>r zv|41c7rc2-fIrIPV!p*X>Mk`CsrP|b?nOybT`Xa#j(SROMCya!ZwCVWXCW7RwNh|) z@smfu-Hu@BT-?PPuG3L(R5qO0qu_Z*1H5)g7rVV)NByLmf{%e$A4B~vS%ye zTGXoJ;7!NzfKbN8mTuC~AnCM7eFD7kM1VWXy4dT@IvOIa5>@jwxZUXhuUx^!Zf(=i zFsZz_cg}$OoxxzCBI@7{9gUER3O)-Sa5lgnRC2LSJ9RW#!u&VFX2E061$fmeE_M=M zWFIRP5qtr>@B;43YA#l3ua3q`r$j`cN3bWrm)3Q$9fx%^QMxJE3tr$2@IXBmdv-)e zlcg7e{owij03Y7ag+*r_O_#2VXv0h3<(C5dStA!ab3#Y6q-%n2g1_Dj@G5O^&tDW= zRJ>yo1goI{&)D9@R=9OENBT=}2weIWx}y#*#=JV3Cw&)u3tZ~*a7Rb0rK?fk zC*UE^13dd+7khJ8M{A|jXz){TnwNOk8|q>Y?(1lSR8;UQ@S67leqn-(6@4kVUkpm} z8hr0VfR~%>V)R=e(3AYo(P3$@7H|7}0&fDlSGriKUphJ}rPqPK zfw%lX&%N2j{$hGMB^`~%J2v0JZg7=tF4je(r!!Kr;2+=*;5Iv5tXoDsos(8YBa@$C z^H21Edt9t*W<6byW{cEmnqe>u?sx)SMm9aUq-oK3BPT8R2zc~q98PvUd8Cno(}8b; z2c2^FJ8($%erFjNq!^<5yj* zZk(R3OINZXbtdq5@W2}`X0qz(rgTVfX7GM+$sjryo1TJFlHe@h>)@uhT&!Zeo^DCU zBEea~nSNssf5*js<4JR8-!66|w_t7fF1tn#?y3p$xKAz?onKF{q;ev)0lY9nkPrIoVuK3k>5WuV zq&9-R8H4=J7aV*+J^d{;6sb+%%$bAS{>{be6xP#wqz1==TV@IJs^4AgVi7%kl)Qq? z;Fnp0yxR{KYgbJ0s0eTZxRx=R;s)nAvN+$#>;ORWbt7LF9O)Wirmu`u2tKdwwAh%|8vk|rR^iz5*QYV7@*@HZD zCO7*~M^7Zb7O7Lf`;{QRD&=N_o9HR6d`YCv4USC=@>~&a_O7X(nCujs2i!3!$O}cf zS)Jy3(#ZWpCV9cmM2T|DY!5=xZZyfoxC)1CpHNJZ!8|r$}zrWq_W{vO%OS1Flm#$QLMX z7BNUqaq=ROcUh6T41O}v&DIVUJX>%@@UQYg{&!wCOFv3aR@o}@t^|HsA;>f2ceACV z^%O5(hyYgxZ>@-HS4UpTs@`A z)dV*JpRbMTQ{T-FFA`ife1}cb6uhHukXLN#W|@}jDZe~ea5Hd;dO_Zzxtk4Lp{IiK zK*7zyN5TDCy4kapdMYe;6Wjt^x_*#PZS7_aSL>;$++T1@um^mgt(#q6qo?BX1i@{= z^BM+urEYGvVw0Xq%GU(91IvwqylW3PGj7pSY58UNcAKU>_yBliFE_U4(NkIZr{E6Y zQjLS$+sDl;+x1jl{wy--2tEpa+t1Br?$A?3`HA2zVBR#y8xBRe_vopzykBI}6+8jl zZMd6N->0Xl^6oIC?gst{&OOr2#_ZQqb-7_yr0x#x-Ym%DN8?%^&{Iu$e;Bw2_%c`- z>t?Bk^i*5UBDg2m)*LtYcsCn+Sa4UteZjw5pd{1X%yd#u^<=XsNk4GcmT1Cex>>hV zdTJnV3EO7V^at+*TW7o3%F}vkBu^AP0Q?CYIoHh|pV3njd5YkHV5L=%|ComwdrnWy zTTiWIYdCl~ zcqDkmDmVM;(Nh~4Ax1XM2=E>7sx@v_)2F9)|E3-ZuF^Kh@2+#ROMX3dkc}es81S}s zLB3^+o1ML?r%tj-9Q;`DC-B2dA= zZWbBPQ%`xM;0fTk4nbaTubWK_>Z!N9CIUPK9N8(zla9IBgnN4GE1!EPAi>1WVtKGM@*`Gw#a;L=@!{PsEY z4S(rrsQgi6G6$To8_Ml-vo$aEG+dr1QqKkV0ViK}v)I>q8Y!<3JP-UBoO;#GhP=_! zXnC&S`QXOggS^CbH@o*%Ph(}h;00hmxYA8D)bI2(US1Hs%cfZbKGP$}7v6HSoF4^$ z3Pmx4?73i9?3+${O4o~FnJ1up}i1s8tgW_`ZtX_{PA z@Jeu#K0#jUnVY5irKee_n)u1J;JN*R-1)}M4yHBG9Qml=b>L$CgS^Y%II-yrG*7-D zcs=+YIOV;Y6;5xUg>q2v2JqkkLB9C|s;0(3i{&-(f9#$&CKr7|Vf_H!uhXr{=S`Ql@X`t0IUInpf zc7nfyPp0#*t5F78C(D9&iM)pgdF%8ZW{oz`205qTJ>b?OgZxZJ4?7zpxQgHd;LoFj zd|kMQl`$Ge$rx~9Wq{NwrP%l_k)+mcvzn}1MQY$#KE5cADs~78Z+{a7u-tlNw8sJkRP;o z*zp_&+AHIIZky&5crbVi_pk_uf%eP41fK?<0PnPUSS!guhvaM`lQZBSU{Ab*4f_sDADIR9aZJ^Wgm@rfy z7q}7lVjd6clE*-2Wt~Xv1{VPDPxY{^c@1=4UMLFa0n6YS`917zs(~)bd9xyu%iv}x zpud=hEiWXvz6N*N6>uT&i{c*Eps;~la;*&Dt6&E>TS*Vo7cr1W-YxhVI6e3$csJN5 z=M$M+2fxON-B8NI;)@#Sl6;V%;kW^Q2%cWr!w!P4$RpFE2@8O?f;*S>u(!noe^0;F zrnv*o3LaC{!}6CA+%wA-o8~U~&UoC#)jh0XSp!{@XA8auo(R^|^stHL40J=@EciaS z6Zm#54?A4mKmpk+_yM>KcuyS=yuF9=dRV5G26`_y5d0Zj z4cuw4hb6Z%&_}tv$mBaX4>)nOhe_=X^jU5u_y@Qwxb9e-?+ym~DmM}Q6Fd$)dc22y z?r5Oz@>apWz}vwGCwf@B&IbA^Kg$IE4ZaS3IT;N{7Xy*v5lqd|+T-B!P4lo?-2}@b z69ygy_RsUMr@al7R*A_1P7gi{KE41~r>}vSk}nG?n+E&?d~lJ6_3vjOjdCzEI0N`8 zc+e6Lo8R9+8I`3X?~Gt0F52v69`ijDzycNfs2ASZt$?#!wnRnoEL`^4sH*=y2-HrJZabgYsPriDJNG z!K06O*uW_UGAVZjYr#9f>yCNY?WqPbD?KpaZN7oxmA0a-vVd=bHGWi|g$7Dc+6#^Y zXG6o0^|FTzUSuFynIM>h3xZRxdf0=-22z#zg00{N;F{MxtmIMyB`JGFgO>xWLCf~& zj)z@eWuTn@vIATZT>hblZC`7k+=^SImcZS>LmqpWWxav&Di;OI;KkszPdseg1_R|& zP6<}PSHMS}dDx?k1}dOz7n}(0GC9akzrvli#XyCW@q&}UC&1n}9`CVdb|QsJQY%a87XelpqiP;9;A07^tN3TySo1ZgBH&9(Hn%fl4dA1?L4<1uy&M zVI%eno+~&XxEJ_#S}!Yc$UtQkn;5p_2e$(MVqUiLuz|`e;o;~n3xLajGiLCz_eTs= zQCT1|DF}`OXUpVe<&GJsva(S0u7$uqQSORaylmfb165Vt2rdea08fhYvcPErRafv7 zZPOG3dvU6|M0=U`tbuAOQ6hD5@HFtt?BH_-s-v{Y3@!n#1|FvMGV6H*)l&uuE(v~v zOI$$jWmPU1sDXm*MQoZf;KQgsc`aU6$1S+7D0c<$P*lwp30`*Wl7Sj2OT+LyUlAM) zt|xg})D;6YRmKUf1m2E&r?%o{9j+RvxiV64WpEvE$3!o4T{BQCWwhWb;8(ckHzuPb zHw@H9af!KtYT$=xIDX~!vNA!zwFTDzpF|TT<@Yk_wt?CySHt#T%UWSg8c8>ox&S#TZjeTC%6%K1o(YrFH>I_sIL+b z+!&k-tgYr{GhZ5LfO1Z76L1Jaxw199?Ds1J4N|se-G@zR!8(iwSpzRC`QAW7l!aNq zEy0U0dc4ul%SL}N&~Rmr;8tKG_;h10yZX^UBbAAQTZ2aq#!b@H%SwGV&}e0X;5OiQ zgM$24b1&Qc#Xw_~$%5O1OJKm-x~-SZ_#ybN;LhL>#>ln1ds*FdMw+0chJm|)tAh*o z^s-INNRyPjg1ds(_Qm<`?PXatMw+4|2<`@ciSf6iFUp<4NYj-fg1dwBgEjrV>`_J| z%~To)?hl?Ko-)RJ*@EmwnvKeaQ#Am5u`BYP=w)GABh5oofQvQ|90QJ@f}hkIX@Qa} z96ShIrAv@EndW613`Sa{)Dk=xJg;+*SDWEw(Iz7;#VrLM1|HB6?e{z{n;d7PqULc_AZh678E^GZS17Jp6>0)hlA8t;&cnOd-tz z-^RoKf>U00x~P%1;~IfygS&yNpY^h7#f`K}!3P2CnmORdm`E6P-pe9O8flM$&o$UJ z3&2${NwLT0Wlzcpt|X?A7Jc!yW4KQB1=4Hbx8|i=|MSz!p z-(qrQ?F}z`R>eq%l+hyfQg8yecfiXkS2NO4C6CB^8Mp!_ZkmO>>}+)-9aoHkSAv6> z6gqv+%U;(u(n)1o7(oc*Fq(FOMu?wW56*(gtWz(&?5`$9aw+2kZvZ!`7UY4~ zUe>mmk-SPD!5hJ+s|NX-w_X-(ZX`ca<0vs!w3*XT$w>Q!arIq0A;5(IYIKRB?N(UnalrQ3u#V;_eY>9ulN+(E~{7VykCAFDIWNN<((f{%kUfKOX}?8I;* zy;J6i2H^xa8@P15k2M=o4^|qeC+usBYjfp2|fc32X9RFG5rL=t_U6IG209yrBS~L_JUhg#Jos(A2Td4QaUxSU>~>`czs15 zTeZ+g>D63<{a_t9xr&dKTWq8Z>PqpGm%y(o1o^~jxWr40lu4Z+_%iq?xJpeQTe!?f zS=2(2$mAwi1ODCI$E+KS6sAhy;DE>*yrq?og*F-~LOm}y2qy5bwm!Cfvyr0IHKHUT za9Z&74n7vxYNTk@FY>+x-cufTLuVhmwB1NCYLzJPU2qR@i#|S9Z?E7Mg8u@4E*s=? zC-~UVQ${kX&!bT8r{Ei9g8bQ3A2XjbQkRt8mXqsyZ|h{29DE4?5}{KDOw-k&@KTVc@Uev?)QpYnP98d?dJeIQTm_IvGE? z7gzp?k#ed9BCrhg13V}($Q$kRv8>OGl%n1c{1d!J!3cl9k9nRODUX^_EVlguUy|@- za=?cngOT#7-=e_3!6rwL?>p#YrCuAUfchX3Of9hZlLM1khkWeb8^I?;-s!<>V{t7{ z_}I-aMk=Ic5NmK6@JeHl4?XE)&TmF4qPB`g>I~q`dOVh$^0DJTj8t6hB{(Dah87b} zr_mJrGEzykmMCB*aJrZv|8T~~hLDL$tJg#UGlNS;2YI@4K2|!diOQ;H#fi-V9ugJg zy7N93#!OUReI__7_+&(om$~3$*V3D)qUsYI2L2v~d;TISTLu$VR$mJa7kOvJe2&w{ zMr1NkHT9O@Nbr%2m=|&TSa_J=mx80gr_+gtA>7>AOjJWn6xT94I3X>Dt(Sc4a206~S8YODtC|x#DB0&P4T8Rj>|R=VySAyXs?S^d@Sc z<`irM*TmAZ;f9YLG@GcgT3N6Oyy_F;9Kem@Ow?2@9k~zttAbyA2=KZ$ee63oQ46)O zU^BQZ*2YhQC)iBXN{x@)kI#{S=lzY3hX;HtHr_;S)ngGzZ564pz@91SW7%XAwO7lC z)Hd)qEXRj|H!CLUsOAxD2cLWz;5u-XL=$yZx!`#4m%jqs2!5MnqONK#!8yPwj{|%) zesWn(6LnX236{aR?;s=uY|AGYEgQC71<$;Nh&k|v{3hzDh6Jl3?;t`}k+)RPM7`Cv z5y&JF+%6E{qrj^RnW(Q?Qlw4-U%CY207JT#oLU2C&SpDWE znx#$>hf@wbXg`9+zM>>8Of(0V0bCx;_XYU!Z$8$hm5Ju5qXkz0uiO*hkH7m^x;7?S zpw<)>xguDz8&~ItkF9HKqDAT&!BxR4HV1g*FCSanMR4CJa2;^xr2#$>nS35-q9tlv zG;YAU;O2`FP6fU<*hI@zt!QTIfr~CgTsQdEP!p|CrwFbOR^}r@5$qanqE+f-!41IH zxu{hr$^MZhTBFVtkqZsMv9l5V2;Mka@HoLu!CNK=_~NvFHgU4xOxeX|r{FY`5bVbM zZ1PmW83eZj{~n5~qxG`~O9fYsLF`9+@bn=F9WwY??iD6lr&bc&0bG1A;_G7ltjQ`9 zZBRdD2X_RA4GQq)aeg*njfpm?FS8@uq!ak&fB-LT^Rsp9OteKUC8AI|gO~S5Ol=N7 zJHNq1+trqWyMe8J(99(HnY3N-Fp)`ba0f(It}5hb`wp0Br+O#~@i2YB>$)K*vZ$Yp zJ7l6gYC*w$!Ed?-_>AIymVCrS`_N?|1g9T35&XHNpFKQkqJ!!U!TrJQyC7_%3{KT? z6CF`Qk=UDf7bWGhGi4Bg2gO{`o@OAb4jCo9SLR}vP9swTH27xaP z{Oq#VM5k1HHtF#G!?g{RY9eY7f20yMJ;MM#1S>z+Z#iQ2a`+49xb&%$8BGC*v}F`VPFRI3g=Ipnze5?HL#2 zdlKN}A_&jigo_p_ctZL`_(B9&R{(ENZ1l76Xu%RbQ>QrqP5~bWxB7>BXPk!*&Vg@% zZ-CQe7pXU70v`jn&yN_P_5WkSZm*h)U|tB(cx(Oasy3Ext8+8XjMq59TftSqjdihf zS3QyuTgJM;wF)Cn4g3XsU)`1o>;^YSxg)`U>tpGmx+62#1MXN9!T8{3hFE&64$T6- z1pb19Z@1ddw#5qW91gw-USA3K{3<_Nogmm7Jsr__;F_paiOc=Wk|cPRb{Yo5;4QTS zd=Jid-JF6q8NiRhyHJr$xWp&(3tkd61!H9J8`RjF^Z&=Ivw@$1m*qnNXZ??VWtnW( zycU_@?Tpo^Y?TX$Ooj;l3ic-jxM!-L^(id)SC&b3%`fofWJD3p{vW?e4^Gn(n;E18 zcuQ1GPf?M2Muv%YOu3E-2yT{soL!R%oDaMKJn$c$ zkPaLMehEH32e)fUk@{k~QFcufICCm08%omkAHI@yxLuN?>K7Wz?r}~ zz*GM4XqzShob?Y+`@`cfn+y*B!!!TzM9dF^BmeO1|F{@9J2)PB&;Kuz(%_gsyxHTX*jGmkz7RRcrs)JeR|T1j^RrS7 z1+R`6fUh-ybE4JEj&?9ZJHeYG!F|Ck(Z+u4>1U%mi)#Nn+aSB9A9zJ$yp)8dw_jIr zlVpnq_XmG$65v_7`q_x?v2;h>Ab0?{P%~7vPN+UTW9gP!IeH-G=D?kroePijSdN>L^82qv&hPSQ#tWAH>ge@1Thk*6yGIF%=vv~tW zgO@2gcqq6bI+)K*{Or}>Sn{g_1rGy{LU;7Kp`XPMizTmGAO=S{5^V2?u+kc6*2fBN ztnFvlj0H!bzs!Rk@YeKL^bHkb!Q;R^(YsD6;%A20vFJ&LSis}KPkJDlI=`Q_oEJ;y z)D3aq3E-x^@K#_R^u-Hf>9o2<@I>(5-T{1H3_akISaghU&EQGktbGGKsQB5+<+12S zxv4)s;shSk4}ty;KP#~+mJX{64B#o?+ZYvu#rxUuHL-L+HR_ScRB-x%xJfvUa(yiA zRWs?p)4*rIlgxfrXQSYk*}*fw3kL;wjKR-pY!SRIOJBQYE_ez?Gs)Tg?Cy5KMKwsh z2>b*5Hk+TF-XWL>C0PnigCWsX@V!5bD}M}p9%G-wQGPaZ=fA0k+BK)a7r+O>qyF#+ zOqBddy&pX050A!N0r(tJZw5~R@5fJ~DY*TIH~ry*;E{ICo&PKK;eYw=|1b4aWODRh zzW0YWA``*K!6?b=KfE41;}4_U@BSZ*qs-Xq-va($sk8n+7#G0k+<`oyxnP$ zw+=iTTp4H3^XDfABgPY47AH1;H0sG8MvaXJuK^pt>398G?jd%K1AGQ-21otjVRlV2 z*fbjLcLbW=eIj+CEGS7TxZRWhFPPrX(w!7sE)uB=f}3HC+>`w5<9WfCvY{k}z-#B? z<;>qcrgI98%MLCKemNhN4P3x2ct{Mm75$sg04@ctxhcS#fP3E-^*dFhE)5p1O1wuVZ|{m)CF}5$ zWx%bs<52~i`#~)2Rt;KkS@4aW2v!DJMM-`;EhLd zHz4)=H?g!){U+|Ts^ENhd^?S2snVYWe~kfG2Yc|acm0EpHUB2KRy4R4c>h^+0(b_T z{9EvkaNL&-z*)~=RPfNp2BkNHm$Ke=O;fN6ehr@U4-+Ai=HN2m@JIhKGU)>@362IY z|C1Vr(+^wo@NX3Ge~i2r z{683Va2Z&Xh|GTHM^L!MDKkk@wv{d5^TS^z}m~%|`r{ z=3IdHe(YnnHR61A)L_K03A`Pw`3q+^gWygY{O)G(8a%zfMe5EO1!vEMn{ykul^bt= zqBuNEaM38#iXGrQm`CV~nE_jr;GN>~?*#X~j2CDyk5D&Sa2s)*cZ1zG0{j3bBf9C$ zcs?v*0Pg|s4Pt@@oMbZNX|k9Rnd}AMxQ*1ee9UMu(@J%R=n3|Lf8Go5E8t94GaioL z#De#O8$Lq0!D_r2kJ58QpL76x^9kNK0e5u>&c?w9!F^s}v<-GDW?HCrv4RhQi@w1N zG~imvW<2ZvvLWxo;Qa3c{9DM!vg9^n!eDkh_y{=VbAX@4Ow83(Gfh*m;~Qq_!8yO< zDFL%nM+=&1k{aVc)j9?){5!x0U-z*qMa?u$%`bzGgWF&ZZYQSC45iF8N>vo_3GnU= z2w%X|+^BM98lk>a(S4r;XT@@iQ zTSLnr{u-$Ex3e?&$A1fG;;$M8%z&Qtv0e?#)K5K{grhhM)>sf*ciP7inwl{w)hHQf z=p6X64bfYeFMZO|Ox@I&oPE%7fe&HQ_2p3?yU@-|oz&lgFMtOo2Km!NKDMN@ncAsw zDY#WHg2Pj=9`|5zdI?|32ut1JhvsiE3A zH}ZCa9~Qyt0cNukhMTFb>PrE8z}ZU#dCOHk7Bj|-InB%m31%^0 zn!6WP55SwsAVzHt&gWD!RZuVF?upd{u%#TL&ZZ#m*=8!EZpz&Qs|VoE;B#Yr?D~8& z=6Uz0fG>kPmB-m1hGt-inTo15!B@ab!HfF&*p`)MDyWtad=-2He6t&-u-2I=zxqb- zHL!|hg7ocu?CfSUrK&pdlh?tE!R4Ey8Q5W_-0Dg+%u! zGgg8o6aYU4f5X~kw-;Wv=ZBfnsx=FP{{mB;AopQi^nF?j{ZdL5LzDgloCRyHF+ndY zo5@1ol#9iY`YHHsLo6p<^0GD&7W$}kEe3uD?$HD%_M(?nim_lpu6|Jz@HzM}mXOb3 z!8zV!p%==lBDf4MzzbUhd4&UB_LN(&V(2Y`i}n(nzZGu49bVQw!GhJu7lpyEL?*4V z(zzZh%c_NLDt8NX$9N6guPy4}N-yh`%R-lwoOzM@4Y+@MtkYpBzGtchOR;70fZu@w z-EdA2LLim4&;?~{E|lawI7&nfkMgo3^INw)CSZKGBITn{8BlyRRARma} zksG5ev_p~2sG6C;Pp1a?;{jN*A7`O0%1R43Gx$Bu;O9YJ_F$rgHYio%Q0=pTn@mKt zAMRx@r&tiO(NJWP6&w$4Guq1zOt;V~rKTA_83sOvOu|vCM$fV!N+iFzr=3NB|LcXs zUrUu9b{2_${MQSKztYV@Fy%NeYq`LJc$ADrRO@VD2aY-INH6QZOz>QeQ;{8fbSZjA zRJ|PQ1jkA!R}6UeN-S;TRCL;8q4~-v8GV)(++b~xAM5313%6Nlu2M}w52phc*@&M+ zWzy`nAiUwF1IzvAK+Te*l(e!$}`a)8o)Jo;x!*!@W>+;nyCCpLf%I3*uCgL zT6@`~6BZhybWcV}OyCTMuu|W`%L<*f&977K(M;aAMQN zQ3WNf6`Tmp`3s|!VyFA|_dN#BAzteTfK*Tqp$ zWxlu_^MDl;P_E%+!;EoMSUF?CPv!+LevgIOnuxbC$01O2u@&be6}<2bPHZhN+h&bJ zSf|sDGnfxN@&!5&@W>o-hz+$T;J(Wb&i*9G>);Y^kmC?ZdRancD*#^l0I}wEy;y{d zBSmSdf(wFs+(GMtXgF)`IK;HJOhhJyz&CM;`=YYt$QOse*#1cn z5R3arbnivL?XMz~8_i$QVsQxQJ(?3oSrk0jALKo8ll&+ZN0CZCQDcjN8=wx>MH6+k zd>my_ri-ds9GnF;_6u5q-vz4Ar$<0ZhQP`@jn0~t~)4gu6vQ~Mys5^NQB18(jI z_2cN9Tv>1_u;U;G17lI{rg8K^o}0I?O;Z{?bPqOR;D3* ztbH6kldt3kmj$=lf`gxp@S!e(E9XYu<-nzJ&yQW`Wx0CB(G&Sz3b;J@;W`Y$S0H?- zUmQJ>N96%m06$xUD83B{dm9{wi271_!4<*nRwImdJBAJ;;t;LhPvl(*JarXT>i2uu zgt2i5`S;`mR|XrvlM#JZa#9>!mOCedtAM>|t1cm)?8~$`yuna730xIC2E4-UWvyn% z;WdcOD!3Z>>k148t{{GMejHx0$R)Tsc;a$&*a5TU4a5pC>FjD*f?jKljSXGOVdgTJ9)Y5&g4u5XK@ zU2=((-Zo7g@MAR8d%k+v-@D^ztK2USxGp$=-g9pnAIogE& z{5XoH;5srGw_+Y2xzP9V||~+;hnME1#yO&gBRe$wW)(pfj4o~ zM{ZjXsat^ip!#>+Du5ccsi z4sYF^cYs@idxKZuDd7fjywUeN9^4LG6M1(UiU+F9g0Gsv?ZF+vZ$}~^B24fW!5zU@ zmSG$!o>#I7u57}=cLuAdzo(FTo{r<)LTzjhyg>t2al8l zIZ*-k0awD|Y^#E2ih`Vq$bFN+eFfv59$gM+uo%Z{uO)MW`+=Wq!ax}hJr7EA$}NWk z_Xnp%Gm=u$$2L{qlq6RJvjKwtH?LBW2wxER$;J^In}&@|&&H)qJ4TasOjw#UnMA_< zXr20$@UiHsoE)-FwXuPJ{_}q)V#Hs0(Xh=c?qii}ahvIo_!az>HrKm*kXmID_h=os!NwFcEzDb8{$YcyS^(-16q|P*wAgwDRq#*bwlA0^x`v71q4&|sAaCCijy(_>=SKl2fy2;?HbMcnuHx88;dTM=WN_V= z=!$=O*}4s!Zb&Y{Q@}&s26@yMykxMI(`Bh$DtIcmB8DfH4_-kJoPZgeiplvQNS7CCK#R=pI{Jng3}SHjf(qoCU{4> z5KnmMWeI069U?tXKr=WCJSszo`|%7q;=JIQHr!fsz+J;ayfUI~ZC=3xV{s!c06)zf z;#IzR8Rlof)#7o-Ed+D$0EE7dy~Sydv{y7Bi@@76h4?sJowoNl?UK$rP{76Dg5YEK^L33lbSg{Mx+k)Wr z;9}r%Z7^?Yw_=B(s)fNDz=OfpyWp0Rt=PTjy~t!E*aR-t2OVItl^RJ^^ME&j3!+vX z9pqytb6cs7R67@VGq~g{G&duBtYCgCHj!GK1l|H(fdTd6F$iWYEO=7lK&xgeIQ}n; zpT=XBwYcCU3A_!Qgi(3SWX!RY5?m<1yl5IuRT;rOt;l-^Si#+}7Tmv_;0p%u zPO$nMP4ILdD_&9XO*42m_!q|To{2tYs&1u9(nK4054a=_$1~c;SZym+kaor6#O?*R z$HDK!4A}j8Rw^qU%7N7Tz-Mq7b`A8gi;b+6sg!L=;Y*T;S~vtsA3PSPN& z<^XsHhTpY&q8)E-rNUATb%<4S5c~l5PG|IlWjk20*;w(!p;pZya2V>~L0pEsU9H%$ zEIw(tRdX2JJWGi0>+EBBdRZw&x|$Pw1biV)9AYI! zYLE|n4E!uM#Lf80gQKk2uB}F)VOGs?u-_Kq)qD9^aDo+E!D$PlBqu~_Da5N{o=-pB zN@nSV;FDl?a)=MZ!T&wSioNP;2|fj`m5P!K!4k+~D@995MZu@R&kKe4By_%0R#+)q zN)|tP23)3Oh-brz9kkAhjrtlC1D^%2FCXF-aMvwXYy$YA2>2Y>SvADZB9nw&R%|f% zL-2X<*4iO%1+U$2#V&EvfCb`PzR z4}2Z`q)UkRL=$HDWyOZ26APjwH^6^&5Ao$z42{y+=&&PL0EcrEe7JXr_cmghIFpU` zIUW`S2f(}ghj^dt=r1E|*p~H4K5!7shJ<*NaKv0@x6u|yM1*{y6e z#qnGQzXVT4-dl0Lo$YMc0C|=Ieg(G84)IEH7+Q3;(Kv^q;&5Jri_H)5zIFuocDKz!|_juHd49&w6dt((x<@I3u|EjS!#T8ZX;i7CglY z&ICRi2yq)$UeaC{JkElj%mS`?E5y5?33J{S+|UZn3SJw+QKDIwAK0*S`o$dJFz|+8 zh#wh_r=-7Z)WmU80*8YeA@APf(5F4OQ6tA{6+amP9*2??n~J93jg9I%@+X5M!K1E) z_{G_HFX@AgYC9(71V@1lIGlcqd@S*+jcPbL=bFSd*}(7pXuntDZHZqtY)K!R8ypS3 z?hSGK2CNXLwNoX>7s1)Vb=+XQxA8fHoys|8<^jimOJ5A}d3X~eZJ3=(ISS;R%r#nY z*trmoIpV|KX?7~+SRz;l&V4Gx$DhKGUuVar{!3HAdT@(lAx;-@PRw?E8NiVbYyhu0 zgkho&OUX7nz9Znsho3ZpOYRTxh1Yy+o5N1Yj$VRI;8}Y^yz4C=YnW&!#jz_l4n7uK zV|R$>dWe2L#ZEaK{uHnoe0xWTr+JP7=ChO4(KQ9<+X6njEyUL$5d2{wJ3i;oA{RIg zoDQ7nDO!40X*nvh##{cnx(lNU)5MG;U;l_x1T^gu_4x|m7O$>kqKZ4>^+S- znBZqi+Sw_cBfCf~gMXbtU#$9>qm!M|I0{S18}B*iiZ~zQS5o|JY&SdoPDm9$se)%* zK(mf$tpmO6^fSRG%AE+Fj0$nBn4cBwZ>R4GOq4qbyc{=R*Rp=LXt15WCe%(G6Q{`u zZtM#247L5N+Za1OZgNo_8K=nw9*NY|8zFpeq8*LPLl$z4nE!z;i=Q?_;5<* zoZ#HxzTiR~{p{K-JH1KRoPtd9fXgB8$36V)=6pLo%5o@44@1=I3OhazQ#lc-^MMP1XOHo-wQKD7m`pPXoFCi~M_Ci0f%`Vt>3+ih zA?hyUn^@YvfnUH7Tw5y9iEO-0(zLglSnjdiL@W2DjAbleuh4 zrXCvu^|VgW$ZCNfAn(`aT0TE^HJ814rpNwF!y=J)LvS|Q!R%|ftlk?vHhHo}p(KsKiFfjO zEAYSn>FKC(ntQTF))>6@AvzdjGVqI@4jD%{!A-!jr}?}QQpf(#V{@u&5#Xla^yldQ zuVV?oZ#{OnT5SNg1ebe>{_SOP<2HI@QQs5}tgDZeHmhdr?LGZ@#Ng7#4aFJ*Eyn0z5du9^6JOtbcTo(m=S>DIK zTMXDbY)l9ar!%-J4rfBJk3F^-u+iB3VC3Be?0kVPy4?SGjWHm@QFa9vdY{iv6!)>I zZUZ(kYp6#7yNT4FaB~;&vFwTlY+uzvc77#eD2wRl#Kh_W+mtiEgx{k44oK z{6q)t37!T%ivp(9FF1I;%cFyX}h0p1I)ZTGQmZ4ETnSi_3@vM<<=0;=3T=I>~rS;k+Y zndt{E2yR%##};=pU_-iDb~FY3!QH;(^BJ{#>~=2$O)>r@cmVjyM~v_q_*l<=2JC@% zF9JLeJR7IV*wn|4{%N3b#%7V=Kf(XJM!8%1So>iH8e<&h01pBm#MOD-*2n%EWuTG9 zcTVtN@D5z!Z5@4V;CKTKH4$Muw9^6 z@Gx+nynH_U4s} zcnr81I`q0zeJpynfm$0|#Nd371@}eg6*0rdw0{eZj=@D62M#@v&j-!I-Ei1Ijg8}? zaf!!+8=${@FvrJ=95-Og%JnYPlL_G5{rUXBd>@NFZJ@fwOAb`ziQu%q@YuQ7$LN9q zyJS8WP1t0xW_vy_w8qC`k_}YVm@S&HDd2Kj@_E<>A7*G8u#M**Ch$~n(~bGO`(_`j zn`OXWpfP&z3~;a2`FzQ4A8UP8a9;RCwQM%{3Wof>_T#?1EjTiGyjnIF+!A?vcllVy zyMhO(C#Yo$z@t&X`6$Vm7lPXxCaYx&!4eK<(h46d{#NiLX^L957`zgrf+dT5tnn8E zHYX50k=JcI=Ils5`P%5wP|DPbhRuNY(V?H23(_ngpE*#*uYD{CbZu+Wb&%8 zgiTfz5i``XW#CpABm0p0LUD;W_OU?fW4V7j(l1U{I;YwcH#oc&7`z3cU9g`m`xNmZ6rgsjVbZuLcha;BY4SSUABr0s|=SC*$z(;UP9h=}|i`)_wG&YF_ zuLoEBfPu((A3IS=qTiA`3Wu`+T<9xqDR4w}iM~s_BXI^dg7=`AIWi8-Ol=992=B9k zH-R4)@bmx1`q-@c61E&}CxJJE4>Lbs4puah=)E*t1>OoiTg=bDj`p!T%>>U2#YNiz zu2kO7C*t1u+D>q280yJRkx8(hUmxmYNgXA6Bi)uyQp=eEMWug$`bf6 zxP!ybJJj{D64NEhkXj4=2fWhd=TB<*Sp8WNB}q56;3MFCx1V3A>O(|Ti7rUjRN$lF z8x{S0P&KsQ3nXlhepowJEjtFjU)9e$A(LxMBvqw{KVQlePtkP;jR?l;KK zPdj|9(>cK`6dVtpJH*eYMf%v73xb~qgA>5AVSc^<9b*fxM2r8&iQodmanY=}cj6>k zDD^Cd)JfpY-~kqN(eV<^ml~BCqn0Iu2afRb9wr}am?+U)se<4Xux_NE`_LCpO_FH# z|2Q2SG}_P4sL(}c2(A}`)S2LO$fR{B3V2EI;4p9&xCsh4y8^~Oxf0Egfl_*8QeLlm5q-!1r+mry=#;e2K(v><4d0wLggg>*Ze(wUBC87^RT~z{A`7xeBSxg^bixDxn770r$YEYKqkF z3LB{*7>9EgtnG$_|AD8YVn(Vfo#o(r;Kx1v*ftdpHl>VIL+Z_OPVR#b^!4*bKQW>% zXQaxKRS$ju9yQRU_W1npWGg1B**{wUy&L$wlY$eRT{}E z#p;my5m+?t^7rk}^*NnnlBNI_DV6Z{N(VXmL&Kh0&uW3U@E81>{ic)}t-uk;|78LJwp zsFdYGJ$V5>wA9a~09K9FGEzaQcGN_T>?QceN}FTp6_TkwG0e(p-e z!(L}2Jux&C2mcN{VxOOHPReELyBq1j|M)$4!eKuTPRM1W{xFi?aM*#=|A9Xq_w$8u zxoqD+Bi%5}a)Cd97o7F;$zD8p4K-4(;h!j6w2$DZI6vlbV-QUiR~!cp4o$%Sgu!rJSffU%|@je!Nq{ zQ}lcz9WX2t{0-bQ&(A~8<8YQ3X}7`XK-K&Xu6NhZ{b%vywZcd{42d@I53uTAKVNnx zm*uW8(iX!r!9T${PyGnhfW2r)yZL z!Nu^Co;g@|cgskv3^PO~Wx-ES?gdEwK47Hgh9EV5vK-i6GQi`I_lf&xlnlSMC}4T; ziJ}4C3h!n*JVK*nuaF8&Ff!17%7_>+-h3;_!`6#N?%!VaGC%}7o|Q3;uZ zfj7MN^W!+NzMn?288+&`;b6~8KktJDyX6X)$Y^-Z!E$h^=YIYS3(^(LL|Vgb4OjtQ zf~r{^SKcZ!knlXF;TytAx{${MDra5!3Ujb~_MSLL!n!6qtYh!<}}bl^28cRL)V zEzCs43|+)SlOFu=jh|n}m2aaoQDMUdGuQx5`w#c!0^F|LL}a*X!Q-0*{u6h@Ke(3F zB@=zu54YiA&j{}S!_Pm=%4HobCi@+ zU1Nudp6Yvtfh}N7p#X0`6?dA`L=W_{OM|UoKe+f5H0v%C`SssR;PZ(cd>j?x_?TQa z(qp1LeY0?UY>5E3D;(fchvNpUY@%EGQ)+M|xH#^#*@JSKRNX|^_4{rsz;5t?ashs+X)X(EXQGSxZIR$;aJvctUZi0zJKD)aXY`M4_%ss(4#Ax^ zwjSE5ZYDaWA7KJ}!1a{@ez*=^zx6cHA-z)rt_c219pI&E=Q4L66YbOIhJh=Ae`^A~ zZw;()?Q5c4`i>Rwla;~8!D&^n8o$5bXCdIK;GT*A501f|HbgKfaFo@-6@vquSIT8= zN1JH7{=NaJYk-@V4e)!&r1y9eZPE7<1*{34iMu$fI^JteHqi!sV>7-T)dEk(8T?r* zmmQdHqP6;R7JMYC4PK6mro~a-nr)($`d}-#4!AM}cpsdT0SinNtN&=nx1+k?N8kPY zW)rN>j5X0heP{%@9(WMy;Hegf+OWbzbMz;~`|tYTlW4!~ZF1S<)h3#*@1jNO2H+;B z$SLj6YOXWUBz+$RxFLAQTR%?+Cv7lct>E8b;6~uVxaV8pjrNaCCK{@d+FJrke8nu6cI_w$You$ps^i3aHXMsPFmWwbsn zT+31WP4tJptrdAU2Uka1)evX!?O_x3(#P7sEx>N{B%X@sbdQ^;t3Kb3qihNOja%wZ zC*BO7F;NG7Y9wCJw*p@)i0Wg>Wy>y_sFnV$6Wkg+4tK*cZ7#DXnW(A$jvL$tdYktD&uGc0C(H~NQyMo>3 z0H62)Gcn(ydDJfw7p)ukiv>0I{bg3;y@^We4+o)Yb_XA^1^5emBx?Kt?Vx^61#l1W zL3@BlzQ)&OZ17lE&x26EdxD!;1N`Pw@HZ0`(yPL8H}nEOK}kH1uxRm@i3;f7X>srL z2KPj{gYmh_Tfj`ebp7<;KHz#d%JKIwPpPn(e(1g$z<+@M!43E@aGC8bW~OhtLLzlv za2$Hq33-=UNGUUY)@@MXC;Ne4M9GK5sL5gqrvIOTd=c+nNI1h%JDUS4EP!f_;U|x zRUI>(&^pL5m>4>hH5t)nwFG2NLi%+IGjm>mOcUBJ`4}Oa3GyXVc zeKa@I-@0TqcmnuIWPo?Y!CPCIX^*ak3Oo_~-WA{-!PudXcIaxT@spFl26up0J9e2p zZ)c`0I{(REW|_QX_h5c1xH zb8@1)nO5i)X~%HcG;nT2fUnzy$soPW6sxlska{|}Ix6y(?U$LUpP3fw@^r|12DmBi zo$Sq*Sw-xkH&2IGOTzb8pxY3RS$p%q zuc88c<8plJonWT1x)3FJK3G#Rz?Uq&%%mx18lfAYL*5I(qpAdWgGHFfF~dwlbfYBj zLa?HGfScxCW_{+EX@KsG2~*J)fp63d@adQ_)n}oZdh5p9!HdC%>)@PV?v{3$nY!qd zF3hr70)AURz?%)b%v!85Q(IlnXmBi;8VC68{+N)o(M-*Bjm4atrQl;t1AH~68ywhX zruw@15#VLuf-P`!cfpL3U1qAGTO($_EeAhu8Q>?{UuNg_nyI30jFW-{p7$-!&Ezncg6d2ryAnY6k;!*B-IfqQ{{jWALD zjG5HBFXh4O!L4wV@0((R{dqGfbgM#fbvA%4O#(c#*+y_RoT}k% z(cs0Kse-OaICvBIPQw6i+6h%N*-SyYGAd-U8Ce^#c4K zoY;MtW-6ge;9pDv}1ANHH%WUawGkw(-)`53|-{S^cI2LoA@0jU>cApWv3v57* ztvvyuA0DDH)s8TMcY{Zxe(NV;*4|??J<&!;;630t+){0)U_QiiGu_h`)T1PSfq$d* z5wrG=zA{suwu0cjU?tkBqcboM@12=$XxmBPec;w;*-V%Vy5SQVQ|)&%_;2tZXx1(B zQNZtJ%F!;hf%k)Nlt)92yP*bIC_}qS@By$FJ@eW1$P$qJj?##^CHNngV06g-&Zv8o~d7w_tqodJCGcPzxQ` z#)`u^0$zpD%r7*(X$lMdqwOiK& z2bDO3$HBWWI4h05A=+f2UD|^3F_>oxF7W~{jFI}H-9kIGhr&l;o+-F8*oeFbJ1n$S zt5=W4JX7#3a1}IoyP_<#S^JiQ&w$J0r9cQ8yoE6q+MsPMD#TgvcKqb|jhNC^$wF(j zk45Wq4(!6{u>cN!aa9Yg)|OGD4xR_E#Zc}6PSt}N7Fwb0z;R1m0MGpD=j&Huo@pHm z#cDT+yZ9n_KAw&mq8+?b-$IMDO~gI#1y{p~ZGo%Pv9X2bYl|Deao}Nv0z7pgI>zP} znxl1zNw)Fer7{d#(6T*mWuY0`L_IhG{GeEXmz#x>w6o9@?VqChB!c^v3h*WHVr~*8<_hq(bgoS!)olbB%cm&1}I?Oq1 zH`YR3v|7O#f>G@cwnJk&(Lx=xj!1AO_z(sQrWW|gX%=d&9V~t_3tS)FQ4utFt!7)O zg?3aVI2-&0{Z5Cvm^8G&LQS>j9VmAWcnSLA0o5;6pV6yb%@zq@A~rLR-rSz73v&<}nPBvlql!C{$Zr%ofiBH%DVS6B9H4OSDjV z?PxL4J0DygO>bu`WRRy?sI+#G2KB@bUMM<7tU)N9VWHyMQQ}SufIp-C)*)p(z$_IzNZhl~H$GR1 z7UEyW2=Y~w2n zJ>h3d;WE4jZvekLjwPvYEc7owD)>L}EAX|WSS9$@LJ#=LlE~x(xH<+RNm#~M_q~Pg z@h`=|AHjXVtq)&f(f?WK4sR^@Gx!#`^L{KC{%9e59~Yc9V)|q4sn$wIc)H-i;NrNJcY5I7 zFX-j zytfBj20YUp;MO24>g{5sDg2QKcSBk5CN#a;5|>!7URD~%yT^dbfqyvy{AwYr-tA|l z5!~oTCgs7^(0=#*k;DERWTipe6@`)ngI##?x`Ewps*e%ubz)Rd0bCB9K*r-7_F{sS z25`L-9eN1ZVF~a~cXL?QR4eu44aK^nP;f=?>zg@j%`7YR;rQ&Mm4$&XfX8EFpyBha z)Qbm+g*xHjCCIxib{A4Du~HAdTy!u>@D7x_{)rs6e52sIk;p^^o{6KZi_Ma*Y_(EX zK1)1hsKI-q0(?34XKK95N}c)tJ$z`uN}Q@^+jH3Fy;kbT@7d5IbMU`NeRo3+vmUfk zJKjO`J6iBG@aL5|?5`tMYQyi^um(X74hCP_4hd{V-k-78mOD}Kd%-5~ zCv;v>gRzNOmX%uZnS#wCHM*nUeRJ5E%T{W^*V(`pa8Fc-lRdCs&^0SH;&6TzvoxNrg5*WRGa(EI7%1z4O08D^W5$CR;s~&n7~oszra>o z4wHYjQWc(W!l`nDCxa6VIjqumD^=uw3XTTLz$37~-kaZ6isG-t16d5XDDItdAvx?K zvr#0kWC44?F(`NY(mCv1F&kO9OZ2W4!R64qPLW}+tui(;@adw9t_1#u^WE<&c2iZ@ zNX{v3{Hshij^x2lbb@EtC24e$_**}7nF%Andd zD#S;*!8O4Z@z&Xrmdz3y*yxw0XGPpQwZN~+2e>&dn{{nwqpzAB(MVkze5EY%KAp`j zx38w+-PDv7txqHHF+6;P&Br>P!|lC%K#!e^gSU9pqpIvbtT?2AUr))E~47@xn}V>i{!Hae=A z6OGYKD{y0c$cb!)orrhZ=%8l0;MU+bem|etB%4*(XQO?ZeuCS8U){o|^?KQC+7(k&ZJ(v%n66&xGy=LZUA zv+{RrG*(m23GN0C_4;`=?Bad-fsICL8acq-!G;TdzUgBY8~?;cLp3!VC`k`+m-F}( zhP}!SFKskP)71&?3C;)Go@BB6Z*A0H6C=16_z*I=bvKJ0{%E5}4@KwbFbO+z&kYw4ZlBm&LA>wo_A$c+ipc2bVvIPmkE8eteLf8fci{0pM!*KHuk1 z7E^@@J}x@+f#8Y9{McSMi&a$Gsh(zs1^g#?2zbEuELNJ^skX*uLned3OTif%ve*y3 zovLfLTET@=u^qkHPL(x#Bf&$!M~`5R$YSjF9$}{#&4wuOP;j}!m_0EUnYira z(ySJTGYlNQ9|fF&!|~Y3s_7dA9uBUz2jBjuWU;4J?PSorbbv>I?{3GOvk6)3MlCz3 zHO(WC_ek)E%{YUjve>8kb_&xhcYsHM*KPE3!;ma?s)?O~H4nr&87=bOfbW-mv)K8T zb}FlRD+)LUJbOL9>2}Lvh1%Pxgyy>#EQ|%`Vy;E?c3G@%7dy!`1!Hik#(~R&6PsqS z7d`D%K+{1q1>?a@*ZMi;hqA5x?DRuztq7g~UcCnMPpV|GPJ`|AS-rm^?)iz}FRT4r z=gML=N80I~T2l!l>Pg_hD$F7?WwBA??etRpz6#pG$>8NH@c~Mm#ZFJP(_?j~YG~G{ zfS)h-^HssP#B=O)U){Gl`i7}s)iOUr$^}dT%D%pKYgo>MYTdECgpy_469rGuZ{7op!4;1TO-QnvBUe8#39I z8+O{RHi~X^F}T4be7Rnc$^OZ=(`I!i(Ty$v51WWjc#AUGhI@9}p!SM^Uo2P-zB4nE zm3(ZcHR?fb@KW$juyGKu{xGH_?)J$ghY>-^46i`9Liz{|nKz)=G;*^y6n znydaHR;{l9FP(s!q!;+Rou;cFh&T%?!I#JR`J+ymYz{@x1a%n^^%oJJWi`0oXmlBkaZZXy&@gqXh!C;{d~2kix381Q29}AS!RlbaYr%U)piirs z$#w@t&_MM#D|j7v$#6d(7n8|egho(b^*J+mJ$TE#@Y^mSr-hCxUvaON)2~+rdr1gD8`YtP(-p z)Sbjn?f`Edj9Fw~GuYu85!6L}+JbYk6P!87&jdVZt#nNxVax^u>DOVsI@xSIvHD2gR?Pzu+rTO)}~biwNSUUA>#L6 z;F10Pyxgq}rfwfWP1KooL_yyRX8kZBDK~>X=qxxWau)WW2Fo$qa8*JEtJqiYCdXWz z>;U)?W*ZJXmchmk6MW3EKqor{&hF~xJ$Geb4wPVnV==a-1_yOUPqI3L{WVMQd&g32 zHVwYl9s`l78Eo_l!TTL6u-P>D1-R+(4EAB8;HHtQbh1<6ft~z(MDGmTt`XEw{l>ON zCp!(!L*DheX0T!VBB-u9#Jm<;Q-jN+B!9QhU{w!BP%ZUH1NbcXJ@{wK4EE!n2&%0P z)~&Wuh#%@CE}8{w3Inixyixo!O@eHVS?PZjBQg zS2CTIoF%w}els>!2Dkac&xbrrV{5kvE-m;oIJ7rr3S3EJANL79q1&XBeE}cniEcDI zja@w`c%ryyKfpm<{Cv;pG}igN;13*EzQ6#SDxASB+tOH@tVpV&exODjEC_CoqkOY5 zjcvXZNtM)9)vI-~Lg1He{Cww{H0Hh%NgnkIH7YU#7io=Y_{-DS{_BzCR2%V|@xaC`$cOIbSae0yj0F=N^*A2FM&ZoQ5jw?+^_B zuJ!Zh1JhXVVuB;oa}kvgd{pk|#e1YNDM+wWgAnlH;Q66`KC68i>lZFKL4y$Ra&Yeu zaH}+yt#nYNdan+w0FS7EE~9B0tIZu`Q|D;GO7PTRe6(ng#_H-FWX3!JunOEY2;6|1K}K~qky;HdRNl|~RZnB776<9oxq>BdhZ2}D9g@a&)D?WlfKcj2@bcnV4N*3Y zO=~DPUILrIJBwkkPy!`s>L9M}YeevAGq`tAKW|ewjTu`yNUd%m*a99R!}lFZW4GEk zNTD_v5q#PTURVgrHNK~^xDE~qS64M6*1HYdn$V$tPG#|392BB_II;zKH% z*TX@7b(OB_fk3@MElO3BH=j zo{n`8Q{OP-C*9zWSaJ3(JC)U(G zO-yC=XFKQ%hLB(n_&=;n>=BpBiY;)^2h|e66~TS5baKtbR5ogfgWjr!TfvpUr?BE| z&V^K#x74v+?|(Lxz1rxYN2;R^a8>ZI zOIY=II+YFF?x2UN?@`FR8aNzlX%`(&Wq0>D=)Nl44XzGukELY=j;69H2OM-)wJjQ4 z1KjH(me?LnWvz}nC|?yDgDB`V!T(@U_?`W!ti)*t-BL~UfNO#KA46b*zfxJk1qWSK z6{?7^iSexBi%vis`-NJf>ZY9^8qVT*{U1| zC8#XX;Cf&?!Wd*PN@WwSIOwcuNfcsf*9Z69iN$$yQdyIm4mz$%b%7gznD;1t~VPsws9(>qE1?=suzQjv;>@&4!m&$@>ZrYv(-rxRPrjwq&@i4kbGXRLMprDaMD=SO2Hk# zW&gxamP%!JVw^Ne6Zsse;G*De@hO-$aQrm#aZom5Fx z!U66FZrv0Wc~c5IInPNks&OKgYk%s76PlfPaFw)C5mYVds`MgE1 z6xQXKlN73C5wLq0Sc<|;(kX>WXPgwO%BqCeqQk-S90=soDuune=%gUkuFBvM;OK~a zp4Tu1vCW-SR&_-1NN^!rKA%`Kg)Pi*Qc2Zcf=7Y>Gw1VXo)p&qvXhFc?uefp1Fj_H z^Gqp)707o|0oA=qDBxJ|Nj=sst5R6zJtzHA&aRBZ83(rO^7*Xb6x{Pp`ld8iLF)0~ zZXC^Hi4?ZxrIS7>OIHO?03T2x)<@1<#$xQm~q$kR%f+vHsL$LDpX)-HT*hLSNo~om;T?M#w1;i`3o6K$$cTv95 zR0XN0g4dKsaEzPDY<*c5U00@yqnrjFS_W%rbCX%q5Eormeh`;oI{0!4v_9#{cw%%> zx^i?C9OVo!E1J){BqXzPIv1rViwd3z?$5A@^K3GEYI0G6^13)Dv%p93t#IhEWcF`_ zi!LZziJN;iI1!<~^7kjRg3&HIt=v@=JO^ADvEK&lN@gD_yXcrQOr)L*b|VB|_NHVe ztL37@$|{2AflIwZq`1||tZD-n?N^?zhM$}dzJc(5*Ow%-G0j}`m$F86@B;AIr`Xwi zZZf;n#zi}n_FCYD;4cqRlBvne(b+|tm7i*W7lD0uvDfLiWY)Z=i`FRz)C4aEC*&iX z;;>}4rJsvdDyvk-sagVFek+fE?Vrp>40chh@`MN)9}6CZAcnRc$!z>c7cEpis*dx$ z6#U2aJpQd+GMhHuMRS$A1up}CxrQj!O_SNAsV?4B4F9#1rYO0&ejI&)dMcF}A z`xW3d;6qiC*@6WwnxJ%u82Br}7m$f3Dw&mC>Y_2qCW2Ri3tUCyS8FnByUIl)l~FPH z$<^RZx!Chrm&|UjchOL#Mzn)#z=v`WVp5*WGPk;DpmKR79Q<1Fzlh*CuzWJxx!Xm3 zm9e5lUI$);n7^-!C9{S5UDQ))sfJEqJ$P3tf+)Y}SLP?N zT^TNFsGKG)@fPr?i`dZpN)mf;*+sRLy~MTL3Lb~}nv*h;Sf?8Ub)Y}J2)b4ByG8@y>BqUUW)VpqPn$fjhXjokw# zL@M3CDv1^UUWbDpmc;IaM^Tt^hNut+ zzzbIA@g4n>*dR?51u5H$)Ca+95SO<^&m>k%ilWlW{(=vIy$GcLPsb!S#TrG$lzF1E z9R`OiLAcOXNi4w;MNAp%Mx*o(*t{^0H*K86j4@F}$`#QFFnt6(YF-|nQYVR3sS-us z6&J)#7DvI~XJga#s!2>GA{cE<63ea|Meh}x?BL_zTGJ7U*O9~; zHHxA)3Y!%_c>-*jieR*sB-XrH6undgnZYN)uE}})z9ET~Z52gN6&FOr@l)W$iP#i@ z<0#uk(IdrovFE^P!4t4AfHH~YwHG`^g!I1v&Kr@3U{gtKSwF$O4LE~d@bw|sf#XLa zt2I=xQ|t+o06y9u!NOlAvX&DC-!Ws%mI$8S7ojm9C$c}L3U*mA!b<{o>4RMa?kBRj zGo$E%!fnCOIT;*{jUra(C$epGqv)REx){W#fMq=pZ}@s5yR>XGupw-L^gP36x~v^w&4jT3%s%wLR}wEWV3e(mRV;RWS7Cu z8)18fZHdfvOz;=wbc5_FI8Ylc+loXs=VBDyP&|}RGsv!io7F@!vn&x|PNV3W;)&qv z;6Byz_&e~`#3;I=xFVlwklg^sSI*;ukjcoDD9Tkl6MPfAy<#4>uTEr&^eDQdcquZu z1zr%7$6K#UWY01M-;kpud0?G0kDu9;$adxm-ldvhkOjbMV;Jd&^p_>M$Y{<}DX$3v0HbFljt zws!)neu}H34*|afhknBz#9%+U!P!CJci_M~Y#N5ku&k&Xmv~=E@O$vVx3_uv)hP+=;Aqx=X?0PkC$$U2sG zqYiE=5B?0^{T^FyuS{fBf<)?4YVa5E<`1{|(%3|n8{$SC9I6F>1$X^~jYk(GvIx1G z{E8BK@Hg-uUvBdrvlCf8wVQ4#>Khkg`*-jt9OcoeiEMz*jWc+{4E_O*`*E8O9G}R3 z8Qr)H2{!Oguo4?5eHoF+PT1U(p{N@P{ss0GK#=G`i7eacrXwkalf zaPJfb??z=)R!L+lI=X4S;zi6%Y%LEaHMWLuC$fLLxoM^1YBXwW5pW4Dx>0)~``X)0 zOB6;oxG1=kA&+-5CbFObZknt31m=|` zvg$M3)L+ruH3?hGgP(g4ftM1QcCMRxD~35H8f0a_-K(Ir|DM3S3*FRJ(Zw+VJI;fb zR!3j_F@bGg>ZW#zQI7EjSvj!17DgPe6WF0uZfc=u?*f+xU#yeIS3OB!x7NFd<$^1TH1ev6xGE1J2$!QdxoluG9(u**B$R8{fZ39bPC&D_J%}#mzOq2gDf1}0gdU5#aG$(;gyy~VP#Vx@)a02?YzQ|a&(=+n;)}#cMcGpcs6=Bw4*yJAkY8C?XdJ|aU zLpL!+3nSPFE)8yQDuI1|>LybB7O72O0{8kSfem}*rl0aRR^)94w*{}+m%y&PbJI7u z!-@i0z_ZZL7ucD=l%L%6S?;inHpr~tVRNx*!lnc^@SB@H%46)fmNxMA`3T#;2DR#! zo8HU2*in7#;1moko-IvaMG8gJYdJPcGsq&qXBQ(X@qz@_qDVBokPopK zz&kRqlh)aImbOXo>0oeYaEK3~xevv&8Gi{53q>Yf!JY7|RBT^78-GyndnHnL2RHQR z@e#Y?S==$fI?ZB9)&pGbE_i!9`*l)qO~Jjv-5;R^SQ*bY#0&ndT`I}?f-62n^_UjV z0y%=~nwCql0pN#-d`&~+*@4^9bW5IOS}Dl}g5@u9ng_(Qxq)c9AzyA@CCUB-cSFQ( z-aDRcxgSl}IvW%;KZMCthrurmf(qC*|$6%@;Q!qO@gnA0!{)K$7B4Rw{a}O z9z%)pC!&Cp!5@BNH;U(RY@joS;^j?j>m=C}@U`E0{P(|cY)5nqdFB0WYbDuKaH)a_ z7<@O5y{HsJ7v!Y`PXnjng~FQKajbLo7&x?)S)k<*5NL+^5;HBaD{O^=F7T+$0PRnoDana_0yWri+#Dq8&-8qI%%EJZE1#iNe znywe(*wOAWbX;E6h6*tcti9He_KTsza;vCS z3&3me&S=1aIClQe7&<5~Xj~@A7J@&3d+v#2dxpl)-}0jpcoFykIB{zndo?nK{*oUy zqQ));`@o;p$FW0WV`!H=R2M7BmViTycnh=|hciL&9u;^QxIa=`7RRxB(*(DufLm$> zI0A>WY-t?(b9M~vkyn(@mt-r!qjB)RWkpl44t%0GVxG^6W1rUvcAIfu zt_QD@<@0jW<5>UAB9pIXlzRhsQz3kjnHa~8ZI7XS@~&na{6=s@fqY(aY#dv?Ta>$w zII)|+Mer)gFg%Ve-WNkV<=;)X44c72P^i5hz_hPKOl7;(|Ig0sMbyT`GzCj>t? zqMmF6<9!&f(lL&Oo)MgHM6KEm9tAGd8hkMU0S$4etyX|F-RDw5Zz+SMeaz6i(3$}XboculCA<5#vZSnf}$0aYD z8sR}x;1V1Uu8x<@iX1N+=k%cAc%lX;fNSH`^x7;h8{zh#nTb&Elw^tEth$Ip3C@f5 zpiv45+a<}8!RdJIeKy0(c31vC4hN@!U*nZ}-xM$At9j6})d}4#$!MPps`St`aJKoTPhPtT&d1ryYc0%0GcrUxs z*h81)kK{<513ujickx9p3p5wJB?Np4T(u`YTb}o_@vS`MlXnp1z6{p%LA3jGxWsKe zbX7ho9I11`mVWvC=NT`H?%<*8@^d0@AGq^C+$3OUXAk>(tGI z9cjVnez&F69@U`dmVJ}nk z_h7VAOYlwbz_Izf>_IPUI?#i$O|1%lNwQnuJ>#%#!#*#2GRT9GkR}A24<3mxNqx3> zS=cDSzA$hA{9qzJM6UC)#^XE~lfA64SCZWUCrm=X$<h2`ZtmK zE%+jMc{eY6ywyW8g-)b?55A9*1h>WE>=9f~0sa84i=({L#LL{QGXps4vzM5!m7<2=Lg2X@^7%jYy)5IB zhq%HSc0iIba1Oo)pRem>wS68u`ppwu82oulK2NWWGkDcQl46x$8MxhceB`X@W%X}( z@U%H09C?=lryjv4I+vII_eAiKaHK8=Zg3X6@tD0V=beXaiVTrSd2sAGe2bI3%=E!S zkvN0MBnbTEJi;RDylm+w4>=XhMCxF{7x4XE<7L;scqmHouQ>Q{@FFkn`7&PCyHG_u zJZ}vGE5L;>=JPrw(S#MQNL3V*is8g6!MBh}A#h1qMXILwS_oHOEBF-J!Qx)_ytrU> z5LgGkasrJhQvWC+I2JJ$WfFKUKH?uP>t#dB3SLnGYyoHPLEPpFUM3F{ye9-~1<%@r zt}X=Kk-Q?+QXCd+0~g(apA7Y~Wy*?FN6|!7HamFVRt&eoaH`Z5sh;AVsB95n>t+P1 z567v}R-^`sbipq0>Q(u?lHAK&7Qz3ouX_)wqKe}H{@cBW71V?a_mX-{cSII6ZHR)i zX62)Nq==xYrIa-oDL(TBmZ;!zQyX8UNoatIBB7x9jC38cGA(;p4s{vFOnaF<{iB&C zxqW|>qW^Sf7}(G3J-g@ZIeT8qp5f7md@{Iv9U>1FcPbht4|&1&fRC-gS_I&CdMg?s zz04`#6))jst>D@uMWbX92a*adSb!+2|q z1oy)qt^F|Gn!f~(tl+!9_fs@h#&D4LgEtqT@Pca|Q1qBgVSWJoGN$zZ2CwU{Xo4(> zMn32dZp>>kw}IO~q$o@F;aCg;pT(W)IQZaD=1>RhJs6xbqseRpzn7*k_!Aoi9s({z zz48rsMY^JF8N)mjdELBqs8qp)S7M8~g#9 zJXOLKo0lpoltcND&wx`?u^58K6}qFyk-d2D9Pk9pfoFh^6)OtJBIakoi<9w~1Nem( z6)l%bnWunXPr}nZ;C?F8<{{p4&@fxt1_gT+f8~-7Ax#74^}-4( z;jZ{&4YS7&o&lbPj)y>0lh-R+EhjP01ec);^feM@@T-c}%7s2$qFLaL-O*S@GR`ki z7~vend(Q?Jm`!F361}oi(Rw+Kc@FrCE_k26&lL@2%xCya=7XO?$0G;1B67Q;jq(*A z5`6)9J=(B~ySO5yO3`bwmN^f6Dh9WKuCAC=t!T4M@q_ch-e`0pO|&0s6qU(cy!S%z zfGAAKR$QmDbIXLqw1|kNyV#CMGOZ|J$Hw2gd6f{Son(EQ0XtzAgyb8SK zM+~>1QhW3(MRoEQ=GEYe?=fSI>UCw4qPDq&MP`7OZ?zc@WxMqW_h+NBK~B4Ar@hmgMWQDXfBw6%2>C-TVrwFTfs*#Ow@oj z(d7u{VYk;>MkV;kw}YmYj|#H`bI1qY4!&BCWk#QO#jlYz9sakN?*OmE-X{xO(d@OU zUVg>}pbBhaWa>EDa@S&PIw})mkP&x+R~^OTYs*|QD%PfB()I7MjB2oR4C{iw=!(=% zHZ{n&&bZ;c0j_Jn@YYMN$nU~?=XHI~3-3U10qLRt4UG>a_=- zN$&*kZt%|-^(rZK#ce%pIw1c@thS6=@P{7-&H8dQHv8B}@7%#@$MB@opRHxgtNIu_XxFhml{Ku|{deo+wa${7P zWgG#&kI}kQ=o@B_voR|%x$S1lI12s^-02Le?(sHFm7OC>EuES8Bgn&luPwOp9m?=6 zAC20J;aVs}_zAV_#b3B(mzy@U_W!q+MxT2G!qIQ+b@JVO4!7l#HH%2sTEq6_hq6O@ zN-mEs5cxf!@K>hcjx-i|WP77&;aRZjQA#_SLHzS=Wbc+U<9}KA*I?BEr?I6H;NUfS z$3v9q&mO>AZ9VHf{5wJ`J%nFvbe+S-!6`gK8%`8W3D>YfsR(#Pu@J>=L?B!QB1E9A z2;6~(_(X9xQEZChBoS!VopxBoRChY)PNeSmbjPndvAT1+?sU?f&brfGcj9!XhwjAd zP9NPNjWmtIG%_@b(sZw;M{9bFrgzlzE*iDv(+H*G%{{ob3s1XZ(CjHBXG|f!YJ9@i zqxRXQvp1qf6c$Dl^Iz1OJ)a_?`c0Q8Ler^)qe&x(x|4yJkqBtIgVgqDBs6NrhvmZ{ K1v+cXQ~v>hprnET literal 0 HcmV?d00001 diff --git a/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/fit_files/swim.fit b/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/fit_files/swim.fit new file mode 100644 index 0000000000000000000000000000000000000000..6ba7f5615d3797d72b1d5f8d096a85f0b7be7c86 GIT binary patch literal 6325 zcmai(3viUx703Vg?zhP%KoUYi-XRH(gg^-(7UU%ldHAS2qynXZq76`~#kS5^r`3$j z?kWnD)=q6ZPKz?q3J#-IY^Okr)!N6@!Z1^vGE8AAR;-p0MyYiq+yA-eyUS)bOBT-L z%YOgw-h0mPo^$VaQ&P4aPgMgG7GA#sm;-(aBEhyGNE#crHXgNc7+}(#O=q4;RE#y4 z7)_;ux%>teHg1eH&muJss6_Nqkcl9WLc18 z4}t5XSo*PSuE5wLV+R=C}K0IRJ}oM z%D9$K4h7zdIOVUY{LyMa%%GTGN0FiYb1kq{mB*-j@-{%svdyiL0#R0mZT@N`uuGNi zP&w%fBu|S_xl7v|9xC^Y2Rc=0k`-frw-FEv*n6ict3u`XuLgFjvX06N>j1GRmAkd~ z>QMRZ*}(0pyo$;~wkKAALHyczR1+%iS_G_C@4pnZX@+Wr! zVlnpK(bxBz7`!k_JyiNA6;ZoY+Z-15KAph}$N6~1IE&e4I8OQ=J)4!|w(bsPY(<&)xxu4QBHTbRZr=a3643mG4qHzmus)8$w)% zRp}vINB{{{+6ODfj<_8VD`ChI+WXMZxzjsAXKrT^l82JUKh5x_v!Ss>Y~z5t8zjJr&W2V{NeLb z1?&@4F*{`DMdW(m65^kb6zlJ!B_yA!PYH3!*UesMt!0+ehSB#I)OXTcEMK(wtWN|% zA{rzLf`pdDq99ouB{PO+)$qRfnL%&%Dd0J!cR!WiWDAl2W|FQ-UYv3$&KjGi}Q*gYK0|uU!M%=e~9H%7V%)dNnu^ z(rai^dIeki($lCodg8$pMp>*em)=Eduvh6_qH-$NWw8;=y}jw&i?*}#Bz##n- zjBLLj1({Ek3vv#7_2r_49u=fLigodpgqrEDGU7ls1?^cN8}Z)| zWNny+UuElV9*1eTpJn`I>mn^4OuHWt8_7g?*}gBELBAz=yo0+|WpW>t-h)w$bm)PP z^uyB(-c}}$Qn`k^9zMq>4~k6WdSE90iGG3bOJ$NzmCNL5_IfAF zx7ZkZRHRJkQS1b7Nz^iV$o2T7!THt7WK2Iy0>`8%C`vO4TxA=H^PWkqCf6ypp2=jx z4F;Pve&WH94cu?hS~*uXM;sHsLs@YP-;I>Xn^gKT)fN4!@hYkvCA=;_VDF`C)Wcr@lRZtNj_CBlT!BTm#cQpop8D0+=w!V~C$0=KpDGvRR`&Yn=K!$|f;^#hUqJqXw_Wc3}vLRTL2C4gwaX1x%^!tv(Y~8sZ7QENLYj9c%o_KKUy@1$6#_zNi zJpZQp%8v~$Xry1Iay`>UY!aDVP!D{;dwzF%jXO!DU*jgz*S*Tbzj*C>#xbdRt|&sdAZoz;XH)udC>L_~IqIi6#z6qLv-=bKfzz=S%sS6gnm+BNrlmkXrC2 zrkT{$Yr&h~-4B^)R9r@h2csqcVpDQ6YR7>zlTlQ9CRa1kArrrE`_^v^k274G)2Z~Q z9G|9gmS&XClRN%k@P=|;LgjJJQn9Jz{D#t#ckLeD$|wS>jyaHVe(RGaWpGGE3vazZ-m{LH{0=XSin*o6a@vBTX)!hEx7& zut-7voXSU*0b(<_fn21%wuA+*p6(b@xlOVhLZtBZEaP;1%$_<~TQLYE3 z=by-?=6_du`Bb^|j|PsTsS-TN2-FdND2lJ7*}p{`MV3j^3ApeOdIb zN$)%ATa;dGTVHw_6-Q4z@bqTq((C=i;AV|4=zuFI<^yGSAdj1JdEBmL? z%cshvH-o)?!uJxfd8F5>9{vgplD=UzjYdylbo zLo~4>b3IUwj?7b_%<~^T`56%;nu5fbAki8m#=65{9t7zrP-(^~P?e3>*m!NmS(<88dd9}2k>Y^2YHh8bIJY@M-uUl?aFf#=LJyv(DaH(#vAlNT!>@NTlXE4mL9 z4?g)}gz&G(vu%QTeLG?dlG+{~xQ8*Ixht literal 0 HcmV?d00001 diff --git a/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/img/mountain-biking.jpg b/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/img/mountain-biking.jpg new file mode 100644 index 0000000000000000000000000000000000000000..41c594f272eee1b611b1e99eebbbb47b5c298272 GIT binary patch literal 31007 zcmeFacU%-rvoJclOU_x6umnLta!!&3lq5Nduq=65!jdJ5f@DDfK|}<^K#-gSR1i>- zPobUae`}^)c*IuTlx~jUmI?i-gPjfVMG)3K{>g#9+09slA z4*&oJ06v5YfPoMM`~eU~0QVRM02>I?FW3ok_AeeN$Rh-RKEMuM9uVPUmOv@5`&*Lc67Bx`*@xMut8}- zN$?LYBqA*$BrPNa0I)}pzx8_r{guZ4BiJvv6-*E7@F1|ic=3ME3xxgeyg+z<&kGdt zQwBsB`b#!d)QLDi9lV33a&kW!I$8lpj&ot9tOY=hRspi(5MUdEygo% zM4|jo1RT8vC<%aI;1LYM4nQd(FiObL7???-qb7(vs3k7s*ntXT9Snd#ad7eQ2?&XZ z!3OY8A_RcKeiA7F2o3}W#ew4D;}PJ(NJKy)B@Bm+N(fi+iZwO6d#ErT&7G`bB@Rwn zy*D-@q8?%0%J^pz_1CAqB0Ri1+HpBj8HwGaiMw zHp)}un-x!_Q{gpjX7I9AGL(PqR>8<%FzQmx&1;Rz0U0kc5z)7$GZ!ltf}GME3EeS_ zJpC-3cWdM2s6*xhDRf>_Wh@6U2{<~;sjsV>Dt%~{BMCImr>@%9Ot|I{GLTXw)bPN@ za2)^$Lm#my%G0>MAHJ?cEaXh$nPwp#W@CSoS^mipuy_Q}+H}oj9_a7Vx@cWJoGQrh zy}x!~a7e+;*z0wgz$Nv3K#Sl?UIzZ^bKFkMDaq7LXb?f2yJr#k0n3WTUbri%Rf@-8F! zif(Hsx_)Mjf6v))^l_y}m9|1x-JKcvdKjQZ(zp+hh>QJoS zD=#kO6cxQeC674*>a>*Fm`u*}sFXjE_40@qS2PawiPyPdTFz>|p)lLMlxKd*V8+t0Wu(B7DeG-eht9lM*AYN$ z|6L4K;A}P^ib4R+W|E|gVp*{In0xdp3=pXgk)hnT1m$xtkTJOHY{@x%T{~6&`Q^ag zxN}J*g}SHLp4Lw7$Y%{$hHU)0p{sjitM`>b#*OCBz5`$PcsAtk>DS+!s4Ac&iwu+c zo+CY>VjD?&_D2$<@8usk@{1lvKx*;n&KqH}4RcSCFG!5MW+qm;pDgnOD5Vrc5+61>r>ynd{6>(fDj_FYa6mxS0( zS;MzTrqZ`(AC?@@(M)Ko1{Da9+vCJ39<)?$vXn~K8(GRJGu|576Iu?lXmR1fO+PpS z8kPc+Grvo(Zp%+mK9{7c&x*f;Vz`=Gkb;*i{kog!DxZCJ!04fWYzBLS(G#MM?{O8i z0_47*28AYaUalQ_-KSsmG7=IT#(^0TOtWTB58aY=yFV>_v)MwZjfJpf?}z7PMBbKs zXRyTHvnLCum7gLJb=5aaa97;=lTXPHwVaYVTpYcs%-~#S_U#B5xbJ0;KuY9wU%h~G z%^Hod+!{J)s_hTV{?c&3K^s%cPo75?QBmvRLvFAi%{Z_+-Yj|`5qv`l&jJ>6U!C;& z?B02n_EmTk6`qonsN^-tJpQxp?ry; zU%|@Y7ehqwN}0kATYJPNUb{q4GGR3KXK#ve{pb zfVAh9=E9ygPq~Vg#OwEvc`Et^KUq1v@48Z;vdsIQ(e}aZttR4w-HQ}k7v;0w?eV3L zUFPv?Y-qQX22eGA5H= z!L=?@mB9wNUKS!hO1W41HGw8%IT=NdOm2VoQ3|posr(o?$~+`xjbqu z{_>VsPOaO=z=g43J+jcqw-Bm8McmqufOPrRZ-e_sz;?N83h7*>h4wN9xkygogaPl>Cmi$aZP7*1?(jUqR|g*G=!S&-y~`_>a8z! zcfhHMvjGl~hu>uSKCRh*w9%?bX&wyGj4e#gAR7!6oaiKyBFyk%Vd9gRi+^hDdhv9A z{;5wup!6F$(Fmaq_aC!#+e8K9i;LycB_DUnlMq)oS<;I;2Lpno7T<9X`XM!6uJAkO zdlJ+447(PVI%n?bI9G60=8k!ic5W?p6<+A_a>Y2{%~^aQ4>XeZ`7*Y9o5W+hKD=ax zQiy(jfld>-|Kz%mtouQi+IQ9^`ayJo{o@ZVo-X{(7IPsjjTT3M&$AyB&nl5tomn%M zJr2cL2t^%HRT;zr7gjIq$Omb<6Sy2=v)FeFTI)7g^<#ru#CNL2$u| zp(Xrb%k%dpS^k*4!sjNIYP!hP2*bMrGr{NLs1fo7mYGvDMV+Wqj2Zgl1A?Z=*c;_J zD-#O`GW4wny!U^MoGRGaU!W0cp^L^HxH@Szn0#ZQU-!cNenzcFT%)+GC-6ae+at6Z zv+J96$a)GNM_%V3-H)@earHa5YGKZGal=)gvLV9c)-&1aGV&7F4@7ZgwPM?aH3G}& z`)d{QV?PdU`$(IwjV&D7ubvb9F`?Q$_DVzc{`bZE?_N{0E`^tHj(cR}pLMfsp zbJ6sE&f)D&cc|R|_lHR2a-{owS=!E&Rx~y#zwiQ`Q@By4Nq3`g?%yJw8+ZVo?L%7PZ%Eo@- zIZhP&o3X6WR9=(`Lp)!H?I1b+R%q$MsAYpvmtMmx?_#ELFM;I3!r0{-M}Wt9^a5h@ z-e4fd*Ry0}&rP{{Iw)tSKLp6>olGFXluFit5l!LSMcb&F5BGPsU$8n=uaE_6mqkGM*s@-?F_q6TRPMHz);F}jm{=Iy!(~Y`4IGv# zi!Ga#Br?H4)9zc|XI)sH57sZ*K{*HCdKIHucBr;|e*C@Wp*bVLR7o=C3 z+O1_Z95D8e^oYM6{d6%?@RpFn{SiduCq#SDhHdc}dR$&1$=pO<<(3?SNrP?y*@_MW>R2K8p z{QT~pzAaUsMNElb3U_4J$ZcF8Jk$@~ICqKmq$bRlg#i{7IDn)wIo8cl^;K0QC&Qyr^@An~cPjFQcAa zMN(p4ezI4U_^U?wwCK79T)7-iEm8f9y-*>(+k6A2XVU8%Y@*>1c?1|A0rWYE;<-?A zydXj@KF9e?mW8awF!gomBVbP5;fWND2sg{8fD1R<&vU<3>pA>DhG&>8Ix|apzfA1$ zoVVN5eVRL43#ErQquMm%g<8L_ho(fL#YXiHn9~Tw%$dSvF7p&W9NQWS#rIaf#KlGR zk=i|FRp)TSYLQPLQX3P{X{F;+OvZeesA}w_cUMSp(4g{m9Q>;!K z>ZYObm1?~$7o?QAPc2-$FzU6w=D^(9CD8FnKJgtN-i^>l>VPDrY)&T1%kA#P+YQpP zIPt9+I8S%J=cKrAYMePI!GBnoH0P&jm35veat$nF;lmgDApnJ~2YJj=?Y{bQ#8LlN z_~YQPBD8MP^CO_N`tt}!fXSe|?E$M{J8SmX%AVB%uYNW+>zVYgE2tY)j!bFxuA>ZF zO958P0j!6VLY~~^tJY%46+<%2lb4krGc77Qk6Eqle|)(SJGDL3XrzTBzSo(yQ=VC; zm6>`3Eb~I)YDAg(MO)l#DJ0ItL*ESjn9|77?;|+68F(1K)9dS1r+l`9EoSEF2hNG7 z7TE_q8SDyF(*SeQBUb-QMS2kk5xVWvb zaL?jgd0{$cDPYow+{E|W9zUQOk#>NpCsN#@?7d9nBN z@1-Vla$#`#xb7)Nl!j_fOScfWrL3Mnm|USqPGqmffJH3(FlYMKL*=&2cg7O)C4=Qd zVIL}0y$78k=i_scM$1D76RAy9!x}^nlFb|W^6ymn$ME%d?@W}BHV938&FpxbldGW) zHq69JMs?wt)kZ`6(g~jPu6)8B1Wao})isAHD8oRxhHUUPmo_uLgRE4eVkJFL1O1{x zLNg%H@at z$n6(57&;cCn*(jhVvB6`f=HdEZa7r%!l~2jT z*1*sebCE;O1zWejoRW(z{NLgAJY6uycwJu?1-)PFMBYdQ2JN9@jj_h&;8;mrdtJ|; ztpW>UnZY|&Z9o%gcOvFrk~IL=d;eXs`Usa3ysigA!4xau*ij%n&~C;KNU(Cj7V79~ z|FihWumn9&CnYongGRZaUG4vhLh_S>RpB>0=})|#qrJoL1md3rP`6+F*uDZ=Inm*- z)nDk(`*Aay*Fpl8m0**Dd03UEt zeps%5y1zQ)F%laWE8`#TcZQ#Yzm&uVUAFEdzXx%tb9os#A zwLuX1FKrl5`n#=jq~zKzbUvXkt4f$YiX2b`7lqM)4Y)WA2TfBBAdCSo&tu39Zbz{yhlaY`ra(f9xkm=O4PG)0EvfWf#)3kbM+@>^r~#`7c4C;?wp(N>P#SWHV$%S{>S;Hd8Jfz0)ip}B7%IvBGRIQ(xSrfzZ^T5nuo2Ow4TbvztRFj za_oO)%E!lt-$#TW?O`tVVyu1nTs=8{N>D+1B0L^F3lasgd4iQF^eZX1pC3K^it>+q{30LMJT?J0 zX=M+jHE4M=0IhC6E9!5P?|=Dp;L6U{i5KS=%E8oZOK1?C`(UIbMy| zLfe9cF7i8GLs=QLP1`xTfCNv_t_#;tRTdYL5*Oza<`=>?eNYcDzv_;jU_JZ&)tU5> z?teipj_~6aDs7Fx8mi^k5!e=i1ao$RcKkQx{Ga9MB)$)5Ui}}N$qAb$+79Dm?SWLZ z2kYcNX^8^=o&KKI-v6`q|5+>fzpMRUg^O^ocC|->W32!?Ha`N`QR$>=1pc+wj%mM* zU_aTxVG#@d8jmmh95?^m|CGR=68KXBe@fs_3H&L6{~wjW-!nR-EBI>R1J2iurb$e| z_e3jQJ)MghnySZ>P!e@bM^`iy+)9K3_X=WP98FBk;P{>3Rw6=hR};8t$Qt44rlo%o zySWkoUn=3)w@WPimjfrVI|Ii%Fo0e@bzM08C*eQ5QzG0vz)gb?U65bI7Mz=ba5xCN z_+Z?ycFtHxL?h;N665#;Cf*?%dVW0=@ zI>eC$KVv7c{|&bJ4aR`Gc|cx38SUnGyuSs07I6*^PDv%<>PR0KBnHE$3r@4GJ#4{A zFv`u^)eitp@{ElIQ2m!T_ha;l_dgPUBKX|CpQoCgFb>?KcTn@T6UX0CmnGKx4%ZP;}7%u$6WIhng6G zSv&+OkYDwtNoWKvJOO|)>-4 zKqim_JOc`W5}*=z1-t>8fi~bH&<~6PlfW#n1grx)z&?1E06v5iLJeVnutLs2cp<_N zNyr6=Dnt{a2Qh_QgV;k{AzqN{kQOE?Qwl@Z{a56KEW-=eTUnR zJBz!6hlfXp$Bid}r;cZe=Y$u47lW69SA_Q(uN!X$ZyO&Up8=m2Uk+af-x?o-e+&OU zem;H!eh>aE{&xam0#*WHf{O%Z1g->O1jz)?3F--Y2<8d)2`LEA5K0s35ZV&@5ylhd z5Y`ZO5zZ3s6HyXz6Uh-75IGTr5~UIq61^k(M6^jvOw3L!MSO+WkvN1nmG~ubEAbTZ zE(sM04~a5~1&J3)97!I@Ym#A-O;S=)E>Z0}jTJ!Grogyd()70IuX`;#Y=my&mpFH;awa8W2zSW^U1q*GK=3{q@UQd0_1>QJI6 zV`g-^vrrAlQ>6;72+)krl%4Ws6uR;ET!-=NN+en&k^gGa+nqe0_D6HQY< z(@C>VOGPV6Yeefyn@(FtJ4pwlq>~z?{w8&b)n^<+R#qx6}7eH=bT*p<_{Cabmg4QqQu$O3iwK)sgisYXj>doEEMK zcY&wEo8aqg%xvmxUTj%xooxH;-0X(zVeCchV;n>rk{os%cRAj2taGw*YH?oYe8D+# zhVYE!8HY0|XIjpDgc%i)FypFsXyxr$<&r6+mJ^%RpARh^zBA++k3%)6SI(|+5F#byZ zRRK-`Gl4q-EdqyvVuCJ$IfA1?R6>`8!h~vsHiUVE5yI)heIleH7e#_aszknu@`@rw zABql%QHyDbMTor>I}n!;_Yf}>Uy$IGxF+#HVo;JsQdcrYvQ-LKN=YhM>Xp>4w74`z zx=DExlS#DXRY>w=V9J`#gT$bGA1^9()7am=hlxLH-mVYcit-zsRtMEi& zUh$lwlVZN&s*<3Rhf=xHH)Uz%K;_peFcmeGD3wlCDpf<(G}ZBo>=*4XzPPxqCZ-mk z_F5fR{j&NU^+Ao(8VHSN8ta!NE(Km{x=eCe|8m;pX-ytY56v1asMaN|B&|={XS7|l zD|G-J4V@&NF6YZ>9fSf5$+{Al_iq@T{Si;aeke zBMYNvM&FE8j1!F~O$1B=P1;NuO&v|E%<#>O%$}HSo2#1NGoQ5(v$$n3V99OiYx({v z<5icdbynn7)>ft0aIYC(dw%VQwT|^;>unnin+G=Q2xUYHV#!v)_O9&$QVyAjoVSy+ zOSJo9FK3@*zu+M6knFJRsO*^L_|-|>DbwkjvyO9~^O1|OOA(3ybq!VRO6BV8+Jt67 z`=Yzuc-?NfO}b0F-*aF0xa{%76XI#@83p35=HX~~t$efEU$N%WJ0JlDL*r+QDDo=H4=_MG{7{0ry{uNMpX z7Wp3wR0^sJ`3kd&=!&9W0x!K@E*4)a9w@n7^0rj6w6N?<*@JTG@~8?(g?bH*CLld%gU|{>{u=tGA<#CXIbf zSDHHCU4GZve6hK)MX{x!Rj&2bd+GPpA0$6iwu!e@w2QTucZhYAcZzpbbV+noeU$oG z(=FRw-y`4irdOr6xlg07tzWypd%$pDXwYJCa>#b*%dpGv*AefL{n3z5xSyiND8`b< zna3YboSP_`6rZe{QkiO>)}J1oLCh?D_Wb-~HhhkBE_t4H{@EAdFRvCZE__@xUz}ZX zTiRc~wL-b_VD;>3*_y&y`?|^c>{pMkM;kGl44ZjdqFZmbb+^ZNP&@nIqP{bHf4VEV z+p=f8H^1-m1OG?r!MTH)!^?-Cj!@ut9IF7^v3&=$XMqkp7>NP~g`F6oun5o{A6SHk zgM)*MgNKWYM~DYr!~}SF1jHmnM8rfyBorja?yuWP;9q?R_}C*QA*H9Fp#NVUSo9Wq zU{Ncu4}*Xw{G1$E)C7D2Uu|IE+r^2d$37GS0~N&wasNVq93N8zo=^mX!Em5hcl`Mj zxXBnsiGxc4r(zSL#uKCwrd4DYq2s_;Qsx8`f5qraB`FoJ2i#1yRZ^2 zJoHYno{dM=o3O_mA~b^CiEs63r%IIZ8aYM5PbqM~laL6&gOG4fG=xw>DcGoBa3Mi< zVI@6x~Vs}s8_<0>~(wlgG(P$>AR6sT9ig4P1L+bt8xaC)5%}hj# z^A(`yQz?d5C-R*0)iO7BD+3FoODi)sr4nCOhAEJ0+>X2>JbXLh_^2*U$Fvpmx&4O` z3X1cxt2)Yym{IfHHGzBVbnAVouW$y8)=4i@0-6Pj!>xeVN>Im^qh)S>S;T2i|Ixh5 zI4tOn&wWe7)1FeoCXuhSxVVrw5KLs57@sI^t&TCWN_GTr^m5Mbe+odaGA6+l=dTy) z^{4=JY5s&=GcGPlztOef@|5`s@{D#!cW#aNt0ZA+{tVaTXNh(;985Q$ zU>qB{t9u(e=1E)+^K3UT&L8^j^)MzXBYH+UP%f{&#diXlp%jqR700fC>yyBMvbA|-(ar^WI0Yp)-!1GUU zPHAx}Tng~#Ym0Txw+uL4>!=)&E+EskpgS6@L&tUf@aove(iicsF}u5^<)u1ODRnQ3 zQifeM@&}!f$c5#J4*}yLi{7@9 z^bct1bjy@T|1#uWF!lANig{OEyz+&!0A5R8gT*J_I-{@eZ>6+f=}10fDLJRdsf7l= z4Q|_V#vo?>>bmUvH!HQB&UMB4F-yL?t;P4?$4X$`!FBPR5Dj#0cdavy28vmCv7mZ) zqhqcsyXQ-ubgxK}-|{WHz)$6)!DxZDsTKdgAG$zS7mt+VoX5Ac{$9Vh87FnXaH4xr z>?OdNa;eU++v7EXR;(@_-PKI5>e{sr0E<02vY^fKJ36&%E=ScV+G%r=&R>pc@FkF{ z>Tk4YRvnpIl1u`%1&?1#{h;_mgL@#>!rg)}U+sfXxyJp;sXgs2RH=IF-%RuD`TaS(H8}xKp;hxg|CO>I_x55^`Im(MW;!j{opw3UFIVZg*u_{WuxUnfI>0dq5HNkI1(89`nNZVXJlUZyeI$2 z>&JM;E^=w&Z`;=0qExVKcJ5jPP#<* z!xo&Js#q8WyNk6g#>t0&u&3=gzL!>d2P0+}!>GOnEc7+{J0DltbvjV#pKik6g3xH3 zyRr8@t~HAcJ>Ycz0X4oh;Ulr$Hw?*7)A(iY#0q|_%_>ruHgE?XOzU?jn-NW>jW|hH z)P&X7_NJQWxTnyknw^$WxgK(aWb(m<5eRp*A>Le}s}dIvAG)cT;YVwD7H8d2HB=}Y0pY%;MZ@Sv zwD_DtOvm$~R^64@Mx)o$v6*LFo1a-;{QhO2CfoG!=TJ6DK;t8$)FdkQb)|yC^|*_2 zvf3)uH>K(B4nST^lPN)R)NT)bG1D3F7he^iE5W(usbXJnt^{`A4O5!e-8dr+C+p-& zYbRymu&nSEDC+j_0@I610vRE;asM)L99OD9U@La5aaIuh@j^A zW&bSK?d`kXTW2d3c%D*c44k5x*>&uE5qVWOdJE@fm&QA@-YfZW(~lzo2>LZ4ae_ju z?>Q5w41^7HHcXt-kowuvV2Z(wJMz<~8J{(sGW7U7_NGZ-(U@q7LyF*YVLbB~jdgYc zE4Aw7SnWq2*U!d>NJ*7-e~sXJRaTjk&eVsR48`{oV})IUhvlNVHhnSZ&tiBtJCRks)`^+!Eb)f#n;p^+TdX!*Sdd_D%rglf~spS4yC*ng77 z$}n*R#J8(Td~>}wKB6CGYZ0$d&3;9-jPr`_%C%=)wL|`Ql=F@|9(blBF3^*v%gtE$ zJaX}k9^#_NQ(A2~|Hta1mJY^-gO{GOb$eJ;B!qT{g|f6h43(+jNi#IWHSGJ*rzmRh z<%)_!K+!A?1{&#dhBV)Sx0xb_pTk(tu;589*^j+lC23O0G$-A~TUq4>OzfYgu9Uf) zE-09eqE3HU*||A-PcOu(gH{*d39F8c^*VLO&-k97@m;Q(r;?D*#I2`b{Mfk^W-Gxg(zM>oLZFbx9orzmH{7lvKNNtjNQ*SZ6)1XdW-0s~Krl?-M z+3vjdRY^$^pJ1fI*OIz3H0Oo6S_fzHK=KPVG?RJmz4SuXd(|!_Ps*wdnH8>43^jY4 zQkuTxfT0YNRYsT)d<`F}mgf_QGnyTmL3!^N`#AFT_f7>EP%^MAJzWkrO^dmEzN)e$ zw~5ts+VuQNf#HCeDL|vZyT8Eq@KYl}ZO!$y-rd4ZT#AdaD1CF4t582&5fK@438tqI zHnGq2o}3lqyppUQ*Av~(URv)*-;MonX!l-_QS4@Cha^+%O;M_F2SHp_-N@%ccbgL) z>@7FzFwqXkePm;De$6%VswLZuC_vgvWpR)${q69|PP4S*YyPyV#2AONSY<+^lthIR z@$)f5Dx9g~5nZDEv3qqjIIRySGZ>u^(v=&gZk7b3~O0RDy3=ABsN6hB1*_zJT zwKQKk&of}kUUKljtF|W5=XCzc%cw^@Rar{j#)VbYjHl&dKCU#WF~x3Aq+H^@NO3JI z#;IGeviNLNp}~kPN|A9oFJR)5OPrd}VBy9nPd|{sIB6V}rH(8ARP{hT@8puD(zU$vq{?5tvjPn2|H^^$2KvI&GoDb5AcHHR{e=4AF?LzV_^q{D8RF zVnA&?AE);90%!p(Pp(0s{k==iv^Hoz7!WV%JvXMxt*A^E2`N4^-VlZ1>|31MaMm&_ z{z!n@6;oFX_r?@qv}p8$Gh_|j`K*RplG3WhBsS)VWXCo_EHaq$NmiT*(}MVjLNyL0 zsNZxrD8HJRGkDP(%x&oIM8c=Zi9&D72<_alVC^@1GIM?;9p%y_&Czc$vtqG-S$tGR z?U0mpbmwJC%qt=_eDyTvToYUPpxW1LXSn_J^MZod_DtmVcT;9jB>FAu8Sc79(n->^`8*e+jyAGOl%KQw?LJ3=jiWPo_K)@Oy8z$_SZJL>ah1KxlZ%yN&M3I~fPoy*PIBhpbE#wU zhtV0nmqsF{h@=T-#BHse6z%!(fWS7ls-(CQzQYj!`s%}&`PHBSEAfiW`<@L?Zz2(> z@TANS`Oj6`!Y%#>{hcCWDH}7w6G6i} z6iAU>FY6_5qY?n>IO&$^e7@ktf!S;cLa1VB$x?pDX_&deG(lhaynxX_SJibA@$oi( z?fzSbb5au$&uwxZ_H{+HNfo$VcW-TL(2J8QbgAn)hqMo?t0+kxSmay^a6H3jJYF3@ z(WEH$2EgI zzd;5HzwEl4@G6?`Uh*jIe!zYHx<;mwWE5h<+Z5s{_O9;+hx0zcr}qrHH!Nl`Us1#_eJ8Aw z`c^eNcX)?gUS{KpRp52*5$~&V>b5eW9D0LoUGbF|EmSJSKi1q7cPL>Q@9{Rc8CIDn z`!F8O^&PHf^Kw%I1%7Ei<0!}f*!R@Ka%X980SO9M#&2wNGL*>p+XaY=R)a1co{9@q z1MQN71NN@M-;jr5y$#zEpFg_^)a}gsbH7YB*;`vEV39VUEGQUNt8jswe7kb_^ zyUFdP6%%p@4344-Em84ZQybdDt4ZTcZL+8VuCsDa_M-!%&oLLYem?hY0(aDt0T=|B zA>8!)?}eqirE&^wBr1R03|-zxc3Pb)z}x6AsZjr<%gO5AGGcD(@mZ{A5 zearGA zpm46!`E(Io-JSPFyV>Wuo^PB(y2a)@GbtE|eO*TT*~FPV;@`f3+fm*WFiy-&z-FO3 zU%4H!W4+Zi8zlG&|$Cg!= zm3?=rF$mJwEY2Rd&)3mexLk8qV=~wIL02iQC{Ap^ldY7QY5?)c#ra;r(bwPw>FBX~S78vTyFu4-r0C1EGRT)3AP;RT03kNPs#Cz{C5 ztfKhpVsk7PPSYTMrOwF&3W_HW9-8pbMn(9?TT0k=@GIS>cqoOiDM^FSD~lbaNs}j- zy^D67#dl6Mi7+Vn(s0VTNm9L@wC__kA90voBenP*WK0t3xj@}N|5mcB7bnn`8v3x! zuXh@M5EcJJmZc)8bN*G+(d3UZ?bb3;)1*HIe~#w)Jjh zn8e7gnqE^|zUS!fOIEnxO&kK1EJGQYtKZt?PAkN}FkovBugkpGnEmdRFw5G7022=e zl3U7WwWZz&a(%r{sTX=Ga(CyNlVgH%=vQ2}hquWJELUFVIA{61fF>A3%os;R$r%R4 zCOD`52s{j8_PjkREM2K6x_O?8z?ZxCtBem$6cvuW)PCXlvw4kEQ;qi<2RN@)saD=y za6BA3t4~Ehb5>EmfPq&1OH-EfheiqNcQS(ABBQyQbLT)mTCVZ_ywNJxMG zTD!I@+>Y>F8O_UcC_+NUyT&;NrmQuq0g^^MA`4IX-FzH4k+cic4@mREJLILWE5jp& ziEJr0e8j)pRo4`#yXh}Tnf&F>6hB3+p)x$njZ5Hi5WPRn%lkRe&}8SEButm>sJkNO z!peeM+qH?iaTs>weag5T$(uz|@7!(;qlu!Tj(EyXt`V~xmKmYQCXAPHCBd<<*R9np zvvyx)9iB6@7xqTF>}r*cB-`p{-fVLQ?5X-X+lo>~55Z$IPO8Rp$+tYuw(G4quuz}Z zPspk9gR&@+;VJqnJ-&A3e2k`@vM{ya%k7zDGa7lao5bhw7jGlvXg0&w;Yw}OA6ag6 zKY36_JV^LiYCrH(P@&dXH+_2;ulcx8lQ178?nlm(={^kGT0awKU)4A-Jd1p+c`ndTD!Bl7R>afc>I*RL_!*aSj6+T7CDUy?4{`|TGnrqg}6^<5&1T|(j2XiP;+v zwZZ<|vYf=s#U5(kxP)f$CpC?Zyy=}d`^h8w1;f=ND>$O4C2iE`)zevS?`f~gkJ^`z zJ*h6skU~SP?KX2x*IMb#S{Zf?ug2$(jQ92hHsnpQczQY-PmLpL9~}WLB9~+3g$F+n zjYdTvnf<>ighlzu6_nV?`)z`;0BiD9T2mF;-%^!?jS*TW1cx);wT0-Sth za(a+URvsBU?zr$A2b<{GIk8dgWgkV^LaBvffk>&@SBsBO9MU>I-Xy#o&)ScG+K4ii zo#p%cSJ?S-@zM*NF{N*JEToAx9g4zv%Tog+m`e9;dxczhv z=c2PEpK$U81PqLo5Y0A}dwz0r)_YP|iIHxMt=DgBL!BvEck%9Zzh4&n{;jUCyY|wz z2JPsx4@Dd)&I+z(tS#ng+r_2Zfsu2L`N02=CAOr^1adD6F09J z99_n{N4yp{d)lRY~NS_hT#KAefwNx6J*MR!;2WQqX+yG--D&u)>AlI=tR60O+p66YsozF#Ox z{^a_U|Ah#E=R!JOEcFZDEL3A z89&yy;~g&ZuVau3k15L~6{-+eVI3KKhJKpv)|B0E6<#h%Ah$dJ`9i8xyV|?h=O#skOOQ(gvz~6-(P%_8N}R)*q0X1dfH~it z1MN^rLDML>zkDrDELjE6oE1q7^x^p-PHATtFF{3gw$=?Wd(gl3`G-N#qg`Ebf1{ij z8NU6?E8+)t4vh{nJHY?t5Cop^$!kUJA6ZJPmqmatCO*Q(%QPtXr~q9vHg^P2yY7M> zq8W|jqmy$zug##M-rtimi)Pxskm~u#F#~AOM6c2lV_R=jrT=%E+J^gr(wmfMLYx%gsryXRzt~JJ4-}YrkZSsy^@0PRs(bEEt#^3fI06`&Hyr2Mam#!F5WZI`0>Ts^}7qIn266X&{Q;yK(a&3L1$&|2PDX~VvR?vG)l1clv$NCc6_ zh4;@D3mKxw=&W6LbNw=->egQLq{)dyZj*&8%_Er4W5ylZd6`lN4V9*}`x3TYoO!cI zVtDeOJc^wh(J0%y>5vogopB&0Lar|SgH$B;}0-KCwjlK>BHMGu1K)jP57 zQu8x7H@w8y-5C(78xpARmmqO2NndVk`%x2Uq^~&{QfFe!L=&$}cJJz(`=Hah>kd+qyjnGa>AKo89yeQWG6M~Pv0w@i|1*6 z!1r)ieuk@2&hO>7UDJ)8x;65-E%uF%HV)(bE}@qaL9IBZx&pYxV#XH-5RZ++?r zN;Bl{P2!jIX)bhHKB@6D4sZ1}NKnSF28Fl-BR7VV>CfnvHcASg2h=4fM7CN~D83+Nju zx9URZH@_FRM6YmE-V6#?}SEr_Kz_2ZA*Y>#mr*4hoI z5IEka``Sqz3LsnAhU@U#X{S=o(z7xdXw4eE?uh;Tj@)@0yY%`RO-_*n&!UjZU?zp| z!`WsKFDW32UVSW~bF&U%l@V#pk;quW6lLZ3mdjr*Xfo%(Wvt`cbKdMYPImMhl7fA8zyvj4FL}<@DP94uGDFy1!kq&U& zTy}G+^0kygB3$lDODoLz5UK%_E_PlK$CVz`3{{7FAs}YkPO9N=Dn|1k_}?kkL8<;k z(UgKlo*|i6o0YQ`1#%}2ZxdTX_IF6Bw!b$uMk6u1|d(X*|JBMnUa}TyWRf)y4TF%hzzO9mpfb;l@~2p z<5mqSFBEIvw8u*P!KagzAs33`r!c#XDEWKJjJd4(SU^RNrdMVFWgAI2Eslk%vWaDg zNl;VtfGXQRcaJFWa-EvN;&qW2(OpO&ox|q&dN@He#)7t%Spi`NPHH6!FEO$%V0*P| ztt&+*@wGZ^g*Bkj$!hpgq~vAG#rSQg(QBEe^Gy?wT3!(94FmG=W?!1xy+E6jFhU}c z?`mbL1R! zC36+6*_R(xsmoer$xoLWS^2t9vdNU1mQzpwsugRA3KiKq{yRw8SP}y@47{;G#cPz2 zg}~C<@Kk=XhK~GlIAiu$!Kqboa~RwQ7hVnZu$xOM(dshrI)Lb{mmp;g#F)WuAU{ZNK~_B zRe2ur*$q{S_j6YK-xY{eRjxTeTK3Z$N2qs`PpXV%{zL~WvivP&lU1nHYnCz$FwWIQ zrtmw~p&TaSHd6{x+MglSD?=m9^5|KG5=3o^eOG!Lwt_JPZ5HOiBEu;)kyue2?^A-4 zw%0}u>N+33(dlH<^TE@9_Twz0mIZQ^U~X(Ibc?QZ^3cSjAcFZ$#yN$Ialq>tHIind z5_V=QaHh*<7_H;8XthQM4?{_(qK9og?r0o?nW(vn)oH@{1gyUbdMz8=NWZIb76w)> z*fQ3OQFa2BQndgEC2D9!Ls3IpXK29GDuCgyBI0b!?Z83i#EJG~t;XJ|aCW0zMvE1FQ-0mFuy z0phZ2bnHCaRpvUKJaR}tTItv|c#U$>g01*%6m$7#Sxhm!^Rh^h#UmarU{r6@;tH)F zio!4Ww&ymbwCe16NMj_FW5blI{@P~mv{GkP%$ABxPLd_(JPOGI&NB0&%;Y007Noh7 zpZJv@J*J9eW`ZeM7%X%VKqN&;+Cf%)>gD^n8^f2D)-ubWV-$>$!4Oi8B$_~x0_1Tm zPwHL5zp3G|3TmL59pcmiq~I*_X~a#UfP~b@$hplFspYui%otaUX8 zqDV*}_+K1%HIN;qp3q0%WHl=4I9y^b_jOzKMp6Fa-k!ay>$P?q4?_0+#>9^4#9@B% zTO>^&5=aR|ypxw4D}`-EU{3A56&D*t=9*ZN4OX918@!Q>jMtE(9M%!H44__z z?mjMp%xIugo~u`u*{ja`vUcV0+su5k%zySa@?9h|!Za}Hq>D^jO)OdSJyoQjVV9ko zy}^^kZC;VQ(oZz=`E3beJQs{FpcVk!K%pIC zKIfW|EH~#F237PY;x;YIjI$EV!Ah1V6Hsn8cZib|z=@+Ea5V`M-Hl3s z$Hnzn9pE2tqeFPMZx+V~D|*h~U9b=8q5CfTEyk>r#Nr3C*{TZcVTVU0k1taZ&!p4~ zjBnfUowhn3Fm;E`^z34mHaSd%d`n%YZ$#cuXE6D8hBcO8fEH<3ZLT!0;kWSNCU<9N zns5SwO~4ABg1|{ki-b#BS9=rQ={49YM^&%H-g{3-_WOEE8^G8xB;W^asNM2QJw79k zKmbq+fEaXTCY4eHZZ)l`FX_lJ2LslpXs{rH4g_93JN;c&s*syO@Rs?;ABbAC%D~ao z;tuYDH8JI!57X5kq>4rt_`40F@}E3l;!Ct%W#Mox3iaEv{{Y2rFo8=fT8ISl#@B~? zuj&H(y%b}z=07VDk5+1Qp2K0#RTQ}fhLCU0xW}67MA_m#Sy)S!RXSNT0guLkf&VMb%Tn-#7F#$KPAB z{7dkk^qU4;54W)O^lEhBGt3v62K?)N-%#PSeq$7JF0vSrC4@%do)896MGnnyEX(8k zwi?r=eJxn7N2sYC>H-4{t-?ck4_qFj)qt_jKK9qzl|#iMm2_+fJLzPF z%#!&`?n@Urj50Bx5gM0%V;b_p^3py&{(EzD@}$w$nb3kOjSl7&y-)NEswxlepxg5g zn0{*l4MDsSfgKXUS(HeOxs{5rBwRxR2()m?BvMNYGB+kgkw6E7xLs9>-d8tDG(`@w zX9=c-)tE^_GpGtxtChHE;*t8O)%BGBCVALd5`gK~HR^!mCC{rAY(J^2M0fqSCnQARImp~_N z9-epP&pU}kf;0}WPmtkH`kb6mB)uK=IPOBm9uH%kDsfFm1RN$RWhMg%Qu8RWM$5s>lq~d*4d6w zZ=nAGQRz|F?!TasiqVJRHMQ7m=tJ=aQhzY$j#ou_p{a^i0J0XjvY!oUY?_GHcw04i#5x0w0HqP)#aytonK zXr3t008@()Ku#s^dI0VtqK5;GvYzrBht-GK(Zk$i997ViC`)GJN6i+5?zGA?>%%qv4n zu0bLJ>W%a-moyDt|Pe$zycl6^S?Q52jd38lpMcF^D6wZtC7 zTTqc*)fMTc8;;{^@fQ)-X9D&k*;}h%qXhtaF7#M+`|s#tE-S>O>??hh*Sf$k>>|BC F|JhM-7jggq literal 0 HcmV?d00001 diff --git a/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/img/power-analysis.jpg b/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/img/power-analysis.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bd8b43f071d50a1cdfdaa0393d747e88fa26966f GIT binary patch literal 25731 zcmeHvXINCt(%_jP=bY0J1VPCeBxlJ{NfKs;3Z_42K?9m8xbpil=eLw&J z078HOLJi=65Cr@H5M}`H2nGO02+J?n4RZ1a4;17P1;8u71%A;Gu_Krkgzw*W1#o|q zeF5IP0ph(-0N|tic~?Q89FZ_17Ze8N>w@xzsj0!lL_{TFC(pThAy5In`~Ws9Cn5v> z!9>O7#6{)AMF0TjDdaEtoal;N=QgZL`X_R zL`p?MOhQFRK}t$N$4Em%M?=F%MS7He+>SHn0Dl{bu2V z`tC2^o)=`QM7qC~oYX-jvol=NxeRVP;8F-^>;j0EL3m;vUIFfR876Bm$=> zH7+QD4;Kxd*wt8CtOPYC9V_BIjuYr>acZV?a9@el6ZlvG2zVuHJ3%4R7!VrfQW)gt zUn2b167c;c!r>r5igVN^6`%xsb8j-1E?7Lc(y@1o2{A~0|dhbEBbJpBW^2j$D z{0&1BRu{>G70;_pYPkdbW5GRcjR<+y?2hw8xb(|?h5?;!$vB&#GrG5K)a$J3=u?iq zBtiC1rAm{%#+_Te5a`>lQHQ?!v$nM*7rg@f+oQ0@`V-D-vN)IpioKgY#1#qNe1e+m8^MbIE}Z{!45 zH1`&5TJwGbGetOCuVQiG9kES`_Un(BO^g`Q7}u11&Yp=LHe%}*W42MOi&;t!gFYqY zNS8)jVc=EJ<@TDm9y9s6kT|SUX}NK%ZU4*t{-5=oP3G`)ScYf&boYKAK9iEyD}Ioa z@Pzh$I9Q(vmdWKvcx^b?_DQfEjo;+63&Dyfksv;BLh10+hUPxiigv*F^s!V$BJx9k z_I|kzPh31IBplQFb=A0dFw1H80%Hq~ZzPc%?)_Ggud8aAeC+$R$t+I&BZb##n!c#B z9q{vGNUNs@4gnUseQV=SVuwJo^PXqOhNt#o!d_i#ayBx`_cTia##c{;-8HA7>BT*L z&zCXG{t`rFagDQz5doF@l?Nv!ohJr2^K%lmlx9N_DbgX`&mBB(jH{|uH^@1ReU3W^ z%4Je_oJl#suT@apmme4H9P%1*{}4Fr*dRIS`7D2?7&nO3`eX3d4YPz#%q%>OaXNg4 z)L7++A5>b?N1T2&v74hf>v2~arp@v+Mp|MdTI~MC2U?rG^iK?J3ErfAo-vNUz(2Ah zGg6j*h5v3yc1(;sEs^>xp&o(UV?)0uJ+GdBR~Kt6{pt`pZrDlOlX(6m1$_BcE;Wg6 z5@Ac4~-h_2a9Z_0I6CB7D_r>^Z^i2SR$voKNRZWGiy}UvjHy)WKcQ9L+uR-d=X* z3EjOmY9H0yrz4|jQO_Gye3iMC`!|cS3Zf}|8P|%hq(&!n^!VonK7vz&!pzaDUWTOF;P8z`13L^^pGf_th8*h3Z9p#%3vs z@i&gJ{)gl1vP`5^AC~2y>UMO=2DQqfm|Mhmq@>rc+=)cEQH&>i7L_{jT}EnyG&$Qd-~xLe z{W4{Z=-0j8=r*_4@PV?bi4XG8V}+CXw^Hf zx4h577;bmi_3hO9PSh2Zgu?Nvy@1YL+r)X%NY5yF_lEue%c?O{^&y}b{Ln$u$t=c4 z*n@!WOShG-`n&!u>m98irkxYsl5a>U$^;|#JGOW-(!|zmHuJuhh_I2}v$S7T((M_l zI3VK)dK_7~z))NpaLKM? z$ur=J(w8d~omX)0Cu0j+k4$dUnfCa=p6J4A?4$F?l+wrMnr5rV_YZ;DYORG!!D&?9 z>ps3YR}zLI7(ds}bnnz~&v|Sl+GUl@F27#i591fw3OrCRsc2e*S$3a%S(cme*~){! zlU^n`s;c1b{NVIK?CozHb1(PFLNYe_9jD<_vL9c?OB6k8>PdZnL#FK2;KG2l?cPx3 z6T`ioP7~YZ)x9uOK=c=NGFKdxExy4q$QDmJR!r*AuN=)0MO8S<${*j?)uxZcP50J3 z?bJ~!Z=hs2dWKN$^##M>P2rp;tcDbpUt6vb=$pBf7gTU5J=3(NjwA!IKFc! zDw(JEXjcuxV^(?|=I?Upx?d(3j-$d#uZtBzsP{WXnW(${tl}5!v%dT2(PEHTt$vv% zJzZF61HP^;pHfc9?KS2+<7Hgb?oN`!p4LPvJR}$0W-7mLG(Kxj;LC+bsUZLQWj8M0 zrXL=`s(CjoI#x$pLGS6TB(!s!$GT33v#oCn?qBaqd8O&A>bLwF4@6vVEUcGEFj3Hl zB}9CnlK$1w^H)Wq&qISoSqf<;3r31g!2HUBmkJAOIPZB70Bm{fn+MTB#nO8M;(CQN zf;>8|{%Icujan~ibPiv`pCkKLLsj8lcL-STbL>mPy;qdbXKk@sWS}}YaOe2hH8v)V zk(&v*84qQ)DeziHA`hPHUb>~L<5#rovhldXn*1)D>4K1&b-~_=ClgAK3!K;8wH5@Q zm-=vE=#l0kY`jtgmCG$r_=zOQ~lTws-Az&MD;X^KCNd-0B=Y?NkxpbzXF`@T~Ep zFuB^wE|;pchl{%MFTeu5bB$etICo^<-b>%kerGf9MN1z+=)tgj=U(-8>IcQ! z9sN1uJwamUt>qO&=P%vn+12(Msdn?t-q?RRR{d@4J68;T`c!8M=AQIy^fk=+?!;l* zxs)0m!^586y&|LX+P%2eHt1|fdgttks&)&e?L%O^v&Azwq7uzwru#AWDQqocrqqU+ zS=*cEt-6%duI=_%`U957)4jHZLxl#7p*nYVbY@YfThx*vd*^nQgTw)L3B^RzNBB&rnJLwKa1^&PHwg8 z^_Y}c7vabtc1sb>nsS^w-#*+O3;DDqzsGfoRo6@(cg4oTD0gM#T&_1ywQ%Ol5Zi+=f7q$bQHCHV<|2<6CBM-?H@CkFn>C~S1F|W z(yUls_WPy+_6f>a~LTXP=yFZm0 zoJ!@DY&n_WUaRC6MH_*?fZHn(JsPll2$=2*?-!SdERE?hPcD;v`X1_k2z-iOr;~D| z9*mx2?klQLkYj^06At(8M21Ws1RnzJ8qbRROxc;>p*#_cjFyw%UY2Ki?zKO?;i#o) zGvENbV#ojLZqye&|JK&ExDdYmZK7Ns>iL&Bcjy74SjCa(lG&Wn9(swgLD`YF1lIzY zi=K1VUFqV9)A=Z%w@i#_8&A(X?ET#}(hWuyD4xyLjKP+lpfU^A{r45-UZvdb7?{^8 z3EXU7E6(&o^mFhH5(12_DdlC=DJ7^p$?mGbk@LPe!-S)?I5)N&I9vD$nQE43?w(gn z930mk*-pJuoq7n=P-TzImh_U+H&r8+o_tx}I(aSviOlRRnn+IwN>Yg}aj$%$QLX=? z!gf3^Mt&)%G9#+u29)hYMd_2VZ`E@-9BFIH{@jn2MvGo`%Q3G4w^8HQ7X#LVlseMt z-cpC+7A zG-WIEr;Z70MwTKbp4jvHS)eV6f0=UNaEY=0uZ0D1ArU}ERYxE9#L*m=^62{8<%lMC zgqQ-aSUPr+4*(?IXjd;Z;UI-%NL|GU^&&iFpe^ z{>tb%diegL7&v46e`Pd0J=A|?Ks)|bwJO}*`G+Bntpu28sj7j}U{|OB69f!~K>0Z; zqsFn>qojrQ`X`*K$3OF_q7i21UKmYo6Ax_P{z|GI2-v^EoA`QQj_^i-9?B-a*opm- za108q?tpQ?YH%c^k+YHSPp`njSZ45!6&uh)IvrQ@56zl^3t<1MSyQ;jG2RFbSGL5~ zaFi(FXq5Lk7bMuZpohA8IsY^tIhJ4o%A|_IU{IbOC@<$9MM!^Aup<11C;N#vadme2 zoj~%F0Lu1@A3IiXmX2lku^a~dc|RIQyhk+hAB}=HrBLA5-^h+|*d@WhBTlAYdG@1P z*N^f=EzA5mp-zc5(tK9^e&R-~$un2j*E~(l3nI5#9>C z{^XH7!eBlB2j-~G?_eIlj;zCfnQ&&Y{#fxx|p$999i&ktUERf0L|cc2mC?- zU-0wukpu$2r5^+E2!rLtmib%yo#7|phfvt8m!Ajr35Zn=-x1~Kh4B4{kqyU)f;6my z0NCO1%jdxSKlm)5`j>AXiDB}W>taR2_w{gvBYiDA^p2GITRV71G?0lJ{1O~xbku)q zi@+I;^7H;13Lk}bb$0#rT-7ke)^2!&1M47j@WY_AkX}f%0|toz5rEl6@1H*l#K+87 z43?tf=?nvJ|F`wW@k4w3?Z@TF_k>g@zpld z*ZcX1Bm9Z}8#9p$3Vlh%!`1nxr6`V-*ZzqHH77tIogDm*9=SyRNHpeOuv`2@|DB!0 z(OC`UfkOXgT&m;xRkeN*z#@PF$_s02A`HqK{OR^Z{{BoO_5dG#|AZxVJbGCE6P^U@ zVwZnpKN_JYu?>O0&7eCgtsKF}BNZF?ICkOVk%{F1C`!N!c5plezo8&F4glCfU|4|> z3={kbBm4;?{0Src2_yUoBm4;?{0Sp4xBLks{0Src2_yUoBm4;?{0Src2_yUoBmBP$ zBOK4^Il-wq0N8?G2zC-r0jK~7a5>%)T#AQ*i}NlZi~+yCN02wj!SFxffB|aY2L^}% zB7i7xycl`3s&Kp_M*!f04S|1$6Xduq7>u`^u&|e}kOOwRq!1kCDIDnFEi5V|A`F~S z3iNh>yCX3$MC#f%@@2!S(an-(rMw(tSFoR!mhsz?kloVlS z0_6fdy*-f_2Uwt|hnKHhpaR!X<#Hg5MGJGmj#x163S37U8e!-4jbLghG!iB$BqazJ zk&=c<%L<7~N=r*fpFY~ODJ&u`EG{A_CN3u-A}1jR`;oZ7*3bwiITLlwA8mm-1+E`T z1q1{L1&9lw(9Xi5va+(mB4WZ~VuB!tpzlR5j6HVwPe`%}V81?o4J*%fD)&NJ<`eHQv!B+lVC-`F5ql8V6z9>I59I4@t z^uloeERKNxD(eld$Q@~lfD0o%ke(o$FW8Bqznb#?xexYNk-zEji+t4c*ap1i)X+!= zF!o>u#vOik)L%ibf7(s^TNxx6u0SeqVYk-`ipYR}WEeIFs;@7nHS@PZ?C)D^fuMTA^k5pv=ZV$u=_xTK&2!ckTbAt@my=qT;z zCZWH9CmPfF;X4K*oISt%(&F(FZ`>w|KD`f9uSg8h8)$6zu=`uu=ATwzBZ zD(3*lhUyf!;8>49f|?zpUH^rh|1*t_%Ljk~rhn@u$85eRCrp3?8mZz8_Q`+ZiNgPt z{JswU|6cn4%uD|7O8>*Sa2E$JXC(Nn73RX~BaD429e0iJKla)Y?YAe`Pj>LJhy{N= zj}?DDH~-xKSm2KZ{#f9T1^!szj|KievcO+6I;0o)Y7qd=*A73Eo(JC(?TkzeHFfkf zjwYd`+Ip^DC@8qO!V}yrg?({6Z)pW1XahG_5P|zTz-<%`a9?kIQ%&slG5~z3gkj$< zvG9)sPGmQGk7Ck5m!P&04EB@oAKt0p-e_>!6vPPR7e|0|GZ4N3!X5z_Z!8`g-llbQ z$HGwTh7MXZC?E(kVqxcF`1BFaF|3S*5uRS)_6aCfW^aTi0t?rJ@Ew0Y?6wLVJrKU- z?}`in;cgJ-@$mC>1!3&I9a>MM1Gv=#7aMQq!64x-AS?pHq-Zk}aNiZ~8Sp3_=bi}Sw*errz%+upBP4@~`d zg9r@k)o^gbhaVc|3$Ah?VS@kY#Q*Jrzlrsm9H&i?PDnHooR`8ZKraI~)q&mZg>c1A ztzfQRf18{AR>Oa@*l#sp!DGJ$0h;s!fYwe3plqiFaF#v-xHKdHj?H6`0{PW%dPElB z!V>_Tg#&6=?G9WF@wSV(Ei6PxY!#WxU-G|paqx!c7Pi= z2?&CVQqq7tpbTgLX8}XN46p<)0B~?=%M;v%8US1dt^&7!2p|S{03-oVfOH@W$OZC& z65uUR12h63fKNaVFa(SPQ@{ea$z>DR1^>O2073?#fiOWhASWQFAYu?1h$2J-q6aa7 zSVHU}&JZt%ALKIRIwS%T2T6iFgJePSAZ3smNDHI`G60!?%t6*5J5U@bDU=q<2IYkc zLuH^UP+h1Q)E4Rt^?_c3-hkePCO}i6FQLWI8t4aT4|E*50Nnup`zCB7Se5Pl?n3jS;SclaInllU711O!Y3rw9}X3<(?vFa);<5(!=sR1|7l5U(Hhn|;Shu(uenm(VtmwtzVjX{M0$q>en%h1WN#mK^_%!p(RXMD}r z!??o)W71%9XNqMiVH#n^WfovIW)5I}%-q1d$U@5^&jM!&XUS(7WQDQ{u$r(2v8J(p zWZht6XVYTyW=mwNV_RgWXIEx-W53T{#XiSD!=cFG%5k5gnqwYD2UCH0z!G5fuoX^L zPHj#<&S#u$oV#3nT;^QYxL$LOa1(ROa656|=dR^m;o;!X=ef+2!!vk-=!DD(mlF?9 zG@aPu<>Niadz-g}cb1QlPlxXkUk=~!NwSklCw)$)p6uqw=a=Dk=TG7PBmfnV6mStp z7HB^OJtcL@^;F8Kj?;LjWlwvZPCeZxNGhlz=r5QfI3YwYq$hMus6=R4m`B)3I99kx z_&`Kb#6u)qWJr`+^sMML(Q?r>F#$2SSh85RIGMPnc!+qZ_^QMy38chhiGE2MNqx!N zlC_fiQqodrsa&Z!X&z~N=||FiGPE*AGLbUPvUswpvLUi>Ww+&|F1Q^`RoRq3-bw=zOGLwQDpU&T%3rOL9Z zh$>pONOen1PVI`?J9Qj&E%k8qHVtYGbB!d8QB5vQXU!bV6)j1vAgy=Wc-p$!vD$q) zY&vkAES;6J(r2%nt=A>hHPubh{j4XTht@0Chw7izzo$QJaKgaLpu`X`)G@qgIAX+S z`d94M7g^fj)#nw6Xb8+X! z&kLWwa{hxQv!$zLsTF~hg;j>thP8(E1M4XpNt;_Xy|#R|fwnCdm@jx-sI;T7bFeG0 z$Fo0YpKZVAVCazQu;HlV_{ebut_FVyUqC1$?jz=q3dlI*jFW;>oYSncg7ZD+ITt0D zc$Y<2HP*Y7t zZiL>Lys33F=N9=b^sTpr!7o8EHUgL91;FLLL?$SVlNUN`94ZCDk19d zuG8JNXsPJOG59fFF}<-$u`lAN;x5Ha-qXKVd>?i{{QkEGb`M(OCE}kvB!1}ka6CaT zp)`>vF(z>@$t9^LSvC3fBi2V@kG4_}DV>j%ALl+{dlKEz+Bw%RJA@V9toh*w6IJ9DiZ*qCQJHD=V8dJ30rNG&CrnXFl{*|&3=bD!p|=cg9D7j_qKEm18!T0Xg4 z_*MDq$CdLdQ>*CJ!?nnDruEEk65nb!j5bC$JvVo^!oM?pf3YpI-L!LVXJ$8Gk6J{+H6 zQ4b7*Z#+;O@b%(YRO}VZ9vx5t;{HwmkF~%a69JxDfrA6Z!v*m0j!S_%?s2Ga@u=}B zVPZ72BFduTM)sU^k}6!>^aK)MTVOF9d}4e8e0=OboPariijx{wR7K4AYAhFxI3>)% z2RvaSE+4PP#1YL+yV5anP0bfyM7h@V9?xnjyg&led7X|Ld#DBuXg-1;l7ezmQgMpH zl&M9G?9sJ8SGmMgjU8%CuEnWzIHq>u&>SBv0Rd0cpaP5R)4QhDcOpt(gmp{3`%wk; zX&&%Z{znENuFQF7y|b4IqTC89^ZKr1BAgK*RHK#u|Q1>xu^eN@tL}p+OaVZ zYGvpNyzwK3>oC@xrD_i}6N-D5qy`3(YwqDI%Wez>_m9VjAh6}bRJd(M04g41 zy6xzcsVgkiT_aU-z)YW;d(&r`?^m1+?VgQgfaP@nh)N(2z-4Z=DpuEs_5nFNN2?M~ z-T9Oe>`d&vG7+v|sAZQnJ2zOgb|moAw>7WMp0yNAKI{B2UPQHyxvcuHzA7ID7>%o zJPauo|8c0OcwN6h{#@16Ys}z4;>R|pxV1FAcdT`(+H^?-dN|sNg^*ThT@{)HKNVUx zHF2r@t~KY@;V&pt-7UFec& zD~nT2v2XL^&^LhFIlIT`-78g3n9DMa%2U{`$mS*i0CU5atHvt#9(g1?5; zTS_^>Z_kW|!2SDo6aw9H?lv$g>&{ zFIY)_-o-1HF0?EVa{KeJ;K3EsIsKLQBL)T^rsc+FIKS+74FOt0t}*K48-5 zY7uU_OjRLk^=%gv@zm9{ljWePxE~~@R|GieJ&n=0r6O!O5}*+P&W}XJSDrlkPI^-p z9YE*XIeS3EYcZzyGKIhD3aY8@*rs=o$bQ)*Bu^FW7H*!9(h&Si8gzlTAE{~)dkdID8?^OS>x-5OC3Y7fCMmz^=bUQE}sD%E(wtEN#Zh!U>Y9 zES}7YYu~N{L)7-ybt6yTX<9pXWNPd|OF-L<;L2w4?xUIF!r|Vnb4p7|o*(>yTKPEc z&=Mn@;rJSOlP;OX75T*`jybU|F0>0#uDM&zW} zYGUBWe~;*VKi^0)q+BMIQu^Pqp;nGaBj(QO@ zF_*TvcDik;F=&Q?W~DPe)%F-4;m0ZqUm_NaF*+U1cFtsK?}7s-gWt_wiJwT z7H(6xo6DmGQ*%jEa|xkK^KKd0ZuuvxijGCI8&iS1UwkXl&44G$SKY!M#E}>|~sBPRH%2(QAXoqdAX>7bG7gwq$krb>Cq6!tf zbGqXz%ZCr=h1SY+Qj_QKD7x}PZdZMTdr)Ae^8$KJuXyj>R#!TIrIfWhu;Q)P{B_Qd zW`)bKSKNdm+gG9bx@fO@#QVXWOfRx+b3NR86e(mqy?sAuP4zC@E(9-rz5cARS0w2z*g1OS3dd(Hf!5QUUuXAr~Cd9-ZD-k>_e(TCD zD=SuJ&1xI#_3`mUtF`Bu8~Sd2B6d+3<3#oqj|qy)?~W@Fmdn_bqe3*7L()KvRj{)3Z%Mp2BJiOmZo64qTI2%FX)7a z3agK!1~o5+%t+1Pb>>0jli#)$_MK-e zQ$_a04rR7Ys{1vEhJBd?pMKJ51r?<0BBfT$1C)0fUw$FX6;kCct*>Kslkz8bDVH%| z?zU(pHBp^zz0vfhiiLe8l84K`RbW50Nm*4H#?$HZ9v;5zo+#$O_Elc@g->t%b01#z z;MV4tgq8Z6&NC5dHx}D^MQWUpvbfjDhx5ZGhvJn*&lqb2xw{83c`mxDQv=r-?>|Cs zK4b{&YhPC8E`R@Jit4V+>X+7wcgyI782i~z1qYVP*yfd5k#-EW>=a5RN7^+ED^tz8 ze1$H)TM`%cBH!WmzbGqR+>!M8eCl07G5ULhDOHM=Xz2hZ7PTOcm!1xYwTI6bv`8L` zl5oYj>m=Sxt#0i+U5qMW*lGyiS*5F7HhcbwL|1feS}Nt{wryR-grIe*d<8ccxo;ao^4dmg9i`HdwRZ)KG$}3GGc#V|0+d1KR>_NKUTITbcPS| zIJG=C*pc3L=$iLyyyJFoj@sE=+cOwP37eMST)dQ0%JQLmu_d&2^g`yTR8@sC%Y-{U zdbIp=d!L=m$w%iWYy^}W=iht{U3}-?1W`S!KK|9*1Rtk>^m&oYNpk}xyz_TInkHIU zSeU1lmshj2zVacIt&QH=%N}SIq|=ye*pJ#^kI#Boy=)@n^HsI1@m7k^X!?47AT>%jh+7M19;c%!dK!oN2B zeVT|m+lSQ)8+Kma3}pId?q=`ErZ)JKQ!^iZS~t`!H+#QMXL5O8U?rx?ORK&oK+-j# zOW}e`pyp%Z77J*l2Fnuo+bURc9?GqnwT%h) z_~*TMyvxE~c?UOs(?jSG2)LD*h_Q-!!x_{ph7Y^?@IHIVcUSWR+Z>C!!qOU4q1|BK zGcFguIR1xglU&1_@vTn4hG5=$fMeW7P$+x7jPWKR<=L}NPRljl|A(^J+{+h*4 z9oLyS!)-m@%o8_cMD?7{)!xarxk>-AHOh&jYp3%x`tBfW{WYMpHB{b}-Y{nVb6H^= zQ|igoU5zl`+XFAc!NWz|+g-}S#Ffj=Lo@GT`Z;|1nf~;u>65y`K$iAz6g1OzyMl*+o1C3U4m}XnN9V1=ZV25zxc<3B zI{Z{pO5r@acY0$~C|^v64(3jhZ%94$HRWP9YtN}%sxBMuj8ZLq@4HC`FUG1j&k@eO zGCcR)uzE4c;B~(A_9->w0WoUL)K7EN4z>nTk4scJp(Dt2?KpOfxA{YcqplBx97yJL ztK&4BZfo8ZB3cW7gh#*Bb_l#Fs+DuSl!g+H**hdkll$%R9X%Vb#Wg%w&CH^6Dt%xHZ(>dA$%a|B7PGv_~JbZ0MP_bZ!0X@^}ni z%Ca(V1vCsr#m5ibEXYWw5 zb;!BBufC6IBr-87mC_`0UmLvlxJapN^_9++b&qbVar&hJV_HiyDtibFa#JEH%*s{X z*=E_xL(pOT+95FWy0+VUw3_mj-8#p(m0@{R_6+Jy_bBGO`?2vAjp$GC1#t1|LCu+ZUt7IMSuc0(j;qUrkI;MZ~JYelcp^qIgHOR^ub zpEU@v%#s-NyVJW*ZqYK&`&@%8JxKHescpVOEd?#$;O zh~CtWmL4GUFL_)_pqvZ&bSe}>{NUTV>&Fw;d3UwjNVUwQY|f6wX33kY3Eo1d%`0VMra8>>@sGM61j4dJ`aex&v1@Mm@tx}&Vpjlj$NbWp|eF<_Q>uAJq4suPp%nk;hB z(b7t0RNW)$!B|E6l9}OYIm>BE zB5>Uy;n7=LD_s}PZfypMTNadge5_Z^@;6ZKyOv7xel`o=<}x2#Xy*2K-(rutE5rVJ ztNI`tHb&^A9n&wA?<|uI}$lR{eaTLMc-r z!1>!u4sFqP$fS*8`BBNzD}Hqgxg55P8)Kqf4JU^vFE0ze4@=B3Pyf{1sh_SM@7_2s zru$9>c3}gFtmfpov~aucAIp00fJkeFM{kGkpAlw03yV|7+;tRwkm$kO$51?UA=!{( z!#|rzU6)lHH(c+AW?p>ZNSdsaaG(D|kpzF1Sz;Q(vYFr%-J8o#Bl;)Zij3ZK zou5eHF+n&mMpkAlS+>BcZHIDuq_QdIbta-3K6m2YY0L#agfZ}MJRHpAklpS(1hTU3 ztNWO#hsBHJ=EdNY7hKy;U+8nr>?;n(#3JqnHp{%upVv=Ut0Z$D6rSgw*!vRmmY7~l zVu3bsz_Cgxyi&8(N_P4nquVX@YQlVBrxu`76WJIVBd$po?b@Rd@SM2j4*sU}s-5Ml zdj&T|rkvn;W@F=?pD9Pd z{jb$mL%50cxwRwsTn1DdwJe)@x#zoY37+9~>7+kDh8Nq+i_jwVY+;ev%F-3GfKg{O zHU*Y`c{Z)2b;t6KxiQ)RfLQIDG(Eqk^(?UKY|@ldl!Hgjl#x;dCyB>s)840pb2@7h zJ=fS-n9}ZZmX?PWJGESS@Iu7psZT~?8fTJn5Uhdj%~*n8)rQ`^IfzPk}^^@1Q9jcwI+3{YMAED;w;4`^yw35hilP+PoU)X3~9f{kVOH~|NyBh_i z-^A_rlreUdFlk`Yie)SIqdI@PXw3&%Hb0#enPjU<=;%7yQLsV#bbhMJX<>!D#5{|K z&`j5otJIGe?GPgzpN#xCkuz?`ZH2EpMX zWbA(Zvo5`pR}ede&>B1dPyhhf>#y-=`7U*6Z+S>>!uC? zscjoMzYFa=ACk-x*&ei12%qc!fO2}?rThAmTM_Yyb|G$LHqe?t?^U$=oX_*Emm52s zdp}8>=VhRh=hJ(haAjs`94Pq?ZZY)B2I|elli6+^kNDBg^w&bkmfH0P793@13zGZs zaG^R$4RnC6OYWPKcKWwe>YEh{claDaR?33Q+m z)ht?v-10b$UiEWT86=2mRjbW$zwWKEbd~;j_{knFl?PP%p*Y^P`Eu7@GM%?`;i|VV zP7iO8SNJmZA-+#$CBiI*jg^;4#S+dn|K8JEh4F6oCv$UiBj^h$@JJj+)6=mzuWIt- z-@WS&+tx;(y~b}*+sZsnJ5kGTOe=7bIGY^g8c_Y*&vt;KCeX3M*YKm!x}NKpnH}QG z9Lq7IBo;F_jIZ8N+wk(nFl7p2e%h_0Rp}$oc4)WZV}^K%XfDRE_s>+vhc0znY;);3 z-SaXEAU}sf7*h$EX}4)_Ax($~?w1q>7ZIpo9Q+gwNs6beeedm_33g+rOn*SiwVZxaUE@hsK( zB7rsaPhrOSa;GR&ObDo_YO=UVKT_h6_MP?+La{(ywLMFnF@8}RZpfmqWF=#4 zBT9PPFu1k*YGcWBld14faS>^$Q4fC4<^T>FWBeqiu6aue2Qd~ppYX|(ZAwK+94oJrYWt6*t*|mUvIe@ z-8|Iv_3{PE^Oj#0s9Kt_in4Gc(2U$`qNecZ6Y5D}>IK=5(`mp*e8CD&%k%i0*OCVt z`_Vm9+c)&Y#OR8a>w$cn`v~{_jje2hb~~K1uwBIg5{M{&Ofqs$Bzw#5<+p2E7BMH= z>Hw?$7-?c|9kB+OpQBYT5{I@jS@7Tuo0TueN2puA#y~t|vYnAvukNHQlD9Sfp{&g& zQ~o32s=g7`CZC-%rt60BT95tT^tkpxcW*>&-Y(gQuQ++vJqCH-A>}q-zn$}FmIYyz z!D=Jz(;oj=Z5&p*_t#2**VaQX8XvC381g1M>o}MSJ<4=1Qrk61aLS6aOWezqipuvZ zH1T6IKR^9`Pu5yqxRbOeJ+IlJU;?9?5Z z?p!&vk;zW>A`J4vMjy^7M7CW`ztcbEC`#vNbRHjO?FzmAVeOrHnloXf_-!M(S4kgw z9nsx!x@#7AoMMCzK2>NF7P{%jZ}Kr~2G)DMC*jO{uRY+?Vtim{z}qhHGR?`1n|}J0 zG-_@9O=}7gV{auziq11d)gf5|3xXtT<@h~-ci&qjwAKdW8&dFkq6h6(jo_JGZfpIg zvzQC~{8>Z^{K(YhWMPTii?LkS1#qi8p7~rj?J@wxhb{>;N=2fsqE1k>wQpY&rMgMN zsAw+~k~jTqf?NlpCQfw=xR9C>q;6>>moxrOq_nh&nY2yyg=6C`z>vN;eV<5%Da~Hk z4`6|6F^-r9TRDY%Xm&`3mLY6&?&R{$r7w}*&=pWG(^zbOQ^K{M-K80KwmSKv#PYm3 z)2IHXWK4on%Z7Vcxr@!ct3$2(?Mb(9oF5!c-KdvS^2AAS_%b!~^4$wBqhbZgLd-eJ g+5JKTd(@X4(x+Zb?sqW3gCF&m%EyMca}Edo2Vi_c>i_@% literal 0 HcmV?d00001 diff --git a/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/img/quadrant-analysis.jpg b/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/img/quadrant-analysis.jpg new file mode 100644 index 0000000000000000000000000000000000000000..78d9716baf499482793a4af3d470c2411208035d GIT binary patch literal 34207 zcmeFacR*A>(=d9L-a80LFQQ2AML>F&-a&+AY0K`?K@hN_fJpBG(wl(Ni-;mc1VoV{ z9R#F zVi6RU5*C#b761UuCy>ANdxG(+jJ+qAzu>oEdFX%x!TiCC^Lt$&Y=6}S!u@+)Fd#o= zK!h-U$)*WD6$hw+cd%7X@5i5ymjR-aT39P;1CZktfaD|v*xf|)9S;L{0U|s+JbXMN ze0(BuLIOf^YEmL1QfgXCN@_|5SE3k7= z>%X=Y7IDA*Q4yCj+Th#d8q`CSCbR6$Ii(mwJLRSb8N|ZE^qu1JoAlL?>JvY|#@H zSOqDtKn>j3D6xfZMNy$Oc&-2On=ps%r2Fk?MFVQ6hsYWy4q5@+bD~W>pb}YU?39hf zJYipcsqpVL;QC92;~{_u^Q262Kn~a>w5xBWS7U-RGcOWL8V_61_A@Kr`r78$rkU7Y zI&Zpgag$*Yv2hHf6zx`)eO(C>#N5f_ahsX_rhY}!@2hl@8I|R%Dc8`aXQbW(dyfY9 zF4B+dMR)`y9*U+m!*3o zGpwQtY905i-yLAk7~{y=ORtqB^JTszEq*0GiAnqXO*pvUYa)pn?DR!=_yK?uGM5LG9|CJW99Ean%^@ z`7Z@t)Q%97kX#;{i>BWetgpfmpR3+Bw7Lf`YjBH!S_seGS$g1j3=}$B@sJ09m^~A@ z4{-x10#x^_%4o-zvU7*jIih2u)j4vBpvhOQplM9YT_nTAWM}8gp=L{4tA||qnNip}l*P ze&kipD~2iSMz8RouSam|!o5cAiXrZXDtd;qj&}7<90CDkL6XZ?1S2z5J9${tC@zbu zM5MSW1qgp*Zc#tIiSi$RM7I^UjDS61*(2j+7ul36Up}-;v#y43NzXTaEUAMZIc%h* z7nTMFwd>A{23x1^$!XQIzLz3nl$(V3tR8ufrq2hx@#}w*z0$?oz9HM~M#+?qDi5yr zonAAUfg@o55 zEP1pT;qL@(s1zTp9hPefjH2d<%{j|cQaFkzAu7IEyXpohcBGhF6C5FRqVR5JcG-DmFUA))oc(sm|9noynv*&k%!MY<5tDOyg7CD`e&vW=76 z5}#63ux+t%6tS?eFV}M@8gV}XA>)(1@y?yMlNa$f zd2U}u%Ne1x*D~<@dH&0i$ejfrb2?a@v22_Yp>y5#^G&gB1FP7n)lJ0sK_C2a_X6$L zhgY+dcj?&b@bVj$_f^g*qlz}VM#j~5lB6%TR2~DcvM?F`Ss9l&I1PoDUm2u>4Txv#!31NHA}yVjc#ScnjOCCYHoFmccr?_gRM99mUA`x9 zC#9}+5H-ZSK$8&3m{$!ehQo)C0o=wTL6(w`(NAupFmi2pN2yywe- zsAIsjCGP!C)k=^z8Ae)1oL;6>grue$&*O@t>+t#f!y-%aw=tY>1J=M^QS6T17+Cm_w~-_ z@kO5J$4RlA?YbIQIc=so_+7TABS>+soTjldFuEDCYm@s}Mb+Y{beq=x@}^D$WM9|I z#V;7!bksI@qo_gEAXK0f^<)+HzB<32WOm9RJZxcFX8iqO$-tno=vGkntc<1qo<}P5 zW@Sz>3V4*{IPvX*#@I)@oq#edic}9yzcx8U(C1RICnD8DA)ZE85(wJvwaE zXfxmEtz0<<2w|Ztw+b9Ry`}C2($*+b_8$WYl&LXtp`Oqpj_xj8MwXm_IO%K zLondXHb4%H_5$4|w5y<0ihR z!3l@SBgtjNq;(^Y6Gk28g3@wxgYF%2rsmMq^5<3`CT*|4b&3rNsb8vok6n4|(Qr{V zE^zfpdF_MV5R7~MBQk7r6LHNLE`6)bqv}TcS9K1X>JJuzHtMW@Gc?_Du~^kla*zXk zXjtNaWX|22np$dH->>w1&6Z8tA^j4ae*EcVNUc1wSlq<(-agD3%eXo2NnAX{u$rZl zv+DE7TrPdxtbzDt;=61ba-(h%gzalmKCdd|zUr#q!!46N{tYK=PtT5IA_~YQY>PY$ z!E18?nx4l%iD~u$k@z%Gf}xB}$r{VI{zYcZIYGso=TDp9v|^Pd&x`33G1_izL>nMD z;uO=jkm+0R^XcwA(|!|_->O+9zEOX1w0`)Am<)fo9qU#-f`iCmnt+?`WsFdoOlLv! zvl{pw`!(q3@{vNkKs)Uc9TK_@99}GRf)X}Hw!IvvY}{;qU{v;EWXQ#f7?FSzW5M*L zwf5r@e2KUmYPs6IG4}lY;`M<;`|4ahlY;O^Z{M9O`)G78t=M0vL2*%Rd0(uaqI4r} zFSOss_*Lus;UHb)Mb|>{ulirZgX>AN6pI^{56{duCKt#1CGd2f84Pt7DkyoEJknVt zlz0%oN9;%~IEis9(gcZfIJ?Is!nKlQfWyBsfmyv>R?FXq^c>C*r z{`TtIHA=_`S&;u;@t$nnYSA*I96x7-V~l@G0+b+0(Ftxzzr@Y6c{T!$+Dz>94^rOK zSX+3zan!rdJHgDNiY~)BGcT=Ep`h=YJ!R*{q z+j^dl;h1^%XOAu_NN`EB>+Qd9>pid}5Io;4i8-*~f^cc&%m^1rL2kGeZkxSq>@h<% z9&)}+mFp_WfO_(UA&E_^q-F(#ZVyaW#`Wozz1B>J7v*^`1@GyMBNFWVR~k27CJ&k= zWpfJ2f2lU0^1X&_gv}AHA*OsjA~z6or{MIKop;=OGK$_u7+J#?&WH}Dp*$FX@Mk_Q zTlE`hvwJB|55?!@KJ01gd_U4C)oH4y>C792BD}R*`)i8_iG!b4)<%C_vG1OhYs#j2 z*X9L@#-uZA<1(S}Q4&8o1{Q)oXnzuC5KFi@fGYPe_W=S_-@-fKqer&F>u!T^$AEA| z$=T#4FE;O$h(%V<9ugLo+k{IjcUX?14#=WYH1dqv>(Atk2TEpJwjMp4Zv2!j5!qU| zDCaSH3|Jl^EG)YRQrw3>JuP^d^rkNCUZ<<~cc_@Paa)B;N$!BvSats1F)$INGoSY* zf@+Fs#$MgEN%a}5cdvv}D$LKvqV()1>euf*x?sg`i#G!Ax&*{pcr0|nhTV%w&rgkNkno-5EAFYS>g5|54wx*X$H~Hls9ugk|?`HyIHZ1#* zP)orw=RArn`bY3mQHFr8DX4vK(YU=Ty`U!@0Sv)`(Zfd{x6*rfk@r76GWMb?Z3?I{ z>~dfl#_ld+YZKibS#)opncf&K+VHz0!(0(qzUSiHprdCYkwF`x`DAf@En=blsn9!p zK}NNKQpiy`Yuw|d>W%mJ(h&_J0|sv6p{-*F9v&83DE+1TE=Vz9LB@cwhL^>gGkbE~ zf$?>t4vRPzyg@pZSv2FO(xQoz8(}!(SH>$$=||c`yK@r0z-+AcR&W;viCQbYYo>Ci z8&Y*>jSvY&)H4DiwS5wm`xcJdQpH`ivvuRDO`R=_DAputLgHGHai~*Sq1fJ*f%Ve? zu@o7NMTfkthe0|4<4-^CDRo|Fv6slIO7EXqvyNfd(IKkjI$*+0T1ZTV?IcR>5_@Gy zg)Y(cE)MfS05QqlRnofH@UiqACQZMgM(N?R7*gda-)s4m`uEUi~rOS(|Ge?W$ z(>vLmY<{M@FGfo4Z#taGotzbBi}6?)Hy96Wt9o~NYdI%9tE5Oyw)!aHkbg%eC6VJX zkGock0lwTI-es66iS{EeBeO>zx40_ni^@m#8TN}jwx!`I#;wvlhxB~78w^1^xk0`6 z3^;NwP_o-qvy#(3Xx7E=QRirR2d_}`onUB z8wd0=mf2pHTRqnyabI?xkl!~*wTk=fX*XsWI@TAB zKUTiJGZy9(cxS0}lsa9ZtN(E$Y7sIlr@BGToRHXA_2qFgW(bkolPaGYsi9=H!xSqc z@fGi5;9%#0h&=9YfUfdw0`9u2R^FkGB@Zp_?QqTD=5G)ip%>wYIv@Q4D|dM}gk&m@ zo_2q{Xl$Tce>QKbY)QirV@sN`7|{JldXW+~5!T$~LY{N4;m#KMaqr zhraTFJ)$vQE;;O=9jG)YTpE5JY;;{D*>ZH^Fzpreh-ca_eQ+p+W-Q0wdaqS>Z?tkv zJBmZB^-XGI_cxR+B2{$Ii?s5CdNJIb{sVpg1Hcg=luFsVSN$?7O66<2;|5P^v20A( z_SMnGTv&=+kMKr_9J@@CR-3mn@Y!2@gQopDyacW~-yo9~F7AJ*vm-(^UcZ}g3>Y3M zT_T;6I0n|Vj)4M#c(2`^zM}-Tn*$hE1G}AAlLcE|ruHKP_b(nYAH^7WNTu;zr0tmF z3`cmaWWMFwqh94{*r%Nh4D5}a%PvoeN<5IOsy>%qo_uK4#?+b`)i~G4S%RwGj`=d! zTMBK|iFjG<;)@VddKFYr&zhdNm7OQgnG_zA9tB^tzaq&S{Wj;TIeyN2pGBtePXq9v z{HS;D=@6}w66>>mL7k>L`KIplUHpU9A4=L*{lOoL9)sM>lZU%3)zW$K<+C!VZqfHW zH!SK$em(Q`pBg^}=B8kt=l0x<27vzcBMJe*Po&wDfCyeO>U*@Ji9)prFA9N0h@VX#?-l;pBF9 zp2X~?_h)lIR}b%KLSBaI?*U5=pN;{X%%i-%Gqyy*HKX;8j*gDM zoNvJVi3m=~YKKj~w4GNp0{2~9Z>aQF97Po)BDO!z2H^Omb$b%L1rK}WyO1^_}=cPFH$j+dva zmnWD+zw`%mJv@hC) z!QIZ#2qO^Ck3s-Z+POLczq`a$KMHrKMA02zxdH(1#|gS zhaa9FjGy7@Lbb>br2%PxbPFqgkB#i+%rK0slYmTC5>p+FPV0_N0>E4F+5;~Fzz9HsGmH~>xqx$x9l#3+ zg7_bU4}|^-zvIw((K7xPerNbe_@N{^iS%+o&xq*C;@G0RkaiybFw&u(=%UdE1E7b; zFB=5Y|6s#_!e6$2qK5uori@k%$HT=53iB{_(LxVK$luDrKB0kV3h=@`NvJFRRu-;< zJIc%TZzvp;yOV>{uX$G404-hT1P96>w(;^rslt#jcNBLye@riTm%shkoHYL5G1?vufB!+kv2pPMsJA1-ODjqT3qZ6Xgp2lzYH_pW_Hzz{&8Rutc^eljlF-3BfLQ z{73ea5qln85cpdSnzP)u6ZmxGqJ93SCVVB3ufD(P(})mJ=3F zxD4CLS8FV$+PW-?D0di(D4!TFR6tCeMO>0kP*hx8M4ad3%RGJoVSZr&ULj#A5dkR? zA(kJ34J^&w&R$AiN##dbU`mGVN2PpxeE58X`B3f-{DP8_lKcWf{6a#!AP29BJY$f|dySnY}z^*g#EBtAKF*CH7yo)o+a2+W(mqfj~FFiC7O$ zWpA*Q|I`T{XwM73KFkB<_4;HL4W0S1$|E^HMN8C!(3npkj(?^M8RK0 zx&Hjv@mH3=)#DfWr03BExJoIy!)!pWyCLXt|JhN0ZTI-6PbPoM0|OoPFc~)VHnC$}1ruV#_OGBWcTP1GN)?NeYQeh(jgVSnQxu_9%CR z4QMJ(2pb0&zq2dMfsN%abxu5S+9*4)(S?7(kTtI>cxTk|fU0G2~P*O~c zSBOs#ZTg@dV13n`Jivaw{$ns1z}$X7E>0{b7Aj=}MQ>7(VS}PA0%phd1MT!L+WEh$ z(WzJ;aBIbXG?P;{50t&9kBvJ_-T~~B|Hcye|DFCGHs1eP`~S{L{_kr4qj8~*Hb@5; zIM?#Cq3gqso|R6!hW{UX?S%H*4EB>9oEFjGulZQ^=e+sn{-*{0w7{Ph_|pP^THsF$ z{Qsy0{#wz&kl>?*54c`C{z7C5J||l1>g%YeYbl>BLW$J0oRBCCa2p{4+$W5Fa5ObD zXTg0BZX?78cQk?<25q1ouG$7F=#A9?_)y7$e!4`%KLWUr-ReKx&-jT~O_zn`C*i-m zlS5tI!41O@U65bc4qTgo@Ldpg@$qy;tEcp;oX7`-^k$>TAlK`Ol9stk|{e|Or0>00<3jkH!ztx8Z zZ7;tq(VbvWK6Hcr3jZU+FV24t{8kJG8@=3FJixacFc#i_ zG~)kt#^2QXO%EP@m_5uL2Chq4j6o{{x08e2jkI$@FRfUdkbhg7{U+gmne8_TXzb1+iL+ueM1(gm%H~V3l{o@4eoU&1*iZzfC*p+&V&1$g#d9t8n_H70~&x1UfPz}5QUIVQ_2k-&t1BQVKU&b4B>=aga|<-AhHl;h!#X2Vg|VeaeyEpUXUA*JCHC)G$a|4 z0V#kyhtxt|L)sx9A%l=f$UI~nvWJ0*L4-kt!H97VgC9czLmopD!w|y?!vVt$!w=&w z#v_bGj7*HD7*!arF*-2%FeWe-F*d;?o(M5%Fj+BqF(oh+F?BG_G3_zkF#|C}G2<~a zF-tJ(FxxOcVNPH!VeVq#U{PYRVDVx}W2s>oVL`FnumZ6jVkKkcV^v`_V|~J!#QKJH zgiVaifPE2L3R@l96x#vY2Rj%$9y=Gi61xSv4|@iC3kL^>28Rnr97heu496MAALk)X zDo!cRE1ZuwQ#hNrxVUt<7jb29b#QHPJ#m9^lW?EnHsbc+&fxCg5#ll93E`>Wnd2ex zZsWz{72>_b>%p7F+s7xv=fs!7*TJ{Lzm6Y)pN(IK-;FV1(d1At50fp(LRmp%dXv!bHMngl`Ea33rJoh`5Oqi7bh{h#nE;5xpWBB>GNF zOni>`GO;Lhj~K_n?8RU|zmE2Q|OoTT!kS4sUy<4Ma& zyGfVG@X5}RDU#Wc1(KzZ)shX6ZIV-x3zF-QBgh|;7m~M=&r#q~oTE^tu%oz3kwx)_ zVu})zlAThK5=wc8GMlo6a)t_rii-;TTAeD4s+j6M)i-JiY7uHIUiw8cdpV zH0m@iG!ZmqH2pMtXBf}OpMjkTIa6|`=gcyaJvn;a{b1ZWs^8yPsi#&@9OCn1%%QsdARy9^H)(qD7tov+S zY({Li*-F_)*$LPs*zMV4*_+tEaWHdebKKx4;uzw@=ak@d;SbP;lYBIMT70+ps`*yA6c>mtdE&FHOm? z$=Jwb$V|wx$X=6uB0C|+DrX~?Dfi_v`(?Y!xtC|DGHqSNRv{1H)vzW0IwG6iGx8kz$wQ9dgf7Rt`gEgtOjdl4o>}w|13a=g5=-6c1 zY}%^ZKDPY^RfHx$7ws|)|lioio$L)0QEkZ@!(iV5Y5`sjMmHQ05+P0B6K?VG!%d#(q>!^)$^ zlL~y8>hwDAbK=*KL8@(YH75nB1wm%Xs(Z-Kl%3_lkl^g584$ z?n~cKe}MJC>B0LD;gF<|qfoohcVPly@nHuKp%34M3x+3#A3w5x^gco?A}tap5*gVa zB^Q++O&;wRJr$!JQx(e+8ydS2XC2obFA|@gK#<^-Fp;R0Sd+w&6q$68?3mn_qL5Ph znBj5A0#-6Pn@27&QQ&$$~>1DpM{gdiQG`+CRW$$9^67_SrQ(_r-ja+`n$oamz%#FB3(v1T?=RCV zYbuv0FR9?Hcw9+Y8CnIYx?c6I+Oc|~#;oRJtwwEAopfDgJzss^3)UAY4b%-0F9}}W zeRovb`(QJ9!s?z$VO}?%1t<2jO?NaTv?u;;-?u%(De^LUS+XRpvh|SS-vex-RZ71uv5?KVCV%Qn7k@wey?lx0yBfwd3`N z-|4>RZHR0%ZR&20Z6UVyw?lX6cJg;6cH8z$_Gb5e4sZ_=4=)_n9cdno93#MQxK;qx z6aNnA&jJH@AR-wi2Ii>~3XK56$w7rUSXfxtSUA|&IQTf=MTm!kgGWe2KtM=9Ktx7# z5`NrH6aN@Pz@I&0B4S!HGTQ&;L4{4|g9_gQdzcXLWWUpc3Y)R6ulqkYi8)Y(fh9WS3b5ZQU_h z1mwR(-Hy&IYx+W|3kq3h7goG>tLNkCL4pwQ{6umv*P%N7IU&_1drZ4q>?~+87)8hu zhth<}jh(CCSLbW@g!^e{HAa%Ah+xGrT4$@SzC$x%-rbOpAXU9X+{Tl$=v#Ma@NVOK zzr^lkGz|>6pXPv_8xJe-QXyAO!S-Qz{Y%?e#(Z_{F!H4I(3ahJvGqQh zC!ie6$&HM;+4Ufujw%0xW1v@#f75L3EdboTl0i)et9okUEb-vh3cM?8Z( z(?aV{({aHqG`|uwjN*7E#U|;Pq)u3Zwz5D&R^7qH3CNwuZ z>OM6#Ol-(lv~M2W1kfFTsBus5Eez9zmd|IT(MyYtJC0kGTZ@0{rV-h%SZjEELp3P1 zI9}$AxK7c|%jF}wP0Q4v%O|a3WU=14rsnko^TEnwh)K0^tK@a@;;GF`4L3+LzOKRt zJG|ERxKif#&qOQ_x^G&5?Evb_mXy%>t)Ug{P3p51J9(8~^gKPxoJSXBbxILMDBiyI z=B;mAH>|dY#7F1G1mS}}&8=74AYJMeiGNmlvrIRp&L!#hq^ch-9fRw2;v~-Lx?SlN zlD*~RmPZY7oX@}(1Z|M(vJuS_`r662o9h-%qp;FzkLzo|?#xEpG+1$^ITGJW(efso z6}npn_1aabuK=Kc_a=ZT83}d<DUEaMkN1-FDtmLO(PTcE-M-7>)emLBG4PdrQsUkj zHXC8uTai0R@QnnU*CSAwpMfY29O-xv@Y7dpKrjQ7jUiiv^_`*uJ=ur*7l`p3PoUtt zBCHvICFmX@FILt`TV$c5jGa(Na=$x+C0&q2IlUFpss5VS+GBv0ljYWp8#!xH-R9a% z6UP9T{F4t(kI)L^SafhixyBAf zYv)JmXP#BAx^z#ZfP!kFHUd>6xB?w%wD|flT0DIq4y(t+`Hn1Ujli{?X$!W>_tW8K z)^9p`b&&9EB z)M;JH?fs-4S(PZH=p+(?qR`LnO$Cpf^QYct8a~sWyGQ0MJ|ZmkS;(zwmk|~%@ABM7 zWmG=er{VP-f-gDtG2*dKw}WFd;fnG}k@{-ypv08=**Q&P+c+|PZ{(x6F=1I@sK*MP zkyA=vyX2WNZ66!tS{zL@Y4&zFR5fRJc0PQVY{E*DJ9Q(JpM`fDI4qIakc)~J z;#e(b*_B;oUWbd~mJfRvYwO$IuxnPZxKih2asS;}8Sv?)vU{pjJx2Mb=#`Y+|aP5R#%*&1dX zQ?zbf(16?5#%P7x$K5N-jw#d#|0HZDaa+ylz2fBloe5UULN1E+F2{4j2n~`txW1*n z<~NzwD`!fYSv5qfvXK(ERYA59-dv(XA~J!?+iF|sa~%UVE^=ett~Z3_g_Z6EEDB9S@4cw`_-QRRKr=Xf zZ1k;2V{(6byv5(S6x-%E4KAI)P`^~BH9 z>nENUieN~-h_~pOWx~^2Mcmr{QUQjq5orDWK%LklCWxI|f{%jrH9H4I3jXzT2u}5L zZ$l=Ay5#$JJJu|9gbaI<f9&xhfhTt1G2_HZ=K37JolW%M{8(wa8S9EaoDB;9t&}U5p(e~O6Y!@$T$C-z6 zd=?t^_VQ5fZJLQf=rPf!g~ll5Ya;kn^moxrJJgnNBXadoK~vnwu34Zkr+7#dKYr!d~`AA7%yD{+m}E9*Lz^)@~}Cs)oj z&!;4Dw|cNlBH>D`Yf?b3&U5uwcIgG=hZj--72(~_p6G(rd&#G9ciuElKXrB~$#yId{p4YW|I zsr*bt?!xM_%S7C0^R`s$z5q_hu-{;}d7_J}6zkQTT>4@6B_IPVIwo+MLFMxBMlSg2FAQ$-B8K zW4mHr%C=gkcwh{by|#D@3K746gnnLB8s$xG_WRQKmK$b!xE|~CPS3<|zGF2u>!tpq zT@C4(^FKjOyU){VJMY}ysyB3B;DCy4bH8|9#t>|@RO&7k!o=WQrlO-4^C5NoMh@eN znDGlr*9Ehy$hYnXn@@#L`DXQux6K$2Xc}u{5Sn&76fmY`d;3KVE~x$^sNObb_smyT z%y`TMJhIe^Z6_^ECcm?5JA(CX_s-XG)*z{-8$RbkR=V}2Wz?27*~@!_*`K|!VRrPj zcZxU$ESh8AOrxzwPqKo zB1}ZHMEEq=71KI*jvB+HI%2D11reWLw8c=;4f0uNw8t*Zi*zxT8*j2w z@{t?{Qyc@a)3cRSp7VMaF6vSGytf@N%Lx`nVH4XLN0$m+Qt&dy)r^4YI`zcnNTb`E zJK@|pnGnlb2XnOHakPR`iG&%G&!M7d+W3|AQ{4E(9isY-KNkdQ+<9a?RrU7m5|@Di zti-|n`SzkvSY7{9uK5j3IJ#`A#$nQ@o8W^!YKc3*D?!;vxf1PBUDs zX}rbnrhI1^kzou4N2uEo6_g~F{>o~dfyUL1Io^>8cqmb;9wj$>ur_klBx7BBzG&Ug>HFL@bNO4!^i}*( z*rM5kU)CQlXAz`--8sLnIGkj%SzPrjPWJhp<|TeQ`+ByhB+F5QzDh+^oX}hZui<=s z-|2i%Ed&p3nYvJyYwqIy!nR7(9vT8ZRWGRe<};4vX*^70%<%C`m2SDbvdIC)(tgp5 zU$TAtqOno>4n_z=6Hb&q^o1eGs{RR!luzib(FIRiC7%zVO;__RTuajLf0aP+CAYey zIKME;8i66~L9VQlEeFX=^Azzjc?B~_P*hVZD!83Ox6$X)l$Vv~Y?R8Vu9B5kWFamA zo>t#u+>~VHuWIRlk(RS#-1jU-Qp7MgZ4|R6m6(p&>V~NHEj{b26RJZ@lNQ5|v4tOh zs;QhcEC}R^${$lby01~8+I?YKPWbRz! zQDvxOn4T5&Avi;Q|0tu0S#ZsZha~4#?=z`*T>V!Iri}luQS^Ejpr;S_7&vl3KY11c ziF#~2IZIu0y#>kSrl1()8pNoTKs#8RDnDB~?Idz<`P&wJ7bDQK|Gw6}eL3Xot-2m( zK!ncr%Ti1I0^j&J7Pp(vwJ3it^%C9%{&HZdfl!(O-t%zTWHt!}^aRjS@y7ESHqs$LGa0g$P)vZ8tbsVXDM_0Ro?xX)ff%pjo`d{&?l8fLUTqH)xJ(oDk{q= z4mPjRrj&SFoyYUfaoV03>19*ApU|TGUYg!^#ihbl-cGS>D05ayhu9Np^MX9Ww;_%y z_bIoVeQt21<$A@}7 z#N)hub}Av7gKoxc+Ete0DPf|x5!1smA2+;IDlihu8{QX3d%MTW&@%_=eT;dw?vPuX z*{$)$G9fEDRykcq>_U)rmjQ&sLG&?mLjF5GSG}{>18Cfgn;qK|6d>e z>~mAd!}HD81D%N-mhT6OSuU+)TG}~lh_{6qu_TC=&|b(lzuFxB)a<-D-m3p(wo|1~ zL2aj(WDBjgayS+K$RxM%gHV#|6mHMch(3_Ds}{Y{xHT;3{AyJLGXDuyRO8HYvAyz5 zy9z7RIqcDQCCujom9Y@#4_98PYG{Ak_KN-B$#*O3&{3v)|APpzyeHqi;$-6li!1K} zl1>*9C&P$(xaj(K2|N?zFiiKNeSAV$)qLJo~;~AEhJNZ%-1zIq2VEQ z?Y(XXldL&h-zWRvajas4OGQk&-eB1W7BSw*yWij4v8X=BWae&};|edC#7=C zFzh9Y64)mAay#tS<28dYl76$%(Ae5*OU8jkmr6cxu;C5%LLsX7)nf!fGc2BF_e6_K1y|eigV%28)`c>3R)GoHGTtPP>+w;uf=OX0F zGvsJ{bPv2X_k~YaND%Och0gag<~|Aaxkwc&tNvUT12XK-(e4oW;WR#iQKhCXqm>6S zg7j}6H}lBPd5ZF<-r;=lx~Y-}-wuXIp<_z88rAdCm{rKKHS>!+5pGhdJ7pYUl;q=M zzz2K3+3;p|wWvE}$GdOlx|w|n0-;F@tkRXA6@IGP+@nUIEl_69)l;;ayHuJg;U3+;OmjX^R#P+4%JL@Pq(Jp zHq%CYkIIK5nEU&ZlN zy7&bPwh@7`*D-Ln`u3c8sNExb*6)rpfY9x`o}V-^n~TF0uS8F%qXODR+pHWv0A#Dt zLgt1uVFfFj4$)u0|CPqDI$S2SOvEko>uW6p*;Y!QQN!)v-3Qktqhqk_HegHNxnfP1 zqY`!#;R!Y8xE(bEwLJ4P?=fec-^m&sZT6-ZdAH^Eew&}+nnI6on~K()^JrIk&-$|u zqTiFOtj?uoJWNuIN)W)Pj5UJzH1G(Cws;?YRv~&oTiN2zM+ebLlem9D{Ge2od^~45 zT7xhtOyyQ?u~YkJmmJ@F=Zj6^bh*$6T>|CiX#FM|WuQA@PVp)WO;7ChQxPZCL_IYQ^<(7{6$mANZeTXO6B<5|5dOeqmIZRZCZ|tXIP# z>kJkpq6_1;KO-mY)`NyRqm+4)#sxSl$RhUAx6cGit7$b)Crm9$m7UYF8sdPEaI1 zk}xG!!KT__2KSoS1$TPzt()6fjoXrD^3ej$1kDKZGHSaUL3~@iDu#nntnMDfmhf}e ze9MaXlVj!W7!O&Yzx&N7S^N@6AAq$BIQXfMM=v;MpgFRwdInso6u%Mpe90mY*Wh_v zRuwT@+WL$5cWl(d=Pt2S({R-I=f~rDYjVOhBHh~``HMY%Ar!!P6>GDVX&(BOszX2% z8?&`j&+b}LPwPX~e6~C`mrkMP&UUstahjcK={&E`ek@(t5tUo-3Buo{kM-Ho8#aBz z#+T$8{hi+To&C~$BKAt0>zb5G%ao&LSqob&VX9?SK5U&*t2aCOJbMx! zrbSs+|E-&JWiMB@=U#oBie7+I*nj1Sftim8*qc0Iff3c$3-YB?)DLSB)YV5jb$iLv z*^wdhvL;XaM$onHZUOaUk?xC{oiqFANH8BHi^Doy`x@qL;I*1Lop%NAw*!(??~S8X zvUiss90SBP(-4Lt?g3@xn}kuB8m3Himm&n$3h`HLk_I`Ph$V}_Sn zbR=KePAM8DUbVQKASA8SL=i2hOQV0@ey}poy7_Crf33av0^Mr?S|x#&>Am zyRPTON_$EI+CFZ)Re8>Qm~Z17-X+>qyJDe4f>YZ@buQAE+zw%Ix47hv8z1}PIziMW z{qxd`E{h6vE2}p;Ppv5It6)g1>N1-h#YIkqXK&58sb4A zpU$8yM}{ZW7T2WvzXty&nE03-o%ade1fjzA(8&L%v+Im%LfO`!s0b(>O{57(3keWF zT10x0A~n)gst^e!RDmOcbV7*)5b2$SP9T6_gCGe3=~APFqI3imX`aV>zWdfaKklFR zbI;y0Yt78wGvCafH6KGLS%vCzu4uuc&7p5Y7TsBT8$tnWO2S&u4(QeXYyH5MuFaQK z^*v~2Yhu9~26L;}Sv6DdnOvM(Wl7b-T!aA%fr8|JbI$xIHvrD>;BCvO;O$4DAo~#B z;~coNAWI_;e!De%|rJkjp{di|#o>y3*Ok!s&Ow(M)MW4`=&l%HY14@^t5 z0YNmP=YOZTksKChd`C9hUg{oD4;mdEOT&|$*6l%Kw{{t1bUaki8E}4Y{qe_A5x~NI zubWSgYPD&rB;k>HP63S{?iWY1EZr|~0N(fe#AwJqW3!lf6DW!txIqrSbZSwKIqA8j ztJKKkxQ5U#XBr(GgzPO0y%yA(H6pIM*VLYk2;;p~Dt>qeea>LB8fTx`@yvWeV0ANq z*F1e1zxAH&xsOH9_;rcaF{~>iBK5mvljgT&vb5^FeEya)`{^U&U!Qt9GV#}5Iwy^& z2TeMwjOB*F_A2aD{5oPY;l%5HPjSo}(-XAMgnN#cV$?q7Qh(pcT}w6vnVni?rZ{*> zR=zZx9T7ZJ01ZR>z+WN}WcZJu&mXFFD(=p7t!IZ=mG{gYd^9JBf+BV+mQ?`9l6zf_ zjLtsR_lNJlc(;*}Fy`}c_UKVElZ zsV(x^lyY~~x|?#Xd&55$c3FKRg^)@@Bw51n1Bt&G#;=4mr@uA)9cch@58HPAqyC5O ze-;GkU#tm9%)P#%rk78X4*bKbDq7B#Ln;-_g3h}|H?sO9F|1%Mv=x@(=6l=yOAzwq z%lQLQ1Hkk75(#WyV=1VPVCd$f$-j>4l=>fhd_JucqTtYvo4ln3`)b`724d%NcCoor zm;gcEi=LfvD9@93sMfW0@sO|6C7x;#+Wf_@c6PuJfPqR-4q&rd)nv&g(~EC?j0Zon zKCh@!C<;(jtePV<4_&9tzt=--ANAKVBXKf}VNFUV9qCxbJSe4p3pLKF%Q&Y`vhl zS&k%D)o{J{Yz~8GEFK!n(cd8O4=UXa(Du6Ut73g>8~os`?OvQ{Yod;hOv)*U9>vWz zrLF1xZ0+$#ulJaRz!b4-pck@}ZPylhyXezDU;jnD| z-z&&%J9m*_pZxicTQ22wW_A6eASjp-Kj5lfhH_X1XPK`uQoAAOme;Dc0O zA|T;cI!q$QuYj0mC|5{@PayZxyZsrtw4|d>-o;4=uTLeLvRihA?PoZ3{XmcT8&TSq z#;y2?=?(DI`0pY9;Tn~Z7t4aUX%L^o8ZY2nBaG~#ZfB7d%js9E@}D}J>d0AUv24m* ztnXQQ?_ZidwnqSH^ce;7dbM>@ci{gHHSGKF6J`PYmYAWmTgo5FTHy<{Q-|~VT97O6s8rQ zbr3X3JO<)_xu70Ik{lxxAxeCN*DV~cTA%4ZBm0#=1;r!wE;s&m`30FDEejk2@3a%N zgi}?;(r%D(v!MwRijg#ahwD)iUR)EBp4|FfG$TV~Adad_S`~={>2GeaN5`St(OA~u zjE4ylKX_;2(N1@>kLlYOwFeru7lyi%fxbQ2oc7a3JnZ1*Y6Z~_Bl%O7yKYi7u>-II zHkpiuKtBM$>|P9k!=V2UYLF`lbC1^8WmRmvnw|vgu(OVa-wHGM*dubF%E*p-s@kwkTb6BJj*s=M@}hok4jB%;;4LH;IPsA8-T1U zHv|{yh>aR*mx!eF%d0b-=5(AfY<8fQ7`kf%>@IuMlm$l1Uwpc|gu8v(iR5eS6MI=y z$xX!StSTt$~xwReNph@NNZEa)5|ThSd*v657pmv*$}Wybqk^i}JT z%cKrpsi%ucEzQGRTaRzb)NZU4!gf}G$wL7k@VaU~C;H8)TTh;gLZV=yh_yA=E|6go z$;xDSIlj#(+@HIFZ&>hhH!QjH^%Uvz7=gSFxo6(GjlJsbhseas!)PWKtO7do*X_O@ zSVNVL*X8EkEPc!ZFGs0nHd*Ti$=e^zQT)p_@UAxsntj7jZV5%Ry%XyuEsHhpU~>Tp z?-vgy8%7n=;)@%G>NYnZO2&vO%T2mrIg>M(Vj{^iDgdk9GDv2$K4SxrMn^I3EFP$J zo?lD3dm91L32amUn0}Av>13MZSFt{R42f z$v!A9Q(tIi7Jvr|ZRo>GO=|V{X#q)Wx40zJ&)C=i&X`|6c`&us(n2o(w0u?68 z=G{UJ;90Su6B6TrhcBE!Mutv7!kuGnUmo7)@gJ9HcH!OgYm#7%>dz5g)OWp4$|?+# zN{ZC-K!ixn7J*0F*)Z<9_oQ}aE)kW16=^7(<82|ojPcLSap$gv?&9DxmNv&V-kjdo zOLpEnjbd9&ZLTpl&Y54u(8kYNi9up=&in2W{mUbii@J-Az&Ks8G;>e2_)xUe6HEKM zswNMMf%^4fja3!d>ya16oKbdQ*^RHB;+dYbRyOosdDBl2y>0-mhFEI1T2EL%JH&429>4)=OdZoUx zOu<7d*SC$-oJzDA{|Y4GT-9u;+W9_PQiiDVuQgp+`=fakvnXqsil@yr|SzV2F7=$}|M=#aRQH<;| zbHf~K7lgoCfL9R&3@(DWulBn>DAJp_V@z#o_8YaEo_65RtJZAl#Pk5B9+P^=5fgm= zj=jxae|q`btf%`78kMMvRzGlemT@A9QYX~-^7hd8y-bn=MkJ|D@^=qi`Fi8SA0Mhr zC=Q^^ZCf5EO&A|*_kv>6XUgA@!&vr-kk}8Qk2K80M}IKAp3r~w4uo*vFxL`j4xqn! zFryM9l~ON`Qw^FpQURVhKA`DUype$rs=)9hmY@&K_64?_Y!~bES3MC$J*ote}0UPNWh$nLHgpM0@8V>GVe%g$<;(jG=^Dv zcqgh1V;#=FK!x;{weH1O{mlTD*e=Yd?8ce-{LR3fGc!Y_glWC|l9|>m7|9BUdgVViUUOL;q^yPo?z=;$?Wk`@rVMGRq9kJt-_Fp6)-1J$mpC0n zjNKo3E>W}DC5_CB$!v~jy3vo2hCN@=mFov6o~F(KLI3d6RbHj>F&Ju-Ws~wnrDSMF z&Gb`X=BTY+HMO<#U77UIP;|uykpbo)I%%T44i&V9=TvM(2y_NGo{UCPJ>m?bNoh!8 zbv=btTZi?UeR%55h3Yf6P|AJxdKwr z)B2sS;eERl|E8dA+Y0#9kzB5M8j6zeTv2K7jJ~)lBWWiL)^vgCH9dSC)QHP&%tQ7w zaO!W~nHn>R!dd8tY1mX&d=eQ9kJRWlA0r$-%^FZTMdx9A>;CXrVoz9Rm6fxSVP#8K z>#uM-3|&Bb6>&$^p%cwAXW63G=__3B{WIa$*t8QL9WikI0iBp}s${^MH6EivvNRjO z@W0si-=9^9{sND>U9PznzWsd%u(4I-@sK8URk1{*Lnd>(d28QxMA25HeL}|Z_NO2C zmroURvU~-+HN6lX#a^Esoo#jG9q?CDSEO&%@>)LS;^g#GZNK_qYCPs_WmRi6Y9NC& zs+*oG&@W>7;zn*Riq!kOXnJmDwVBdicM z*HG6wVf4yEpu5S6k$PIeW@sE^IO;y70F>&Jmq$ce+4Q?+3@Yz@e0#z#WY7M6oC$r4z282?R;4LRySG}^be+eZm&@cRTg6jQIG8h0= z@txaw`213qtHF`VGs~B42p{0coXhC?d?vOnEE7<$429NR;^{W_qqCDB@M-lG%;0Q` zc6$X?}i^GJV6MjgA*ji9;5?)URqI~run!9Rom_9mgfals2)6Tg3``?vmNf0W;L_~Uh# z*{n}j)Z?8>q{gA|mK9MblDJnrlM=hm^f!Zzx__;F7m-{MFY8?Z3Oo*-3O{#ZA9?VJ zR*6*DYH(AF{J#bZBV%Mo2mW38=*EfiIa9T?C)V(7+~ZRD&wp^8hOXM975~{OZxs0x zIi*oY%uO+BgmRJ&(MUa3fzlpKw2qz^)69!1!Zor?sevvO;zyh){=5yt;6;Khnw$?_ z1u3!#%C|k`xV31d;X3~EB^>;veWcc~VffO3}_36PQ z5=(KGr@p>6wM3k!HT+6&p?Y?#YsHL|FjvLpUBK~W%<|2+jU~(#Y_krz*tD$N-Uuqc zxLFD~?&L*>s8=JX-8O3X1XQh(c7*S^b!5_$%#LWeM2+Mm{ zkmqD8{tVd~JVt0QmIO4N6l=hc-63XbK^x#k^S^d%Cl^&**eaeMt~6G-{0w6NP7SvxTSV zy9d`N(CM~;>S1N0?UB@E&+?SD%oZzvU4S#UfVHyFMMgDu9EK4@PP>0BaCu8dm#7d@ z_qlAE!ZG7%5uj=ZvguadxjRUED{9*E;XwW*NR#be%ul}l>0x$^>f?OR@We1)r9u~L z@~RHvJjfg6q(+t&X2D7`Q6>8>j0>Ls6E@4W^GS1c^^mD7+MJ!aGT8VP@(_ozuNlIE9ti<~_1E<^&&XL?NY$~ly5*4#~b;6rAiHx{&y;;|=J&_Kk zNY`u%>f&H@Gy-cgoo39db!Kq@lgq>wSD|h-ZSkrKc(OT~hWND(mDOKOtPoGOROOb0k+SMcWO#p)G)J(nsfVqB9)62=47An}Nah)ATDZ-*eV*;i`28>EPu*o9_uIS?+L7jx@%Dy4`@3iWe& zn(94Cc@%0*wBu;Y&5$0Nn&~J@vfh#fLdSb*ce(zokOLv%lU#KE?tn$cIMCn58Bhy%=Do2ht&=Qmp9q{2t123mH#bB<#dsV;M<9oKy_sTmS z-F{#+!Edzr{&8rX@q_34dGxUqYUb0L!Yk&dHg^2Y8={n4OnSVPqlefHp1(}YRS&d) zImV|jaOl0@N-8b3eaR)41TOVvY49+oIz8fVoW48qwqW{9k~Tjum~HXiV8Ct;Zj6?6 y^gq{jw%^Y({igZ{EhN|TJB8BM-d}Q7>G($ammG9%|2+H*R1Iz==u?`2~N0BULgD*ymk049VO zKm{QP_y<6!0Q55$0L&qme!;d7mLEJQAP)}!#sD37xj=Z&U{Vl{39Xm9AG{cU)&)ZMyDkvcKkI@5`6&a!i}Fi0 zVZpgLKnc8qRyn_)4xX+7cxSb^C94KNPS*i~vlL))7s+=z0z3rpu&}VOvGB05@rZD7 zaEZt+;Ne{$yGTMpMnZCt2=6TXxSc2dF^1sd;^GtF6A};*k`fRQkRl@j((^1t|A~Op zHvkb9a2I%v3ZVl~h#;s$kkc`+k~pXDAX1=~=#aAjDvS)M00adM9Rm{!8wVHc0DmPy z02I`pL_z?920=wZLqW&Hz(PmG;{%CAsAyM+dC;Xb%t+{*@9|=gMy8j@&@+%}HktGB zyWH=R#bk`q+L-zVa}^-ZD1E>r7p-j}-<;_tNYSk`4gX&D@NJL#%%%c!OxC0F*mu3N zTiF#YeRJEomL7p|IhF7G=XZn@^{hOD;$Kv?4lL{v0VpV-wrFQMVPc>QoT+eyhZqgi zz?qH&o%dcODN=(b&8`hT2Js z_Zl$&R^fCQz(YMNlL(LkwzZ>_8Lu)#DXS3hO~Og z?UdfqO&%NAH|MdqU7IC-TEC|YgJa_xRlS+Ij(V<(+fIVK-4ZgFB@@K_Q&Sgw)3yQ>4=(Q+Mrq~$7WdM8&T`1vQsHXO zE1C-gW1O&KjsSszM#sX4Qvmgte)a1yRlb6!u|P%qZaoVZYSKL7QvP>hY{d)2rz&z*k~??Ib@aciA5%C2O@5 zx!RaZU93`jE&F-ADZFVSbIeG8tmD9dcH*G(c(9OBRBY(*?N?P_DKEbjx@VtXT{=V=1qyVIrej6Mj1OdvPz@xXRtI%Zq*PJu918Xw-mVex* z*GXeefzz&S@_r~Kz1+!D@#wuPvoJo^dqy8n_@S-PvXi519op3WlCR_6PXXs?*x)s3?3rx8-vT(6E|BaoA|vL1$=ddAMZ{y`Sx0J`AKA2c zY0y1bgO{Lhu47JT)^PIvDKJIWlxUX^FL+6EXMNx)vvo&1u|N3_n=t$M=*t8e(#G9eE8p!}vMUW3b1tnB zTZHkS0=G6v^FL&KnK7!u5H1;}p%#cZP*JE|g~^9qKn;6Ct1x~Fd|;ExpBuY>#K#sW(S>1*@sW z6*1ISeXt4ImnkC_y;3~m6AJ+%R$Iwqx<;r}T`O<=Q#qa=!VZ?DpLB`wP~U$uw%DNH zOy?WE!a155mYnQ#X@|Gk%o)`rY{O$B`!KJF>!w$y`_6$q1>uOP1weJx&hOnR(CqJG zqOyQjH`vBr&8z-&E7Kyt;9_&OB4|oK;x??3FSSD=uLCJR;E!Ij8NBXC*R@qyw;MTR zNBzY@8HoEX7p&i){xYf7-})7*seq11nEhAR@aExDpb(yxX^x0YkDxCUS~5C42%@60V_|oB~^>8#+ux_jRGQI9oAgO+<^aVpffhUai`^j$h_%`Kq{L4>k;LPL6())o@?mzX4qJTC+UJ)`Dt!%V!aNJDYAOTx zOwvB((6F_h0t%*A=zZ?g4bkkGsB1jC@fy3qutWArJX?ErZR4J5iecmTJe`*Fz6CqX zSSEY8r$F{8;8SUc6ul~FHk&;IAFVfUl8!UK*I^>y}qpEy<4cE3voY4H`YgbX~-4?O3|>yBs{t$L4{ z7gy^nrFu&A-hN!B^tSK3ZC4w|eMrA_K-YA=POveH&1%@ef7Ph5d#3LMvroqS+FHwa zJ^i~nJbIR)r$Orv4ve*SW*Qg2oy0GS8YCw3I{&d7HW(-3GimyKRbi_Ks2Pwbq)~5ib|?jG9uIGSv?JT{(6gPJstTg$MMLr3VYb z69cC}qi#yXJg%iuSXc|;CT6aswya~TO}k`DbKWykd;m5Qv$2R+$vYHV2K(a5ttW-g z-kS*)t z<*-Y zZ?cyDK>w)TaZ0kC?+#C*RL-`PQbf?LVi->WYEKjD@e!T#_j-&bmPrM z0{{zBeiswCAP2;&og^xLJjsX=R>XVceF}sWyBIq?Wzg8N`wq@5@-LT%SE)8=zZ@Bw zRrD*PNx%HMO<8eLbP5FIb^34Hb$QV046c>*KZ)-}_+^Q#2X>h_xZevqaR@sI_$+nA z)qq;H(-@{Q?;M_?ey{kub{N5x7cy1h#>C|A(6s%}QYxd^C!R2uPA@P7b{9T{2du%Oibil7uVXC1uNDyxSCBX}pBYvx= zz(XUUQ{dX$y`g=X52rxGr-p{hw-#QR1x#ozN;Mp6JXzrzp``_V_Shd75p>R%7}?2pPd0hd_;UAamDi{xWAEXmqer1KT4a;HqrBy zlDC>a0kbtmAH@`~Mp#ro*cMMw@5*mH(lp`ruTgjrIk8WgYp!?u-3N@S`$pO*11PZW zgf7k$lfsYBYpcq!q6{Z7E7J&*ZbY5j%BV(lKDm|E8zv&9+WI-$G55kiTJBWJQJ&5* zTjqYgWc<3=`^MRP6X`fHfpt6DDZE~Rch0x&Ds0orlUnab49{*Igdsln9&VaW6+0xH z0^@~{_b;jfn68Et-8*33NrN>;9>qM;vpHZB^M}=6I*O4e$cy9^GHFB`i0I|s79X1E zU}cIJ2-iLZ?rw<;>~|Vio0tS)5~W9Q+W1dWEm1{eUC|RTk@{qC0&D!vf>WG()NSw3 z3)y4J3W(kmkV>5R^x?qk*t<5B{p*~$PyVahmi#4CpNGmF+)_-ov+FhJBK-5N|JR+^%HfaJ+mvF)L&R88f^~~|-TM)V_N{ZY(x-jf z^d=rW8SjJcy(9p3!k32M3#uAY8N##pujoAH&cO!*Ya?KLX7HFB}Nk{hF>Ft8j8 zfV{y$N(DtmrJeTwkKQ+jPS+@Bf3LLgadHE~GRkUbjAt+XglF*|(HTwj3^51BNIG)W z0|0QHTx<|->h5k%?rvZbxikdabam4*cXYHr<4{Jp!QlvZ2P6RrBk!{IF39wSv%Fe1 zUPulZ8#iPgB>7w>+~tOu16*5PUmHZ77j~ZEri-Jar54=H-AUct76uaWfSZ5|;0XR% z0#HB;fCFxTJK%&A1>iXS;s#S^Vr1;y5I;1+Gk3SKce6p9i3I7`XWX)C2CC=Q5JQSU z;Q*uGH75R}#_CRPHjW5akWPW*ly!1L{Hz36NpqK92~8_kwOo3X;D>si{33&&5xnBv;j=x3A!0fDk7~APdFL-f98{MvC!5*xGB(U+9TWcSCFx{fc`7IrmMZ%8UCi1{WZ;B>^L59n46=E zoSB;$vIb{L-n6>u`mCa9B)qnn$fgS{id>PHs5pA@7Df8geq+Vy7l)uunXHqxM z(%5G)7(vc*f$OKpfb(OJfF1UXcl!*h1aMhef)sl&23I`60QrGQPfYrS;XT6}g7Hrt za9I`PME3k2m@}DsU>ZP=A=j6Ivz6I%%W;7U@L_fim#T+}#`%;Rv{knH$^! zL;%{}PCtJpaL$>L7$im6!3qlA{%_YG)!oJZFF!VC#{Vlu&DH9!KS&s6_HNo{R)66l zfWhtUwc%cF%C1VV{G|AJljC;G4KxaL-}j`of&e;AkOT)vFrF9MhaxZ#LE+8W!<(Fy!1cZL5s$Klw6 zli@#M@yyRA&ws+>f=z7wkL+h7mIYZ5_*)HjXQ_=d_Ll#2`D z%4vr5ujPa}I&gWJIdSoDa&rOVQeIAGFgv&#)Eo}3*GbTQt!t!%+E_@?=?SQDt2xQS zt!w*gEX~EjQdCn;;YV3uN`mf3r93@7IX(F}9bK%rctk`*xVU+_czHQM4h~mugqxWc z2f~&9rvy2;E6l~_Y{v$QlnCxdxVuTvftsFI!NKX5*nerOKN!{2{%ckT2c!Yc#Jal4 zdw`|C`T%Y68gu6PryTIV`9&m&k{m<+cuwQwdz!l1~np(iP;P!9_kj)irM4n$o zIsJ5;{*~n~_4q|TYk6b=PNK3da5HdkMjPCh`PopvHwFL6{rZnQaBw>ZE=3&cVY27vK=#H5cN5Sy~8j!{EFYW)>D_wFIS|FKnCH|0xxz zl?5o#OqiS7Oa#u&!3_fqC1B1kz+ny-DX=!5*5?sNZKd7?2tRRnwpdbe?Cl9jg zgL;4(D%rS#?d<(yFloV^e?ay&(6b&YY6e4YWlGS&kUatp*6bW@^DpfDpVjC*zbCi> z_g{9Cb2e8;OE*t57r3+)*e3r;PvrV{`n#HW{MXw5XT9YAuJ%8S3$r#uSi!-$mWvKq zA1>sqblx;v|JZ70v_EFBpX}hYhy;Jl$C5wi&A;z|Ti|aC{B421E%3Jm{L1r6zc zz~BalS%WY)2;;eEYl41hXyV|fuy|H~z~+CzZlJ#h$P36iI(eUYKtNewSE1l5sW4Ot z?r9HqbK|%PzGj=bSb#6V4o+qWZvZ&2Gcp%I{7+BrXXx|jza;*__g{g?wmqkBYMiwh zguLT7?sv}LIL8doI|}q6Lw))iXPyWERgVDR;_z=A!*g&w;~@Z4cK%Txa%6w`;}zWo z4&y``^jG+A8Gdp8d*F}qIFaT3dh3D8ojc4xk-ZuQI>5NQKwZIA4mgzKA3O2?I^!Q| z{h|ocDVW2I*(vZ+JHS045C{dH0L#!YOh&$vC_-QSeYmQD{(@P`FTpQKV5+QM6G^P^?g#QG8GyqJ*O)pk$yF zpj4tXp?pN?LzzTbLD>dB7so{i)lh-!)Ig6fYNf*OaKfm(!Gi`t6X zgF1=2in@=6fkuJ`MdLsdLsLT2L4%<=qxqvfK}$k=iB^gB4y^}m3T*@J1RWop8l4SY z6kQozAKePw6Fm?;4m}6G0=)&j4}A`O2Ll6x9D^A{2tx_O0K*o;7vl*=3Pv%;8;mZD z8H{aAOiW5lHcSajbxbo%H_SlHM9c!rM$B%^Im|sQT&&AjyjTiYhFA!!`&e;Ud04Np zy0I3p4zUTb8L>sN)v+zGy|E*(v#@KiJF(}m4{?Zam~kX2L7moJ=?+xA%-X=aiJ`?^md_#OU z{BZnS{I~ey_@#S|r9KW+Ij+wjh2;oJstac!mU(gq}o} z1V-|JB#WelWR4Vrl$lhS)Rr`qw2<^O=>{1w89$jWnHO0ySp(T5IVw35xiYyuc?5YW zc|Z991r3EX1)L(7qKKlKV)x>ui`Oo~FNRz!zSwv1fD%e6PiaRPNm)fXMukSjN~J;N zNtH^~LbZB{^pe;m*rkw5rI&`OQK(s|HK~26GpReMw`pi;6lt7j5^3JjtkROxUZb_8 zjiG%_yL6f4vgBo(%Q2T5FE2yMpwdu#Xae*dbmI#36{RcgSJJP1zH&&%Os7M4pRSm0 zj2?$xnBI~;hQ678gW)oR8p9oie1>60Y(`;5YsPrSR>oZ>W+pwRAf_s&Mdpjl%FI5@ z`OKp%_$*Q^&MX-$y;m`=3SYImnsW6ED+;Rst2JvfYbP5Dn;@GFTMAnjJ36}vJAyrf zeSiaxLz=^bBcEf6lbrK9=Y7s9&UG#ZE<>(Ju2!xSZUJt4?kw&R9%3F9p8GttJl}a) zd11WCyuEz*d^?vf-ZtZf=faSLbrvU2@MF7 z3f~ldBHSi|E+QimAW|=~FDfYNCR!@`Rg6Q-PApGsQJh&EE}kVmBS9x&CXp^NDG8Ol zE%{t>QtFD7nN)_<^fmfx7T0pFEl6LLwv{fBUYFsPagnKz*_9QQ^^<)ghbpHi7b5pr zo>*Q-K1qIDflk3nAzxubQ9#jG@r@F?lB!aq(tt9JGE6yFc|%1=#ZTp(DxRvAYLe>o zb=K=H*K5^K)Kt`>)kbeH-ay=_QU}zP)uYwNZZh9=zFDV%p>b0qSz}(4NAr$ms}_mY zEv-DQ9c>xy2<;Ia79Dq;X59yLxhZQF@d5T>5_c9}TDsYz(RmF%5MMa}2kQ zXjGL((JJW6x99v&@Ug3*pt_&FUTOz2KwZlkJP<3-fKhbLGyxJ5zqre(C-Ye{=ul z0Q!K30dsd1@4mc;bI zcez5jxp~xi5&0^LG(jSyKsBeN5PMk9ReK{ zp9DTtd=~s%*(uan{YB(UZI^i0>u#y;rXIPT_r1!!ANy|fb@l7?4-Oa)Ob%KME)Llb zeH-=|J{-9_iar`LMmQEXPCcG6ado12QgE_iN^YuST5Eb_1~#)Y>pFWh_i!G6K5pUi zLhd5(V*QfB(wAkU<+&B7mBZD*HKMg=>n!W#U$1@b*wEjY`{wfP^!t-d%FP#B{9Dc2 zH@C-k9Ci+OL-r{5UhWI;w;t#nEF5|sVICzMUp=lpQ9T(wbpSp6*MTc%`#a!%78t<8 zRR~d0P|r7^kO(lG9eRR+hK7cYhJlWbfsFxPxL6n%Sh#pNIJh`Cc!YRo;m7Sf@sBYC z{Mp0D!@o#Kc=3OE=t(p3(33Xc02KnB5^{d%$va>leBwbt1s^ZYRYk^V=%D@(Osw-m zQ2wNVXPZFKF~DO^KmZIFC}$to04NYtGyt85hZIAan3seQ%13^MjvtfzniH9T;B7fs z1`4n|2nq@Y8U_J)E($tW1O&{9MnrsthmMy7UAjvqDpIqXuZ&c~IlaW(g z)8&3M33LNI?xduN*PJjiqqLiz4~E9=B&+3`dF}RebQ$T?0|txpgGwOa`7A`BfaBla z>YNGuZzB|u#os)r#Eq@kFH{#IO{eYHBXC+1D$-u7cD`QW{v_$!754_o2%&y@+kpr9 zkqP*Whzw{hZT*Nd=q&2CP+*K{$$ff`xghEN;Xv|Z@n)^E#Ty@85HrT=9dURg+YzbVrG61=e zuq?{x7pmlz_q(bj{P(>t^(|GAMtu*Fl5r5>|L$jh@Y=G*-MI6P<1Nk;socim+0jEB z^vT1uSv$yPw8=KX19ZkEZx33f%>^&{!Q`}kn&)Ymt48NUvy-W z^-a}lSfwH+_F-|ya)R$Ho}1gwer0Jf_hL|iCrJw9jQb_cVIiUl9a#6K+pvqrEy7?+ zMUs)04pXY57Xp&&LB=J!Viqgn#YT)AnRcxGx*kz4n7=BBwiNC2`P#95KXGfxstYy` z|5h88n}5mMFt23EyVjTBMiW+y?z0I;3bC$FWu4|Le0TlHfS7ntF}STTCfS{*4QkaA#lyqln$f)#~7 z0p_TsN=4#}twJHu{weBlT2- zqJ#rHElhON-#yb{EX8j3qeyq7YjW7zaZ8xfu7rOBFH@(pPzu$jg8W;`oheX+Yl)Ik zOMQM0#nNNBGU)Gaj7F#N=eW?Q|4sUjAWU#rVnM(!oX~+|sNvh0CSEEPL+z|vkC^XS zDH}_DNJ!wkJgd_f-;%T6i1j>FdGBRNc}A{MNO`XOQX8pCI7@ze1#KjmP5O;nbU1}B zML4W6Dz>p$LB>YlZ@Gv0M7R#-2^{R$e$B1?22yu2>Zfej?9eoC< zy9OR^O6#yZ*1N1ioD4{MbYTciDTd~V9BE)T8 zduPG}S!6<_XkE}WAkEcS&@b*Aj)lBdx#NLL;+Ix@dk9|C+AL4**u@m{+egK7iVNpx zPu#*d=wb3nS+rxFoG{3NepYwu*=|}LxN2%W#K>vv<$V36=$_C(Q)8z#Pd zd71gF$-y(Wz$U-aUR~TAFR&qBz+G_FhB%tlaOOlM|B>;|$g3HDd7Axt6VLb!r_B1c zsI-v0U?uBvFe*>Ya?!~}%QgO>$)_XtLfN}ML@Bl-A)W5abGq)3Y; z!!Q$^eSgUsyNTb0FLLPNwSh?4MbGT?@||b57-s_$V$vSii(VxO zZ6MU5Fws%CxNHdH|MVR#+J!a{MZ~UT+}@N> zy>8WVF1?WHj_`)@(&vYt#vgrJkHf`8Fn*$|uKSYs!ME0an}a8f+~xZ8e%5?>;>Jvq z>(6qX_ad)yID2MBVEDu(bcTvBIp68z&8jso4y`mhhPT>pD5Cf@F#yQ59oI!-Pl6o~1t_w~|zYo}9fr{UG?P*C0=01C9Y@x!hdQ z-W1y#70iawh06U|E1K^ALqs*};>wdD@RT3l-om#+&NVouL*qiY70o8?n|9bEjm|P` zpH9BwxHo@wiY{&S9;fs$T^@bYS-*=KRO^X9k2(RMj~y!9se0?#8TVG!C4{klv}K4SvlaiXYm5-1FZx$KpSnJ}IRXLy zIg*=w%?u%7xCjBBe3SGSmn!v*IeMyxOUF362}WFuOtKZYdEZKV`&k-VQ4hLxn|E`+ z$p#-iI6M6xxl-zmq^{adejcnBvUl|`c{4Gr_dE>)-sW(aY;TM~Q|xOxsMcWrTComs ztJ+on0qxhiwfKaQ%IV|UF`MyZmqiWFEJ_G`lzgNiM`xbR<7*9x;b?&&*E@9w-@81- zAGj?Mc2;9SqobEhr*{Ti+S^B~{7&#I-IL?+P%1w7s8wi?Ka|5r+R9(=2+o9rwYq+( z3eUK#yKsf0waPJwe9pZ_I?Xp!l$0aex3pPCA55MiEOl)#w|Q7<1m3DC)U^9yQ@zr4rR)&^Q@M#N&C**w0E zyIJ{)aNL+=emKLgKUpKP;>#9(`m+Cc`c6u@F}gU_R=!`r6`nu~-nBfmgw`S#hxcz0 ziL4*7_k8^(F=?v|9Qu3fP65LUriaHio%y2^?-8d!+>lw55&sR1?XQjfp4Pegs|?{) z;2BU!uKBhH>Dywr7B3y7RgFi4+CAVv*eU1iI+rC)VQ@V4?2}dPpgJ-8LWz-|Am-_M z!2yEle;~c~0!zR*;la+Q{`+(BwzZrNo6uQeg5#~A5h2S!Ikl(OzEXBi{kNtt1^b}u z_b^`AJ+;0B?LBU|vL@nRRhf#P!N#%n@uu#USq@y7KGa;|2vfOT^hD#!#qfN{+Soh4 zaukWf#fZvhM1AXKmq$1|LQ5(`S^B$pXr+n1PRRL{KF4MK;CS4KSaZHS{)`B;lf)OI z-ZeKGRCCd^s+TG8?1BThO~ooz1K$ZOCyE-CPfmdY%!1KlmF^m09$`|_99cO6d zt`ZF*#OW6=gO;*7ZaUy7KI%y^((AjB3!YhaZKC)1_0}C}or@8E4bWTcp1AF)ZS@=& z?RA;2-_`F(#C!A}5^v^k#CqyAgn7-SR2K1apq3Ub&V95S%{EkpkM$kC9;{IdG-6#Z z_NDsPW<Wu9G?Bi8!!VZC5N?t9x?k-fD6UN3w(Q^NXv=wPIEy6f8VJ z@UgD7Lh}@x%M)BQ#TX4-osWg-A5{GB|FUm=xqSY(hk_vm9Htk)Dwz4g=;trLC_YN| ze5UmsGp)!e@Cm0^K3nR3=-oy*m4?ciUq$mWg?O$Et_o?Fljdak3ydlCEAF`EU2}SH zix@Gs+O;$*u~nk_@a?3VTIwRL{ExGq%QbUds}J=g)zReFXpdhaB0|j1VGSd4oo!^M zLpf78h`1fF9$iFt$&;1^k9^8+uvW~Qe*O4})8F)Ci_3&N_oDOrD@N^_E%)5h`)y=4 zGBPQvKlNSB@kxn(qg)|HaNsH&dz1!ei>v9ZkbQh zedIEqI z$Mm8=OnLle((8NH#*D%e&cjCNQD2g>Z;&YE+XXEwvvjc-^$IH#(?<@!I+WR}vaa*z zY|e=nmsyT`)T~p^83`MpxM5~d&Pn9v5yaKunP!!$?WcxCzap2||Qef+Tsg+mbAXk-{ zVqFuc{4JPZ$=h3kcvmXRRCD)=w_|)w=*M=}NiNrr>?yshh7MCx&F|lR80Y55R9og= z-!xqy&e#=BP#t~LS+9Qnn0emSHp!@c)P*8N)ukfuJcibLx6HKi?WdQG&Wn_h6+SAF z|4Pg?nLf!pgvgQj3gb1cPDp5UaI4OqpbJ$AmWk1FlUa=6!U;jdlh(+Ys=lPZ8hFdc zzOy|x?i7GY>}7OBQq=90-U{O>EoCl~G`;@yL%_#?K}mDw`l$Jq0}^K`grn~^jta}X z@B-mh4C%Le)=8?~*V{8|_=cJmRb6#Sok4tqi78h%I;{Hz536Uq)JD43T3tjU?COeP z$ss#lNdnZbcrH=5?mmzEyqVrk_StrQWbe}+S48#B^>(|KM4YDUJQgj<MIr<9j5@}|X+RfNP=VL0zJ6din0naa7lwAnCQ-^3u`43}-#Pt)29|Au%?!jG2F zqT7%%z#p_sm3H&v5b=E3mgPqTQ)p)FyufZQF)ZaNy$O$LOw}|!)7y;wFxL@l+lJ3~SYEv= zkAmu~X@J)cR~%;x^@a z$3ejQJgz{#>R8INQ{Y{!Q9@>KJNsIRyY!t-y!5_UQgX^l?OgGnVR z9qn!fr!GF$n)Z`i@%q{^Av7LfYmZNqSI)p0JXB!GH_FkL(4y`&5rjJOc(2}pk=I=D zYIjw1!f4^_*lL|vrLDxry62lG6w*K?UL1 zQ`YS}YRDd1pxfo9<`7jxkz7!2z-n4%^r~-|&DlcDye$Fe5Uq!M)Flwd5rAoCP?o#X$#eV4G ztvRmj=>wPeo~Lrnw{A!izP`^a9q{b+vqxKVTcJyBbQJrlOI}&8p9O)q`;%PX1$GJ1SrpKEq!YT4V z(Qmo`%cwa_zk`j*F-qQ&awyPoD4jZvu>I3JI(GwI#;FhdwqXe~sZ;5uSoBHLrX#q05^ zW2mP>Z^_-FSwCk|7B}mz^9(mbFbV5X*7eeccaGCXiutY#9y|HsPhn0aH$D>c%JL=3 zdhoV?6QmS!omb&${YW3yq15$FILWn?C7DH}13wM!l79?09@4*-W9ArEpG`BAnEAAP zG0$aVEs^4J5TBsm+UQZOFoH^(TmD_;HMH+apJKDx7hyH(S;6o?{mQI-1H|n>-8=L) za;{v&7J(vE++tkfQT#V|v;v39*86HlU8V=P#3QRNl36|x`e0+6n>uMp^yt&u$x3$* z+XkbAZjnM}o;#0WL?$ryu!T$b$1!aq>}g;0WfOX0eE|3kCMl>!$*slEYybbG1%qAH`&mBRjA(G}ncW=Uqz zE382ppV}4b!ia76{uSR8_w0*%qAQ=OY6eUlKoOe`>+S=|j;=-ZBOq;lWOSuiaD2hU zyAl-e-!UQ5V41f{ilV0@d`jhcm72UBvZ0m*QH{Uer7?eR#%EJ5 zw0lhGwSJA(5n+ZA54Za>rzG4TV-g*7ng}#E;B`LyA0rc7|I#WTBP#$A|mH+mo z_oqOVU#4F7NB}20NuF?B95t0PX?yxzAkh96+sf)*AI)(+YWOFpVu;YwD*U@vBCeL> z#x(Ul7;bHc=Hg#U*b_^vu0vYz3ZvINtPKo?OO3~>XRv14pBET>aB(u$;GNeQ9x>F8 zqn!58+#_Yjz{GpODRN8qqpnBn-Dz<~89r|7jSifb%mzAppEO40oWpepg0_hwmJZwT zlptEf`jh+w(R#$q1t7VH#o1kYB7HW%GTb^c%OZrB*mq-r$HTKl+oJYA+O*9C{je>I+Z`f;>67CksU3 z1pzt+_JS`K_mmA55TH~~P--TzZEK%ZEHskn)srU$cd*|F|_H%B#!+u&5M0;nt#&GHsh)E#d=KgFsIJP zSIVC_55&IwNWmo+c~A2rRT$d5XhU4L^#_`m8*&fJSg$tA58ZZJqRIZ2n`4BvP@nb) z{h7C<>9n`beYqExtqADNO33Z|Ft47#ODlBei4yi5c`Kh}5i6}c>32*?XyyFOZ9Zfb z>d78CXWjaeg=i)k4HZusQ?E*6qzOCZ;v4-hoH)3En)*6||S2oD^1P|?x|pT|Tm(cn->AZ?3LD{rs}e66golm+r=lp~=C zmN{o;uI;Dl)wj|tDE%Os5}I;fp(OK$p^>x=gIuRQU)dGZ;7S2%H!~$ejQCL8u=|;K zoLFmSGun5G?}KZrN0n^x#E-TewQsWHQ=nYjNyx=CTzos-+f%N_$-(i?T`khjT%9D`lu#0t*nKRm#85y&WYwkIEJG}WQ z&Jnp4nLA_e!StkDeMVcTin3a8aeWHIO3e9gUc(E^D>`>ZRbndmwyS$dRgNFFqm--xFYB7+vYggXMnwwUB8x~+&W5u5;80Sqa zi~zTdZ#*sMok<>y63kzRH=Exlix0&5ls!7vsw--%8vCR*^mEO{`_6LG1=c-!-DB52 z9yRb2SFt+W9a@#89DFryP#JRPVx{e{Z)~KuBew?gCT`nXj)v8DQbjgmJR;E#T*HkM z&7+rCrRI$WzoqWzoC3BNig59YO3*Q>!z4|`6a47<#u|C6D0D4(zrS&VMcdzYgWpzQ z9bB!T42XO5mATPC_%`LSdB4@v0&NLi(SC2(vu`npzFfLhBzakzG7+p-T4YP_Hz}{q zF7rxFmt56sT@ZcEKK985p-RW4861l<-PU#>?1Gh zk&9Ll$`^O?_*Ore2kd<^I)2i)EPq84Yo;a3Wyj$cAp3A+1t)$t0a-Prqx|^Ne-d-CY zNC_&Jzbg{+htyy1-uQ^VS}5(z(N!_OGe4^Dsvn8=w5+*9+GL2%V>43nW1-6p*-spP zdWpm8D|dRKFb8(>Im4^ZpDtQ6Co{bjB4*MJSEm_y_I=NA32vP+uge|V$)cnjV!cV2 zV_gDgivX8urU$;q7{7Mr*Ck4>+k$3AD&sO}FqBkYxb%$y_8|N-yy(U;o*I*UJD&L7k1j>^uv{1R4+NhraAGOV=uEu&cv?lzkNDf`WE+7^Q)?x zc@)QQT8SU-v3;)-D{p%h>h+|*q}C8-TNM8AmHWetN@1@G7#Dj*NH@%pzP#i)K}SIr zg@a>Ib2i==Dc1T0;h6`{@8TmVpk@zkLzxg^1-%i}N0J67V|G>@H>V=iM!#Ro5nePd zsG&JhX7#1j5*v2$j9cih>F{Al#4`ReOp@)q|1s@IN?F5Yudzc(Qha>1lLPVaS$`Cly#q$`3yFq8@$(brlznJ-vn6q!&?RmY8j zBLVxNCM+cD`dd#^t9UWNPX-4~rrd#pH=bK+jye=zzm+!{mEyMXhCi$F2pnM{YJu~S zPFJaZyj1UN1Gk3H;jrK~0XR0EDmOMOMoQ?hno?CR6xUI5`f%_>%FnhcV z|8*ZeKAjxZ$CK5y4efF2v6cp~hXo}G-&*+*IDMyp@T+R_qtgn_Tc#e0uX-W36{%VYwJ#?LeB6MV*>R6im2rkZ^jWq`p0l8K=oB_*;0D*+QRYu4 z<;!b-Buo3Wy6?d>uVUv7dX_gBnh&QAbv{o>ebXhfJz#-d9x<-Nqw05SNSdANN^MEW z-1uhgaI_s^;YXB@-#BHtNDI2rEp%ZDmqdo6-fVxdo4@~v375gN&DZ&2&mpA=T5DUw9*W&m4I}$?pWD8*u;}7QShilfDQVxgGqJ%3k{a+Erw2+U z@28Q!bE4}Cqj1=JxLiCo5 z(o&}iYWvhSGu~fc{w}!Pdy^4tA8}1fDrZF<+i zoY%Kgj?&oGC`j8G5Uar?;(vE_M^^+U{Z)Iy!SgUzeQnrBRtx8&AYr2HE$K?(G5)xbhp9_xDolAp z*c@+mM!j6%)>cS_wf71^Y^`Ne z_!t!`e za;n@f&f0fNzH#=FTJ38e{zQH0U$9)V&4y!3@`rgdPQ)7B;SS?jBJd>1q++RG{>AT8 z7QE78eDPxC26wfGk!fn~s+%9q+%oqY*TVVLX=@ku7W8SXy~udEY0VAB&gBP z)p@#q+kA(A_KR;VTu}L&uYZ+k;(|J{y#AIgA&t$ktyXM{^IM~C$}Bl}`f-rMh5Eh1 zf47=7K416Cjw|?u)LSdN4Oiba0)xbEL(mKP&W$gAZ4ST1{vhqeuj^o|*)IgYkW13P zSCuwV^0bF)(z)YeQf!-7^Ukq}2L=eJzFnl>$-dm=-_^hF->%7ZT>t6a@9+G1^$U$U zKl`ty>d)5OaxDFA&3|vTe%9xERr0yO)LQhP;k57jwftw-FIX*q;`mFUCBaKf&%T=Y ztH(mBjiW7MQQJYm+E#W~`~M6J|4y;Hcle^zhCgfW@7ZE+v9GE9$>RSE!NIj#@4s7W zzdiFMZ`|Lx&zFeopSkf%+WP&<=1YK=9hmKZ`SRZ({d@J7zfW0`&1J>;;u~w6$48w< z9I|hxC?8Wfaj&qGC&crH%lTbDSKWHYGm))J=%ik1Lgw(!kXZr%>e9TK9 zJL&02ws7-V&gMC-FD!dEBG_I?Mk@2^VdLbMi%$Y~uaPZb7vkm2*?o2$b9Y%)wP}7z zuhdD7ImSXo^9*u!Bp6q*7W^(WEB=Zp<U7?&Yb>a31iH#Ow;bBJ-_}PzsH($QF%%>t%o4)0~{qCDD-UigENO0=TuiWY|GkWvoo2#=`GNySX zPEspV*VJ=lNiaO@T4*uh;c?-_nHx_jpKN=#C%g4%v-#>J7SD2wb@uoG!yqW;RB}rB z+(Qd39%=;aI&gKmuc46h^2WByHJ8Qm&ih$uJzSb`$7}McC+dz + + + +phpFITFileAnalysis demo + + + + +

+
+
+
+
+

Mountain Biking

+
+
+ Mountain Biking +
+
+
+
+
+
+

Power Analysis (cycling)

+
+
+ Power Analysis +
+
+
+
+
+
+

Quadrant Analysis

+
+
+ Quadrant Analysis +
+
+
+
+
+
+

Swim

+
+
+ Swim +
+
+
+
+ + + + \ No newline at end of file diff --git a/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/js/crossfilter.js b/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/js/crossfilter.js new file mode 100644 index 00000000..37f0a62f --- /dev/null +++ b/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/js/crossfilter.js @@ -0,0 +1,1401 @@ +(function(exports){ +crossfilter.version = "1.3.12"; +function crossfilter_identity(d) { + return d; +} +crossfilter.permute = permute; + +function permute(array, index) { + for (var i = 0, n = index.length, copy = new Array(n); i < n; ++i) { + copy[i] = array[index[i]]; + } + return copy; +} +var bisect = crossfilter.bisect = bisect_by(crossfilter_identity); + +bisect.by = bisect_by; + +function bisect_by(f) { + + // Locate the insertion point for x in a to maintain sorted order. The + // arguments lo and hi may be used to specify a subset of the array which + // should be considered; by default the entire array is used. If x is already + // present in a, the insertion point will be before (to the left of) any + // existing entries. The return value is suitable for use as the first + // argument to `array.splice` assuming that a is already sorted. + // + // The returned insertion point i partitions the array a into two halves so + // that all v < x for v in a[lo:i] for the left side and all v >= x for v in + // a[i:hi] for the right side. + function bisectLeft(a, x, lo, hi) { + while (lo < hi) { + var mid = lo + hi >>> 1; + if (f(a[mid]) < x) lo = mid + 1; + else hi = mid; + } + return lo; + } + + // Similar to bisectLeft, but returns an insertion point which comes after (to + // the right of) any existing entries of x in a. + // + // The returned insertion point i partitions the array into two halves so that + // all v <= x for v in a[lo:i] for the left side and all v > x for v in + // a[i:hi] for the right side. + function bisectRight(a, x, lo, hi) { + while (lo < hi) { + var mid = lo + hi >>> 1; + if (x < f(a[mid])) hi = mid; + else lo = mid + 1; + } + return lo; + } + + bisectRight.right = bisectRight; + bisectRight.left = bisectLeft; + return bisectRight; +} +var heap = crossfilter.heap = heap_by(crossfilter_identity); + +heap.by = heap_by; + +function heap_by(f) { + + // Builds a binary heap within the specified array a[lo:hi]. The heap has the + // property such that the parent a[lo+i] is always less than or equal to its + // two children: a[lo+2*i+1] and a[lo+2*i+2]. + function heap(a, lo, hi) { + var n = hi - lo, + i = (n >>> 1) + 1; + while (--i > 0) sift(a, i, n, lo); + return a; + } + + // Sorts the specified array a[lo:hi] in descending order, assuming it is + // already a heap. + function sort(a, lo, hi) { + var n = hi - lo, + t; + while (--n > 0) t = a[lo], a[lo] = a[lo + n], a[lo + n] = t, sift(a, 1, n, lo); + return a; + } + + // Sifts the element a[lo+i-1] down the heap, where the heap is the contiguous + // slice of array a[lo:lo+n]. This method can also be used to update the heap + // incrementally, without incurring the full cost of reconstructing the heap. + function sift(a, i, n, lo) { + var d = a[--lo + i], + x = f(d), + child; + while ((child = i << 1) <= n) { + if (child < n && f(a[lo + child]) > f(a[lo + child + 1])) child++; + if (x <= f(a[lo + child])) break; + a[lo + i] = a[lo + child]; + i = child; + } + a[lo + i] = d; + } + + heap.sort = sort; + return heap; +} +var heapselect = crossfilter.heapselect = heapselect_by(crossfilter_identity); + +heapselect.by = heapselect_by; + +function heapselect_by(f) { + var heap = heap_by(f); + + // Returns a new array containing the top k elements in the array a[lo:hi]. + // The returned array is not sorted, but maintains the heap property. If k is + // greater than hi - lo, then fewer than k elements will be returned. The + // order of elements in a is unchanged by this operation. + function heapselect(a, lo, hi, k) { + var queue = new Array(k = Math.min(hi - lo, k)), + min, + i, + x, + d; + + for (i = 0; i < k; ++i) queue[i] = a[lo++]; + heap(queue, 0, k); + + if (lo < hi) { + min = f(queue[0]); + do { + if (x = f(d = a[lo]) > min) { + queue[0] = d; + min = f(heap(queue, 0, k)[0]); + } + } while (++lo < hi); + } + + return queue; + } + + return heapselect; +} +var insertionsort = crossfilter.insertionsort = insertionsort_by(crossfilter_identity); + +insertionsort.by = insertionsort_by; + +function insertionsort_by(f) { + + function insertionsort(a, lo, hi) { + for (var i = lo + 1; i < hi; ++i) { + for (var j = i, t = a[i], x = f(t); j > lo && f(a[j - 1]) > x; --j) { + a[j] = a[j - 1]; + } + a[j] = t; + } + return a; + } + + return insertionsort; +} +// Algorithm designed by Vladimir Yaroslavskiy. +// Implementation based on the Dart project; see lib/dart/LICENSE for details. + +var quicksort = crossfilter.quicksort = quicksort_by(crossfilter_identity); + +quicksort.by = quicksort_by; + +function quicksort_by(f) { + var insertionsort = insertionsort_by(f); + + function sort(a, lo, hi) { + return (hi - lo < quicksort_sizeThreshold + ? insertionsort + : quicksort)(a, lo, hi); + } + + function quicksort(a, lo, hi) { + // Compute the two pivots by looking at 5 elements. + var sixth = (hi - lo) / 6 | 0, + i1 = lo + sixth, + i5 = hi - 1 - sixth, + i3 = lo + hi - 1 >> 1, // The midpoint. + i2 = i3 - sixth, + i4 = i3 + sixth; + + var e1 = a[i1], x1 = f(e1), + e2 = a[i2], x2 = f(e2), + e3 = a[i3], x3 = f(e3), + e4 = a[i4], x4 = f(e4), + e5 = a[i5], x5 = f(e5); + + var t; + + // Sort the selected 5 elements using a sorting network. + if (x1 > x2) t = e1, e1 = e2, e2 = t, t = x1, x1 = x2, x2 = t; + if (x4 > x5) t = e4, e4 = e5, e5 = t, t = x4, x4 = x5, x5 = t; + if (x1 > x3) t = e1, e1 = e3, e3 = t, t = x1, x1 = x3, x3 = t; + if (x2 > x3) t = e2, e2 = e3, e3 = t, t = x2, x2 = x3, x3 = t; + if (x1 > x4) t = e1, e1 = e4, e4 = t, t = x1, x1 = x4, x4 = t; + if (x3 > x4) t = e3, e3 = e4, e4 = t, t = x3, x3 = x4, x4 = t; + if (x2 > x5) t = e2, e2 = e5, e5 = t, t = x2, x2 = x5, x5 = t; + if (x2 > x3) t = e2, e2 = e3, e3 = t, t = x2, x2 = x3, x3 = t; + if (x4 > x5) t = e4, e4 = e5, e5 = t, t = x4, x4 = x5, x5 = t; + + var pivot1 = e2, pivotValue1 = x2, + pivot2 = e4, pivotValue2 = x4; + + // e2 and e4 have been saved in the pivot variables. They will be written + // back, once the partitioning is finished. + a[i1] = e1; + a[i2] = a[lo]; + a[i3] = e3; + a[i4] = a[hi - 1]; + a[i5] = e5; + + var less = lo + 1, // First element in the middle partition. + great = hi - 2; // Last element in the middle partition. + + // Note that for value comparison, <, <=, >= and > coerce to a primitive via + // Object.prototype.valueOf; == and === do not, so in order to be consistent + // with natural order (such as for Date objects), we must do two compares. + var pivotsEqual = pivotValue1 <= pivotValue2 && pivotValue1 >= pivotValue2; + if (pivotsEqual) { + + // Degenerated case where the partitioning becomes a dutch national flag + // problem. + // + // [ | < pivot | == pivot | unpartitioned | > pivot | ] + // ^ ^ ^ ^ ^ + // left less k great right + // + // a[left] and a[right] are undefined and are filled after the + // partitioning. + // + // Invariants: + // 1) for x in ]left, less[ : x < pivot. + // 2) for x in [less, k[ : x == pivot. + // 3) for x in ]great, right[ : x > pivot. + for (var k = less; k <= great; ++k) { + var ek = a[k], xk = f(ek); + if (xk < pivotValue1) { + if (k !== less) { + a[k] = a[less]; + a[less] = ek; + } + ++less; + } else if (xk > pivotValue1) { + + // Find the first element <= pivot in the range [k - 1, great] and + // put [:ek:] there. We know that such an element must exist: + // When k == less, then el3 (which is equal to pivot) lies in the + // interval. Otherwise a[k - 1] == pivot and the search stops at k-1. + // Note that in the latter case invariant 2 will be violated for a + // short amount of time. The invariant will be restored when the + // pivots are put into their final positions. + while (true) { + var greatValue = f(a[great]); + if (greatValue > pivotValue1) { + great--; + // This is the only location in the while-loop where a new + // iteration is started. + continue; + } else if (greatValue < pivotValue1) { + // Triple exchange. + a[k] = a[less]; + a[less++] = a[great]; + a[great--] = ek; + break; + } else { + a[k] = a[great]; + a[great--] = ek; + // Note: if great < k then we will exit the outer loop and fix + // invariant 2 (which we just violated). + break; + } + } + } + } + } else { + + // We partition the list into three parts: + // 1. < pivot1 + // 2. >= pivot1 && <= pivot2 + // 3. > pivot2 + // + // During the loop we have: + // [ | < pivot1 | >= pivot1 && <= pivot2 | unpartitioned | > pivot2 | ] + // ^ ^ ^ ^ ^ + // left less k great right + // + // a[left] and a[right] are undefined and are filled after the + // partitioning. + // + // Invariants: + // 1. for x in ]left, less[ : x < pivot1 + // 2. for x in [less, k[ : pivot1 <= x && x <= pivot2 + // 3. for x in ]great, right[ : x > pivot2 + for (var k = less; k <= great; k++) { + var ek = a[k], xk = f(ek); + if (xk < pivotValue1) { + if (k !== less) { + a[k] = a[less]; + a[less] = ek; + } + ++less; + } else { + if (xk > pivotValue2) { + while (true) { + var greatValue = f(a[great]); + if (greatValue > pivotValue2) { + great--; + if (great < k) break; + // This is the only location inside the loop where a new + // iteration is started. + continue; + } else { + // a[great] <= pivot2. + if (greatValue < pivotValue1) { + // Triple exchange. + a[k] = a[less]; + a[less++] = a[great]; + a[great--] = ek; + } else { + // a[great] >= pivot1. + a[k] = a[great]; + a[great--] = ek; + } + break; + } + } + } + } + } + } + + // Move pivots into their final positions. + // We shrunk the list from both sides (a[left] and a[right] have + // meaningless values in them) and now we move elements from the first + // and third partition into these locations so that we can store the + // pivots. + a[lo] = a[less - 1]; + a[less - 1] = pivot1; + a[hi - 1] = a[great + 1]; + a[great + 1] = pivot2; + + // The list is now partitioned into three partitions: + // [ < pivot1 | >= pivot1 && <= pivot2 | > pivot2 ] + // ^ ^ ^ ^ + // left less great right + + // Recursive descent. (Don't include the pivot values.) + sort(a, lo, less - 1); + sort(a, great + 2, hi); + + if (pivotsEqual) { + // All elements in the second partition are equal to the pivot. No + // need to sort them. + return a; + } + + // In theory it should be enough to call _doSort recursively on the second + // partition. + // The Android source however removes the pivot elements from the recursive + // call if the second partition is too large (more than 2/3 of the list). + if (less < i1 && great > i5) { + var lessValue, greatValue; + while ((lessValue = f(a[less])) <= pivotValue1 && lessValue >= pivotValue1) ++less; + while ((greatValue = f(a[great])) <= pivotValue2 && greatValue >= pivotValue2) --great; + + // Copy paste of the previous 3-way partitioning with adaptions. + // + // We partition the list into three parts: + // 1. == pivot1 + // 2. > pivot1 && < pivot2 + // 3. == pivot2 + // + // During the loop we have: + // [ == pivot1 | > pivot1 && < pivot2 | unpartitioned | == pivot2 ] + // ^ ^ ^ + // less k great + // + // Invariants: + // 1. for x in [ *, less[ : x == pivot1 + // 2. for x in [less, k[ : pivot1 < x && x < pivot2 + // 3. for x in ]great, * ] : x == pivot2 + for (var k = less; k <= great; k++) { + var ek = a[k], xk = f(ek); + if (xk <= pivotValue1 && xk >= pivotValue1) { + if (k !== less) { + a[k] = a[less]; + a[less] = ek; + } + less++; + } else { + if (xk <= pivotValue2 && xk >= pivotValue2) { + while (true) { + var greatValue = f(a[great]); + if (greatValue <= pivotValue2 && greatValue >= pivotValue2) { + great--; + if (great < k) break; + // This is the only location inside the loop where a new + // iteration is started. + continue; + } else { + // a[great] < pivot2. + if (greatValue < pivotValue1) { + // Triple exchange. + a[k] = a[less]; + a[less++] = a[great]; + a[great--] = ek; + } else { + // a[great] == pivot1. + a[k] = a[great]; + a[great--] = ek; + } + break; + } + } + } + } + } + } + + // The second partition has now been cleared of pivot elements and looks + // as follows: + // [ * | > pivot1 && < pivot2 | * ] + // ^ ^ + // less great + // Sort the second partition using recursive descent. + + // The second partition looks as follows: + // [ * | >= pivot1 && <= pivot2 | * ] + // ^ ^ + // less great + // Simply sort it by recursive descent. + + return sort(a, less, great + 1); + } + + return sort; +} + +var quicksort_sizeThreshold = 32; +var crossfilter_array8 = crossfilter_arrayUntyped, + crossfilter_array16 = crossfilter_arrayUntyped, + crossfilter_array32 = crossfilter_arrayUntyped, + crossfilter_arrayLengthen = crossfilter_arrayLengthenUntyped, + crossfilter_arrayWiden = crossfilter_arrayWidenUntyped; + +if (typeof Uint8Array !== "undefined") { + crossfilter_array8 = function(n) { return new Uint8Array(n); }; + crossfilter_array16 = function(n) { return new Uint16Array(n); }; + crossfilter_array32 = function(n) { return new Uint32Array(n); }; + + crossfilter_arrayLengthen = function(array, length) { + if (array.length >= length) return array; + var copy = new array.constructor(length); + copy.set(array); + return copy; + }; + + crossfilter_arrayWiden = function(array, width) { + var copy; + switch (width) { + case 16: copy = crossfilter_array16(array.length); break; + case 32: copy = crossfilter_array32(array.length); break; + default: throw new Error("invalid array width!"); + } + copy.set(array); + return copy; + }; +} + +function crossfilter_arrayUntyped(n) { + var array = new Array(n), i = -1; + while (++i < n) array[i] = 0; + return array; +} + +function crossfilter_arrayLengthenUntyped(array, length) { + var n = array.length; + while (n < length) array[n++] = 0; + return array; +} + +function crossfilter_arrayWidenUntyped(array, width) { + if (width > 32) throw new Error("invalid array width!"); + return array; +} +function crossfilter_filterExact(bisect, value) { + return function(values) { + var n = values.length; + return [bisect.left(values, value, 0, n), bisect.right(values, value, 0, n)]; + }; +} + +function crossfilter_filterRange(bisect, range) { + var min = range[0], + max = range[1]; + return function(values) { + var n = values.length; + return [bisect.left(values, min, 0, n), bisect.left(values, max, 0, n)]; + }; +} + +function crossfilter_filterAll(values) { + return [0, values.length]; +} +function crossfilter_null() { + return null; +} +function crossfilter_zero() { + return 0; +} +function crossfilter_reduceIncrement(p) { + return p + 1; +} + +function crossfilter_reduceDecrement(p) { + return p - 1; +} + +function crossfilter_reduceAdd(f) { + return function(p, v) { + return p + +f(v); + }; +} + +function crossfilter_reduceSubtract(f) { + return function(p, v) { + return p - f(v); + }; +} +exports.crossfilter = crossfilter; + +function crossfilter() { + var crossfilter = { + add: add, + remove: removeData, + dimension: dimension, + groupAll: groupAll, + size: size + }; + + var data = [], // the records + n = 0, // the number of records; data.length + m = 0, // a bit mask representing which dimensions are in use + M = 8, // number of dimensions that can fit in `filters` + filters = crossfilter_array8(0), // M bits per record; 1 is filtered out + filterListeners = [], // when the filters change + dataListeners = [], // when data is added + removeDataListeners = []; // when data is removed + + // Adds the specified new records to this crossfilter. + function add(newData) { + var n0 = n, + n1 = newData.length; + + // If there's actually new data to add… + // Merge the new data into the existing data. + // Lengthen the filter bitset to handle the new records. + // Notify listeners (dimensions and groups) that new data is available. + if (n1) { + data = data.concat(newData); + filters = crossfilter_arrayLengthen(filters, n += n1); + dataListeners.forEach(function(l) { l(newData, n0, n1); }); + } + + return crossfilter; + } + + // Removes all records that match the current filters. + function removeData() { + var newIndex = crossfilter_index(n, n), + removed = []; + for (var i = 0, j = 0; i < n; ++i) { + if (filters[i]) newIndex[i] = j++; + else removed.push(i); + } + + // Remove all matching records from groups. + filterListeners.forEach(function(l) { l(0, [], removed); }); + + // Update indexes. + removeDataListeners.forEach(function(l) { l(newIndex); }); + + // Remove old filters and data by overwriting. + for (var i = 0, j = 0, k; i < n; ++i) { + if (k = filters[i]) { + if (i !== j) filters[j] = k, data[j] = data[i]; + ++j; + } + } + data.length = j; + while (n > j) filters[--n] = 0; + } + + // Adds a new dimension with the specified value accessor function. + function dimension(value) { + var dimension = { + filter: filter, + filterExact: filterExact, + filterRange: filterRange, + filterFunction: filterFunction, + filterAll: filterAll, + top: top, + bottom: bottom, + group: group, + groupAll: groupAll, + dispose: dispose, + remove: dispose // for backwards-compatibility + }; + + var one = ~m & -~m, // lowest unset bit as mask, e.g., 00001000 + zero = ~one, // inverted one, e.g., 11110111 + values, // sorted, cached array + index, // value rank ↦ object id + newValues, // temporary array storing newly-added values + newIndex, // temporary array storing newly-added index + sort = quicksort_by(function(i) { return newValues[i]; }), + refilter = crossfilter_filterAll, // for recomputing filter + refilterFunction, // the custom filter function in use + indexListeners = [], // when data is added + dimensionGroups = [], + lo0 = 0, + hi0 = 0; + + // Updating a dimension is a two-stage process. First, we must update the + // associated filters for the newly-added records. Once all dimensions have + // updated their filters, the groups are notified to update. + dataListeners.unshift(preAdd); + dataListeners.push(postAdd); + + removeDataListeners.push(removeData); + + // Incorporate any existing data into this dimension, and make sure that the + // filter bitset is wide enough to handle the new dimension. + m |= one; + if (M >= 32 ? !one : m & -(1 << M)) { + filters = crossfilter_arrayWiden(filters, M <<= 1); + } + preAdd(data, 0, n); + postAdd(data, 0, n); + + // Incorporates the specified new records into this dimension. + // This function is responsible for updating filters, values, and index. + function preAdd(newData, n0, n1) { + + // Permute new values into natural order using a sorted index. + newValues = newData.map(value); + newIndex = sort(crossfilter_range(n1), 0, n1); + newValues = permute(newValues, newIndex); + + // Bisect newValues to determine which new records are selected. + var bounds = refilter(newValues), lo1 = bounds[0], hi1 = bounds[1], i; + if (refilterFunction) { + for (i = 0; i < n1; ++i) { + if (!refilterFunction(newValues[i], i)) filters[newIndex[i] + n0] |= one; + } + } else { + for (i = 0; i < lo1; ++i) filters[newIndex[i] + n0] |= one; + for (i = hi1; i < n1; ++i) filters[newIndex[i] + n0] |= one; + } + + // If this dimension previously had no data, then we don't need to do the + // more expensive merge operation; use the new values and index as-is. + if (!n0) { + values = newValues; + index = newIndex; + lo0 = lo1; + hi0 = hi1; + return; + } + + var oldValues = values, + oldIndex = index, + i0 = 0, + i1 = 0; + + // Otherwise, create new arrays into which to merge new and old. + values = new Array(n); + index = crossfilter_index(n, n); + + // Merge the old and new sorted values, and old and new index. + for (i = 0; i0 < n0 && i1 < n1; ++i) { + if (oldValues[i0] < newValues[i1]) { + values[i] = oldValues[i0]; + index[i] = oldIndex[i0++]; + } else { + values[i] = newValues[i1]; + index[i] = newIndex[i1++] + n0; + } + } + + // Add any remaining old values. + for (; i0 < n0; ++i0, ++i) { + values[i] = oldValues[i0]; + index[i] = oldIndex[i0]; + } + + // Add any remaining new values. + for (; i1 < n1; ++i1, ++i) { + values[i] = newValues[i1]; + index[i] = newIndex[i1] + n0; + } + + // Bisect again to recompute lo0 and hi0. + bounds = refilter(values), lo0 = bounds[0], hi0 = bounds[1]; + } + + // When all filters have updated, notify index listeners of the new values. + function postAdd(newData, n0, n1) { + indexListeners.forEach(function(l) { l(newValues, newIndex, n0, n1); }); + newValues = newIndex = null; + } + + function removeData(reIndex) { + for (var i = 0, j = 0, k; i < n; ++i) { + if (filters[k = index[i]]) { + if (i !== j) values[j] = values[i]; + index[j] = reIndex[k]; + ++j; + } + } + values.length = j; + while (j < n) index[j++] = 0; + + // Bisect again to recompute lo0 and hi0. + var bounds = refilter(values); + lo0 = bounds[0], hi0 = bounds[1]; + } + + // Updates the selected values based on the specified bounds [lo, hi]. + // This implementation is used by all the public filter methods. + function filterIndexBounds(bounds) { + var lo1 = bounds[0], + hi1 = bounds[1]; + + if (refilterFunction) { + refilterFunction = null; + filterIndexFunction(function(d, i) { return lo1 <= i && i < hi1; }); + lo0 = lo1; + hi0 = hi1; + return dimension; + } + + var i, + j, + k, + added = [], + removed = []; + + // Fast incremental update based on previous lo index. + if (lo1 < lo0) { + for (i = lo1, j = Math.min(lo0, hi1); i < j; ++i) { + filters[k = index[i]] ^= one; + added.push(k); + } + } else if (lo1 > lo0) { + for (i = lo0, j = Math.min(lo1, hi0); i < j; ++i) { + filters[k = index[i]] ^= one; + removed.push(k); + } + } + + // Fast incremental update based on previous hi index. + if (hi1 > hi0) { + for (i = Math.max(lo1, hi0), j = hi1; i < j; ++i) { + filters[k = index[i]] ^= one; + added.push(k); + } + } else if (hi1 < hi0) { + for (i = Math.max(lo0, hi1), j = hi0; i < j; ++i) { + filters[k = index[i]] ^= one; + removed.push(k); + } + } + + lo0 = lo1; + hi0 = hi1; + filterListeners.forEach(function(l) { l(one, added, removed); }); + return dimension; + } + + // Filters this dimension using the specified range, value, or null. + // If the range is null, this is equivalent to filterAll. + // If the range is an array, this is equivalent to filterRange. + // Otherwise, this is equivalent to filterExact. + function filter(range) { + return range == null + ? filterAll() : Array.isArray(range) + ? filterRange(range) : typeof range === "function" + ? filterFunction(range) + : filterExact(range); + } + + // Filters this dimension to select the exact value. + function filterExact(value) { + return filterIndexBounds((refilter = crossfilter_filterExact(bisect, value))(values)); + } + + // Filters this dimension to select the specified range [lo, hi]. + // The lower bound is inclusive, and the upper bound is exclusive. + function filterRange(range) { + return filterIndexBounds((refilter = crossfilter_filterRange(bisect, range))(values)); + } + + // Clears any filters on this dimension. + function filterAll() { + return filterIndexBounds((refilter = crossfilter_filterAll)(values)); + } + + // Filters this dimension using an arbitrary function. + function filterFunction(f) { + refilter = crossfilter_filterAll; + + filterIndexFunction(refilterFunction = f); + + lo0 = 0; + hi0 = n; + + return dimension; + } + + function filterIndexFunction(f) { + var i, + k, + x, + added = [], + removed = []; + + for (i = 0; i < n; ++i) { + if (!(filters[k = index[i]] & one) ^ !!(x = f(values[i], i))) { + if (x) filters[k] &= zero, added.push(k); + else filters[k] |= one, removed.push(k); + } + } + filterListeners.forEach(function(l) { l(one, added, removed); }); + } + + // Returns the top K selected records based on this dimension's order. + // Note: observes this dimension's filter, unlike group and groupAll. + function top(k) { + var array = [], + i = hi0, + j; + + while (--i >= lo0 && k > 0) { + if (!filters[j = index[i]]) { + array.push(data[j]); + --k; + } + } + + return array; + } + + // Returns the bottom K selected records based on this dimension's order. + // Note: observes this dimension's filter, unlike group and groupAll. + function bottom(k) { + var array = [], + i = lo0, + j; + + while (i < hi0 && k > 0) { + if (!filters[j = index[i]]) { + array.push(data[j]); + --k; + } + i++; + } + + return array; + } + + // Adds a new group to this dimension, using the specified key function. + function group(key) { + var group = { + top: top, + all: all, + reduce: reduce, + reduceCount: reduceCount, + reduceSum: reduceSum, + order: order, + orderNatural: orderNatural, + size: size, + dispose: dispose, + remove: dispose // for backwards-compatibility + }; + + // Ensure that this group will be removed when the dimension is removed. + dimensionGroups.push(group); + + var groups, // array of {key, value} + groupIndex, // object id ↦ group id + groupWidth = 8, + groupCapacity = crossfilter_capacity(groupWidth), + k = 0, // cardinality + select, + heap, + reduceAdd, + reduceRemove, + reduceInitial, + update = crossfilter_null, + reset = crossfilter_null, + resetNeeded = true, + groupAll = key === crossfilter_null; + + if (arguments.length < 1) key = crossfilter_identity; + + // The group listens to the crossfilter for when any dimension changes, so + // that it can update the associated reduce values. It must also listen to + // the parent dimension for when data is added, and compute new keys. + filterListeners.push(update); + indexListeners.push(add); + removeDataListeners.push(removeData); + + // Incorporate any existing data into the grouping. + add(values, index, 0, n); + + // Incorporates the specified new values into this group. + // This function is responsible for updating groups and groupIndex. + function add(newValues, newIndex, n0, n1) { + var oldGroups = groups, + reIndex = crossfilter_index(k, groupCapacity), + add = reduceAdd, + initial = reduceInitial, + k0 = k, // old cardinality + i0 = 0, // index of old group + i1 = 0, // index of new record + j, // object id + g0, // old group + x0, // old key + x1, // new key + g, // group to add + x; // key of group to add + + // If a reset is needed, we don't need to update the reduce values. + if (resetNeeded) add = initial = crossfilter_null; + + // Reset the new groups (k is a lower bound). + // Also, make sure that groupIndex exists and is long enough. + groups = new Array(k), k = 0; + groupIndex = k0 > 1 ? crossfilter_arrayLengthen(groupIndex, n) : crossfilter_index(n, groupCapacity); + + // Get the first old key (x0 of g0), if it exists. + if (k0) x0 = (g0 = oldGroups[0]).key; + + // Find the first new key (x1), skipping NaN keys. + while (i1 < n1 && !((x1 = key(newValues[i1])) >= x1)) ++i1; + + // While new keys remain… + while (i1 < n1) { + + // Determine the lesser of the two current keys; new and old. + // If there are no old keys remaining, then always add the new key. + if (g0 && x0 <= x1) { + g = g0, x = x0; + + // Record the new index of the old group. + reIndex[i0] = k; + + // Retrieve the next old key. + if (g0 = oldGroups[++i0]) x0 = g0.key; + } else { + g = {key: x1, value: initial()}, x = x1; + } + + // Add the lesser group. + groups[k] = g; + + // Add any selected records belonging to the added group, while + // advancing the new key and populating the associated group index. + while (!(x1 > x)) { + groupIndex[j = newIndex[i1] + n0] = k; + if (!(filters[j] & zero)) g.value = add(g.value, data[j]); + if (++i1 >= n1) break; + x1 = key(newValues[i1]); + } + + groupIncrement(); + } + + // Add any remaining old groups that were greater than all new keys. + // No incremental reduce is needed; these groups have no new records. + // Also record the new index of the old group. + while (i0 < k0) { + groups[reIndex[i0] = k] = oldGroups[i0++]; + groupIncrement(); + } + + // If we added any new groups before any old groups, + // update the group index of all the old records. + if (k > i0) for (i0 = 0; i0 < n0; ++i0) { + groupIndex[i0] = reIndex[groupIndex[i0]]; + } + + // Modify the update and reset behavior based on the cardinality. + // If the cardinality is less than or equal to one, then the groupIndex + // is not needed. If the cardinality is zero, then there are no records + // and therefore no groups to update or reset. Note that we also must + // change the registered listener to point to the new method. + j = filterListeners.indexOf(update); + if (k > 1) { + update = updateMany; + reset = resetMany; + } else { + if (!k && groupAll) { + k = 1; + groups = [{key: null, value: initial()}]; + } + if (k === 1) { + update = updateOne; + reset = resetOne; + } else { + update = crossfilter_null; + reset = crossfilter_null; + } + groupIndex = null; + } + filterListeners[j] = update; + + // Count the number of added groups, + // and widen the group index as needed. + function groupIncrement() { + if (++k === groupCapacity) { + reIndex = crossfilter_arrayWiden(reIndex, groupWidth <<= 1); + groupIndex = crossfilter_arrayWiden(groupIndex, groupWidth); + groupCapacity = crossfilter_capacity(groupWidth); + } + } + } + + function removeData() { + if (k > 1) { + var oldK = k, + oldGroups = groups, + seenGroups = crossfilter_index(oldK, oldK); + + // Filter out non-matches by copying matching group index entries to + // the beginning of the array. + for (var i = 0, j = 0; i < n; ++i) { + if (filters[i]) { + seenGroups[groupIndex[j] = groupIndex[i]] = 1; + ++j; + } + } + + // Reassemble groups including only those groups that were referred + // to by matching group index entries. Note the new group index in + // seenGroups. + groups = [], k = 0; + for (i = 0; i < oldK; ++i) { + if (seenGroups[i]) { + seenGroups[i] = k++; + groups.push(oldGroups[i]); + } + } + + if (k > 1) { + // Reindex the group index using seenGroups to find the new index. + for (var i = 0; i < j; ++i) groupIndex[i] = seenGroups[groupIndex[i]]; + } else { + groupIndex = null; + } + filterListeners[filterListeners.indexOf(update)] = k > 1 + ? (reset = resetMany, update = updateMany) + : k === 1 ? (reset = resetOne, update = updateOne) + : reset = update = crossfilter_null; + } else if (k === 1) { + if (groupAll) return; + for (var i = 0; i < n; ++i) if (filters[i]) return; + groups = [], k = 0; + filterListeners[filterListeners.indexOf(update)] = + update = reset = crossfilter_null; + } + } + + // Reduces the specified selected or deselected records. + // This function is only used when the cardinality is greater than 1. + function updateMany(filterOne, added, removed) { + if (filterOne === one || resetNeeded) return; + + var i, + k, + n, + g; + + // Add the added values. + for (i = 0, n = added.length; i < n; ++i) { + if (!(filters[k = added[i]] & zero)) { + g = groups[groupIndex[k]]; + g.value = reduceAdd(g.value, data[k]); + } + } + + // Remove the removed values. + for (i = 0, n = removed.length; i < n; ++i) { + if ((filters[k = removed[i]] & zero) === filterOne) { + g = groups[groupIndex[k]]; + g.value = reduceRemove(g.value, data[k]); + } + } + } + + // Reduces the specified selected or deselected records. + // This function is only used when the cardinality is 1. + function updateOne(filterOne, added, removed) { + if (filterOne === one || resetNeeded) return; + + var i, + k, + n, + g = groups[0]; + + // Add the added values. + for (i = 0, n = added.length; i < n; ++i) { + if (!(filters[k = added[i]] & zero)) { + g.value = reduceAdd(g.value, data[k]); + } + } + + // Remove the removed values. + for (i = 0, n = removed.length; i < n; ++i) { + if ((filters[k = removed[i]] & zero) === filterOne) { + g.value = reduceRemove(g.value, data[k]); + } + } + } + + // Recomputes the group reduce values from scratch. + // This function is only used when the cardinality is greater than 1. + function resetMany() { + var i, + g; + + // Reset all group values. + for (i = 0; i < k; ++i) { + groups[i].value = reduceInitial(); + } + + // Add any selected records. + for (i = 0; i < n; ++i) { + if (!(filters[i] & zero)) { + g = groups[groupIndex[i]]; + g.value = reduceAdd(g.value, data[i]); + } + } + } + + // Recomputes the group reduce values from scratch. + // This function is only used when the cardinality is 1. + function resetOne() { + var i, + g = groups[0]; + + // Reset the singleton group values. + g.value = reduceInitial(); + + // Add any selected records. + for (i = 0; i < n; ++i) { + if (!(filters[i] & zero)) { + g.value = reduceAdd(g.value, data[i]); + } + } + } + + // Returns the array of group values, in the dimension's natural order. + function all() { + if (resetNeeded) reset(), resetNeeded = false; + return groups; + } + + // Returns a new array containing the top K group values, in reduce order. + function top(k) { + var top = select(all(), 0, groups.length, k); + return heap.sort(top, 0, top.length); + } + + // Sets the reduce behavior for this group to use the specified functions. + // This method lazily recomputes the reduce values, waiting until needed. + function reduce(add, remove, initial) { + reduceAdd = add; + reduceRemove = remove; + reduceInitial = initial; + resetNeeded = true; + return group; + } + + // A convenience method for reducing by count. + function reduceCount() { + return reduce(crossfilter_reduceIncrement, crossfilter_reduceDecrement, crossfilter_zero); + } + + // A convenience method for reducing by sum(value). + function reduceSum(value) { + return reduce(crossfilter_reduceAdd(value), crossfilter_reduceSubtract(value), crossfilter_zero); + } + + // Sets the reduce order, using the specified accessor. + function order(value) { + select = heapselect_by(valueOf); + heap = heap_by(valueOf); + function valueOf(d) { return value(d.value); } + return group; + } + + // A convenience method for natural ordering by reduce value. + function orderNatural() { + return order(crossfilter_identity); + } + + // Returns the cardinality of this group, irrespective of any filters. + function size() { + return k; + } + + // Removes this group and associated event listeners. + function dispose() { + var i = filterListeners.indexOf(update); + if (i >= 0) filterListeners.splice(i, 1); + i = indexListeners.indexOf(add); + if (i >= 0) indexListeners.splice(i, 1); + i = removeDataListeners.indexOf(removeData); + if (i >= 0) removeDataListeners.splice(i, 1); + return group; + } + + return reduceCount().orderNatural(); + } + + // A convenience function for generating a singleton group. + function groupAll() { + var g = group(crossfilter_null), all = g.all; + delete g.all; + delete g.top; + delete g.order; + delete g.orderNatural; + delete g.size; + g.value = function() { return all()[0].value; }; + return g; + } + + // Removes this dimension and associated groups and event listeners. + function dispose() { + dimensionGroups.forEach(function(group) { group.dispose(); }); + var i = dataListeners.indexOf(preAdd); + if (i >= 0) dataListeners.splice(i, 1); + i = dataListeners.indexOf(postAdd); + if (i >= 0) dataListeners.splice(i, 1); + i = removeDataListeners.indexOf(removeData); + if (i >= 0) removeDataListeners.splice(i, 1); + m &= zero; + return filterAll(); + } + + return dimension; + } + + // A convenience method for groupAll on a dummy dimension. + // This implementation can be optimized since it always has cardinality 1. + function groupAll() { + var group = { + reduce: reduce, + reduceCount: reduceCount, + reduceSum: reduceSum, + value: value, + dispose: dispose, + remove: dispose // for backwards-compatibility + }; + + var reduceValue, + reduceAdd, + reduceRemove, + reduceInitial, + resetNeeded = true; + + // The group listens to the crossfilter for when any dimension changes, so + // that it can update the reduce value. It must also listen to the parent + // dimension for when data is added. + filterListeners.push(update); + dataListeners.push(add); + + // For consistency; actually a no-op since resetNeeded is true. + add(data, 0, n); + + // Incorporates the specified new values into this group. + function add(newData, n0) { + var i; + + if (resetNeeded) return; + + // Add the added values. + for (i = n0; i < n; ++i) { + if (!filters[i]) { + reduceValue = reduceAdd(reduceValue, data[i]); + } + } + } + + // Reduces the specified selected or deselected records. + function update(filterOne, added, removed) { + var i, + k, + n; + + if (resetNeeded) return; + + // Add the added values. + for (i = 0, n = added.length; i < n; ++i) { + if (!filters[k = added[i]]) { + reduceValue = reduceAdd(reduceValue, data[k]); + } + } + + // Remove the removed values. + for (i = 0, n = removed.length; i < n; ++i) { + if (filters[k = removed[i]] === filterOne) { + reduceValue = reduceRemove(reduceValue, data[k]); + } + } + } + + // Recomputes the group reduce value from scratch. + function reset() { + var i; + + reduceValue = reduceInitial(); + + for (i = 0; i < n; ++i) { + if (!filters[i]) { + reduceValue = reduceAdd(reduceValue, data[i]); + } + } + } + + // Sets the reduce behavior for this group to use the specified functions. + // This method lazily recomputes the reduce value, waiting until needed. + function reduce(add, remove, initial) { + reduceAdd = add; + reduceRemove = remove; + reduceInitial = initial; + resetNeeded = true; + return group; + } + + // A convenience method for reducing by count. + function reduceCount() { + return reduce(crossfilter_reduceIncrement, crossfilter_reduceDecrement, crossfilter_zero); + } + + // A convenience method for reducing by sum(value). + function reduceSum(value) { + return reduce(crossfilter_reduceAdd(value), crossfilter_reduceSubtract(value), crossfilter_zero); + } + + // Returns the computed reduce value. + function value() { + if (resetNeeded) reset(), resetNeeded = false; + return reduceValue; + } + + // Removes this group and associated event listeners. + function dispose() { + var i = filterListeners.indexOf(update); + if (i >= 0) filterListeners.splice(i); + i = dataListeners.indexOf(add); + if (i >= 0) dataListeners.splice(i); + return group; + } + + return reduceCount(); + } + + // Returns the number of records in this crossfilter, irrespective of any filters. + function size() { + return n; + } + + return arguments.length + ? add(arguments[0]) + : crossfilter; +} + +// Returns an array of size n, big enough to store ids up to m. +function crossfilter_index(n, m) { + return (m < 0x101 + ? crossfilter_array8 : m < 0x10001 + ? crossfilter_array16 + : crossfilter_array32)(n); +} + +// Constructs a new array of size n, with sequential values from 0 to n - 1. +function crossfilter_range(n) { + var range = crossfilter_index(n, n); + for (var i = -1; ++i < n;) range[i] = i; + return range; +} + +function crossfilter_capacity(w) { + return w === 8 + ? 0x100 : w === 16 + ? 0x10000 + : 0x100000000; +} +})(typeof exports !== 'undefined' && exports || this); diff --git a/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/js/d3.js b/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/js/d3.js new file mode 100644 index 00000000..3a0faeba --- /dev/null +++ b/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/js/d3.js @@ -0,0 +1,9504 @@ +!function() { + var d3 = { + version: "3.5.6" + }; + var d3_arraySlice = [].slice, d3_array = function(list) { + return d3_arraySlice.call(list); + }; + var d3_document = this.document; + function d3_documentElement(node) { + return node && (node.ownerDocument || node.document || node).documentElement; + } + function d3_window(node) { + return node && (node.ownerDocument && node.ownerDocument.defaultView || node.document && node || node.defaultView); + } + if (d3_document) { + try { + d3_array(d3_document.documentElement.childNodes)[0].nodeType; + } catch (e) { + d3_array = function(list) { + var i = list.length, array = new Array(i); + while (i--) array[i] = list[i]; + return array; + }; + } + } + if (!Date.now) Date.now = function() { + return +new Date(); + }; + if (d3_document) { + try { + d3_document.createElement("DIV").style.setProperty("opacity", 0, ""); + } catch (error) { + var d3_element_prototype = this.Element.prototype, d3_element_setAttribute = d3_element_prototype.setAttribute, d3_element_setAttributeNS = d3_element_prototype.setAttributeNS, d3_style_prototype = this.CSSStyleDeclaration.prototype, d3_style_setProperty = d3_style_prototype.setProperty; + d3_element_prototype.setAttribute = function(name, value) { + d3_element_setAttribute.call(this, name, value + ""); + }; + d3_element_prototype.setAttributeNS = function(space, local, value) { + d3_element_setAttributeNS.call(this, space, local, value + ""); + }; + d3_style_prototype.setProperty = function(name, value, priority) { + d3_style_setProperty.call(this, name, value + "", priority); + }; + } + } + d3.ascending = d3_ascending; + function d3_ascending(a, b) { + return a < b ? -1 : a > b ? 1 : a >= b ? 0 : NaN; + } + d3.descending = function(a, b) { + return b < a ? -1 : b > a ? 1 : b >= a ? 0 : NaN; + }; + d3.min = function(array, f) { + var i = -1, n = array.length, a, b; + if (arguments.length === 1) { + while (++i < n) if ((b = array[i]) != null && b >= b) { + a = b; + break; + } + while (++i < n) if ((b = array[i]) != null && a > b) a = b; + } else { + while (++i < n) if ((b = f.call(array, array[i], i)) != null && b >= b) { + a = b; + break; + } + while (++i < n) if ((b = f.call(array, array[i], i)) != null && a > b) a = b; + } + return a; + }; + d3.max = function(array, f) { + var i = -1, n = array.length, a, b; + if (arguments.length === 1) { + while (++i < n) if ((b = array[i]) != null && b >= b) { + a = b; + break; + } + while (++i < n) if ((b = array[i]) != null && b > a) a = b; + } else { + while (++i < n) if ((b = f.call(array, array[i], i)) != null && b >= b) { + a = b; + break; + } + while (++i < n) if ((b = f.call(array, array[i], i)) != null && b > a) a = b; + } + return a; + }; + d3.extent = function(array, f) { + var i = -1, n = array.length, a, b, c; + if (arguments.length === 1) { + while (++i < n) if ((b = array[i]) != null && b >= b) { + a = c = b; + break; + } + while (++i < n) if ((b = array[i]) != null) { + if (a > b) a = b; + if (c < b) c = b; + } + } else { + while (++i < n) if ((b = f.call(array, array[i], i)) != null && b >= b) { + a = c = b; + break; + } + while (++i < n) if ((b = f.call(array, array[i], i)) != null) { + if (a > b) a = b; + if (c < b) c = b; + } + } + return [ a, c ]; + }; + function d3_number(x) { + return x === null ? NaN : +x; + } + function d3_numeric(x) { + return !isNaN(x); + } + d3.sum = function(array, f) { + var s = 0, n = array.length, a, i = -1; + if (arguments.length === 1) { + while (++i < n) if (d3_numeric(a = +array[i])) s += a; + } else { + while (++i < n) if (d3_numeric(a = +f.call(array, array[i], i))) s += a; + } + return s; + }; + d3.mean = function(array, f) { + var s = 0, n = array.length, a, i = -1, j = n; + if (arguments.length === 1) { + while (++i < n) if (d3_numeric(a = d3_number(array[i]))) s += a; else --j; + } else { + while (++i < n) if (d3_numeric(a = d3_number(f.call(array, array[i], i)))) s += a; else --j; + } + if (j) return s / j; + }; + d3.quantile = function(values, p) { + var H = (values.length - 1) * p + 1, h = Math.floor(H), v = +values[h - 1], e = H - h; + return e ? v + e * (values[h] - v) : v; + }; + d3.median = function(array, f) { + var numbers = [], n = array.length, a, i = -1; + if (arguments.length === 1) { + while (++i < n) if (d3_numeric(a = d3_number(array[i]))) numbers.push(a); + } else { + while (++i < n) if (d3_numeric(a = d3_number(f.call(array, array[i], i)))) numbers.push(a); + } + if (numbers.length) return d3.quantile(numbers.sort(d3_ascending), .5); + }; + d3.variance = function(array, f) { + var n = array.length, m = 0, a, d, s = 0, i = -1, j = 0; + if (arguments.length === 1) { + while (++i < n) { + if (d3_numeric(a = d3_number(array[i]))) { + d = a - m; + m += d / ++j; + s += d * (a - m); + } + } + } else { + while (++i < n) { + if (d3_numeric(a = d3_number(f.call(array, array[i], i)))) { + d = a - m; + m += d / ++j; + s += d * (a - m); + } + } + } + if (j > 1) return s / (j - 1); + }; + d3.deviation = function() { + var v = d3.variance.apply(this, arguments); + return v ? Math.sqrt(v) : v; + }; + function d3_bisector(compare) { + return { + left: function(a, x, lo, hi) { + if (arguments.length < 3) lo = 0; + if (arguments.length < 4) hi = a.length; + while (lo < hi) { + var mid = lo + hi >>> 1; + if (compare(a[mid], x) < 0) lo = mid + 1; else hi = mid; + } + return lo; + }, + right: function(a, x, lo, hi) { + if (arguments.length < 3) lo = 0; + if (arguments.length < 4) hi = a.length; + while (lo < hi) { + var mid = lo + hi >>> 1; + if (compare(a[mid], x) > 0) hi = mid; else lo = mid + 1; + } + return lo; + } + }; + } + var d3_bisect = d3_bisector(d3_ascending); + d3.bisectLeft = d3_bisect.left; + d3.bisect = d3.bisectRight = d3_bisect.right; + d3.bisector = function(f) { + return d3_bisector(f.length === 1 ? function(d, x) { + return d3_ascending(f(d), x); + } : f); + }; + d3.shuffle = function(array, i0, i1) { + if ((m = arguments.length) < 3) { + i1 = array.length; + if (m < 2) i0 = 0; + } + var m = i1 - i0, t, i; + while (m) { + i = Math.random() * m-- | 0; + t = array[m + i0], array[m + i0] = array[i + i0], array[i + i0] = t; + } + return array; + }; + d3.permute = function(array, indexes) { + var i = indexes.length, permutes = new Array(i); + while (i--) permutes[i] = array[indexes[i]]; + return permutes; + }; + d3.pairs = function(array) { + var i = 0, n = array.length - 1, p0, p1 = array[0], pairs = new Array(n < 0 ? 0 : n); + while (i < n) pairs[i] = [ p0 = p1, p1 = array[++i] ]; + return pairs; + }; + d3.zip = function() { + if (!(n = arguments.length)) return []; + for (var i = -1, m = d3.min(arguments, d3_zipLength), zips = new Array(m); ++i < m; ) { + for (var j = -1, n, zip = zips[i] = new Array(n); ++j < n; ) { + zip[j] = arguments[j][i]; + } + } + return zips; + }; + function d3_zipLength(d) { + return d.length; + } + d3.transpose = function(matrix) { + return d3.zip.apply(d3, matrix); + }; + d3.keys = function(map) { + var keys = []; + for (var key in map) keys.push(key); + return keys; + }; + d3.values = function(map) { + var values = []; + for (var key in map) values.push(map[key]); + return values; + }; + d3.entries = function(map) { + var entries = []; + for (var key in map) entries.push({ + key: key, + value: map[key] + }); + return entries; + }; + d3.merge = function(arrays) { + var n = arrays.length, m, i = -1, j = 0, merged, array; + while (++i < n) j += arrays[i].length; + merged = new Array(j); + while (--n >= 0) { + array = arrays[n]; + m = array.length; + while (--m >= 0) { + merged[--j] = array[m]; + } + } + return merged; + }; + var abs = Math.abs; + d3.range = function(start, stop, step) { + if (arguments.length < 3) { + step = 1; + if (arguments.length < 2) { + stop = start; + start = 0; + } + } + if ((stop - start) / step === Infinity) throw new Error("infinite range"); + var range = [], k = d3_range_integerScale(abs(step)), i = -1, j; + start *= k, stop *= k, step *= k; + if (step < 0) while ((j = start + step * ++i) > stop) range.push(j / k); else while ((j = start + step * ++i) < stop) range.push(j / k); + return range; + }; + function d3_range_integerScale(x) { + var k = 1; + while (x * k % 1) k *= 10; + return k; + } + function d3_class(ctor, properties) { + for (var key in properties) { + Object.defineProperty(ctor.prototype, key, { + value: properties[key], + enumerable: false + }); + } + } + d3.map = function(object, f) { + var map = new d3_Map(); + if (object instanceof d3_Map) { + object.forEach(function(key, value) { + map.set(key, value); + }); + } else if (Array.isArray(object)) { + var i = -1, n = object.length, o; + if (arguments.length === 1) while (++i < n) map.set(i, object[i]); else while (++i < n) map.set(f.call(object, o = object[i], i), o); + } else { + for (var key in object) map.set(key, object[key]); + } + return map; + }; + function d3_Map() { + this._ = Object.create(null); + } + var d3_map_proto = "__proto__", d3_map_zero = "\x00"; + d3_class(d3_Map, { + has: d3_map_has, + get: function(key) { + return this._[d3_map_escape(key)]; + }, + set: function(key, value) { + return this._[d3_map_escape(key)] = value; + }, + remove: d3_map_remove, + keys: d3_map_keys, + values: function() { + var values = []; + for (var key in this._) values.push(this._[key]); + return values; + }, + entries: function() { + var entries = []; + for (var key in this._) entries.push({ + key: d3_map_unescape(key), + value: this._[key] + }); + return entries; + }, + size: d3_map_size, + empty: d3_map_empty, + forEach: function(f) { + for (var key in this._) f.call(this, d3_map_unescape(key), this._[key]); + } + }); + function d3_map_escape(key) { + return (key += "") === d3_map_proto || key[0] === d3_map_zero ? d3_map_zero + key : key; + } + function d3_map_unescape(key) { + return (key += "")[0] === d3_map_zero ? key.slice(1) : key; + } + function d3_map_has(key) { + return d3_map_escape(key) in this._; + } + function d3_map_remove(key) { + return (key = d3_map_escape(key)) in this._ && delete this._[key]; + } + function d3_map_keys() { + var keys = []; + for (var key in this._) keys.push(d3_map_unescape(key)); + return keys; + } + function d3_map_size() { + var size = 0; + for (var key in this._) ++size; + return size; + } + function d3_map_empty() { + for (var key in this._) return false; + return true; + } + d3.nest = function() { + var nest = {}, keys = [], sortKeys = [], sortValues, rollup; + function map(mapType, array, depth) { + if (depth >= keys.length) return rollup ? rollup.call(nest, array) : sortValues ? array.sort(sortValues) : array; + var i = -1, n = array.length, key = keys[depth++], keyValue, object, setter, valuesByKey = new d3_Map(), values; + while (++i < n) { + if (values = valuesByKey.get(keyValue = key(object = array[i]))) { + values.push(object); + } else { + valuesByKey.set(keyValue, [ object ]); + } + } + if (mapType) { + object = mapType(); + setter = function(keyValue, values) { + object.set(keyValue, map(mapType, values, depth)); + }; + } else { + object = {}; + setter = function(keyValue, values) { + object[keyValue] = map(mapType, values, depth); + }; + } + valuesByKey.forEach(setter); + return object; + } + function entries(map, depth) { + if (depth >= keys.length) return map; + var array = [], sortKey = sortKeys[depth++]; + map.forEach(function(key, keyMap) { + array.push({ + key: key, + values: entries(keyMap, depth) + }); + }); + return sortKey ? array.sort(function(a, b) { + return sortKey(a.key, b.key); + }) : array; + } + nest.map = function(array, mapType) { + return map(mapType, array, 0); + }; + nest.entries = function(array) { + return entries(map(d3.map, array, 0), 0); + }; + nest.key = function(d) { + keys.push(d); + return nest; + }; + nest.sortKeys = function(order) { + sortKeys[keys.length - 1] = order; + return nest; + }; + nest.sortValues = function(order) { + sortValues = order; + return nest; + }; + nest.rollup = function(f) { + rollup = f; + return nest; + }; + return nest; + }; + d3.set = function(array) { + var set = new d3_Set(); + if (array) for (var i = 0, n = array.length; i < n; ++i) set.add(array[i]); + return set; + }; + function d3_Set() { + this._ = Object.create(null); + } + d3_class(d3_Set, { + has: d3_map_has, + add: function(key) { + this._[d3_map_escape(key += "")] = true; + return key; + }, + remove: d3_map_remove, + values: d3_map_keys, + size: d3_map_size, + empty: d3_map_empty, + forEach: function(f) { + for (var key in this._) f.call(this, d3_map_unescape(key)); + } + }); + d3.behavior = {}; + function d3_identity(d) { + return d; + } + d3.rebind = function(target, source) { + var i = 1, n = arguments.length, method; + while (++i < n) target[method = arguments[i]] = d3_rebind(target, source, source[method]); + return target; + }; + function d3_rebind(target, source, method) { + return function() { + var value = method.apply(source, arguments); + return value === source ? target : value; + }; + } + function d3_vendorSymbol(object, name) { + if (name in object) return name; + name = name.charAt(0).toUpperCase() + name.slice(1); + for (var i = 0, n = d3_vendorPrefixes.length; i < n; ++i) { + var prefixName = d3_vendorPrefixes[i] + name; + if (prefixName in object) return prefixName; + } + } + var d3_vendorPrefixes = [ "webkit", "ms", "moz", "Moz", "o", "O" ]; + function d3_noop() {} + d3.dispatch = function() { + var dispatch = new d3_dispatch(), i = -1, n = arguments.length; + while (++i < n) dispatch[arguments[i]] = d3_dispatch_event(dispatch); + return dispatch; + }; + function d3_dispatch() {} + d3_dispatch.prototype.on = function(type, listener) { + var i = type.indexOf("."), name = ""; + if (i >= 0) { + name = type.slice(i + 1); + type = type.slice(0, i); + } + if (type) return arguments.length < 2 ? this[type].on(name) : this[type].on(name, listener); + if (arguments.length === 2) { + if (listener == null) for (type in this) { + if (this.hasOwnProperty(type)) this[type].on(name, null); + } + return this; + } + }; + function d3_dispatch_event(dispatch) { + var listeners = [], listenerByName = new d3_Map(); + function event() { + var z = listeners, i = -1, n = z.length, l; + while (++i < n) if (l = z[i].on) l.apply(this, arguments); + return dispatch; + } + event.on = function(name, listener) { + var l = listenerByName.get(name), i; + if (arguments.length < 2) return l && l.on; + if (l) { + l.on = null; + listeners = listeners.slice(0, i = listeners.indexOf(l)).concat(listeners.slice(i + 1)); + listenerByName.remove(name); + } + if (listener) listeners.push(listenerByName.set(name, { + on: listener + })); + return dispatch; + }; + return event; + } + d3.event = null; + function d3_eventPreventDefault() { + d3.event.preventDefault(); + } + function d3_eventSource() { + var e = d3.event, s; + while (s = e.sourceEvent) e = s; + return e; + } + function d3_eventDispatch(target) { + var dispatch = new d3_dispatch(), i = 0, n = arguments.length; + while (++i < n) dispatch[arguments[i]] = d3_dispatch_event(dispatch); + dispatch.of = function(thiz, argumentz) { + return function(e1) { + try { + var e0 = e1.sourceEvent = d3.event; + e1.target = target; + d3.event = e1; + dispatch[e1.type].apply(thiz, argumentz); + } finally { + d3.event = e0; + } + }; + }; + return dispatch; + } + d3.requote = function(s) { + return s.replace(d3_requote_re, "\\$&"); + }; + var d3_requote_re = /[\\\^\$\*\+\?\|\[\]\(\)\.\{\}]/g; + var d3_subclass = {}.__proto__ ? function(object, prototype) { + object.__proto__ = prototype; + } : function(object, prototype) { + for (var property in prototype) object[property] = prototype[property]; + }; + function d3_selection(groups) { + d3_subclass(groups, d3_selectionPrototype); + return groups; + } + var d3_select = function(s, n) { + return n.querySelector(s); + }, d3_selectAll = function(s, n) { + return n.querySelectorAll(s); + }, d3_selectMatches = function(n, s) { + var d3_selectMatcher = n.matches || n[d3_vendorSymbol(n, "matchesSelector")]; + d3_selectMatches = function(n, s) { + return d3_selectMatcher.call(n, s); + }; + return d3_selectMatches(n, s); + }; + if (typeof Sizzle === "function") { + d3_select = function(s, n) { + return Sizzle(s, n)[0] || null; + }; + d3_selectAll = Sizzle; + d3_selectMatches = Sizzle.matchesSelector; + } + d3.selection = function() { + return d3.select(d3_document.documentElement); + }; + var d3_selectionPrototype = d3.selection.prototype = []; + d3_selectionPrototype.select = function(selector) { + var subgroups = [], subgroup, subnode, group, node; + selector = d3_selection_selector(selector); + for (var j = -1, m = this.length; ++j < m; ) { + subgroups.push(subgroup = []); + subgroup.parentNode = (group = this[j]).parentNode; + for (var i = -1, n = group.length; ++i < n; ) { + if (node = group[i]) { + subgroup.push(subnode = selector.call(node, node.__data__, i, j)); + if (subnode && "__data__" in node) subnode.__data__ = node.__data__; + } else { + subgroup.push(null); + } + } + } + return d3_selection(subgroups); + }; + function d3_selection_selector(selector) { + return typeof selector === "function" ? selector : function() { + return d3_select(selector, this); + }; + } + d3_selectionPrototype.selectAll = function(selector) { + var subgroups = [], subgroup, node; + selector = d3_selection_selectorAll(selector); + for (var j = -1, m = this.length; ++j < m; ) { + for (var group = this[j], i = -1, n = group.length; ++i < n; ) { + if (node = group[i]) { + subgroups.push(subgroup = d3_array(selector.call(node, node.__data__, i, j))); + subgroup.parentNode = node; + } + } + } + return d3_selection(subgroups); + }; + function d3_selection_selectorAll(selector) { + return typeof selector === "function" ? selector : function() { + return d3_selectAll(selector, this); + }; + } + var d3_nsPrefix = { + svg: "http://www.w3.org/2000/svg", + xhtml: "http://www.w3.org/1999/xhtml", + xlink: "http://www.w3.org/1999/xlink", + xml: "http://www.w3.org/XML/1998/namespace", + xmlns: "http://www.w3.org/2000/xmlns/" + }; + d3.ns = { + prefix: d3_nsPrefix, + qualify: function(name) { + var i = name.indexOf(":"), prefix = name; + if (i >= 0) { + prefix = name.slice(0, i); + name = name.slice(i + 1); + } + return d3_nsPrefix.hasOwnProperty(prefix) ? { + space: d3_nsPrefix[prefix], + local: name + } : name; + } + }; + d3_selectionPrototype.attr = function(name, value) { + if (arguments.length < 2) { + if (typeof name === "string") { + var node = this.node(); + name = d3.ns.qualify(name); + return name.local ? node.getAttributeNS(name.space, name.local) : node.getAttribute(name); + } + for (value in name) this.each(d3_selection_attr(value, name[value])); + return this; + } + return this.each(d3_selection_attr(name, value)); + }; + function d3_selection_attr(name, value) { + name = d3.ns.qualify(name); + function attrNull() { + this.removeAttribute(name); + } + function attrNullNS() { + this.removeAttributeNS(name.space, name.local); + } + function attrConstant() { + this.setAttribute(name, value); + } + function attrConstantNS() { + this.setAttributeNS(name.space, name.local, value); + } + function attrFunction() { + var x = value.apply(this, arguments); + if (x == null) this.removeAttribute(name); else this.setAttribute(name, x); + } + function attrFunctionNS() { + var x = value.apply(this, arguments); + if (x == null) this.removeAttributeNS(name.space, name.local); else this.setAttributeNS(name.space, name.local, x); + } + return value == null ? name.local ? attrNullNS : attrNull : typeof value === "function" ? name.local ? attrFunctionNS : attrFunction : name.local ? attrConstantNS : attrConstant; + } + function d3_collapse(s) { + return s.trim().replace(/\s+/g, " "); + } + d3_selectionPrototype.classed = function(name, value) { + if (arguments.length < 2) { + if (typeof name === "string") { + var node = this.node(), n = (name = d3_selection_classes(name)).length, i = -1; + if (value = node.classList) { + while (++i < n) if (!value.contains(name[i])) return false; + } else { + value = node.getAttribute("class"); + while (++i < n) if (!d3_selection_classedRe(name[i]).test(value)) return false; + } + return true; + } + for (value in name) this.each(d3_selection_classed(value, name[value])); + return this; + } + return this.each(d3_selection_classed(name, value)); + }; + function d3_selection_classedRe(name) { + return new RegExp("(?:^|\\s+)" + d3.requote(name) + "(?:\\s+|$)", "g"); + } + function d3_selection_classes(name) { + return (name + "").trim().split(/^|\s+/); + } + function d3_selection_classed(name, value) { + name = d3_selection_classes(name).map(d3_selection_classedName); + var n = name.length; + function classedConstant() { + var i = -1; + while (++i < n) name[i](this, value); + } + function classedFunction() { + var i = -1, x = value.apply(this, arguments); + while (++i < n) name[i](this, x); + } + return typeof value === "function" ? classedFunction : classedConstant; + } + function d3_selection_classedName(name) { + var re = d3_selection_classedRe(name); + return function(node, value) { + if (c = node.classList) return value ? c.add(name) : c.remove(name); + var c = node.getAttribute("class") || ""; + if (value) { + re.lastIndex = 0; + if (!re.test(c)) node.setAttribute("class", d3_collapse(c + " " + name)); + } else { + node.setAttribute("class", d3_collapse(c.replace(re, " "))); + } + }; + } + d3_selectionPrototype.style = function(name, value, priority) { + var n = arguments.length; + if (n < 3) { + if (typeof name !== "string") { + if (n < 2) value = ""; + for (priority in name) this.each(d3_selection_style(priority, name[priority], value)); + return this; + } + if (n < 2) { + var node = this.node(); + return d3_window(node).getComputedStyle(node, null).getPropertyValue(name); + } + priority = ""; + } + return this.each(d3_selection_style(name, value, priority)); + }; + function d3_selection_style(name, value, priority) { + function styleNull() { + this.style.removeProperty(name); + } + function styleConstant() { + this.style.setProperty(name, value, priority); + } + function styleFunction() { + var x = value.apply(this, arguments); + if (x == null) this.style.removeProperty(name); else this.style.setProperty(name, x, priority); + } + return value == null ? styleNull : typeof value === "function" ? styleFunction : styleConstant; + } + d3_selectionPrototype.property = function(name, value) { + if (arguments.length < 2) { + if (typeof name === "string") return this.node()[name]; + for (value in name) this.each(d3_selection_property(value, name[value])); + return this; + } + return this.each(d3_selection_property(name, value)); + }; + function d3_selection_property(name, value) { + function propertyNull() { + delete this[name]; + } + function propertyConstant() { + this[name] = value; + } + function propertyFunction() { + var x = value.apply(this, arguments); + if (x == null) delete this[name]; else this[name] = x; + } + return value == null ? propertyNull : typeof value === "function" ? propertyFunction : propertyConstant; + } + d3_selectionPrototype.text = function(value) { + return arguments.length ? this.each(typeof value === "function" ? function() { + var v = value.apply(this, arguments); + this.textContent = v == null ? "" : v; + } : value == null ? function() { + this.textContent = ""; + } : function() { + this.textContent = value; + }) : this.node().textContent; + }; + d3_selectionPrototype.html = function(value) { + return arguments.length ? this.each(typeof value === "function" ? function() { + var v = value.apply(this, arguments); + this.innerHTML = v == null ? "" : v; + } : value == null ? function() { + this.innerHTML = ""; + } : function() { + this.innerHTML = value; + }) : this.node().innerHTML; + }; + d3_selectionPrototype.append = function(name) { + name = d3_selection_creator(name); + return this.select(function() { + return this.appendChild(name.apply(this, arguments)); + }); + }; + function d3_selection_creator(name) { + function create() { + var document = this.ownerDocument, namespace = this.namespaceURI; + return namespace ? document.createElementNS(namespace, name) : document.createElement(name); + } + function createNS() { + return this.ownerDocument.createElementNS(name.space, name.local); + } + return typeof name === "function" ? name : (name = d3.ns.qualify(name)).local ? createNS : create; + } + d3_selectionPrototype.insert = function(name, before) { + name = d3_selection_creator(name); + before = d3_selection_selector(before); + return this.select(function() { + return this.insertBefore(name.apply(this, arguments), before.apply(this, arguments) || null); + }); + }; + d3_selectionPrototype.remove = function() { + return this.each(d3_selectionRemove); + }; + function d3_selectionRemove() { + var parent = this.parentNode; + if (parent) parent.removeChild(this); + } + d3_selectionPrototype.data = function(value, key) { + var i = -1, n = this.length, group, node; + if (!arguments.length) { + value = new Array(n = (group = this[0]).length); + while (++i < n) { + if (node = group[i]) { + value[i] = node.__data__; + } + } + return value; + } + function bind(group, groupData) { + var i, n = group.length, m = groupData.length, n0 = Math.min(n, m), updateNodes = new Array(m), enterNodes = new Array(m), exitNodes = new Array(n), node, nodeData; + if (key) { + var nodeByKeyValue = new d3_Map(), keyValues = new Array(n), keyValue; + for (i = -1; ++i < n; ) { + if (nodeByKeyValue.has(keyValue = key.call(node = group[i], node.__data__, i))) { + exitNodes[i] = node; + } else { + nodeByKeyValue.set(keyValue, node); + } + keyValues[i] = keyValue; + } + for (i = -1; ++i < m; ) { + if (!(node = nodeByKeyValue.get(keyValue = key.call(groupData, nodeData = groupData[i], i)))) { + enterNodes[i] = d3_selection_dataNode(nodeData); + } else if (node !== true) { + updateNodes[i] = node; + node.__data__ = nodeData; + } + nodeByKeyValue.set(keyValue, true); + } + for (i = -1; ++i < n; ) { + if (nodeByKeyValue.get(keyValues[i]) !== true) { + exitNodes[i] = group[i]; + } + } + } else { + for (i = -1; ++i < n0; ) { + node = group[i]; + nodeData = groupData[i]; + if (node) { + node.__data__ = nodeData; + updateNodes[i] = node; + } else { + enterNodes[i] = d3_selection_dataNode(nodeData); + } + } + for (;i < m; ++i) { + enterNodes[i] = d3_selection_dataNode(groupData[i]); + } + for (;i < n; ++i) { + exitNodes[i] = group[i]; + } + } + enterNodes.update = updateNodes; + enterNodes.parentNode = updateNodes.parentNode = exitNodes.parentNode = group.parentNode; + enter.push(enterNodes); + update.push(updateNodes); + exit.push(exitNodes); + } + var enter = d3_selection_enter([]), update = d3_selection([]), exit = d3_selection([]); + if (typeof value === "function") { + while (++i < n) { + bind(group = this[i], value.call(group, group.parentNode.__data__, i)); + } + } else { + while (++i < n) { + bind(group = this[i], value); + } + } + update.enter = function() { + return enter; + }; + update.exit = function() { + return exit; + }; + return update; + }; + function d3_selection_dataNode(data) { + return { + __data__: data + }; + } + d3_selectionPrototype.datum = function(value) { + return arguments.length ? this.property("__data__", value) : this.property("__data__"); + }; + d3_selectionPrototype.filter = function(filter) { + var subgroups = [], subgroup, group, node; + if (typeof filter !== "function") filter = d3_selection_filter(filter); + for (var j = 0, m = this.length; j < m; j++) { + subgroups.push(subgroup = []); + subgroup.parentNode = (group = this[j]).parentNode; + for (var i = 0, n = group.length; i < n; i++) { + if ((node = group[i]) && filter.call(node, node.__data__, i, j)) { + subgroup.push(node); + } + } + } + return d3_selection(subgroups); + }; + function d3_selection_filter(selector) { + return function() { + return d3_selectMatches(this, selector); + }; + } + d3_selectionPrototype.order = function() { + for (var j = -1, m = this.length; ++j < m; ) { + for (var group = this[j], i = group.length - 1, next = group[i], node; --i >= 0; ) { + if (node = group[i]) { + if (next && next !== node.nextSibling) next.parentNode.insertBefore(node, next); + next = node; + } + } + } + return this; + }; + d3_selectionPrototype.sort = function(comparator) { + comparator = d3_selection_sortComparator.apply(this, arguments); + for (var j = -1, m = this.length; ++j < m; ) this[j].sort(comparator); + return this.order(); + }; + function d3_selection_sortComparator(comparator) { + if (!arguments.length) comparator = d3_ascending; + return function(a, b) { + return a && b ? comparator(a.__data__, b.__data__) : !a - !b; + }; + } + d3_selectionPrototype.each = function(callback) { + return d3_selection_each(this, function(node, i, j) { + callback.call(node, node.__data__, i, j); + }); + }; + function d3_selection_each(groups, callback) { + for (var j = 0, m = groups.length; j < m; j++) { + for (var group = groups[j], i = 0, n = group.length, node; i < n; i++) { + if (node = group[i]) callback(node, i, j); + } + } + return groups; + } + d3_selectionPrototype.call = function(callback) { + var args = d3_array(arguments); + callback.apply(args[0] = this, args); + return this; + }; + d3_selectionPrototype.empty = function() { + return !this.node(); + }; + d3_selectionPrototype.node = function() { + for (var j = 0, m = this.length; j < m; j++) { + for (var group = this[j], i = 0, n = group.length; i < n; i++) { + var node = group[i]; + if (node) return node; + } + } + return null; + }; + d3_selectionPrototype.size = function() { + var n = 0; + d3_selection_each(this, function() { + ++n; + }); + return n; + }; + function d3_selection_enter(selection) { + d3_subclass(selection, d3_selection_enterPrototype); + return selection; + } + var d3_selection_enterPrototype = []; + d3.selection.enter = d3_selection_enter; + d3.selection.enter.prototype = d3_selection_enterPrototype; + d3_selection_enterPrototype.append = d3_selectionPrototype.append; + d3_selection_enterPrototype.empty = d3_selectionPrototype.empty; + d3_selection_enterPrototype.node = d3_selectionPrototype.node; + d3_selection_enterPrototype.call = d3_selectionPrototype.call; + d3_selection_enterPrototype.size = d3_selectionPrototype.size; + d3_selection_enterPrototype.select = function(selector) { + var subgroups = [], subgroup, subnode, upgroup, group, node; + for (var j = -1, m = this.length; ++j < m; ) { + upgroup = (group = this[j]).update; + subgroups.push(subgroup = []); + subgroup.parentNode = group.parentNode; + for (var i = -1, n = group.length; ++i < n; ) { + if (node = group[i]) { + subgroup.push(upgroup[i] = subnode = selector.call(group.parentNode, node.__data__, i, j)); + subnode.__data__ = node.__data__; + } else { + subgroup.push(null); + } + } + } + return d3_selection(subgroups); + }; + d3_selection_enterPrototype.insert = function(name, before) { + if (arguments.length < 2) before = d3_selection_enterInsertBefore(this); + return d3_selectionPrototype.insert.call(this, name, before); + }; + function d3_selection_enterInsertBefore(enter) { + var i0, j0; + return function(d, i, j) { + var group = enter[j].update, n = group.length, node; + if (j != j0) j0 = j, i0 = 0; + if (i >= i0) i0 = i + 1; + while (!(node = group[i0]) && ++i0 < n) ; + return node; + }; + } + d3.select = function(node) { + var group; + if (typeof node === "string") { + group = [ d3_select(node, d3_document) ]; + group.parentNode = d3_document.documentElement; + } else { + group = [ node ]; + group.parentNode = d3_documentElement(node); + } + return d3_selection([ group ]); + }; + d3.selectAll = function(nodes) { + var group; + if (typeof nodes === "string") { + group = d3_array(d3_selectAll(nodes, d3_document)); + group.parentNode = d3_document.documentElement; + } else { + group = nodes; + group.parentNode = null; + } + return d3_selection([ group ]); + }; + d3_selectionPrototype.on = function(type, listener, capture) { + var n = arguments.length; + if (n < 3) { + if (typeof type !== "string") { + if (n < 2) listener = false; + for (capture in type) this.each(d3_selection_on(capture, type[capture], listener)); + return this; + } + if (n < 2) return (n = this.node()["__on" + type]) && n._; + capture = false; + } + return this.each(d3_selection_on(type, listener, capture)); + }; + function d3_selection_on(type, listener, capture) { + var name = "__on" + type, i = type.indexOf("."), wrap = d3_selection_onListener; + if (i > 0) type = type.slice(0, i); + var filter = d3_selection_onFilters.get(type); + if (filter) type = filter, wrap = d3_selection_onFilter; + function onRemove() { + var l = this[name]; + if (l) { + this.removeEventListener(type, l, l.$); + delete this[name]; + } + } + function onAdd() { + var l = wrap(listener, d3_array(arguments)); + onRemove.call(this); + this.addEventListener(type, this[name] = l, l.$ = capture); + l._ = listener; + } + function removeAll() { + var re = new RegExp("^__on([^.]+)" + d3.requote(type) + "$"), match; + for (var name in this) { + if (match = name.match(re)) { + var l = this[name]; + this.removeEventListener(match[1], l, l.$); + delete this[name]; + } + } + } + return i ? listener ? onAdd : onRemove : listener ? d3_noop : removeAll; + } + var d3_selection_onFilters = d3.map({ + mouseenter: "mouseover", + mouseleave: "mouseout" + }); + if (d3_document) { + d3_selection_onFilters.forEach(function(k) { + if ("on" + k in d3_document) d3_selection_onFilters.remove(k); + }); + } + function d3_selection_onListener(listener, argumentz) { + return function(e) { + var o = d3.event; + d3.event = e; + argumentz[0] = this.__data__; + try { + listener.apply(this, argumentz); + } finally { + d3.event = o; + } + }; + } + function d3_selection_onFilter(listener, argumentz) { + var l = d3_selection_onListener(listener, argumentz); + return function(e) { + var target = this, related = e.relatedTarget; + if (!related || related !== target && !(related.compareDocumentPosition(target) & 8)) { + l.call(target, e); + } + }; + } + var d3_event_dragSelect, d3_event_dragId = 0; + function d3_event_dragSuppress(node) { + var name = ".dragsuppress-" + ++d3_event_dragId, click = "click" + name, w = d3.select(d3_window(node)).on("touchmove" + name, d3_eventPreventDefault).on("dragstart" + name, d3_eventPreventDefault).on("selectstart" + name, d3_eventPreventDefault); + if (d3_event_dragSelect == null) { + d3_event_dragSelect = "onselectstart" in node ? false : d3_vendorSymbol(node.style, "userSelect"); + } + if (d3_event_dragSelect) { + var style = d3_documentElement(node).style, select = style[d3_event_dragSelect]; + style[d3_event_dragSelect] = "none"; + } + return function(suppressClick) { + w.on(name, null); + if (d3_event_dragSelect) style[d3_event_dragSelect] = select; + if (suppressClick) { + var off = function() { + w.on(click, null); + }; + w.on(click, function() { + d3_eventPreventDefault(); + off(); + }, true); + setTimeout(off, 0); + } + }; + } + d3.mouse = function(container) { + return d3_mousePoint(container, d3_eventSource()); + }; + var d3_mouse_bug44083 = this.navigator && /WebKit/.test(this.navigator.userAgent) ? -1 : 0; + function d3_mousePoint(container, e) { + if (e.changedTouches) e = e.changedTouches[0]; + var svg = container.ownerSVGElement || container; + if (svg.createSVGPoint) { + var point = svg.createSVGPoint(); + if (d3_mouse_bug44083 < 0) { + var window = d3_window(container); + if (window.scrollX || window.scrollY) { + svg = d3.select("body").append("svg").style({ + position: "absolute", + top: 0, + left: 0, + margin: 0, + padding: 0, + border: "none" + }, "important"); + var ctm = svg[0][0].getScreenCTM(); + d3_mouse_bug44083 = !(ctm.f || ctm.e); + svg.remove(); + } + } + if (d3_mouse_bug44083) point.x = e.pageX, point.y = e.pageY; else point.x = e.clientX, + point.y = e.clientY; + point = point.matrixTransform(container.getScreenCTM().inverse()); + return [ point.x, point.y ]; + } + var rect = container.getBoundingClientRect(); + return [ e.clientX - rect.left - container.clientLeft, e.clientY - rect.top - container.clientTop ]; + } + d3.touch = function(container, touches, identifier) { + if (arguments.length < 3) identifier = touches, touches = d3_eventSource().changedTouches; + if (touches) for (var i = 0, n = touches.length, touch; i < n; ++i) { + if ((touch = touches[i]).identifier === identifier) { + return d3_mousePoint(container, touch); + } + } + }; + d3.behavior.drag = function() { + var event = d3_eventDispatch(drag, "drag", "dragstart", "dragend"), origin = null, mousedown = dragstart(d3_noop, d3.mouse, d3_window, "mousemove", "mouseup"), touchstart = dragstart(d3_behavior_dragTouchId, d3.touch, d3_identity, "touchmove", "touchend"); + function drag() { + this.on("mousedown.drag", mousedown).on("touchstart.drag", touchstart); + } + function dragstart(id, position, subject, move, end) { + return function() { + var that = this, target = d3.event.target, parent = that.parentNode, dispatch = event.of(that, arguments), dragged = 0, dragId = id(), dragName = ".drag" + (dragId == null ? "" : "-" + dragId), dragOffset, dragSubject = d3.select(subject(target)).on(move + dragName, moved).on(end + dragName, ended), dragRestore = d3_event_dragSuppress(target), position0 = position(parent, dragId); + if (origin) { + dragOffset = origin.apply(that, arguments); + dragOffset = [ dragOffset.x - position0[0], dragOffset.y - position0[1] ]; + } else { + dragOffset = [ 0, 0 ]; + } + dispatch({ + type: "dragstart" + }); + function moved() { + var position1 = position(parent, dragId), dx, dy; + if (!position1) return; + dx = position1[0] - position0[0]; + dy = position1[1] - position0[1]; + dragged |= dx | dy; + position0 = position1; + dispatch({ + type: "drag", + x: position1[0] + dragOffset[0], + y: position1[1] + dragOffset[1], + dx: dx, + dy: dy + }); + } + function ended() { + if (!position(parent, dragId)) return; + dragSubject.on(move + dragName, null).on(end + dragName, null); + dragRestore(dragged && d3.event.target === target); + dispatch({ + type: "dragend" + }); + } + }; + } + drag.origin = function(x) { + if (!arguments.length) return origin; + origin = x; + return drag; + }; + return d3.rebind(drag, event, "on"); + }; + function d3_behavior_dragTouchId() { + return d3.event.changedTouches[0].identifier; + } + d3.touches = function(container, touches) { + if (arguments.length < 2) touches = d3_eventSource().touches; + return touches ? d3_array(touches).map(function(touch) { + var point = d3_mousePoint(container, touch); + point.identifier = touch.identifier; + return point; + }) : []; + }; + var ε = 1e-6, ε2 = ε * ε, π = Math.PI, τ = 2 * π, τε = τ - ε, halfπ = π / 2, d3_radians = π / 180, d3_degrees = 180 / π; + function d3_sgn(x) { + return x > 0 ? 1 : x < 0 ? -1 : 0; + } + function d3_cross2d(a, b, c) { + return (b[0] - a[0]) * (c[1] - a[1]) - (b[1] - a[1]) * (c[0] - a[0]); + } + function d3_acos(x) { + return x > 1 ? 0 : x < -1 ? π : Math.acos(x); + } + function d3_asin(x) { + return x > 1 ? halfπ : x < -1 ? -halfπ : Math.asin(x); + } + function d3_sinh(x) { + return ((x = Math.exp(x)) - 1 / x) / 2; + } + function d3_cosh(x) { + return ((x = Math.exp(x)) + 1 / x) / 2; + } + function d3_tanh(x) { + return ((x = Math.exp(2 * x)) - 1) / (x + 1); + } + function d3_haversin(x) { + return (x = Math.sin(x / 2)) * x; + } + var ρ = Math.SQRT2, ρ2 = 2, ρ4 = 4; + d3.interpolateZoom = function(p0, p1) { + var ux0 = p0[0], uy0 = p0[1], w0 = p0[2], ux1 = p1[0], uy1 = p1[1], w1 = p1[2]; + var dx = ux1 - ux0, dy = uy1 - uy0, d2 = dx * dx + dy * dy, d1 = Math.sqrt(d2), b0 = (w1 * w1 - w0 * w0 + ρ4 * d2) / (2 * w0 * ρ2 * d1), b1 = (w1 * w1 - w0 * w0 - ρ4 * d2) / (2 * w1 * ρ2 * d1), r0 = Math.log(Math.sqrt(b0 * b0 + 1) - b0), r1 = Math.log(Math.sqrt(b1 * b1 + 1) - b1), dr = r1 - r0, S = (dr || Math.log(w1 / w0)) / ρ; + function interpolate(t) { + var s = t * S; + if (dr) { + var coshr0 = d3_cosh(r0), u = w0 / (ρ2 * d1) * (coshr0 * d3_tanh(ρ * s + r0) - d3_sinh(r0)); + return [ ux0 + u * dx, uy0 + u * dy, w0 * coshr0 / d3_cosh(ρ * s + r0) ]; + } + return [ ux0 + t * dx, uy0 + t * dy, w0 * Math.exp(ρ * s) ]; + } + interpolate.duration = S * 1e3; + return interpolate; + }; + d3.behavior.zoom = function() { + var view = { + x: 0, + y: 0, + k: 1 + }, translate0, center0, center, size = [ 960, 500 ], scaleExtent = d3_behavior_zoomInfinity, duration = 250, zooming = 0, mousedown = "mousedown.zoom", mousemove = "mousemove.zoom", mouseup = "mouseup.zoom", mousewheelTimer, touchstart = "touchstart.zoom", touchtime, event = d3_eventDispatch(zoom, "zoomstart", "zoom", "zoomend"), x0, x1, y0, y1; + if (!d3_behavior_zoomWheel) { + d3_behavior_zoomWheel = "onwheel" in d3_document ? (d3_behavior_zoomDelta = function() { + return -d3.event.deltaY * (d3.event.deltaMode ? 120 : 1); + }, "wheel") : "onmousewheel" in d3_document ? (d3_behavior_zoomDelta = function() { + return d3.event.wheelDelta; + }, "mousewheel") : (d3_behavior_zoomDelta = function() { + return -d3.event.detail; + }, "MozMousePixelScroll"); + } + function zoom(g) { + g.on(mousedown, mousedowned).on(d3_behavior_zoomWheel + ".zoom", mousewheeled).on("dblclick.zoom", dblclicked).on(touchstart, touchstarted); + } + zoom.event = function(g) { + g.each(function() { + var dispatch = event.of(this, arguments), view1 = view; + if (d3_transitionInheritId) { + d3.select(this).transition().each("start.zoom", function() { + view = this.__chart__ || { + x: 0, + y: 0, + k: 1 + }; + zoomstarted(dispatch); + }).tween("zoom:zoom", function() { + var dx = size[0], dy = size[1], cx = center0 ? center0[0] : dx / 2, cy = center0 ? center0[1] : dy / 2, i = d3.interpolateZoom([ (cx - view.x) / view.k, (cy - view.y) / view.k, dx / view.k ], [ (cx - view1.x) / view1.k, (cy - view1.y) / view1.k, dx / view1.k ]); + return function(t) { + var l = i(t), k = dx / l[2]; + this.__chart__ = view = { + x: cx - l[0] * k, + y: cy - l[1] * k, + k: k + }; + zoomed(dispatch); + }; + }).each("interrupt.zoom", function() { + zoomended(dispatch); + }).each("end.zoom", function() { + zoomended(dispatch); + }); + } else { + this.__chart__ = view; + zoomstarted(dispatch); + zoomed(dispatch); + zoomended(dispatch); + } + }); + }; + zoom.translate = function(_) { + if (!arguments.length) return [ view.x, view.y ]; + view = { + x: +_[0], + y: +_[1], + k: view.k + }; + rescale(); + return zoom; + }; + zoom.scale = function(_) { + if (!arguments.length) return view.k; + view = { + x: view.x, + y: view.y, + k: +_ + }; + rescale(); + return zoom; + }; + zoom.scaleExtent = function(_) { + if (!arguments.length) return scaleExtent; + scaleExtent = _ == null ? d3_behavior_zoomInfinity : [ +_[0], +_[1] ]; + return zoom; + }; + zoom.center = function(_) { + if (!arguments.length) return center; + center = _ && [ +_[0], +_[1] ]; + return zoom; + }; + zoom.size = function(_) { + if (!arguments.length) return size; + size = _ && [ +_[0], +_[1] ]; + return zoom; + }; + zoom.duration = function(_) { + if (!arguments.length) return duration; + duration = +_; + return zoom; + }; + zoom.x = function(z) { + if (!arguments.length) return x1; + x1 = z; + x0 = z.copy(); + view = { + x: 0, + y: 0, + k: 1 + }; + return zoom; + }; + zoom.y = function(z) { + if (!arguments.length) return y1; + y1 = z; + y0 = z.copy(); + view = { + x: 0, + y: 0, + k: 1 + }; + return zoom; + }; + function location(p) { + return [ (p[0] - view.x) / view.k, (p[1] - view.y) / view.k ]; + } + function point(l) { + return [ l[0] * view.k + view.x, l[1] * view.k + view.y ]; + } + function scaleTo(s) { + view.k = Math.max(scaleExtent[0], Math.min(scaleExtent[1], s)); + } + function translateTo(p, l) { + l = point(l); + view.x += p[0] - l[0]; + view.y += p[1] - l[1]; + } + function zoomTo(that, p, l, k) { + that.__chart__ = { + x: view.x, + y: view.y, + k: view.k + }; + scaleTo(Math.pow(2, k)); + translateTo(center0 = p, l); + that = d3.select(that); + if (duration > 0) that = that.transition().duration(duration); + that.call(zoom.event); + } + function rescale() { + if (x1) x1.domain(x0.range().map(function(x) { + return (x - view.x) / view.k; + }).map(x0.invert)); + if (y1) y1.domain(y0.range().map(function(y) { + return (y - view.y) / view.k; + }).map(y0.invert)); + } + function zoomstarted(dispatch) { + if (!zooming++) dispatch({ + type: "zoomstart" + }); + } + function zoomed(dispatch) { + rescale(); + dispatch({ + type: "zoom", + scale: view.k, + translate: [ view.x, view.y ] + }); + } + function zoomended(dispatch) { + if (!--zooming) dispatch({ + type: "zoomend" + }), center0 = null; + } + function mousedowned() { + var that = this, target = d3.event.target, dispatch = event.of(that, arguments), dragged = 0, subject = d3.select(d3_window(that)).on(mousemove, moved).on(mouseup, ended), location0 = location(d3.mouse(that)), dragRestore = d3_event_dragSuppress(that); + d3_selection_interrupt.call(that); + zoomstarted(dispatch); + function moved() { + dragged = 1; + translateTo(d3.mouse(that), location0); + zoomed(dispatch); + } + function ended() { + subject.on(mousemove, null).on(mouseup, null); + dragRestore(dragged && d3.event.target === target); + zoomended(dispatch); + } + } + function touchstarted() { + var that = this, dispatch = event.of(that, arguments), locations0 = {}, distance0 = 0, scale0, zoomName = ".zoom-" + d3.event.changedTouches[0].identifier, touchmove = "touchmove" + zoomName, touchend = "touchend" + zoomName, targets = [], subject = d3.select(that), dragRestore = d3_event_dragSuppress(that); + started(); + zoomstarted(dispatch); + subject.on(mousedown, null).on(touchstart, started); + function relocate() { + var touches = d3.touches(that); + scale0 = view.k; + touches.forEach(function(t) { + if (t.identifier in locations0) locations0[t.identifier] = location(t); + }); + return touches; + } + function started() { + var target = d3.event.target; + d3.select(target).on(touchmove, moved).on(touchend, ended); + targets.push(target); + var changed = d3.event.changedTouches; + for (var i = 0, n = changed.length; i < n; ++i) { + locations0[changed[i].identifier] = null; + } + var touches = relocate(), now = Date.now(); + if (touches.length === 1) { + if (now - touchtime < 500) { + var p = touches[0]; + zoomTo(that, p, locations0[p.identifier], Math.floor(Math.log(view.k) / Math.LN2) + 1); + d3_eventPreventDefault(); + } + touchtime = now; + } else if (touches.length > 1) { + var p = touches[0], q = touches[1], dx = p[0] - q[0], dy = p[1] - q[1]; + distance0 = dx * dx + dy * dy; + } + } + function moved() { + var touches = d3.touches(that), p0, l0, p1, l1; + d3_selection_interrupt.call(that); + for (var i = 0, n = touches.length; i < n; ++i, l1 = null) { + p1 = touches[i]; + if (l1 = locations0[p1.identifier]) { + if (l0) break; + p0 = p1, l0 = l1; + } + } + if (l1) { + var distance1 = (distance1 = p1[0] - p0[0]) * distance1 + (distance1 = p1[1] - p0[1]) * distance1, scale1 = distance0 && Math.sqrt(distance1 / distance0); + p0 = [ (p0[0] + p1[0]) / 2, (p0[1] + p1[1]) / 2 ]; + l0 = [ (l0[0] + l1[0]) / 2, (l0[1] + l1[1]) / 2 ]; + scaleTo(scale1 * scale0); + } + touchtime = null; + translateTo(p0, l0); + zoomed(dispatch); + } + function ended() { + if (d3.event.touches.length) { + var changed = d3.event.changedTouches; + for (var i = 0, n = changed.length; i < n; ++i) { + delete locations0[changed[i].identifier]; + } + for (var identifier in locations0) { + return void relocate(); + } + } + d3.selectAll(targets).on(zoomName, null); + subject.on(mousedown, mousedowned).on(touchstart, touchstarted); + dragRestore(); + zoomended(dispatch); + } + } + function mousewheeled() { + var dispatch = event.of(this, arguments); + if (mousewheelTimer) clearTimeout(mousewheelTimer); else d3_selection_interrupt.call(this), + translate0 = location(center0 = center || d3.mouse(this)), zoomstarted(dispatch); + mousewheelTimer = setTimeout(function() { + mousewheelTimer = null; + zoomended(dispatch); + }, 50); + d3_eventPreventDefault(); + scaleTo(Math.pow(2, d3_behavior_zoomDelta() * .002) * view.k); + translateTo(center0, translate0); + zoomed(dispatch); + } + function dblclicked() { + var p = d3.mouse(this), k = Math.log(view.k) / Math.LN2; + zoomTo(this, p, location(p), d3.event.shiftKey ? Math.ceil(k) - 1 : Math.floor(k) + 1); + } + return d3.rebind(zoom, event, "on"); + }; + var d3_behavior_zoomInfinity = [ 0, Infinity ], d3_behavior_zoomDelta, d3_behavior_zoomWheel; + d3.color = d3_color; + function d3_color() {} + d3_color.prototype.toString = function() { + return this.rgb() + ""; + }; + d3.hsl = d3_hsl; + function d3_hsl(h, s, l) { + return this instanceof d3_hsl ? void (this.h = +h, this.s = +s, this.l = +l) : arguments.length < 2 ? h instanceof d3_hsl ? new d3_hsl(h.h, h.s, h.l) : d3_rgb_parse("" + h, d3_rgb_hsl, d3_hsl) : new d3_hsl(h, s, l); + } + var d3_hslPrototype = d3_hsl.prototype = new d3_color(); + d3_hslPrototype.brighter = function(k) { + k = Math.pow(.7, arguments.length ? k : 1); + return new d3_hsl(this.h, this.s, this.l / k); + }; + d3_hslPrototype.darker = function(k) { + k = Math.pow(.7, arguments.length ? k : 1); + return new d3_hsl(this.h, this.s, k * this.l); + }; + d3_hslPrototype.rgb = function() { + return d3_hsl_rgb(this.h, this.s, this.l); + }; + function d3_hsl_rgb(h, s, l) { + var m1, m2; + h = isNaN(h) ? 0 : (h %= 360) < 0 ? h + 360 : h; + s = isNaN(s) ? 0 : s < 0 ? 0 : s > 1 ? 1 : s; + l = l < 0 ? 0 : l > 1 ? 1 : l; + m2 = l <= .5 ? l * (1 + s) : l + s - l * s; + m1 = 2 * l - m2; + function v(h) { + if (h > 360) h -= 360; else if (h < 0) h += 360; + if (h < 60) return m1 + (m2 - m1) * h / 60; + if (h < 180) return m2; + if (h < 240) return m1 + (m2 - m1) * (240 - h) / 60; + return m1; + } + function vv(h) { + return Math.round(v(h) * 255); + } + return new d3_rgb(vv(h + 120), vv(h), vv(h - 120)); + } + d3.hcl = d3_hcl; + function d3_hcl(h, c, l) { + return this instanceof d3_hcl ? void (this.h = +h, this.c = +c, this.l = +l) : arguments.length < 2 ? h instanceof d3_hcl ? new d3_hcl(h.h, h.c, h.l) : h instanceof d3_lab ? d3_lab_hcl(h.l, h.a, h.b) : d3_lab_hcl((h = d3_rgb_lab((h = d3.rgb(h)).r, h.g, h.b)).l, h.a, h.b) : new d3_hcl(h, c, l); + } + var d3_hclPrototype = d3_hcl.prototype = new d3_color(); + d3_hclPrototype.brighter = function(k) { + return new d3_hcl(this.h, this.c, Math.min(100, this.l + d3_lab_K * (arguments.length ? k : 1))); + }; + d3_hclPrototype.darker = function(k) { + return new d3_hcl(this.h, this.c, Math.max(0, this.l - d3_lab_K * (arguments.length ? k : 1))); + }; + d3_hclPrototype.rgb = function() { + return d3_hcl_lab(this.h, this.c, this.l).rgb(); + }; + function d3_hcl_lab(h, c, l) { + if (isNaN(h)) h = 0; + if (isNaN(c)) c = 0; + return new d3_lab(l, Math.cos(h *= d3_radians) * c, Math.sin(h) * c); + } + d3.lab = d3_lab; + function d3_lab(l, a, b) { + return this instanceof d3_lab ? void (this.l = +l, this.a = +a, this.b = +b) : arguments.length < 2 ? l instanceof d3_lab ? new d3_lab(l.l, l.a, l.b) : l instanceof d3_hcl ? d3_hcl_lab(l.h, l.c, l.l) : d3_rgb_lab((l = d3_rgb(l)).r, l.g, l.b) : new d3_lab(l, a, b); + } + var d3_lab_K = 18; + var d3_lab_X = .95047, d3_lab_Y = 1, d3_lab_Z = 1.08883; + var d3_labPrototype = d3_lab.prototype = new d3_color(); + d3_labPrototype.brighter = function(k) { + return new d3_lab(Math.min(100, this.l + d3_lab_K * (arguments.length ? k : 1)), this.a, this.b); + }; + d3_labPrototype.darker = function(k) { + return new d3_lab(Math.max(0, this.l - d3_lab_K * (arguments.length ? k : 1)), this.a, this.b); + }; + d3_labPrototype.rgb = function() { + return d3_lab_rgb(this.l, this.a, this.b); + }; + function d3_lab_rgb(l, a, b) { + var y = (l + 16) / 116, x = y + a / 500, z = y - b / 200; + x = d3_lab_xyz(x) * d3_lab_X; + y = d3_lab_xyz(y) * d3_lab_Y; + z = d3_lab_xyz(z) * d3_lab_Z; + return new d3_rgb(d3_xyz_rgb(3.2404542 * x - 1.5371385 * y - .4985314 * z), d3_xyz_rgb(-.969266 * x + 1.8760108 * y + .041556 * z), d3_xyz_rgb(.0556434 * x - .2040259 * y + 1.0572252 * z)); + } + function d3_lab_hcl(l, a, b) { + return l > 0 ? new d3_hcl(Math.atan2(b, a) * d3_degrees, Math.sqrt(a * a + b * b), l) : new d3_hcl(NaN, NaN, l); + } + function d3_lab_xyz(x) { + return x > .206893034 ? x * x * x : (x - 4 / 29) / 7.787037; + } + function d3_xyz_lab(x) { + return x > .008856 ? Math.pow(x, 1 / 3) : 7.787037 * x + 4 / 29; + } + function d3_xyz_rgb(r) { + return Math.round(255 * (r <= .00304 ? 12.92 * r : 1.055 * Math.pow(r, 1 / 2.4) - .055)); + } + d3.rgb = d3_rgb; + function d3_rgb(r, g, b) { + return this instanceof d3_rgb ? void (this.r = ~~r, this.g = ~~g, this.b = ~~b) : arguments.length < 2 ? r instanceof d3_rgb ? new d3_rgb(r.r, r.g, r.b) : d3_rgb_parse("" + r, d3_rgb, d3_hsl_rgb) : new d3_rgb(r, g, b); + } + function d3_rgbNumber(value) { + return new d3_rgb(value >> 16, value >> 8 & 255, value & 255); + } + function d3_rgbString(value) { + return d3_rgbNumber(value) + ""; + } + var d3_rgbPrototype = d3_rgb.prototype = new d3_color(); + d3_rgbPrototype.brighter = function(k) { + k = Math.pow(.7, arguments.length ? k : 1); + var r = this.r, g = this.g, b = this.b, i = 30; + if (!r && !g && !b) return new d3_rgb(i, i, i); + if (r && r < i) r = i; + if (g && g < i) g = i; + if (b && b < i) b = i; + return new d3_rgb(Math.min(255, r / k), Math.min(255, g / k), Math.min(255, b / k)); + }; + d3_rgbPrototype.darker = function(k) { + k = Math.pow(.7, arguments.length ? k : 1); + return new d3_rgb(k * this.r, k * this.g, k * this.b); + }; + d3_rgbPrototype.hsl = function() { + return d3_rgb_hsl(this.r, this.g, this.b); + }; + d3_rgbPrototype.toString = function() { + return "#" + d3_rgb_hex(this.r) + d3_rgb_hex(this.g) + d3_rgb_hex(this.b); + }; + function d3_rgb_hex(v) { + return v < 16 ? "0" + Math.max(0, v).toString(16) : Math.min(255, v).toString(16); + } + function d3_rgb_parse(format, rgb, hsl) { + format = format.toLowerCase(); + var r = 0, g = 0, b = 0, m1, m2, color; + m1 = /([a-z]+)\((.*)\)/.exec(format); + if (m1) { + m2 = m1[2].split(","); + switch (m1[1]) { + case "hsl": + { + return hsl(parseFloat(m2[0]), parseFloat(m2[1]) / 100, parseFloat(m2[2]) / 100); + } + + case "rgb": + { + return rgb(d3_rgb_parseNumber(m2[0]), d3_rgb_parseNumber(m2[1]), d3_rgb_parseNumber(m2[2])); + } + } + } + if (color = d3_rgb_names.get(format)) { + return rgb(color.r, color.g, color.b); + } + if (format != null && format.charAt(0) === "#" && !isNaN(color = parseInt(format.slice(1), 16))) { + if (format.length === 4) { + r = (color & 3840) >> 4; + r = r >> 4 | r; + g = color & 240; + g = g >> 4 | g; + b = color & 15; + b = b << 4 | b; + } else if (format.length === 7) { + r = (color & 16711680) >> 16; + g = (color & 65280) >> 8; + b = color & 255; + } + } + return rgb(r, g, b); + } + function d3_rgb_hsl(r, g, b) { + var min = Math.min(r /= 255, g /= 255, b /= 255), max = Math.max(r, g, b), d = max - min, h, s, l = (max + min) / 2; + if (d) { + s = l < .5 ? d / (max + min) : d / (2 - max - min); + if (r == max) h = (g - b) / d + (g < b ? 6 : 0); else if (g == max) h = (b - r) / d + 2; else h = (r - g) / d + 4; + h *= 60; + } else { + h = NaN; + s = l > 0 && l < 1 ? 0 : h; + } + return new d3_hsl(h, s, l); + } + function d3_rgb_lab(r, g, b) { + r = d3_rgb_xyz(r); + g = d3_rgb_xyz(g); + b = d3_rgb_xyz(b); + var x = d3_xyz_lab((.4124564 * r + .3575761 * g + .1804375 * b) / d3_lab_X), y = d3_xyz_lab((.2126729 * r + .7151522 * g + .072175 * b) / d3_lab_Y), z = d3_xyz_lab((.0193339 * r + .119192 * g + .9503041 * b) / d3_lab_Z); + return d3_lab(116 * y - 16, 500 * (x - y), 200 * (y - z)); + } + function d3_rgb_xyz(r) { + return (r /= 255) <= .04045 ? r / 12.92 : Math.pow((r + .055) / 1.055, 2.4); + } + function d3_rgb_parseNumber(c) { + var f = parseFloat(c); + return c.charAt(c.length - 1) === "%" ? Math.round(f * 2.55) : f; + } + var d3_rgb_names = d3.map({ + aliceblue: 15792383, + antiquewhite: 16444375, + aqua: 65535, + aquamarine: 8388564, + azure: 15794175, + beige: 16119260, + bisque: 16770244, + black: 0, + blanchedalmond: 16772045, + blue: 255, + blueviolet: 9055202, + brown: 10824234, + burlywood: 14596231, + cadetblue: 6266528, + chartreuse: 8388352, + chocolate: 13789470, + coral: 16744272, + cornflowerblue: 6591981, + cornsilk: 16775388, + crimson: 14423100, + cyan: 65535, + darkblue: 139, + darkcyan: 35723, + darkgoldenrod: 12092939, + darkgray: 11119017, + darkgreen: 25600, + darkgrey: 11119017, + darkkhaki: 12433259, + darkmagenta: 9109643, + darkolivegreen: 5597999, + darkorange: 16747520, + darkorchid: 10040012, + darkred: 9109504, + darksalmon: 15308410, + darkseagreen: 9419919, + darkslateblue: 4734347, + darkslategray: 3100495, + darkslategrey: 3100495, + darkturquoise: 52945, + darkviolet: 9699539, + deeppink: 16716947, + deepskyblue: 49151, + dimgray: 6908265, + dimgrey: 6908265, + dodgerblue: 2003199, + firebrick: 11674146, + floralwhite: 16775920, + forestgreen: 2263842, + fuchsia: 16711935, + gainsboro: 14474460, + ghostwhite: 16316671, + gold: 16766720, + goldenrod: 14329120, + gray: 8421504, + green: 32768, + greenyellow: 11403055, + grey: 8421504, + honeydew: 15794160, + hotpink: 16738740, + indianred: 13458524, + indigo: 4915330, + ivory: 16777200, + khaki: 15787660, + lavender: 15132410, + lavenderblush: 16773365, + lawngreen: 8190976, + lemonchiffon: 16775885, + lightblue: 11393254, + lightcoral: 15761536, + lightcyan: 14745599, + lightgoldenrodyellow: 16448210, + lightgray: 13882323, + lightgreen: 9498256, + lightgrey: 13882323, + lightpink: 16758465, + lightsalmon: 16752762, + lightseagreen: 2142890, + lightskyblue: 8900346, + lightslategray: 7833753, + lightslategrey: 7833753, + lightsteelblue: 11584734, + lightyellow: 16777184, + lime: 65280, + limegreen: 3329330, + linen: 16445670, + magenta: 16711935, + maroon: 8388608, + mediumaquamarine: 6737322, + mediumblue: 205, + mediumorchid: 12211667, + mediumpurple: 9662683, + mediumseagreen: 3978097, + mediumslateblue: 8087790, + mediumspringgreen: 64154, + mediumturquoise: 4772300, + mediumvioletred: 13047173, + midnightblue: 1644912, + mintcream: 16121850, + mistyrose: 16770273, + moccasin: 16770229, + navajowhite: 16768685, + navy: 128, + oldlace: 16643558, + olive: 8421376, + olivedrab: 7048739, + orange: 16753920, + orangered: 16729344, + orchid: 14315734, + palegoldenrod: 15657130, + palegreen: 10025880, + paleturquoise: 11529966, + palevioletred: 14381203, + papayawhip: 16773077, + peachpuff: 16767673, + peru: 13468991, + pink: 16761035, + plum: 14524637, + powderblue: 11591910, + purple: 8388736, + rebeccapurple: 6697881, + red: 16711680, + rosybrown: 12357519, + royalblue: 4286945, + saddlebrown: 9127187, + salmon: 16416882, + sandybrown: 16032864, + seagreen: 3050327, + seashell: 16774638, + sienna: 10506797, + silver: 12632256, + skyblue: 8900331, + slateblue: 6970061, + slategray: 7372944, + slategrey: 7372944, + snow: 16775930, + springgreen: 65407, + steelblue: 4620980, + tan: 13808780, + teal: 32896, + thistle: 14204888, + tomato: 16737095, + turquoise: 4251856, + violet: 15631086, + wheat: 16113331, + white: 16777215, + whitesmoke: 16119285, + yellow: 16776960, + yellowgreen: 10145074 + }); + d3_rgb_names.forEach(function(key, value) { + d3_rgb_names.set(key, d3_rgbNumber(value)); + }); + function d3_functor(v) { + return typeof v === "function" ? v : function() { + return v; + }; + } + d3.functor = d3_functor; + d3.xhr = d3_xhrType(d3_identity); + function d3_xhrType(response) { + return function(url, mimeType, callback) { + if (arguments.length === 2 && typeof mimeType === "function") callback = mimeType, + mimeType = null; + return d3_xhr(url, mimeType, response, callback); + }; + } + function d3_xhr(url, mimeType, response, callback) { + var xhr = {}, dispatch = d3.dispatch("beforesend", "progress", "load", "error"), headers = {}, request = new XMLHttpRequest(), responseType = null; + if (this.XDomainRequest && !("withCredentials" in request) && /^(http(s)?:)?\/\//.test(url)) request = new XDomainRequest(); + "onload" in request ? request.onload = request.onerror = respond : request.onreadystatechange = function() { + request.readyState > 3 && respond(); + }; + function respond() { + var status = request.status, result; + if (!status && d3_xhrHasResponse(request) || status >= 200 && status < 300 || status === 304) { + try { + result = response.call(xhr, request); + } catch (e) { + dispatch.error.call(xhr, e); + return; + } + dispatch.load.call(xhr, result); + } else { + dispatch.error.call(xhr, request); + } + } + request.onprogress = function(event) { + var o = d3.event; + d3.event = event; + try { + dispatch.progress.call(xhr, request); + } finally { + d3.event = o; + } + }; + xhr.header = function(name, value) { + name = (name + "").toLowerCase(); + if (arguments.length < 2) return headers[name]; + if (value == null) delete headers[name]; else headers[name] = value + ""; + return xhr; + }; + xhr.mimeType = function(value) { + if (!arguments.length) return mimeType; + mimeType = value == null ? null : value + ""; + return xhr; + }; + xhr.responseType = function(value) { + if (!arguments.length) return responseType; + responseType = value; + return xhr; + }; + xhr.response = function(value) { + response = value; + return xhr; + }; + [ "get", "post" ].forEach(function(method) { + xhr[method] = function() { + return xhr.send.apply(xhr, [ method ].concat(d3_array(arguments))); + }; + }); + xhr.send = function(method, data, callback) { + if (arguments.length === 2 && typeof data === "function") callback = data, data = null; + request.open(method, url, true); + if (mimeType != null && !("accept" in headers)) headers["accept"] = mimeType + ",*/*"; + if (request.setRequestHeader) for (var name in headers) request.setRequestHeader(name, headers[name]); + if (mimeType != null && request.overrideMimeType) request.overrideMimeType(mimeType); + if (responseType != null) request.responseType = responseType; + if (callback != null) xhr.on("error", callback).on("load", function(request) { + callback(null, request); + }); + dispatch.beforesend.call(xhr, request); + request.send(data == null ? null : data); + return xhr; + }; + xhr.abort = function() { + request.abort(); + return xhr; + }; + d3.rebind(xhr, dispatch, "on"); + return callback == null ? xhr : xhr.get(d3_xhr_fixCallback(callback)); + } + function d3_xhr_fixCallback(callback) { + return callback.length === 1 ? function(error, request) { + callback(error == null ? request : null); + } : callback; + } + function d3_xhrHasResponse(request) { + var type = request.responseType; + return type && type !== "text" ? request.response : request.responseText; + } + d3.dsv = function(delimiter, mimeType) { + var reFormat = new RegExp('["' + delimiter + "\n]"), delimiterCode = delimiter.charCodeAt(0); + function dsv(url, row, callback) { + if (arguments.length < 3) callback = row, row = null; + var xhr = d3_xhr(url, mimeType, row == null ? response : typedResponse(row), callback); + xhr.row = function(_) { + return arguments.length ? xhr.response((row = _) == null ? response : typedResponse(_)) : row; + }; + return xhr; + } + function response(request) { + return dsv.parse(request.responseText); + } + function typedResponse(f) { + return function(request) { + return dsv.parse(request.responseText, f); + }; + } + dsv.parse = function(text, f) { + var o; + return dsv.parseRows(text, function(row, i) { + if (o) return o(row, i - 1); + var a = new Function("d", "return {" + row.map(function(name, i) { + return JSON.stringify(name) + ": d[" + i + "]"; + }).join(",") + "}"); + o = f ? function(row, i) { + return f(a(row), i); + } : a; + }); + }; + dsv.parseRows = function(text, f) { + var EOL = {}, EOF = {}, rows = [], N = text.length, I = 0, n = 0, t, eol; + function token() { + if (I >= N) return EOF; + if (eol) return eol = false, EOL; + var j = I; + if (text.charCodeAt(j) === 34) { + var i = j; + while (i++ < N) { + if (text.charCodeAt(i) === 34) { + if (text.charCodeAt(i + 1) !== 34) break; + ++i; + } + } + I = i + 2; + var c = text.charCodeAt(i + 1); + if (c === 13) { + eol = true; + if (text.charCodeAt(i + 2) === 10) ++I; + } else if (c === 10) { + eol = true; + } + return text.slice(j + 1, i).replace(/""/g, '"'); + } + while (I < N) { + var c = text.charCodeAt(I++), k = 1; + if (c === 10) eol = true; else if (c === 13) { + eol = true; + if (text.charCodeAt(I) === 10) ++I, ++k; + } else if (c !== delimiterCode) continue; + return text.slice(j, I - k); + } + return text.slice(j); + } + while ((t = token()) !== EOF) { + var a = []; + while (t !== EOL && t !== EOF) { + a.push(t); + t = token(); + } + if (f && (a = f(a, n++)) == null) continue; + rows.push(a); + } + return rows; + }; + dsv.format = function(rows) { + if (Array.isArray(rows[0])) return dsv.formatRows(rows); + var fieldSet = new d3_Set(), fields = []; + rows.forEach(function(row) { + for (var field in row) { + if (!fieldSet.has(field)) { + fields.push(fieldSet.add(field)); + } + } + }); + return [ fields.map(formatValue).join(delimiter) ].concat(rows.map(function(row) { + return fields.map(function(field) { + return formatValue(row[field]); + }).join(delimiter); + })).join("\n"); + }; + dsv.formatRows = function(rows) { + return rows.map(formatRow).join("\n"); + }; + function formatRow(row) { + return row.map(formatValue).join(delimiter); + } + function formatValue(text) { + return reFormat.test(text) ? '"' + text.replace(/\"/g, '""') + '"' : text; + } + return dsv; + }; + d3.csv = d3.dsv(",", "text/csv"); + d3.tsv = d3.dsv(" ", "text/tab-separated-values"); + var d3_timer_queueHead, d3_timer_queueTail, d3_timer_interval, d3_timer_timeout, d3_timer_active, d3_timer_frame = this[d3_vendorSymbol(this, "requestAnimationFrame")] || function(callback) { + setTimeout(callback, 17); + }; + d3.timer = function(callback, delay, then) { + var n = arguments.length; + if (n < 2) delay = 0; + if (n < 3) then = Date.now(); + var time = then + delay, timer = { + c: callback, + t: time, + f: false, + n: null + }; + if (d3_timer_queueTail) d3_timer_queueTail.n = timer; else d3_timer_queueHead = timer; + d3_timer_queueTail = timer; + if (!d3_timer_interval) { + d3_timer_timeout = clearTimeout(d3_timer_timeout); + d3_timer_interval = 1; + d3_timer_frame(d3_timer_step); + } + }; + function d3_timer_step() { + var now = d3_timer_mark(), delay = d3_timer_sweep() - now; + if (delay > 24) { + if (isFinite(delay)) { + clearTimeout(d3_timer_timeout); + d3_timer_timeout = setTimeout(d3_timer_step, delay); + } + d3_timer_interval = 0; + } else { + d3_timer_interval = 1; + d3_timer_frame(d3_timer_step); + } + } + d3.timer.flush = function() { + d3_timer_mark(); + d3_timer_sweep(); + }; + function d3_timer_mark() { + var now = Date.now(); + d3_timer_active = d3_timer_queueHead; + while (d3_timer_active) { + if (now >= d3_timer_active.t) d3_timer_active.f = d3_timer_active.c(now - d3_timer_active.t); + d3_timer_active = d3_timer_active.n; + } + return now; + } + function d3_timer_sweep() { + var t0, t1 = d3_timer_queueHead, time = Infinity; + while (t1) { + if (t1.f) { + t1 = t0 ? t0.n = t1.n : d3_timer_queueHead = t1.n; + } else { + if (t1.t < time) time = t1.t; + t1 = (t0 = t1).n; + } + } + d3_timer_queueTail = t0; + return time; + } + function d3_format_precision(x, p) { + return p - (x ? Math.ceil(Math.log(x) / Math.LN10) : 1); + } + d3.round = function(x, n) { + return n ? Math.round(x * (n = Math.pow(10, n))) / n : Math.round(x); + }; + var d3_formatPrefixes = [ "y", "z", "a", "f", "p", "n", "µ", "m", "", "k", "M", "G", "T", "P", "E", "Z", "Y" ].map(d3_formatPrefix); + d3.formatPrefix = function(value, precision) { + var i = 0; + if (value) { + if (value < 0) value *= -1; + if (precision) value = d3.round(value, d3_format_precision(value, precision)); + i = 1 + Math.floor(1e-12 + Math.log(value) / Math.LN10); + i = Math.max(-24, Math.min(24, Math.floor((i - 1) / 3) * 3)); + } + return d3_formatPrefixes[8 + i / 3]; + }; + function d3_formatPrefix(d, i) { + var k = Math.pow(10, abs(8 - i) * 3); + return { + scale: i > 8 ? function(d) { + return d / k; + } : function(d) { + return d * k; + }, + symbol: d + }; + } + function d3_locale_numberFormat(locale) { + var locale_decimal = locale.decimal, locale_thousands = locale.thousands, locale_grouping = locale.grouping, locale_currency = locale.currency, formatGroup = locale_grouping && locale_thousands ? function(value, width) { + var i = value.length, t = [], j = 0, g = locale_grouping[0], length = 0; + while (i > 0 && g > 0) { + if (length + g + 1 > width) g = Math.max(1, width - length); + t.push(value.substring(i -= g, i + g)); + if ((length += g + 1) > width) break; + g = locale_grouping[j = (j + 1) % locale_grouping.length]; + } + return t.reverse().join(locale_thousands); + } : d3_identity; + return function(specifier) { + var match = d3_format_re.exec(specifier), fill = match[1] || " ", align = match[2] || ">", sign = match[3] || "-", symbol = match[4] || "", zfill = match[5], width = +match[6], comma = match[7], precision = match[8], type = match[9], scale = 1, prefix = "", suffix = "", integer = false, exponent = true; + if (precision) precision = +precision.substring(1); + if (zfill || fill === "0" && align === "=") { + zfill = fill = "0"; + align = "="; + } + switch (type) { + case "n": + comma = true; + type = "g"; + break; + + case "%": + scale = 100; + suffix = "%"; + type = "f"; + break; + + case "p": + scale = 100; + suffix = "%"; + type = "r"; + break; + + case "b": + case "o": + case "x": + case "X": + if (symbol === "#") prefix = "0" + type.toLowerCase(); + + case "c": + exponent = false; + + case "d": + integer = true; + precision = 0; + break; + + case "s": + scale = -1; + type = "r"; + break; + } + if (symbol === "$") prefix = locale_currency[0], suffix = locale_currency[1]; + if (type == "r" && !precision) type = "g"; + if (precision != null) { + if (type == "g") precision = Math.max(1, Math.min(21, precision)); else if (type == "e" || type == "f") precision = Math.max(0, Math.min(20, precision)); + } + type = d3_format_types.get(type) || d3_format_typeDefault; + var zcomma = zfill && comma; + return function(value) { + var fullSuffix = suffix; + if (integer && value % 1) return ""; + var negative = value < 0 || value === 0 && 1 / value < 0 ? (value = -value, "-") : sign === "-" ? "" : sign; + if (scale < 0) { + var unit = d3.formatPrefix(value, precision); + value = unit.scale(value); + fullSuffix = unit.symbol + suffix; + } else { + value *= scale; + } + value = type(value, precision); + var i = value.lastIndexOf("."), before, after; + if (i < 0) { + var j = exponent ? value.lastIndexOf("e") : -1; + if (j < 0) before = value, after = ""; else before = value.substring(0, j), after = value.substring(j); + } else { + before = value.substring(0, i); + after = locale_decimal + value.substring(i + 1); + } + if (!zfill && comma) before = formatGroup(before, Infinity); + var length = prefix.length + before.length + after.length + (zcomma ? 0 : negative.length), padding = length < width ? new Array(length = width - length + 1).join(fill) : ""; + if (zcomma) before = formatGroup(padding + before, padding.length ? width - after.length : Infinity); + negative += prefix; + value = before + after; + return (align === "<" ? negative + value + padding : align === ">" ? padding + negative + value : align === "^" ? padding.substring(0, length >>= 1) + negative + value + padding.substring(length) : negative + (zcomma ? value : padding + value)) + fullSuffix; + }; + }; + } + var d3_format_re = /(?:([^{])?([<>=^]))?([+\- ])?([$#])?(0)?(\d+)?(,)?(\.-?\d+)?([a-z%])?/i; + var d3_format_types = d3.map({ + b: function(x) { + return x.toString(2); + }, + c: function(x) { + return String.fromCharCode(x); + }, + o: function(x) { + return x.toString(8); + }, + x: function(x) { + return x.toString(16); + }, + X: function(x) { + return x.toString(16).toUpperCase(); + }, + g: function(x, p) { + return x.toPrecision(p); + }, + e: function(x, p) { + return x.toExponential(p); + }, + f: function(x, p) { + return x.toFixed(p); + }, + r: function(x, p) { + return (x = d3.round(x, d3_format_precision(x, p))).toFixed(Math.max(0, Math.min(20, d3_format_precision(x * (1 + 1e-15), p)))); + } + }); + function d3_format_typeDefault(x) { + return x + ""; + } + var d3_time = d3.time = {}, d3_date = Date; + function d3_date_utc() { + this._ = new Date(arguments.length > 1 ? Date.UTC.apply(this, arguments) : arguments[0]); + } + d3_date_utc.prototype = { + getDate: function() { + return this._.getUTCDate(); + }, + getDay: function() { + return this._.getUTCDay(); + }, + getFullYear: function() { + return this._.getUTCFullYear(); + }, + getHours: function() { + return this._.getUTCHours(); + }, + getMilliseconds: function() { + return this._.getUTCMilliseconds(); + }, + getMinutes: function() { + return this._.getUTCMinutes(); + }, + getMonth: function() { + return this._.getUTCMonth(); + }, + getSeconds: function() { + return this._.getUTCSeconds(); + }, + getTime: function() { + return this._.getTime(); + }, + getTimezoneOffset: function() { + return 0; + }, + valueOf: function() { + return this._.valueOf(); + }, + setDate: function() { + d3_time_prototype.setUTCDate.apply(this._, arguments); + }, + setDay: function() { + d3_time_prototype.setUTCDay.apply(this._, arguments); + }, + setFullYear: function() { + d3_time_prototype.setUTCFullYear.apply(this._, arguments); + }, + setHours: function() { + d3_time_prototype.setUTCHours.apply(this._, arguments); + }, + setMilliseconds: function() { + d3_time_prototype.setUTCMilliseconds.apply(this._, arguments); + }, + setMinutes: function() { + d3_time_prototype.setUTCMinutes.apply(this._, arguments); + }, + setMonth: function() { + d3_time_prototype.setUTCMonth.apply(this._, arguments); + }, + setSeconds: function() { + d3_time_prototype.setUTCSeconds.apply(this._, arguments); + }, + setTime: function() { + d3_time_prototype.setTime.apply(this._, arguments); + } + }; + var d3_time_prototype = Date.prototype; + function d3_time_interval(local, step, number) { + function round(date) { + var d0 = local(date), d1 = offset(d0, 1); + return date - d0 < d1 - date ? d0 : d1; + } + function ceil(date) { + step(date = local(new d3_date(date - 1)), 1); + return date; + } + function offset(date, k) { + step(date = new d3_date(+date), k); + return date; + } + function range(t0, t1, dt) { + var time = ceil(t0), times = []; + if (dt > 1) { + while (time < t1) { + if (!(number(time) % dt)) times.push(new Date(+time)); + step(time, 1); + } + } else { + while (time < t1) times.push(new Date(+time)), step(time, 1); + } + return times; + } + function range_utc(t0, t1, dt) { + try { + d3_date = d3_date_utc; + var utc = new d3_date_utc(); + utc._ = t0; + return range(utc, t1, dt); + } finally { + d3_date = Date; + } + } + local.floor = local; + local.round = round; + local.ceil = ceil; + local.offset = offset; + local.range = range; + var utc = local.utc = d3_time_interval_utc(local); + utc.floor = utc; + utc.round = d3_time_interval_utc(round); + utc.ceil = d3_time_interval_utc(ceil); + utc.offset = d3_time_interval_utc(offset); + utc.range = range_utc; + return local; + } + function d3_time_interval_utc(method) { + return function(date, k) { + try { + d3_date = d3_date_utc; + var utc = new d3_date_utc(); + utc._ = date; + return method(utc, k)._; + } finally { + d3_date = Date; + } + }; + } + d3_time.year = d3_time_interval(function(date) { + date = d3_time.day(date); + date.setMonth(0, 1); + return date; + }, function(date, offset) { + date.setFullYear(date.getFullYear() + offset); + }, function(date) { + return date.getFullYear(); + }); + d3_time.years = d3_time.year.range; + d3_time.years.utc = d3_time.year.utc.range; + d3_time.day = d3_time_interval(function(date) { + var day = new d3_date(2e3, 0); + day.setFullYear(date.getFullYear(), date.getMonth(), date.getDate()); + return day; + }, function(date, offset) { + date.setDate(date.getDate() + offset); + }, function(date) { + return date.getDate() - 1; + }); + d3_time.days = d3_time.day.range; + d3_time.days.utc = d3_time.day.utc.range; + d3_time.dayOfYear = function(date) { + var year = d3_time.year(date); + return Math.floor((date - year - (date.getTimezoneOffset() - year.getTimezoneOffset()) * 6e4) / 864e5); + }; + [ "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday" ].forEach(function(day, i) { + i = 7 - i; + var interval = d3_time[day] = d3_time_interval(function(date) { + (date = d3_time.day(date)).setDate(date.getDate() - (date.getDay() + i) % 7); + return date; + }, function(date, offset) { + date.setDate(date.getDate() + Math.floor(offset) * 7); + }, function(date) { + var day = d3_time.year(date).getDay(); + return Math.floor((d3_time.dayOfYear(date) + (day + i) % 7) / 7) - (day !== i); + }); + d3_time[day + "s"] = interval.range; + d3_time[day + "s"].utc = interval.utc.range; + d3_time[day + "OfYear"] = function(date) { + var day = d3_time.year(date).getDay(); + return Math.floor((d3_time.dayOfYear(date) + (day + i) % 7) / 7); + }; + }); + d3_time.week = d3_time.sunday; + d3_time.weeks = d3_time.sunday.range; + d3_time.weeks.utc = d3_time.sunday.utc.range; + d3_time.weekOfYear = d3_time.sundayOfYear; + function d3_locale_timeFormat(locale) { + var locale_dateTime = locale.dateTime, locale_date = locale.date, locale_time = locale.time, locale_periods = locale.periods, locale_days = locale.days, locale_shortDays = locale.shortDays, locale_months = locale.months, locale_shortMonths = locale.shortMonths; + function d3_time_format(template) { + var n = template.length; + function format(date) { + var string = [], i = -1, j = 0, c, p, f; + while (++i < n) { + if (template.charCodeAt(i) === 37) { + string.push(template.slice(j, i)); + if ((p = d3_time_formatPads[c = template.charAt(++i)]) != null) c = template.charAt(++i); + if (f = d3_time_formats[c]) c = f(date, p == null ? c === "e" ? " " : "0" : p); + string.push(c); + j = i + 1; + } + } + string.push(template.slice(j, i)); + return string.join(""); + } + format.parse = function(string) { + var d = { + y: 1900, + m: 0, + d: 1, + H: 0, + M: 0, + S: 0, + L: 0, + Z: null + }, i = d3_time_parse(d, template, string, 0); + if (i != string.length) return null; + if ("p" in d) d.H = d.H % 12 + d.p * 12; + var localZ = d.Z != null && d3_date !== d3_date_utc, date = new (localZ ? d3_date_utc : d3_date)(); + if ("j" in d) date.setFullYear(d.y, 0, d.j); else if ("w" in d && ("W" in d || "U" in d)) { + date.setFullYear(d.y, 0, 1); + date.setFullYear(d.y, 0, "W" in d ? (d.w + 6) % 7 + d.W * 7 - (date.getDay() + 5) % 7 : d.w + d.U * 7 - (date.getDay() + 6) % 7); + } else date.setFullYear(d.y, d.m, d.d); + date.setHours(d.H + (d.Z / 100 | 0), d.M + d.Z % 100, d.S, d.L); + return localZ ? date._ : date; + }; + format.toString = function() { + return template; + }; + return format; + } + function d3_time_parse(date, template, string, j) { + var c, p, t, i = 0, n = template.length, m = string.length; + while (i < n) { + if (j >= m) return -1; + c = template.charCodeAt(i++); + if (c === 37) { + t = template.charAt(i++); + p = d3_time_parsers[t in d3_time_formatPads ? template.charAt(i++) : t]; + if (!p || (j = p(date, string, j)) < 0) return -1; + } else if (c != string.charCodeAt(j++)) { + return -1; + } + } + return j; + } + d3_time_format.utc = function(template) { + var local = d3_time_format(template); + function format(date) { + try { + d3_date = d3_date_utc; + var utc = new d3_date(); + utc._ = date; + return local(utc); + } finally { + d3_date = Date; + } + } + format.parse = function(string) { + try { + d3_date = d3_date_utc; + var date = local.parse(string); + return date && date._; + } finally { + d3_date = Date; + } + }; + format.toString = local.toString; + return format; + }; + d3_time_format.multi = d3_time_format.utc.multi = d3_time_formatMulti; + var d3_time_periodLookup = d3.map(), d3_time_dayRe = d3_time_formatRe(locale_days), d3_time_dayLookup = d3_time_formatLookup(locale_days), d3_time_dayAbbrevRe = d3_time_formatRe(locale_shortDays), d3_time_dayAbbrevLookup = d3_time_formatLookup(locale_shortDays), d3_time_monthRe = d3_time_formatRe(locale_months), d3_time_monthLookup = d3_time_formatLookup(locale_months), d3_time_monthAbbrevRe = d3_time_formatRe(locale_shortMonths), d3_time_monthAbbrevLookup = d3_time_formatLookup(locale_shortMonths); + locale_periods.forEach(function(p, i) { + d3_time_periodLookup.set(p.toLowerCase(), i); + }); + var d3_time_formats = { + a: function(d) { + return locale_shortDays[d.getDay()]; + }, + A: function(d) { + return locale_days[d.getDay()]; + }, + b: function(d) { + return locale_shortMonths[d.getMonth()]; + }, + B: function(d) { + return locale_months[d.getMonth()]; + }, + c: d3_time_format(locale_dateTime), + d: function(d, p) { + return d3_time_formatPad(d.getDate(), p, 2); + }, + e: function(d, p) { + return d3_time_formatPad(d.getDate(), p, 2); + }, + H: function(d, p) { + return d3_time_formatPad(d.getHours(), p, 2); + }, + I: function(d, p) { + return d3_time_formatPad(d.getHours() % 12 || 12, p, 2); + }, + j: function(d, p) { + return d3_time_formatPad(1 + d3_time.dayOfYear(d), p, 3); + }, + L: function(d, p) { + return d3_time_formatPad(d.getMilliseconds(), p, 3); + }, + m: function(d, p) { + return d3_time_formatPad(d.getMonth() + 1, p, 2); + }, + M: function(d, p) { + return d3_time_formatPad(d.getMinutes(), p, 2); + }, + p: function(d) { + return locale_periods[+(d.getHours() >= 12)]; + }, + S: function(d, p) { + return d3_time_formatPad(d.getSeconds(), p, 2); + }, + U: function(d, p) { + return d3_time_formatPad(d3_time.sundayOfYear(d), p, 2); + }, + w: function(d) { + return d.getDay(); + }, + W: function(d, p) { + return d3_time_formatPad(d3_time.mondayOfYear(d), p, 2); + }, + x: d3_time_format(locale_date), + X: d3_time_format(locale_time), + y: function(d, p) { + return d3_time_formatPad(d.getFullYear() % 100, p, 2); + }, + Y: function(d, p) { + return d3_time_formatPad(d.getFullYear() % 1e4, p, 4); + }, + Z: d3_time_zone, + "%": function() { + return "%"; + } + }; + var d3_time_parsers = { + a: d3_time_parseWeekdayAbbrev, + A: d3_time_parseWeekday, + b: d3_time_parseMonthAbbrev, + B: d3_time_parseMonth, + c: d3_time_parseLocaleFull, + d: d3_time_parseDay, + e: d3_time_parseDay, + H: d3_time_parseHour24, + I: d3_time_parseHour24, + j: d3_time_parseDayOfYear, + L: d3_time_parseMilliseconds, + m: d3_time_parseMonthNumber, + M: d3_time_parseMinutes, + p: d3_time_parseAmPm, + S: d3_time_parseSeconds, + U: d3_time_parseWeekNumberSunday, + w: d3_time_parseWeekdayNumber, + W: d3_time_parseWeekNumberMonday, + x: d3_time_parseLocaleDate, + X: d3_time_parseLocaleTime, + y: d3_time_parseYear, + Y: d3_time_parseFullYear, + Z: d3_time_parseZone, + "%": d3_time_parseLiteralPercent + }; + function d3_time_parseWeekdayAbbrev(date, string, i) { + d3_time_dayAbbrevRe.lastIndex = 0; + var n = d3_time_dayAbbrevRe.exec(string.slice(i)); + return n ? (date.w = d3_time_dayAbbrevLookup.get(n[0].toLowerCase()), i + n[0].length) : -1; + } + function d3_time_parseWeekday(date, string, i) { + d3_time_dayRe.lastIndex = 0; + var n = d3_time_dayRe.exec(string.slice(i)); + return n ? (date.w = d3_time_dayLookup.get(n[0].toLowerCase()), i + n[0].length) : -1; + } + function d3_time_parseMonthAbbrev(date, string, i) { + d3_time_monthAbbrevRe.lastIndex = 0; + var n = d3_time_monthAbbrevRe.exec(string.slice(i)); + return n ? (date.m = d3_time_monthAbbrevLookup.get(n[0].toLowerCase()), i + n[0].length) : -1; + } + function d3_time_parseMonth(date, string, i) { + d3_time_monthRe.lastIndex = 0; + var n = d3_time_monthRe.exec(string.slice(i)); + return n ? (date.m = d3_time_monthLookup.get(n[0].toLowerCase()), i + n[0].length) : -1; + } + function d3_time_parseLocaleFull(date, string, i) { + return d3_time_parse(date, d3_time_formats.c.toString(), string, i); + } + function d3_time_parseLocaleDate(date, string, i) { + return d3_time_parse(date, d3_time_formats.x.toString(), string, i); + } + function d3_time_parseLocaleTime(date, string, i) { + return d3_time_parse(date, d3_time_formats.X.toString(), string, i); + } + function d3_time_parseAmPm(date, string, i) { + var n = d3_time_periodLookup.get(string.slice(i, i += 2).toLowerCase()); + return n == null ? -1 : (date.p = n, i); + } + return d3_time_format; + } + var d3_time_formatPads = { + "-": "", + _: " ", + "0": "0" + }, d3_time_numberRe = /^\s*\d+/, d3_time_percentRe = /^%/; + function d3_time_formatPad(value, fill, width) { + var sign = value < 0 ? "-" : "", string = (sign ? -value : value) + "", length = string.length; + return sign + (length < width ? new Array(width - length + 1).join(fill) + string : string); + } + function d3_time_formatRe(names) { + return new RegExp("^(?:" + names.map(d3.requote).join("|") + ")", "i"); + } + function d3_time_formatLookup(names) { + var map = new d3_Map(), i = -1, n = names.length; + while (++i < n) map.set(names[i].toLowerCase(), i); + return map; + } + function d3_time_parseWeekdayNumber(date, string, i) { + d3_time_numberRe.lastIndex = 0; + var n = d3_time_numberRe.exec(string.slice(i, i + 1)); + return n ? (date.w = +n[0], i + n[0].length) : -1; + } + function d3_time_parseWeekNumberSunday(date, string, i) { + d3_time_numberRe.lastIndex = 0; + var n = d3_time_numberRe.exec(string.slice(i)); + return n ? (date.U = +n[0], i + n[0].length) : -1; + } + function d3_time_parseWeekNumberMonday(date, string, i) { + d3_time_numberRe.lastIndex = 0; + var n = d3_time_numberRe.exec(string.slice(i)); + return n ? (date.W = +n[0], i + n[0].length) : -1; + } + function d3_time_parseFullYear(date, string, i) { + d3_time_numberRe.lastIndex = 0; + var n = d3_time_numberRe.exec(string.slice(i, i + 4)); + return n ? (date.y = +n[0], i + n[0].length) : -1; + } + function d3_time_parseYear(date, string, i) { + d3_time_numberRe.lastIndex = 0; + var n = d3_time_numberRe.exec(string.slice(i, i + 2)); + return n ? (date.y = d3_time_expandYear(+n[0]), i + n[0].length) : -1; + } + function d3_time_parseZone(date, string, i) { + return /^[+-]\d{4}$/.test(string = string.slice(i, i + 5)) ? (date.Z = -string, + i + 5) : -1; + } + function d3_time_expandYear(d) { + return d + (d > 68 ? 1900 : 2e3); + } + function d3_time_parseMonthNumber(date, string, i) { + d3_time_numberRe.lastIndex = 0; + var n = d3_time_numberRe.exec(string.slice(i, i + 2)); + return n ? (date.m = n[0] - 1, i + n[0].length) : -1; + } + function d3_time_parseDay(date, string, i) { + d3_time_numberRe.lastIndex = 0; + var n = d3_time_numberRe.exec(string.slice(i, i + 2)); + return n ? (date.d = +n[0], i + n[0].length) : -1; + } + function d3_time_parseDayOfYear(date, string, i) { + d3_time_numberRe.lastIndex = 0; + var n = d3_time_numberRe.exec(string.slice(i, i + 3)); + return n ? (date.j = +n[0], i + n[0].length) : -1; + } + function d3_time_parseHour24(date, string, i) { + d3_time_numberRe.lastIndex = 0; + var n = d3_time_numberRe.exec(string.slice(i, i + 2)); + return n ? (date.H = +n[0], i + n[0].length) : -1; + } + function d3_time_parseMinutes(date, string, i) { + d3_time_numberRe.lastIndex = 0; + var n = d3_time_numberRe.exec(string.slice(i, i + 2)); + return n ? (date.M = +n[0], i + n[0].length) : -1; + } + function d3_time_parseSeconds(date, string, i) { + d3_time_numberRe.lastIndex = 0; + var n = d3_time_numberRe.exec(string.slice(i, i + 2)); + return n ? (date.S = +n[0], i + n[0].length) : -1; + } + function d3_time_parseMilliseconds(date, string, i) { + d3_time_numberRe.lastIndex = 0; + var n = d3_time_numberRe.exec(string.slice(i, i + 3)); + return n ? (date.L = +n[0], i + n[0].length) : -1; + } + function d3_time_zone(d) { + var z = d.getTimezoneOffset(), zs = z > 0 ? "-" : "+", zh = abs(z) / 60 | 0, zm = abs(z) % 60; + return zs + d3_time_formatPad(zh, "0", 2) + d3_time_formatPad(zm, "0", 2); + } + function d3_time_parseLiteralPercent(date, string, i) { + d3_time_percentRe.lastIndex = 0; + var n = d3_time_percentRe.exec(string.slice(i, i + 1)); + return n ? i + n[0].length : -1; + } + function d3_time_formatMulti(formats) { + var n = formats.length, i = -1; + while (++i < n) formats[i][0] = this(formats[i][0]); + return function(date) { + var i = 0, f = formats[i]; + while (!f[1](date)) f = formats[++i]; + return f[0](date); + }; + } + d3.locale = function(locale) { + return { + numberFormat: d3_locale_numberFormat(locale), + timeFormat: d3_locale_timeFormat(locale) + }; + }; + var d3_locale_enUS = d3.locale({ + decimal: ".", + thousands: ",", + grouping: [ 3 ], + currency: [ "$", "" ], + dateTime: "%a %b %e %X %Y", + date: "%m/%d/%Y", + time: "%H:%M:%S", + periods: [ "AM", "PM" ], + days: [ "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" ], + shortDays: [ "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" ], + months: [ "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December" ], + shortMonths: [ "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" ] + }); + d3.format = d3_locale_enUS.numberFormat; + d3.geo = {}; + function d3_adder() {} + d3_adder.prototype = { + s: 0, + t: 0, + add: function(y) { + d3_adderSum(y, this.t, d3_adderTemp); + d3_adderSum(d3_adderTemp.s, this.s, this); + if (this.s) this.t += d3_adderTemp.t; else this.s = d3_adderTemp.t; + }, + reset: function() { + this.s = this.t = 0; + }, + valueOf: function() { + return this.s; + } + }; + var d3_adderTemp = new d3_adder(); + function d3_adderSum(a, b, o) { + var x = o.s = a + b, bv = x - a, av = x - bv; + o.t = a - av + (b - bv); + } + d3.geo.stream = function(object, listener) { + if (object && d3_geo_streamObjectType.hasOwnProperty(object.type)) { + d3_geo_streamObjectType[object.type](object, listener); + } else { + d3_geo_streamGeometry(object, listener); + } + }; + function d3_geo_streamGeometry(geometry, listener) { + if (geometry && d3_geo_streamGeometryType.hasOwnProperty(geometry.type)) { + d3_geo_streamGeometryType[geometry.type](geometry, listener); + } + } + var d3_geo_streamObjectType = { + Feature: function(feature, listener) { + d3_geo_streamGeometry(feature.geometry, listener); + }, + FeatureCollection: function(object, listener) { + var features = object.features, i = -1, n = features.length; + while (++i < n) d3_geo_streamGeometry(features[i].geometry, listener); + } + }; + var d3_geo_streamGeometryType = { + Sphere: function(object, listener) { + listener.sphere(); + }, + Point: function(object, listener) { + object = object.coordinates; + listener.point(object[0], object[1], object[2]); + }, + MultiPoint: function(object, listener) { + var coordinates = object.coordinates, i = -1, n = coordinates.length; + while (++i < n) object = coordinates[i], listener.point(object[0], object[1], object[2]); + }, + LineString: function(object, listener) { + d3_geo_streamLine(object.coordinates, listener, 0); + }, + MultiLineString: function(object, listener) { + var coordinates = object.coordinates, i = -1, n = coordinates.length; + while (++i < n) d3_geo_streamLine(coordinates[i], listener, 0); + }, + Polygon: function(object, listener) { + d3_geo_streamPolygon(object.coordinates, listener); + }, + MultiPolygon: function(object, listener) { + var coordinates = object.coordinates, i = -1, n = coordinates.length; + while (++i < n) d3_geo_streamPolygon(coordinates[i], listener); + }, + GeometryCollection: function(object, listener) { + var geometries = object.geometries, i = -1, n = geometries.length; + while (++i < n) d3_geo_streamGeometry(geometries[i], listener); + } + }; + function d3_geo_streamLine(coordinates, listener, closed) { + var i = -1, n = coordinates.length - closed, coordinate; + listener.lineStart(); + while (++i < n) coordinate = coordinates[i], listener.point(coordinate[0], coordinate[1], coordinate[2]); + listener.lineEnd(); + } + function d3_geo_streamPolygon(coordinates, listener) { + var i = -1, n = coordinates.length; + listener.polygonStart(); + while (++i < n) d3_geo_streamLine(coordinates[i], listener, 1); + listener.polygonEnd(); + } + d3.geo.area = function(object) { + d3_geo_areaSum = 0; + d3.geo.stream(object, d3_geo_area); + return d3_geo_areaSum; + }; + var d3_geo_areaSum, d3_geo_areaRingSum = new d3_adder(); + var d3_geo_area = { + sphere: function() { + d3_geo_areaSum += 4 * π; + }, + point: d3_noop, + lineStart: d3_noop, + lineEnd: d3_noop, + polygonStart: function() { + d3_geo_areaRingSum.reset(); + d3_geo_area.lineStart = d3_geo_areaRingStart; + }, + polygonEnd: function() { + var area = 2 * d3_geo_areaRingSum; + d3_geo_areaSum += area < 0 ? 4 * π + area : area; + d3_geo_area.lineStart = d3_geo_area.lineEnd = d3_geo_area.point = d3_noop; + } + }; + function d3_geo_areaRingStart() { + var λ00, φ00, λ0, cosφ0, sinφ0; + d3_geo_area.point = function(λ, φ) { + d3_geo_area.point = nextPoint; + λ0 = (λ00 = λ) * d3_radians, cosφ0 = Math.cos(φ = (φ00 = φ) * d3_radians / 2 + π / 4), + sinφ0 = Math.sin(φ); + }; + function nextPoint(λ, φ) { + λ *= d3_radians; + φ = φ * d3_radians / 2 + π / 4; + var dλ = λ - λ0, sdλ = dλ >= 0 ? 1 : -1, adλ = sdλ * dλ, cosφ = Math.cos(φ), sinφ = Math.sin(φ), k = sinφ0 * sinφ, u = cosφ0 * cosφ + k * Math.cos(adλ), v = k * sdλ * Math.sin(adλ); + d3_geo_areaRingSum.add(Math.atan2(v, u)); + λ0 = λ, cosφ0 = cosφ, sinφ0 = sinφ; + } + d3_geo_area.lineEnd = function() { + nextPoint(λ00, φ00); + }; + } + function d3_geo_cartesian(spherical) { + var λ = spherical[0], φ = spherical[1], cosφ = Math.cos(φ); + return [ cosφ * Math.cos(λ), cosφ * Math.sin(λ), Math.sin(φ) ]; + } + function d3_geo_cartesianDot(a, b) { + return a[0] * b[0] + a[1] * b[1] + a[2] * b[2]; + } + function d3_geo_cartesianCross(a, b) { + return [ a[1] * b[2] - a[2] * b[1], a[2] * b[0] - a[0] * b[2], a[0] * b[1] - a[1] * b[0] ]; + } + function d3_geo_cartesianAdd(a, b) { + a[0] += b[0]; + a[1] += b[1]; + a[2] += b[2]; + } + function d3_geo_cartesianScale(vector, k) { + return [ vector[0] * k, vector[1] * k, vector[2] * k ]; + } + function d3_geo_cartesianNormalize(d) { + var l = Math.sqrt(d[0] * d[0] + d[1] * d[1] + d[2] * d[2]); + d[0] /= l; + d[1] /= l; + d[2] /= l; + } + function d3_geo_spherical(cartesian) { + return [ Math.atan2(cartesian[1], cartesian[0]), d3_asin(cartesian[2]) ]; + } + function d3_geo_sphericalEqual(a, b) { + return abs(a[0] - b[0]) < ε && abs(a[1] - b[1]) < ε; + } + d3.geo.bounds = function() { + var λ0, φ0, λ1, φ1, λ_, λ__, φ__, p0, dλSum, ranges, range; + var bound = { + point: point, + lineStart: lineStart, + lineEnd: lineEnd, + polygonStart: function() { + bound.point = ringPoint; + bound.lineStart = ringStart; + bound.lineEnd = ringEnd; + dλSum = 0; + d3_geo_area.polygonStart(); + }, + polygonEnd: function() { + d3_geo_area.polygonEnd(); + bound.point = point; + bound.lineStart = lineStart; + bound.lineEnd = lineEnd; + if (d3_geo_areaRingSum < 0) λ0 = -(λ1 = 180), φ0 = -(φ1 = 90); else if (dλSum > ε) φ1 = 90; else if (dλSum < -ε) φ0 = -90; + range[0] = λ0, range[1] = λ1; + } + }; + function point(λ, φ) { + ranges.push(range = [ λ0 = λ, λ1 = λ ]); + if (φ < φ0) φ0 = φ; + if (φ > φ1) φ1 = φ; + } + function linePoint(λ, φ) { + var p = d3_geo_cartesian([ λ * d3_radians, φ * d3_radians ]); + if (p0) { + var normal = d3_geo_cartesianCross(p0, p), equatorial = [ normal[1], -normal[0], 0 ], inflection = d3_geo_cartesianCross(equatorial, normal); + d3_geo_cartesianNormalize(inflection); + inflection = d3_geo_spherical(inflection); + var dλ = λ - λ_, s = dλ > 0 ? 1 : -1, λi = inflection[0] * d3_degrees * s, antimeridian = abs(dλ) > 180; + if (antimeridian ^ (s * λ_ < λi && λi < s * λ)) { + var φi = inflection[1] * d3_degrees; + if (φi > φ1) φ1 = φi; + } else if (λi = (λi + 360) % 360 - 180, antimeridian ^ (s * λ_ < λi && λi < s * λ)) { + var φi = -inflection[1] * d3_degrees; + if (φi < φ0) φ0 = φi; + } else { + if (φ < φ0) φ0 = φ; + if (φ > φ1) φ1 = φ; + } + if (antimeridian) { + if (λ < λ_) { + if (angle(λ0, λ) > angle(λ0, λ1)) λ1 = λ; + } else { + if (angle(λ, λ1) > angle(λ0, λ1)) λ0 = λ; + } + } else { + if (λ1 >= λ0) { + if (λ < λ0) λ0 = λ; + if (λ > λ1) λ1 = λ; + } else { + if (λ > λ_) { + if (angle(λ0, λ) > angle(λ0, λ1)) λ1 = λ; + } else { + if (angle(λ, λ1) > angle(λ0, λ1)) λ0 = λ; + } + } + } + } else { + point(λ, φ); + } + p0 = p, λ_ = λ; + } + function lineStart() { + bound.point = linePoint; + } + function lineEnd() { + range[0] = λ0, range[1] = λ1; + bound.point = point; + p0 = null; + } + function ringPoint(λ, φ) { + if (p0) { + var dλ = λ - λ_; + dλSum += abs(dλ) > 180 ? dλ + (dλ > 0 ? 360 : -360) : dλ; + } else λ__ = λ, φ__ = φ; + d3_geo_area.point(λ, φ); + linePoint(λ, φ); + } + function ringStart() { + d3_geo_area.lineStart(); + } + function ringEnd() { + ringPoint(λ__, φ__); + d3_geo_area.lineEnd(); + if (abs(dλSum) > ε) λ0 = -(λ1 = 180); + range[0] = λ0, range[1] = λ1; + p0 = null; + } + function angle(λ0, λ1) { + return (λ1 -= λ0) < 0 ? λ1 + 360 : λ1; + } + function compareRanges(a, b) { + return a[0] - b[0]; + } + function withinRange(x, range) { + return range[0] <= range[1] ? range[0] <= x && x <= range[1] : x < range[0] || range[1] < x; + } + return function(feature) { + φ1 = λ1 = -(λ0 = φ0 = Infinity); + ranges = []; + d3.geo.stream(feature, bound); + var n = ranges.length; + if (n) { + ranges.sort(compareRanges); + for (var i = 1, a = ranges[0], b, merged = [ a ]; i < n; ++i) { + b = ranges[i]; + if (withinRange(b[0], a) || withinRange(b[1], a)) { + if (angle(a[0], b[1]) > angle(a[0], a[1])) a[1] = b[1]; + if (angle(b[0], a[1]) > angle(a[0], a[1])) a[0] = b[0]; + } else { + merged.push(a = b); + } + } + var best = -Infinity, dλ; + for (var n = merged.length - 1, i = 0, a = merged[n], b; i <= n; a = b, ++i) { + b = merged[i]; + if ((dλ = angle(a[1], b[0])) > best) best = dλ, λ0 = b[0], λ1 = a[1]; + } + } + ranges = range = null; + return λ0 === Infinity || φ0 === Infinity ? [ [ NaN, NaN ], [ NaN, NaN ] ] : [ [ λ0, φ0 ], [ λ1, φ1 ] ]; + }; + }(); + d3.geo.centroid = function(object) { + d3_geo_centroidW0 = d3_geo_centroidW1 = d3_geo_centroidX0 = d3_geo_centroidY0 = d3_geo_centroidZ0 = d3_geo_centroidX1 = d3_geo_centroidY1 = d3_geo_centroidZ1 = d3_geo_centroidX2 = d3_geo_centroidY2 = d3_geo_centroidZ2 = 0; + d3.geo.stream(object, d3_geo_centroid); + var x = d3_geo_centroidX2, y = d3_geo_centroidY2, z = d3_geo_centroidZ2, m = x * x + y * y + z * z; + if (m < ε2) { + x = d3_geo_centroidX1, y = d3_geo_centroidY1, z = d3_geo_centroidZ1; + if (d3_geo_centroidW1 < ε) x = d3_geo_centroidX0, y = d3_geo_centroidY0, z = d3_geo_centroidZ0; + m = x * x + y * y + z * z; + if (m < ε2) return [ NaN, NaN ]; + } + return [ Math.atan2(y, x) * d3_degrees, d3_asin(z / Math.sqrt(m)) * d3_degrees ]; + }; + var d3_geo_centroidW0, d3_geo_centroidW1, d3_geo_centroidX0, d3_geo_centroidY0, d3_geo_centroidZ0, d3_geo_centroidX1, d3_geo_centroidY1, d3_geo_centroidZ1, d3_geo_centroidX2, d3_geo_centroidY2, d3_geo_centroidZ2; + var d3_geo_centroid = { + sphere: d3_noop, + point: d3_geo_centroidPoint, + lineStart: d3_geo_centroidLineStart, + lineEnd: d3_geo_centroidLineEnd, + polygonStart: function() { + d3_geo_centroid.lineStart = d3_geo_centroidRingStart; + }, + polygonEnd: function() { + d3_geo_centroid.lineStart = d3_geo_centroidLineStart; + } + }; + function d3_geo_centroidPoint(λ, φ) { + λ *= d3_radians; + var cosφ = Math.cos(φ *= d3_radians); + d3_geo_centroidPointXYZ(cosφ * Math.cos(λ), cosφ * Math.sin(λ), Math.sin(φ)); + } + function d3_geo_centroidPointXYZ(x, y, z) { + ++d3_geo_centroidW0; + d3_geo_centroidX0 += (x - d3_geo_centroidX0) / d3_geo_centroidW0; + d3_geo_centroidY0 += (y - d3_geo_centroidY0) / d3_geo_centroidW0; + d3_geo_centroidZ0 += (z - d3_geo_centroidZ0) / d3_geo_centroidW0; + } + function d3_geo_centroidLineStart() { + var x0, y0, z0; + d3_geo_centroid.point = function(λ, φ) { + λ *= d3_radians; + var cosφ = Math.cos(φ *= d3_radians); + x0 = cosφ * Math.cos(λ); + y0 = cosφ * Math.sin(λ); + z0 = Math.sin(φ); + d3_geo_centroid.point = nextPoint; + d3_geo_centroidPointXYZ(x0, y0, z0); + }; + function nextPoint(λ, φ) { + λ *= d3_radians; + var cosφ = Math.cos(φ *= d3_radians), x = cosφ * Math.cos(λ), y = cosφ * Math.sin(λ), z = Math.sin(φ), w = Math.atan2(Math.sqrt((w = y0 * z - z0 * y) * w + (w = z0 * x - x0 * z) * w + (w = x0 * y - y0 * x) * w), x0 * x + y0 * y + z0 * z); + d3_geo_centroidW1 += w; + d3_geo_centroidX1 += w * (x0 + (x0 = x)); + d3_geo_centroidY1 += w * (y0 + (y0 = y)); + d3_geo_centroidZ1 += w * (z0 + (z0 = z)); + d3_geo_centroidPointXYZ(x0, y0, z0); + } + } + function d3_geo_centroidLineEnd() { + d3_geo_centroid.point = d3_geo_centroidPoint; + } + function d3_geo_centroidRingStart() { + var λ00, φ00, x0, y0, z0; + d3_geo_centroid.point = function(λ, φ) { + λ00 = λ, φ00 = φ; + d3_geo_centroid.point = nextPoint; + λ *= d3_radians; + var cosφ = Math.cos(φ *= d3_radians); + x0 = cosφ * Math.cos(λ); + y0 = cosφ * Math.sin(λ); + z0 = Math.sin(φ); + d3_geo_centroidPointXYZ(x0, y0, z0); + }; + d3_geo_centroid.lineEnd = function() { + nextPoint(λ00, φ00); + d3_geo_centroid.lineEnd = d3_geo_centroidLineEnd; + d3_geo_centroid.point = d3_geo_centroidPoint; + }; + function nextPoint(λ, φ) { + λ *= d3_radians; + var cosφ = Math.cos(φ *= d3_radians), x = cosφ * Math.cos(λ), y = cosφ * Math.sin(λ), z = Math.sin(φ), cx = y0 * z - z0 * y, cy = z0 * x - x0 * z, cz = x0 * y - y0 * x, m = Math.sqrt(cx * cx + cy * cy + cz * cz), u = x0 * x + y0 * y + z0 * z, v = m && -d3_acos(u) / m, w = Math.atan2(m, u); + d3_geo_centroidX2 += v * cx; + d3_geo_centroidY2 += v * cy; + d3_geo_centroidZ2 += v * cz; + d3_geo_centroidW1 += w; + d3_geo_centroidX1 += w * (x0 + (x0 = x)); + d3_geo_centroidY1 += w * (y0 + (y0 = y)); + d3_geo_centroidZ1 += w * (z0 + (z0 = z)); + d3_geo_centroidPointXYZ(x0, y0, z0); + } + } + function d3_geo_compose(a, b) { + function compose(x, y) { + return x = a(x, y), b(x[0], x[1]); + } + if (a.invert && b.invert) compose.invert = function(x, y) { + return x = b.invert(x, y), x && a.invert(x[0], x[1]); + }; + return compose; + } + function d3_true() { + return true; + } + function d3_geo_clipPolygon(segments, compare, clipStartInside, interpolate, listener) { + var subject = [], clip = []; + segments.forEach(function(segment) { + if ((n = segment.length - 1) <= 0) return; + var n, p0 = segment[0], p1 = segment[n]; + if (d3_geo_sphericalEqual(p0, p1)) { + listener.lineStart(); + for (var i = 0; i < n; ++i) listener.point((p0 = segment[i])[0], p0[1]); + listener.lineEnd(); + return; + } + var a = new d3_geo_clipPolygonIntersection(p0, segment, null, true), b = new d3_geo_clipPolygonIntersection(p0, null, a, false); + a.o = b; + subject.push(a); + clip.push(b); + a = new d3_geo_clipPolygonIntersection(p1, segment, null, false); + b = new d3_geo_clipPolygonIntersection(p1, null, a, true); + a.o = b; + subject.push(a); + clip.push(b); + }); + clip.sort(compare); + d3_geo_clipPolygonLinkCircular(subject); + d3_geo_clipPolygonLinkCircular(clip); + if (!subject.length) return; + for (var i = 0, entry = clipStartInside, n = clip.length; i < n; ++i) { + clip[i].e = entry = !entry; + } + var start = subject[0], points, point; + while (1) { + var current = start, isSubject = true; + while (current.v) if ((current = current.n) === start) return; + points = current.z; + listener.lineStart(); + do { + current.v = current.o.v = true; + if (current.e) { + if (isSubject) { + for (var i = 0, n = points.length; i < n; ++i) listener.point((point = points[i])[0], point[1]); + } else { + interpolate(current.x, current.n.x, 1, listener); + } + current = current.n; + } else { + if (isSubject) { + points = current.p.z; + for (var i = points.length - 1; i >= 0; --i) listener.point((point = points[i])[0], point[1]); + } else { + interpolate(current.x, current.p.x, -1, listener); + } + current = current.p; + } + current = current.o; + points = current.z; + isSubject = !isSubject; + } while (!current.v); + listener.lineEnd(); + } + } + function d3_geo_clipPolygonLinkCircular(array) { + if (!(n = array.length)) return; + var n, i = 0, a = array[0], b; + while (++i < n) { + a.n = b = array[i]; + b.p = a; + a = b; + } + a.n = b = array[0]; + b.p = a; + } + function d3_geo_clipPolygonIntersection(point, points, other, entry) { + this.x = point; + this.z = points; + this.o = other; + this.e = entry; + this.v = false; + this.n = this.p = null; + } + function d3_geo_clip(pointVisible, clipLine, interpolate, clipStart) { + return function(rotate, listener) { + var line = clipLine(listener), rotatedClipStart = rotate.invert(clipStart[0], clipStart[1]); + var clip = { + point: point, + lineStart: lineStart, + lineEnd: lineEnd, + polygonStart: function() { + clip.point = pointRing; + clip.lineStart = ringStart; + clip.lineEnd = ringEnd; + segments = []; + polygon = []; + }, + polygonEnd: function() { + clip.point = point; + clip.lineStart = lineStart; + clip.lineEnd = lineEnd; + segments = d3.merge(segments); + var clipStartInside = d3_geo_pointInPolygon(rotatedClipStart, polygon); + if (segments.length) { + if (!polygonStarted) listener.polygonStart(), polygonStarted = true; + d3_geo_clipPolygon(segments, d3_geo_clipSort, clipStartInside, interpolate, listener); + } else if (clipStartInside) { + if (!polygonStarted) listener.polygonStart(), polygonStarted = true; + listener.lineStart(); + interpolate(null, null, 1, listener); + listener.lineEnd(); + } + if (polygonStarted) listener.polygonEnd(), polygonStarted = false; + segments = polygon = null; + }, + sphere: function() { + listener.polygonStart(); + listener.lineStart(); + interpolate(null, null, 1, listener); + listener.lineEnd(); + listener.polygonEnd(); + } + }; + function point(λ, φ) { + var point = rotate(λ, φ); + if (pointVisible(λ = point[0], φ = point[1])) listener.point(λ, φ); + } + function pointLine(λ, φ) { + var point = rotate(λ, φ); + line.point(point[0], point[1]); + } + function lineStart() { + clip.point = pointLine; + line.lineStart(); + } + function lineEnd() { + clip.point = point; + line.lineEnd(); + } + var segments; + var buffer = d3_geo_clipBufferListener(), ringListener = clipLine(buffer), polygonStarted = false, polygon, ring; + function pointRing(λ, φ) { + ring.push([ λ, φ ]); + var point = rotate(λ, φ); + ringListener.point(point[0], point[1]); + } + function ringStart() { + ringListener.lineStart(); + ring = []; + } + function ringEnd() { + pointRing(ring[0][0], ring[0][1]); + ringListener.lineEnd(); + var clean = ringListener.clean(), ringSegments = buffer.buffer(), segment, n = ringSegments.length; + ring.pop(); + polygon.push(ring); + ring = null; + if (!n) return; + if (clean & 1) { + segment = ringSegments[0]; + var n = segment.length - 1, i = -1, point; + if (n > 0) { + if (!polygonStarted) listener.polygonStart(), polygonStarted = true; + listener.lineStart(); + while (++i < n) listener.point((point = segment[i])[0], point[1]); + listener.lineEnd(); + } + return; + } + if (n > 1 && clean & 2) ringSegments.push(ringSegments.pop().concat(ringSegments.shift())); + segments.push(ringSegments.filter(d3_geo_clipSegmentLength1)); + } + return clip; + }; + } + function d3_geo_clipSegmentLength1(segment) { + return segment.length > 1; + } + function d3_geo_clipBufferListener() { + var lines = [], line; + return { + lineStart: function() { + lines.push(line = []); + }, + point: function(λ, φ) { + line.push([ λ, φ ]); + }, + lineEnd: d3_noop, + buffer: function() { + var buffer = lines; + lines = []; + line = null; + return buffer; + }, + rejoin: function() { + if (lines.length > 1) lines.push(lines.pop().concat(lines.shift())); + } + }; + } + function d3_geo_clipSort(a, b) { + return ((a = a.x)[0] < 0 ? a[1] - halfπ - ε : halfπ - a[1]) - ((b = b.x)[0] < 0 ? b[1] - halfπ - ε : halfπ - b[1]); + } + var d3_geo_clipAntimeridian = d3_geo_clip(d3_true, d3_geo_clipAntimeridianLine, d3_geo_clipAntimeridianInterpolate, [ -π, -π / 2 ]); + function d3_geo_clipAntimeridianLine(listener) { + var λ0 = NaN, φ0 = NaN, sλ0 = NaN, clean; + return { + lineStart: function() { + listener.lineStart(); + clean = 1; + }, + point: function(λ1, φ1) { + var sλ1 = λ1 > 0 ? π : -π, dλ = abs(λ1 - λ0); + if (abs(dλ - π) < ε) { + listener.point(λ0, φ0 = (φ0 + φ1) / 2 > 0 ? halfπ : -halfπ); + listener.point(sλ0, φ0); + listener.lineEnd(); + listener.lineStart(); + listener.point(sλ1, φ0); + listener.point(λ1, φ0); + clean = 0; + } else if (sλ0 !== sλ1 && dλ >= π) { + if (abs(λ0 - sλ0) < ε) λ0 -= sλ0 * ε; + if (abs(λ1 - sλ1) < ε) λ1 -= sλ1 * ε; + φ0 = d3_geo_clipAntimeridianIntersect(λ0, φ0, λ1, φ1); + listener.point(sλ0, φ0); + listener.lineEnd(); + listener.lineStart(); + listener.point(sλ1, φ0); + clean = 0; + } + listener.point(λ0 = λ1, φ0 = φ1); + sλ0 = sλ1; + }, + lineEnd: function() { + listener.lineEnd(); + λ0 = φ0 = NaN; + }, + clean: function() { + return 2 - clean; + } + }; + } + function d3_geo_clipAntimeridianIntersect(λ0, φ0, λ1, φ1) { + var cosφ0, cosφ1, sinλ0_λ1 = Math.sin(λ0 - λ1); + return abs(sinλ0_λ1) > ε ? Math.atan((Math.sin(φ0) * (cosφ1 = Math.cos(φ1)) * Math.sin(λ1) - Math.sin(φ1) * (cosφ0 = Math.cos(φ0)) * Math.sin(λ0)) / (cosφ0 * cosφ1 * sinλ0_λ1)) : (φ0 + φ1) / 2; + } + function d3_geo_clipAntimeridianInterpolate(from, to, direction, listener) { + var φ; + if (from == null) { + φ = direction * halfπ; + listener.point(-π, φ); + listener.point(0, φ); + listener.point(π, φ); + listener.point(π, 0); + listener.point(π, -φ); + listener.point(0, -φ); + listener.point(-π, -φ); + listener.point(-π, 0); + listener.point(-π, φ); + } else if (abs(from[0] - to[0]) > ε) { + var s = from[0] < to[0] ? π : -π; + φ = direction * s / 2; + listener.point(-s, φ); + listener.point(0, φ); + listener.point(s, φ); + } else { + listener.point(to[0], to[1]); + } + } + function d3_geo_pointInPolygon(point, polygon) { + var meridian = point[0], parallel = point[1], meridianNormal = [ Math.sin(meridian), -Math.cos(meridian), 0 ], polarAngle = 0, winding = 0; + d3_geo_areaRingSum.reset(); + for (var i = 0, n = polygon.length; i < n; ++i) { + var ring = polygon[i], m = ring.length; + if (!m) continue; + var point0 = ring[0], λ0 = point0[0], φ0 = point0[1] / 2 + π / 4, sinφ0 = Math.sin(φ0), cosφ0 = Math.cos(φ0), j = 1; + while (true) { + if (j === m) j = 0; + point = ring[j]; + var λ = point[0], φ = point[1] / 2 + π / 4, sinφ = Math.sin(φ), cosφ = Math.cos(φ), dλ = λ - λ0, sdλ = dλ >= 0 ? 1 : -1, adλ = sdλ * dλ, antimeridian = adλ > π, k = sinφ0 * sinφ; + d3_geo_areaRingSum.add(Math.atan2(k * sdλ * Math.sin(adλ), cosφ0 * cosφ + k * Math.cos(adλ))); + polarAngle += antimeridian ? dλ + sdλ * τ : dλ; + if (antimeridian ^ λ0 >= meridian ^ λ >= meridian) { + var arc = d3_geo_cartesianCross(d3_geo_cartesian(point0), d3_geo_cartesian(point)); + d3_geo_cartesianNormalize(arc); + var intersection = d3_geo_cartesianCross(meridianNormal, arc); + d3_geo_cartesianNormalize(intersection); + var φarc = (antimeridian ^ dλ >= 0 ? -1 : 1) * d3_asin(intersection[2]); + if (parallel > φarc || parallel === φarc && (arc[0] || arc[1])) { + winding += antimeridian ^ dλ >= 0 ? 1 : -1; + } + } + if (!j++) break; + λ0 = λ, sinφ0 = sinφ, cosφ0 = cosφ, point0 = point; + } + } + return (polarAngle < -ε || polarAngle < ε && d3_geo_areaRingSum < 0) ^ winding & 1; + } + function d3_geo_clipCircle(radius) { + var cr = Math.cos(radius), smallRadius = cr > 0, notHemisphere = abs(cr) > ε, interpolate = d3_geo_circleInterpolate(radius, 6 * d3_radians); + return d3_geo_clip(visible, clipLine, interpolate, smallRadius ? [ 0, -radius ] : [ -π, radius - π ]); + function visible(λ, φ) { + return Math.cos(λ) * Math.cos(φ) > cr; + } + function clipLine(listener) { + var point0, c0, v0, v00, clean; + return { + lineStart: function() { + v00 = v0 = false; + clean = 1; + }, + point: function(λ, φ) { + var point1 = [ λ, φ ], point2, v = visible(λ, φ), c = smallRadius ? v ? 0 : code(λ, φ) : v ? code(λ + (λ < 0 ? π : -π), φ) : 0; + if (!point0 && (v00 = v0 = v)) listener.lineStart(); + if (v !== v0) { + point2 = intersect(point0, point1); + if (d3_geo_sphericalEqual(point0, point2) || d3_geo_sphericalEqual(point1, point2)) { + point1[0] += ε; + point1[1] += ε; + v = visible(point1[0], point1[1]); + } + } + if (v !== v0) { + clean = 0; + if (v) { + listener.lineStart(); + point2 = intersect(point1, point0); + listener.point(point2[0], point2[1]); + } else { + point2 = intersect(point0, point1); + listener.point(point2[0], point2[1]); + listener.lineEnd(); + } + point0 = point2; + } else if (notHemisphere && point0 && smallRadius ^ v) { + var t; + if (!(c & c0) && (t = intersect(point1, point0, true))) { + clean = 0; + if (smallRadius) { + listener.lineStart(); + listener.point(t[0][0], t[0][1]); + listener.point(t[1][0], t[1][1]); + listener.lineEnd(); + } else { + listener.point(t[1][0], t[1][1]); + listener.lineEnd(); + listener.lineStart(); + listener.point(t[0][0], t[0][1]); + } + } + } + if (v && (!point0 || !d3_geo_sphericalEqual(point0, point1))) { + listener.point(point1[0], point1[1]); + } + point0 = point1, v0 = v, c0 = c; + }, + lineEnd: function() { + if (v0) listener.lineEnd(); + point0 = null; + }, + clean: function() { + return clean | (v00 && v0) << 1; + } + }; + } + function intersect(a, b, two) { + var pa = d3_geo_cartesian(a), pb = d3_geo_cartesian(b); + var n1 = [ 1, 0, 0 ], n2 = d3_geo_cartesianCross(pa, pb), n2n2 = d3_geo_cartesianDot(n2, n2), n1n2 = n2[0], determinant = n2n2 - n1n2 * n1n2; + if (!determinant) return !two && a; + var c1 = cr * n2n2 / determinant, c2 = -cr * n1n2 / determinant, n1xn2 = d3_geo_cartesianCross(n1, n2), A = d3_geo_cartesianScale(n1, c1), B = d3_geo_cartesianScale(n2, c2); + d3_geo_cartesianAdd(A, B); + var u = n1xn2, w = d3_geo_cartesianDot(A, u), uu = d3_geo_cartesianDot(u, u), t2 = w * w - uu * (d3_geo_cartesianDot(A, A) - 1); + if (t2 < 0) return; + var t = Math.sqrt(t2), q = d3_geo_cartesianScale(u, (-w - t) / uu); + d3_geo_cartesianAdd(q, A); + q = d3_geo_spherical(q); + if (!two) return q; + var λ0 = a[0], λ1 = b[0], φ0 = a[1], φ1 = b[1], z; + if (λ1 < λ0) z = λ0, λ0 = λ1, λ1 = z; + var δλ = λ1 - λ0, polar = abs(δλ - π) < ε, meridian = polar || δλ < ε; + if (!polar && φ1 < φ0) z = φ0, φ0 = φ1, φ1 = z; + if (meridian ? polar ? φ0 + φ1 > 0 ^ q[1] < (abs(q[0] - λ0) < ε ? φ0 : φ1) : φ0 <= q[1] && q[1] <= φ1 : δλ > π ^ (λ0 <= q[0] && q[0] <= λ1)) { + var q1 = d3_geo_cartesianScale(u, (-w + t) / uu); + d3_geo_cartesianAdd(q1, A); + return [ q, d3_geo_spherical(q1) ]; + } + } + function code(λ, φ) { + var r = smallRadius ? radius : π - radius, code = 0; + if (λ < -r) code |= 1; else if (λ > r) code |= 2; + if (φ < -r) code |= 4; else if (φ > r) code |= 8; + return code; + } + } + function d3_geom_clipLine(x0, y0, x1, y1) { + return function(line) { + var a = line.a, b = line.b, ax = a.x, ay = a.y, bx = b.x, by = b.y, t0 = 0, t1 = 1, dx = bx - ax, dy = by - ay, r; + r = x0 - ax; + if (!dx && r > 0) return; + r /= dx; + if (dx < 0) { + if (r < t0) return; + if (r < t1) t1 = r; + } else if (dx > 0) { + if (r > t1) return; + if (r > t0) t0 = r; + } + r = x1 - ax; + if (!dx && r < 0) return; + r /= dx; + if (dx < 0) { + if (r > t1) return; + if (r > t0) t0 = r; + } else if (dx > 0) { + if (r < t0) return; + if (r < t1) t1 = r; + } + r = y0 - ay; + if (!dy && r > 0) return; + r /= dy; + if (dy < 0) { + if (r < t0) return; + if (r < t1) t1 = r; + } else if (dy > 0) { + if (r > t1) return; + if (r > t0) t0 = r; + } + r = y1 - ay; + if (!dy && r < 0) return; + r /= dy; + if (dy < 0) { + if (r > t1) return; + if (r > t0) t0 = r; + } else if (dy > 0) { + if (r < t0) return; + if (r < t1) t1 = r; + } + if (t0 > 0) line.a = { + x: ax + t0 * dx, + y: ay + t0 * dy + }; + if (t1 < 1) line.b = { + x: ax + t1 * dx, + y: ay + t1 * dy + }; + return line; + }; + } + var d3_geo_clipExtentMAX = 1e9; + d3.geo.clipExtent = function() { + var x0, y0, x1, y1, stream, clip, clipExtent = { + stream: function(output) { + if (stream) stream.valid = false; + stream = clip(output); + stream.valid = true; + return stream; + }, + extent: function(_) { + if (!arguments.length) return [ [ x0, y0 ], [ x1, y1 ] ]; + clip = d3_geo_clipExtent(x0 = +_[0][0], y0 = +_[0][1], x1 = +_[1][0], y1 = +_[1][1]); + if (stream) stream.valid = false, stream = null; + return clipExtent; + } + }; + return clipExtent.extent([ [ 0, 0 ], [ 960, 500 ] ]); + }; + function d3_geo_clipExtent(x0, y0, x1, y1) { + return function(listener) { + var listener_ = listener, bufferListener = d3_geo_clipBufferListener(), clipLine = d3_geom_clipLine(x0, y0, x1, y1), segments, polygon, ring; + var clip = { + point: point, + lineStart: lineStart, + lineEnd: lineEnd, + polygonStart: function() { + listener = bufferListener; + segments = []; + polygon = []; + clean = true; + }, + polygonEnd: function() { + listener = listener_; + segments = d3.merge(segments); + var clipStartInside = insidePolygon([ x0, y1 ]), inside = clean && clipStartInside, visible = segments.length; + if (inside || visible) { + listener.polygonStart(); + if (inside) { + listener.lineStart(); + interpolate(null, null, 1, listener); + listener.lineEnd(); + } + if (visible) { + d3_geo_clipPolygon(segments, compare, clipStartInside, interpolate, listener); + } + listener.polygonEnd(); + } + segments = polygon = ring = null; + } + }; + function insidePolygon(p) { + var wn = 0, n = polygon.length, y = p[1]; + for (var i = 0; i < n; ++i) { + for (var j = 1, v = polygon[i], m = v.length, a = v[0], b; j < m; ++j) { + b = v[j]; + if (a[1] <= y) { + if (b[1] > y && d3_cross2d(a, b, p) > 0) ++wn; + } else { + if (b[1] <= y && d3_cross2d(a, b, p) < 0) --wn; + } + a = b; + } + } + return wn !== 0; + } + function interpolate(from, to, direction, listener) { + var a = 0, a1 = 0; + if (from == null || (a = corner(from, direction)) !== (a1 = corner(to, direction)) || comparePoints(from, to) < 0 ^ direction > 0) { + do { + listener.point(a === 0 || a === 3 ? x0 : x1, a > 1 ? y1 : y0); + } while ((a = (a + direction + 4) % 4) !== a1); + } else { + listener.point(to[0], to[1]); + } + } + function pointVisible(x, y) { + return x0 <= x && x <= x1 && y0 <= y && y <= y1; + } + function point(x, y) { + if (pointVisible(x, y)) listener.point(x, y); + } + var x__, y__, v__, x_, y_, v_, first, clean; + function lineStart() { + clip.point = linePoint; + if (polygon) polygon.push(ring = []); + first = true; + v_ = false; + x_ = y_ = NaN; + } + function lineEnd() { + if (segments) { + linePoint(x__, y__); + if (v__ && v_) bufferListener.rejoin(); + segments.push(bufferListener.buffer()); + } + clip.point = point; + if (v_) listener.lineEnd(); + } + function linePoint(x, y) { + x = Math.max(-d3_geo_clipExtentMAX, Math.min(d3_geo_clipExtentMAX, x)); + y = Math.max(-d3_geo_clipExtentMAX, Math.min(d3_geo_clipExtentMAX, y)); + var v = pointVisible(x, y); + if (polygon) ring.push([ x, y ]); + if (first) { + x__ = x, y__ = y, v__ = v; + first = false; + if (v) { + listener.lineStart(); + listener.point(x, y); + } + } else { + if (v && v_) listener.point(x, y); else { + var l = { + a: { + x: x_, + y: y_ + }, + b: { + x: x, + y: y + } + }; + if (clipLine(l)) { + if (!v_) { + listener.lineStart(); + listener.point(l.a.x, l.a.y); + } + listener.point(l.b.x, l.b.y); + if (!v) listener.lineEnd(); + clean = false; + } else if (v) { + listener.lineStart(); + listener.point(x, y); + clean = false; + } + } + } + x_ = x, y_ = y, v_ = v; + } + return clip; + }; + function corner(p, direction) { + return abs(p[0] - x0) < ε ? direction > 0 ? 0 : 3 : abs(p[0] - x1) < ε ? direction > 0 ? 2 : 1 : abs(p[1] - y0) < ε ? direction > 0 ? 1 : 0 : direction > 0 ? 3 : 2; + } + function compare(a, b) { + return comparePoints(a.x, b.x); + } + function comparePoints(a, b) { + var ca = corner(a, 1), cb = corner(b, 1); + return ca !== cb ? ca - cb : ca === 0 ? b[1] - a[1] : ca === 1 ? a[0] - b[0] : ca === 2 ? a[1] - b[1] : b[0] - a[0]; + } + } + function d3_geo_conic(projectAt) { + var φ0 = 0, φ1 = π / 3, m = d3_geo_projectionMutator(projectAt), p = m(φ0, φ1); + p.parallels = function(_) { + if (!arguments.length) return [ φ0 / π * 180, φ1 / π * 180 ]; + return m(φ0 = _[0] * π / 180, φ1 = _[1] * π / 180); + }; + return p; + } + function d3_geo_conicEqualArea(φ0, φ1) { + var sinφ0 = Math.sin(φ0), n = (sinφ0 + Math.sin(φ1)) / 2, C = 1 + sinφ0 * (2 * n - sinφ0), ρ0 = Math.sqrt(C) / n; + function forward(λ, φ) { + var ρ = Math.sqrt(C - 2 * n * Math.sin(φ)) / n; + return [ ρ * Math.sin(λ *= n), ρ0 - ρ * Math.cos(λ) ]; + } + forward.invert = function(x, y) { + var ρ0_y = ρ0 - y; + return [ Math.atan2(x, ρ0_y) / n, d3_asin((C - (x * x + ρ0_y * ρ0_y) * n * n) / (2 * n)) ]; + }; + return forward; + } + (d3.geo.conicEqualArea = function() { + return d3_geo_conic(d3_geo_conicEqualArea); + }).raw = d3_geo_conicEqualArea; + d3.geo.albers = function() { + return d3.geo.conicEqualArea().rotate([ 96, 0 ]).center([ -.6, 38.7 ]).parallels([ 29.5, 45.5 ]).scale(1070); + }; + d3.geo.albersUsa = function() { + var lower48 = d3.geo.albers(); + var alaska = d3.geo.conicEqualArea().rotate([ 154, 0 ]).center([ -2, 58.5 ]).parallels([ 55, 65 ]); + var hawaii = d3.geo.conicEqualArea().rotate([ 157, 0 ]).center([ -3, 19.9 ]).parallels([ 8, 18 ]); + var point, pointStream = { + point: function(x, y) { + point = [ x, y ]; + } + }, lower48Point, alaskaPoint, hawaiiPoint; + function albersUsa(coordinates) { + var x = coordinates[0], y = coordinates[1]; + point = null; + (lower48Point(x, y), point) || (alaskaPoint(x, y), point) || hawaiiPoint(x, y); + return point; + } + albersUsa.invert = function(coordinates) { + var k = lower48.scale(), t = lower48.translate(), x = (coordinates[0] - t[0]) / k, y = (coordinates[1] - t[1]) / k; + return (y >= .12 && y < .234 && x >= -.425 && x < -.214 ? alaska : y >= .166 && y < .234 && x >= -.214 && x < -.115 ? hawaii : lower48).invert(coordinates); + }; + albersUsa.stream = function(stream) { + var lower48Stream = lower48.stream(stream), alaskaStream = alaska.stream(stream), hawaiiStream = hawaii.stream(stream); + return { + point: function(x, y) { + lower48Stream.point(x, y); + alaskaStream.point(x, y); + hawaiiStream.point(x, y); + }, + sphere: function() { + lower48Stream.sphere(); + alaskaStream.sphere(); + hawaiiStream.sphere(); + }, + lineStart: function() { + lower48Stream.lineStart(); + alaskaStream.lineStart(); + hawaiiStream.lineStart(); + }, + lineEnd: function() { + lower48Stream.lineEnd(); + alaskaStream.lineEnd(); + hawaiiStream.lineEnd(); + }, + polygonStart: function() { + lower48Stream.polygonStart(); + alaskaStream.polygonStart(); + hawaiiStream.polygonStart(); + }, + polygonEnd: function() { + lower48Stream.polygonEnd(); + alaskaStream.polygonEnd(); + hawaiiStream.polygonEnd(); + } + }; + }; + albersUsa.precision = function(_) { + if (!arguments.length) return lower48.precision(); + lower48.precision(_); + alaska.precision(_); + hawaii.precision(_); + return albersUsa; + }; + albersUsa.scale = function(_) { + if (!arguments.length) return lower48.scale(); + lower48.scale(_); + alaska.scale(_ * .35); + hawaii.scale(_); + return albersUsa.translate(lower48.translate()); + }; + albersUsa.translate = function(_) { + if (!arguments.length) return lower48.translate(); + var k = lower48.scale(), x = +_[0], y = +_[1]; + lower48Point = lower48.translate(_).clipExtent([ [ x - .455 * k, y - .238 * k ], [ x + .455 * k, y + .238 * k ] ]).stream(pointStream).point; + alaskaPoint = alaska.translate([ x - .307 * k, y + .201 * k ]).clipExtent([ [ x - .425 * k + ε, y + .12 * k + ε ], [ x - .214 * k - ε, y + .234 * k - ε ] ]).stream(pointStream).point; + hawaiiPoint = hawaii.translate([ x - .205 * k, y + .212 * k ]).clipExtent([ [ x - .214 * k + ε, y + .166 * k + ε ], [ x - .115 * k - ε, y + .234 * k - ε ] ]).stream(pointStream).point; + return albersUsa; + }; + return albersUsa.scale(1070); + }; + var d3_geo_pathAreaSum, d3_geo_pathAreaPolygon, d3_geo_pathArea = { + point: d3_noop, + lineStart: d3_noop, + lineEnd: d3_noop, + polygonStart: function() { + d3_geo_pathAreaPolygon = 0; + d3_geo_pathArea.lineStart = d3_geo_pathAreaRingStart; + }, + polygonEnd: function() { + d3_geo_pathArea.lineStart = d3_geo_pathArea.lineEnd = d3_geo_pathArea.point = d3_noop; + d3_geo_pathAreaSum += abs(d3_geo_pathAreaPolygon / 2); + } + }; + function d3_geo_pathAreaRingStart() { + var x00, y00, x0, y0; + d3_geo_pathArea.point = function(x, y) { + d3_geo_pathArea.point = nextPoint; + x00 = x0 = x, y00 = y0 = y; + }; + function nextPoint(x, y) { + d3_geo_pathAreaPolygon += y0 * x - x0 * y; + x0 = x, y0 = y; + } + d3_geo_pathArea.lineEnd = function() { + nextPoint(x00, y00); + }; + } + var d3_geo_pathBoundsX0, d3_geo_pathBoundsY0, d3_geo_pathBoundsX1, d3_geo_pathBoundsY1; + var d3_geo_pathBounds = { + point: d3_geo_pathBoundsPoint, + lineStart: d3_noop, + lineEnd: d3_noop, + polygonStart: d3_noop, + polygonEnd: d3_noop + }; + function d3_geo_pathBoundsPoint(x, y) { + if (x < d3_geo_pathBoundsX0) d3_geo_pathBoundsX0 = x; + if (x > d3_geo_pathBoundsX1) d3_geo_pathBoundsX1 = x; + if (y < d3_geo_pathBoundsY0) d3_geo_pathBoundsY0 = y; + if (y > d3_geo_pathBoundsY1) d3_geo_pathBoundsY1 = y; + } + function d3_geo_pathBuffer() { + var pointCircle = d3_geo_pathBufferCircle(4.5), buffer = []; + var stream = { + point: point, + lineStart: function() { + stream.point = pointLineStart; + }, + lineEnd: lineEnd, + polygonStart: function() { + stream.lineEnd = lineEndPolygon; + }, + polygonEnd: function() { + stream.lineEnd = lineEnd; + stream.point = point; + }, + pointRadius: function(_) { + pointCircle = d3_geo_pathBufferCircle(_); + return stream; + }, + result: function() { + if (buffer.length) { + var result = buffer.join(""); + buffer = []; + return result; + } + } + }; + function point(x, y) { + buffer.push("M", x, ",", y, pointCircle); + } + function pointLineStart(x, y) { + buffer.push("M", x, ",", y); + stream.point = pointLine; + } + function pointLine(x, y) { + buffer.push("L", x, ",", y); + } + function lineEnd() { + stream.point = point; + } + function lineEndPolygon() { + buffer.push("Z"); + } + return stream; + } + function d3_geo_pathBufferCircle(radius) { + return "m0," + radius + "a" + radius + "," + radius + " 0 1,1 0," + -2 * radius + "a" + radius + "," + radius + " 0 1,1 0," + 2 * radius + "z"; + } + var d3_geo_pathCentroid = { + point: d3_geo_pathCentroidPoint, + lineStart: d3_geo_pathCentroidLineStart, + lineEnd: d3_geo_pathCentroidLineEnd, + polygonStart: function() { + d3_geo_pathCentroid.lineStart = d3_geo_pathCentroidRingStart; + }, + polygonEnd: function() { + d3_geo_pathCentroid.point = d3_geo_pathCentroidPoint; + d3_geo_pathCentroid.lineStart = d3_geo_pathCentroidLineStart; + d3_geo_pathCentroid.lineEnd = d3_geo_pathCentroidLineEnd; + } + }; + function d3_geo_pathCentroidPoint(x, y) { + d3_geo_centroidX0 += x; + d3_geo_centroidY0 += y; + ++d3_geo_centroidZ0; + } + function d3_geo_pathCentroidLineStart() { + var x0, y0; + d3_geo_pathCentroid.point = function(x, y) { + d3_geo_pathCentroid.point = nextPoint; + d3_geo_pathCentroidPoint(x0 = x, y0 = y); + }; + function nextPoint(x, y) { + var dx = x - x0, dy = y - y0, z = Math.sqrt(dx * dx + dy * dy); + d3_geo_centroidX1 += z * (x0 + x) / 2; + d3_geo_centroidY1 += z * (y0 + y) / 2; + d3_geo_centroidZ1 += z; + d3_geo_pathCentroidPoint(x0 = x, y0 = y); + } + } + function d3_geo_pathCentroidLineEnd() { + d3_geo_pathCentroid.point = d3_geo_pathCentroidPoint; + } + function d3_geo_pathCentroidRingStart() { + var x00, y00, x0, y0; + d3_geo_pathCentroid.point = function(x, y) { + d3_geo_pathCentroid.point = nextPoint; + d3_geo_pathCentroidPoint(x00 = x0 = x, y00 = y0 = y); + }; + function nextPoint(x, y) { + var dx = x - x0, dy = y - y0, z = Math.sqrt(dx * dx + dy * dy); + d3_geo_centroidX1 += z * (x0 + x) / 2; + d3_geo_centroidY1 += z * (y0 + y) / 2; + d3_geo_centroidZ1 += z; + z = y0 * x - x0 * y; + d3_geo_centroidX2 += z * (x0 + x); + d3_geo_centroidY2 += z * (y0 + y); + d3_geo_centroidZ2 += z * 3; + d3_geo_pathCentroidPoint(x0 = x, y0 = y); + } + d3_geo_pathCentroid.lineEnd = function() { + nextPoint(x00, y00); + }; + } + function d3_geo_pathContext(context) { + var pointRadius = 4.5; + var stream = { + point: point, + lineStart: function() { + stream.point = pointLineStart; + }, + lineEnd: lineEnd, + polygonStart: function() { + stream.lineEnd = lineEndPolygon; + }, + polygonEnd: function() { + stream.lineEnd = lineEnd; + stream.point = point; + }, + pointRadius: function(_) { + pointRadius = _; + return stream; + }, + result: d3_noop + }; + function point(x, y) { + context.moveTo(x + pointRadius, y); + context.arc(x, y, pointRadius, 0, τ); + } + function pointLineStart(x, y) { + context.moveTo(x, y); + stream.point = pointLine; + } + function pointLine(x, y) { + context.lineTo(x, y); + } + function lineEnd() { + stream.point = point; + } + function lineEndPolygon() { + context.closePath(); + } + return stream; + } + function d3_geo_resample(project) { + var δ2 = .5, cosMinDistance = Math.cos(30 * d3_radians), maxDepth = 16; + function resample(stream) { + return (maxDepth ? resampleRecursive : resampleNone)(stream); + } + function resampleNone(stream) { + return d3_geo_transformPoint(stream, function(x, y) { + x = project(x, y); + stream.point(x[0], x[1]); + }); + } + function resampleRecursive(stream) { + var λ00, φ00, x00, y00, a00, b00, c00, λ0, x0, y0, a0, b0, c0; + var resample = { + point: point, + lineStart: lineStart, + lineEnd: lineEnd, + polygonStart: function() { + stream.polygonStart(); + resample.lineStart = ringStart; + }, + polygonEnd: function() { + stream.polygonEnd(); + resample.lineStart = lineStart; + } + }; + function point(x, y) { + x = project(x, y); + stream.point(x[0], x[1]); + } + function lineStart() { + x0 = NaN; + resample.point = linePoint; + stream.lineStart(); + } + function linePoint(λ, φ) { + var c = d3_geo_cartesian([ λ, φ ]), p = project(λ, φ); + resampleLineTo(x0, y0, λ0, a0, b0, c0, x0 = p[0], y0 = p[1], λ0 = λ, a0 = c[0], b0 = c[1], c0 = c[2], maxDepth, stream); + stream.point(x0, y0); + } + function lineEnd() { + resample.point = point; + stream.lineEnd(); + } + function ringStart() { + lineStart(); + resample.point = ringPoint; + resample.lineEnd = ringEnd; + } + function ringPoint(λ, φ) { + linePoint(λ00 = λ, φ00 = φ), x00 = x0, y00 = y0, a00 = a0, b00 = b0, c00 = c0; + resample.point = linePoint; + } + function ringEnd() { + resampleLineTo(x0, y0, λ0, a0, b0, c0, x00, y00, λ00, a00, b00, c00, maxDepth, stream); + resample.lineEnd = lineEnd; + lineEnd(); + } + return resample; + } + function resampleLineTo(x0, y0, λ0, a0, b0, c0, x1, y1, λ1, a1, b1, c1, depth, stream) { + var dx = x1 - x0, dy = y1 - y0, d2 = dx * dx + dy * dy; + if (d2 > 4 * δ2 && depth--) { + var a = a0 + a1, b = b0 + b1, c = c0 + c1, m = Math.sqrt(a * a + b * b + c * c), φ2 = Math.asin(c /= m), λ2 = abs(abs(c) - 1) < ε || abs(λ0 - λ1) < ε ? (λ0 + λ1) / 2 : Math.atan2(b, a), p = project(λ2, φ2), x2 = p[0], y2 = p[1], dx2 = x2 - x0, dy2 = y2 - y0, dz = dy * dx2 - dx * dy2; + if (dz * dz / d2 > δ2 || abs((dx * dx2 + dy * dy2) / d2 - .5) > .3 || a0 * a1 + b0 * b1 + c0 * c1 < cosMinDistance) { + resampleLineTo(x0, y0, λ0, a0, b0, c0, x2, y2, λ2, a /= m, b /= m, c, depth, stream); + stream.point(x2, y2); + resampleLineTo(x2, y2, λ2, a, b, c, x1, y1, λ1, a1, b1, c1, depth, stream); + } + } + } + resample.precision = function(_) { + if (!arguments.length) return Math.sqrt(δ2); + maxDepth = (δ2 = _ * _) > 0 && 16; + return resample; + }; + return resample; + } + d3.geo.path = function() { + var pointRadius = 4.5, projection, context, projectStream, contextStream, cacheStream; + function path(object) { + if (object) { + if (typeof pointRadius === "function") contextStream.pointRadius(+pointRadius.apply(this, arguments)); + if (!cacheStream || !cacheStream.valid) cacheStream = projectStream(contextStream); + d3.geo.stream(object, cacheStream); + } + return contextStream.result(); + } + path.area = function(object) { + d3_geo_pathAreaSum = 0; + d3.geo.stream(object, projectStream(d3_geo_pathArea)); + return d3_geo_pathAreaSum; + }; + path.centroid = function(object) { + d3_geo_centroidX0 = d3_geo_centroidY0 = d3_geo_centroidZ0 = d3_geo_centroidX1 = d3_geo_centroidY1 = d3_geo_centroidZ1 = d3_geo_centroidX2 = d3_geo_centroidY2 = d3_geo_centroidZ2 = 0; + d3.geo.stream(object, projectStream(d3_geo_pathCentroid)); + return d3_geo_centroidZ2 ? [ d3_geo_centroidX2 / d3_geo_centroidZ2, d3_geo_centroidY2 / d3_geo_centroidZ2 ] : d3_geo_centroidZ1 ? [ d3_geo_centroidX1 / d3_geo_centroidZ1, d3_geo_centroidY1 / d3_geo_centroidZ1 ] : d3_geo_centroidZ0 ? [ d3_geo_centroidX0 / d3_geo_centroidZ0, d3_geo_centroidY0 / d3_geo_centroidZ0 ] : [ NaN, NaN ]; + }; + path.bounds = function(object) { + d3_geo_pathBoundsX1 = d3_geo_pathBoundsY1 = -(d3_geo_pathBoundsX0 = d3_geo_pathBoundsY0 = Infinity); + d3.geo.stream(object, projectStream(d3_geo_pathBounds)); + return [ [ d3_geo_pathBoundsX0, d3_geo_pathBoundsY0 ], [ d3_geo_pathBoundsX1, d3_geo_pathBoundsY1 ] ]; + }; + path.projection = function(_) { + if (!arguments.length) return projection; + projectStream = (projection = _) ? _.stream || d3_geo_pathProjectStream(_) : d3_identity; + return reset(); + }; + path.context = function(_) { + if (!arguments.length) return context; + contextStream = (context = _) == null ? new d3_geo_pathBuffer() : new d3_geo_pathContext(_); + if (typeof pointRadius !== "function") contextStream.pointRadius(pointRadius); + return reset(); + }; + path.pointRadius = function(_) { + if (!arguments.length) return pointRadius; + pointRadius = typeof _ === "function" ? _ : (contextStream.pointRadius(+_), +_); + return path; + }; + function reset() { + cacheStream = null; + return path; + } + return path.projection(d3.geo.albersUsa()).context(null); + }; + function d3_geo_pathProjectStream(project) { + var resample = d3_geo_resample(function(x, y) { + return project([ x * d3_degrees, y * d3_degrees ]); + }); + return function(stream) { + return d3_geo_projectionRadians(resample(stream)); + }; + } + d3.geo.transform = function(methods) { + return { + stream: function(stream) { + var transform = new d3_geo_transform(stream); + for (var k in methods) transform[k] = methods[k]; + return transform; + } + }; + }; + function d3_geo_transform(stream) { + this.stream = stream; + } + d3_geo_transform.prototype = { + point: function(x, y) { + this.stream.point(x, y); + }, + sphere: function() { + this.stream.sphere(); + }, + lineStart: function() { + this.stream.lineStart(); + }, + lineEnd: function() { + this.stream.lineEnd(); + }, + polygonStart: function() { + this.stream.polygonStart(); + }, + polygonEnd: function() { + this.stream.polygonEnd(); + } + }; + function d3_geo_transformPoint(stream, point) { + return { + point: point, + sphere: function() { + stream.sphere(); + }, + lineStart: function() { + stream.lineStart(); + }, + lineEnd: function() { + stream.lineEnd(); + }, + polygonStart: function() { + stream.polygonStart(); + }, + polygonEnd: function() { + stream.polygonEnd(); + } + }; + } + d3.geo.projection = d3_geo_projection; + d3.geo.projectionMutator = d3_geo_projectionMutator; + function d3_geo_projection(project) { + return d3_geo_projectionMutator(function() { + return project; + })(); + } + function d3_geo_projectionMutator(projectAt) { + var project, rotate, projectRotate, projectResample = d3_geo_resample(function(x, y) { + x = project(x, y); + return [ x[0] * k + δx, δy - x[1] * k ]; + }), k = 150, x = 480, y = 250, λ = 0, φ = 0, δλ = 0, δφ = 0, δγ = 0, δx, δy, preclip = d3_geo_clipAntimeridian, postclip = d3_identity, clipAngle = null, clipExtent = null, stream; + function projection(point) { + point = projectRotate(point[0] * d3_radians, point[1] * d3_radians); + return [ point[0] * k + δx, δy - point[1] * k ]; + } + function invert(point) { + point = projectRotate.invert((point[0] - δx) / k, (δy - point[1]) / k); + return point && [ point[0] * d3_degrees, point[1] * d3_degrees ]; + } + projection.stream = function(output) { + if (stream) stream.valid = false; + stream = d3_geo_projectionRadians(preclip(rotate, projectResample(postclip(output)))); + stream.valid = true; + return stream; + }; + projection.clipAngle = function(_) { + if (!arguments.length) return clipAngle; + preclip = _ == null ? (clipAngle = _, d3_geo_clipAntimeridian) : d3_geo_clipCircle((clipAngle = +_) * d3_radians); + return invalidate(); + }; + projection.clipExtent = function(_) { + if (!arguments.length) return clipExtent; + clipExtent = _; + postclip = _ ? d3_geo_clipExtent(_[0][0], _[0][1], _[1][0], _[1][1]) : d3_identity; + return invalidate(); + }; + projection.scale = function(_) { + if (!arguments.length) return k; + k = +_; + return reset(); + }; + projection.translate = function(_) { + if (!arguments.length) return [ x, y ]; + x = +_[0]; + y = +_[1]; + return reset(); + }; + projection.center = function(_) { + if (!arguments.length) return [ λ * d3_degrees, φ * d3_degrees ]; + λ = _[0] % 360 * d3_radians; + φ = _[1] % 360 * d3_radians; + return reset(); + }; + projection.rotate = function(_) { + if (!arguments.length) return [ δλ * d3_degrees, δφ * d3_degrees, δγ * d3_degrees ]; + δλ = _[0] % 360 * d3_radians; + δφ = _[1] % 360 * d3_radians; + δγ = _.length > 2 ? _[2] % 360 * d3_radians : 0; + return reset(); + }; + d3.rebind(projection, projectResample, "precision"); + function reset() { + projectRotate = d3_geo_compose(rotate = d3_geo_rotation(δλ, δφ, δγ), project); + var center = project(λ, φ); + δx = x - center[0] * k; + δy = y + center[1] * k; + return invalidate(); + } + function invalidate() { + if (stream) stream.valid = false, stream = null; + return projection; + } + return function() { + project = projectAt.apply(this, arguments); + projection.invert = project.invert && invert; + return reset(); + }; + } + function d3_geo_projectionRadians(stream) { + return d3_geo_transformPoint(stream, function(x, y) { + stream.point(x * d3_radians, y * d3_radians); + }); + } + function d3_geo_equirectangular(λ, φ) { + return [ λ, φ ]; + } + (d3.geo.equirectangular = function() { + return d3_geo_projection(d3_geo_equirectangular); + }).raw = d3_geo_equirectangular.invert = d3_geo_equirectangular; + d3.geo.rotation = function(rotate) { + rotate = d3_geo_rotation(rotate[0] % 360 * d3_radians, rotate[1] * d3_radians, rotate.length > 2 ? rotate[2] * d3_radians : 0); + function forward(coordinates) { + coordinates = rotate(coordinates[0] * d3_radians, coordinates[1] * d3_radians); + return coordinates[0] *= d3_degrees, coordinates[1] *= d3_degrees, coordinates; + } + forward.invert = function(coordinates) { + coordinates = rotate.invert(coordinates[0] * d3_radians, coordinates[1] * d3_radians); + return coordinates[0] *= d3_degrees, coordinates[1] *= d3_degrees, coordinates; + }; + return forward; + }; + function d3_geo_identityRotation(λ, φ) { + return [ λ > π ? λ - τ : λ < -π ? λ + τ : λ, φ ]; + } + d3_geo_identityRotation.invert = d3_geo_equirectangular; + function d3_geo_rotation(δλ, δφ, δγ) { + return δλ ? δφ || δγ ? d3_geo_compose(d3_geo_rotationλ(δλ), d3_geo_rotationφγ(δφ, δγ)) : d3_geo_rotationλ(δλ) : δφ || δγ ? d3_geo_rotationφγ(δφ, δγ) : d3_geo_identityRotation; + } + function d3_geo_forwardRotationλ(δλ) { + return function(λ, φ) { + return λ += δλ, [ λ > π ? λ - τ : λ < -π ? λ + τ : λ, φ ]; + }; + } + function d3_geo_rotationλ(δλ) { + var rotation = d3_geo_forwardRotationλ(δλ); + rotation.invert = d3_geo_forwardRotationλ(-δλ); + return rotation; + } + function d3_geo_rotationφγ(δφ, δγ) { + var cosδφ = Math.cos(δφ), sinδφ = Math.sin(δφ), cosδγ = Math.cos(δγ), sinδγ = Math.sin(δγ); + function rotation(λ, φ) { + var cosφ = Math.cos(φ), x = Math.cos(λ) * cosφ, y = Math.sin(λ) * cosφ, z = Math.sin(φ), k = z * cosδφ + x * sinδφ; + return [ Math.atan2(y * cosδγ - k * sinδγ, x * cosδφ - z * sinδφ), d3_asin(k * cosδγ + y * sinδγ) ]; + } + rotation.invert = function(λ, φ) { + var cosφ = Math.cos(φ), x = Math.cos(λ) * cosφ, y = Math.sin(λ) * cosφ, z = Math.sin(φ), k = z * cosδγ - y * sinδγ; + return [ Math.atan2(y * cosδγ + z * sinδγ, x * cosδφ + k * sinδφ), d3_asin(k * cosδφ - x * sinδφ) ]; + }; + return rotation; + } + d3.geo.circle = function() { + var origin = [ 0, 0 ], angle, precision = 6, interpolate; + function circle() { + var center = typeof origin === "function" ? origin.apply(this, arguments) : origin, rotate = d3_geo_rotation(-center[0] * d3_radians, -center[1] * d3_radians, 0).invert, ring = []; + interpolate(null, null, 1, { + point: function(x, y) { + ring.push(x = rotate(x, y)); + x[0] *= d3_degrees, x[1] *= d3_degrees; + } + }); + return { + type: "Polygon", + coordinates: [ ring ] + }; + } + circle.origin = function(x) { + if (!arguments.length) return origin; + origin = x; + return circle; + }; + circle.angle = function(x) { + if (!arguments.length) return angle; + interpolate = d3_geo_circleInterpolate((angle = +x) * d3_radians, precision * d3_radians); + return circle; + }; + circle.precision = function(_) { + if (!arguments.length) return precision; + interpolate = d3_geo_circleInterpolate(angle * d3_radians, (precision = +_) * d3_radians); + return circle; + }; + return circle.angle(90); + }; + function d3_geo_circleInterpolate(radius, precision) { + var cr = Math.cos(radius), sr = Math.sin(radius); + return function(from, to, direction, listener) { + var step = direction * precision; + if (from != null) { + from = d3_geo_circleAngle(cr, from); + to = d3_geo_circleAngle(cr, to); + if (direction > 0 ? from < to : from > to) from += direction * τ; + } else { + from = radius + direction * τ; + to = radius - .5 * step; + } + for (var point, t = from; direction > 0 ? t > to : t < to; t -= step) { + listener.point((point = d3_geo_spherical([ cr, -sr * Math.cos(t), -sr * Math.sin(t) ]))[0], point[1]); + } + }; + } + function d3_geo_circleAngle(cr, point) { + var a = d3_geo_cartesian(point); + a[0] -= cr; + d3_geo_cartesianNormalize(a); + var angle = d3_acos(-a[1]); + return ((-a[2] < 0 ? -angle : angle) + 2 * Math.PI - ε) % (2 * Math.PI); + } + d3.geo.distance = function(a, b) { + var Δλ = (b[0] - a[0]) * d3_radians, φ0 = a[1] * d3_radians, φ1 = b[1] * d3_radians, sinΔλ = Math.sin(Δλ), cosΔλ = Math.cos(Δλ), sinφ0 = Math.sin(φ0), cosφ0 = Math.cos(φ0), sinφ1 = Math.sin(φ1), cosφ1 = Math.cos(φ1), t; + return Math.atan2(Math.sqrt((t = cosφ1 * sinΔλ) * t + (t = cosφ0 * sinφ1 - sinφ0 * cosφ1 * cosΔλ) * t), sinφ0 * sinφ1 + cosφ0 * cosφ1 * cosΔλ); + }; + d3.geo.graticule = function() { + var x1, x0, X1, X0, y1, y0, Y1, Y0, dx = 10, dy = dx, DX = 90, DY = 360, x, y, X, Y, precision = 2.5; + function graticule() { + return { + type: "MultiLineString", + coordinates: lines() + }; + } + function lines() { + return d3.range(Math.ceil(X0 / DX) * DX, X1, DX).map(X).concat(d3.range(Math.ceil(Y0 / DY) * DY, Y1, DY).map(Y)).concat(d3.range(Math.ceil(x0 / dx) * dx, x1, dx).filter(function(x) { + return abs(x % DX) > ε; + }).map(x)).concat(d3.range(Math.ceil(y0 / dy) * dy, y1, dy).filter(function(y) { + return abs(y % DY) > ε; + }).map(y)); + } + graticule.lines = function() { + return lines().map(function(coordinates) { + return { + type: "LineString", + coordinates: coordinates + }; + }); + }; + graticule.outline = function() { + return { + type: "Polygon", + coordinates: [ X(X0).concat(Y(Y1).slice(1), X(X1).reverse().slice(1), Y(Y0).reverse().slice(1)) ] + }; + }; + graticule.extent = function(_) { + if (!arguments.length) return graticule.minorExtent(); + return graticule.majorExtent(_).minorExtent(_); + }; + graticule.majorExtent = function(_) { + if (!arguments.length) return [ [ X0, Y0 ], [ X1, Y1 ] ]; + X0 = +_[0][0], X1 = +_[1][0]; + Y0 = +_[0][1], Y1 = +_[1][1]; + if (X0 > X1) _ = X0, X0 = X1, X1 = _; + if (Y0 > Y1) _ = Y0, Y0 = Y1, Y1 = _; + return graticule.precision(precision); + }; + graticule.minorExtent = function(_) { + if (!arguments.length) return [ [ x0, y0 ], [ x1, y1 ] ]; + x0 = +_[0][0], x1 = +_[1][0]; + y0 = +_[0][1], y1 = +_[1][1]; + if (x0 > x1) _ = x0, x0 = x1, x1 = _; + if (y0 > y1) _ = y0, y0 = y1, y1 = _; + return graticule.precision(precision); + }; + graticule.step = function(_) { + if (!arguments.length) return graticule.minorStep(); + return graticule.majorStep(_).minorStep(_); + }; + graticule.majorStep = function(_) { + if (!arguments.length) return [ DX, DY ]; + DX = +_[0], DY = +_[1]; + return graticule; + }; + graticule.minorStep = function(_) { + if (!arguments.length) return [ dx, dy ]; + dx = +_[0], dy = +_[1]; + return graticule; + }; + graticule.precision = function(_) { + if (!arguments.length) return precision; + precision = +_; + x = d3_geo_graticuleX(y0, y1, 90); + y = d3_geo_graticuleY(x0, x1, precision); + X = d3_geo_graticuleX(Y0, Y1, 90); + Y = d3_geo_graticuleY(X0, X1, precision); + return graticule; + }; + return graticule.majorExtent([ [ -180, -90 + ε ], [ 180, 90 - ε ] ]).minorExtent([ [ -180, -80 - ε ], [ 180, 80 + ε ] ]); + }; + function d3_geo_graticuleX(y0, y1, dy) { + var y = d3.range(y0, y1 - ε, dy).concat(y1); + return function(x) { + return y.map(function(y) { + return [ x, y ]; + }); + }; + } + function d3_geo_graticuleY(x0, x1, dx) { + var x = d3.range(x0, x1 - ε, dx).concat(x1); + return function(y) { + return x.map(function(x) { + return [ x, y ]; + }); + }; + } + function d3_source(d) { + return d.source; + } + function d3_target(d) { + return d.target; + } + d3.geo.greatArc = function() { + var source = d3_source, source_, target = d3_target, target_; + function greatArc() { + return { + type: "LineString", + coordinates: [ source_ || source.apply(this, arguments), target_ || target.apply(this, arguments) ] + }; + } + greatArc.distance = function() { + return d3.geo.distance(source_ || source.apply(this, arguments), target_ || target.apply(this, arguments)); + }; + greatArc.source = function(_) { + if (!arguments.length) return source; + source = _, source_ = typeof _ === "function" ? null : _; + return greatArc; + }; + greatArc.target = function(_) { + if (!arguments.length) return target; + target = _, target_ = typeof _ === "function" ? null : _; + return greatArc; + }; + greatArc.precision = function() { + return arguments.length ? greatArc : 0; + }; + return greatArc; + }; + d3.geo.interpolate = function(source, target) { + return d3_geo_interpolate(source[0] * d3_radians, source[1] * d3_radians, target[0] * d3_radians, target[1] * d3_radians); + }; + function d3_geo_interpolate(x0, y0, x1, y1) { + var cy0 = Math.cos(y0), sy0 = Math.sin(y0), cy1 = Math.cos(y1), sy1 = Math.sin(y1), kx0 = cy0 * Math.cos(x0), ky0 = cy0 * Math.sin(x0), kx1 = cy1 * Math.cos(x1), ky1 = cy1 * Math.sin(x1), d = 2 * Math.asin(Math.sqrt(d3_haversin(y1 - y0) + cy0 * cy1 * d3_haversin(x1 - x0))), k = 1 / Math.sin(d); + var interpolate = d ? function(t) { + var B = Math.sin(t *= d) * k, A = Math.sin(d - t) * k, x = A * kx0 + B * kx1, y = A * ky0 + B * ky1, z = A * sy0 + B * sy1; + return [ Math.atan2(y, x) * d3_degrees, Math.atan2(z, Math.sqrt(x * x + y * y)) * d3_degrees ]; + } : function() { + return [ x0 * d3_degrees, y0 * d3_degrees ]; + }; + interpolate.distance = d; + return interpolate; + } + d3.geo.length = function(object) { + d3_geo_lengthSum = 0; + d3.geo.stream(object, d3_geo_length); + return d3_geo_lengthSum; + }; + var d3_geo_lengthSum; + var d3_geo_length = { + sphere: d3_noop, + point: d3_noop, + lineStart: d3_geo_lengthLineStart, + lineEnd: d3_noop, + polygonStart: d3_noop, + polygonEnd: d3_noop + }; + function d3_geo_lengthLineStart() { + var λ0, sinφ0, cosφ0; + d3_geo_length.point = function(λ, φ) { + λ0 = λ * d3_radians, sinφ0 = Math.sin(φ *= d3_radians), cosφ0 = Math.cos(φ); + d3_geo_length.point = nextPoint; + }; + d3_geo_length.lineEnd = function() { + d3_geo_length.point = d3_geo_length.lineEnd = d3_noop; + }; + function nextPoint(λ, φ) { + var sinφ = Math.sin(φ *= d3_radians), cosφ = Math.cos(φ), t = abs((λ *= d3_radians) - λ0), cosΔλ = Math.cos(t); + d3_geo_lengthSum += Math.atan2(Math.sqrt((t = cosφ * Math.sin(t)) * t + (t = cosφ0 * sinφ - sinφ0 * cosφ * cosΔλ) * t), sinφ0 * sinφ + cosφ0 * cosφ * cosΔλ); + λ0 = λ, sinφ0 = sinφ, cosφ0 = cosφ; + } + } + function d3_geo_azimuthal(scale, angle) { + function azimuthal(λ, φ) { + var cosλ = Math.cos(λ), cosφ = Math.cos(φ), k = scale(cosλ * cosφ); + return [ k * cosφ * Math.sin(λ), k * Math.sin(φ) ]; + } + azimuthal.invert = function(x, y) { + var ρ = Math.sqrt(x * x + y * y), c = angle(ρ), sinc = Math.sin(c), cosc = Math.cos(c); + return [ Math.atan2(x * sinc, ρ * cosc), Math.asin(ρ && y * sinc / ρ) ]; + }; + return azimuthal; + } + var d3_geo_azimuthalEqualArea = d3_geo_azimuthal(function(cosλcosφ) { + return Math.sqrt(2 / (1 + cosλcosφ)); + }, function(ρ) { + return 2 * Math.asin(ρ / 2); + }); + (d3.geo.azimuthalEqualArea = function() { + return d3_geo_projection(d3_geo_azimuthalEqualArea); + }).raw = d3_geo_azimuthalEqualArea; + var d3_geo_azimuthalEquidistant = d3_geo_azimuthal(function(cosλcosφ) { + var c = Math.acos(cosλcosφ); + return c && c / Math.sin(c); + }, d3_identity); + (d3.geo.azimuthalEquidistant = function() { + return d3_geo_projection(d3_geo_azimuthalEquidistant); + }).raw = d3_geo_azimuthalEquidistant; + function d3_geo_conicConformal(φ0, φ1) { + var cosφ0 = Math.cos(φ0), t = function(φ) { + return Math.tan(π / 4 + φ / 2); + }, n = φ0 === φ1 ? Math.sin(φ0) : Math.log(cosφ0 / Math.cos(φ1)) / Math.log(t(φ1) / t(φ0)), F = cosφ0 * Math.pow(t(φ0), n) / n; + if (!n) return d3_geo_mercator; + function forward(λ, φ) { + if (F > 0) { + if (φ < -halfπ + ε) φ = -halfπ + ε; + } else { + if (φ > halfπ - ε) φ = halfπ - ε; + } + var ρ = F / Math.pow(t(φ), n); + return [ ρ * Math.sin(n * λ), F - ρ * Math.cos(n * λ) ]; + } + forward.invert = function(x, y) { + var ρ0_y = F - y, ρ = d3_sgn(n) * Math.sqrt(x * x + ρ0_y * ρ0_y); + return [ Math.atan2(x, ρ0_y) / n, 2 * Math.atan(Math.pow(F / ρ, 1 / n)) - halfπ ]; + }; + return forward; + } + (d3.geo.conicConformal = function() { + return d3_geo_conic(d3_geo_conicConformal); + }).raw = d3_geo_conicConformal; + function d3_geo_conicEquidistant(φ0, φ1) { + var cosφ0 = Math.cos(φ0), n = φ0 === φ1 ? Math.sin(φ0) : (cosφ0 - Math.cos(φ1)) / (φ1 - φ0), G = cosφ0 / n + φ0; + if (abs(n) < ε) return d3_geo_equirectangular; + function forward(λ, φ) { + var ρ = G - φ; + return [ ρ * Math.sin(n * λ), G - ρ * Math.cos(n * λ) ]; + } + forward.invert = function(x, y) { + var ρ0_y = G - y; + return [ Math.atan2(x, ρ0_y) / n, G - d3_sgn(n) * Math.sqrt(x * x + ρ0_y * ρ0_y) ]; + }; + return forward; + } + (d3.geo.conicEquidistant = function() { + return d3_geo_conic(d3_geo_conicEquidistant); + }).raw = d3_geo_conicEquidistant; + var d3_geo_gnomonic = d3_geo_azimuthal(function(cosλcosφ) { + return 1 / cosλcosφ; + }, Math.atan); + (d3.geo.gnomonic = function() { + return d3_geo_projection(d3_geo_gnomonic); + }).raw = d3_geo_gnomonic; + function d3_geo_mercator(λ, φ) { + return [ λ, Math.log(Math.tan(π / 4 + φ / 2)) ]; + } + d3_geo_mercator.invert = function(x, y) { + return [ x, 2 * Math.atan(Math.exp(y)) - halfπ ]; + }; + function d3_geo_mercatorProjection(project) { + var m = d3_geo_projection(project), scale = m.scale, translate = m.translate, clipExtent = m.clipExtent, clipAuto; + m.scale = function() { + var v = scale.apply(m, arguments); + return v === m ? clipAuto ? m.clipExtent(null) : m : v; + }; + m.translate = function() { + var v = translate.apply(m, arguments); + return v === m ? clipAuto ? m.clipExtent(null) : m : v; + }; + m.clipExtent = function(_) { + var v = clipExtent.apply(m, arguments); + if (v === m) { + if (clipAuto = _ == null) { + var k = π * scale(), t = translate(); + clipExtent([ [ t[0] - k, t[1] - k ], [ t[0] + k, t[1] + k ] ]); + } + } else if (clipAuto) { + v = null; + } + return v; + }; + return m.clipExtent(null); + } + (d3.geo.mercator = function() { + return d3_geo_mercatorProjection(d3_geo_mercator); + }).raw = d3_geo_mercator; + var d3_geo_orthographic = d3_geo_azimuthal(function() { + return 1; + }, Math.asin); + (d3.geo.orthographic = function() { + return d3_geo_projection(d3_geo_orthographic); + }).raw = d3_geo_orthographic; + var d3_geo_stereographic = d3_geo_azimuthal(function(cosλcosφ) { + return 1 / (1 + cosλcosφ); + }, function(ρ) { + return 2 * Math.atan(ρ); + }); + (d3.geo.stereographic = function() { + return d3_geo_projection(d3_geo_stereographic); + }).raw = d3_geo_stereographic; + function d3_geo_transverseMercator(λ, φ) { + return [ Math.log(Math.tan(π / 4 + φ / 2)), -λ ]; + } + d3_geo_transverseMercator.invert = function(x, y) { + return [ -y, 2 * Math.atan(Math.exp(x)) - halfπ ]; + }; + (d3.geo.transverseMercator = function() { + var projection = d3_geo_mercatorProjection(d3_geo_transverseMercator), center = projection.center, rotate = projection.rotate; + projection.center = function(_) { + return _ ? center([ -_[1], _[0] ]) : (_ = center(), [ _[1], -_[0] ]); + }; + projection.rotate = function(_) { + return _ ? rotate([ _[0], _[1], _.length > 2 ? _[2] + 90 : 90 ]) : (_ = rotate(), + [ _[0], _[1], _[2] - 90 ]); + }; + return rotate([ 0, 0, 90 ]); + }).raw = d3_geo_transverseMercator; + d3.geom = {}; + function d3_geom_pointX(d) { + return d[0]; + } + function d3_geom_pointY(d) { + return d[1]; + } + d3.geom.hull = function(vertices) { + var x = d3_geom_pointX, y = d3_geom_pointY; + if (arguments.length) return hull(vertices); + function hull(data) { + if (data.length < 3) return []; + var fx = d3_functor(x), fy = d3_functor(y), i, n = data.length, points = [], flippedPoints = []; + for (i = 0; i < n; i++) { + points.push([ +fx.call(this, data[i], i), +fy.call(this, data[i], i), i ]); + } + points.sort(d3_geom_hullOrder); + for (i = 0; i < n; i++) flippedPoints.push([ points[i][0], -points[i][1] ]); + var upper = d3_geom_hullUpper(points), lower = d3_geom_hullUpper(flippedPoints); + var skipLeft = lower[0] === upper[0], skipRight = lower[lower.length - 1] === upper[upper.length - 1], polygon = []; + for (i = upper.length - 1; i >= 0; --i) polygon.push(data[points[upper[i]][2]]); + for (i = +skipLeft; i < lower.length - skipRight; ++i) polygon.push(data[points[lower[i]][2]]); + return polygon; + } + hull.x = function(_) { + return arguments.length ? (x = _, hull) : x; + }; + hull.y = function(_) { + return arguments.length ? (y = _, hull) : y; + }; + return hull; + }; + function d3_geom_hullUpper(points) { + var n = points.length, hull = [ 0, 1 ], hs = 2; + for (var i = 2; i < n; i++) { + while (hs > 1 && d3_cross2d(points[hull[hs - 2]], points[hull[hs - 1]], points[i]) <= 0) --hs; + hull[hs++] = i; + } + return hull.slice(0, hs); + } + function d3_geom_hullOrder(a, b) { + return a[0] - b[0] || a[1] - b[1]; + } + d3.geom.polygon = function(coordinates) { + d3_subclass(coordinates, d3_geom_polygonPrototype); + return coordinates; + }; + var d3_geom_polygonPrototype = d3.geom.polygon.prototype = []; + d3_geom_polygonPrototype.area = function() { + var i = -1, n = this.length, a, b = this[n - 1], area = 0; + while (++i < n) { + a = b; + b = this[i]; + area += a[1] * b[0] - a[0] * b[1]; + } + return area * .5; + }; + d3_geom_polygonPrototype.centroid = function(k) { + var i = -1, n = this.length, x = 0, y = 0, a, b = this[n - 1], c; + if (!arguments.length) k = -1 / (6 * this.area()); + while (++i < n) { + a = b; + b = this[i]; + c = a[0] * b[1] - b[0] * a[1]; + x += (a[0] + b[0]) * c; + y += (a[1] + b[1]) * c; + } + return [ x * k, y * k ]; + }; + d3_geom_polygonPrototype.clip = function(subject) { + var input, closed = d3_geom_polygonClosed(subject), i = -1, n = this.length - d3_geom_polygonClosed(this), j, m, a = this[n - 1], b, c, d; + while (++i < n) { + input = subject.slice(); + subject.length = 0; + b = this[i]; + c = input[(m = input.length - closed) - 1]; + j = -1; + while (++j < m) { + d = input[j]; + if (d3_geom_polygonInside(d, a, b)) { + if (!d3_geom_polygonInside(c, a, b)) { + subject.push(d3_geom_polygonIntersect(c, d, a, b)); + } + subject.push(d); + } else if (d3_geom_polygonInside(c, a, b)) { + subject.push(d3_geom_polygonIntersect(c, d, a, b)); + } + c = d; + } + if (closed) subject.push(subject[0]); + a = b; + } + return subject; + }; + function d3_geom_polygonInside(p, a, b) { + return (b[0] - a[0]) * (p[1] - a[1]) < (b[1] - a[1]) * (p[0] - a[0]); + } + function d3_geom_polygonIntersect(c, d, a, b) { + var x1 = c[0], x3 = a[0], x21 = d[0] - x1, x43 = b[0] - x3, y1 = c[1], y3 = a[1], y21 = d[1] - y1, y43 = b[1] - y3, ua = (x43 * (y1 - y3) - y43 * (x1 - x3)) / (y43 * x21 - x43 * y21); + return [ x1 + ua * x21, y1 + ua * y21 ]; + } + function d3_geom_polygonClosed(coordinates) { + var a = coordinates[0], b = coordinates[coordinates.length - 1]; + return !(a[0] - b[0] || a[1] - b[1]); + } + var d3_geom_voronoiEdges, d3_geom_voronoiCells, d3_geom_voronoiBeaches, d3_geom_voronoiBeachPool = [], d3_geom_voronoiFirstCircle, d3_geom_voronoiCircles, d3_geom_voronoiCirclePool = []; + function d3_geom_voronoiBeach() { + d3_geom_voronoiRedBlackNode(this); + this.edge = this.site = this.circle = null; + } + function d3_geom_voronoiCreateBeach(site) { + var beach = d3_geom_voronoiBeachPool.pop() || new d3_geom_voronoiBeach(); + beach.site = site; + return beach; + } + function d3_geom_voronoiDetachBeach(beach) { + d3_geom_voronoiDetachCircle(beach); + d3_geom_voronoiBeaches.remove(beach); + d3_geom_voronoiBeachPool.push(beach); + d3_geom_voronoiRedBlackNode(beach); + } + function d3_geom_voronoiRemoveBeach(beach) { + var circle = beach.circle, x = circle.x, y = circle.cy, vertex = { + x: x, + y: y + }, previous = beach.P, next = beach.N, disappearing = [ beach ]; + d3_geom_voronoiDetachBeach(beach); + var lArc = previous; + while (lArc.circle && abs(x - lArc.circle.x) < ε && abs(y - lArc.circle.cy) < ε) { + previous = lArc.P; + disappearing.unshift(lArc); + d3_geom_voronoiDetachBeach(lArc); + lArc = previous; + } + disappearing.unshift(lArc); + d3_geom_voronoiDetachCircle(lArc); + var rArc = next; + while (rArc.circle && abs(x - rArc.circle.x) < ε && abs(y - rArc.circle.cy) < ε) { + next = rArc.N; + disappearing.push(rArc); + d3_geom_voronoiDetachBeach(rArc); + rArc = next; + } + disappearing.push(rArc); + d3_geom_voronoiDetachCircle(rArc); + var nArcs = disappearing.length, iArc; + for (iArc = 1; iArc < nArcs; ++iArc) { + rArc = disappearing[iArc]; + lArc = disappearing[iArc - 1]; + d3_geom_voronoiSetEdgeEnd(rArc.edge, lArc.site, rArc.site, vertex); + } + lArc = disappearing[0]; + rArc = disappearing[nArcs - 1]; + rArc.edge = d3_geom_voronoiCreateEdge(lArc.site, rArc.site, null, vertex); + d3_geom_voronoiAttachCircle(lArc); + d3_geom_voronoiAttachCircle(rArc); + } + function d3_geom_voronoiAddBeach(site) { + var x = site.x, directrix = site.y, lArc, rArc, dxl, dxr, node = d3_geom_voronoiBeaches._; + while (node) { + dxl = d3_geom_voronoiLeftBreakPoint(node, directrix) - x; + if (dxl > ε) node = node.L; else { + dxr = x - d3_geom_voronoiRightBreakPoint(node, directrix); + if (dxr > ε) { + if (!node.R) { + lArc = node; + break; + } + node = node.R; + } else { + if (dxl > -ε) { + lArc = node.P; + rArc = node; + } else if (dxr > -ε) { + lArc = node; + rArc = node.N; + } else { + lArc = rArc = node; + } + break; + } + } + } + var newArc = d3_geom_voronoiCreateBeach(site); + d3_geom_voronoiBeaches.insert(lArc, newArc); + if (!lArc && !rArc) return; + if (lArc === rArc) { + d3_geom_voronoiDetachCircle(lArc); + rArc = d3_geom_voronoiCreateBeach(lArc.site); + d3_geom_voronoiBeaches.insert(newArc, rArc); + newArc.edge = rArc.edge = d3_geom_voronoiCreateEdge(lArc.site, newArc.site); + d3_geom_voronoiAttachCircle(lArc); + d3_geom_voronoiAttachCircle(rArc); + return; + } + if (!rArc) { + newArc.edge = d3_geom_voronoiCreateEdge(lArc.site, newArc.site); + return; + } + d3_geom_voronoiDetachCircle(lArc); + d3_geom_voronoiDetachCircle(rArc); + var lSite = lArc.site, ax = lSite.x, ay = lSite.y, bx = site.x - ax, by = site.y - ay, rSite = rArc.site, cx = rSite.x - ax, cy = rSite.y - ay, d = 2 * (bx * cy - by * cx), hb = bx * bx + by * by, hc = cx * cx + cy * cy, vertex = { + x: (cy * hb - by * hc) / d + ax, + y: (bx * hc - cx * hb) / d + ay + }; + d3_geom_voronoiSetEdgeEnd(rArc.edge, lSite, rSite, vertex); + newArc.edge = d3_geom_voronoiCreateEdge(lSite, site, null, vertex); + rArc.edge = d3_geom_voronoiCreateEdge(site, rSite, null, vertex); + d3_geom_voronoiAttachCircle(lArc); + d3_geom_voronoiAttachCircle(rArc); + } + function d3_geom_voronoiLeftBreakPoint(arc, directrix) { + var site = arc.site, rfocx = site.x, rfocy = site.y, pby2 = rfocy - directrix; + if (!pby2) return rfocx; + var lArc = arc.P; + if (!lArc) return -Infinity; + site = lArc.site; + var lfocx = site.x, lfocy = site.y, plby2 = lfocy - directrix; + if (!plby2) return lfocx; + var hl = lfocx - rfocx, aby2 = 1 / pby2 - 1 / plby2, b = hl / plby2; + if (aby2) return (-b + Math.sqrt(b * b - 2 * aby2 * (hl * hl / (-2 * plby2) - lfocy + plby2 / 2 + rfocy - pby2 / 2))) / aby2 + rfocx; + return (rfocx + lfocx) / 2; + } + function d3_geom_voronoiRightBreakPoint(arc, directrix) { + var rArc = arc.N; + if (rArc) return d3_geom_voronoiLeftBreakPoint(rArc, directrix); + var site = arc.site; + return site.y === directrix ? site.x : Infinity; + } + function d3_geom_voronoiCell(site) { + this.site = site; + this.edges = []; + } + d3_geom_voronoiCell.prototype.prepare = function() { + var halfEdges = this.edges, iHalfEdge = halfEdges.length, edge; + while (iHalfEdge--) { + edge = halfEdges[iHalfEdge].edge; + if (!edge.b || !edge.a) halfEdges.splice(iHalfEdge, 1); + } + halfEdges.sort(d3_geom_voronoiHalfEdgeOrder); + return halfEdges.length; + }; + function d3_geom_voronoiCloseCells(extent) { + var x0 = extent[0][0], x1 = extent[1][0], y0 = extent[0][1], y1 = extent[1][1], x2, y2, x3, y3, cells = d3_geom_voronoiCells, iCell = cells.length, cell, iHalfEdge, halfEdges, nHalfEdges, start, end; + while (iCell--) { + cell = cells[iCell]; + if (!cell || !cell.prepare()) continue; + halfEdges = cell.edges; + nHalfEdges = halfEdges.length; + iHalfEdge = 0; + while (iHalfEdge < nHalfEdges) { + end = halfEdges[iHalfEdge].end(), x3 = end.x, y3 = end.y; + start = halfEdges[++iHalfEdge % nHalfEdges].start(), x2 = start.x, y2 = start.y; + if (abs(x3 - x2) > ε || abs(y3 - y2) > ε) { + halfEdges.splice(iHalfEdge, 0, new d3_geom_voronoiHalfEdge(d3_geom_voronoiCreateBorderEdge(cell.site, end, abs(x3 - x0) < ε && y1 - y3 > ε ? { + x: x0, + y: abs(x2 - x0) < ε ? y2 : y1 + } : abs(y3 - y1) < ε && x1 - x3 > ε ? { + x: abs(y2 - y1) < ε ? x2 : x1, + y: y1 + } : abs(x3 - x1) < ε && y3 - y0 > ε ? { + x: x1, + y: abs(x2 - x1) < ε ? y2 : y0 + } : abs(y3 - y0) < ε && x3 - x0 > ε ? { + x: abs(y2 - y0) < ε ? x2 : x0, + y: y0 + } : null), cell.site, null)); + ++nHalfEdges; + } + } + } + } + function d3_geom_voronoiHalfEdgeOrder(a, b) { + return b.angle - a.angle; + } + function d3_geom_voronoiCircle() { + d3_geom_voronoiRedBlackNode(this); + this.x = this.y = this.arc = this.site = this.cy = null; + } + function d3_geom_voronoiAttachCircle(arc) { + var lArc = arc.P, rArc = arc.N; + if (!lArc || !rArc) return; + var lSite = lArc.site, cSite = arc.site, rSite = rArc.site; + if (lSite === rSite) return; + var bx = cSite.x, by = cSite.y, ax = lSite.x - bx, ay = lSite.y - by, cx = rSite.x - bx, cy = rSite.y - by; + var d = 2 * (ax * cy - ay * cx); + if (d >= -ε2) return; + var ha = ax * ax + ay * ay, hc = cx * cx + cy * cy, x = (cy * ha - ay * hc) / d, y = (ax * hc - cx * ha) / d, cy = y + by; + var circle = d3_geom_voronoiCirclePool.pop() || new d3_geom_voronoiCircle(); + circle.arc = arc; + circle.site = cSite; + circle.x = x + bx; + circle.y = cy + Math.sqrt(x * x + y * y); + circle.cy = cy; + arc.circle = circle; + var before = null, node = d3_geom_voronoiCircles._; + while (node) { + if (circle.y < node.y || circle.y === node.y && circle.x <= node.x) { + if (node.L) node = node.L; else { + before = node.P; + break; + } + } else { + if (node.R) node = node.R; else { + before = node; + break; + } + } + } + d3_geom_voronoiCircles.insert(before, circle); + if (!before) d3_geom_voronoiFirstCircle = circle; + } + function d3_geom_voronoiDetachCircle(arc) { + var circle = arc.circle; + if (circle) { + if (!circle.P) d3_geom_voronoiFirstCircle = circle.N; + d3_geom_voronoiCircles.remove(circle); + d3_geom_voronoiCirclePool.push(circle); + d3_geom_voronoiRedBlackNode(circle); + arc.circle = null; + } + } + function d3_geom_voronoiClipEdges(extent) { + var edges = d3_geom_voronoiEdges, clip = d3_geom_clipLine(extent[0][0], extent[0][1], extent[1][0], extent[1][1]), i = edges.length, e; + while (i--) { + e = edges[i]; + if (!d3_geom_voronoiConnectEdge(e, extent) || !clip(e) || abs(e.a.x - e.b.x) < ε && abs(e.a.y - e.b.y) < ε) { + e.a = e.b = null; + edges.splice(i, 1); + } + } + } + function d3_geom_voronoiConnectEdge(edge, extent) { + var vb = edge.b; + if (vb) return true; + var va = edge.a, x0 = extent[0][0], x1 = extent[1][0], y0 = extent[0][1], y1 = extent[1][1], lSite = edge.l, rSite = edge.r, lx = lSite.x, ly = lSite.y, rx = rSite.x, ry = rSite.y, fx = (lx + rx) / 2, fy = (ly + ry) / 2, fm, fb; + if (ry === ly) { + if (fx < x0 || fx >= x1) return; + if (lx > rx) { + if (!va) va = { + x: fx, + y: y0 + }; else if (va.y >= y1) return; + vb = { + x: fx, + y: y1 + }; + } else { + if (!va) va = { + x: fx, + y: y1 + }; else if (va.y < y0) return; + vb = { + x: fx, + y: y0 + }; + } + } else { + fm = (lx - rx) / (ry - ly); + fb = fy - fm * fx; + if (fm < -1 || fm > 1) { + if (lx > rx) { + if (!va) va = { + x: (y0 - fb) / fm, + y: y0 + }; else if (va.y >= y1) return; + vb = { + x: (y1 - fb) / fm, + y: y1 + }; + } else { + if (!va) va = { + x: (y1 - fb) / fm, + y: y1 + }; else if (va.y < y0) return; + vb = { + x: (y0 - fb) / fm, + y: y0 + }; + } + } else { + if (ly < ry) { + if (!va) va = { + x: x0, + y: fm * x0 + fb + }; else if (va.x >= x1) return; + vb = { + x: x1, + y: fm * x1 + fb + }; + } else { + if (!va) va = { + x: x1, + y: fm * x1 + fb + }; else if (va.x < x0) return; + vb = { + x: x0, + y: fm * x0 + fb + }; + } + } + } + edge.a = va; + edge.b = vb; + return true; + } + function d3_geom_voronoiEdge(lSite, rSite) { + this.l = lSite; + this.r = rSite; + this.a = this.b = null; + } + function d3_geom_voronoiCreateEdge(lSite, rSite, va, vb) { + var edge = new d3_geom_voronoiEdge(lSite, rSite); + d3_geom_voronoiEdges.push(edge); + if (va) d3_geom_voronoiSetEdgeEnd(edge, lSite, rSite, va); + if (vb) d3_geom_voronoiSetEdgeEnd(edge, rSite, lSite, vb); + d3_geom_voronoiCells[lSite.i].edges.push(new d3_geom_voronoiHalfEdge(edge, lSite, rSite)); + d3_geom_voronoiCells[rSite.i].edges.push(new d3_geom_voronoiHalfEdge(edge, rSite, lSite)); + return edge; + } + function d3_geom_voronoiCreateBorderEdge(lSite, va, vb) { + var edge = new d3_geom_voronoiEdge(lSite, null); + edge.a = va; + edge.b = vb; + d3_geom_voronoiEdges.push(edge); + return edge; + } + function d3_geom_voronoiSetEdgeEnd(edge, lSite, rSite, vertex) { + if (!edge.a && !edge.b) { + edge.a = vertex; + edge.l = lSite; + edge.r = rSite; + } else if (edge.l === rSite) { + edge.b = vertex; + } else { + edge.a = vertex; + } + } + function d3_geom_voronoiHalfEdge(edge, lSite, rSite) { + var va = edge.a, vb = edge.b; + this.edge = edge; + this.site = lSite; + this.angle = rSite ? Math.atan2(rSite.y - lSite.y, rSite.x - lSite.x) : edge.l === lSite ? Math.atan2(vb.x - va.x, va.y - vb.y) : Math.atan2(va.x - vb.x, vb.y - va.y); + } + d3_geom_voronoiHalfEdge.prototype = { + start: function() { + return this.edge.l === this.site ? this.edge.a : this.edge.b; + }, + end: function() { + return this.edge.l === this.site ? this.edge.b : this.edge.a; + } + }; + function d3_geom_voronoiRedBlackTree() { + this._ = null; + } + function d3_geom_voronoiRedBlackNode(node) { + node.U = node.C = node.L = node.R = node.P = node.N = null; + } + d3_geom_voronoiRedBlackTree.prototype = { + insert: function(after, node) { + var parent, grandpa, uncle; + if (after) { + node.P = after; + node.N = after.N; + if (after.N) after.N.P = node; + after.N = node; + if (after.R) { + after = after.R; + while (after.L) after = after.L; + after.L = node; + } else { + after.R = node; + } + parent = after; + } else if (this._) { + after = d3_geom_voronoiRedBlackFirst(this._); + node.P = null; + node.N = after; + after.P = after.L = node; + parent = after; + } else { + node.P = node.N = null; + this._ = node; + parent = null; + } + node.L = node.R = null; + node.U = parent; + node.C = true; + after = node; + while (parent && parent.C) { + grandpa = parent.U; + if (parent === grandpa.L) { + uncle = grandpa.R; + if (uncle && uncle.C) { + parent.C = uncle.C = false; + grandpa.C = true; + after = grandpa; + } else { + if (after === parent.R) { + d3_geom_voronoiRedBlackRotateLeft(this, parent); + after = parent; + parent = after.U; + } + parent.C = false; + grandpa.C = true; + d3_geom_voronoiRedBlackRotateRight(this, grandpa); + } + } else { + uncle = grandpa.L; + if (uncle && uncle.C) { + parent.C = uncle.C = false; + grandpa.C = true; + after = grandpa; + } else { + if (after === parent.L) { + d3_geom_voronoiRedBlackRotateRight(this, parent); + after = parent; + parent = after.U; + } + parent.C = false; + grandpa.C = true; + d3_geom_voronoiRedBlackRotateLeft(this, grandpa); + } + } + parent = after.U; + } + this._.C = false; + }, + remove: function(node) { + if (node.N) node.N.P = node.P; + if (node.P) node.P.N = node.N; + node.N = node.P = null; + var parent = node.U, sibling, left = node.L, right = node.R, next, red; + if (!left) next = right; else if (!right) next = left; else next = d3_geom_voronoiRedBlackFirst(right); + if (parent) { + if (parent.L === node) parent.L = next; else parent.R = next; + } else { + this._ = next; + } + if (left && right) { + red = next.C; + next.C = node.C; + next.L = left; + left.U = next; + if (next !== right) { + parent = next.U; + next.U = node.U; + node = next.R; + parent.L = node; + next.R = right; + right.U = next; + } else { + next.U = parent; + parent = next; + node = next.R; + } + } else { + red = node.C; + node = next; + } + if (node) node.U = parent; + if (red) return; + if (node && node.C) { + node.C = false; + return; + } + do { + if (node === this._) break; + if (node === parent.L) { + sibling = parent.R; + if (sibling.C) { + sibling.C = false; + parent.C = true; + d3_geom_voronoiRedBlackRotateLeft(this, parent); + sibling = parent.R; + } + if (sibling.L && sibling.L.C || sibling.R && sibling.R.C) { + if (!sibling.R || !sibling.R.C) { + sibling.L.C = false; + sibling.C = true; + d3_geom_voronoiRedBlackRotateRight(this, sibling); + sibling = parent.R; + } + sibling.C = parent.C; + parent.C = sibling.R.C = false; + d3_geom_voronoiRedBlackRotateLeft(this, parent); + node = this._; + break; + } + } else { + sibling = parent.L; + if (sibling.C) { + sibling.C = false; + parent.C = true; + d3_geom_voronoiRedBlackRotateRight(this, parent); + sibling = parent.L; + } + if (sibling.L && sibling.L.C || sibling.R && sibling.R.C) { + if (!sibling.L || !sibling.L.C) { + sibling.R.C = false; + sibling.C = true; + d3_geom_voronoiRedBlackRotateLeft(this, sibling); + sibling = parent.L; + } + sibling.C = parent.C; + parent.C = sibling.L.C = false; + d3_geom_voronoiRedBlackRotateRight(this, parent); + node = this._; + break; + } + } + sibling.C = true; + node = parent; + parent = parent.U; + } while (!node.C); + if (node) node.C = false; + } + }; + function d3_geom_voronoiRedBlackRotateLeft(tree, node) { + var p = node, q = node.R, parent = p.U; + if (parent) { + if (parent.L === p) parent.L = q; else parent.R = q; + } else { + tree._ = q; + } + q.U = parent; + p.U = q; + p.R = q.L; + if (p.R) p.R.U = p; + q.L = p; + } + function d3_geom_voronoiRedBlackRotateRight(tree, node) { + var p = node, q = node.L, parent = p.U; + if (parent) { + if (parent.L === p) parent.L = q; else parent.R = q; + } else { + tree._ = q; + } + q.U = parent; + p.U = q; + p.L = q.R; + if (p.L) p.L.U = p; + q.R = p; + } + function d3_geom_voronoiRedBlackFirst(node) { + while (node.L) node = node.L; + return node; + } + function d3_geom_voronoi(sites, bbox) { + var site = sites.sort(d3_geom_voronoiVertexOrder).pop(), x0, y0, circle; + d3_geom_voronoiEdges = []; + d3_geom_voronoiCells = new Array(sites.length); + d3_geom_voronoiBeaches = new d3_geom_voronoiRedBlackTree(); + d3_geom_voronoiCircles = new d3_geom_voronoiRedBlackTree(); + while (true) { + circle = d3_geom_voronoiFirstCircle; + if (site && (!circle || site.y < circle.y || site.y === circle.y && site.x < circle.x)) { + if (site.x !== x0 || site.y !== y0) { + d3_geom_voronoiCells[site.i] = new d3_geom_voronoiCell(site); + d3_geom_voronoiAddBeach(site); + x0 = site.x, y0 = site.y; + } + site = sites.pop(); + } else if (circle) { + d3_geom_voronoiRemoveBeach(circle.arc); + } else { + break; + } + } + if (bbox) d3_geom_voronoiClipEdges(bbox), d3_geom_voronoiCloseCells(bbox); + var diagram = { + cells: d3_geom_voronoiCells, + edges: d3_geom_voronoiEdges + }; + d3_geom_voronoiBeaches = d3_geom_voronoiCircles = d3_geom_voronoiEdges = d3_geom_voronoiCells = null; + return diagram; + } + function d3_geom_voronoiVertexOrder(a, b) { + return b.y - a.y || b.x - a.x; + } + d3.geom.voronoi = function(points) { + var x = d3_geom_pointX, y = d3_geom_pointY, fx = x, fy = y, clipExtent = d3_geom_voronoiClipExtent; + if (points) return voronoi(points); + function voronoi(data) { + var polygons = new Array(data.length), x0 = clipExtent[0][0], y0 = clipExtent[0][1], x1 = clipExtent[1][0], y1 = clipExtent[1][1]; + d3_geom_voronoi(sites(data), clipExtent).cells.forEach(function(cell, i) { + var edges = cell.edges, site = cell.site, polygon = polygons[i] = edges.length ? edges.map(function(e) { + var s = e.start(); + return [ s.x, s.y ]; + }) : site.x >= x0 && site.x <= x1 && site.y >= y0 && site.y <= y1 ? [ [ x0, y1 ], [ x1, y1 ], [ x1, y0 ], [ x0, y0 ] ] : []; + polygon.point = data[i]; + }); + return polygons; + } + function sites(data) { + return data.map(function(d, i) { + return { + x: Math.round(fx(d, i) / ε) * ε, + y: Math.round(fy(d, i) / ε) * ε, + i: i + }; + }); + } + voronoi.links = function(data) { + return d3_geom_voronoi(sites(data)).edges.filter(function(edge) { + return edge.l && edge.r; + }).map(function(edge) { + return { + source: data[edge.l.i], + target: data[edge.r.i] + }; + }); + }; + voronoi.triangles = function(data) { + var triangles = []; + d3_geom_voronoi(sites(data)).cells.forEach(function(cell, i) { + var site = cell.site, edges = cell.edges.sort(d3_geom_voronoiHalfEdgeOrder), j = -1, m = edges.length, e0, s0, e1 = edges[m - 1].edge, s1 = e1.l === site ? e1.r : e1.l; + while (++j < m) { + e0 = e1; + s0 = s1; + e1 = edges[j].edge; + s1 = e1.l === site ? e1.r : e1.l; + if (i < s0.i && i < s1.i && d3_geom_voronoiTriangleArea(site, s0, s1) < 0) { + triangles.push([ data[i], data[s0.i], data[s1.i] ]); + } + } + }); + return triangles; + }; + voronoi.x = function(_) { + return arguments.length ? (fx = d3_functor(x = _), voronoi) : x; + }; + voronoi.y = function(_) { + return arguments.length ? (fy = d3_functor(y = _), voronoi) : y; + }; + voronoi.clipExtent = function(_) { + if (!arguments.length) return clipExtent === d3_geom_voronoiClipExtent ? null : clipExtent; + clipExtent = _ == null ? d3_geom_voronoiClipExtent : _; + return voronoi; + }; + voronoi.size = function(_) { + if (!arguments.length) return clipExtent === d3_geom_voronoiClipExtent ? null : clipExtent && clipExtent[1]; + return voronoi.clipExtent(_ && [ [ 0, 0 ], _ ]); + }; + return voronoi; + }; + var d3_geom_voronoiClipExtent = [ [ -1e6, -1e6 ], [ 1e6, 1e6 ] ]; + function d3_geom_voronoiTriangleArea(a, b, c) { + return (a.x - c.x) * (b.y - a.y) - (a.x - b.x) * (c.y - a.y); + } + d3.geom.delaunay = function(vertices) { + return d3.geom.voronoi().triangles(vertices); + }; + d3.geom.quadtree = function(points, x1, y1, x2, y2) { + var x = d3_geom_pointX, y = d3_geom_pointY, compat; + if (compat = arguments.length) { + x = d3_geom_quadtreeCompatX; + y = d3_geom_quadtreeCompatY; + if (compat === 3) { + y2 = y1; + x2 = x1; + y1 = x1 = 0; + } + return quadtree(points); + } + function quadtree(data) { + var d, fx = d3_functor(x), fy = d3_functor(y), xs, ys, i, n, x1_, y1_, x2_, y2_; + if (x1 != null) { + x1_ = x1, y1_ = y1, x2_ = x2, y2_ = y2; + } else { + x2_ = y2_ = -(x1_ = y1_ = Infinity); + xs = [], ys = []; + n = data.length; + if (compat) for (i = 0; i < n; ++i) { + d = data[i]; + if (d.x < x1_) x1_ = d.x; + if (d.y < y1_) y1_ = d.y; + if (d.x > x2_) x2_ = d.x; + if (d.y > y2_) y2_ = d.y; + xs.push(d.x); + ys.push(d.y); + } else for (i = 0; i < n; ++i) { + var x_ = +fx(d = data[i], i), y_ = +fy(d, i); + if (x_ < x1_) x1_ = x_; + if (y_ < y1_) y1_ = y_; + if (x_ > x2_) x2_ = x_; + if (y_ > y2_) y2_ = y_; + xs.push(x_); + ys.push(y_); + } + } + var dx = x2_ - x1_, dy = y2_ - y1_; + if (dx > dy) y2_ = y1_ + dx; else x2_ = x1_ + dy; + function insert(n, d, x, y, x1, y1, x2, y2) { + if (isNaN(x) || isNaN(y)) return; + if (n.leaf) { + var nx = n.x, ny = n.y; + if (nx != null) { + if (abs(nx - x) + abs(ny - y) < .01) { + insertChild(n, d, x, y, x1, y1, x2, y2); + } else { + var nPoint = n.point; + n.x = n.y = n.point = null; + insertChild(n, nPoint, nx, ny, x1, y1, x2, y2); + insertChild(n, d, x, y, x1, y1, x2, y2); + } + } else { + n.x = x, n.y = y, n.point = d; + } + } else { + insertChild(n, d, x, y, x1, y1, x2, y2); + } + } + function insertChild(n, d, x, y, x1, y1, x2, y2) { + var xm = (x1 + x2) * .5, ym = (y1 + y2) * .5, right = x >= xm, below = y >= ym, i = below << 1 | right; + n.leaf = false; + n = n.nodes[i] || (n.nodes[i] = d3_geom_quadtreeNode()); + if (right) x1 = xm; else x2 = xm; + if (below) y1 = ym; else y2 = ym; + insert(n, d, x, y, x1, y1, x2, y2); + } + var root = d3_geom_quadtreeNode(); + root.add = function(d) { + insert(root, d, +fx(d, ++i), +fy(d, i), x1_, y1_, x2_, y2_); + }; + root.visit = function(f) { + d3_geom_quadtreeVisit(f, root, x1_, y1_, x2_, y2_); + }; + root.find = function(point) { + return d3_geom_quadtreeFind(root, point[0], point[1], x1_, y1_, x2_, y2_); + }; + i = -1; + if (x1 == null) { + while (++i < n) { + insert(root, data[i], xs[i], ys[i], x1_, y1_, x2_, y2_); + } + --i; + } else data.forEach(root.add); + xs = ys = data = d = null; + return root; + } + quadtree.x = function(_) { + return arguments.length ? (x = _, quadtree) : x; + }; + quadtree.y = function(_) { + return arguments.length ? (y = _, quadtree) : y; + }; + quadtree.extent = function(_) { + if (!arguments.length) return x1 == null ? null : [ [ x1, y1 ], [ x2, y2 ] ]; + if (_ == null) x1 = y1 = x2 = y2 = null; else x1 = +_[0][0], y1 = +_[0][1], x2 = +_[1][0], + y2 = +_[1][1]; + return quadtree; + }; + quadtree.size = function(_) { + if (!arguments.length) return x1 == null ? null : [ x2 - x1, y2 - y1 ]; + if (_ == null) x1 = y1 = x2 = y2 = null; else x1 = y1 = 0, x2 = +_[0], y2 = +_[1]; + return quadtree; + }; + return quadtree; + }; + function d3_geom_quadtreeCompatX(d) { + return d.x; + } + function d3_geom_quadtreeCompatY(d) { + return d.y; + } + function d3_geom_quadtreeNode() { + return { + leaf: true, + nodes: [], + point: null, + x: null, + y: null + }; + } + function d3_geom_quadtreeVisit(f, node, x1, y1, x2, y2) { + if (!f(node, x1, y1, x2, y2)) { + var sx = (x1 + x2) * .5, sy = (y1 + y2) * .5, children = node.nodes; + if (children[0]) d3_geom_quadtreeVisit(f, children[0], x1, y1, sx, sy); + if (children[1]) d3_geom_quadtreeVisit(f, children[1], sx, y1, x2, sy); + if (children[2]) d3_geom_quadtreeVisit(f, children[2], x1, sy, sx, y2); + if (children[3]) d3_geom_quadtreeVisit(f, children[3], sx, sy, x2, y2); + } + } + function d3_geom_quadtreeFind(root, x, y, x0, y0, x3, y3) { + var minDistance2 = Infinity, closestPoint; + (function find(node, x1, y1, x2, y2) { + if (x1 > x3 || y1 > y3 || x2 < x0 || y2 < y0) return; + if (point = node.point) { + var point, dx = x - node.x, dy = y - node.y, distance2 = dx * dx + dy * dy; + if (distance2 < minDistance2) { + var distance = Math.sqrt(minDistance2 = distance2); + x0 = x - distance, y0 = y - distance; + x3 = x + distance, y3 = y + distance; + closestPoint = point; + } + } + var children = node.nodes, xm = (x1 + x2) * .5, ym = (y1 + y2) * .5, right = x >= xm, below = y >= ym; + for (var i = below << 1 | right, j = i + 4; i < j; ++i) { + if (node = children[i & 3]) switch (i & 3) { + case 0: + find(node, x1, y1, xm, ym); + break; + + case 1: + find(node, xm, y1, x2, ym); + break; + + case 2: + find(node, x1, ym, xm, y2); + break; + + case 3: + find(node, xm, ym, x2, y2); + break; + } + } + })(root, x0, y0, x3, y3); + return closestPoint; + } + d3.interpolateRgb = d3_interpolateRgb; + function d3_interpolateRgb(a, b) { + a = d3.rgb(a); + b = d3.rgb(b); + var ar = a.r, ag = a.g, ab = a.b, br = b.r - ar, bg = b.g - ag, bb = b.b - ab; + return function(t) { + return "#" + d3_rgb_hex(Math.round(ar + br * t)) + d3_rgb_hex(Math.round(ag + bg * t)) + d3_rgb_hex(Math.round(ab + bb * t)); + }; + } + d3.interpolateObject = d3_interpolateObject; + function d3_interpolateObject(a, b) { + var i = {}, c = {}, k; + for (k in a) { + if (k in b) { + i[k] = d3_interpolate(a[k], b[k]); + } else { + c[k] = a[k]; + } + } + for (k in b) { + if (!(k in a)) { + c[k] = b[k]; + } + } + return function(t) { + for (k in i) c[k] = i[k](t); + return c; + }; + } + d3.interpolateNumber = d3_interpolateNumber; + function d3_interpolateNumber(a, b) { + a = +a, b = +b; + return function(t) { + return a * (1 - t) + b * t; + }; + } + d3.interpolateString = d3_interpolateString; + function d3_interpolateString(a, b) { + var bi = d3_interpolate_numberA.lastIndex = d3_interpolate_numberB.lastIndex = 0, am, bm, bs, i = -1, s = [], q = []; + a = a + "", b = b + ""; + while ((am = d3_interpolate_numberA.exec(a)) && (bm = d3_interpolate_numberB.exec(b))) { + if ((bs = bm.index) > bi) { + bs = b.slice(bi, bs); + if (s[i]) s[i] += bs; else s[++i] = bs; + } + if ((am = am[0]) === (bm = bm[0])) { + if (s[i]) s[i] += bm; else s[++i] = bm; + } else { + s[++i] = null; + q.push({ + i: i, + x: d3_interpolateNumber(am, bm) + }); + } + bi = d3_interpolate_numberB.lastIndex; + } + if (bi < b.length) { + bs = b.slice(bi); + if (s[i]) s[i] += bs; else s[++i] = bs; + } + return s.length < 2 ? q[0] ? (b = q[0].x, function(t) { + return b(t) + ""; + }) : function() { + return b; + } : (b = q.length, function(t) { + for (var i = 0, o; i < b; ++i) s[(o = q[i]).i] = o.x(t); + return s.join(""); + }); + } + var d3_interpolate_numberA = /[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g, d3_interpolate_numberB = new RegExp(d3_interpolate_numberA.source, "g"); + d3.interpolate = d3_interpolate; + function d3_interpolate(a, b) { + var i = d3.interpolators.length, f; + while (--i >= 0 && !(f = d3.interpolators[i](a, b))) ; + return f; + } + d3.interpolators = [ function(a, b) { + var t = typeof b; + return (t === "string" ? d3_rgb_names.has(b.toLowerCase()) || /^(#|rgb\(|hsl\()/i.test(b) ? d3_interpolateRgb : d3_interpolateString : b instanceof d3_color ? d3_interpolateRgb : Array.isArray(b) ? d3_interpolateArray : t === "object" && isNaN(b) ? d3_interpolateObject : d3_interpolateNumber)(a, b); + } ]; + d3.interpolateArray = d3_interpolateArray; + function d3_interpolateArray(a, b) { + var x = [], c = [], na = a.length, nb = b.length, n0 = Math.min(a.length, b.length), i; + for (i = 0; i < n0; ++i) x.push(d3_interpolate(a[i], b[i])); + for (;i < na; ++i) c[i] = a[i]; + for (;i < nb; ++i) c[i] = b[i]; + return function(t) { + for (i = 0; i < n0; ++i) c[i] = x[i](t); + return c; + }; + } + var d3_ease_default = function() { + return d3_identity; + }; + var d3_ease = d3.map({ + linear: d3_ease_default, + poly: d3_ease_poly, + quad: function() { + return d3_ease_quad; + }, + cubic: function() { + return d3_ease_cubic; + }, + sin: function() { + return d3_ease_sin; + }, + exp: function() { + return d3_ease_exp; + }, + circle: function() { + return d3_ease_circle; + }, + elastic: d3_ease_elastic, + back: d3_ease_back, + bounce: function() { + return d3_ease_bounce; + } + }); + var d3_ease_mode = d3.map({ + "in": d3_identity, + out: d3_ease_reverse, + "in-out": d3_ease_reflect, + "out-in": function(f) { + return d3_ease_reflect(d3_ease_reverse(f)); + } + }); + d3.ease = function(name) { + var i = name.indexOf("-"), t = i >= 0 ? name.slice(0, i) : name, m = i >= 0 ? name.slice(i + 1) : "in"; + t = d3_ease.get(t) || d3_ease_default; + m = d3_ease_mode.get(m) || d3_identity; + return d3_ease_clamp(m(t.apply(null, d3_arraySlice.call(arguments, 1)))); + }; + function d3_ease_clamp(f) { + return function(t) { + return t <= 0 ? 0 : t >= 1 ? 1 : f(t); + }; + } + function d3_ease_reverse(f) { + return function(t) { + return 1 - f(1 - t); + }; + } + function d3_ease_reflect(f) { + return function(t) { + return .5 * (t < .5 ? f(2 * t) : 2 - f(2 - 2 * t)); + }; + } + function d3_ease_quad(t) { + return t * t; + } + function d3_ease_cubic(t) { + return t * t * t; + } + function d3_ease_cubicInOut(t) { + if (t <= 0) return 0; + if (t >= 1) return 1; + var t2 = t * t, t3 = t2 * t; + return 4 * (t < .5 ? t3 : 3 * (t - t2) + t3 - .75); + } + function d3_ease_poly(e) { + return function(t) { + return Math.pow(t, e); + }; + } + function d3_ease_sin(t) { + return 1 - Math.cos(t * halfπ); + } + function d3_ease_exp(t) { + return Math.pow(2, 10 * (t - 1)); + } + function d3_ease_circle(t) { + return 1 - Math.sqrt(1 - t * t); + } + function d3_ease_elastic(a, p) { + var s; + if (arguments.length < 2) p = .45; + if (arguments.length) s = p / τ * Math.asin(1 / a); else a = 1, s = p / 4; + return function(t) { + return 1 + a * Math.pow(2, -10 * t) * Math.sin((t - s) * τ / p); + }; + } + function d3_ease_back(s) { + if (!s) s = 1.70158; + return function(t) { + return t * t * ((s + 1) * t - s); + }; + } + function d3_ease_bounce(t) { + return t < 1 / 2.75 ? 7.5625 * t * t : t < 2 / 2.75 ? 7.5625 * (t -= 1.5 / 2.75) * t + .75 : t < 2.5 / 2.75 ? 7.5625 * (t -= 2.25 / 2.75) * t + .9375 : 7.5625 * (t -= 2.625 / 2.75) * t + .984375; + } + d3.interpolateHcl = d3_interpolateHcl; + function d3_interpolateHcl(a, b) { + a = d3.hcl(a); + b = d3.hcl(b); + var ah = a.h, ac = a.c, al = a.l, bh = b.h - ah, bc = b.c - ac, bl = b.l - al; + if (isNaN(bc)) bc = 0, ac = isNaN(ac) ? b.c : ac; + if (isNaN(bh)) bh = 0, ah = isNaN(ah) ? b.h : ah; else if (bh > 180) bh -= 360; else if (bh < -180) bh += 360; + return function(t) { + return d3_hcl_lab(ah + bh * t, ac + bc * t, al + bl * t) + ""; + }; + } + d3.interpolateHsl = d3_interpolateHsl; + function d3_interpolateHsl(a, b) { + a = d3.hsl(a); + b = d3.hsl(b); + var ah = a.h, as = a.s, al = a.l, bh = b.h - ah, bs = b.s - as, bl = b.l - al; + if (isNaN(bs)) bs = 0, as = isNaN(as) ? b.s : as; + if (isNaN(bh)) bh = 0, ah = isNaN(ah) ? b.h : ah; else if (bh > 180) bh -= 360; else if (bh < -180) bh += 360; + return function(t) { + return d3_hsl_rgb(ah + bh * t, as + bs * t, al + bl * t) + ""; + }; + } + d3.interpolateLab = d3_interpolateLab; + function d3_interpolateLab(a, b) { + a = d3.lab(a); + b = d3.lab(b); + var al = a.l, aa = a.a, ab = a.b, bl = b.l - al, ba = b.a - aa, bb = b.b - ab; + return function(t) { + return d3_lab_rgb(al + bl * t, aa + ba * t, ab + bb * t) + ""; + }; + } + d3.interpolateRound = d3_interpolateRound; + function d3_interpolateRound(a, b) { + b -= a; + return function(t) { + return Math.round(a + b * t); + }; + } + d3.transform = function(string) { + var g = d3_document.createElementNS(d3.ns.prefix.svg, "g"); + return (d3.transform = function(string) { + if (string != null) { + g.setAttribute("transform", string); + var t = g.transform.baseVal.consolidate(); + } + return new d3_transform(t ? t.matrix : d3_transformIdentity); + })(string); + }; + function d3_transform(m) { + var r0 = [ m.a, m.b ], r1 = [ m.c, m.d ], kx = d3_transformNormalize(r0), kz = d3_transformDot(r0, r1), ky = d3_transformNormalize(d3_transformCombine(r1, r0, -kz)) || 0; + if (r0[0] * r1[1] < r1[0] * r0[1]) { + r0[0] *= -1; + r0[1] *= -1; + kx *= -1; + kz *= -1; + } + this.rotate = (kx ? Math.atan2(r0[1], r0[0]) : Math.atan2(-r1[0], r1[1])) * d3_degrees; + this.translate = [ m.e, m.f ]; + this.scale = [ kx, ky ]; + this.skew = ky ? Math.atan2(kz, ky) * d3_degrees : 0; + } + d3_transform.prototype.toString = function() { + return "translate(" + this.translate + ")rotate(" + this.rotate + ")skewX(" + this.skew + ")scale(" + this.scale + ")"; + }; + function d3_transformDot(a, b) { + return a[0] * b[0] + a[1] * b[1]; + } + function d3_transformNormalize(a) { + var k = Math.sqrt(d3_transformDot(a, a)); + if (k) { + a[0] /= k; + a[1] /= k; + } + return k; + } + function d3_transformCombine(a, b, k) { + a[0] += k * b[0]; + a[1] += k * b[1]; + return a; + } + var d3_transformIdentity = { + a: 1, + b: 0, + c: 0, + d: 1, + e: 0, + f: 0 + }; + d3.interpolateTransform = d3_interpolateTransform; + function d3_interpolateTransform(a, b) { + var s = [], q = [], n, A = d3.transform(a), B = d3.transform(b), ta = A.translate, tb = B.translate, ra = A.rotate, rb = B.rotate, wa = A.skew, wb = B.skew, ka = A.scale, kb = B.scale; + if (ta[0] != tb[0] || ta[1] != tb[1]) { + s.push("translate(", null, ",", null, ")"); + q.push({ + i: 1, + x: d3_interpolateNumber(ta[0], tb[0]) + }, { + i: 3, + x: d3_interpolateNumber(ta[1], tb[1]) + }); + } else if (tb[0] || tb[1]) { + s.push("translate(" + tb + ")"); + } else { + s.push(""); + } + if (ra != rb) { + if (ra - rb > 180) rb += 360; else if (rb - ra > 180) ra += 360; + q.push({ + i: s.push(s.pop() + "rotate(", null, ")") - 2, + x: d3_interpolateNumber(ra, rb) + }); + } else if (rb) { + s.push(s.pop() + "rotate(" + rb + ")"); + } + if (wa != wb) { + q.push({ + i: s.push(s.pop() + "skewX(", null, ")") - 2, + x: d3_interpolateNumber(wa, wb) + }); + } else if (wb) { + s.push(s.pop() + "skewX(" + wb + ")"); + } + if (ka[0] != kb[0] || ka[1] != kb[1]) { + n = s.push(s.pop() + "scale(", null, ",", null, ")"); + q.push({ + i: n - 4, + x: d3_interpolateNumber(ka[0], kb[0]) + }, { + i: n - 2, + x: d3_interpolateNumber(ka[1], kb[1]) + }); + } else if (kb[0] != 1 || kb[1] != 1) { + s.push(s.pop() + "scale(" + kb + ")"); + } + n = q.length; + return function(t) { + var i = -1, o; + while (++i < n) s[(o = q[i]).i] = o.x(t); + return s.join(""); + }; + } + function d3_uninterpolateNumber(a, b) { + b = (b -= a = +a) || 1 / b; + return function(x) { + return (x - a) / b; + }; + } + function d3_uninterpolateClamp(a, b) { + b = (b -= a = +a) || 1 / b; + return function(x) { + return Math.max(0, Math.min(1, (x - a) / b)); + }; + } + d3.layout = {}; + d3.layout.bundle = function() { + return function(links) { + var paths = [], i = -1, n = links.length; + while (++i < n) paths.push(d3_layout_bundlePath(links[i])); + return paths; + }; + }; + function d3_layout_bundlePath(link) { + var start = link.source, end = link.target, lca = d3_layout_bundleLeastCommonAncestor(start, end), points = [ start ]; + while (start !== lca) { + start = start.parent; + points.push(start); + } + var k = points.length; + while (end !== lca) { + points.splice(k, 0, end); + end = end.parent; + } + return points; + } + function d3_layout_bundleAncestors(node) { + var ancestors = [], parent = node.parent; + while (parent != null) { + ancestors.push(node); + node = parent; + parent = parent.parent; + } + ancestors.push(node); + return ancestors; + } + function d3_layout_bundleLeastCommonAncestor(a, b) { + if (a === b) return a; + var aNodes = d3_layout_bundleAncestors(a), bNodes = d3_layout_bundleAncestors(b), aNode = aNodes.pop(), bNode = bNodes.pop(), sharedNode = null; + while (aNode === bNode) { + sharedNode = aNode; + aNode = aNodes.pop(); + bNode = bNodes.pop(); + } + return sharedNode; + } + d3.layout.chord = function() { + var chord = {}, chords, groups, matrix, n, padding = 0, sortGroups, sortSubgroups, sortChords; + function relayout() { + var subgroups = {}, groupSums = [], groupIndex = d3.range(n), subgroupIndex = [], k, x, x0, i, j; + chords = []; + groups = []; + k = 0, i = -1; + while (++i < n) { + x = 0, j = -1; + while (++j < n) { + x += matrix[i][j]; + } + groupSums.push(x); + subgroupIndex.push(d3.range(n)); + k += x; + } + if (sortGroups) { + groupIndex.sort(function(a, b) { + return sortGroups(groupSums[a], groupSums[b]); + }); + } + if (sortSubgroups) { + subgroupIndex.forEach(function(d, i) { + d.sort(function(a, b) { + return sortSubgroups(matrix[i][a], matrix[i][b]); + }); + }); + } + k = (τ - padding * n) / k; + x = 0, i = -1; + while (++i < n) { + x0 = x, j = -1; + while (++j < n) { + var di = groupIndex[i], dj = subgroupIndex[di][j], v = matrix[di][dj], a0 = x, a1 = x += v * k; + subgroups[di + "-" + dj] = { + index: di, + subindex: dj, + startAngle: a0, + endAngle: a1, + value: v + }; + } + groups[di] = { + index: di, + startAngle: x0, + endAngle: x, + value: (x - x0) / k + }; + x += padding; + } + i = -1; + while (++i < n) { + j = i - 1; + while (++j < n) { + var source = subgroups[i + "-" + j], target = subgroups[j + "-" + i]; + if (source.value || target.value) { + chords.push(source.value < target.value ? { + source: target, + target: source + } : { + source: source, + target: target + }); + } + } + } + if (sortChords) resort(); + } + function resort() { + chords.sort(function(a, b) { + return sortChords((a.source.value + a.target.value) / 2, (b.source.value + b.target.value) / 2); + }); + } + chord.matrix = function(x) { + if (!arguments.length) return matrix; + n = (matrix = x) && matrix.length; + chords = groups = null; + return chord; + }; + chord.padding = function(x) { + if (!arguments.length) return padding; + padding = x; + chords = groups = null; + return chord; + }; + chord.sortGroups = function(x) { + if (!arguments.length) return sortGroups; + sortGroups = x; + chords = groups = null; + return chord; + }; + chord.sortSubgroups = function(x) { + if (!arguments.length) return sortSubgroups; + sortSubgroups = x; + chords = null; + return chord; + }; + chord.sortChords = function(x) { + if (!arguments.length) return sortChords; + sortChords = x; + if (chords) resort(); + return chord; + }; + chord.chords = function() { + if (!chords) relayout(); + return chords; + }; + chord.groups = function() { + if (!groups) relayout(); + return groups; + }; + return chord; + }; + d3.layout.force = function() { + var force = {}, event = d3.dispatch("start", "tick", "end"), size = [ 1, 1 ], drag, alpha, friction = .9, linkDistance = d3_layout_forceLinkDistance, linkStrength = d3_layout_forceLinkStrength, charge = -30, chargeDistance2 = d3_layout_forceChargeDistance2, gravity = .1, theta2 = .64, nodes = [], links = [], distances, strengths, charges; + function repulse(node) { + return function(quad, x1, _, x2) { + if (quad.point !== node) { + var dx = quad.cx - node.x, dy = quad.cy - node.y, dw = x2 - x1, dn = dx * dx + dy * dy; + if (dw * dw / theta2 < dn) { + if (dn < chargeDistance2) { + var k = quad.charge / dn; + node.px -= dx * k; + node.py -= dy * k; + } + return true; + } + if (quad.point && dn && dn < chargeDistance2) { + var k = quad.pointCharge / dn; + node.px -= dx * k; + node.py -= dy * k; + } + } + return !quad.charge; + }; + } + force.tick = function() { + if ((alpha *= .99) < .005) { + event.end({ + type: "end", + alpha: alpha = 0 + }); + return true; + } + var n = nodes.length, m = links.length, q, i, o, s, t, l, k, x, y; + for (i = 0; i < m; ++i) { + o = links[i]; + s = o.source; + t = o.target; + x = t.x - s.x; + y = t.y - s.y; + if (l = x * x + y * y) { + l = alpha * strengths[i] * ((l = Math.sqrt(l)) - distances[i]) / l; + x *= l; + y *= l; + t.x -= x * (k = s.weight / (t.weight + s.weight)); + t.y -= y * k; + s.x += x * (k = 1 - k); + s.y += y * k; + } + } + if (k = alpha * gravity) { + x = size[0] / 2; + y = size[1] / 2; + i = -1; + if (k) while (++i < n) { + o = nodes[i]; + o.x += (x - o.x) * k; + o.y += (y - o.y) * k; + } + } + if (charge) { + d3_layout_forceAccumulate(q = d3.geom.quadtree(nodes), alpha, charges); + i = -1; + while (++i < n) { + if (!(o = nodes[i]).fixed) { + q.visit(repulse(o)); + } + } + } + i = -1; + while (++i < n) { + o = nodes[i]; + if (o.fixed) { + o.x = o.px; + o.y = o.py; + } else { + o.x -= (o.px - (o.px = o.x)) * friction; + o.y -= (o.py - (o.py = o.y)) * friction; + } + } + event.tick({ + type: "tick", + alpha: alpha + }); + }; + force.nodes = function(x) { + if (!arguments.length) return nodes; + nodes = x; + return force; + }; + force.links = function(x) { + if (!arguments.length) return links; + links = x; + return force; + }; + force.size = function(x) { + if (!arguments.length) return size; + size = x; + return force; + }; + force.linkDistance = function(x) { + if (!arguments.length) return linkDistance; + linkDistance = typeof x === "function" ? x : +x; + return force; + }; + force.distance = force.linkDistance; + force.linkStrength = function(x) { + if (!arguments.length) return linkStrength; + linkStrength = typeof x === "function" ? x : +x; + return force; + }; + force.friction = function(x) { + if (!arguments.length) return friction; + friction = +x; + return force; + }; + force.charge = function(x) { + if (!arguments.length) return charge; + charge = typeof x === "function" ? x : +x; + return force; + }; + force.chargeDistance = function(x) { + if (!arguments.length) return Math.sqrt(chargeDistance2); + chargeDistance2 = x * x; + return force; + }; + force.gravity = function(x) { + if (!arguments.length) return gravity; + gravity = +x; + return force; + }; + force.theta = function(x) { + if (!arguments.length) return Math.sqrt(theta2); + theta2 = x * x; + return force; + }; + force.alpha = function(x) { + if (!arguments.length) return alpha; + x = +x; + if (alpha) { + if (x > 0) alpha = x; else alpha = 0; + } else if (x > 0) { + event.start({ + type: "start", + alpha: alpha = x + }); + d3.timer(force.tick); + } + return force; + }; + force.start = function() { + var i, n = nodes.length, m = links.length, w = size[0], h = size[1], neighbors, o; + for (i = 0; i < n; ++i) { + (o = nodes[i]).index = i; + o.weight = 0; + } + for (i = 0; i < m; ++i) { + o = links[i]; + if (typeof o.source == "number") o.source = nodes[o.source]; + if (typeof o.target == "number") o.target = nodes[o.target]; + ++o.source.weight; + ++o.target.weight; + } + for (i = 0; i < n; ++i) { + o = nodes[i]; + if (isNaN(o.x)) o.x = position("x", w); + if (isNaN(o.y)) o.y = position("y", h); + if (isNaN(o.px)) o.px = o.x; + if (isNaN(o.py)) o.py = o.y; + } + distances = []; + if (typeof linkDistance === "function") for (i = 0; i < m; ++i) distances[i] = +linkDistance.call(this, links[i], i); else for (i = 0; i < m; ++i) distances[i] = linkDistance; + strengths = []; + if (typeof linkStrength === "function") for (i = 0; i < m; ++i) strengths[i] = +linkStrength.call(this, links[i], i); else for (i = 0; i < m; ++i) strengths[i] = linkStrength; + charges = []; + if (typeof charge === "function") for (i = 0; i < n; ++i) charges[i] = +charge.call(this, nodes[i], i); else for (i = 0; i < n; ++i) charges[i] = charge; + function position(dimension, size) { + if (!neighbors) { + neighbors = new Array(n); + for (j = 0; j < n; ++j) { + neighbors[j] = []; + } + for (j = 0; j < m; ++j) { + var o = links[j]; + neighbors[o.source.index].push(o.target); + neighbors[o.target.index].push(o.source); + } + } + var candidates = neighbors[i], j = -1, l = candidates.length, x; + while (++j < l) if (!isNaN(x = candidates[j][dimension])) return x; + return Math.random() * size; + } + return force.resume(); + }; + force.resume = function() { + return force.alpha(.1); + }; + force.stop = function() { + return force.alpha(0); + }; + force.drag = function() { + if (!drag) drag = d3.behavior.drag().origin(d3_identity).on("dragstart.force", d3_layout_forceDragstart).on("drag.force", dragmove).on("dragend.force", d3_layout_forceDragend); + if (!arguments.length) return drag; + this.on("mouseover.force", d3_layout_forceMouseover).on("mouseout.force", d3_layout_forceMouseout).call(drag); + }; + function dragmove(d) { + d.px = d3.event.x, d.py = d3.event.y; + force.resume(); + } + return d3.rebind(force, event, "on"); + }; + function d3_layout_forceDragstart(d) { + d.fixed |= 2; + } + function d3_layout_forceDragend(d) { + d.fixed &= ~6; + } + function d3_layout_forceMouseover(d) { + d.fixed |= 4; + d.px = d.x, d.py = d.y; + } + function d3_layout_forceMouseout(d) { + d.fixed &= ~4; + } + function d3_layout_forceAccumulate(quad, alpha, charges) { + var cx = 0, cy = 0; + quad.charge = 0; + if (!quad.leaf) { + var nodes = quad.nodes, n = nodes.length, i = -1, c; + while (++i < n) { + c = nodes[i]; + if (c == null) continue; + d3_layout_forceAccumulate(c, alpha, charges); + quad.charge += c.charge; + cx += c.charge * c.cx; + cy += c.charge * c.cy; + } + } + if (quad.point) { + if (!quad.leaf) { + quad.point.x += Math.random() - .5; + quad.point.y += Math.random() - .5; + } + var k = alpha * charges[quad.point.index]; + quad.charge += quad.pointCharge = k; + cx += k * quad.point.x; + cy += k * quad.point.y; + } + quad.cx = cx / quad.charge; + quad.cy = cy / quad.charge; + } + var d3_layout_forceLinkDistance = 20, d3_layout_forceLinkStrength = 1, d3_layout_forceChargeDistance2 = Infinity; + d3.layout.hierarchy = function() { + var sort = d3_layout_hierarchySort, children = d3_layout_hierarchyChildren, value = d3_layout_hierarchyValue; + function hierarchy(root) { + var stack = [ root ], nodes = [], node; + root.depth = 0; + while ((node = stack.pop()) != null) { + nodes.push(node); + if ((childs = children.call(hierarchy, node, node.depth)) && (n = childs.length)) { + var n, childs, child; + while (--n >= 0) { + stack.push(child = childs[n]); + child.parent = node; + child.depth = node.depth + 1; + } + if (value) node.value = 0; + node.children = childs; + } else { + if (value) node.value = +value.call(hierarchy, node, node.depth) || 0; + delete node.children; + } + } + d3_layout_hierarchyVisitAfter(root, function(node) { + var childs, parent; + if (sort && (childs = node.children)) childs.sort(sort); + if (value && (parent = node.parent)) parent.value += node.value; + }); + return nodes; + } + hierarchy.sort = function(x) { + if (!arguments.length) return sort; + sort = x; + return hierarchy; + }; + hierarchy.children = function(x) { + if (!arguments.length) return children; + children = x; + return hierarchy; + }; + hierarchy.value = function(x) { + if (!arguments.length) return value; + value = x; + return hierarchy; + }; + hierarchy.revalue = function(root) { + if (value) { + d3_layout_hierarchyVisitBefore(root, function(node) { + if (node.children) node.value = 0; + }); + d3_layout_hierarchyVisitAfter(root, function(node) { + var parent; + if (!node.children) node.value = +value.call(hierarchy, node, node.depth) || 0; + if (parent = node.parent) parent.value += node.value; + }); + } + return root; + }; + return hierarchy; + }; + function d3_layout_hierarchyRebind(object, hierarchy) { + d3.rebind(object, hierarchy, "sort", "children", "value"); + object.nodes = object; + object.links = d3_layout_hierarchyLinks; + return object; + } + function d3_layout_hierarchyVisitBefore(node, callback) { + var nodes = [ node ]; + while ((node = nodes.pop()) != null) { + callback(node); + if ((children = node.children) && (n = children.length)) { + var n, children; + while (--n >= 0) nodes.push(children[n]); + } + } + } + function d3_layout_hierarchyVisitAfter(node, callback) { + var nodes = [ node ], nodes2 = []; + while ((node = nodes.pop()) != null) { + nodes2.push(node); + if ((children = node.children) && (n = children.length)) { + var i = -1, n, children; + while (++i < n) nodes.push(children[i]); + } + } + while ((node = nodes2.pop()) != null) { + callback(node); + } + } + function d3_layout_hierarchyChildren(d) { + return d.children; + } + function d3_layout_hierarchyValue(d) { + return d.value; + } + function d3_layout_hierarchySort(a, b) { + return b.value - a.value; + } + function d3_layout_hierarchyLinks(nodes) { + return d3.merge(nodes.map(function(parent) { + return (parent.children || []).map(function(child) { + return { + source: parent, + target: child + }; + }); + })); + } + d3.layout.partition = function() { + var hierarchy = d3.layout.hierarchy(), size = [ 1, 1 ]; + function position(node, x, dx, dy) { + var children = node.children; + node.x = x; + node.y = node.depth * dy; + node.dx = dx; + node.dy = dy; + if (children && (n = children.length)) { + var i = -1, n, c, d; + dx = node.value ? dx / node.value : 0; + while (++i < n) { + position(c = children[i], x, d = c.value * dx, dy); + x += d; + } + } + } + function depth(node) { + var children = node.children, d = 0; + if (children && (n = children.length)) { + var i = -1, n; + while (++i < n) d = Math.max(d, depth(children[i])); + } + return 1 + d; + } + function partition(d, i) { + var nodes = hierarchy.call(this, d, i); + position(nodes[0], 0, size[0], size[1] / depth(nodes[0])); + return nodes; + } + partition.size = function(x) { + if (!arguments.length) return size; + size = x; + return partition; + }; + return d3_layout_hierarchyRebind(partition, hierarchy); + }; + d3.layout.pie = function() { + var value = Number, sort = d3_layout_pieSortByValue, startAngle = 0, endAngle = τ, padAngle = 0; + function pie(data) { + var n = data.length, values = data.map(function(d, i) { + return +value.call(pie, d, i); + }), a = +(typeof startAngle === "function" ? startAngle.apply(this, arguments) : startAngle), da = (typeof endAngle === "function" ? endAngle.apply(this, arguments) : endAngle) - a, p = Math.min(Math.abs(da) / n, +(typeof padAngle === "function" ? padAngle.apply(this, arguments) : padAngle)), pa = p * (da < 0 ? -1 : 1), k = (da - n * pa) / d3.sum(values), index = d3.range(n), arcs = [], v; + if (sort != null) index.sort(sort === d3_layout_pieSortByValue ? function(i, j) { + return values[j] - values[i]; + } : function(i, j) { + return sort(data[i], data[j]); + }); + index.forEach(function(i) { + arcs[i] = { + data: data[i], + value: v = values[i], + startAngle: a, + endAngle: a += v * k + pa, + padAngle: p + }; + }); + return arcs; + } + pie.value = function(_) { + if (!arguments.length) return value; + value = _; + return pie; + }; + pie.sort = function(_) { + if (!arguments.length) return sort; + sort = _; + return pie; + }; + pie.startAngle = function(_) { + if (!arguments.length) return startAngle; + startAngle = _; + return pie; + }; + pie.endAngle = function(_) { + if (!arguments.length) return endAngle; + endAngle = _; + return pie; + }; + pie.padAngle = function(_) { + if (!arguments.length) return padAngle; + padAngle = _; + return pie; + }; + return pie; + }; + var d3_layout_pieSortByValue = {}; + d3.layout.stack = function() { + var values = d3_identity, order = d3_layout_stackOrderDefault, offset = d3_layout_stackOffsetZero, out = d3_layout_stackOut, x = d3_layout_stackX, y = d3_layout_stackY; + function stack(data, index) { + if (!(n = data.length)) return data; + var series = data.map(function(d, i) { + return values.call(stack, d, i); + }); + var points = series.map(function(d) { + return d.map(function(v, i) { + return [ x.call(stack, v, i), y.call(stack, v, i) ]; + }); + }); + var orders = order.call(stack, points, index); + series = d3.permute(series, orders); + points = d3.permute(points, orders); + var offsets = offset.call(stack, points, index); + var m = series[0].length, n, i, j, o; + for (j = 0; j < m; ++j) { + out.call(stack, series[0][j], o = offsets[j], points[0][j][1]); + for (i = 1; i < n; ++i) { + out.call(stack, series[i][j], o += points[i - 1][j][1], points[i][j][1]); + } + } + return data; + } + stack.values = function(x) { + if (!arguments.length) return values; + values = x; + return stack; + }; + stack.order = function(x) { + if (!arguments.length) return order; + order = typeof x === "function" ? x : d3_layout_stackOrders.get(x) || d3_layout_stackOrderDefault; + return stack; + }; + stack.offset = function(x) { + if (!arguments.length) return offset; + offset = typeof x === "function" ? x : d3_layout_stackOffsets.get(x) || d3_layout_stackOffsetZero; + return stack; + }; + stack.x = function(z) { + if (!arguments.length) return x; + x = z; + return stack; + }; + stack.y = function(z) { + if (!arguments.length) return y; + y = z; + return stack; + }; + stack.out = function(z) { + if (!arguments.length) return out; + out = z; + return stack; + }; + return stack; + }; + function d3_layout_stackX(d) { + return d.x; + } + function d3_layout_stackY(d) { + return d.y; + } + function d3_layout_stackOut(d, y0, y) { + d.y0 = y0; + d.y = y; + } + var d3_layout_stackOrders = d3.map({ + "inside-out": function(data) { + var n = data.length, i, j, max = data.map(d3_layout_stackMaxIndex), sums = data.map(d3_layout_stackReduceSum), index = d3.range(n).sort(function(a, b) { + return max[a] - max[b]; + }), top = 0, bottom = 0, tops = [], bottoms = []; + for (i = 0; i < n; ++i) { + j = index[i]; + if (top < bottom) { + top += sums[j]; + tops.push(j); + } else { + bottom += sums[j]; + bottoms.push(j); + } + } + return bottoms.reverse().concat(tops); + }, + reverse: function(data) { + return d3.range(data.length).reverse(); + }, + "default": d3_layout_stackOrderDefault + }); + var d3_layout_stackOffsets = d3.map({ + silhouette: function(data) { + var n = data.length, m = data[0].length, sums = [], max = 0, i, j, o, y0 = []; + for (j = 0; j < m; ++j) { + for (i = 0, o = 0; i < n; i++) o += data[i][j][1]; + if (o > max) max = o; + sums.push(o); + } + for (j = 0; j < m; ++j) { + y0[j] = (max - sums[j]) / 2; + } + return y0; + }, + wiggle: function(data) { + var n = data.length, x = data[0], m = x.length, i, j, k, s1, s2, s3, dx, o, o0, y0 = []; + y0[0] = o = o0 = 0; + for (j = 1; j < m; ++j) { + for (i = 0, s1 = 0; i < n; ++i) s1 += data[i][j][1]; + for (i = 0, s2 = 0, dx = x[j][0] - x[j - 1][0]; i < n; ++i) { + for (k = 0, s3 = (data[i][j][1] - data[i][j - 1][1]) / (2 * dx); k < i; ++k) { + s3 += (data[k][j][1] - data[k][j - 1][1]) / dx; + } + s2 += s3 * data[i][j][1]; + } + y0[j] = o -= s1 ? s2 / s1 * dx : 0; + if (o < o0) o0 = o; + } + for (j = 0; j < m; ++j) y0[j] -= o0; + return y0; + }, + expand: function(data) { + var n = data.length, m = data[0].length, k = 1 / n, i, j, o, y0 = []; + for (j = 0; j < m; ++j) { + for (i = 0, o = 0; i < n; i++) o += data[i][j][1]; + if (o) for (i = 0; i < n; i++) data[i][j][1] /= o; else for (i = 0; i < n; i++) data[i][j][1] = k; + } + for (j = 0; j < m; ++j) y0[j] = 0; + return y0; + }, + zero: d3_layout_stackOffsetZero + }); + function d3_layout_stackOrderDefault(data) { + return d3.range(data.length); + } + function d3_layout_stackOffsetZero(data) { + var j = -1, m = data[0].length, y0 = []; + while (++j < m) y0[j] = 0; + return y0; + } + function d3_layout_stackMaxIndex(array) { + var i = 1, j = 0, v = array[0][1], k, n = array.length; + for (;i < n; ++i) { + if ((k = array[i][1]) > v) { + j = i; + v = k; + } + } + return j; + } + function d3_layout_stackReduceSum(d) { + return d.reduce(d3_layout_stackSum, 0); + } + function d3_layout_stackSum(p, d) { + return p + d[1]; + } + d3.layout.histogram = function() { + var frequency = true, valuer = Number, ranger = d3_layout_histogramRange, binner = d3_layout_histogramBinSturges; + function histogram(data, i) { + var bins = [], values = data.map(valuer, this), range = ranger.call(this, values, i), thresholds = binner.call(this, range, values, i), bin, i = -1, n = values.length, m = thresholds.length - 1, k = frequency ? 1 : 1 / n, x; + while (++i < m) { + bin = bins[i] = []; + bin.dx = thresholds[i + 1] - (bin.x = thresholds[i]); + bin.y = 0; + } + if (m > 0) { + i = -1; + while (++i < n) { + x = values[i]; + if (x >= range[0] && x <= range[1]) { + bin = bins[d3.bisect(thresholds, x, 1, m) - 1]; + bin.y += k; + bin.push(data[i]); + } + } + } + return bins; + } + histogram.value = function(x) { + if (!arguments.length) return valuer; + valuer = x; + return histogram; + }; + histogram.range = function(x) { + if (!arguments.length) return ranger; + ranger = d3_functor(x); + return histogram; + }; + histogram.bins = function(x) { + if (!arguments.length) return binner; + binner = typeof x === "number" ? function(range) { + return d3_layout_histogramBinFixed(range, x); + } : d3_functor(x); + return histogram; + }; + histogram.frequency = function(x) { + if (!arguments.length) return frequency; + frequency = !!x; + return histogram; + }; + return histogram; + }; + function d3_layout_histogramBinSturges(range, values) { + return d3_layout_histogramBinFixed(range, Math.ceil(Math.log(values.length) / Math.LN2 + 1)); + } + function d3_layout_histogramBinFixed(range, n) { + var x = -1, b = +range[0], m = (range[1] - b) / n, f = []; + while (++x <= n) f[x] = m * x + b; + return f; + } + function d3_layout_histogramRange(values) { + return [ d3.min(values), d3.max(values) ]; + } + d3.layout.pack = function() { + var hierarchy = d3.layout.hierarchy().sort(d3_layout_packSort), padding = 0, size = [ 1, 1 ], radius; + function pack(d, i) { + var nodes = hierarchy.call(this, d, i), root = nodes[0], w = size[0], h = size[1], r = radius == null ? Math.sqrt : typeof radius === "function" ? radius : function() { + return radius; + }; + root.x = root.y = 0; + d3_layout_hierarchyVisitAfter(root, function(d) { + d.r = +r(d.value); + }); + d3_layout_hierarchyVisitAfter(root, d3_layout_packSiblings); + if (padding) { + var dr = padding * (radius ? 1 : Math.max(2 * root.r / w, 2 * root.r / h)) / 2; + d3_layout_hierarchyVisitAfter(root, function(d) { + d.r += dr; + }); + d3_layout_hierarchyVisitAfter(root, d3_layout_packSiblings); + d3_layout_hierarchyVisitAfter(root, function(d) { + d.r -= dr; + }); + } + d3_layout_packTransform(root, w / 2, h / 2, radius ? 1 : 1 / Math.max(2 * root.r / w, 2 * root.r / h)); + return nodes; + } + pack.size = function(_) { + if (!arguments.length) return size; + size = _; + return pack; + }; + pack.radius = function(_) { + if (!arguments.length) return radius; + radius = _ == null || typeof _ === "function" ? _ : +_; + return pack; + }; + pack.padding = function(_) { + if (!arguments.length) return padding; + padding = +_; + return pack; + }; + return d3_layout_hierarchyRebind(pack, hierarchy); + }; + function d3_layout_packSort(a, b) { + return a.value - b.value; + } + function d3_layout_packInsert(a, b) { + var c = a._pack_next; + a._pack_next = b; + b._pack_prev = a; + b._pack_next = c; + c._pack_prev = b; + } + function d3_layout_packSplice(a, b) { + a._pack_next = b; + b._pack_prev = a; + } + function d3_layout_packIntersects(a, b) { + var dx = b.x - a.x, dy = b.y - a.y, dr = a.r + b.r; + return .999 * dr * dr > dx * dx + dy * dy; + } + function d3_layout_packSiblings(node) { + if (!(nodes = node.children) || !(n = nodes.length)) return; + var nodes, xMin = Infinity, xMax = -Infinity, yMin = Infinity, yMax = -Infinity, a, b, c, i, j, k, n; + function bound(node) { + xMin = Math.min(node.x - node.r, xMin); + xMax = Math.max(node.x + node.r, xMax); + yMin = Math.min(node.y - node.r, yMin); + yMax = Math.max(node.y + node.r, yMax); + } + nodes.forEach(d3_layout_packLink); + a = nodes[0]; + a.x = -a.r; + a.y = 0; + bound(a); + if (n > 1) { + b = nodes[1]; + b.x = b.r; + b.y = 0; + bound(b); + if (n > 2) { + c = nodes[2]; + d3_layout_packPlace(a, b, c); + bound(c); + d3_layout_packInsert(a, c); + a._pack_prev = c; + d3_layout_packInsert(c, b); + b = a._pack_next; + for (i = 3; i < n; i++) { + d3_layout_packPlace(a, b, c = nodes[i]); + var isect = 0, s1 = 1, s2 = 1; + for (j = b._pack_next; j !== b; j = j._pack_next, s1++) { + if (d3_layout_packIntersects(j, c)) { + isect = 1; + break; + } + } + if (isect == 1) { + for (k = a._pack_prev; k !== j._pack_prev; k = k._pack_prev, s2++) { + if (d3_layout_packIntersects(k, c)) { + break; + } + } + } + if (isect) { + if (s1 < s2 || s1 == s2 && b.r < a.r) d3_layout_packSplice(a, b = j); else d3_layout_packSplice(a = k, b); + i--; + } else { + d3_layout_packInsert(a, c); + b = c; + bound(c); + } + } + } + } + var cx = (xMin + xMax) / 2, cy = (yMin + yMax) / 2, cr = 0; + for (i = 0; i < n; i++) { + c = nodes[i]; + c.x -= cx; + c.y -= cy; + cr = Math.max(cr, c.r + Math.sqrt(c.x * c.x + c.y * c.y)); + } + node.r = cr; + nodes.forEach(d3_layout_packUnlink); + } + function d3_layout_packLink(node) { + node._pack_next = node._pack_prev = node; + } + function d3_layout_packUnlink(node) { + delete node._pack_next; + delete node._pack_prev; + } + function d3_layout_packTransform(node, x, y, k) { + var children = node.children; + node.x = x += k * node.x; + node.y = y += k * node.y; + node.r *= k; + if (children) { + var i = -1, n = children.length; + while (++i < n) d3_layout_packTransform(children[i], x, y, k); + } + } + function d3_layout_packPlace(a, b, c) { + var db = a.r + c.r, dx = b.x - a.x, dy = b.y - a.y; + if (db && (dx || dy)) { + var da = b.r + c.r, dc = dx * dx + dy * dy; + da *= da; + db *= db; + var x = .5 + (db - da) / (2 * dc), y = Math.sqrt(Math.max(0, 2 * da * (db + dc) - (db -= dc) * db - da * da)) / (2 * dc); + c.x = a.x + x * dx + y * dy; + c.y = a.y + x * dy - y * dx; + } else { + c.x = a.x + db; + c.y = a.y; + } + } + d3.layout.tree = function() { + var hierarchy = d3.layout.hierarchy().sort(null).value(null), separation = d3_layout_treeSeparation, size = [ 1, 1 ], nodeSize = null; + function tree(d, i) { + var nodes = hierarchy.call(this, d, i), root0 = nodes[0], root1 = wrapTree(root0); + d3_layout_hierarchyVisitAfter(root1, firstWalk), root1.parent.m = -root1.z; + d3_layout_hierarchyVisitBefore(root1, secondWalk); + if (nodeSize) d3_layout_hierarchyVisitBefore(root0, sizeNode); else { + var left = root0, right = root0, bottom = root0; + d3_layout_hierarchyVisitBefore(root0, function(node) { + if (node.x < left.x) left = node; + if (node.x > right.x) right = node; + if (node.depth > bottom.depth) bottom = node; + }); + var tx = separation(left, right) / 2 - left.x, kx = size[0] / (right.x + separation(right, left) / 2 + tx), ky = size[1] / (bottom.depth || 1); + d3_layout_hierarchyVisitBefore(root0, function(node) { + node.x = (node.x + tx) * kx; + node.y = node.depth * ky; + }); + } + return nodes; + } + function wrapTree(root0) { + var root1 = { + A: null, + children: [ root0 ] + }, queue = [ root1 ], node1; + while ((node1 = queue.pop()) != null) { + for (var children = node1.children, child, i = 0, n = children.length; i < n; ++i) { + queue.push((children[i] = child = { + _: children[i], + parent: node1, + children: (child = children[i].children) && child.slice() || [], + A: null, + a: null, + z: 0, + m: 0, + c: 0, + s: 0, + t: null, + i: i + }).a = child); + } + } + return root1.children[0]; + } + function firstWalk(v) { + var children = v.children, siblings = v.parent.children, w = v.i ? siblings[v.i - 1] : null; + if (children.length) { + d3_layout_treeShift(v); + var midpoint = (children[0].z + children[children.length - 1].z) / 2; + if (w) { + v.z = w.z + separation(v._, w._); + v.m = v.z - midpoint; + } else { + v.z = midpoint; + } + } else if (w) { + v.z = w.z + separation(v._, w._); + } + v.parent.A = apportion(v, w, v.parent.A || siblings[0]); + } + function secondWalk(v) { + v._.x = v.z + v.parent.m; + v.m += v.parent.m; + } + function apportion(v, w, ancestor) { + if (w) { + var vip = v, vop = v, vim = w, vom = vip.parent.children[0], sip = vip.m, sop = vop.m, sim = vim.m, som = vom.m, shift; + while (vim = d3_layout_treeRight(vim), vip = d3_layout_treeLeft(vip), vim && vip) { + vom = d3_layout_treeLeft(vom); + vop = d3_layout_treeRight(vop); + vop.a = v; + shift = vim.z + sim - vip.z - sip + separation(vim._, vip._); + if (shift > 0) { + d3_layout_treeMove(d3_layout_treeAncestor(vim, v, ancestor), v, shift); + sip += shift; + sop += shift; + } + sim += vim.m; + sip += vip.m; + som += vom.m; + sop += vop.m; + } + if (vim && !d3_layout_treeRight(vop)) { + vop.t = vim; + vop.m += sim - sop; + } + if (vip && !d3_layout_treeLeft(vom)) { + vom.t = vip; + vom.m += sip - som; + ancestor = v; + } + } + return ancestor; + } + function sizeNode(node) { + node.x *= size[0]; + node.y = node.depth * size[1]; + } + tree.separation = function(x) { + if (!arguments.length) return separation; + separation = x; + return tree; + }; + tree.size = function(x) { + if (!arguments.length) return nodeSize ? null : size; + nodeSize = (size = x) == null ? sizeNode : null; + return tree; + }; + tree.nodeSize = function(x) { + if (!arguments.length) return nodeSize ? size : null; + nodeSize = (size = x) == null ? null : sizeNode; + return tree; + }; + return d3_layout_hierarchyRebind(tree, hierarchy); + }; + function d3_layout_treeSeparation(a, b) { + return a.parent == b.parent ? 1 : 2; + } + function d3_layout_treeLeft(v) { + var children = v.children; + return children.length ? children[0] : v.t; + } + function d3_layout_treeRight(v) { + var children = v.children, n; + return (n = children.length) ? children[n - 1] : v.t; + } + function d3_layout_treeMove(wm, wp, shift) { + var change = shift / (wp.i - wm.i); + wp.c -= change; + wp.s += shift; + wm.c += change; + wp.z += shift; + wp.m += shift; + } + function d3_layout_treeShift(v) { + var shift = 0, change = 0, children = v.children, i = children.length, w; + while (--i >= 0) { + w = children[i]; + w.z += shift; + w.m += shift; + shift += w.s + (change += w.c); + } + } + function d3_layout_treeAncestor(vim, v, ancestor) { + return vim.a.parent === v.parent ? vim.a : ancestor; + } + d3.layout.cluster = function() { + var hierarchy = d3.layout.hierarchy().sort(null).value(null), separation = d3_layout_treeSeparation, size = [ 1, 1 ], nodeSize = false; + function cluster(d, i) { + var nodes = hierarchy.call(this, d, i), root = nodes[0], previousNode, x = 0; + d3_layout_hierarchyVisitAfter(root, function(node) { + var children = node.children; + if (children && children.length) { + node.x = d3_layout_clusterX(children); + node.y = d3_layout_clusterY(children); + } else { + node.x = previousNode ? x += separation(node, previousNode) : 0; + node.y = 0; + previousNode = node; + } + }); + var left = d3_layout_clusterLeft(root), right = d3_layout_clusterRight(root), x0 = left.x - separation(left, right) / 2, x1 = right.x + separation(right, left) / 2; + d3_layout_hierarchyVisitAfter(root, nodeSize ? function(node) { + node.x = (node.x - root.x) * size[0]; + node.y = (root.y - node.y) * size[1]; + } : function(node) { + node.x = (node.x - x0) / (x1 - x0) * size[0]; + node.y = (1 - (root.y ? node.y / root.y : 1)) * size[1]; + }); + return nodes; + } + cluster.separation = function(x) { + if (!arguments.length) return separation; + separation = x; + return cluster; + }; + cluster.size = function(x) { + if (!arguments.length) return nodeSize ? null : size; + nodeSize = (size = x) == null; + return cluster; + }; + cluster.nodeSize = function(x) { + if (!arguments.length) return nodeSize ? size : null; + nodeSize = (size = x) != null; + return cluster; + }; + return d3_layout_hierarchyRebind(cluster, hierarchy); + }; + function d3_layout_clusterY(children) { + return 1 + d3.max(children, function(child) { + return child.y; + }); + } + function d3_layout_clusterX(children) { + return children.reduce(function(x, child) { + return x + child.x; + }, 0) / children.length; + } + function d3_layout_clusterLeft(node) { + var children = node.children; + return children && children.length ? d3_layout_clusterLeft(children[0]) : node; + } + function d3_layout_clusterRight(node) { + var children = node.children, n; + return children && (n = children.length) ? d3_layout_clusterRight(children[n - 1]) : node; + } + d3.layout.treemap = function() { + var hierarchy = d3.layout.hierarchy(), round = Math.round, size = [ 1, 1 ], padding = null, pad = d3_layout_treemapPadNull, sticky = false, stickies, mode = "squarify", ratio = .5 * (1 + Math.sqrt(5)); + function scale(children, k) { + var i = -1, n = children.length, child, area; + while (++i < n) { + area = (child = children[i]).value * (k < 0 ? 0 : k); + child.area = isNaN(area) || area <= 0 ? 0 : area; + } + } + function squarify(node) { + var children = node.children; + if (children && children.length) { + var rect = pad(node), row = [], remaining = children.slice(), child, best = Infinity, score, u = mode === "slice" ? rect.dx : mode === "dice" ? rect.dy : mode === "slice-dice" ? node.depth & 1 ? rect.dy : rect.dx : Math.min(rect.dx, rect.dy), n; + scale(remaining, rect.dx * rect.dy / node.value); + row.area = 0; + while ((n = remaining.length) > 0) { + row.push(child = remaining[n - 1]); + row.area += child.area; + if (mode !== "squarify" || (score = worst(row, u)) <= best) { + remaining.pop(); + best = score; + } else { + row.area -= row.pop().area; + position(row, u, rect, false); + u = Math.min(rect.dx, rect.dy); + row.length = row.area = 0; + best = Infinity; + } + } + if (row.length) { + position(row, u, rect, true); + row.length = row.area = 0; + } + children.forEach(squarify); + } + } + function stickify(node) { + var children = node.children; + if (children && children.length) { + var rect = pad(node), remaining = children.slice(), child, row = []; + scale(remaining, rect.dx * rect.dy / node.value); + row.area = 0; + while (child = remaining.pop()) { + row.push(child); + row.area += child.area; + if (child.z != null) { + position(row, child.z ? rect.dx : rect.dy, rect, !remaining.length); + row.length = row.area = 0; + } + } + children.forEach(stickify); + } + } + function worst(row, u) { + var s = row.area, r, rmax = 0, rmin = Infinity, i = -1, n = row.length; + while (++i < n) { + if (!(r = row[i].area)) continue; + if (r < rmin) rmin = r; + if (r > rmax) rmax = r; + } + s *= s; + u *= u; + return s ? Math.max(u * rmax * ratio / s, s / (u * rmin * ratio)) : Infinity; + } + function position(row, u, rect, flush) { + var i = -1, n = row.length, x = rect.x, y = rect.y, v = u ? round(row.area / u) : 0, o; + if (u == rect.dx) { + if (flush || v > rect.dy) v = rect.dy; + while (++i < n) { + o = row[i]; + o.x = x; + o.y = y; + o.dy = v; + x += o.dx = Math.min(rect.x + rect.dx - x, v ? round(o.area / v) : 0); + } + o.z = true; + o.dx += rect.x + rect.dx - x; + rect.y += v; + rect.dy -= v; + } else { + if (flush || v > rect.dx) v = rect.dx; + while (++i < n) { + o = row[i]; + o.x = x; + o.y = y; + o.dx = v; + y += o.dy = Math.min(rect.y + rect.dy - y, v ? round(o.area / v) : 0); + } + o.z = false; + o.dy += rect.y + rect.dy - y; + rect.x += v; + rect.dx -= v; + } + } + function treemap(d) { + var nodes = stickies || hierarchy(d), root = nodes[0]; + root.x = 0; + root.y = 0; + root.dx = size[0]; + root.dy = size[1]; + if (stickies) hierarchy.revalue(root); + scale([ root ], root.dx * root.dy / root.value); + (stickies ? stickify : squarify)(root); + if (sticky) stickies = nodes; + return nodes; + } + treemap.size = function(x) { + if (!arguments.length) return size; + size = x; + return treemap; + }; + treemap.padding = function(x) { + if (!arguments.length) return padding; + function padFunction(node) { + var p = x.call(treemap, node, node.depth); + return p == null ? d3_layout_treemapPadNull(node) : d3_layout_treemapPad(node, typeof p === "number" ? [ p, p, p, p ] : p); + } + function padConstant(node) { + return d3_layout_treemapPad(node, x); + } + var type; + pad = (padding = x) == null ? d3_layout_treemapPadNull : (type = typeof x) === "function" ? padFunction : type === "number" ? (x = [ x, x, x, x ], + padConstant) : padConstant; + return treemap; + }; + treemap.round = function(x) { + if (!arguments.length) return round != Number; + round = x ? Math.round : Number; + return treemap; + }; + treemap.sticky = function(x) { + if (!arguments.length) return sticky; + sticky = x; + stickies = null; + return treemap; + }; + treemap.ratio = function(x) { + if (!arguments.length) return ratio; + ratio = x; + return treemap; + }; + treemap.mode = function(x) { + if (!arguments.length) return mode; + mode = x + ""; + return treemap; + }; + return d3_layout_hierarchyRebind(treemap, hierarchy); + }; + function d3_layout_treemapPadNull(node) { + return { + x: node.x, + y: node.y, + dx: node.dx, + dy: node.dy + }; + } + function d3_layout_treemapPad(node, padding) { + var x = node.x + padding[3], y = node.y + padding[0], dx = node.dx - padding[1] - padding[3], dy = node.dy - padding[0] - padding[2]; + if (dx < 0) { + x += dx / 2; + dx = 0; + } + if (dy < 0) { + y += dy / 2; + dy = 0; + } + return { + x: x, + y: y, + dx: dx, + dy: dy + }; + } + d3.random = { + normal: function(µ, σ) { + var n = arguments.length; + if (n < 2) σ = 1; + if (n < 1) µ = 0; + return function() { + var x, y, r; + do { + x = Math.random() * 2 - 1; + y = Math.random() * 2 - 1; + r = x * x + y * y; + } while (!r || r > 1); + return µ + σ * x * Math.sqrt(-2 * Math.log(r) / r); + }; + }, + logNormal: function() { + var random = d3.random.normal.apply(d3, arguments); + return function() { + return Math.exp(random()); + }; + }, + bates: function(m) { + var random = d3.random.irwinHall(m); + return function() { + return random() / m; + }; + }, + irwinHall: function(m) { + return function() { + for (var s = 0, j = 0; j < m; j++) s += Math.random(); + return s; + }; + } + }; + d3.scale = {}; + function d3_scaleExtent(domain) { + var start = domain[0], stop = domain[domain.length - 1]; + return start < stop ? [ start, stop ] : [ stop, start ]; + } + function d3_scaleRange(scale) { + return scale.rangeExtent ? scale.rangeExtent() : d3_scaleExtent(scale.range()); + } + function d3_scale_bilinear(domain, range, uninterpolate, interpolate) { + var u = uninterpolate(domain[0], domain[1]), i = interpolate(range[0], range[1]); + return function(x) { + return i(u(x)); + }; + } + function d3_scale_nice(domain, nice) { + var i0 = 0, i1 = domain.length - 1, x0 = domain[i0], x1 = domain[i1], dx; + if (x1 < x0) { + dx = i0, i0 = i1, i1 = dx; + dx = x0, x0 = x1, x1 = dx; + } + domain[i0] = nice.floor(x0); + domain[i1] = nice.ceil(x1); + return domain; + } + function d3_scale_niceStep(step) { + return step ? { + floor: function(x) { + return Math.floor(x / step) * step; + }, + ceil: function(x) { + return Math.ceil(x / step) * step; + } + } : d3_scale_niceIdentity; + } + var d3_scale_niceIdentity = { + floor: d3_identity, + ceil: d3_identity + }; + function d3_scale_polylinear(domain, range, uninterpolate, interpolate) { + var u = [], i = [], j = 0, k = Math.min(domain.length, range.length) - 1; + if (domain[k] < domain[0]) { + domain = domain.slice().reverse(); + range = range.slice().reverse(); + } + while (++j <= k) { + u.push(uninterpolate(domain[j - 1], domain[j])); + i.push(interpolate(range[j - 1], range[j])); + } + return function(x) { + var j = d3.bisect(domain, x, 1, k) - 1; + return i[j](u[j](x)); + }; + } + d3.scale.linear = function() { + return d3_scale_linear([ 0, 1 ], [ 0, 1 ], d3_interpolate, false); + }; + function d3_scale_linear(domain, range, interpolate, clamp) { + var output, input; + function rescale() { + var linear = Math.min(domain.length, range.length) > 2 ? d3_scale_polylinear : d3_scale_bilinear, uninterpolate = clamp ? d3_uninterpolateClamp : d3_uninterpolateNumber; + output = linear(domain, range, uninterpolate, interpolate); + input = linear(range, domain, uninterpolate, d3_interpolate); + return scale; + } + function scale(x) { + return output(x); + } + scale.invert = function(y) { + return input(y); + }; + scale.domain = function(x) { + if (!arguments.length) return domain; + domain = x.map(Number); + return rescale(); + }; + scale.range = function(x) { + if (!arguments.length) return range; + range = x; + return rescale(); + }; + scale.rangeRound = function(x) { + return scale.range(x).interpolate(d3_interpolateRound); + }; + scale.clamp = function(x) { + if (!arguments.length) return clamp; + clamp = x; + return rescale(); + }; + scale.interpolate = function(x) { + if (!arguments.length) return interpolate; + interpolate = x; + return rescale(); + }; + scale.ticks = function(m) { + return d3_scale_linearTicks(domain, m); + }; + scale.tickFormat = function(m, format) { + return d3_scale_linearTickFormat(domain, m, format); + }; + scale.nice = function(m) { + d3_scale_linearNice(domain, m); + return rescale(); + }; + scale.copy = function() { + return d3_scale_linear(domain, range, interpolate, clamp); + }; + return rescale(); + } + function d3_scale_linearRebind(scale, linear) { + return d3.rebind(scale, linear, "range", "rangeRound", "interpolate", "clamp"); + } + function d3_scale_linearNice(domain, m) { + return d3_scale_nice(domain, d3_scale_niceStep(d3_scale_linearTickRange(domain, m)[2])); + } + function d3_scale_linearTickRange(domain, m) { + if (m == null) m = 10; + var extent = d3_scaleExtent(domain), span = extent[1] - extent[0], step = Math.pow(10, Math.floor(Math.log(span / m) / Math.LN10)), err = m / span * step; + if (err <= .15) step *= 10; else if (err <= .35) step *= 5; else if (err <= .75) step *= 2; + extent[0] = Math.ceil(extent[0] / step) * step; + extent[1] = Math.floor(extent[1] / step) * step + step * .5; + extent[2] = step; + return extent; + } + function d3_scale_linearTicks(domain, m) { + return d3.range.apply(d3, d3_scale_linearTickRange(domain, m)); + } + function d3_scale_linearTickFormat(domain, m, format) { + var range = d3_scale_linearTickRange(domain, m); + if (format) { + var match = d3_format_re.exec(format); + match.shift(); + if (match[8] === "s") { + var prefix = d3.formatPrefix(Math.max(abs(range[0]), abs(range[1]))); + if (!match[7]) match[7] = "." + d3_scale_linearPrecision(prefix.scale(range[2])); + match[8] = "f"; + format = d3.format(match.join("")); + return function(d) { + return format(prefix.scale(d)) + prefix.symbol; + }; + } + if (!match[7]) match[7] = "." + d3_scale_linearFormatPrecision(match[8], range); + format = match.join(""); + } else { + format = ",." + d3_scale_linearPrecision(range[2]) + "f"; + } + return d3.format(format); + } + var d3_scale_linearFormatSignificant = { + s: 1, + g: 1, + p: 1, + r: 1, + e: 1 + }; + function d3_scale_linearPrecision(value) { + return -Math.floor(Math.log(value) / Math.LN10 + .01); + } + function d3_scale_linearFormatPrecision(type, range) { + var p = d3_scale_linearPrecision(range[2]); + return type in d3_scale_linearFormatSignificant ? Math.abs(p - d3_scale_linearPrecision(Math.max(abs(range[0]), abs(range[1])))) + +(type !== "e") : p - (type === "%") * 2; + } + d3.scale.log = function() { + return d3_scale_log(d3.scale.linear().domain([ 0, 1 ]), 10, true, [ 1, 10 ]); + }; + function d3_scale_log(linear, base, positive, domain) { + function log(x) { + return (positive ? Math.log(x < 0 ? 0 : x) : -Math.log(x > 0 ? 0 : -x)) / Math.log(base); + } + function pow(x) { + return positive ? Math.pow(base, x) : -Math.pow(base, -x); + } + function scale(x) { + return linear(log(x)); + } + scale.invert = function(x) { + return pow(linear.invert(x)); + }; + scale.domain = function(x) { + if (!arguments.length) return domain; + positive = x[0] >= 0; + linear.domain((domain = x.map(Number)).map(log)); + return scale; + }; + scale.base = function(_) { + if (!arguments.length) return base; + base = +_; + linear.domain(domain.map(log)); + return scale; + }; + scale.nice = function() { + var niced = d3_scale_nice(domain.map(log), positive ? Math : d3_scale_logNiceNegative); + linear.domain(niced); + domain = niced.map(pow); + return scale; + }; + scale.ticks = function() { + var extent = d3_scaleExtent(domain), ticks = [], u = extent[0], v = extent[1], i = Math.floor(log(u)), j = Math.ceil(log(v)), n = base % 1 ? 2 : base; + if (isFinite(j - i)) { + if (positive) { + for (;i < j; i++) for (var k = 1; k < n; k++) ticks.push(pow(i) * k); + ticks.push(pow(i)); + } else { + ticks.push(pow(i)); + for (;i++ < j; ) for (var k = n - 1; k > 0; k--) ticks.push(pow(i) * k); + } + for (i = 0; ticks[i] < u; i++) {} + for (j = ticks.length; ticks[j - 1] > v; j--) {} + ticks = ticks.slice(i, j); + } + return ticks; + }; + scale.tickFormat = function(n, format) { + if (!arguments.length) return d3_scale_logFormat; + if (arguments.length < 2) format = d3_scale_logFormat; else if (typeof format !== "function") format = d3.format(format); + var k = Math.max(.1, n / scale.ticks().length), f = positive ? (e = 1e-12, Math.ceil) : (e = -1e-12, + Math.floor), e; + return function(d) { + return d / pow(f(log(d) + e)) <= k ? format(d) : ""; + }; + }; + scale.copy = function() { + return d3_scale_log(linear.copy(), base, positive, domain); + }; + return d3_scale_linearRebind(scale, linear); + } + var d3_scale_logFormat = d3.format(".0e"), d3_scale_logNiceNegative = { + floor: function(x) { + return -Math.ceil(-x); + }, + ceil: function(x) { + return -Math.floor(-x); + } + }; + d3.scale.pow = function() { + return d3_scale_pow(d3.scale.linear(), 1, [ 0, 1 ]); + }; + function d3_scale_pow(linear, exponent, domain) { + var powp = d3_scale_powPow(exponent), powb = d3_scale_powPow(1 / exponent); + function scale(x) { + return linear(powp(x)); + } + scale.invert = function(x) { + return powb(linear.invert(x)); + }; + scale.domain = function(x) { + if (!arguments.length) return domain; + linear.domain((domain = x.map(Number)).map(powp)); + return scale; + }; + scale.ticks = function(m) { + return d3_scale_linearTicks(domain, m); + }; + scale.tickFormat = function(m, format) { + return d3_scale_linearTickFormat(domain, m, format); + }; + scale.nice = function(m) { + return scale.domain(d3_scale_linearNice(domain, m)); + }; + scale.exponent = function(x) { + if (!arguments.length) return exponent; + powp = d3_scale_powPow(exponent = x); + powb = d3_scale_powPow(1 / exponent); + linear.domain(domain.map(powp)); + return scale; + }; + scale.copy = function() { + return d3_scale_pow(linear.copy(), exponent, domain); + }; + return d3_scale_linearRebind(scale, linear); + } + function d3_scale_powPow(e) { + return function(x) { + return x < 0 ? -Math.pow(-x, e) : Math.pow(x, e); + }; + } + d3.scale.sqrt = function() { + return d3.scale.pow().exponent(.5); + }; + d3.scale.ordinal = function() { + return d3_scale_ordinal([], { + t: "range", + a: [ [] ] + }); + }; + function d3_scale_ordinal(domain, ranger) { + var index, range, rangeBand; + function scale(x) { + return range[((index.get(x) || (ranger.t === "range" ? index.set(x, domain.push(x)) : NaN)) - 1) % range.length]; + } + function steps(start, step) { + return d3.range(domain.length).map(function(i) { + return start + step * i; + }); + } + scale.domain = function(x) { + if (!arguments.length) return domain; + domain = []; + index = new d3_Map(); + var i = -1, n = x.length, xi; + while (++i < n) if (!index.has(xi = x[i])) index.set(xi, domain.push(xi)); + return scale[ranger.t].apply(scale, ranger.a); + }; + scale.range = function(x) { + if (!arguments.length) return range; + range = x; + rangeBand = 0; + ranger = { + t: "range", + a: arguments + }; + return scale; + }; + scale.rangePoints = function(x, padding) { + if (arguments.length < 2) padding = 0; + var start = x[0], stop = x[1], step = domain.length < 2 ? (start = (start + stop) / 2, + 0) : (stop - start) / (domain.length - 1 + padding); + range = steps(start + step * padding / 2, step); + rangeBand = 0; + ranger = { + t: "rangePoints", + a: arguments + }; + return scale; + }; + scale.rangeRoundPoints = function(x, padding) { + if (arguments.length < 2) padding = 0; + var start = x[0], stop = x[1], step = domain.length < 2 ? (start = stop = Math.round((start + stop) / 2), + 0) : (stop - start) / (domain.length - 1 + padding) | 0; + range = steps(start + Math.round(step * padding / 2 + (stop - start - (domain.length - 1 + padding) * step) / 2), step); + rangeBand = 0; + ranger = { + t: "rangeRoundPoints", + a: arguments + }; + return scale; + }; + scale.rangeBands = function(x, padding, outerPadding) { + if (arguments.length < 2) padding = 0; + if (arguments.length < 3) outerPadding = padding; + var reverse = x[1] < x[0], start = x[reverse - 0], stop = x[1 - reverse], step = (stop - start) / (domain.length - padding + 2 * outerPadding); + range = steps(start + step * outerPadding, step); + if (reverse) range.reverse(); + rangeBand = step * (1 - padding); + ranger = { + t: "rangeBands", + a: arguments + }; + return scale; + }; + scale.rangeRoundBands = function(x, padding, outerPadding) { + if (arguments.length < 2) padding = 0; + if (arguments.length < 3) outerPadding = padding; + var reverse = x[1] < x[0], start = x[reverse - 0], stop = x[1 - reverse], step = Math.floor((stop - start) / (domain.length - padding + 2 * outerPadding)); + range = steps(start + Math.round((stop - start - (domain.length - padding) * step) / 2), step); + if (reverse) range.reverse(); + rangeBand = Math.round(step * (1 - padding)); + ranger = { + t: "rangeRoundBands", + a: arguments + }; + return scale; + }; + scale.rangeBand = function() { + return rangeBand; + }; + scale.rangeExtent = function() { + return d3_scaleExtent(ranger.a[0]); + }; + scale.copy = function() { + return d3_scale_ordinal(domain, ranger); + }; + return scale.domain(domain); + } + d3.scale.category10 = function() { + return d3.scale.ordinal().range(d3_category10); + }; + d3.scale.category20 = function() { + return d3.scale.ordinal().range(d3_category20); + }; + d3.scale.category20b = function() { + return d3.scale.ordinal().range(d3_category20b); + }; + d3.scale.category20c = function() { + return d3.scale.ordinal().range(d3_category20c); + }; + var d3_category10 = [ 2062260, 16744206, 2924588, 14034728, 9725885, 9197131, 14907330, 8355711, 12369186, 1556175 ].map(d3_rgbString); + var d3_category20 = [ 2062260, 11454440, 16744206, 16759672, 2924588, 10018698, 14034728, 16750742, 9725885, 12955861, 9197131, 12885140, 14907330, 16234194, 8355711, 13092807, 12369186, 14408589, 1556175, 10410725 ].map(d3_rgbString); + var d3_category20b = [ 3750777, 5395619, 7040719, 10264286, 6519097, 9216594, 11915115, 13556636, 9202993, 12426809, 15186514, 15190932, 8666169, 11356490, 14049643, 15177372, 8077683, 10834324, 13528509, 14589654 ].map(d3_rgbString); + var d3_category20c = [ 3244733, 7057110, 10406625, 13032431, 15095053, 16616764, 16625259, 16634018, 3253076, 7652470, 10607003, 13101504, 7695281, 10394312, 12369372, 14342891, 6513507, 9868950, 12434877, 14277081 ].map(d3_rgbString); + d3.scale.quantile = function() { + return d3_scale_quantile([], []); + }; + function d3_scale_quantile(domain, range) { + var thresholds; + function rescale() { + var k = 0, q = range.length; + thresholds = []; + while (++k < q) thresholds[k - 1] = d3.quantile(domain, k / q); + return scale; + } + function scale(x) { + if (!isNaN(x = +x)) return range[d3.bisect(thresholds, x)]; + } + scale.domain = function(x) { + if (!arguments.length) return domain; + domain = x.map(d3_number).filter(d3_numeric).sort(d3_ascending); + return rescale(); + }; + scale.range = function(x) { + if (!arguments.length) return range; + range = x; + return rescale(); + }; + scale.quantiles = function() { + return thresholds; + }; + scale.invertExtent = function(y) { + y = range.indexOf(y); + return y < 0 ? [ NaN, NaN ] : [ y > 0 ? thresholds[y - 1] : domain[0], y < thresholds.length ? thresholds[y] : domain[domain.length - 1] ]; + }; + scale.copy = function() { + return d3_scale_quantile(domain, range); + }; + return rescale(); + } + d3.scale.quantize = function() { + return d3_scale_quantize(0, 1, [ 0, 1 ]); + }; + function d3_scale_quantize(x0, x1, range) { + var kx, i; + function scale(x) { + return range[Math.max(0, Math.min(i, Math.floor(kx * (x - x0))))]; + } + function rescale() { + kx = range.length / (x1 - x0); + i = range.length - 1; + return scale; + } + scale.domain = function(x) { + if (!arguments.length) return [ x0, x1 ]; + x0 = +x[0]; + x1 = +x[x.length - 1]; + return rescale(); + }; + scale.range = function(x) { + if (!arguments.length) return range; + range = x; + return rescale(); + }; + scale.invertExtent = function(y) { + y = range.indexOf(y); + y = y < 0 ? NaN : y / kx + x0; + return [ y, y + 1 / kx ]; + }; + scale.copy = function() { + return d3_scale_quantize(x0, x1, range); + }; + return rescale(); + } + d3.scale.threshold = function() { + return d3_scale_threshold([ .5 ], [ 0, 1 ]); + }; + function d3_scale_threshold(domain, range) { + function scale(x) { + if (x <= x) return range[d3.bisect(domain, x)]; + } + scale.domain = function(_) { + if (!arguments.length) return domain; + domain = _; + return scale; + }; + scale.range = function(_) { + if (!arguments.length) return range; + range = _; + return scale; + }; + scale.invertExtent = function(y) { + y = range.indexOf(y); + return [ domain[y - 1], domain[y] ]; + }; + scale.copy = function() { + return d3_scale_threshold(domain, range); + }; + return scale; + } + d3.scale.identity = function() { + return d3_scale_identity([ 0, 1 ]); + }; + function d3_scale_identity(domain) { + function identity(x) { + return +x; + } + identity.invert = identity; + identity.domain = identity.range = function(x) { + if (!arguments.length) return domain; + domain = x.map(identity); + return identity; + }; + identity.ticks = function(m) { + return d3_scale_linearTicks(domain, m); + }; + identity.tickFormat = function(m, format) { + return d3_scale_linearTickFormat(domain, m, format); + }; + identity.copy = function() { + return d3_scale_identity(domain); + }; + return identity; + } + d3.svg = {}; + function d3_zero() { + return 0; + } + d3.svg.arc = function() { + var innerRadius = d3_svg_arcInnerRadius, outerRadius = d3_svg_arcOuterRadius, cornerRadius = d3_zero, padRadius = d3_svg_arcAuto, startAngle = d3_svg_arcStartAngle, endAngle = d3_svg_arcEndAngle, padAngle = d3_svg_arcPadAngle; + function arc() { + var r0 = Math.max(0, +innerRadius.apply(this, arguments)), r1 = Math.max(0, +outerRadius.apply(this, arguments)), a0 = startAngle.apply(this, arguments) - halfπ, a1 = endAngle.apply(this, arguments) - halfπ, da = Math.abs(a1 - a0), cw = a0 > a1 ? 0 : 1; + if (r1 < r0) rc = r1, r1 = r0, r0 = rc; + if (da >= τε) return circleSegment(r1, cw) + (r0 ? circleSegment(r0, 1 - cw) : "") + "Z"; + var rc, cr, rp, ap, p0 = 0, p1 = 0, x0, y0, x1, y1, x2, y2, x3, y3, path = []; + if (ap = (+padAngle.apply(this, arguments) || 0) / 2) { + rp = padRadius === d3_svg_arcAuto ? Math.sqrt(r0 * r0 + r1 * r1) : +padRadius.apply(this, arguments); + if (!cw) p1 *= -1; + if (r1) p1 = d3_asin(rp / r1 * Math.sin(ap)); + if (r0) p0 = d3_asin(rp / r0 * Math.sin(ap)); + } + if (r1) { + x0 = r1 * Math.cos(a0 + p1); + y0 = r1 * Math.sin(a0 + p1); + x1 = r1 * Math.cos(a1 - p1); + y1 = r1 * Math.sin(a1 - p1); + var l1 = Math.abs(a1 - a0 - 2 * p1) <= π ? 0 : 1; + if (p1 && d3_svg_arcSweep(x0, y0, x1, y1) === cw ^ l1) { + var h1 = (a0 + a1) / 2; + x0 = r1 * Math.cos(h1); + y0 = r1 * Math.sin(h1); + x1 = y1 = null; + } + } else { + x0 = y0 = 0; + } + if (r0) { + x2 = r0 * Math.cos(a1 - p0); + y2 = r0 * Math.sin(a1 - p0); + x3 = r0 * Math.cos(a0 + p0); + y3 = r0 * Math.sin(a0 + p0); + var l0 = Math.abs(a0 - a1 + 2 * p0) <= π ? 0 : 1; + if (p0 && d3_svg_arcSweep(x2, y2, x3, y3) === 1 - cw ^ l0) { + var h0 = (a0 + a1) / 2; + x2 = r0 * Math.cos(h0); + y2 = r0 * Math.sin(h0); + x3 = y3 = null; + } + } else { + x2 = y2 = 0; + } + if ((rc = Math.min(Math.abs(r1 - r0) / 2, +cornerRadius.apply(this, arguments))) > .001) { + cr = r0 < r1 ^ cw ? 0 : 1; + var oc = x3 == null ? [ x2, y2 ] : x1 == null ? [ x0, y0 ] : d3_geom_polygonIntersect([ x0, y0 ], [ x3, y3 ], [ x1, y1 ], [ x2, y2 ]), ax = x0 - oc[0], ay = y0 - oc[1], bx = x1 - oc[0], by = y1 - oc[1], kc = 1 / Math.sin(Math.acos((ax * bx + ay * by) / (Math.sqrt(ax * ax + ay * ay) * Math.sqrt(bx * bx + by * by))) / 2), lc = Math.sqrt(oc[0] * oc[0] + oc[1] * oc[1]); + if (x1 != null) { + var rc1 = Math.min(rc, (r1 - lc) / (kc + 1)), t30 = d3_svg_arcCornerTangents(x3 == null ? [ x2, y2 ] : [ x3, y3 ], [ x0, y0 ], r1, rc1, cw), t12 = d3_svg_arcCornerTangents([ x1, y1 ], [ x2, y2 ], r1, rc1, cw); + if (rc === rc1) { + path.push("M", t30[0], "A", rc1, ",", rc1, " 0 0,", cr, " ", t30[1], "A", r1, ",", r1, " 0 ", 1 - cw ^ d3_svg_arcSweep(t30[1][0], t30[1][1], t12[1][0], t12[1][1]), ",", cw, " ", t12[1], "A", rc1, ",", rc1, " 0 0,", cr, " ", t12[0]); + } else { + path.push("M", t30[0], "A", rc1, ",", rc1, " 0 1,", cr, " ", t12[0]); + } + } else { + path.push("M", x0, ",", y0); + } + if (x3 != null) { + var rc0 = Math.min(rc, (r0 - lc) / (kc - 1)), t03 = d3_svg_arcCornerTangents([ x0, y0 ], [ x3, y3 ], r0, -rc0, cw), t21 = d3_svg_arcCornerTangents([ x2, y2 ], x1 == null ? [ x0, y0 ] : [ x1, y1 ], r0, -rc0, cw); + if (rc === rc0) { + path.push("L", t21[0], "A", rc0, ",", rc0, " 0 0,", cr, " ", t21[1], "A", r0, ",", r0, " 0 ", cw ^ d3_svg_arcSweep(t21[1][0], t21[1][1], t03[1][0], t03[1][1]), ",", 1 - cw, " ", t03[1], "A", rc0, ",", rc0, " 0 0,", cr, " ", t03[0]); + } else { + path.push("L", t21[0], "A", rc0, ",", rc0, " 0 0,", cr, " ", t03[0]); + } + } else { + path.push("L", x2, ",", y2); + } + } else { + path.push("M", x0, ",", y0); + if (x1 != null) path.push("A", r1, ",", r1, " 0 ", l1, ",", cw, " ", x1, ",", y1); + path.push("L", x2, ",", y2); + if (x3 != null) path.push("A", r0, ",", r0, " 0 ", l0, ",", 1 - cw, " ", x3, ",", y3); + } + path.push("Z"); + return path.join(""); + } + function circleSegment(r1, cw) { + return "M0," + r1 + "A" + r1 + "," + r1 + " 0 1," + cw + " 0," + -r1 + "A" + r1 + "," + r1 + " 0 1," + cw + " 0," + r1; + } + arc.innerRadius = function(v) { + if (!arguments.length) return innerRadius; + innerRadius = d3_functor(v); + return arc; + }; + arc.outerRadius = function(v) { + if (!arguments.length) return outerRadius; + outerRadius = d3_functor(v); + return arc; + }; + arc.cornerRadius = function(v) { + if (!arguments.length) return cornerRadius; + cornerRadius = d3_functor(v); + return arc; + }; + arc.padRadius = function(v) { + if (!arguments.length) return padRadius; + padRadius = v == d3_svg_arcAuto ? d3_svg_arcAuto : d3_functor(v); + return arc; + }; + arc.startAngle = function(v) { + if (!arguments.length) return startAngle; + startAngle = d3_functor(v); + return arc; + }; + arc.endAngle = function(v) { + if (!arguments.length) return endAngle; + endAngle = d3_functor(v); + return arc; + }; + arc.padAngle = function(v) { + if (!arguments.length) return padAngle; + padAngle = d3_functor(v); + return arc; + }; + arc.centroid = function() { + var r = (+innerRadius.apply(this, arguments) + +outerRadius.apply(this, arguments)) / 2, a = (+startAngle.apply(this, arguments) + +endAngle.apply(this, arguments)) / 2 - halfπ; + return [ Math.cos(a) * r, Math.sin(a) * r ]; + }; + return arc; + }; + var d3_svg_arcAuto = "auto"; + function d3_svg_arcInnerRadius(d) { + return d.innerRadius; + } + function d3_svg_arcOuterRadius(d) { + return d.outerRadius; + } + function d3_svg_arcStartAngle(d) { + return d.startAngle; + } + function d3_svg_arcEndAngle(d) { + return d.endAngle; + } + function d3_svg_arcPadAngle(d) { + return d && d.padAngle; + } + function d3_svg_arcSweep(x0, y0, x1, y1) { + return (x0 - x1) * y0 - (y0 - y1) * x0 > 0 ? 0 : 1; + } + function d3_svg_arcCornerTangents(p0, p1, r1, rc, cw) { + var x01 = p0[0] - p1[0], y01 = p0[1] - p1[1], lo = (cw ? rc : -rc) / Math.sqrt(x01 * x01 + y01 * y01), ox = lo * y01, oy = -lo * x01, x1 = p0[0] + ox, y1 = p0[1] + oy, x2 = p1[0] + ox, y2 = p1[1] + oy, x3 = (x1 + x2) / 2, y3 = (y1 + y2) / 2, dx = x2 - x1, dy = y2 - y1, d2 = dx * dx + dy * dy, r = r1 - rc, D = x1 * y2 - x2 * y1, d = (dy < 0 ? -1 : 1) * Math.sqrt(r * r * d2 - D * D), cx0 = (D * dy - dx * d) / d2, cy0 = (-D * dx - dy * d) / d2, cx1 = (D * dy + dx * d) / d2, cy1 = (-D * dx + dy * d) / d2, dx0 = cx0 - x3, dy0 = cy0 - y3, dx1 = cx1 - x3, dy1 = cy1 - y3; + if (dx0 * dx0 + dy0 * dy0 > dx1 * dx1 + dy1 * dy1) cx0 = cx1, cy0 = cy1; + return [ [ cx0 - ox, cy0 - oy ], [ cx0 * r1 / r, cy0 * r1 / r ] ]; + } + function d3_svg_line(projection) { + var x = d3_geom_pointX, y = d3_geom_pointY, defined = d3_true, interpolate = d3_svg_lineLinear, interpolateKey = interpolate.key, tension = .7; + function line(data) { + var segments = [], points = [], i = -1, n = data.length, d, fx = d3_functor(x), fy = d3_functor(y); + function segment() { + segments.push("M", interpolate(projection(points), tension)); + } + while (++i < n) { + if (defined.call(this, d = data[i], i)) { + points.push([ +fx.call(this, d, i), +fy.call(this, d, i) ]); + } else if (points.length) { + segment(); + points = []; + } + } + if (points.length) segment(); + return segments.length ? segments.join("") : null; + } + line.x = function(_) { + if (!arguments.length) return x; + x = _; + return line; + }; + line.y = function(_) { + if (!arguments.length) return y; + y = _; + return line; + }; + line.defined = function(_) { + if (!arguments.length) return defined; + defined = _; + return line; + }; + line.interpolate = function(_) { + if (!arguments.length) return interpolateKey; + if (typeof _ === "function") interpolateKey = interpolate = _; else interpolateKey = (interpolate = d3_svg_lineInterpolators.get(_) || d3_svg_lineLinear).key; + return line; + }; + line.tension = function(_) { + if (!arguments.length) return tension; + tension = _; + return line; + }; + return line; + } + d3.svg.line = function() { + return d3_svg_line(d3_identity); + }; + var d3_svg_lineInterpolators = d3.map({ + linear: d3_svg_lineLinear, + "linear-closed": d3_svg_lineLinearClosed, + step: d3_svg_lineStep, + "step-before": d3_svg_lineStepBefore, + "step-after": d3_svg_lineStepAfter, + basis: d3_svg_lineBasis, + "basis-open": d3_svg_lineBasisOpen, + "basis-closed": d3_svg_lineBasisClosed, + bundle: d3_svg_lineBundle, + cardinal: d3_svg_lineCardinal, + "cardinal-open": d3_svg_lineCardinalOpen, + "cardinal-closed": d3_svg_lineCardinalClosed, + monotone: d3_svg_lineMonotone + }); + d3_svg_lineInterpolators.forEach(function(key, value) { + value.key = key; + value.closed = /-closed$/.test(key); + }); + function d3_svg_lineLinear(points) { + return points.join("L"); + } + function d3_svg_lineLinearClosed(points) { + return d3_svg_lineLinear(points) + "Z"; + } + function d3_svg_lineStep(points) { + var i = 0, n = points.length, p = points[0], path = [ p[0], ",", p[1] ]; + while (++i < n) path.push("H", (p[0] + (p = points[i])[0]) / 2, "V", p[1]); + if (n > 1) path.push("H", p[0]); + return path.join(""); + } + function d3_svg_lineStepBefore(points) { + var i = 0, n = points.length, p = points[0], path = [ p[0], ",", p[1] ]; + while (++i < n) path.push("V", (p = points[i])[1], "H", p[0]); + return path.join(""); + } + function d3_svg_lineStepAfter(points) { + var i = 0, n = points.length, p = points[0], path = [ p[0], ",", p[1] ]; + while (++i < n) path.push("H", (p = points[i])[0], "V", p[1]); + return path.join(""); + } + function d3_svg_lineCardinalOpen(points, tension) { + return points.length < 4 ? d3_svg_lineLinear(points) : points[1] + d3_svg_lineHermite(points.slice(1, -1), d3_svg_lineCardinalTangents(points, tension)); + } + function d3_svg_lineCardinalClosed(points, tension) { + return points.length < 3 ? d3_svg_lineLinear(points) : points[0] + d3_svg_lineHermite((points.push(points[0]), + points), d3_svg_lineCardinalTangents([ points[points.length - 2] ].concat(points, [ points[1] ]), tension)); + } + function d3_svg_lineCardinal(points, tension) { + return points.length < 3 ? d3_svg_lineLinear(points) : points[0] + d3_svg_lineHermite(points, d3_svg_lineCardinalTangents(points, tension)); + } + function d3_svg_lineHermite(points, tangents) { + if (tangents.length < 1 || points.length != tangents.length && points.length != tangents.length + 2) { + return d3_svg_lineLinear(points); + } + var quad = points.length != tangents.length, path = "", p0 = points[0], p = points[1], t0 = tangents[0], t = t0, pi = 1; + if (quad) { + path += "Q" + (p[0] - t0[0] * 2 / 3) + "," + (p[1] - t0[1] * 2 / 3) + "," + p[0] + "," + p[1]; + p0 = points[1]; + pi = 2; + } + if (tangents.length > 1) { + t = tangents[1]; + p = points[pi]; + pi++; + path += "C" + (p0[0] + t0[0]) + "," + (p0[1] + t0[1]) + "," + (p[0] - t[0]) + "," + (p[1] - t[1]) + "," + p[0] + "," + p[1]; + for (var i = 2; i < tangents.length; i++, pi++) { + p = points[pi]; + t = tangents[i]; + path += "S" + (p[0] - t[0]) + "," + (p[1] - t[1]) + "," + p[0] + "," + p[1]; + } + } + if (quad) { + var lp = points[pi]; + path += "Q" + (p[0] + t[0] * 2 / 3) + "," + (p[1] + t[1] * 2 / 3) + "," + lp[0] + "," + lp[1]; + } + return path; + } + function d3_svg_lineCardinalTangents(points, tension) { + var tangents = [], a = (1 - tension) / 2, p0, p1 = points[0], p2 = points[1], i = 1, n = points.length; + while (++i < n) { + p0 = p1; + p1 = p2; + p2 = points[i]; + tangents.push([ a * (p2[0] - p0[0]), a * (p2[1] - p0[1]) ]); + } + return tangents; + } + function d3_svg_lineBasis(points) { + if (points.length < 3) return d3_svg_lineLinear(points); + var i = 1, n = points.length, pi = points[0], x0 = pi[0], y0 = pi[1], px = [ x0, x0, x0, (pi = points[1])[0] ], py = [ y0, y0, y0, pi[1] ], path = [ x0, ",", y0, "L", d3_svg_lineDot4(d3_svg_lineBasisBezier3, px), ",", d3_svg_lineDot4(d3_svg_lineBasisBezier3, py) ]; + points.push(points[n - 1]); + while (++i <= n) { + pi = points[i]; + px.shift(); + px.push(pi[0]); + py.shift(); + py.push(pi[1]); + d3_svg_lineBasisBezier(path, px, py); + } + points.pop(); + path.push("L", pi); + return path.join(""); + } + function d3_svg_lineBasisOpen(points) { + if (points.length < 4) return d3_svg_lineLinear(points); + var path = [], i = -1, n = points.length, pi, px = [ 0 ], py = [ 0 ]; + while (++i < 3) { + pi = points[i]; + px.push(pi[0]); + py.push(pi[1]); + } + path.push(d3_svg_lineDot4(d3_svg_lineBasisBezier3, px) + "," + d3_svg_lineDot4(d3_svg_lineBasisBezier3, py)); + --i; + while (++i < n) { + pi = points[i]; + px.shift(); + px.push(pi[0]); + py.shift(); + py.push(pi[1]); + d3_svg_lineBasisBezier(path, px, py); + } + return path.join(""); + } + function d3_svg_lineBasisClosed(points) { + var path, i = -1, n = points.length, m = n + 4, pi, px = [], py = []; + while (++i < 4) { + pi = points[i % n]; + px.push(pi[0]); + py.push(pi[1]); + } + path = [ d3_svg_lineDot4(d3_svg_lineBasisBezier3, px), ",", d3_svg_lineDot4(d3_svg_lineBasisBezier3, py) ]; + --i; + while (++i < m) { + pi = points[i % n]; + px.shift(); + px.push(pi[0]); + py.shift(); + py.push(pi[1]); + d3_svg_lineBasisBezier(path, px, py); + } + return path.join(""); + } + function d3_svg_lineBundle(points, tension) { + var n = points.length - 1; + if (n) { + var x0 = points[0][0], y0 = points[0][1], dx = points[n][0] - x0, dy = points[n][1] - y0, i = -1, p, t; + while (++i <= n) { + p = points[i]; + t = i / n; + p[0] = tension * p[0] + (1 - tension) * (x0 + t * dx); + p[1] = tension * p[1] + (1 - tension) * (y0 + t * dy); + } + } + return d3_svg_lineBasis(points); + } + function d3_svg_lineDot4(a, b) { + return a[0] * b[0] + a[1] * b[1] + a[2] * b[2] + a[3] * b[3]; + } + var d3_svg_lineBasisBezier1 = [ 0, 2 / 3, 1 / 3, 0 ], d3_svg_lineBasisBezier2 = [ 0, 1 / 3, 2 / 3, 0 ], d3_svg_lineBasisBezier3 = [ 0, 1 / 6, 2 / 3, 1 / 6 ]; + function d3_svg_lineBasisBezier(path, x, y) { + path.push("C", d3_svg_lineDot4(d3_svg_lineBasisBezier1, x), ",", d3_svg_lineDot4(d3_svg_lineBasisBezier1, y), ",", d3_svg_lineDot4(d3_svg_lineBasisBezier2, x), ",", d3_svg_lineDot4(d3_svg_lineBasisBezier2, y), ",", d3_svg_lineDot4(d3_svg_lineBasisBezier3, x), ",", d3_svg_lineDot4(d3_svg_lineBasisBezier3, y)); + } + function d3_svg_lineSlope(p0, p1) { + return (p1[1] - p0[1]) / (p1[0] - p0[0]); + } + function d3_svg_lineFiniteDifferences(points) { + var i = 0, j = points.length - 1, m = [], p0 = points[0], p1 = points[1], d = m[0] = d3_svg_lineSlope(p0, p1); + while (++i < j) { + m[i] = (d + (d = d3_svg_lineSlope(p0 = p1, p1 = points[i + 1]))) / 2; + } + m[i] = d; + return m; + } + function d3_svg_lineMonotoneTangents(points) { + var tangents = [], d, a, b, s, m = d3_svg_lineFiniteDifferences(points), i = -1, j = points.length - 1; + while (++i < j) { + d = d3_svg_lineSlope(points[i], points[i + 1]); + if (abs(d) < ε) { + m[i] = m[i + 1] = 0; + } else { + a = m[i] / d; + b = m[i + 1] / d; + s = a * a + b * b; + if (s > 9) { + s = d * 3 / Math.sqrt(s); + m[i] = s * a; + m[i + 1] = s * b; + } + } + } + i = -1; + while (++i <= j) { + s = (points[Math.min(j, i + 1)][0] - points[Math.max(0, i - 1)][0]) / (6 * (1 + m[i] * m[i])); + tangents.push([ s || 0, m[i] * s || 0 ]); + } + return tangents; + } + function d3_svg_lineMonotone(points) { + return points.length < 3 ? d3_svg_lineLinear(points) : points[0] + d3_svg_lineHermite(points, d3_svg_lineMonotoneTangents(points)); + } + d3.svg.line.radial = function() { + var line = d3_svg_line(d3_svg_lineRadial); + line.radius = line.x, delete line.x; + line.angle = line.y, delete line.y; + return line; + }; + function d3_svg_lineRadial(points) { + var point, i = -1, n = points.length, r, a; + while (++i < n) { + point = points[i]; + r = point[0]; + a = point[1] - halfπ; + point[0] = r * Math.cos(a); + point[1] = r * Math.sin(a); + } + return points; + } + function d3_svg_area(projection) { + var x0 = d3_geom_pointX, x1 = d3_geom_pointX, y0 = 0, y1 = d3_geom_pointY, defined = d3_true, interpolate = d3_svg_lineLinear, interpolateKey = interpolate.key, interpolateReverse = interpolate, L = "L", tension = .7; + function area(data) { + var segments = [], points0 = [], points1 = [], i = -1, n = data.length, d, fx0 = d3_functor(x0), fy0 = d3_functor(y0), fx1 = x0 === x1 ? function() { + return x; + } : d3_functor(x1), fy1 = y0 === y1 ? function() { + return y; + } : d3_functor(y1), x, y; + function segment() { + segments.push("M", interpolate(projection(points1), tension), L, interpolateReverse(projection(points0.reverse()), tension), "Z"); + } + while (++i < n) { + if (defined.call(this, d = data[i], i)) { + points0.push([ x = +fx0.call(this, d, i), y = +fy0.call(this, d, i) ]); + points1.push([ +fx1.call(this, d, i), +fy1.call(this, d, i) ]); + } else if (points0.length) { + segment(); + points0 = []; + points1 = []; + } + } + if (points0.length) segment(); + return segments.length ? segments.join("") : null; + } + area.x = function(_) { + if (!arguments.length) return x1; + x0 = x1 = _; + return area; + }; + area.x0 = function(_) { + if (!arguments.length) return x0; + x0 = _; + return area; + }; + area.x1 = function(_) { + if (!arguments.length) return x1; + x1 = _; + return area; + }; + area.y = function(_) { + if (!arguments.length) return y1; + y0 = y1 = _; + return area; + }; + area.y0 = function(_) { + if (!arguments.length) return y0; + y0 = _; + return area; + }; + area.y1 = function(_) { + if (!arguments.length) return y1; + y1 = _; + return area; + }; + area.defined = function(_) { + if (!arguments.length) return defined; + defined = _; + return area; + }; + area.interpolate = function(_) { + if (!arguments.length) return interpolateKey; + if (typeof _ === "function") interpolateKey = interpolate = _; else interpolateKey = (interpolate = d3_svg_lineInterpolators.get(_) || d3_svg_lineLinear).key; + interpolateReverse = interpolate.reverse || interpolate; + L = interpolate.closed ? "M" : "L"; + return area; + }; + area.tension = function(_) { + if (!arguments.length) return tension; + tension = _; + return area; + }; + return area; + } + d3_svg_lineStepBefore.reverse = d3_svg_lineStepAfter; + d3_svg_lineStepAfter.reverse = d3_svg_lineStepBefore; + d3.svg.area = function() { + return d3_svg_area(d3_identity); + }; + d3.svg.area.radial = function() { + var area = d3_svg_area(d3_svg_lineRadial); + area.radius = area.x, delete area.x; + area.innerRadius = area.x0, delete area.x0; + area.outerRadius = area.x1, delete area.x1; + area.angle = area.y, delete area.y; + area.startAngle = area.y0, delete area.y0; + area.endAngle = area.y1, delete area.y1; + return area; + }; + d3.svg.chord = function() { + var source = d3_source, target = d3_target, radius = d3_svg_chordRadius, startAngle = d3_svg_arcStartAngle, endAngle = d3_svg_arcEndAngle; + function chord(d, i) { + var s = subgroup(this, source, d, i), t = subgroup(this, target, d, i); + return "M" + s.p0 + arc(s.r, s.p1, s.a1 - s.a0) + (equals(s, t) ? curve(s.r, s.p1, s.r, s.p0) : curve(s.r, s.p1, t.r, t.p0) + arc(t.r, t.p1, t.a1 - t.a0) + curve(t.r, t.p1, s.r, s.p0)) + "Z"; + } + function subgroup(self, f, d, i) { + var subgroup = f.call(self, d, i), r = radius.call(self, subgroup, i), a0 = startAngle.call(self, subgroup, i) - halfπ, a1 = endAngle.call(self, subgroup, i) - halfπ; + return { + r: r, + a0: a0, + a1: a1, + p0: [ r * Math.cos(a0), r * Math.sin(a0) ], + p1: [ r * Math.cos(a1), r * Math.sin(a1) ] + }; + } + function equals(a, b) { + return a.a0 == b.a0 && a.a1 == b.a1; + } + function arc(r, p, a) { + return "A" + r + "," + r + " 0 " + +(a > π) + ",1 " + p; + } + function curve(r0, p0, r1, p1) { + return "Q 0,0 " + p1; + } + chord.radius = function(v) { + if (!arguments.length) return radius; + radius = d3_functor(v); + return chord; + }; + chord.source = function(v) { + if (!arguments.length) return source; + source = d3_functor(v); + return chord; + }; + chord.target = function(v) { + if (!arguments.length) return target; + target = d3_functor(v); + return chord; + }; + chord.startAngle = function(v) { + if (!arguments.length) return startAngle; + startAngle = d3_functor(v); + return chord; + }; + chord.endAngle = function(v) { + if (!arguments.length) return endAngle; + endAngle = d3_functor(v); + return chord; + }; + return chord; + }; + function d3_svg_chordRadius(d) { + return d.radius; + } + d3.svg.diagonal = function() { + var source = d3_source, target = d3_target, projection = d3_svg_diagonalProjection; + function diagonal(d, i) { + var p0 = source.call(this, d, i), p3 = target.call(this, d, i), m = (p0.y + p3.y) / 2, p = [ p0, { + x: p0.x, + y: m + }, { + x: p3.x, + y: m + }, p3 ]; + p = p.map(projection); + return "M" + p[0] + "C" + p[1] + " " + p[2] + " " + p[3]; + } + diagonal.source = function(x) { + if (!arguments.length) return source; + source = d3_functor(x); + return diagonal; + }; + diagonal.target = function(x) { + if (!arguments.length) return target; + target = d3_functor(x); + return diagonal; + }; + diagonal.projection = function(x) { + if (!arguments.length) return projection; + projection = x; + return diagonal; + }; + return diagonal; + }; + function d3_svg_diagonalProjection(d) { + return [ d.x, d.y ]; + } + d3.svg.diagonal.radial = function() { + var diagonal = d3.svg.diagonal(), projection = d3_svg_diagonalProjection, projection_ = diagonal.projection; + diagonal.projection = function(x) { + return arguments.length ? projection_(d3_svg_diagonalRadialProjection(projection = x)) : projection; + }; + return diagonal; + }; + function d3_svg_diagonalRadialProjection(projection) { + return function() { + var d = projection.apply(this, arguments), r = d[0], a = d[1] - halfπ; + return [ r * Math.cos(a), r * Math.sin(a) ]; + }; + } + d3.svg.symbol = function() { + var type = d3_svg_symbolType, size = d3_svg_symbolSize; + function symbol(d, i) { + return (d3_svg_symbols.get(type.call(this, d, i)) || d3_svg_symbolCircle)(size.call(this, d, i)); + } + symbol.type = function(x) { + if (!arguments.length) return type; + type = d3_functor(x); + return symbol; + }; + symbol.size = function(x) { + if (!arguments.length) return size; + size = d3_functor(x); + return symbol; + }; + return symbol; + }; + function d3_svg_symbolSize() { + return 64; + } + function d3_svg_symbolType() { + return "circle"; + } + function d3_svg_symbolCircle(size) { + var r = Math.sqrt(size / π); + return "M0," + r + "A" + r + "," + r + " 0 1,1 0," + -r + "A" + r + "," + r + " 0 1,1 0," + r + "Z"; + } + var d3_svg_symbols = d3.map({ + circle: d3_svg_symbolCircle, + cross: function(size) { + var r = Math.sqrt(size / 5) / 2; + return "M" + -3 * r + "," + -r + "H" + -r + "V" + -3 * r + "H" + r + "V" + -r + "H" + 3 * r + "V" + r + "H" + r + "V" + 3 * r + "H" + -r + "V" + r + "H" + -3 * r + "Z"; + }, + diamond: function(size) { + var ry = Math.sqrt(size / (2 * d3_svg_symbolTan30)), rx = ry * d3_svg_symbolTan30; + return "M0," + -ry + "L" + rx + ",0" + " 0," + ry + " " + -rx + ",0" + "Z"; + }, + square: function(size) { + var r = Math.sqrt(size) / 2; + return "M" + -r + "," + -r + "L" + r + "," + -r + " " + r + "," + r + " " + -r + "," + r + "Z"; + }, + "triangle-down": function(size) { + var rx = Math.sqrt(size / d3_svg_symbolSqrt3), ry = rx * d3_svg_symbolSqrt3 / 2; + return "M0," + ry + "L" + rx + "," + -ry + " " + -rx + "," + -ry + "Z"; + }, + "triangle-up": function(size) { + var rx = Math.sqrt(size / d3_svg_symbolSqrt3), ry = rx * d3_svg_symbolSqrt3 / 2; + return "M0," + -ry + "L" + rx + "," + ry + " " + -rx + "," + ry + "Z"; + } + }); + d3.svg.symbolTypes = d3_svg_symbols.keys(); + var d3_svg_symbolSqrt3 = Math.sqrt(3), d3_svg_symbolTan30 = Math.tan(30 * d3_radians); + d3_selectionPrototype.transition = function(name) { + var id = d3_transitionInheritId || ++d3_transitionId, ns = d3_transitionNamespace(name), subgroups = [], subgroup, node, transition = d3_transitionInherit || { + time: Date.now(), + ease: d3_ease_cubicInOut, + delay: 0, + duration: 250 + }; + for (var j = -1, m = this.length; ++j < m; ) { + subgroups.push(subgroup = []); + for (var group = this[j], i = -1, n = group.length; ++i < n; ) { + if (node = group[i]) d3_transitionNode(node, i, ns, id, transition); + subgroup.push(node); + } + } + return d3_transition(subgroups, ns, id); + }; + d3_selectionPrototype.interrupt = function(name) { + return this.each(name == null ? d3_selection_interrupt : d3_selection_interruptNS(d3_transitionNamespace(name))); + }; + var d3_selection_interrupt = d3_selection_interruptNS(d3_transitionNamespace()); + function d3_selection_interruptNS(ns) { + return function() { + var lock, active; + if ((lock = this[ns]) && (active = lock[lock.active])) { + if (--lock.count) delete lock[lock.active]; else delete this[ns]; + lock.active += .5; + active.event && active.event.interrupt.call(this, this.__data__, active.index); + } + }; + } + function d3_transition(groups, ns, id) { + d3_subclass(groups, d3_transitionPrototype); + groups.namespace = ns; + groups.id = id; + return groups; + } + var d3_transitionPrototype = [], d3_transitionId = 0, d3_transitionInheritId, d3_transitionInherit; + d3_transitionPrototype.call = d3_selectionPrototype.call; + d3_transitionPrototype.empty = d3_selectionPrototype.empty; + d3_transitionPrototype.node = d3_selectionPrototype.node; + d3_transitionPrototype.size = d3_selectionPrototype.size; + d3.transition = function(selection, name) { + return selection && selection.transition ? d3_transitionInheritId ? selection.transition(name) : selection : d3.selection().transition(selection); + }; + d3.transition.prototype = d3_transitionPrototype; + d3_transitionPrototype.select = function(selector) { + var id = this.id, ns = this.namespace, subgroups = [], subgroup, subnode, node; + selector = d3_selection_selector(selector); + for (var j = -1, m = this.length; ++j < m; ) { + subgroups.push(subgroup = []); + for (var group = this[j], i = -1, n = group.length; ++i < n; ) { + if ((node = group[i]) && (subnode = selector.call(node, node.__data__, i, j))) { + if ("__data__" in node) subnode.__data__ = node.__data__; + d3_transitionNode(subnode, i, ns, id, node[ns][id]); + subgroup.push(subnode); + } else { + subgroup.push(null); + } + } + } + return d3_transition(subgroups, ns, id); + }; + d3_transitionPrototype.selectAll = function(selector) { + var id = this.id, ns = this.namespace, subgroups = [], subgroup, subnodes, node, subnode, transition; + selector = d3_selection_selectorAll(selector); + for (var j = -1, m = this.length; ++j < m; ) { + for (var group = this[j], i = -1, n = group.length; ++i < n; ) { + if (node = group[i]) { + transition = node[ns][id]; + subnodes = selector.call(node, node.__data__, i, j); + subgroups.push(subgroup = []); + for (var k = -1, o = subnodes.length; ++k < o; ) { + if (subnode = subnodes[k]) d3_transitionNode(subnode, k, ns, id, transition); + subgroup.push(subnode); + } + } + } + } + return d3_transition(subgroups, ns, id); + }; + d3_transitionPrototype.filter = function(filter) { + var subgroups = [], subgroup, group, node; + if (typeof filter !== "function") filter = d3_selection_filter(filter); + for (var j = 0, m = this.length; j < m; j++) { + subgroups.push(subgroup = []); + for (var group = this[j], i = 0, n = group.length; i < n; i++) { + if ((node = group[i]) && filter.call(node, node.__data__, i, j)) { + subgroup.push(node); + } + } + } + return d3_transition(subgroups, this.namespace, this.id); + }; + d3_transitionPrototype.tween = function(name, tween) { + var id = this.id, ns = this.namespace; + if (arguments.length < 2) return this.node()[ns][id].tween.get(name); + return d3_selection_each(this, tween == null ? function(node) { + node[ns][id].tween.remove(name); + } : function(node) { + node[ns][id].tween.set(name, tween); + }); + }; + function d3_transition_tween(groups, name, value, tween) { + var id = groups.id, ns = groups.namespace; + return d3_selection_each(groups, typeof value === "function" ? function(node, i, j) { + node[ns][id].tween.set(name, tween(value.call(node, node.__data__, i, j))); + } : (value = tween(value), function(node) { + node[ns][id].tween.set(name, value); + })); + } + d3_transitionPrototype.attr = function(nameNS, value) { + if (arguments.length < 2) { + for (value in nameNS) this.attr(value, nameNS[value]); + return this; + } + var interpolate = nameNS == "transform" ? d3_interpolateTransform : d3_interpolate, name = d3.ns.qualify(nameNS); + function attrNull() { + this.removeAttribute(name); + } + function attrNullNS() { + this.removeAttributeNS(name.space, name.local); + } + function attrTween(b) { + return b == null ? attrNull : (b += "", function() { + var a = this.getAttribute(name), i; + return a !== b && (i = interpolate(a, b), function(t) { + this.setAttribute(name, i(t)); + }); + }); + } + function attrTweenNS(b) { + return b == null ? attrNullNS : (b += "", function() { + var a = this.getAttributeNS(name.space, name.local), i; + return a !== b && (i = interpolate(a, b), function(t) { + this.setAttributeNS(name.space, name.local, i(t)); + }); + }); + } + return d3_transition_tween(this, "attr." + nameNS, value, name.local ? attrTweenNS : attrTween); + }; + d3_transitionPrototype.attrTween = function(nameNS, tween) { + var name = d3.ns.qualify(nameNS); + function attrTween(d, i) { + var f = tween.call(this, d, i, this.getAttribute(name)); + return f && function(t) { + this.setAttribute(name, f(t)); + }; + } + function attrTweenNS(d, i) { + var f = tween.call(this, d, i, this.getAttributeNS(name.space, name.local)); + return f && function(t) { + this.setAttributeNS(name.space, name.local, f(t)); + }; + } + return this.tween("attr." + nameNS, name.local ? attrTweenNS : attrTween); + }; + d3_transitionPrototype.style = function(name, value, priority) { + var n = arguments.length; + if (n < 3) { + if (typeof name !== "string") { + if (n < 2) value = ""; + for (priority in name) this.style(priority, name[priority], value); + return this; + } + priority = ""; + } + function styleNull() { + this.style.removeProperty(name); + } + function styleString(b) { + return b == null ? styleNull : (b += "", function() { + var a = d3_window(this).getComputedStyle(this, null).getPropertyValue(name), i; + return a !== b && (i = d3_interpolate(a, b), function(t) { + this.style.setProperty(name, i(t), priority); + }); + }); + } + return d3_transition_tween(this, "style." + name, value, styleString); + }; + d3_transitionPrototype.styleTween = function(name, tween, priority) { + if (arguments.length < 3) priority = ""; + function styleTween(d, i) { + var f = tween.call(this, d, i, d3_window(this).getComputedStyle(this, null).getPropertyValue(name)); + return f && function(t) { + this.style.setProperty(name, f(t), priority); + }; + } + return this.tween("style." + name, styleTween); + }; + d3_transitionPrototype.text = function(value) { + return d3_transition_tween(this, "text", value, d3_transition_text); + }; + function d3_transition_text(b) { + if (b == null) b = ""; + return function() { + this.textContent = b; + }; + } + d3_transitionPrototype.remove = function() { + var ns = this.namespace; + return this.each("end.transition", function() { + var p; + if (this[ns].count < 2 && (p = this.parentNode)) p.removeChild(this); + }); + }; + d3_transitionPrototype.ease = function(value) { + var id = this.id, ns = this.namespace; + if (arguments.length < 1) return this.node()[ns][id].ease; + if (typeof value !== "function") value = d3.ease.apply(d3, arguments); + return d3_selection_each(this, function(node) { + node[ns][id].ease = value; + }); + }; + d3_transitionPrototype.delay = function(value) { + var id = this.id, ns = this.namespace; + if (arguments.length < 1) return this.node()[ns][id].delay; + return d3_selection_each(this, typeof value === "function" ? function(node, i, j) { + node[ns][id].delay = +value.call(node, node.__data__, i, j); + } : (value = +value, function(node) { + node[ns][id].delay = value; + })); + }; + d3_transitionPrototype.duration = function(value) { + var id = this.id, ns = this.namespace; + if (arguments.length < 1) return this.node()[ns][id].duration; + return d3_selection_each(this, typeof value === "function" ? function(node, i, j) { + node[ns][id].duration = Math.max(1, value.call(node, node.__data__, i, j)); + } : (value = Math.max(1, value), function(node) { + node[ns][id].duration = value; + })); + }; + d3_transitionPrototype.each = function(type, listener) { + var id = this.id, ns = this.namespace; + if (arguments.length < 2) { + var inherit = d3_transitionInherit, inheritId = d3_transitionInheritId; + try { + d3_transitionInheritId = id; + d3_selection_each(this, function(node, i, j) { + d3_transitionInherit = node[ns][id]; + type.call(node, node.__data__, i, j); + }); + } finally { + d3_transitionInherit = inherit; + d3_transitionInheritId = inheritId; + } + } else { + d3_selection_each(this, function(node) { + var transition = node[ns][id]; + (transition.event || (transition.event = d3.dispatch("start", "end", "interrupt"))).on(type, listener); + }); + } + return this; + }; + d3_transitionPrototype.transition = function() { + var id0 = this.id, id1 = ++d3_transitionId, ns = this.namespace, subgroups = [], subgroup, group, node, transition; + for (var j = 0, m = this.length; j < m; j++) { + subgroups.push(subgroup = []); + for (var group = this[j], i = 0, n = group.length; i < n; i++) { + if (node = group[i]) { + transition = node[ns][id0]; + d3_transitionNode(node, i, ns, id1, { + time: transition.time, + ease: transition.ease, + delay: transition.delay + transition.duration, + duration: transition.duration + }); + } + subgroup.push(node); + } + } + return d3_transition(subgroups, ns, id1); + }; + function d3_transitionNamespace(name) { + return name == null ? "__transition__" : "__transition_" + name + "__"; + } + function d3_transitionNode(node, i, ns, id, inherit) { + var lock = node[ns] || (node[ns] = { + active: 0, + count: 0 + }), transition = lock[id]; + if (!transition) { + var time = inherit.time; + transition = lock[id] = { + tween: new d3_Map(), + time: time, + delay: inherit.delay, + duration: inherit.duration, + ease: inherit.ease, + index: i + }; + inherit = null; + ++lock.count; + d3.timer(function(elapsed) { + var delay = transition.delay, duration, ease, timer = d3_timer_active, tweened = []; + timer.t = delay + time; + if (delay <= elapsed) return start(elapsed - delay); + timer.c = start; + function start(elapsed) { + if (lock.active > id) return stop(); + var active = lock[lock.active]; + if (active) { + --lock.count; + delete lock[lock.active]; + active.event && active.event.interrupt.call(node, node.__data__, active.index); + } + lock.active = id; + transition.event && transition.event.start.call(node, node.__data__, i); + transition.tween.forEach(function(key, value) { + if (value = value.call(node, node.__data__, i)) { + tweened.push(value); + } + }); + ease = transition.ease; + duration = transition.duration; + d3.timer(function() { + timer.c = tick(elapsed || 1) ? d3_true : tick; + return 1; + }, 0, time); + } + function tick(elapsed) { + if (lock.active !== id) return 1; + var t = elapsed / duration, e = ease(t), n = tweened.length; + while (n > 0) { + tweened[--n].call(node, e); + } + if (t >= 1) { + transition.event && transition.event.end.call(node, node.__data__, i); + return stop(); + } + } + function stop() { + if (--lock.count) delete lock[id]; else delete node[ns]; + return 1; + } + }, 0, time); + } + } + d3.svg.axis = function() { + var scale = d3.scale.linear(), orient = d3_svg_axisDefaultOrient, innerTickSize = 6, outerTickSize = 6, tickPadding = 3, tickArguments_ = [ 10 ], tickValues = null, tickFormat_; + function axis(g) { + g.each(function() { + var g = d3.select(this); + var scale0 = this.__chart__ || scale, scale1 = this.__chart__ = scale.copy(); + var ticks = tickValues == null ? scale1.ticks ? scale1.ticks.apply(scale1, tickArguments_) : scale1.domain() : tickValues, tickFormat = tickFormat_ == null ? scale1.tickFormat ? scale1.tickFormat.apply(scale1, tickArguments_) : d3_identity : tickFormat_, tick = g.selectAll(".tick").data(ticks, scale1), tickEnter = tick.enter().insert("g", ".domain").attr("class", "tick").style("opacity", ε), tickExit = d3.transition(tick.exit()).style("opacity", ε).remove(), tickUpdate = d3.transition(tick.order()).style("opacity", 1), tickSpacing = Math.max(innerTickSize, 0) + tickPadding, tickTransform; + var range = d3_scaleRange(scale1), path = g.selectAll(".domain").data([ 0 ]), pathUpdate = (path.enter().append("path").attr("class", "domain"), + d3.transition(path)); + tickEnter.append("line"); + tickEnter.append("text"); + var lineEnter = tickEnter.select("line"), lineUpdate = tickUpdate.select("line"), text = tick.select("text").text(tickFormat), textEnter = tickEnter.select("text"), textUpdate = tickUpdate.select("text"), sign = orient === "top" || orient === "left" ? -1 : 1, x1, x2, y1, y2; + if (orient === "bottom" || orient === "top") { + tickTransform = d3_svg_axisX, x1 = "x", y1 = "y", x2 = "x2", y2 = "y2"; + text.attr("dy", sign < 0 ? "0em" : ".71em").style("text-anchor", "middle"); + pathUpdate.attr("d", "M" + range[0] + "," + sign * outerTickSize + "V0H" + range[1] + "V" + sign * outerTickSize); + } else { + tickTransform = d3_svg_axisY, x1 = "y", y1 = "x", x2 = "y2", y2 = "x2"; + text.attr("dy", ".32em").style("text-anchor", sign < 0 ? "end" : "start"); + pathUpdate.attr("d", "M" + sign * outerTickSize + "," + range[0] + "H0V" + range[1] + "H" + sign * outerTickSize); + } + lineEnter.attr(y2, sign * innerTickSize); + textEnter.attr(y1, sign * tickSpacing); + lineUpdate.attr(x2, 0).attr(y2, sign * innerTickSize); + textUpdate.attr(x1, 0).attr(y1, sign * tickSpacing); + if (scale1.rangeBand) { + var x = scale1, dx = x.rangeBand() / 2; + scale0 = scale1 = function(d) { + return x(d) + dx; + }; + } else if (scale0.rangeBand) { + scale0 = scale1; + } else { + tickExit.call(tickTransform, scale1, scale0); + } + tickEnter.call(tickTransform, scale0, scale1); + tickUpdate.call(tickTransform, scale1, scale1); + }); + } + axis.scale = function(x) { + if (!arguments.length) return scale; + scale = x; + return axis; + }; + axis.orient = function(x) { + if (!arguments.length) return orient; + orient = x in d3_svg_axisOrients ? x + "" : d3_svg_axisDefaultOrient; + return axis; + }; + axis.ticks = function() { + if (!arguments.length) return tickArguments_; + tickArguments_ = arguments; + return axis; + }; + axis.tickValues = function(x) { + if (!arguments.length) return tickValues; + tickValues = x; + return axis; + }; + axis.tickFormat = function(x) { + if (!arguments.length) return tickFormat_; + tickFormat_ = x; + return axis; + }; + axis.tickSize = function(x) { + var n = arguments.length; + if (!n) return innerTickSize; + innerTickSize = +x; + outerTickSize = +arguments[n - 1]; + return axis; + }; + axis.innerTickSize = function(x) { + if (!arguments.length) return innerTickSize; + innerTickSize = +x; + return axis; + }; + axis.outerTickSize = function(x) { + if (!arguments.length) return outerTickSize; + outerTickSize = +x; + return axis; + }; + axis.tickPadding = function(x) { + if (!arguments.length) return tickPadding; + tickPadding = +x; + return axis; + }; + axis.tickSubdivide = function() { + return arguments.length && axis; + }; + return axis; + }; + var d3_svg_axisDefaultOrient = "bottom", d3_svg_axisOrients = { + top: 1, + right: 1, + bottom: 1, + left: 1 + }; + function d3_svg_axisX(selection, x0, x1) { + selection.attr("transform", function(d) { + var v0 = x0(d); + return "translate(" + (isFinite(v0) ? v0 : x1(d)) + ",0)"; + }); + } + function d3_svg_axisY(selection, y0, y1) { + selection.attr("transform", function(d) { + var v0 = y0(d); + return "translate(0," + (isFinite(v0) ? v0 : y1(d)) + ")"; + }); + } + d3.svg.brush = function() { + var event = d3_eventDispatch(brush, "brushstart", "brush", "brushend"), x = null, y = null, xExtent = [ 0, 0 ], yExtent = [ 0, 0 ], xExtentDomain, yExtentDomain, xClamp = true, yClamp = true, resizes = d3_svg_brushResizes[0]; + function brush(g) { + g.each(function() { + var g = d3.select(this).style("pointer-events", "all").style("-webkit-tap-highlight-color", "rgba(0,0,0,0)").on("mousedown.brush", brushstart).on("touchstart.brush", brushstart); + var background = g.selectAll(".background").data([ 0 ]); + background.enter().append("rect").attr("class", "background").style("visibility", "hidden").style("cursor", "crosshair"); + g.selectAll(".extent").data([ 0 ]).enter().append("rect").attr("class", "extent").style("cursor", "move"); + var resize = g.selectAll(".resize").data(resizes, d3_identity); + resize.exit().remove(); + resize.enter().append("g").attr("class", function(d) { + return "resize " + d; + }).style("cursor", function(d) { + return d3_svg_brushCursor[d]; + }).append("rect").attr("x", function(d) { + return /[ew]$/.test(d) ? -3 : null; + }).attr("y", function(d) { + return /^[ns]/.test(d) ? -3 : null; + }).attr("width", 6).attr("height", 6).style("visibility", "hidden"); + resize.style("display", brush.empty() ? "none" : null); + var gUpdate = d3.transition(g), backgroundUpdate = d3.transition(background), range; + if (x) { + range = d3_scaleRange(x); + backgroundUpdate.attr("x", range[0]).attr("width", range[1] - range[0]); + redrawX(gUpdate); + } + if (y) { + range = d3_scaleRange(y); + backgroundUpdate.attr("y", range[0]).attr("height", range[1] - range[0]); + redrawY(gUpdate); + } + redraw(gUpdate); + }); + } + brush.event = function(g) { + g.each(function() { + var event_ = event.of(this, arguments), extent1 = { + x: xExtent, + y: yExtent, + i: xExtentDomain, + j: yExtentDomain + }, extent0 = this.__chart__ || extent1; + this.__chart__ = extent1; + if (d3_transitionInheritId) { + d3.select(this).transition().each("start.brush", function() { + xExtentDomain = extent0.i; + yExtentDomain = extent0.j; + xExtent = extent0.x; + yExtent = extent0.y; + event_({ + type: "brushstart" + }); + }).tween("brush:brush", function() { + var xi = d3_interpolateArray(xExtent, extent1.x), yi = d3_interpolateArray(yExtent, extent1.y); + xExtentDomain = yExtentDomain = null; + return function(t) { + xExtent = extent1.x = xi(t); + yExtent = extent1.y = yi(t); + event_({ + type: "brush", + mode: "resize" + }); + }; + }).each("end.brush", function() { + xExtentDomain = extent1.i; + yExtentDomain = extent1.j; + event_({ + type: "brush", + mode: "resize" + }); + event_({ + type: "brushend" + }); + }); + } else { + event_({ + type: "brushstart" + }); + event_({ + type: "brush", + mode: "resize" + }); + event_({ + type: "brushend" + }); + } + }); + }; + function redraw(g) { + g.selectAll(".resize").attr("transform", function(d) { + return "translate(" + xExtent[+/e$/.test(d)] + "," + yExtent[+/^s/.test(d)] + ")"; + }); + } + function redrawX(g) { + g.select(".extent").attr("x", xExtent[0]); + g.selectAll(".extent,.n>rect,.s>rect").attr("width", xExtent[1] - xExtent[0]); + } + function redrawY(g) { + g.select(".extent").attr("y", yExtent[0]); + g.selectAll(".extent,.e>rect,.w>rect").attr("height", yExtent[1] - yExtent[0]); + } + function brushstart() { + var target = this, eventTarget = d3.select(d3.event.target), event_ = event.of(target, arguments), g = d3.select(target), resizing = eventTarget.datum(), resizingX = !/^(n|s)$/.test(resizing) && x, resizingY = !/^(e|w)$/.test(resizing) && y, dragging = eventTarget.classed("extent"), dragRestore = d3_event_dragSuppress(target), center, origin = d3.mouse(target), offset; + var w = d3.select(d3_window(target)).on("keydown.brush", keydown).on("keyup.brush", keyup); + if (d3.event.changedTouches) { + w.on("touchmove.brush", brushmove).on("touchend.brush", brushend); + } else { + w.on("mousemove.brush", brushmove).on("mouseup.brush", brushend); + } + g.interrupt().selectAll("*").interrupt(); + if (dragging) { + origin[0] = xExtent[0] - origin[0]; + origin[1] = yExtent[0] - origin[1]; + } else if (resizing) { + var ex = +/w$/.test(resizing), ey = +/^n/.test(resizing); + offset = [ xExtent[1 - ex] - origin[0], yExtent[1 - ey] - origin[1] ]; + origin[0] = xExtent[ex]; + origin[1] = yExtent[ey]; + } else if (d3.event.altKey) center = origin.slice(); + g.style("pointer-events", "none").selectAll(".resize").style("display", null); + d3.select("body").style("cursor", eventTarget.style("cursor")); + event_({ + type: "brushstart" + }); + brushmove(); + function keydown() { + if (d3.event.keyCode == 32) { + if (!dragging) { + center = null; + origin[0] -= xExtent[1]; + origin[1] -= yExtent[1]; + dragging = 2; + } + d3_eventPreventDefault(); + } + } + function keyup() { + if (d3.event.keyCode == 32 && dragging == 2) { + origin[0] += xExtent[1]; + origin[1] += yExtent[1]; + dragging = 0; + d3_eventPreventDefault(); + } + } + function brushmove() { + var point = d3.mouse(target), moved = false; + if (offset) { + point[0] += offset[0]; + point[1] += offset[1]; + } + if (!dragging) { + if (d3.event.altKey) { + if (!center) center = [ (xExtent[0] + xExtent[1]) / 2, (yExtent[0] + yExtent[1]) / 2 ]; + origin[0] = xExtent[+(point[0] < center[0])]; + origin[1] = yExtent[+(point[1] < center[1])]; + } else center = null; + } + if (resizingX && move1(point, x, 0)) { + redrawX(g); + moved = true; + } + if (resizingY && move1(point, y, 1)) { + redrawY(g); + moved = true; + } + if (moved) { + redraw(g); + event_({ + type: "brush", + mode: dragging ? "move" : "resize" + }); + } + } + function move1(point, scale, i) { + var range = d3_scaleRange(scale), r0 = range[0], r1 = range[1], position = origin[i], extent = i ? yExtent : xExtent, size = extent[1] - extent[0], min, max; + if (dragging) { + r0 -= position; + r1 -= size + position; + } + min = (i ? yClamp : xClamp) ? Math.max(r0, Math.min(r1, point[i])) : point[i]; + if (dragging) { + max = (min += position) + size; + } else { + if (center) position = Math.max(r0, Math.min(r1, 2 * center[i] - min)); + if (position < min) { + max = min; + min = position; + } else { + max = position; + } + } + if (extent[0] != min || extent[1] != max) { + if (i) yExtentDomain = null; else xExtentDomain = null; + extent[0] = min; + extent[1] = max; + return true; + } + } + function brushend() { + brushmove(); + g.style("pointer-events", "all").selectAll(".resize").style("display", brush.empty() ? "none" : null); + d3.select("body").style("cursor", null); + w.on("mousemove.brush", null).on("mouseup.brush", null).on("touchmove.brush", null).on("touchend.brush", null).on("keydown.brush", null).on("keyup.brush", null); + dragRestore(); + event_({ + type: "brushend" + }); + } + } + brush.x = function(z) { + if (!arguments.length) return x; + x = z; + resizes = d3_svg_brushResizes[!x << 1 | !y]; + return brush; + }; + brush.y = function(z) { + if (!arguments.length) return y; + y = z; + resizes = d3_svg_brushResizes[!x << 1 | !y]; + return brush; + }; + brush.clamp = function(z) { + if (!arguments.length) return x && y ? [ xClamp, yClamp ] : x ? xClamp : y ? yClamp : null; + if (x && y) xClamp = !!z[0], yClamp = !!z[1]; else if (x) xClamp = !!z; else if (y) yClamp = !!z; + return brush; + }; + brush.extent = function(z) { + var x0, x1, y0, y1, t; + if (!arguments.length) { + if (x) { + if (xExtentDomain) { + x0 = xExtentDomain[0], x1 = xExtentDomain[1]; + } else { + x0 = xExtent[0], x1 = xExtent[1]; + if (x.invert) x0 = x.invert(x0), x1 = x.invert(x1); + if (x1 < x0) t = x0, x0 = x1, x1 = t; + } + } + if (y) { + if (yExtentDomain) { + y0 = yExtentDomain[0], y1 = yExtentDomain[1]; + } else { + y0 = yExtent[0], y1 = yExtent[1]; + if (y.invert) y0 = y.invert(y0), y1 = y.invert(y1); + if (y1 < y0) t = y0, y0 = y1, y1 = t; + } + } + return x && y ? [ [ x0, y0 ], [ x1, y1 ] ] : x ? [ x0, x1 ] : y && [ y0, y1 ]; + } + if (x) { + x0 = z[0], x1 = z[1]; + if (y) x0 = x0[0], x1 = x1[0]; + xExtentDomain = [ x0, x1 ]; + if (x.invert) x0 = x(x0), x1 = x(x1); + if (x1 < x0) t = x0, x0 = x1, x1 = t; + if (x0 != xExtent[0] || x1 != xExtent[1]) xExtent = [ x0, x1 ]; + } + if (y) { + y0 = z[0], y1 = z[1]; + if (x) y0 = y0[1], y1 = y1[1]; + yExtentDomain = [ y0, y1 ]; + if (y.invert) y0 = y(y0), y1 = y(y1); + if (y1 < y0) t = y0, y0 = y1, y1 = t; + if (y0 != yExtent[0] || y1 != yExtent[1]) yExtent = [ y0, y1 ]; + } + return brush; + }; + brush.clear = function() { + if (!brush.empty()) { + xExtent = [ 0, 0 ], yExtent = [ 0, 0 ]; + xExtentDomain = yExtentDomain = null; + } + return brush; + }; + brush.empty = function() { + return !!x && xExtent[0] == xExtent[1] || !!y && yExtent[0] == yExtent[1]; + }; + return d3.rebind(brush, event, "on"); + }; + var d3_svg_brushCursor = { + n: "ns-resize", + e: "ew-resize", + s: "ns-resize", + w: "ew-resize", + nw: "nwse-resize", + ne: "nesw-resize", + se: "nwse-resize", + sw: "nesw-resize" + }; + var d3_svg_brushResizes = [ [ "n", "e", "s", "w", "nw", "ne", "se", "sw" ], [ "e", "w" ], [ "n", "s" ], [] ]; + var d3_time_format = d3_time.format = d3_locale_enUS.timeFormat; + var d3_time_formatUtc = d3_time_format.utc; + var d3_time_formatIso = d3_time_formatUtc("%Y-%m-%dT%H:%M:%S.%LZ"); + d3_time_format.iso = Date.prototype.toISOString && +new Date("2000-01-01T00:00:00.000Z") ? d3_time_formatIsoNative : d3_time_formatIso; + function d3_time_formatIsoNative(date) { + return date.toISOString(); + } + d3_time_formatIsoNative.parse = function(string) { + var date = new Date(string); + return isNaN(date) ? null : date; + }; + d3_time_formatIsoNative.toString = d3_time_formatIso.toString; + d3_time.second = d3_time_interval(function(date) { + return new d3_date(Math.floor(date / 1e3) * 1e3); + }, function(date, offset) { + date.setTime(date.getTime() + Math.floor(offset) * 1e3); + }, function(date) { + return date.getSeconds(); + }); + d3_time.seconds = d3_time.second.range; + d3_time.seconds.utc = d3_time.second.utc.range; + d3_time.minute = d3_time_interval(function(date) { + return new d3_date(Math.floor(date / 6e4) * 6e4); + }, function(date, offset) { + date.setTime(date.getTime() + Math.floor(offset) * 6e4); + }, function(date) { + return date.getMinutes(); + }); + d3_time.minutes = d3_time.minute.range; + d3_time.minutes.utc = d3_time.minute.utc.range; + d3_time.hour = d3_time_interval(function(date) { + var timezone = date.getTimezoneOffset() / 60; + return new d3_date((Math.floor(date / 36e5 - timezone) + timezone) * 36e5); + }, function(date, offset) { + date.setTime(date.getTime() + Math.floor(offset) * 36e5); + }, function(date) { + return date.getHours(); + }); + d3_time.hours = d3_time.hour.range; + d3_time.hours.utc = d3_time.hour.utc.range; + d3_time.month = d3_time_interval(function(date) { + date = d3_time.day(date); + date.setDate(1); + return date; + }, function(date, offset) { + date.setMonth(date.getMonth() + offset); + }, function(date) { + return date.getMonth(); + }); + d3_time.months = d3_time.month.range; + d3_time.months.utc = d3_time.month.utc.range; + function d3_time_scale(linear, methods, format) { + function scale(x) { + return linear(x); + } + scale.invert = function(x) { + return d3_time_scaleDate(linear.invert(x)); + }; + scale.domain = function(x) { + if (!arguments.length) return linear.domain().map(d3_time_scaleDate); + linear.domain(x); + return scale; + }; + function tickMethod(extent, count) { + var span = extent[1] - extent[0], target = span / count, i = d3.bisect(d3_time_scaleSteps, target); + return i == d3_time_scaleSteps.length ? [ methods.year, d3_scale_linearTickRange(extent.map(function(d) { + return d / 31536e6; + }), count)[2] ] : !i ? [ d3_time_scaleMilliseconds, d3_scale_linearTickRange(extent, count)[2] ] : methods[target / d3_time_scaleSteps[i - 1] < d3_time_scaleSteps[i] / target ? i - 1 : i]; + } + scale.nice = function(interval, skip) { + var domain = scale.domain(), extent = d3_scaleExtent(domain), method = interval == null ? tickMethod(extent, 10) : typeof interval === "number" && tickMethod(extent, interval); + if (method) interval = method[0], skip = method[1]; + function skipped(date) { + return !isNaN(date) && !interval.range(date, d3_time_scaleDate(+date + 1), skip).length; + } + return scale.domain(d3_scale_nice(domain, skip > 1 ? { + floor: function(date) { + while (skipped(date = interval.floor(date))) date = d3_time_scaleDate(date - 1); + return date; + }, + ceil: function(date) { + while (skipped(date = interval.ceil(date))) date = d3_time_scaleDate(+date + 1); + return date; + } + } : interval)); + }; + scale.ticks = function(interval, skip) { + var extent = d3_scaleExtent(scale.domain()), method = interval == null ? tickMethod(extent, 10) : typeof interval === "number" ? tickMethod(extent, interval) : !interval.range && [ { + range: interval + }, skip ]; + if (method) interval = method[0], skip = method[1]; + return interval.range(extent[0], d3_time_scaleDate(+extent[1] + 1), skip < 1 ? 1 : skip); + }; + scale.tickFormat = function() { + return format; + }; + scale.copy = function() { + return d3_time_scale(linear.copy(), methods, format); + }; + return d3_scale_linearRebind(scale, linear); + } + function d3_time_scaleDate(t) { + return new Date(t); + } + var d3_time_scaleSteps = [ 1e3, 5e3, 15e3, 3e4, 6e4, 3e5, 9e5, 18e5, 36e5, 108e5, 216e5, 432e5, 864e5, 1728e5, 6048e5, 2592e6, 7776e6, 31536e6 ]; + var d3_time_scaleLocalMethods = [ [ d3_time.second, 1 ], [ d3_time.second, 5 ], [ d3_time.second, 15 ], [ d3_time.second, 30 ], [ d3_time.minute, 1 ], [ d3_time.minute, 5 ], [ d3_time.minute, 15 ], [ d3_time.minute, 30 ], [ d3_time.hour, 1 ], [ d3_time.hour, 3 ], [ d3_time.hour, 6 ], [ d3_time.hour, 12 ], [ d3_time.day, 1 ], [ d3_time.day, 2 ], [ d3_time.week, 1 ], [ d3_time.month, 1 ], [ d3_time.month, 3 ], [ d3_time.year, 1 ] ]; + var d3_time_scaleLocalFormat = d3_time_format.multi([ [ ".%L", function(d) { + return d.getMilliseconds(); + } ], [ ":%S", function(d) { + return d.getSeconds(); + } ], [ "%I:%M", function(d) { + return d.getMinutes(); + } ], [ "%I %p", function(d) { + return d.getHours(); + } ], [ "%a %d", function(d) { + return d.getDay() && d.getDate() != 1; + } ], [ "%b %d", function(d) { + return d.getDate() != 1; + } ], [ "%B", function(d) { + return d.getMonth(); + } ], [ "%Y", d3_true ] ]); + var d3_time_scaleMilliseconds = { + range: function(start, stop, step) { + return d3.range(Math.ceil(start / step) * step, +stop, step).map(d3_time_scaleDate); + }, + floor: d3_identity, + ceil: d3_identity + }; + d3_time_scaleLocalMethods.year = d3_time.year; + d3_time.scale = function() { + return d3_time_scale(d3.scale.linear(), d3_time_scaleLocalMethods, d3_time_scaleLocalFormat); + }; + var d3_time_scaleUtcMethods = d3_time_scaleLocalMethods.map(function(m) { + return [ m[0].utc, m[1] ]; + }); + var d3_time_scaleUtcFormat = d3_time_formatUtc.multi([ [ ".%L", function(d) { + return d.getUTCMilliseconds(); + } ], [ ":%S", function(d) { + return d.getUTCSeconds(); + } ], [ "%I:%M", function(d) { + return d.getUTCMinutes(); + } ], [ "%I %p", function(d) { + return d.getUTCHours(); + } ], [ "%a %d", function(d) { + return d.getUTCDay() && d.getUTCDate() != 1; + } ], [ "%b %d", function(d) { + return d.getUTCDate() != 1; + } ], [ "%B", function(d) { + return d.getUTCMonth(); + } ], [ "%Y", d3_true ] ]); + d3_time_scaleUtcMethods.year = d3_time.year.utc; + d3_time.scale.utc = function() { + return d3_time_scale(d3.scale.linear(), d3_time_scaleUtcMethods, d3_time_scaleUtcFormat); + }; + d3.text = d3_xhrType(function(request) { + return request.responseText; + }); + d3.json = function(url, callback) { + return d3_xhr(url, "application/json", d3_json, callback); + }; + function d3_json(request) { + return JSON.parse(request.responseText); + } + d3.html = function(url, callback) { + return d3_xhr(url, "text/html", d3_html, callback); + }; + function d3_html(request) { + var range = d3_document.createRange(); + range.selectNode(d3_document.body); + return range.createContextualFragment(request.responseText); + } + d3.xml = d3_xhrType(function(request) { + return request.responseXML; + }); + if (typeof define === "function" && define.amd) define(d3); else if (typeof module === "object" && module.exports) module.exports = d3; + this.d3 = d3; +}(); \ No newline at end of file diff --git a/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/js/dc.js b/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/js/dc.js new file mode 100644 index 00000000..df7c9803 --- /dev/null +++ b/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/js/dc.js @@ -0,0 +1,9330 @@ +/*! + * dc 2.0.0-beta.18 + * http://dc-js.github.io/dc.js/ + * Copyright 2012-2015 Nick Zhu & the dc.js Developers + * https://github.com/dc-js/dc.js/blob/master/AUTHORS + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +(function() { function _dc(d3, crossfilter) { +'use strict'; + +/** + * The entire dc.js library is scoped under the **dc** name space. It does not introduce + * anything else into the global name space. + * + * Most `dc` functions are designed to allow function chaining, meaning they return the current chart + * instance whenever it is appropriate. The getter forms of functions do not participate in function + * chaining because they necessarily return values that are not the chart. Although some, + * such as `.svg` and `.xAxis`, return values that are chainable d3 objects. + * @namespace dc + * @version 2.0.0-beta.18 + * @example + * // Example chaining + * chart.width(300) + * .height(300) + * .filter('sunday'); + */ +/*jshint -W062*/ +/*jshint -W079*/ +var dc = { + version: '2.0.0-beta.18', + constants: { + CHART_CLASS: 'dc-chart', + DEBUG_GROUP_CLASS: 'debug', + STACK_CLASS: 'stack', + DESELECTED_CLASS: 'deselected', + SELECTED_CLASS: 'selected', + NODE_INDEX_NAME: '__index__', + GROUP_INDEX_NAME: '__group_index__', + DEFAULT_CHART_GROUP: '__default_chart_group__', + EVENT_DELAY: 40, + NEGLIGIBLE_NUMBER: 1e-10 + }, + _renderlet: null +}; + +dc.chartRegistry = function () { + // chartGroup:string => charts:array + var _chartMap = {}; + + function initializeChartGroup (group) { + if (!group) { + group = dc.constants.DEFAULT_CHART_GROUP; + } + + if (!_chartMap[group]) { + _chartMap[group] = []; + } + + return group; + } + + return { + has: function (chart) { + for (var e in _chartMap) { + if (_chartMap[e].indexOf(chart) >= 0) { + return true; + } + } + return false; + }, + + register: function (chart, group) { + group = initializeChartGroup(group); + _chartMap[group].push(chart); + }, + + deregister: function (chart, group) { + group = initializeChartGroup(group); + for (var i = 0; i < _chartMap[group].length; i++) { + if (_chartMap[group][i].anchorName() === chart.anchorName()) { + _chartMap[group].splice(i, 1); + break; + } + } + }, + + clear: function (group) { + if (group) { + delete _chartMap[group]; + } else { + _chartMap = {}; + } + }, + + list: function (group) { + group = initializeChartGroup(group); + return _chartMap[group]; + } + }; +}(); +/*jshint +W062 */ +/*jshint +W079*/ + +dc.registerChart = function (chart, group) { + dc.chartRegistry.register(chart, group); +}; + +dc.deregisterChart = function (chart, group) { + dc.chartRegistry.deregister(chart, group); +}; + +dc.hasChart = function (chart) { + return dc.chartRegistry.has(chart); +}; + +dc.deregisterAllCharts = function (group) { + dc.chartRegistry.clear(group); +}; + +/** + * Clear all filters on all charts within the given chart group. If the chart group is not given then + * only charts that belong to the default chart group will be reset. + * @memberof dc + * @name filterAll + * @param {String} [group] + */ +dc.filterAll = function (group) { + var charts = dc.chartRegistry.list(group); + for (var i = 0; i < charts.length; ++i) { + charts[i].filterAll(); + } +}; + +/** + * Reset zoom level / focus on all charts that belong to the given chart group. If the chart group is + * not given then only charts that belong to the default chart group will be reset. + * @memberof dc + * @name refocusAll + * @param {String} [group] + */ +dc.refocusAll = function (group) { + var charts = dc.chartRegistry.list(group); + for (var i = 0; i < charts.length; ++i) { + if (charts[i].focus) { + charts[i].focus(); + } + } +}; + +/** + * Re-render all charts belong to the given chart group. If the chart group is not given then only + * charts that belong to the default chart group will be re-rendered. + * @memberof dc + * @name renderAll + * @param {String} [group] + */ +dc.renderAll = function (group) { + var charts = dc.chartRegistry.list(group); + for (var i = 0; i < charts.length; ++i) { + charts[i].render(); + } + + if (dc._renderlet !== null) { + dc._renderlet(group); + } +}; + +/** + * Redraw all charts belong to the given chart group. If the chart group is not given then only charts + * that belong to the default chart group will be re-drawn. Redraw is different from re-render since + * when redrawing dc tries to update the graphic incrementally, using transitions, instead of starting + * from scratch. + * @memberof dc + * @name redrawAll + * @param {String} [group] + */ +dc.redrawAll = function (group) { + var charts = dc.chartRegistry.list(group); + for (var i = 0; i < charts.length; ++i) { + charts[i].redraw(); + } + + if (dc._renderlet !== null) { + dc._renderlet(group); + } +}; + +/** + * If this boolean is set truthy, all transitions will be disabled, and changes to the charts will happen + * immediately + * @memberof dc + * @name disableTransitions + * @type {Boolean} + * @default false + */ +dc.disableTransitions = false; + +dc.transition = function (selections, duration, callback, name) { + if (duration <= 0 || duration === undefined || dc.disableTransitions) { + return selections; + } + + var s = selections + .transition(name) + .duration(duration); + + if (typeof(callback) === 'function') { + callback(s); + } + + return s; +}; + +/* somewhat silly, but to avoid duplicating logic */ +dc.optionalTransition = function (enable, duration, callback, name) { + if (enable) { + return function (selection) { + return dc.transition(selection, duration, callback, name); + }; + } else { + return function (selection) { + return selection; + }; + } +}; + +/** + * @name units + * @memberof dc + * @type {{}} + */ +dc.units = {}; + +/** + * The default value for `xUnits` for the [Coordinate Grid Chart](#coordinate-grid-chart) and should + * be used when the x values are a sequence of integers. + * It is a function that counts the number of integers in the range supplied in its start and end parameters. + * @name integers + * @memberof dc.units + * @example + * chart.xUnits(dc.units.integers) // already the default + * @param {Number} start + * @param {Number} end + * @returns {Number} + */ +dc.units.integers = function (start, end) { + return Math.abs(end - start); +}; + +/** + * This argument can be passed to the `xUnits` function of the to specify ordinal units for the x + * axis. Usually this parameter is used in combination with passing `d3.scale.ordinal()` to `.x`. + * It just returns the domain passed to it, which for ordinal charts is an array of all values. + * @name ordinal + * @memberof dc.units + * @example + * chart.xUnits(dc.units.ordinal) + * .x(d3.scale.ordinal()) + * @param {*} start + * @param {*} end + * @param {Array} domain + * @returns {Array} + */ +dc.units.ordinal = function (start, end, domain) { + return domain; +}; + +/** + * @name fp + * @memberof dc.units + * @type {{}} + */ +dc.units.fp = {}; +/** + * This function generates an argument for the [Coordinate Grid Chart's](#coordinate-grid-chart) + * `xUnits` function specifying that the x values are floating-point numbers with the given + * precision. + * The returned function determines how many values at the given precision will fit into the range + * supplied in its start and end parameters. + * @name precision + * @memberof dc.units.fp + * @example + * // specify values (and ticks) every 0.1 units + * chart.xUnits(dc.units.fp.precision(0.1) + * // there are 500 units between 0.5 and 1 if the precision is 0.001 + * var thousandths = dc.units.fp.precision(0.001); + * thousandths(0.5, 1.0) // returns 500 + * @param {Number} precision + * @returns {Function} start-end unit function + */ +dc.units.fp.precision = function (precision) { + var _f = function (s, e) { + var d = Math.abs((e - s) / _f.resolution); + if (dc.utils.isNegligible(d - Math.floor(d))) { + return Math.floor(d); + } else { + return Math.ceil(d); + } + }; + _f.resolution = precision; + return _f; +}; + +dc.round = {}; +dc.round.floor = function (n) { + return Math.floor(n); +}; +dc.round.ceil = function (n) { + return Math.ceil(n); +}; +dc.round.round = function (n) { + return Math.round(n); +}; + +dc.override = function (obj, functionName, newFunction) { + var existingFunction = obj[functionName]; + obj['_' + functionName] = existingFunction; + obj[functionName] = newFunction; +}; + +dc.renderlet = function (_) { + if (!arguments.length) { + return dc._renderlet; + } + dc._renderlet = _; + return dc; +}; + +dc.instanceOfChart = function (o) { + return o instanceof Object && o.__dcFlag__ && true; +}; + +dc.errors = {}; + +dc.errors.Exception = function (msg) { + var _msg = msg || 'Unexpected internal error'; + + this.message = _msg; + + this.toString = function () { + return _msg; + }; +}; + +dc.errors.InvalidStateException = function () { + dc.errors.Exception.apply(this, arguments); +}; + +dc.dateFormat = d3.time.format('%m/%d/%Y'); + +dc.printers = {}; + +dc.printers.filters = function (filters) { + var s = ''; + + for (var i = 0; i < filters.length; ++i) { + if (i > 0) { + s += ', '; + } + s += dc.printers.filter(filters[i]); + } + + return s; +}; + +dc.printers.filter = function (filter) { + var s = ''; + + if (typeof filter !== 'undefined' && filter !== null) { + if (filter instanceof Array) { + if (filter.length >= 2) { + s = '[' + dc.utils.printSingleValue(filter[0]) + ' -> ' + dc.utils.printSingleValue(filter[1]) + ']'; + } else if (filter.length >= 1) { + s = dc.utils.printSingleValue(filter[0]); + } + } else { + s = dc.utils.printSingleValue(filter); + } + } + + return s; +}; + +dc.pluck = function (n, f) { + if (!f) { + return function (d) { return d[n]; }; + } + return function (d, i) { return f.call(d, d[n], i); }; +}; + +dc.utils = {}; + +dc.utils.printSingleValue = function (filter) { + var s = '' + filter; + + if (filter instanceof Date) { + s = dc.dateFormat(filter); + } else if (typeof(filter) === 'string') { + s = filter; + } else if (dc.utils.isFloat(filter)) { + s = dc.utils.printSingleValue.fformat(filter); + } else if (dc.utils.isInteger(filter)) { + s = Math.round(filter); + } + + return s; +}; +dc.utils.printSingleValue.fformat = d3.format('.2f'); + +// FIXME: these assume than any string r is a percentage (whether or not it +// includes %). They also generate strange results if l is a string. +dc.utils.add = function (l, r) { + if (typeof r === 'string') { + r = r.replace('%', ''); + } + + if (l instanceof Date) { + if (typeof r === 'string') { + r = +r; + } + var d = new Date(); + d.setTime(l.getTime()); + d.setDate(l.getDate() + r); + return d; + } else if (typeof r === 'string') { + var percentage = (+r / 100); + return l > 0 ? l * (1 + percentage) : l * (1 - percentage); + } else { + return l + r; + } +}; + +dc.utils.subtract = function (l, r) { + if (typeof r === 'string') { + r = r.replace('%', ''); + } + + if (l instanceof Date) { + if (typeof r === 'string') { + r = +r; + } + var d = new Date(); + d.setTime(l.getTime()); + d.setDate(l.getDate() - r); + return d; + } else if (typeof r === 'string') { + var percentage = (+r / 100); + return l < 0 ? l * (1 + percentage) : l * (1 - percentage); + } else { + return l - r; + } +}; + +dc.utils.isNumber = function (n) { + return n === +n; +}; + +dc.utils.isFloat = function (n) { + return n === +n && n !== (n | 0); +}; + +dc.utils.isInteger = function (n) { + return n === +n && n === (n | 0); +}; + +dc.utils.isNegligible = function (n) { + return !dc.utils.isNumber(n) || (n < dc.constants.NEGLIGIBLE_NUMBER && n > -dc.constants.NEGLIGIBLE_NUMBER); +}; + +dc.utils.clamp = function (val, min, max) { + return val < min ? min : (val > max ? max : val); +}; + +var _idCounter = 0; +dc.utils.uniqueId = function () { + return ++_idCounter; +}; + +dc.utils.nameToId = function (name) { + return name.toLowerCase().replace(/[\s]/g, '_').replace(/[\.']/g, ''); +}; + +dc.utils.appendOrSelect = function (parent, selector, tag) { + tag = tag || selector; + var element = parent.select(selector); + if (element.empty()) { + element = parent.append(tag); + } + return element; +}; + +dc.utils.safeNumber = function (n) { return dc.utils.isNumber(+n) ? +n : 0;}; + +dc.logger = {}; + +dc.logger.enableDebugLog = false; + +dc.logger.warn = function (msg) { + if (console) { + if (console.warn) { + console.warn(msg); + } else if (console.log) { + console.log(msg); + } + } + + return dc.logger; +}; + +dc.logger.debug = function (msg) { + if (dc.logger.enableDebugLog && console) { + if (console.debug) { + console.debug(msg); + } else if (console.log) { + console.log(msg); + } + } + + return dc.logger; +}; + +dc.logger.deprecate = function (fn, msg) { + // Allow logging of deprecation + var warned = false; + function deprecated () { + if (!warned) { + dc.logger.warn(msg); + warned = true; + } + return fn.apply(this, arguments); + } + return deprecated; +}; + +dc.events = { + current: null +}; + +/** + * This function triggers a throttled event function with a specified delay (in milli-seconds). Events + * that are triggered repetitively due to user interaction such brush dragging might flood the library + * and invoke more renders than can be executed in time. Using this function to wrap your event + * function allows the library to smooth out the rendering by throttling events and only responding to + * the most recent event. + * @name events.trigger + * @memberof dc + * @example + * chart.on('renderlet', function(chart) { + * // smooth the rendering through event throttling + * dc.events.trigger(function(){ + * // focus some other chart to the range selected by user on this chart + * someOtherChart.focus(chart.filter()); + * }); + * }) + * @param {Function} closure + * @param {Number} [delay] + */ +dc.events.trigger = function (closure, delay) { + if (!delay) { + closure(); + return; + } + + dc.events.current = closure; + + setTimeout(function () { + if (closure === dc.events.current) { + closure(); + } + }, delay); +}; + +/** + * The dc.js filters are functions which are passed into crossfilter to chose which records will be + * accumulated to produce values for the charts. In the crossfilter model, any filters applied on one + * dimension will affect all the other dimensions but not that one. dc always applies a filter + * function to the dimension; the function combines multiple filters and if any of them accept a + * record, it is filtered in. + * + * These filter constructors are used as appropriate by the various charts to implement brushing. We + * mention below which chart uses which filter. In some cases, many instances of a filter will be added. + * @name filters + * @memberof dc + * @type {{}} + */ +dc.filters = {}; + +/** + * RangedFilter is a filter which accepts keys between `low` and `high`. It is used to implement X + * axis brushing for the [coordinate grid charts](#coordinate-grid-mixin). + * @name RangedFilter + * @memberof dc.filters + * @param {Number} low + * @param {Number} high + * @returns {Array} + * @constructor + */ +dc.filters.RangedFilter = function (low, high) { + var range = new Array(low, high); + range.isFiltered = function (value) { + return value >= this[0] && value < this[1]; + }; + + return range; +}; + +/** + * TwoDimensionalFilter is a filter which accepts a single two-dimensional value. It is used by the + * [heat map chart](#heat-map) to include particular cells as they are clicked. (Rows and columns are + * filtered by filtering all the cells in the row or column.) + * @name TwoDimensionalFilter + * @memberof dc.filters + * @param {Array} filter + * @returns {Array} + * @constructor + */ +dc.filters.TwoDimensionalFilter = function (filter) { + if (filter === null) { return null; } + + var f = filter; + f.isFiltered = function (value) { + return value.length && value.length === f.length && + value[0] === f[0] && value[1] === f[1]; + }; + + return f; +}; + +/** + * The RangedTwoDimensionalFilter allows filtering all values which fit within a rectangular + * region. It is used by the [scatter plot](#scatter-plot) to implement rectangular brushing. + * + * It takes two two-dimensional points in the form `[[x1,y1],[x2,y2]]`, and normalizes them so that + * `x1 <= x2` and `y1 <- y2`. It then returns a filter which accepts any points which are in the + * rectangular range including the lower values but excluding the higher values. + * + * If an array of two values are given to the RangedTwoDimensionalFilter, it interprets the values as + * two x coordinates `x1` and `x2` and returns a filter which accepts any points for which `x1 <= x < + * x2`. + * @name RangedTwoDimensionalFilter + * @memberof dc.filters + * @param {Array>} filter + * @returns {Array>} + * @constructor + */ +dc.filters.RangedTwoDimensionalFilter = function (filter) { + if (filter === null) { return null; } + + var f = filter; + var fromBottomLeft; + + if (f[0] instanceof Array) { + fromBottomLeft = [ + [Math.min(filter[0][0], filter[1][0]), Math.min(filter[0][1], filter[1][1])], + [Math.max(filter[0][0], filter[1][0]), Math.max(filter[0][1], filter[1][1])] + ]; + } else { + fromBottomLeft = [[filter[0], -Infinity], [filter[1], Infinity]]; + } + + f.isFiltered = function (value) { + var x, y; + + if (value instanceof Array) { + if (value.length !== 2) { + return false; + } + x = value[0]; + y = value[1]; + } else { + x = value; + y = fromBottomLeft[0][1]; + } + + return x >= fromBottomLeft[0][0] && x < fromBottomLeft[1][0] && + y >= fromBottomLeft[0][1] && y < fromBottomLeft[1][1]; + }; + + return f; +}; + +/** + * Base Mixin is an abstract functional object representing a basic dc chart object + * for all chart and widget implementations. Methods from the Base Mixin are inherited + * and available on all chart implementations in the DC library. + * @name baseMixin + * @memberof dc + * @mixin + * @param {Chart} _chart + * @returns {Chart} + */ +dc.baseMixin = function (_chart) { + _chart.__dcFlag__ = dc.utils.uniqueId(); + + var _dimension; + var _group; + + var _anchor; + var _root; + var _svg; + var _isChild; + + var _minWidth = 200; + var _defaultWidth = function (element) { + var width = element && element.getBoundingClientRect && element.getBoundingClientRect().width; + return (width && width > _minWidth) ? width : _minWidth; + }; + var _width = _defaultWidth; + + var _minHeight = 200; + var _defaultHeight = function (element) { + var height = element && element.getBoundingClientRect && element.getBoundingClientRect().height; + return (height && height > _minHeight) ? height : _minHeight; + }; + var _height = _defaultHeight; + + var _keyAccessor = dc.pluck('key'); + var _valueAccessor = dc.pluck('value'); + var _label = dc.pluck('key'); + + var _ordering = dc.pluck('key'); + var _orderSort; + + var _renderLabel = false; + + var _title = function (d) { + return _chart.keyAccessor()(d) + ': ' + _chart.valueAccessor()(d); + }; + var _renderTitle = true; + + var _transitionDuration = 750; + + var _filterPrinter = dc.printers.filters; + + var _mandatoryAttributes = ['dimension', 'group']; + + var _chartGroup = dc.constants.DEFAULT_CHART_GROUP; + + var _listeners = d3.dispatch( + 'preRender', + 'postRender', + 'preRedraw', + 'postRedraw', + 'filtered', + 'zoomed', + 'renderlet', + 'pretransition'); + + var _legend; + + var _filters = []; + var _filterHandler = function (dimension, filters) { + dimension.filter(null); + + if (filters.length === 0) { + dimension.filter(null); + } else { + dimension.filterFunction(function (d) { + for (var i = 0; i < filters.length; i++) { + var filter = filters[i]; + if (filter.isFiltered && filter.isFiltered(d)) { + return true; + } else if (filter <= d && filter >= d) { + return true; + } + } + return false; + }); + } + return filters; + }; + + var _data = function (group) { + return group.all(); + }; + + /** + * Set or get the width attribute of a chart. See `.height` below for further description of the + * behavior. + * @name width + * @memberof dc.baseMixin + * @instance + * @param {Number|Function} w + * @returns {Number} + */ + _chart.width = function (w) { + if (!arguments.length) { + return _width(_root.node()); + } + _width = d3.functor(w || _defaultWidth); + return _chart; + }; + + /** + * Set or get the height attribute of a chart. The height is applied to the SVG element generated by + * the chart when rendered (or rerendered). If a value is given, then it will be used to calculate + * the new height and the chart returned for method chaining. The value can either be a numeric, a + * function, or falsy. If no value is specified then the value of the current height attribute will + * be returned. + * + * By default, without an explicit height being given, the chart will select the width of its + * anchor element. If that isn't possible it defaults to 200. Setting the value falsy will return + * the chart to the default behavior + * @name height + * @memberof dc.baseMixin + * @instance + * @example + * chart.height(250); // Set the chart's height to 250px; + * chart.height(function(anchor) { return doSomethingWith(anchor); }); // set the chart's height with a function + * chart.height(null); // reset the height to the default auto calculation + * @param {Number|Function} h + * @returns {Number} + */ + _chart.height = function (h) { + if (!arguments.length) { + return _height(_root.node()); + } + _height = d3.functor(h || _defaultHeight); + return _chart; + }; + + /** + * Set or get the minimum width attribute of a chart. This only applicable if the width is + * calculated by dc. + * @name minWidth + * @memberof dc.baseMixin + * @instance + * @param {Number} w + * @returns {Number} + */ + _chart.minWidth = function (w) { + if (!arguments.length) { + return _minWidth; + } + _minWidth = w; + return _chart; + }; + + /** + * Set or get the minimum height attribute of a chart. This only applicable if the height is + * calculated by dc. + * @name minHeight + * @memberof dc.baseMixin + * @instance + * @param {Number} h + * @returns {Number} + */ + _chart.minHeight = function (h) { + if (!arguments.length) { + return _minHeight; + } + _minHeight = h; + return _chart; + }; + + /** + * **mandatory** + * + * Set or get the dimension attribute of a chart. In dc a dimension can be any valid [crossfilter + * dimension](https://github.com/square/crossfilter/wiki/API-Reference#wiki-dimension). + * + * If a value is given, then it will be used as the new dimension. If no value is specified then + * the current dimension will be returned. + * @name dimension + * @memberof dc.baseMixin + * @instance + * @param {Dimension} d + * @returns {Dimension} + */ + _chart.dimension = function (d) { + if (!arguments.length) { + return _dimension; + } + _dimension = d; + _chart.expireCache(); + return _chart; + }; + + /** + * Set the data callback or retrieve the chart's data set. The data callback is passed the chart's + * group and by default will return `group.all()`. This behavior may be modified to, for instance, + * return only the top 5 groups. + * @name data + * @memberof dc.baseMixin + * @instance + * @example + * chart.data(function(group) { + * return group.top(5); + * }); + * @param {Function} [callback] + * @returns {*} + */ + _chart.data = function (callback) { + if (!arguments.length) { + return _data.call(_chart, _group); + } + _data = d3.functor(callback); + _chart.expireCache(); + return _chart; + }; + + /** + * **mandatory** + * + * Set or get the group attribute of a chart. In dc a group is a [crossfilter + * group](https://github.com/square/crossfilter/wiki/API-Reference#wiki-group). Usually the group + * should be created from the particular dimension associated with the same chart. If a value is + * given, then it will be used as the new group. + * + * If no value specified then the current group will be returned. + * If `name` is specified then it will be used to generate legend label. + * @name group + * @memberof dc.baseMixin + * @instance + * @param {Group} [group] + * @param {String} [name] + * @returns {Group} + */ + _chart.group = function (group, name) { + if (!arguments.length) { + return _group; + } + _group = group; + _chart._groupName = name; + _chart.expireCache(); + return _chart; + }; + + /** + * Get or set an accessor to order ordinal charts + * @name ordering + * @memberof dc.baseMixin + * @instance + * @param {Function} [orderFunction] + * @returns {Function} + */ + _chart.ordering = function (orderFunction) { + if (!arguments.length) { + return _ordering; + } + _ordering = orderFunction; + _orderSort = crossfilter.quicksort.by(_ordering); + _chart.expireCache(); + return _chart; + }; + + _chart._computeOrderedGroups = function (data) { + var dataCopy = data.slice(0); + + if (dataCopy.length <= 1) { + return dataCopy; + } + + if (!_orderSort) { + _orderSort = crossfilter.quicksort.by(_ordering); + } + + return _orderSort(dataCopy, 0, dataCopy.length); + }; + + /** + * Clear all filters associated with this chart. + * @name filterAll + * @memberof dc.baseMixin + * @instance + * @returns {Chart} + */ + _chart.filterAll = function () { + return _chart.filter(null); + }; + + /** + * Execute d3 single selection in the chart's scope using the given selector and return the d3 + * selection. + * + * This function is **not chainable** since it does not return a chart instance; however the d3 + * selection result can be chained to d3 function calls. + * @name select + * @memberof dc.baseMixin + * @instance + * @example + * // Similar to: + * d3.select('#chart-id').select(selector); + * @returns {Selection} + */ + _chart.select = function (s) { + return _root.select(s); + }; + + /** + * Execute in scope d3 selectAll using the given selector and return d3 selection result. + * + * This function is **not chainable** since it does not return a chart instance; however the d3 + * selection result can be chained to d3 function calls. + * @name selectAll + * @memberof dc.baseMixin + * @instance + * @example + * // Similar to: + * d3.select('#chart-id').selectAll(selector); + * @returns {Selection} + */ + _chart.selectAll = function (s) { + return _root ? _root.selectAll(s) : null; + }; + + /** + * Set the svg root to either be an existing chart's root; or any valid [d3 single + * selector](https://github.com/mbostock/d3/wiki/Selections#selecting-elements) specifying a dom + * block element such as a div; or a dom element or d3 selection. Optionally registers the chart + * within the chartGroup. This class is called internally on chart initialization, but be called + * again to relocate the chart. However, it will orphan any previously created SVG elements. + * @name anchor + * @memberof dc.baseMixin + * @instance + * @param {anchorChart|anchorSelector|anchorNode} [a] + * @param {chartGroup} [chartGroup] + * @returns {Chart} + */ + _chart.anchor = function (a, chartGroup) { + if (!arguments.length) { + return _anchor; + } + if (dc.instanceOfChart(a)) { + _anchor = a.anchor(); + _root = a.root(); + _isChild = true; + } else { + _anchor = a; + _root = d3.select(_anchor); + _root.classed(dc.constants.CHART_CLASS, true); + dc.registerChart(_chart, chartGroup); + _isChild = false; + } + _chartGroup = chartGroup; + return _chart; + }; + + /** + * Returns the dom id for the chart's anchored location. + * @name anchorName + * @memberof dc.baseMixin + * @instance + * @return {String} + */ + _chart.anchorName = function () { + var a = _chart.anchor(); + if (a && a.id) { + return a.id; + } + if (a && a.replace) { + return a.replace('#', ''); + } + return 'dc-chart' + _chart.chartID(); + }; + + /** + * Returns the root element where a chart resides. Usually it will be the parent div element where + * the svg was created. You can also pass in a new root element however this is usually handled by + * dc internally. Resetting the root element on a chart outside of dc internals may have + * unexpected consequences. + * @name root + * @memberof dc.baseMixin + * @instance + * @param {Element} [rootElement] + * @return {Element} + */ + _chart.root = function (rootElement) { + if (!arguments.length) { + return _root; + } + _root = rootElement; + return _chart; + }; + + /** + * Returns the top svg element for this specific chart. You can also pass in a new svg element, + * however this is usually handled by dc internally. Resetting the svg element on a chart outside + * of dc internals may have unexpected consequences. + * @name svg + * @memberof dc.baseMixin + * @instance + * @param {SVGElement} [svgElement] + * @return {SVGElement} + */ + _chart.svg = function (svgElement) { + if (!arguments.length) { + return _svg; + } + _svg = svgElement; + return _chart; + }; + + /** + * Remove the chart's SVG elements from the dom and recreate the container SVG element. + * @name resetSvg + * @memberof dc.baseMixin + * @instance + * @return {SVGElement} + */ + _chart.resetSvg = function () { + _chart.select('svg').remove(); + return generateSvg(); + }; + + function sizeSvg () { + if (_svg) { + _svg + .attr('width', _chart.width()) + .attr('height', _chart.height()); + } + } + + function generateSvg () { + _svg = _chart.root().append('svg'); + sizeSvg(); + return _svg; + } + + /** + * Set or get the filter printer function. The filter printer function is used to generate human + * friendly text for filter value(s) associated with the chart instance. By default dc charts use a + * default filter printer `dc.printers.filter` that provides simple printing support for both + * single value and ranged filters. + * @name filterPrinter + * @memberof dc.baseMixin + * @instance + * @param {Function} [filterPrinterFunction] + * @return {Function} + */ + _chart.filterPrinter = function (filterPrinterFunction) { + if (!arguments.length) { + return _filterPrinter; + } + _filterPrinter = filterPrinterFunction; + return _chart; + }; + + /** + #### .turnOnControls() & .turnOffControls() + Turn on/off optional control elements within the root element. dc currently supports the + following html control elements. + + * root.selectAll('.reset') - elements are turned on if the chart has an active filter. This type + of control element is usually used to store a reset link to allow user to reset filter on a + certain chart. This element will be turned off automatically if the filter is cleared. + * root.selectAll('.filter') elements are turned on if the chart has an active filter. The text + content of this element is then replaced with the current filter value using the filter printer + function. This type of element will be turned off automatically if the filter is cleared. + + **/ + /** + * Turn on optional control elements within the root element. dc currently supports the + * following html control elements. + * * root.selectAll('.reset') - elements are turned on if the chart has an active filter. This type + * of control element is usually used to store a reset link to allow user to reset filter on a + * certain chart. This element will be turned off automatically if the filter is cleared. + * * root.selectAll('.filter') elements are turned on if the chart has an active filter. The text + * content of this element is then replaced with the current filter value using the filter printer + * function. This type of element will be turned off automatically if the filter is cleared. + * @name turnOnControls + * @memberof dc.baseMixin + * @instance + * @return {Chart} + */ + _chart.turnOnControls = function () { + if (_root) { + _chart.selectAll('.reset').style('display', null); + _chart.selectAll('.filter').text(_filterPrinter(_chart.filters())).style('display', null); + } + return _chart; + }; + + /** + * Turn off optional control elements within the root element. + * @name turnOffControls + * @memberof dc.baseMixin + * @instance + * @return {Chart} + */ + _chart.turnOffControls = function () { + if (_root) { + _chart.selectAll('.reset').style('display', 'none'); + _chart.selectAll('.filter').style('display', 'none').text(_chart.filter()); + } + return _chart; + }; + + /** + * Set or get the animation transition duration (in milliseconds) for this chart instance. + * @name transitionDuration + * @memberof dc.baseMixin + * @instance + * @param {Number} [duration] + * @return {Number} + */ + _chart.transitionDuration = function (duration) { + if (!arguments.length) { + return _transitionDuration; + } + _transitionDuration = duration; + return _chart; + }; + + _chart._mandatoryAttributes = function (_) { + if (!arguments.length) { + return _mandatoryAttributes; + } + _mandatoryAttributes = _; + return _chart; + }; + + function checkForMandatoryAttributes (a) { + if (!_chart[a] || !_chart[a]()) { + throw new dc.errors.InvalidStateException('Mandatory attribute chart.' + a + + ' is missing on chart[#' + _chart.anchorName() + ']'); + } + } + + /** + * Invoking this method will force the chart to re-render everything from scratch. Generally it + * should only be used to render the chart for the first time on the page or if you want to make + * sure everything is redrawn from scratch instead of relying on the default incremental redrawing + * behaviour. + * @name render + * @memberof dc.baseMixin + * @instance + * @return {Chart} + */ + _chart.render = function () { + _listeners.preRender(_chart); + + if (_mandatoryAttributes) { + _mandatoryAttributes.forEach(checkForMandatoryAttributes); + } + + var result = _chart._doRender(); + + if (_legend) { + _legend.render(); + } + + _chart._activateRenderlets('postRender'); + + return result; + }; + + _chart._activateRenderlets = function (event) { + _listeners.pretransition(_chart); + if (_chart.transitionDuration() > 0 && _svg) { + _svg.transition().duration(_chart.transitionDuration()) + .each('end', function () { + _listeners.renderlet(_chart); + if (event) { + _listeners[event](_chart); + } + }); + } else { + _listeners.renderlet(_chart); + if (event) { + _listeners[event](_chart); + } + } + }; + + /** + * Calling redraw will cause the chart to re-render data changes incrementally. If there is no + * change in the underlying data dimension then calling this method will have no effect on the + * chart. Most chart interaction in dc will automatically trigger this method through internal + * events (in particular [dc.redrawAll](#dcredrawallchartgroup)); therefore, you only need to + * manually invoke this function if data is manipulated outside of dc's control (for example if + * data is loaded in the background using `crossfilter.add()`). + * @name redraw + * @memberof dc.baseMixin + * @instance + * @return {Chart} + */ + _chart.redraw = function () { + sizeSvg(); + _listeners.preRedraw(_chart); + + var result = _chart._doRedraw(); + + if (_legend) { + _legend.render(); + } + + _chart._activateRenderlets('postRedraw'); + + return result; + }; + + _chart.redrawGroup = function () { + dc.redrawAll(_chart.chartGroup()); + }; + + _chart.renderGroup = function () { + dc.renderAll(_chart.chartGroup()); + }; + + _chart._invokeFilteredListener = function (f) { + if (f !== undefined) { + _listeners.filtered(_chart, f); + } + }; + + _chart._invokeZoomedListener = function () { + _listeners.zoomed(_chart); + }; + + var _hasFilterHandler = function (filters, filter) { + if (filter === null || typeof(filter) === 'undefined') { + return filters.length > 0; + } + return filters.some(function (f) { + return filter <= f && filter >= f; + }); + }; + + /** + * Set or get the has filter handler. The has filter handler is a function that checks to see if + * the chart's current filters include a specific filter. Using a custom has filter handler allows + * you to change the way filters are checked for and replaced. + * @name hasFilterHandler + * @memberof dc.baseMixin + * @instance + * @example + * // default has filter handler + * function (filters, filter) { + * if (filter === null || typeof(filter) === 'undefined') { + * return filters.length > 0; + * } + * return filters.some(function (f) { + * return filter <= f && filter >= f; + * }); + * } + * + * // custom filter handler (no-op) + * chart.hasFilterHandler(function(filters, filter) { + * return false; + * }); + * @param {Function} [hasFilterHandler] + * @return {Chart} + */ + _chart.hasFilterHandler = function (hasFilterHandler) { + if (!arguments.length) { + return _hasFilterHandler; + } + _hasFilterHandler = hasFilterHandler; + return _chart; + }; + + /** + * Check whether any active filter or a specific filter is associated with particular chart instance. + * This function is **not chainable**. + * @name hasFilter + * @memberof dc.baseMixin + * @instance + * @param {*} [filter] + * @return {Boolean} + */ + _chart.hasFilter = function (filter) { + return _hasFilterHandler(_filters, filter); + }; + + var _removeFilterHandler = function (filters, filter) { + for (var i = 0; i < filters.length; i++) { + if (filters[i] <= filter && filters[i] >= filter) { + filters.splice(i, 1); + break; + } + } + return filters; + }; + + /** + * Set or get the remove filter handler. The remove filter handler is a function that removes a + * filter from the chart's current filters. Using a custom remove filter handler allows you to + * change how filters are removed or perform additional work when removing a filter, e.g. when + * using a filter server other than crossfilter. + * + * Any changes should modify the `filters` array argument and return that array. + * @name removeFilterHandler + * @memberof dc.baseMixin + * @instance + * @example + * // default remove filter handler + * function (filters, filter) { + * for (var i = 0; i < filters.length; i++) { + * if (filters[i] <= filter && filters[i] >= filter) { + * filters.splice(i, 1); + * break; + * } + * } + * return filters; + * } + * + * // custom filter handler (no-op) + * chart.removeFilterHandler(function(filters, filter) { + * return filters; + * }); + * @param {Function} [removeFilterHandler] + * @return {Chart} + */ + _chart.removeFilterHandler = function (removeFilterHandler) { + if (!arguments.length) { + return _removeFilterHandler; + } + _removeFilterHandler = removeFilterHandler; + return _chart; + }; + + var _addFilterHandler = function (filters, filter) { + filters.push(filter); + return filters; + }; + + /** + * Set or get the add filter handler. The add filter handler is a function that adds a filter to + * the chart's filter list. Using a custom add filter handler allows you to change the way filters + * are added or perform additional work when adding a filter, e.g. when using a filter server other + * than crossfilter. + * + * Any changes should modify the `filters` array argument and return that array. + * @name addFilterHandler + * @memberof dc.baseMixin + * @instance + * @example + * // default add filter handler + * function (filters, filter) { + * filters.push(filter); + * return filters; + * } + * + * // custom filter handler (no-op) + * chart.addFilterHandler(function(filters, filter) { + * return filters; + * }); + * @param {Function} [addFilterHandler] + * @return {Chart} + */ + _chart.addFilterHandler = function (addFilterHandler) { + if (!arguments.length) { + return _addFilterHandler; + } + _addFilterHandler = addFilterHandler; + return _chart; + }; + + var _resetFilterHandler = function (filters) { + return []; + }; + + /** + * Set or get the reset filter handler. The reset filter handler is a function that resets the + * chart's filter list by returning a new list. Using a custom reset filter handler allows you to + * change the way filters are reset, or perform additional work when resetting the filters, + * e.g. when using a filter server other than crossfilter. + * + * This function should return an array. + * @name resetFilterHandler + * @memberof dc.baseMixin + * @instance + * @example + * // default remove filter handler + * function (filters) { + * return []; + * } + * + * // custom filter handler (no-op) + * chart.resetFilterHandler(function(filters) { + * return filters; + * }); + * @param {Function} [resetFilterHandler] + * @return {Chart} + */ + _chart.resetFilterHandler = function (resetFilterHandler) { + if (!arguments.length) { + return _resetFilterHandler; + } + _resetFilterHandler = resetFilterHandler; + return _chart; + }; + + function applyFilters () { + if (_chart.dimension() && _chart.dimension().filter) { + var fs = _filterHandler(_chart.dimension(), _filters); + _filters = fs ? fs : _filters; + } + } + + _chart.replaceFilter = function (_) { + _filters = []; + _chart.filter(_); + }; + + /** + * Filter the chart by the given value or return the current filter if the input parameter is missing. + * @name filter + * @memberof dc.baseMixin + * @instance + * @example + * // filter by a single string + * chart.filter('Sunday'); + * // filter by a single age + * chart.filter(18); + * @param {*} [filter] + * @return {Chart} + */ + _chart.filter = function (filter) { + if (!arguments.length) { + return _filters.length > 0 ? _filters[0] : null; + } + if (filter instanceof Array && filter[0] instanceof Array && !filter.isFiltered) { + filter[0].forEach(function (d) { + if (_chart.hasFilter(d)) { + _removeFilterHandler(_filters, d); + } else { + _addFilterHandler(_filters, d); + } + }); + } else if (filter === null) { + _filters = _resetFilterHandler(_filters); + } else { + if (_chart.hasFilter(filter)) { + _removeFilterHandler(_filters, filter); + } else { + _addFilterHandler(_filters, filter); + } + } + applyFilters(); + _chart._invokeFilteredListener(filter); + + if (_root !== null && _chart.hasFilter()) { + _chart.turnOnControls(); + } else { + _chart.turnOffControls(); + } + + return _chart; + }; + + /** + * Returns all current filters. This method does not perform defensive cloning of the internal + * filter array before returning, therefore any modification of the returned array will effect the + * chart's internal filter storage. + * @name filters + * @memberof dc.baseMixin + * @instance + * @return {Array<*>} + */ + _chart.filters = function () { + return _filters; + }; + + _chart.highlightSelected = function (e) { + d3.select(e).classed(dc.constants.SELECTED_CLASS, true); + d3.select(e).classed(dc.constants.DESELECTED_CLASS, false); + }; + + _chart.fadeDeselected = function (e) { + d3.select(e).classed(dc.constants.SELECTED_CLASS, false); + d3.select(e).classed(dc.constants.DESELECTED_CLASS, true); + }; + + _chart.resetHighlight = function (e) { + d3.select(e).classed(dc.constants.SELECTED_CLASS, false); + d3.select(e).classed(dc.constants.DESELECTED_CLASS, false); + }; + + /** + * This function is passed to d3 as the onClick handler for each chart. The default behavior is to + * filter on the clicked datum (passed to the callback) and redraw the chart group. + * @name onClick + * @memberof dc.baseMixin + * @instance + * @param {*} datum + */ + _chart.onClick = function (datum) { + var filter = _chart.keyAccessor()(datum); + dc.events.trigger(function () { + _chart.filter(filter); + _chart.redrawGroup(); + }); + }; + + /** + * Set or get the filter handler. The filter handler is a function that performs the filter action + * on a specific dimension. Using a custom filter handler allows you to perform additional logic + * before or after filtering. + * @name filterHandler + * @memberof dc.baseMixin + * @instance + * @example + * // default filter handler + * function(dimension, filter){ + * dimension.filter(filter); // perform filtering + * return filter; // return the actual filter value + * } + * + * // custom filter handler + * chart.filterHandler(function(dimension, filter){ + * var newFilter = filter + 10; + * dimension.filter(newFilter); + * return newFilter; // set the actual filter value to the new value + * }); + * @param {Function} filterHandler + * @return {Chart} + */ + _chart.filterHandler = function (filterHandler) { + if (!arguments.length) { + return _filterHandler; + } + _filterHandler = filterHandler; + return _chart; + }; + + // abstract function stub + _chart._doRender = function () { + // do nothing in base, should be overridden by sub-function + return _chart; + }; + + _chart._doRedraw = function () { + // do nothing in base, should be overridden by sub-function + return _chart; + }; + + _chart.legendables = function () { + // do nothing in base, should be overridden by sub-function + return []; + }; + + _chart.legendHighlight = function () { + // do nothing in base, should be overridden by sub-function + }; + + _chart.legendReset = function () { + // do nothing in base, should be overridden by sub-function + }; + + _chart.legendToggle = function () { + // do nothing in base, should be overriden by sub-function + }; + + _chart.isLegendableHidden = function () { + // do nothing in base, should be overridden by sub-function + return false; + }; + + /** + * Set or get the key accessor function. The key accessor function is used to retrieve the key + * value from the crossfilter group. Key values are used differently in different charts, for + * example keys correspond to slices in a pie chart and x axis positions in a grid coordinate chart. + * @name keyAccessor + * @memberof dc.baseMixin + * @instance + * @example + * // default key accessor + * chart.keyAccessor(function(d) { return d.key; }); + * // custom key accessor for a multi-value crossfilter reduction + * chart.keyAccessor(function(p) { return p.value.absGain; }); + * @param {Function} keyAccessor + * @return {Chart} + */ + _chart.keyAccessor = function (keyAccessor) { + if (!arguments.length) { + return _keyAccessor; + } + _keyAccessor = keyAccessor; + return _chart; + }; + + /** + * Set or get the value accessor function. The value accessor function is used to retrieve the + * value from the crossfilter group. Group values are used differently in different charts, for + * example values correspond to slice sizes in a pie chart and y axis positions in a grid + * coordinate chart. + * @name valueAccessor + * @memberof dc.baseMixin + * @instance + * @example + * // default value accessor + * chart.valueAccessor(function(d) { return d.value; }); + * // custom value accessor for a multi-value crossfilter reduction + * chart.valueAccessor(function(p) { return p.value.percentageGain; }); + * @param {Function} valueAccessor + * @return {Chart} + */ + _chart.valueAccessor = function (valueAccessor) { + if (!arguments.length) { + return _valueAccessor; + } + _valueAccessor = valueAccessor; + return _chart; + }; + + /** + * Set or get the label function. The chart class will use this function to render labels for each + * child element in the chart, e.g. slices in a pie chart or bubbles in a bubble chart. Not every + * chart supports the label function for example bar chart and line chart do not use this function + * at all. + * @name label + * @memberof dc.baseMixin + * @instance + * @example + * // default label function just return the key + * chart.label(function(d) { return d.key; }); + * // label function has access to the standard d3 data binding and can get quite complicated + * chart.label(function(d) { return d.data.key + '(' + Math.floor(d.data.value / all.value() * 100) + '%)'; }); + * @param {Function} labelFunction + * @return {Chart} + */ + _chart.label = function (labelFunction) { + if (!arguments.length) { + return _label; + } + _label = labelFunction; + _renderLabel = true; + return _chart; + }; + + /** + * Turn on/off label rendering + * @name renderLabel + * @memberof dc.baseMixin + * @instance + * @param {Boolean} renderLabel + * @return {Boolean} + */ + _chart.renderLabel = function (renderLabel) { + if (!arguments.length) { + return _renderLabel; + } + _renderLabel = renderLabel; + return _chart; + }; + + /** + * Set or get the title function. The chart class will use this function to render the svg title + * (usually interpreted by browser as tooltips) for each child element in the chart, e.g. a slice + * in a pie chart or a bubble in a bubble chart. Almost every chart supports the title function; + * however in grid coordinate charts you need to turn off the brush in order to see titles, because + * otherwise the brush layer will block tooltip triggering. + * @name title + * @memberof dc.baseMixin + * @instance + * @example + * // default title function just return the key + * chart.title(function(d) { return d.key + ': ' + d.value; }); + * // title function has access to the standard d3 data binding and can get quite complicated + * chart.title(function(p) { + * return p.key.getFullYear() + * + '\n' + * + 'Index Gain: ' + numberFormat(p.value.absGain) + '\n' + * + 'Index Gain in Percentage: ' + numberFormat(p.value.percentageGain) + '%\n' + * + 'Fluctuation / Index Ratio: ' + numberFormat(p.value.fluctuationPercentage) + '%'; + * }); + * @param {Function} titleFunction + * @return {Function} + */ + _chart.title = function (titleFunction) { + if (!arguments.length) { + return _title; + } + _title = titleFunction; + return _chart; + }; + + /** + * Turn on/off title rendering, or return the state of the render title flag if no arguments are + * given. + * @name renderTitle + * @memberof dc.baseMixin + * @instance + * @param {Boolean} renderTitle + * @return {Boolean} + */ + _chart.renderTitle = function (renderTitle) { + if (!arguments.length) { + return _renderTitle; + } + _renderTitle = renderTitle; + return _chart; + }; + + /** + * A renderlet is similar to an event listener on rendering event. Multiple renderlets can be added + * to an individual chart. Each time a chart is rerendered or redrawn the renderlets are invoked + * right after the chart finishes its transitions, giving you a way to modify the svg + * elements. Renderlet functions take the chart instance as the only input parameter and you can + * use the dc API or use raw d3 to achieve pretty much any effect. + * @name renderlet + * @memberof dc.baseMixin + * @instance + * @deprecated Use [Listeners](#Listeners) with a 'renderlet' prefix. + * Generates a random key for the renderlet, which makes it hard to remove. + * @example + * // do this instead of .renderlet(function(chart) { ... }) + * chart.on("renderlet", function(chart){ + * // mix of dc API and d3 manipulation + * chart.select('g.y').style('display', 'none'); + * // its a closure so you can also access other chart variable available in the closure scope + * moveChart.filter(chart.filter()); + * }); + * @param {Function} renderletFunction + * @return {Function} + */ + _chart.renderlet = dc.logger.deprecate(function (renderletFunction) { + _chart.on('renderlet.' + dc.utils.uniqueId(), renderletFunction); + return _chart; + }, 'chart.renderlet has been deprecated. Please use chart.on("renderlet.", renderletFunction)'); + + /** + * Get or set the chart group to which this chart belongs. Chart groups are rendered or redrawn + * together since it is expected they share the same underlying crossfilter data set. + * @name chartGroup + * @memberof dc.baseMixin + * @instance + * @param {String} chartGroup + * @return {String} + */ + _chart.chartGroup = function (chartGroup) { + if (!arguments.length) { + return _chartGroup; + } + if (!_isChild) { + dc.deregisterChart(_chart, _chartGroup); + } + _chartGroup = chartGroup; + if (!_isChild) { + dc.registerChart(_chart, _chartGroup); + } + return _chart; + }; + + /** + * Expire the internal chart cache. dc charts cache some data internally on a per chart basis to + * speed up rendering and avoid unnecessary calculation; however it might be useful to clear the + * cache if you have changed state which will affect rendering. For example if you invoke the + * `crossfilter.add` function or reset group or dimension after rendering it is a good idea to + * clear the cache to make sure charts are rendered properly. + * @name expireCache + * @memberof dc.baseMixin + * @instance + * @return {Chart} + */ + _chart.expireCache = function () { + // do nothing in base, should be overridden by sub-function + return _chart; + }; + + /** + * Attach a dc.legend widget to this chart. The legend widget will automatically draw legend labels + * based on the color setting and names associated with each group. + * @name legend + * @memberof dc.baseMixin + * @instance + * @example + * chart.legend(dc.legend().x(400).y(10).itemHeight(13).gap(5)) + * @param {dc.legend} [legend] + * @return {dc.legend} + */ + _chart.legend = function (legend) { + if (!arguments.length) { + return _legend; + } + _legend = legend; + _legend.parent(_chart); + return _chart; + }; + + /** + * Returns the internal numeric ID of the chart. + * @name chartID + * @memberof dc.baseMixin + * @instance + * @return {String} + */ + _chart.chartID = function () { + return _chart.__dcFlag__; + }; + + /** + * Set chart options using a configuration object. Each key in the object will cause the method of + * the same name to be called with the value to set that attribute for the chart. + * @name options + * @memberof dc.baseMixin + * @instance + * @example + * chart.options({dimension: myDimension, group: myGroup}); + * @param {{}} opts + * @return {Chart} + */ + _chart.options = function (opts) { + var applyOptions = [ + 'anchor', + 'group', + 'xAxisLabel', + 'yAxisLabel', + 'stack', + 'title', + 'point', + 'getColor', + 'overlayGeoJson' + ]; + + for (var o in opts) { + if (typeof(_chart[o]) === 'function') { + if (opts[o] instanceof Array && applyOptions.indexOf(o) !== -1) { + _chart[o].apply(_chart, opts[o]); + } else { + _chart[o].call(_chart, opts[o]); + } + } else { + dc.logger.debug('Not a valid option setter name: ' + o); + } + } + return _chart; + }; + + /** + * All dc chart instance supports the following listeners. + * Supports the following events: + * * 'renderlet' - This listener function will be invoked after transitions after redraw and render. Replaces the + * deprecated `.renderlet()` method. + * * 'pretransition' - Like `.on('renderlet', ...)` but the event is fired before transitions start. + * * 'preRender' - This listener function will be invoked before chart rendering. + * * 'postRender' - This listener function will be invoked after chart finish rendering including + * all renderlets' logic. + * * 'preRedraw' - This listener function will be invoked before chart redrawing. + * * 'postRedraw' - This listener function will be invoked after chart finish redrawing + * including all renderlets' logic. + * * 'filtered' - This listener function will be invoked after a filter is applied, added or removed. + * * 'zoomed' - This listener function will be invoked after a zoom is triggered. + * @name on + * @memberof dc.baseMixin + * @instance + * @example + * .on('renderlet', function(chart, filter){...}) + * .on('pretransition', function(chart, filter){...}) + * .on('preRender', function(chart){...}) + * .on('postRender', function(chart){...}) + * .on('preRedraw', function(chart){...}) + * .on('postRedraw', function(chart){...}) + * .on('filtered', function(chart, filter){...}) + * .on('zoomed', function(chart, filter){...}) + * @param {String} event + * @param {Function} listener + * @return {Chart} + */ + _chart.on = function (event, listener) { + _listeners.on(event, listener); + return _chart; + }; + + return _chart; +}; + +/** + * Margin is a mixin that provides margin utility functions for both the Row Chart and Coordinate Grid + * Charts. + * @name marginMixin + * @memberof dc + * @mixin + * @param {Chart} _chart + * @returns {Chart} + */ +dc.marginMixin = function (_chart) { + var _margin = {top: 10, right: 50, bottom: 30, left: 30}; + + /** + * Get or set the margins for a particular coordinate grid chart instance. The margins is stored as + * an associative Javascript array. + * @name margins + * @memberof dc.marginMixin + * @instance + * @example + * var leftMargin = chart.margins().left; // 30 by default + * chart.margins().left = 50; + * leftMargin = chart.margins().left; // now 50 + * @param {{top:Number, right: Number, left: Number, bottom: Number}} [margins={top: 10, right: 50, bottom: 30, left: 30}] + * @returns {Chart} + */ + _chart.margins = function (margins) { + if (!arguments.length) { + return _margin; + } + _margin = margins; + return _chart; + }; + + _chart.effectiveWidth = function () { + return _chart.width() - _chart.margins().left - _chart.margins().right; + }; + + _chart.effectiveHeight = function () { + return _chart.height() - _chart.margins().top - _chart.margins().bottom; + }; + + return _chart; +}; + +/** + * The Color Mixin is an abstract chart functional class providing universal coloring support + * as a mix-in for any concrete chart implementation. + * @name colorMixin + * @memberof dc + * @mixin + * @param {Chart} _chart + * @returns {Chart} + */ +dc.colorMixin = function (_chart) { + var _colors = d3.scale.category20c(); + var _defaultAccessor = true; + + var _colorAccessor = function (d) { return _chart.keyAccessor()(d); }; + + /** + * Retrieve current color scale or set a new color scale. This methods accepts any function that + * operates like a d3 scale. + * @name colors + * @memberof dc.colorMixin + * @instance + * @example + * // alternate categorical scale + * chart.colors(d3.scale.category20b()); + * + * // ordinal scale + * chart.colors(d3.scale.ordinal().range(['red','green','blue'])); + * // convenience method, the same as above + * chart.ordinalColors(['red','green','blue']); + * + * // set a linear scale + * chart.linearColors(["#4575b4", "#ffffbf", "#a50026"]); + * @param {D3Scale} [colorScale=d3.scale.category20c()] + * @returns {Chart} + */ + _chart.colors = function (colorScale) { + if (!arguments.length) { + return _colors; + } + if (colorScale instanceof Array) { + _colors = d3.scale.quantize().range(colorScale); // deprecated legacy support, note: this fails for ordinal domains + } else { + _colors = d3.functor(colorScale); + } + return _chart; + }; + + /** + * Convenience method to set the color scale to d3.scale.ordinal with range `r`. + * @name ordinalColors + * @memberof dc.colorMixin + * @instance + * @param {Array} r + * @returns {Chart} + */ + _chart.ordinalColors = function (r) { + return _chart.colors(d3.scale.ordinal().range(r)); + }; + + /** + * Convenience method to set the color scale to an Hcl interpolated linear scale with range `r`. + * @name linearColors + * @memberof dc.colorMixin + * @instance + * @param {Array} r + * @returns {Chart} + */ + _chart.linearColors = function (r) { + return _chart.colors(d3.scale.linear() + .range(r) + .interpolate(d3.interpolateHcl)); + }; + + /** + * Set or the get color accessor function. This function will be used to map a data point in a + * crossfilter group to a color value on the color scale. The default function uses the key + * accessor. + * @name linearColors + * @memberof dc.colorMixin + * @instance + * @example + * // default index based color accessor + * .colorAccessor(function (d, i){return i;}) + * // color accessor for a multi-value crossfilter reduction + * .colorAccessor(function (d){return d.value.absGain;}) + * @param {Function} [colorAccessorFunction] + * @returns {Function} + */ + _chart.colorAccessor = function (colorAccessorFunction) { + if (!arguments.length) { + return _colorAccessor; + } + _colorAccessor = colorAccessorFunction; + _defaultAccessor = false; + return _chart; + }; + + // what is this? + _chart.defaultColorAccessor = function () { + return _defaultAccessor; + }; + + /** + * Set or get the current domain for the color mapping function. The domain must be supplied as an + * array. + * + * Note: previously this method accepted a callback function. Instead you may use a custom scale + * set by `.colors`. + * @name colorDomain + * @memberof dc.colorMixin + * @instance + * @param {Array} [domain] + * @returns {Function} + */ + _chart.colorDomain = function (domain) { + if (!arguments.length) { + return _colors.domain(); + } + _colors.domain(domain); + return _chart; + }; + + /** + * Set the domain by determining the min and max values as retrieved by `.colorAccessor` over the + * chart's dataset. + * @name calculateColorDomain + * @memberof dc.colorMixin + * @instance + * @returns {Chart} + */ + _chart.calculateColorDomain = function () { + var newDomain = [d3.min(_chart.data(), _chart.colorAccessor()), + d3.max(_chart.data(), _chart.colorAccessor())]; + _colors.domain(newDomain); + return _chart; + }; + + /** + * Get the color for the datum d and counter i. This is used internally by charts to retrieve a color. + * @name getColor + * @memberof dc.colorMixin + * @instance + * @param {*} d + * @param {Number} [i] + * @returns {String} + */ + _chart.getColor = function (d, i) { + return _colors(_colorAccessor.call(this, d, i)); + }; + + /** + * Get the color for the datum d and counter i. This is used internally by charts to retrieve a color. + * @name colorCalculator + * @memberof dc.colorMixin + * @instance + * @param {*} [colorCalculator] + * @returns {*} + */ + _chart.colorCalculator = function (colorCalculator) { + if (!arguments.length) { + return _chart.getColor; + } + _chart.getColor = colorCalculator; + return _chart; + }; + + return _chart; +}; + +/** + * Coordinate Grid is an abstract base chart designed to support a number of coordinate grid based + * concrete chart types, e.g. bar chart, line chart, and bubble chart. + * @name coordinateGridMixin + * @memberof dc + * @mixin + * @mixes dc.colorMixin + * @mixes dc.marginMixin + * @mixes dc.baseMixin + * @param {Chart} _chart + * @returns {Chart} + */ +dc.coordinateGridMixin = function (_chart) { + var GRID_LINE_CLASS = 'grid-line'; + var HORIZONTAL_CLASS = 'horizontal'; + var VERTICAL_CLASS = 'vertical'; + var Y_AXIS_LABEL_CLASS = 'y-axis-label'; + var X_AXIS_LABEL_CLASS = 'x-axis-label'; + var DEFAULT_AXIS_LABEL_PADDING = 12; + + _chart = dc.colorMixin(dc.marginMixin(dc.baseMixin(_chart))); + + _chart.colors(d3.scale.category10()); + _chart._mandatoryAttributes().push('x'); + + function zoomHandler () { + _refocused = true; + if (_zoomOutRestrict) { + _chart.x().domain(constrainRange(_chart.x().domain(), _xOriginalDomain)); + if (_rangeChart) { + _chart.x().domain(constrainRange(_chart.x().domain(), _rangeChart.x().domain())); + } + } + + var domain = _chart.x().domain(); + var domFilter = dc.filters.RangedFilter(domain[0], domain[1]); + + _chart.replaceFilter(domFilter); + _chart.rescale(); + _chart.redraw(); + + if (_rangeChart && !rangesEqual(_chart.filter(), _rangeChart.filter())) { + dc.events.trigger(function () { + _rangeChart.replaceFilter(domFilter); + _rangeChart.redraw(); + }); + } + + _chart._invokeZoomedListener(); + + dc.events.trigger(function () { + _chart.redrawGroup(); + }, dc.constants.EVENT_DELAY); + + _refocused = !rangesEqual(domain, _xOriginalDomain); + } + + var _parent; + var _g; + var _chartBodyG; + + var _x; + var _xOriginalDomain; + var _xAxis = d3.svg.axis().orient('bottom'); + var _xUnits = dc.units.integers; + var _xAxisPadding = 0; + var _xElasticity = false; + var _xAxisLabel; + var _xAxisLabelPadding = 0; + var _lastXDomain; + + var _y; + var _yAxis = d3.svg.axis().orient('left'); + var _yAxisPadding = 0; + var _yElasticity = false; + var _yAxisLabel; + var _yAxisLabelPadding = 0; + + var _brush = d3.svg.brush(); + var _brushOn = true; + var _round; + + var _renderHorizontalGridLine = false; + var _renderVerticalGridLine = false; + + var _refocused = false, _resizing = false; + var _unitCount; + + var _zoomScale = [1, Infinity]; + var _zoomOutRestrict = true; + + var _zoom = d3.behavior.zoom().on('zoom', zoomHandler); + var _nullZoom = d3.behavior.zoom().on('zoom', null); + var _hasBeenMouseZoomable = false; + + var _rangeChart; + var _focusChart; + + var _mouseZoomable = false; + var _clipPadding = 0; + + var _outerRangeBandPadding = 0.5; + var _rangeBandPadding = 0; + + var _useRightYAxis = false; + + /** + * When changing the domain of the x or y scale, it is necessary to tell the chart to recalculate + * and redraw the axes. (`.rescale()` is called automatically when the x or y scale is replaced + * with `.x()` or `.y()`, and has no effect on elastic scales.) + * @name rescale + * @memberof dc.coordinateGridMixin + * @instance + * @returns {Chart} + */ + _chart.rescale = function () { + _unitCount = undefined; + _resizing = true; + return _chart; + }; + + /** + * Get or set the range selection chart associated with this instance. Setting the range selection + * chart using this function will automatically update its selection brush when the current chart + * zooms in. In return the given range chart will also automatically attach this chart as its focus + * chart hence zoom in when range brush updates. See the [Nasdaq 100 + * Index](http://dc-js.github.com/dc.js/) example for this effect in action. + * @name rangeChart + * @memberof dc.coordinateGridMixin + * @instance + * @param {Chart} [rangeChart] + * @returns {Chart} + */ + _chart.rangeChart = function (rangeChart) { + if (!arguments.length) { + return _rangeChart; + } + _rangeChart = rangeChart; + _rangeChart.focusChart(_chart); + return _chart; + }; + + /** + * Get or set the scale extent for mouse zooms. + * @name zoomScale + * @memberof dc.coordinateGridMixin + * @instance + * @param {Array<*>} [extent] + * @returns {Chart} + */ + _chart.zoomScale = function (extent) { + if (!arguments.length) { + return _zoomScale; + } + _zoomScale = extent; + return _chart; + }; + + /** + * Get or set the zoom restriction for the chart. If true limits the zoom to origional domain of the chart. + * @name zoomOutRestrict + * @memberof dc.coordinateGridMixin + * @instance + * @param {Boolean} [zoomOutRestrict=true] + * @returns {Chart} + */ + _chart.zoomOutRestrict = function (zoomOutRestrict) { + if (!arguments.length) { + return _zoomOutRestrict; + } + _zoomScale[0] = zoomOutRestrict ? 1 : 0; + _zoomOutRestrict = zoomOutRestrict; + return _chart; + }; + + _chart._generateG = function (parent) { + if (parent === undefined) { + _parent = _chart.svg(); + } else { + _parent = parent; + } + + _g = _parent.append('g'); + + _chartBodyG = _g.append('g').attr('class', 'chart-body') + .attr('transform', 'translate(' + _chart.margins().left + ', ' + _chart.margins().top + ')') + .attr('clip-path', 'url(#' + getClipPathId() + ')'); + + return _g; + }; + + /** + * Get or set the root g element. This method is usually used to retrieve the g element in order to + * overlay custom svg drawing programatically. **Caution**: The root g element is usually generated + * by dc.js internals, and resetting it might produce unpredictable result. + * @name g + * @memberof dc.coordinateGridMixin + * @instance + * @param {svg} [gElement] + * @returns {Chart} + */ + _chart.g = function (gElement) { + if (!arguments.length) { + return _g; + } + _g = gElement; + return _chart; + }; + + /** + * Set or get mouse zoom capability flag (default: false). When turned on the chart will be + * zoomable using the mouse wheel. If the range selector chart is attached zooming will also update + * the range selection brush on the associated range selector chart. + * @name mouseZoomable + * @memberof dc.coordinateGridMixin + * @instance + * @param {Boolean} [mouseZoomable] + * @returns {Chart} + */ + _chart.mouseZoomable = function (mouseZoomable) { + if (!arguments.length) { + return _mouseZoomable; + } + _mouseZoomable = mouseZoomable; + return _chart; + }; + + /** + * Retrieve the svg group for the chart body. + * @name chartBodyG + * @memberof dc.coordinateGridMixin + * @instance + * @param {svg} [chartBodyG] + * @returns {Chart} + */ + _chart.chartBodyG = function (chartBodyG) { + if (!arguments.length) { + return _chartBodyG; + } + _chartBodyG = chartBodyG; + return _chart; + }; + + /** + * **mandatory** + * + * Get or set the x scale. The x scale can be any d3 + * [quantitive scale](https://github.com/mbostock/d3/wiki/Quantitative-Scales) or + * [ordinal scale](https://github.com/mbostock/d3/wiki/Ordinal-Scales). + * @name x + * @memberof dc.coordinateGridMixin + * @instance + * @example + * // set x to a linear scale + * chart.x(d3.scale.linear().domain([-2500, 2500])) + * // set x to a time scale to generate histogram + * chart.x(d3.time.scale().domain([new Date(1985, 0, 1), new Date(2012, 11, 31)])) + * @param {d3.scale} [xScale] + * @returns {Chart} + */ + _chart.x = function (xScale) { + if (!arguments.length) { + return _x; + } + _x = xScale; + _xOriginalDomain = _x.domain(); + _chart.rescale(); + return _chart; + }; + + _chart.xOriginalDomain = function () { + return _xOriginalDomain; + }; + + /** + * Set or get the xUnits function. The coordinate grid chart uses the xUnits function to calculate + * the number of data projections on x axis such as the number of bars for a bar chart or the + * number of dots for a line chart. This function is expected to return a Javascript array of all + * data points on x axis, or the number of points on the axis. [d3 time range functions + * d3.time.days, d3.time.months, and + * d3.time.years](https://github.com/mbostock/d3/wiki/Time-Intervals#aliases) are all valid xUnits + * function. dc.js also provides a few units function, see the [Utilities](#utilities) section for + * a list of built-in units functions. The default xUnits function is dc.units.integers. + * @name xUnits + * @memberof dc.coordinateGridMixin + * @instance + * @example + * // set x units to count days + * chart.xUnits(d3.time.days); + * // set x units to count months + * chart.xUnits(d3.time.months); + * + * // A custom xUnits function can be used as long as it follows the following interface: + * // units in integer + * function(start, end, xDomain) { + * // simply calculates how many integers in the domain + * return Math.abs(end - start); + * }; + * + * // fixed units + * function(start, end, xDomain) { + * // be aware using fixed units will disable the focus/zoom ability on the chart + * return 1000; + * @param {Function} [xUnits] + * @returns {Chart} + */ + _chart.xUnits = function (xUnits) { + if (!arguments.length) { + return _xUnits; + } + _xUnits = xUnits; + return _chart; + }; + + /** + * Set or get the x axis used by a particular coordinate grid chart instance. This function is most + * useful when x axis customization is required. The x axis in dc.js is an instance of a [d3 + * axis object](https://github.com/mbostock/d3/wiki/SVG-Axes#wiki-axis); therefore it supports any + * valid d3 axis manipulation. **Caution**: The x axis is usually generated internally by dc; + * resetting it may cause unexpected results. + * @name xAxis + * @memberof dc.coordinateGridMixin + * @instance + * @example + * // customize x axis tick format + * chart.xAxis().tickFormat(function(v) {return v + '%';}); + * // customize x axis tick values + * chart.xAxis().tickValues([0, 100, 200, 300]); + * @param {d3.svg.axis} [xAxis] + * @returns {Chart} + */ + _chart.xAxis = function (xAxis) { + if (!arguments.length) { + return _xAxis; + } + _xAxis = xAxis; + return _chart; + }; + + /** + * Turn on/off elastic x axis behavior. If x axis elasticity is turned on, then the grid chart will + * attempt to recalculate the x axis range whenever a redraw event is triggered. + * @name elasticX + * @memberof dc.coordinateGridMixin + * @instance + * @param {Boolean} [elasticX=false] + * @returns {Chart} + */ + _chart.elasticX = function (elasticX) { + if (!arguments.length) { + return _xElasticity; + } + _xElasticity = elasticX; + return _chart; + }; + + /** + * Set or get x axis padding for the elastic x axis. The padding will be added to both end of the x + * axis if elasticX is turned on; otherwise it is ignored. + * + * padding can be an integer or percentage in string (e.g. '10%'). Padding can be applied to + * number or date x axes. When padding a date axis, an integer represents number of days being padded + * and a percentage string will be treated the same as an integer. + * @name xAxisPadding + * @memberof dc.coordinateGridMixin + * @instance + * @param {Number|String} [padding] + * @returns {Chart} + */ + _chart.xAxisPadding = function (padding) { + if (!arguments.length) { + return _xAxisPadding; + } + _xAxisPadding = padding; + return _chart; + }; + + /** + * Returns the number of units displayed on the x axis using the unit measure configured by + * .xUnits. + * @name xUnitCount + * @memberof dc.coordinateGridMixin + * @instance + * @returns {Number} + */ + _chart.xUnitCount = function () { + if (_unitCount === undefined) { + var units = _chart.xUnits()(_chart.x().domain()[0], _chart.x().domain()[1], _chart.x().domain()); + + if (units instanceof Array) { + _unitCount = units.length; + } else { + _unitCount = units; + } + } + + return _unitCount; + }; + + /** + * Gets or sets whether the chart should be drawn with a right axis instead of a left axis. When + * used with a chart in a composite chart, allows both left and right Y axes to be shown on a + * chart. + * @name useRightYAxis + * @memberof dc.coordinateGridMixin + * @instance + * @param {Boolean} [useRightYAxis=false] + * @returns {Chart} + */ + _chart.useRightYAxis = function (useRightYAxis) { + if (!arguments.length) { + return _useRightYAxis; + } + _useRightYAxis = useRightYAxis; + return _chart; + }; + + /** + * Returns true if the chart is using ordinal xUnits ([dc.units.ordinal](#dcunitsordinal)), or false + * otherwise. Most charts behave differently with ordinal data and use the result of this method to + * trigger the appropriate logic. + * @name isOrdinal + * @memberof dc.coordinateGridMixin + * @instance + * @returns {Boolean} + */ + _chart.isOrdinal = function () { + return _chart.xUnits() === dc.units.ordinal; + }; + + _chart._useOuterPadding = function () { + return true; + }; + + _chart._ordinalXDomain = function () { + var groups = _chart._computeOrderedGroups(_chart.data()); + return groups.map(_chart.keyAccessor()); + }; + + function compareDomains (d1, d2) { + return !d1 || !d2 || d1.length !== d2.length || + d1.some(function (elem, i) { return elem.toString() !== d2[i].toString(); }); + } + + function prepareXAxis (g, render) { + if (!_chart.isOrdinal()) { + if (_chart.elasticX()) { + _x.domain([_chart.xAxisMin(), _chart.xAxisMax()]); + } + } else { // _chart.isOrdinal() + if (_chart.elasticX() || _x.domain().length === 0) { + _x.domain(_chart._ordinalXDomain()); + } + } + + // has the domain changed? + var xdom = _x.domain(); + if (render || compareDomains(_lastXDomain, xdom)) { + _chart.rescale(); + } + _lastXDomain = xdom; + + // please can't we always use rangeBands for bar charts? + if (_chart.isOrdinal()) { + _x.rangeBands([0, _chart.xAxisLength()], _rangeBandPadding, + _chart._useOuterPadding() ? _outerRangeBandPadding : 0); + } else { + _x.range([0, _chart.xAxisLength()]); + } + + _xAxis = _xAxis.scale(_chart.x()); + + renderVerticalGridLines(g); + } + + _chart.renderXAxis = function (g) { + var axisXG = g.selectAll('g.x'); + + if (axisXG.empty()) { + axisXG = g.append('g') + .attr('class', 'axis x') + .attr('transform', 'translate(' + _chart.margins().left + ',' + _chart._xAxisY() + ')'); + } + + var axisXLab = g.selectAll('text.' + X_AXIS_LABEL_CLASS); + if (axisXLab.empty() && _chart.xAxisLabel()) { + axisXLab = g.append('text') + .attr('class', X_AXIS_LABEL_CLASS) + .attr('transform', 'translate(' + (_chart.margins().left + _chart.xAxisLength() / 2) + ',' + + (_chart.height() - _xAxisLabelPadding) + ')') + .attr('text-anchor', 'middle'); + } + if (_chart.xAxisLabel() && axisXLab.text() !== _chart.xAxisLabel()) { + axisXLab.text(_chart.xAxisLabel()); + } + + dc.transition(axisXG, _chart.transitionDuration()) + .attr('transform', 'translate(' + _chart.margins().left + ',' + _chart._xAxisY() + ')') + .call(_xAxis); + dc.transition(axisXLab, _chart.transitionDuration()) + .attr('transform', 'translate(' + (_chart.margins().left + _chart.xAxisLength() / 2) + ',' + + (_chart.height() - _xAxisLabelPadding) + ')'); + }; + + function renderVerticalGridLines (g) { + var gridLineG = g.selectAll('g.' + VERTICAL_CLASS); + + if (_renderVerticalGridLine) { + if (gridLineG.empty()) { + gridLineG = g.insert('g', ':first-child') + .attr('class', GRID_LINE_CLASS + ' ' + VERTICAL_CLASS) + .attr('transform', 'translate(' + _chart.margins().left + ',' + _chart.margins().top + ')'); + } + + var ticks = _xAxis.tickValues() ? _xAxis.tickValues() : + (typeof _x.ticks === 'function' ? _x.ticks(_xAxis.ticks()[0]) : _x.domain()); + + var lines = gridLineG.selectAll('line') + .data(ticks); + + // enter + var linesGEnter = lines.enter() + .append('line') + .attr('x1', function (d) { + return _x(d); + }) + .attr('y1', _chart._xAxisY() - _chart.margins().top) + .attr('x2', function (d) { + return _x(d); + }) + .attr('y2', 0) + .attr('opacity', 0); + dc.transition(linesGEnter, _chart.transitionDuration()) + .attr('opacity', 1); + + // update + dc.transition(lines, _chart.transitionDuration()) + .attr('x1', function (d) { + return _x(d); + }) + .attr('y1', _chart._xAxisY() - _chart.margins().top) + .attr('x2', function (d) { + return _x(d); + }) + .attr('y2', 0); + + // exit + lines.exit().remove(); + } else { + gridLineG.selectAll('line').remove(); + } + } + + _chart._xAxisY = function () { + return (_chart.height() - _chart.margins().bottom); + }; + + _chart.xAxisLength = function () { + return _chart.effectiveWidth(); + }; + + /** + * Set or get the x axis label. If setting the label, you may optionally include additional padding to + * the margin to make room for the label. By default the padded is set to 12 to accomodate the text height. + * @name xAxisLabel + * @memberof dc.coordinateGridMixin + * @instance + * @param {String} [labelText] + * @param {Number} [padding=12] + * @returns {Chart} + */ + _chart.xAxisLabel = function (labelText, padding) { + if (!arguments.length) { + return _xAxisLabel; + } + _xAxisLabel = labelText; + _chart.margins().bottom -= _xAxisLabelPadding; + _xAxisLabelPadding = (padding === undefined) ? DEFAULT_AXIS_LABEL_PADDING : padding; + _chart.margins().bottom += _xAxisLabelPadding; + return _chart; + }; + + _chart._prepareYAxis = function (g) { + if (_y === undefined || _chart.elasticY()) { + if (_y === undefined) { + _y = d3.scale.linear(); + } + var min = _chart.yAxisMin() || 0, + max = _chart.yAxisMax() || 0; + _y.domain([min, max]).rangeRound([_chart.yAxisHeight(), 0]); + } + + _y.range([_chart.yAxisHeight(), 0]); + _yAxis = _yAxis.scale(_y); + + if (_useRightYAxis) { + _yAxis.orient('right'); + } + + _chart._renderHorizontalGridLinesForAxis(g, _y, _yAxis); + }; + + _chart.renderYAxisLabel = function (axisClass, text, rotation, labelXPosition) { + labelXPosition = labelXPosition || _yAxisLabelPadding; + + var axisYLab = _chart.g().selectAll('text.' + Y_AXIS_LABEL_CLASS + '.' + axisClass + '-label'); + var labelYPosition = (_chart.margins().top + _chart.yAxisHeight() / 2); + if (axisYLab.empty() && text) { + axisYLab = _chart.g().append('text') + .attr('transform', 'translate(' + labelXPosition + ',' + labelYPosition + '),rotate(' + rotation + ')') + .attr('class', Y_AXIS_LABEL_CLASS + ' ' + axisClass + '-label') + .attr('text-anchor', 'middle') + .text(text); + } + if (text && axisYLab.text() !== text) { + axisYLab.text(text); + } + dc.transition(axisYLab, _chart.transitionDuration()) + .attr('transform', 'translate(' + labelXPosition + ',' + labelYPosition + '),rotate(' + rotation + ')'); + }; + + _chart.renderYAxisAt = function (axisClass, axis, position) { + var axisYG = _chart.g().selectAll('g.' + axisClass); + if (axisYG.empty()) { + axisYG = _chart.g().append('g') + .attr('class', 'axis ' + axisClass) + .attr('transform', 'translate(' + position + ',' + _chart.margins().top + ')'); + } + + dc.transition(axisYG, _chart.transitionDuration()) + .attr('transform', 'translate(' + position + ',' + _chart.margins().top + ')') + .call(axis); + }; + + _chart.renderYAxis = function () { + var axisPosition = _useRightYAxis ? (_chart.width() - _chart.margins().right) : _chart._yAxisX(); + _chart.renderYAxisAt('y', _yAxis, axisPosition); + var labelPosition = _useRightYAxis ? (_chart.width() - _yAxisLabelPadding) : _yAxisLabelPadding; + var rotation = _useRightYAxis ? 90 : -90; + _chart.renderYAxisLabel('y', _chart.yAxisLabel(), rotation, labelPosition); + }; + + _chart._renderHorizontalGridLinesForAxis = function (g, scale, axis) { + var gridLineG = g.selectAll('g.' + HORIZONTAL_CLASS); + + if (_renderHorizontalGridLine) { + var ticks = axis.tickValues() ? axis.tickValues() : scale.ticks(axis.ticks()[0]); + + if (gridLineG.empty()) { + gridLineG = g.insert('g', ':first-child') + .attr('class', GRID_LINE_CLASS + ' ' + HORIZONTAL_CLASS) + .attr('transform', 'translate(' + _chart.margins().left + ',' + _chart.margins().top + ')'); + } + + var lines = gridLineG.selectAll('line') + .data(ticks); + + // enter + var linesGEnter = lines.enter() + .append('line') + .attr('x1', 1) + .attr('y1', function (d) { + return scale(d); + }) + .attr('x2', _chart.xAxisLength()) + .attr('y2', function (d) { + return scale(d); + }) + .attr('opacity', 0); + dc.transition(linesGEnter, _chart.transitionDuration()) + .attr('opacity', 1); + + // update + dc.transition(lines, _chart.transitionDuration()) + .attr('x1', 1) + .attr('y1', function (d) { + return scale(d); + }) + .attr('x2', _chart.xAxisLength()) + .attr('y2', function (d) { + return scale(d); + }); + + // exit + lines.exit().remove(); + } else { + gridLineG.selectAll('line').remove(); + } + }; + + _chart._yAxisX = function () { + return _chart.useRightYAxis() ? _chart.width() - _chart.margins().right : _chart.margins().left; + }; + + /** + * Set or get the y axis label. If setting the label, you may optionally include additional padding + * to the margin to make room for the label. By default the padded is set to 12 to accomodate the + * text height. + * @name yAxisLabel + * @memberof dc.coordinateGridMixin + * @instance + * @param {String} [labelText] + * @param {Number} [padding=12] + * @returns {Chart} + */ + _chart.yAxisLabel = function (labelText, padding) { + if (!arguments.length) { + return _yAxisLabel; + } + _yAxisLabel = labelText; + _chart.margins().left -= _yAxisLabelPadding; + _yAxisLabelPadding = (padding === undefined) ? DEFAULT_AXIS_LABEL_PADDING : padding; + _chart.margins().left += _yAxisLabelPadding; + return _chart; + }; + + /** + * Get or set the y scale. The y scale is typically automatically determined by the chart implementation. + * @name y + * @memberof dc.coordinateGridMixin + * @instance + * @param {d3.scale} [yScale] + * @returns {Chart} + */ + _chart.y = function (yScale) { + if (!arguments.length) { + return _y; + } + _y = yScale; + _chart.rescale(); + return _chart; + }; + + /** + * Set or get the y axis used by the coordinate grid chart instance. This function is most useful + * when y axis customization is required. The y axis in dc.js is simply an instance of a [d3 axis + * object](https://github.com/mbostock/d3/wiki/SVG-Axes#wiki-_axis); therefore it supports any + * valid d3 axis manipulation. **Caution**: The y axis is usually generated internally by dc; + * resetting it may cause unexpected results. + * @name yAxis + * @memberof dc.coordinateGridMixin + * @instance + * @example + * // customize y axis tick format + * chart.yAxis().tickFormat(function(v) {return v + '%';}); + * // customize y axis tick values + * chart.yAxis().tickValues([0, 100, 200, 300]); + * @param {d3.svg.axis} [yAxis=d3.svg.axis().orient('left')] + * @returns {Chart} + */ + _chart.yAxis = function (yAxis) { + if (!arguments.length) { + return _yAxis; + } + _yAxis = yAxis; + return _chart; + }; + + /** + * Turn on/off elastic y axis behavior. If y axis elasticity is turned on, then the grid chart will + * attempt to recalculate the y axis range whenever a redraw event is triggered. + * @name elasticY + * @memberof dc.coordinateGridMixin + * @instance + * @param {Boolean} [elasticY=false] + * @returns {Chart} + */ + _chart.elasticY = function (elasticY) { + if (!arguments.length) { + return _yElasticity; + } + _yElasticity = elasticY; + return _chart; + }; + + /** + * Turn on/off horizontal grid lines. + * @name renderHorizontalGridLines + * @memberof dc.coordinateGridMixin + * @instance + * @param {Boolean} [renderHorizontalGridLines=false] + * @returns {Chart} + */ + _chart.renderHorizontalGridLines = function (renderHorizontalGridLines) { + if (!arguments.length) { + return _renderHorizontalGridLine; + } + _renderHorizontalGridLine = renderHorizontalGridLines; + return _chart; + }; + + /** + * Turn on/off vertical grid lines. + * @name renderVerticalGridLines + * @memberof dc.coordinateGridMixin + * @instance + * @param {Boolean} [renderVerticalGridLines=false] + * @returns {Chart} + */ + _chart.renderVerticalGridLines = function (renderVerticalGridLines) { + if (!arguments.length) { + return _renderVerticalGridLine; + } + _renderVerticalGridLine = renderVerticalGridLines; + return _chart; + }; + + /** + * Calculates the minimum x value to display in the chart. Includes xAxisPadding if set. + * @name xAxisMin + * @memberof dc.coordinateGridMixin + * @instance + * @returns {*} + */ + _chart.xAxisMin = function () { + var min = d3.min(_chart.data(), function (e) { + return _chart.keyAccessor()(e); + }); + return dc.utils.subtract(min, _xAxisPadding); + }; + + /** + * Calculates the maximum x value to display in the chart. Includes xAxisPadding if set. + * @name xAxisMax + * @memberof dc.coordinateGridMixin + * @instance + * @returns {*} + */ + _chart.xAxisMax = function () { + var max = d3.max(_chart.data(), function (e) { + return _chart.keyAccessor()(e); + }); + return dc.utils.add(max, _xAxisPadding); + }; + + /** + * Calculates the minimum y value to display in the chart. Includes yAxisPadding if set. + * @name yAxisMin + * @memberof dc.coordinateGridMixin + * @instance + * @returns {*} + */ + _chart.yAxisMin = function () { + var min = d3.min(_chart.data(), function (e) { + return _chart.valueAccessor()(e); + }); + return dc.utils.subtract(min, _yAxisPadding); + }; + + /** + * Calculates the maximum y value to display in the chart. Includes yAxisPadding if set. + * @name yAxisMax + * @memberof dc.coordinateGridMixin + * @instance + * @returns {*} + */ + _chart.yAxisMax = function () { + var max = d3.max(_chart.data(), function (e) { + return _chart.valueAccessor()(e); + }); + return dc.utils.add(max, _yAxisPadding); + }; + + /** + * Set or get y axis padding for the elastic y axis. The padding will be added to the top of the y + * axis if elasticY is turned on; otherwise it is ignored. + * + * padding can be an integer or percentage in string (e.g. '10%'). Padding can be applied to + * number or date axes. When padding a date axis, an integer represents number of days being padded + * and a percentage string will be treated the same as an integer. + * @name yAxisPadding + * @memberof dc.coordinateGridMixin + * @instance + * @param {Number|String} [padding=0] + * @returns {Chart} + */ + _chart.yAxisPadding = function (padding) { + if (!arguments.length) { + return _yAxisPadding; + } + _yAxisPadding = padding; + return _chart; + }; + + _chart.yAxisHeight = function () { + return _chart.effectiveHeight(); + }; + + /** + * Set or get the rounding function used to quantize the selection when brushing is enabled. + * @name round + * @memberof dc.coordinateGridMixin + * @instance + * @example + * // set x unit round to by month, this will make sure range selection brush will + * // select whole months + * chart.round(d3.time.month.round); + * @param {Function} [round] + * @returns {Chart} + */ + _chart.round = function (round) { + if (!arguments.length) { + return _round; + } + _round = round; + return _chart; + }; + + _chart._rangeBandPadding = function (_) { + if (!arguments.length) { + return _rangeBandPadding; + } + _rangeBandPadding = _; + return _chart; + }; + + _chart._outerRangeBandPadding = function (_) { + if (!arguments.length) { + return _outerRangeBandPadding; + } + _outerRangeBandPadding = _; + return _chart; + }; + + dc.override(_chart, 'filter', function (_) { + if (!arguments.length) { + return _chart._filter(); + } + + _chart._filter(_); + + if (_) { + _chart.brush().extent(_); + } else { + _chart.brush().clear(); + } + + return _chart; + }); + + _chart.brush = function (_) { + if (!arguments.length) { + return _brush; + } + _brush = _; + return _chart; + }; + + function brushHeight () { + return _chart._xAxisY() - _chart.margins().top; + } + + _chart.renderBrush = function (g) { + if (_brushOn) { + _brush.on('brush', _chart._brushing); + _brush.on('brushstart', _chart._disableMouseZoom); + _brush.on('brushend', configureMouseZoom); + + var gBrush = g.append('g') + .attr('class', 'brush') + .attr('transform', 'translate(' + _chart.margins().left + ',' + _chart.margins().top + ')') + .call(_brush.x(_chart.x())); + _chart.setBrushY(gBrush, false); + _chart.setHandlePaths(gBrush); + + if (_chart.hasFilter()) { + _chart.redrawBrush(g, false); + } + } + }; + + _chart.setHandlePaths = function (gBrush) { + gBrush.selectAll('.resize').append('path').attr('d', _chart.resizeHandlePath); + }; + + _chart.setBrushY = function (gBrush) { + gBrush.selectAll('.brush rect') + .attr('height', brushHeight()); + gBrush.selectAll('.resize path') + .attr('d', _chart.resizeHandlePath); + }; + + _chart.extendBrush = function () { + var extent = _brush.extent(); + if (_chart.round()) { + extent[0] = extent.map(_chart.round())[0]; + extent[1] = extent.map(_chart.round())[1]; + + _g.select('.brush') + .call(_brush.extent(extent)); + } + return extent; + }; + + _chart.brushIsEmpty = function (extent) { + return _brush.empty() || !extent || extent[1] <= extent[0]; + }; + + _chart._brushing = function () { + var extent = _chart.extendBrush(); + + _chart.redrawBrush(_g, false); + + if (_chart.brushIsEmpty(extent)) { + dc.events.trigger(function () { + _chart.filter(null); + _chart.redrawGroup(); + }, dc.constants.EVENT_DELAY); + } else { + var rangedFilter = dc.filters.RangedFilter(extent[0], extent[1]); + + dc.events.trigger(function () { + _chart.replaceFilter(rangedFilter); + _chart.redrawGroup(); + }, dc.constants.EVENT_DELAY); + } + }; + + _chart.redrawBrush = function (g, doTransition) { + if (_brushOn) { + if (_chart.filter() && _chart.brush().empty()) { + _chart.brush().extent(_chart.filter()); + } + + var gBrush = dc.optionalTransition(doTransition, _chart.transitionDuration())(g.select('g.brush')); + _chart.setBrushY(gBrush); + gBrush.call(_chart.brush() + .x(_chart.x()) + .extent(_chart.brush().extent())); + } + + _chart.fadeDeselectedArea(); + }; + + _chart.fadeDeselectedArea = function () { + // do nothing, sub-chart should override this function + }; + + // borrowed from Crossfilter example + _chart.resizeHandlePath = function (d) { + var e = +(d === 'e'), x = e ? 1 : -1, y = brushHeight() / 3; + return 'M' + (0.5 * x) + ',' + y + + 'A6,6 0 0 ' + e + ' ' + (6.5 * x) + ',' + (y + 6) + + 'V' + (2 * y - 6) + + 'A6,6 0 0 ' + e + ' ' + (0.5 * x) + ',' + (2 * y) + + 'Z' + + 'M' + (2.5 * x) + ',' + (y + 8) + + 'V' + (2 * y - 8) + + 'M' + (4.5 * x) + ',' + (y + 8) + + 'V' + (2 * y - 8); + }; + + function getClipPathId () { + return _chart.anchorName().replace(/[ .#=\[\]]/g, '-') + '-clip'; + } + + /** + * Get or set the padding in pixels for the clip path. Once set padding will be applied evenly to + * the top, left, right, and bottom when the clip path is generated. If set to zero, the clip area + * will be exactly the chart body area minus the margins. + * @name clipPadding + * @memberof dc.coordinateGridMixin + * @instance + * @param {Number} [padding=5] + * @returns {Chart} + */ + _chart.clipPadding = function (padding) { + if (!arguments.length) { + return _clipPadding; + } + _clipPadding = padding; + return _chart; + }; + + function generateClipPath () { + var defs = dc.utils.appendOrSelect(_parent, 'defs'); + // cannot select elements; bug in WebKit, must select by id + // https://groups.google.com/forum/#!topic/d3-js/6EpAzQ2gU9I + var id = getClipPathId(); + var chartBodyClip = dc.utils.appendOrSelect(defs, '#' + id, 'clipPath').attr('id', id); + + var padding = _clipPadding * 2; + + dc.utils.appendOrSelect(chartBodyClip, 'rect') + .attr('width', _chart.xAxisLength() + padding) + .attr('height', _chart.yAxisHeight() + padding) + .attr('transform', 'translate(-' + _clipPadding + ', -' + _clipPadding + ')'); + } + + _chart._preprocessData = function () {}; + + _chart._doRender = function () { + _chart.resetSvg(); + + _chart._preprocessData(); + + _chart._generateG(); + generateClipPath(); + + drawChart(true); + + configureMouseZoom(); + + return _chart; + }; + + _chart._doRedraw = function () { + _chart._preprocessData(); + + drawChart(false); + generateClipPath(); + + return _chart; + }; + + function drawChart (render) { + if (_chart.isOrdinal()) { + _brushOn = false; + } + + prepareXAxis(_chart.g(), render); + _chart._prepareYAxis(_chart.g()); + + _chart.plotData(); + + if (_chart.elasticX() || _resizing || render) { + _chart.renderXAxis(_chart.g()); + } + + if (_chart.elasticY() || _resizing || render) { + _chart.renderYAxis(_chart.g()); + } + + if (render) { + _chart.renderBrush(_chart.g(), false); + } else { + _chart.redrawBrush(_chart.g(), _resizing); + } + _chart.fadeDeselectedArea(); + _resizing = false; + } + + function configureMouseZoom () { + if (_mouseZoomable) { + _chart._enableMouseZoom(); + } else if (_hasBeenMouseZoomable) { + _chart._disableMouseZoom(); + } + } + + _chart._enableMouseZoom = function () { + _hasBeenMouseZoomable = true; + _zoom.x(_chart.x()) + .scaleExtent(_zoomScale) + .size([_chart.width(), _chart.height()]) + .duration(_chart.transitionDuration()); + _chart.root().call(_zoom); + }; + + _chart._disableMouseZoom = function () { + _chart.root().call(_nullZoom); + }; + + function constrainRange (range, constraint) { + var constrainedRange = []; + constrainedRange[0] = d3.max([range[0], constraint[0]]); + constrainedRange[1] = d3.min([range[1], constraint[1]]); + return constrainedRange; + } + + /** + * Zoom this chart to focus on the given range. The given range should be an array containing only + * 2 elements (`[start, end]`) defining a range in the x domain. If the range is not given or set + * to null, then the zoom will be reset. _For focus to work elasticX has to be turned off; + * otherwise focus will be ignored. + * @name focus + * @memberof dc.coordinateGridMixin + * @instance + * @example + * chart.on('renderlet', function(chart) { + * // smooth the rendering through event throttling + * dc.events.trigger(function(){ + * // focus some other chart to the range selected by user on this chart + * someOtherChart.focus(chart.filter()); + * }); + * }) + * @param {Array} [range] + */ + _chart.focus = function (range) { + if (hasRangeSelected(range)) { + _chart.x().domain(range); + } else { + _chart.x().domain(_xOriginalDomain); + } + + _zoom.x(_chart.x()); + zoomHandler(); + }; + + _chart.refocused = function () { + return _refocused; + }; + + _chart.focusChart = function (c) { + if (!arguments.length) { + return _focusChart; + } + _focusChart = c; + _chart.on('filtered', function (chart) { + if (!chart.filter()) { + dc.events.trigger(function () { + _focusChart.x().domain(_focusChart.xOriginalDomain()); + }); + } else if (!rangesEqual(chart.filter(), _focusChart.filter())) { + dc.events.trigger(function () { + _focusChart.focus(chart.filter()); + }); + } + }); + return _chart; + }; + + function rangesEqual (range1, range2) { + if (!range1 && !range2) { + return true; + } else if (!range1 || !range2) { + return false; + } else if (range1.length === 0 && range2.length === 0) { + return true; + } else if (range1[0].valueOf() === range2[0].valueOf() && + range1[1].valueOf() === range2[1].valueOf()) { + return true; + } + return false; + } + + /** + * Turn on/off the brush-based range filter. When brushing is on then user can drag the mouse + * across a chart with a quantitative scale to perform range filtering based on the extent of the + * brush, or click on the bars of an ordinal bar chart or slices of a pie chart to filter and + * unfilter them. However turning on the brush filter will disable other interactive elements on + * the chart such as highlighting, tool tips, and reference lines. Zooming will still be possible + * if enabled, but only via scrolling (panning will be disabled.) + * @name brushOn + * @memberof dc.coordinateGridMixin + * @instance + * @param {Boolean} [brushOn=true] + * @return {Chart} + */ + _chart.brushOn = function (brushOn) { + if (!arguments.length) { + return _brushOn; + } + _brushOn = brushOn; + return _chart; + }; + + function hasRangeSelected (range) { + return range instanceof Array && range.length > 1; + } + + return _chart; +}; + +/** + * Stack Mixin is an mixin that provides cross-chart support of stackability using d3.layout.stack. + * @name stackMixin + * @memberof dc + * @mixin + * @param {Chart} _chart + * @returns {Chart} + */ +dc.stackMixin = function (_chart) { + + function prepareValues (layer, layerIdx) { + var valAccessor = layer.accessor || _chart.valueAccessor(); + layer.name = String(layer.name || layerIdx); + layer.values = layer.group.all().map(function (d, i) { + return { + x: _chart.keyAccessor()(d, i), + y: layer.hidden ? null : valAccessor(d, i), + data: d, + layer: layer.name, + hidden: layer.hidden + }; + }); + + layer.values = layer.values.filter(domainFilter()); + return layer.values; + } + + var _stackLayout = d3.layout.stack() + .values(prepareValues); + + var _stack = []; + var _titles = {}; + + var _hidableStacks = false; + + function domainFilter () { + if (!_chart.x()) { + return d3.functor(true); + } + var xDomain = _chart.x().domain(); + if (_chart.isOrdinal()) { + // TODO #416 + //var domainSet = d3.set(xDomain); + return function () { + return true; //domainSet.has(p.x); + }; + } + if (_chart.elasticX()) { + return function () { return true; }; + } + return function (p) { + //return true; + return p.x >= xDomain[0] && p.x <= xDomain[xDomain.length - 1]; + }; + } + + /** + * Stack a new crossfilter group onto this chart with an optional custom value accessor. All stacks + * in the same chart will share the same key accessor and therefore the same set of keys. + * + * For example, in a stacked bar chart, the bars of each stack will be positioned using the same set + * of keys on the x axis, while stacked vertically. If name is specified then it will be used to + * generate the legend label. + * @name stack + * @memberof dc.stackMixin + * @instance + * @example + * // stack group using default accessor + * chart.stack(valueSumGroup) + * // stack group using custom accessor + * .stack(avgByDayGroup, function(d){return d.value.avgByDay;}); + * @param {CrossfilterGroup} group + * @param {String} [name] + * @param {Function} [accessor] + * @returns {Chart} + */ + _chart.stack = function (group, name, accessor) { + if (!arguments.length) { + return _stack; + } + + if (arguments.length <= 2) { + accessor = name; + } + + var layer = {group: group}; + if (typeof name === 'string') { + layer.name = name; + } + if (typeof accessor === 'function') { + layer.accessor = accessor; + } + _stack.push(layer); + + return _chart; + }; + + dc.override(_chart, 'group', function (g, n, f) { + if (!arguments.length) { + return _chart._group(); + } + _stack = []; + _titles = {}; + _chart.stack(g, n); + if (f) { + _chart.valueAccessor(f); + } + return _chart._group(g, n); + }); + + /** + * Allow named stacks to be hidden or shown by clicking on legend items. + * This does not affect the behavior of hideStack or showStack. + * @name hidableStacks + * @memberof dc.stackMixin + * @instance + * @param {Boolean} hidableStacks + * @returns {Chart} + */ + _chart.hidableStacks = function (hidableStacks) { + if (!arguments.length) { + return _hidableStacks; + } + _hidableStacks = hidableStacks; + return _chart; + }; + + function findLayerByName (n) { + var i = _stack.map(dc.pluck('name')).indexOf(n); + return _stack[i]; + } + + /** + * Hide all stacks on the chart with the given name. + * The chart must be re-rendered for this change to appear. + * @name hideStack + * @memberof dc.stackMixin + * @instance + * @param {String} stackName + * @returns {Chart} + */ + _chart.hideStack = function (stackName) { + var layer = findLayerByName(stackName); + if (layer) { + layer.hidden = true; + } + return _chart; + }; + + /** + * Show all stacks on the chart with the given name. + * The chart must be re-rendered for this change to appear. + * @name showStack + * @memberof dc.stackMixin + * @instance + * @param {String} stackName + * @returns {Chart} + */ + _chart.showStack = function (stackName) { + var layer = findLayerByName(stackName); + if (layer) { + layer.hidden = false; + } + return _chart; + }; + + _chart.getValueAccessorByIndex = function (index) { + return _stack[index].accessor || _chart.valueAccessor(); + }; + + _chart.yAxisMin = function () { + var min = d3.min(flattenStack(), function (p) { + return (p.y + p.y0 < p.y0) ? (p.y + p.y0) : p.y0; + }); + + return dc.utils.subtract(min, _chart.yAxisPadding()); + + }; + + _chart.yAxisMax = function () { + var max = d3.max(flattenStack(), function (p) { + return p.y + p.y0; + }); + + return dc.utils.add(max, _chart.yAxisPadding()); + }; + + function flattenStack () { + var valueses = _chart.data().map(function (layer) { return layer.values; }); + return Array.prototype.concat.apply([], valueses); + } + + _chart.xAxisMin = function () { + var min = d3.min(flattenStack(), dc.pluck('x')); + return dc.utils.subtract(min, _chart.xAxisPadding()); + }; + + _chart.xAxisMax = function () { + var max = d3.max(flattenStack(), dc.pluck('x')); + return dc.utils.add(max, _chart.xAxisPadding()); + }; + + /** + * Set or get the title function. Chart class will use this function to render svg title (usually interpreted by + * browser as tooltips) for each child element in the chart, i.e. a slice in a pie chart or a bubble in a bubble chart. + * Almost every chart supports title function however in grid coordinate chart you need to turn off brush in order to + * use title otherwise the brush layer will block tooltip trigger. + * + * If the first argument is a stack name, the title function will get or set the title for that stack. If stackName + * is not provided, the first stack is implied. + * @name title + * @memberof dc.stackMixin + * @instance + * @example + * // set a title function on 'first stack' + * chart.title('first stack', function(d) { return d.key + ': ' + d.value; }); + * // get a title function from 'second stack' + * var secondTitleFunction = chart.title('second stack'); + * @param {String} [stackName] + * @param {Function} [titleAccessor] + * @returns {Chart} + */ + dc.override(_chart, 'title', function (stackName, titleAccessor) { + if (!stackName) { + return _chart._title(); + } + + if (typeof stackName === 'function') { + return _chart._title(stackName); + } + if (stackName === _chart._groupName && typeof titleAccessor === 'function') { + return _chart._title(titleAccessor); + } + + if (typeof titleAccessor !== 'function') { + return _titles[stackName] || _chart._title(); + } + + _titles[stackName] = titleAccessor; + + return _chart; + }); + + /** + * Gets or sets the stack layout algorithm, which computes a baseline for each stack and + * propagates it to the next + * @name stackLayout + * @memberof dc.stackMixin + * @instance + * @param {Function} [stack=d3.layout.stack] + * @returns {Chart} + */ + _chart.stackLayout = function (stack) { + if (!arguments.length) { + return _stackLayout; + } + _stackLayout = stack; + return _chart; + }; + + function visability (l) { + return !l.hidden; + } + + _chart.data(function () { + var layers = _stack.filter(visability); + return layers.length ? _chart.stackLayout()(layers) : []; + }); + + _chart._ordinalXDomain = function () { + var flat = flattenStack().map(dc.pluck('data')); + var ordered = _chart._computeOrderedGroups(flat); + return ordered.map(_chart.keyAccessor()); + }; + + _chart.colorAccessor(function (d) { + var layer = this.layer || this.name || d.name || d.layer; + return layer; + }); + + _chart.legendables = function () { + return _stack.map(function (layer, i) { + return { + chart: _chart, + name: layer.name, + hidden: layer.hidden || false, + color: _chart.getColor.call(layer, layer.values, i) + }; + }); + }; + + _chart.isLegendableHidden = function (d) { + var layer = findLayerByName(d.name); + return layer ? layer.hidden : false; + }; + + _chart.legendToggle = function (d) { + if (_hidableStacks) { + if (_chart.isLegendableHidden(d)) { + _chart.showStack(d.name); + } else { + _chart.hideStack(d.name); + } + //_chart.redraw(); + _chart.renderGroup(); + } + }; + + return _chart; +}; + +/** + * Cap is a mixin that groups small data elements below a _cap_ into an *others* grouping for both the + * Row and Pie Charts. + * + * The top ordered elements in the group up to the cap amount will be kept in the chart, and the rest + * will be replaced with an *others* element, with value equal to the sum of the replaced values. The + * keys of the elements below the cap limit are recorded in order to filter by those keys when the + * others* element is clicked. + * @name capMixin + * @memberof dc + * @mixin + * @param {Chart} _chart + * @returns {Chart} + */ +dc.capMixin = function (_chart) { + + var _cap = Infinity; + + var _othersLabel = 'Others'; + + var _othersGrouper = function (topRows) { + var topRowsSum = d3.sum(topRows, _chart.valueAccessor()), + allRows = _chart.group().all(), + allRowsSum = d3.sum(allRows, _chart.valueAccessor()), + topKeys = topRows.map(_chart.keyAccessor()), + allKeys = allRows.map(_chart.keyAccessor()), + topSet = d3.set(topKeys), + others = allKeys.filter(function (d) {return !topSet.has(d);}); + if (allRowsSum > topRowsSum) { + return topRows.concat([{'others': others, 'key': _othersLabel, 'value': allRowsSum - topRowsSum}]); + } + return topRows; + }; + + _chart.cappedKeyAccessor = function (d, i) { + if (d.others) { + return d.key; + } + return _chart.keyAccessor()(d, i); + }; + + _chart.cappedValueAccessor = function (d, i) { + if (d.others) { + return d.value; + } + return _chart.valueAccessor()(d, i); + }; + + _chart.data(function (group) { + if (_cap === Infinity) { + return _chart._computeOrderedGroups(group.all()); + } else { + var topRows = group.top(_cap); // ordered by crossfilter group order (default value) + topRows = _chart._computeOrderedGroups(topRows); // re-order using ordering (default key) + if (_othersGrouper) { + return _othersGrouper(topRows); + } + return topRows; + } + }); + + /** + * Get or set the count of elements to that will be included in the cap. + * @name cap + * @memberof dc.capMixin + * @instance + * @param {Number} [count=Infinity] + * @returns {Number} + */ + _chart.cap = function (count) { + if (!arguments.length) { + return _cap; + } + _cap = count; + return _chart; + }; + + /** + * Get or set the label for *Others* slice when slices cap is specified + * @name othersLabel + * @memberof dc.capMixin + * @instance + * @param {String} [label=Others] + * @returns {String} + */ + _chart.othersLabel = function (label) { + if (!arguments.length) { + return _othersLabel; + } + _othersLabel = label; + return _chart; + }; + + /** + * Get or set the grouper function that will perform the insertion of data for the *Others* slice + * if the slices cap is specified. If set to a falsy value, no others will be added. By default the + * grouper function computes the sum of all values below the cap. + * @name othersGrouper + * @memberof dc.capMixin + * @instance + * @example + * chart.othersGrouper(function (data) { + * // compute the value for others, presumably the sum of all values below the cap + * var othersSum = yourComputeOthersValueLogic(data) + * + * // the keys are needed to properly filter when the others element is clicked + * var othersKeys = yourComputeOthersKeysArrayLogic(data); + * + * // add the others row to the dataset + * data.push({'key': 'Others', 'value': othersSum, 'others': othersKeys }); + * + * return data; + * }); + * @param {Function} [grouperFunction] + * @returns {Function} + */ + _chart.othersGrouper = function (grouperFunction) { + if (!arguments.length) { + return _othersGrouper; + } + _othersGrouper = grouperFunction; + return _chart; + }; + + dc.override(_chart, 'onClick', function (d) { + if (d.others) { + _chart.filter([d.others]); + } + _chart._onClick(d); + }); + + return _chart; +}; + +/** + * This Mixin provides reusable functionalities for any chart that needs to visualize data using bubbles. + * @name bubbleMixin + * @memberof dc + * @mixin + * @mixes dc.colorMixin + * @param {Chart} _chart + * @returns {Chart} + */ +dc.bubbleMixin = function (_chart) { + var _maxBubbleRelativeSize = 0.3; + var _minRadiusWithLabel = 10; + + _chart.BUBBLE_NODE_CLASS = 'node'; + _chart.BUBBLE_CLASS = 'bubble'; + _chart.MIN_RADIUS = 10; + + _chart = dc.colorMixin(_chart); + + _chart.renderLabel(true); + + _chart.data(function (group) { + return group.top(Infinity); + }); + + var _r = d3.scale.linear().domain([0, 100]); + + var _rValueAccessor = function (d) { + return d.r; + }; + + /** + * Get or set the bubble radius scale. By default the bubble chart uses + * `d3.scale.linear().domain([0, 100])` as its radius scale. + * @name r + * @memberof dc.bubbleMixin + * @instance + * @param {Number[]} [bubbleRadiusScale] + * @returns {Number[]} + */ + _chart.r = function (bubbleRadiusScale) { + if (!arguments.length) { + return _r; + } + _r = bubbleRadiusScale; + return _chart; + }; + + /** + * Get or set the radius value accessor function. If set, the radius value accessor function will + * be used to retrieve a data value for each bubble. The data retrieved then will be mapped using + * the r scale to the actual bubble radius. This allows you to encode a data dimension using bubble + * size. + * @name radiusValueAccessor + * @memberof dc.bubbleMixin + * @instance + * @param {Function} [radiusValueAccessor] + * @returns {Function} + */ + _chart.radiusValueAccessor = function (radiusValueAccessor) { + if (!arguments.length) { + return _rValueAccessor; + } + _rValueAccessor = radiusValueAccessor; + return _chart; + }; + + _chart.rMin = function () { + var min = d3.min(_chart.data(), function (e) { + return _chart.radiusValueAccessor()(e); + }); + return min; + }; + + _chart.rMax = function () { + var max = d3.max(_chart.data(), function (e) { + return _chart.radiusValueAccessor()(e); + }); + return max; + }; + + _chart.bubbleR = function (d) { + var value = _chart.radiusValueAccessor()(d); + var r = _chart.r()(value); + if (isNaN(r) || value <= 0) { + r = 0; + } + return r; + }; + + var labelFunction = function (d) { + return _chart.label()(d); + }; + + var labelOpacity = function (d) { + return (_chart.bubbleR(d) > _minRadiusWithLabel) ? 1 : 0; + }; + + _chart._doRenderLabel = function (bubbleGEnter) { + if (_chart.renderLabel()) { + var label = bubbleGEnter.select('text'); + + if (label.empty()) { + label = bubbleGEnter.append('text') + .attr('text-anchor', 'middle') + .attr('dy', '.3em') + .on('click', _chart.onClick); + } + + label + .attr('opacity', 0) + .text(labelFunction); + dc.transition(label, _chart.transitionDuration()) + .attr('opacity', labelOpacity); + } + }; + + _chart.doUpdateLabels = function (bubbleGEnter) { + if (_chart.renderLabel()) { + var labels = bubbleGEnter.selectAll('text') + .text(labelFunction); + dc.transition(labels, _chart.transitionDuration()) + .attr('opacity', labelOpacity); + } + }; + + var titleFunction = function (d) { + return _chart.title()(d); + }; + + _chart._doRenderTitles = function (g) { + if (_chart.renderTitle()) { + var title = g.select('title'); + + if (title.empty()) { + g.append('title').text(titleFunction); + } + } + }; + + _chart.doUpdateTitles = function (g) { + if (_chart.renderTitle()) { + g.selectAll('title').text(titleFunction); + } + }; + + /** + * Get or set the minimum radius. This will be used to initialize the radius scale's range. + * @name minRadius + * @memberof dc.bubbleMixin + * @instance + * @param {Number} [radius=10] + * @returns {Number} + */ + _chart.minRadius = function (radius) { + if (!arguments.length) { + return _chart.MIN_RADIUS; + } + _chart.MIN_RADIUS = radius; + return _chart; + }; + + /** + * Get or set the minimum radius for label rendering. If a bubble's radius is less than this value + * then no label will be rendered. + * @name minRadiusWithLabel + * @memberof dc.bubbleMixin + * @instance + * @param {Number} [radius=10] + * @returns {Number} + */ + + _chart.minRadiusWithLabel = function (radius) { + if (!arguments.length) { + return _minRadiusWithLabel; + } + _minRadiusWithLabel = radius; + return _chart; + }; + + /** + * Get or set the maximum relative size of a bubble to the length of x axis. This value is useful + * when the difference in radius between bubbles is too great. + * @name maxBubbleRelativeSize + * @memberof dc.bubbleMixin + * @instance + * @param {Number} [relativeSize=0.3] + * @returns {Number} + */ + _chart.maxBubbleRelativeSize = function (relativeSize) { + if (!arguments.length) { + return _maxBubbleRelativeSize; + } + _maxBubbleRelativeSize = relativeSize; + return _chart; + }; + + _chart.fadeDeselectedArea = function () { + if (_chart.hasFilter()) { + _chart.selectAll('g.' + _chart.BUBBLE_NODE_CLASS).each(function (d) { + if (_chart.isSelectedNode(d)) { + _chart.highlightSelected(this); + } else { + _chart.fadeDeselected(this); + } + }); + } else { + _chart.selectAll('g.' + _chart.BUBBLE_NODE_CLASS).each(function () { + _chart.resetHighlight(this); + }); + } + }; + + _chart.isSelectedNode = function (d) { + return _chart.hasFilter(d.key); + }; + + _chart.onClick = function (d) { + var filter = d.key; + dc.events.trigger(function () { + _chart.filter(filter); + _chart.redrawGroup(); + }); + }; + + return _chart; +}; + +/** + * The pie chart implementation is usually used to visualize a small categorical distribution. The pie + * chart uses keyAccessor to determine the slices, and valueAccessor to calculate the size of each + * slice relative to the sum of all values. Slices are ordered by `.ordering` which defaults to sorting + * by key. + * @name pieChart + * @memberof dc + * @mixes dc.capMixin + * @mixes dc.colorMixin + * @mixes dc.baseMixin + * @example + * // create a pie chart under #chart-container1 element using the default global chart group + * var chart1 = dc.pieChart('#chart-container1'); + * // create a pie chart under #chart-container2 element using chart group A + * var chart2 = dc.pieChart('#chart-container2', 'chartGroupA'); + * @param {String|node|d3.selection|dc.compositeChart} parent - Any valid + * [d3 single selector](https://github.com/mbostock/d3/wiki/Selections#selecting-elements) specifying + * a dom block element such as a div; or a dom element or d3 selection. If the bar chart is a sub-chart + * in a [Composite Chart](#composite-chart) then pass in the parent composite chart instance. + * @param {String} [chartGroup] - The name of the chart group this chart instance should be placed in. + * Interaction with a chart will only trigger events and redraws within the chart's group. + * @returns {PieChart} + */ +dc.pieChart = function (parent, chartGroup) { + var DEFAULT_MIN_ANGLE_FOR_LABEL = 0.5; + + var _sliceCssClass = 'pie-slice'; + var _emptyCssClass = 'empty-chart'; + var _emptyTitle = 'empty'; + + var _radius, + _givenRadius, // specified radius, if any + _innerRadius = 0, + _externalRadiusPadding = 0; + + var _g; + var _cx; + var _cy; + var _minAngleForLabel = DEFAULT_MIN_ANGLE_FOR_LABEL; + var _externalLabelRadius; + var _chart = dc.capMixin(dc.colorMixin(dc.baseMixin({}))); + + _chart.colorAccessor(_chart.cappedKeyAccessor); + + _chart.title(function (d) { + return _chart.cappedKeyAccessor(d) + ': ' + _chart.cappedValueAccessor(d); + }); + + /** + * Get or set the maximum number of slices the pie chart will generate. The top slices are determined by + * value from high to low. Other slices exeeding the cap will be rolled up into one single *Others* slice. + * @name slicesCap + * @memberof dc.pieChart + * @instance + * @param {Number} [cap] + * @returns {Chart} + */ + _chart.slicesCap = _chart.cap; + + _chart.label(_chart.cappedKeyAccessor); + _chart.renderLabel(true); + + _chart.transitionDuration(350); + + _chart._doRender = function () { + _chart.resetSvg(); + + _g = _chart.svg() + .append('g') + .attr('transform', 'translate(' + _chart.cx() + ',' + _chart.cy() + ')'); + + drawChart(); + + return _chart; + }; + + function drawChart () { + // set radius on basis of chart dimension if missing + _radius = _givenRadius ? _givenRadius : d3.min([_chart.width(), _chart.height()]) / 2; + + var arc = buildArcs(); + + var pie = pieLayout(); + var pieData; + // if we have data... + if (d3.sum(_chart.data(), _chart.valueAccessor())) { + pieData = pie(_chart.data()); + _g.classed(_emptyCssClass, false); + } else { + // otherwise we'd be getting NaNs, so override + // note: abuse others for its ignoring the value accessor + pieData = pie([{key: _emptyTitle, value: 1, others: [_emptyTitle]}]); + _g.classed(_emptyCssClass, true); + } + + if (_g) { + var slices = _g.selectAll('g.' + _sliceCssClass) + .data(pieData); + + createElements(slices, arc, pieData); + + updateElements(pieData, arc); + + removeElements(slices); + + highlightFilter(); + + dc.transition(_g, _chart.transitionDuration()) + .attr('transform', 'translate(' + _chart.cx() + ',' + _chart.cy() + ')'); + } + } + + function createElements (slices, arc, pieData) { + var slicesEnter = createSliceNodes(slices); + + createSlicePath(slicesEnter, arc); + + createTitles(slicesEnter); + + createLabels(pieData, arc); + } + + function createSliceNodes (slices) { + var slicesEnter = slices + .enter() + .append('g') + .attr('class', function (d, i) { + return _sliceCssClass + ' _' + i; + }); + return slicesEnter; + } + + function createSlicePath (slicesEnter, arc) { + var slicePath = slicesEnter.append('path') + .attr('fill', fill) + .on('click', onClick) + .attr('d', function (d, i) { + return safeArc(d, i, arc); + }); + + dc.transition(slicePath, _chart.transitionDuration(), function (s) { + s.attrTween('d', tweenPie); + }); + } + + function createTitles (slicesEnter) { + if (_chart.renderTitle()) { + slicesEnter.append('title').text(function (d) { + return _chart.title()(d.data); + }); + } + } + + function positionLabels (labelsEnter, arc) { + dc.transition(labelsEnter, _chart.transitionDuration()) + .attr('transform', function (d) { + return labelPosition(d, arc); + }) + .attr('text-anchor', 'middle') + .text(function (d) { + var data = d.data; + if ((sliceHasNoData(data) || sliceTooSmall(d)) && !isSelectedSlice(d)) { + return ''; + } + return _chart.label()(d.data); + }); + } + + function createLabels (pieData, arc) { + if (_chart.renderLabel()) { + var labels = _g.selectAll('text.' + _sliceCssClass) + .data(pieData); + + labels.exit().remove(); + + var labelsEnter = labels + .enter() + .append('text') + .attr('class', function (d, i) { + var classes = _sliceCssClass + ' _' + i; + if (_externalLabelRadius) { + classes += ' external'; + } + return classes; + }) + .on('click', onClick); + positionLabels(labelsEnter, arc); + } + } + + function updateElements (pieData, arc) { + updateSlicePaths(pieData, arc); + updateLabels(pieData, arc); + updateTitles(pieData); + } + + function updateSlicePaths (pieData, arc) { + var slicePaths = _g.selectAll('g.' + _sliceCssClass) + .data(pieData) + .select('path') + .attr('d', function (d, i) { + return safeArc(d, i, arc); + }); + dc.transition(slicePaths, _chart.transitionDuration(), + function (s) { + s.attrTween('d', tweenPie); + }).attr('fill', fill); + } + + function updateLabels (pieData, arc) { + if (_chart.renderLabel()) { + var labels = _g.selectAll('text.' + _sliceCssClass) + .data(pieData); + positionLabels(labels, arc); + } + } + + function updateTitles (pieData) { + if (_chart.renderTitle()) { + _g.selectAll('g.' + _sliceCssClass) + .data(pieData) + .select('title') + .text(function (d) { + return _chart.title()(d.data); + }); + } + } + + function removeElements (slices) { + slices.exit().remove(); + } + + function highlightFilter () { + if (_chart.hasFilter()) { + _chart.selectAll('g.' + _sliceCssClass).each(function (d) { + if (isSelectedSlice(d)) { + _chart.highlightSelected(this); + } else { + _chart.fadeDeselected(this); + } + }); + } else { + _chart.selectAll('g.' + _sliceCssClass).each(function () { + _chart.resetHighlight(this); + }); + } + } + + /** + * Get or set the external radius padding of the pie chart. This will force the radius of the + * pie chart to become smaller or larger depending on the value. + * @name externalRadiusPadding + * @memberof dc.pieChart + * @instance + * @param {Number} [externalRadiusPadding=0] + * @returns {Chart} + */ + _chart.externalRadiusPadding = function (externalRadiusPadding) { + if (!arguments.length) { + return _externalRadiusPadding; + } + _externalRadiusPadding = externalRadiusPadding; + return _chart; + }; + + /** + * Get or set the inner radius of the pie chart. If the inner radius is greater than 0px then the + * pie chart will be rendered as a doughnut chart. + * @name innerRadius + * @memberof dc.pieChart + * @instance + * @param {Number} [innerRadius=0] + * @returns {Chart} + */ + _chart.innerRadius = function (innerRadius) { + if (!arguments.length) { + return _innerRadius; + } + _innerRadius = innerRadius; + return _chart; + }; + + /** + * Get or set the outer radius. If the radius is not set, it will be half of the minimum of the + * chart width and height. + * @name radius + * @memberof dc.pieChart + * @instance + * @param {Number} [radius] + * @returns {Chart} + */ + _chart.radius = function (radius) { + if (!arguments.length) { + return _givenRadius; + } + _givenRadius = radius; + return _chart; + }; + + /** + * Get or set center x coordinate position. Default is center of svg. + * @name cx + * @memberof dc.pieChart + * @instance + * @param {Number} [cx] + * @returns {Chart} + */ + _chart.cx = function (cx) { + if (!arguments.length) { + return (_cx || _chart.width() / 2); + } + _cx = cx; + return _chart; + }; + + /** + * Get or set center y coordinate position. Default is center of svg. + * @name cy + * @memberof dc.pieChart + * @instance + * @param {Number} [cy] + * @returns {Chart} + */ + _chart.cy = function (cy) { + if (!arguments.length) { + return (_cy || _chart.height() / 2); + } + _cy = cy; + return _chart; + }; + + function buildArcs () { + return d3.svg.arc().outerRadius(_radius - _externalRadiusPadding).innerRadius(_innerRadius); + } + + function isSelectedSlice (d) { + return _chart.hasFilter(_chart.cappedKeyAccessor(d.data)); + } + + _chart._doRedraw = function () { + drawChart(); + return _chart; + }; + + /** + * Get or set the minimal slice angle for label rendering. Any slice with a smaller angle will not + * display a slice label. + * @name minAngleForLabel + * @memberof dc.pieChart + * @instance + * @param {Number} [minAngleForLabel=0.5] + * @returns {Chart} + */ + _chart.minAngleForLabel = function (minAngleForLabel) { + if (!arguments.length) { + return _minAngleForLabel; + } + _minAngleForLabel = minAngleForLabel; + return _chart; + }; + + function pieLayout () { + return d3.layout.pie().sort(null).value(_chart.cappedValueAccessor); + } + + function sliceTooSmall (d) { + var angle = (d.endAngle - d.startAngle); + return isNaN(angle) || angle < _minAngleForLabel; + } + + function sliceHasNoData (d) { + return _chart.cappedValueAccessor(d) === 0; + } + + function tweenPie (b) { + b.innerRadius = _innerRadius; + var current = this._current; + if (isOffCanvas(current)) { + current = {startAngle: 0, endAngle: 0}; + } + var i = d3.interpolate(current, b); + this._current = i(0); + return function (t) { + return safeArc(i(t), 0, buildArcs()); + }; + } + + function isOffCanvas (current) { + return !current || isNaN(current.startAngle) || isNaN(current.endAngle); + } + + function fill (d, i) { + return _chart.getColor(d.data, i); + } + + function onClick (d, i) { + if (_g.attr('class') !== _emptyCssClass) { + _chart.onClick(d.data, i); + } + } + + function safeArc (d, i, arc) { + var path = arc(d, i); + if (path.indexOf('NaN') >= 0) { + path = 'M0,0'; + } + return path; + } + + /** + * Title to use for the only slice when there is no data. + * @name emptyTitle + * @memberof dc.pieChart + * @instance + * @param {String} [title] + * @returns {Chart} + */ + _chart.emptyTitle = function (title) { + if (arguments.length === 0) { + return _emptyTitle; + } + _emptyTitle = title; + return _chart; + }; + + /** + * Position slice labels offset from the outer edge of the chart + * + * The given argument sets the radial offset. + * @name externalLabels + * @memberof dc.pieChart + * @instance + * @param {Number} [radius] + * @returns {Chart} + */ + _chart.externalLabels = function (radius) { + if (arguments.length === 0) { + return _externalLabelRadius; + } else if (radius) { + _externalLabelRadius = radius; + } else { + _externalLabelRadius = undefined; + } + + return _chart; + }; + + function labelPosition (d, arc) { + var centroid; + if (_externalLabelRadius) { + centroid = d3.svg.arc() + .outerRadius(_radius - _externalRadiusPadding + _externalLabelRadius) + .innerRadius(_radius - _externalRadiusPadding + _externalLabelRadius) + .centroid(d); + } else { + centroid = arc.centroid(d); + } + if (isNaN(centroid[0]) || isNaN(centroid[1])) { + return 'translate(0,0)'; + } else { + return 'translate(' + centroid + ')'; + } + } + + _chart.legendables = function () { + return _chart.data().map(function (d, i) { + var legendable = {name: d.key, data: d.value, others: d.others, chart: _chart}; + legendable.color = _chart.getColor(d, i); + return legendable; + }); + }; + + _chart.legendHighlight = function (d) { + highlightSliceFromLegendable(d, true); + }; + + _chart.legendReset = function (d) { + highlightSliceFromLegendable(d, false); + }; + + _chart.legendToggle = function (d) { + _chart.onClick({key: d.name, others: d.others}); + }; + + function highlightSliceFromLegendable (legendable, highlighted) { + _chart.selectAll('g.pie-slice').each(function (d) { + if (legendable.name === d.data.key) { + d3.select(this).classed('highlight', highlighted); + } + }); + } + + return _chart.anchor(parent, chartGroup); +}; + +/** + * Concrete bar chart/histogram implementation. + * Examples: + * - [Nasdaq 100 Index](http://dc-js.github.com/dc.js/) + * - [Canadian City Crime Stats](http://dc-js.github.com/dc.js/crime/index.html) + * @name barChart + * @memberof dc + * @mixes dc.stackMixin + * @mixes dc.coordinateGridMixin + * @example + * // create a bar chart under #chart-container1 element using the default global chart group + * var chart1 = dc.barChart('#chart-container1'); + * // create a bar chart under #chart-container2 element using chart group A + * var chart2 = dc.barChart('#chart-container2', 'chartGroupA'); + * // create a sub-chart under a composite parent chart + * var chart3 = dc.barChart(compositeChart); + * @param {String|node|d3.selection|dc.compositeChart} parent - Any valid + * [d3 single selector](https://github.com/mbostock/d3/wiki/Selections#selecting-elements) specifying + * a dom block element such as a div; or a dom element or d3 selection. If the bar chart is a sub-chart + * in a [Composite Chart](#composite-chart) then pass in the parent composite chart instance. + * @param {String} [chartGroup] - The name of the chart group this chart instance should be placed in. + * Interaction with a chart will only trigger events and redraws within the chart's group. + * @returns {BarChart} + */ +dc.barChart = function (parent, chartGroup) { + var MIN_BAR_WIDTH = 1; + var DEFAULT_GAP_BETWEEN_BARS = 2; + + var _chart = dc.stackMixin(dc.coordinateGridMixin({})); + + var _gap = DEFAULT_GAP_BETWEEN_BARS; + var _centerBar = false; + var _alwaysUseRounding = false; + + var _barWidth; + + dc.override(_chart, 'rescale', function () { + _chart._rescale(); + _barWidth = undefined; + return _chart; + }); + + dc.override(_chart, 'render', function () { + if (_chart.round() && _centerBar && !_alwaysUseRounding) { + dc.logger.warn('By default, brush rounding is disabled if bars are centered. ' + + 'See dc.js bar chart API documentation for details.'); + } + + return _chart._render(); + }); + + _chart.plotData = function () { + var layers = _chart.chartBodyG().selectAll('g.stack') + .data(_chart.data()); + + calculateBarWidth(); + + layers + .enter() + .append('g') + .attr('class', function (d, i) { + return 'stack ' + '_' + i; + }); + + layers.each(function (d, i) { + var layer = d3.select(this); + + renderBars(layer, i, d); + }); + }; + + function barHeight (d) { + return dc.utils.safeNumber(Math.abs(_chart.y()(d.y + d.y0) - _chart.y()(d.y0))); + } + + function renderBars (layer, layerIndex, d) { + var bars = layer.selectAll('rect.bar') + .data(d.values, dc.pluck('x')); + + var enter = bars.enter() + .append('rect') + .attr('class', 'bar') + .attr('fill', dc.pluck('data', _chart.getColor)) + .attr('y', _chart.yAxisHeight()) + .attr('height', 0); + + if (_chart.renderTitle()) { + enter.append('title').text(dc.pluck('data', _chart.title(d.name))); + } + + if (_chart.isOrdinal()) { + bars.on('click', _chart.onClick); + } + + dc.transition(bars, _chart.transitionDuration()) + .attr('x', function (d) { + var x = _chart.x()(d.x); + if (_centerBar) { + x -= _barWidth / 2; + } + if (_chart.isOrdinal() && _gap !== undefined) { + x += _gap / 2; + } + return dc.utils.safeNumber(x); + }) + .attr('y', function (d) { + var y = _chart.y()(d.y + d.y0); + + if (d.y < 0) { + y -= barHeight(d); + } + + return dc.utils.safeNumber(y); + }) + .attr('width', _barWidth) + .attr('height', function (d) { + return barHeight(d); + }) + .attr('fill', dc.pluck('data', _chart.getColor)) + .select('title').text(dc.pluck('data', _chart.title(d.name))); + + dc.transition(bars.exit(), _chart.transitionDuration()) + .attr('height', 0) + .remove(); + } + + function calculateBarWidth () { + if (_barWidth === undefined) { + var numberOfBars = _chart.xUnitCount(); + + // please can't we always use rangeBands for bar charts? + if (_chart.isOrdinal() && _gap === undefined) { + _barWidth = Math.floor(_chart.x().rangeBand()); + } else if (_gap) { + _barWidth = Math.floor((_chart.xAxisLength() - (numberOfBars - 1) * _gap) / numberOfBars); + } else { + _barWidth = Math.floor(_chart.xAxisLength() / (1 + _chart.barPadding()) / numberOfBars); + } + + if (_barWidth === Infinity || isNaN(_barWidth) || _barWidth < MIN_BAR_WIDTH) { + _barWidth = MIN_BAR_WIDTH; + } + } + } + + _chart.fadeDeselectedArea = function () { + var bars = _chart.chartBodyG().selectAll('rect.bar'); + var extent = _chart.brush().extent(); + + if (_chart.isOrdinal()) { + if (_chart.hasFilter()) { + bars.classed(dc.constants.SELECTED_CLASS, function (d) { + return _chart.hasFilter(d.x); + }); + bars.classed(dc.constants.DESELECTED_CLASS, function (d) { + return !_chart.hasFilter(d.x); + }); + } else { + bars.classed(dc.constants.SELECTED_CLASS, false); + bars.classed(dc.constants.DESELECTED_CLASS, false); + } + } else { + if (!_chart.brushIsEmpty(extent)) { + var start = extent[0]; + var end = extent[1]; + + bars.classed(dc.constants.DESELECTED_CLASS, function (d) { + return d.x < start || d.x >= end; + }); + } else { + bars.classed(dc.constants.DESELECTED_CLASS, false); + } + } + }; + + /** + * Whether the bar chart will render each bar centered around the data position on x axis + * @name centerBar + * @memberof dc.barChart + * @instance + * @param {Boolean} [centerBar=false] + * @returns {Boolean} + */ + _chart.centerBar = function (centerBar) { + if (!arguments.length) { + return _centerBar; + } + _centerBar = centerBar; + return _chart; + }; + + dc.override(_chart, 'onClick', function (d) { + _chart._onClick(d.data); + }); + + /** + * Get or set the spacing between bars as a fraction of bar size. Valid values are between 0-1. + * Setting this value will also remove any previously set `gap`. See the + * [d3 docs](https://github.com/mbostock/d3/wiki/Ordinal-Scales#wiki-ordinal_rangeBands) + * for a visual description of how the padding is applied. + * @name barPadding + * @memberof dc.barChart + * @instance + * @param {Number} [barPadding] + * @returns {Number} + */ + _chart.barPadding = function (barPadding) { + if (!arguments.length) { + return _chart._rangeBandPadding(); + } + _chart._rangeBandPadding(barPadding); + _gap = undefined; + return _chart; + }; + + _chart._useOuterPadding = function () { + return _gap === undefined; + }; + + /** + * Get or set the outer padding on an ordinal bar chart. This setting has no effect on non-ordinal charts. + * Will pad the width by `padding * barWidth` on each side of the chart. + * @name outerPadding + * @memberof dc.barChart + * @instance + * @param {Number} [padding=0.5] + * @returns {Number} + */ + _chart.outerPadding = _chart._outerRangeBandPadding; + + /** + * Manually set fixed gap (in px) between bars instead of relying on the default auto-generated + * gap. By default the bar chart implementation will calculate and set the gap automatically + * based on the number of data points and the length of the x axis. + * @name gap + * @memberof dc.barChart + * @instance + * @param {Number} [gap=2] + * @returns {Number} + */ + _chart.gap = function (gap) { + if (!arguments.length) { + return _gap; + } + _gap = gap; + return _chart; + }; + + _chart.extendBrush = function () { + var extent = _chart.brush().extent(); + if (_chart.round() && (!_centerBar || _alwaysUseRounding)) { + extent[0] = extent.map(_chart.round())[0]; + extent[1] = extent.map(_chart.round())[1]; + + _chart.chartBodyG().select('.brush') + .call(_chart.brush().extent(extent)); + } + + return extent; + }; + + /** + * Set or get whether rounding is enabled when bars are centered. Default: false. If false, using + * rounding with centered bars will result in a warning and rounding will be ignored. This flag + * has no effect if bars are not centered. + * When using standard d3.js rounding methods, the brush often doesn't align correctly with + * centered bars since the bars are offset. The rounding function must add an offset to + * compensate, such as in the following example. + * @name alwaysUseRounding + * @memberof dc.barChart + * @instance + * @example + * chart.round(function(n) {return Math.floor(n)+0.5}); + * @param {Boolean} [alwaysUseRounding=false] + * @returns {Boolean} + */ + _chart.alwaysUseRounding = function (alwaysUseRounding) { + if (!arguments.length) { + return _alwaysUseRounding; + } + _alwaysUseRounding = alwaysUseRounding; + return _chart; + }; + + function colorFilter (color, inv) { + return function () { + var item = d3.select(this); + var match = item.attr('fill') === color; + return inv ? !match : match; + }; + } + + _chart.legendHighlight = function (d) { + if (!_chart.isLegendableHidden(d)) { + _chart.g().selectAll('rect.bar') + .classed('highlight', colorFilter(d.color)) + .classed('fadeout', colorFilter(d.color, true)); + } + }; + + _chart.legendReset = function () { + _chart.g().selectAll('rect.bar') + .classed('highlight', false) + .classed('fadeout', false); + }; + + dc.override(_chart, 'xAxisMax', function () { + var max = this._xAxisMax(); + if ('resolution' in _chart.xUnits()) { + var res = _chart.xUnits().resolution; + max += res; + } + return max; + }); + + return _chart.anchor(parent, chartGroup); +}; + +/** + * Concrete line/area chart implementation. + * Examples: + * - [Nasdaq 100 Index](http://dc-js.github.com/dc.js/) + * - [Canadian City Crime Stats](http://dc-js.github.com/dc.js/crime/index.html) + * @name lineChart + * @memberof dc + * @mixes dc.stackMixin + * @mixes dc.coordinateGridMixin + * @example + * // create a line chart under #chart-container1 element using the default global chart group + * var chart1 = dc.lineChart('#chart-container1'); + * // create a line chart under #chart-container2 element using chart group A + * var chart2 = dc.lineChart('#chart-container2', 'chartGroupA'); + * // create a sub-chart under a composite parent chart + * var chart3 = dc.lineChart(compositeChart); + * @param {String|node|d3.selection|dc.compositeChart} parent - Any valid + * [d3 single selector](https://github.com/mbostock/d3/wiki/Selections#selecting-elements) specifying + * a dom block element such as a div; or a dom element or d3 selection. If the bar chart is a sub-chart + * in a [Composite Chart](#composite-chart) then pass in the parent composite chart instance. + * @param {String} [chartGroup] - The name of the chart group this chart instance should be placed in. + * Interaction with a chart will only trigger events and redraws within the chart's group. + * @returns {LineChart} + */ +dc.lineChart = function (parent, chartGroup) { + var DEFAULT_DOT_RADIUS = 5; + var TOOLTIP_G_CLASS = 'dc-tooltip'; + var DOT_CIRCLE_CLASS = 'dot'; + var Y_AXIS_REF_LINE_CLASS = 'yRef'; + var X_AXIS_REF_LINE_CLASS = 'xRef'; + var DEFAULT_DOT_OPACITY = 1e-6; + + var _chart = dc.stackMixin(dc.coordinateGridMixin({})); + var _renderArea = false; + var _dotRadius = DEFAULT_DOT_RADIUS; + var _dataPointRadius = null; + var _dataPointFillOpacity = DEFAULT_DOT_OPACITY; + var _dataPointStrokeOpacity = DEFAULT_DOT_OPACITY; + var _interpolate = 'linear'; + var _tension = 0.7; + var _defined; + var _dashStyle; + var _xyTipsOn = true; + + _chart.transitionDuration(500); + _chart._rangeBandPadding(1); + + _chart.plotData = function () { + var chartBody = _chart.chartBodyG(); + var layersList = chartBody.selectAll('g.stack-list'); + + if (layersList.empty()) { + layersList = chartBody.append('g').attr('class', 'stack-list'); + } + + var layers = layersList.selectAll('g.stack').data(_chart.data()); + + var layersEnter = layers + .enter() + .append('g') + .attr('class', function (d, i) { + return 'stack ' + '_' + i; + }); + + drawLine(layersEnter, layers); + + drawArea(layersEnter, layers); + + drawDots(chartBody, layers); + }; + + /** + * Gets or sets the interpolator to use for lines drawn, by string name, allowing e.g. step + * functions, splines, and cubic interpolation. This is passed to + * [d3.svg.line.interpolate](https://github.com/mbostock/d3/wiki/SVG-Shapes#line_interpolate) and + * [d3.svg.area.interpolate](https://github.com/mbostock/d3/wiki/SVG-Shapes#area_interpolate), + * where you can find a complete list of valid arguments + * @name interpolate + * @memberof dc.lineChart + * @instance + * @param {String} [interpolate='linear'] + * @returns {Chart} + */ + _chart.interpolate = function (interpolate) { + if (!arguments.length) { + return _interpolate; + } + _interpolate = interpolate; + return _chart; + }; + + /** + * Gets or sets the tension to use for lines drawn, in the range 0 to 1. + * This parameter further customizes the interpolation behavior. It is passed to + * [d3.svg.line.tension](https://github.com/mbostock/d3/wiki/SVG-Shapes#line_tension) and + * [d3.svg.area.tension](https://github.com/mbostock/d3/wiki/SVG-Shapes#area_tension). + * @name tension + * @memberof dc.lineChart + * @instance + * @param {Number} [tension=0.7] + * @returns {Chart} + */ + _chart.tension = function (tension) { + if (!arguments.length) { + return _tension; + } + _tension = tension; + return _chart; + }; + + /** + * Gets or sets a function that will determine discontinuities in the line which should be + * skipped: the path will be broken into separate subpaths if some points are undefined. + * This function is passed to + * [d3.svg.line.defined](https://github.com/mbostock/d3/wiki/SVG-Shapes#line_defined) + * + * Note: crossfilter will sometimes coerce nulls to 0, so you may need to carefully write + * custom reduce functions to get this to work, depending on your data. See + * https://github.com/dc-js/dc.js/issues/615#issuecomment-49089248 + * @name defined + * @memberof dc.lineChart + * @instance + * @param {Function} [defined] + * @returns {Chart} + */ + _chart.defined = function (defined) { + if (!arguments.length) { + return _defined; + } + _defined = defined; + return _chart; + }; + + /** + * Set the line's d3 dashstyle. This value becomes the 'stroke-dasharray' of line. Defaults to empty + * array (solid line). + * @name dashStyle + * @memberof dc.lineChart + * @instance + * @example + * // create a Dash Dot Dot Dot + * chart.dashStyle([3,1,1,1]); + * @param {Array} [dashStyle=[]] + * @returns {Chart} + */ + _chart.dashStyle = function (dashStyle) { + if (!arguments.length) { + return _dashStyle; + } + _dashStyle = dashStyle; + return _chart; + }; + + /** + * Get or set render area flag. If the flag is set to true then the chart will render the area + * beneath each line and the line chart effectively becomes an area chart. + * @name renderArea + * @memberof dc.lineChart + * @instance + * @param {Boolean} [renderArea=false] + * @returns {Chart} + */ + _chart.renderArea = function (renderArea) { + if (!arguments.length) { + return _renderArea; + } + _renderArea = renderArea; + return _chart; + }; + + function colors (d, i) { + return _chart.getColor.call(d, d.values, i); + } + + function drawLine (layersEnter, layers) { + var line = d3.svg.line() + .x(function (d) { + return _chart.x()(d.x); + }) + .y(function (d) { + return _chart.y()(d.y + d.y0); + }) + .interpolate(_interpolate) + .tension(_tension); + if (_defined) { + line.defined(_defined); + } + + var path = layersEnter.append('path') + .attr('class', 'line') + .attr('stroke', colors); + if (_dashStyle) { + path.attr('stroke-dasharray', _dashStyle); + } + + dc.transition(layers.select('path.line'), _chart.transitionDuration()) + //.ease('linear') + .attr('stroke', colors) + .attr('d', function (d) { + return safeD(line(d.values)); + }); + } + + function drawArea (layersEnter, layers) { + if (_renderArea) { + var area = d3.svg.area() + .x(function (d) { + return _chart.x()(d.x); + }) + .y(function (d) { + return _chart.y()(d.y + d.y0); + }) + .y0(function (d) { + return _chart.y()(d.y0); + }) + .interpolate(_interpolate) + .tension(_tension); + if (_defined) { + area.defined(_defined); + } + + layersEnter.append('path') + .attr('class', 'area') + .attr('fill', colors) + .attr('d', function (d) { + return safeD(area(d.values)); + }); + + dc.transition(layers.select('path.area'), _chart.transitionDuration()) + //.ease('linear') + .attr('fill', colors) + .attr('d', function (d) { + return safeD(area(d.values)); + }); + } + } + + function safeD (d) { + return (!d || d.indexOf('NaN') >= 0) ? 'M0,0' : d; + } + + function drawDots (chartBody, layers) { + if (!_chart.brushOn() && _chart.xyTipsOn()) { + var tooltipListClass = TOOLTIP_G_CLASS + '-list'; + var tooltips = chartBody.select('g.' + tooltipListClass); + + if (tooltips.empty()) { + tooltips = chartBody.append('g').attr('class', tooltipListClass); + } + + layers.each(function (d, layerIndex) { + var points = d.values; + if (_defined) { + points = points.filter(_defined); + } + + var g = tooltips.select('g.' + TOOLTIP_G_CLASS + '._' + layerIndex); + if (g.empty()) { + g = tooltips.append('g').attr('class', TOOLTIP_G_CLASS + ' _' + layerIndex); + } + + createRefLines(g); + + var dots = g.selectAll('circle.' + DOT_CIRCLE_CLASS) + .data(points, dc.pluck('x')); + + dots.enter() + .append('circle') + .attr('class', DOT_CIRCLE_CLASS) + .attr('r', getDotRadius()) + .style('fill-opacity', _dataPointFillOpacity) + .style('stroke-opacity', _dataPointStrokeOpacity) + .on('mousemove', function () { + var dot = d3.select(this); + showDot(dot); + showRefLines(dot, g); + }) + .on('mouseout', function () { + var dot = d3.select(this); + hideDot(dot); + hideRefLines(g); + }); + + dots + .attr('cx', function (d) { + return dc.utils.safeNumber(_chart.x()(d.x)); + }) + .attr('cy', function (d) { + return dc.utils.safeNumber(_chart.y()(d.y + d.y0)); + }) + .attr('fill', _chart.getColor) + .call(renderTitle, d); + + dots.exit().remove(); + }); + } + } + + function createRefLines (g) { + var yRefLine = g.select('path.' + Y_AXIS_REF_LINE_CLASS).empty() ? + g.append('path').attr('class', Y_AXIS_REF_LINE_CLASS) : g.select('path.' + Y_AXIS_REF_LINE_CLASS); + yRefLine.style('display', 'none').attr('stroke-dasharray', '5,5'); + + var xRefLine = g.select('path.' + X_AXIS_REF_LINE_CLASS).empty() ? + g.append('path').attr('class', X_AXIS_REF_LINE_CLASS) : g.select('path.' + X_AXIS_REF_LINE_CLASS); + xRefLine.style('display', 'none').attr('stroke-dasharray', '5,5'); + } + + function showDot (dot) { + dot.style('fill-opacity', 0.8); + dot.style('stroke-opacity', 0.8); + dot.attr('r', _dotRadius); + return dot; + } + + function showRefLines (dot, g) { + var x = dot.attr('cx'); + var y = dot.attr('cy'); + var yAxisX = (_chart._yAxisX() - _chart.margins().left); + var yAxisRefPathD = 'M' + yAxisX + ' ' + y + 'L' + (x) + ' ' + (y); + var xAxisRefPathD = 'M' + x + ' ' + _chart.yAxisHeight() + 'L' + x + ' ' + y; + g.select('path.' + Y_AXIS_REF_LINE_CLASS).style('display', '').attr('d', yAxisRefPathD); + g.select('path.' + X_AXIS_REF_LINE_CLASS).style('display', '').attr('d', xAxisRefPathD); + } + + function getDotRadius () { + return _dataPointRadius || _dotRadius; + } + + function hideDot (dot) { + dot.style('fill-opacity', _dataPointFillOpacity) + .style('stroke-opacity', _dataPointStrokeOpacity) + .attr('r', getDotRadius()); + } + + function hideRefLines (g) { + g.select('path.' + Y_AXIS_REF_LINE_CLASS).style('display', 'none'); + g.select('path.' + X_AXIS_REF_LINE_CLASS).style('display', 'none'); + } + + function renderTitle (dot, d) { + if (_chart.renderTitle()) { + dot.selectAll('title').remove(); + dot.append('title').text(dc.pluck('data', _chart.title(d.name))); + } + } + + /** + * Turn on/off the mouseover behavior of an individual data point which renders a circle and x/y axis + * dashed lines back to each respective axis. This is ignored if the chart brush is on (`brushOn`) + * @name xyTipsOn + * @memberof dc.lineChart + * @instance + * @param {Boolean} [xyTipsOn=false] + * @returns {Chart} + */ + _chart.xyTipsOn = function (xyTipsOn) { + if (!arguments.length) { + return _xyTipsOn; + } + _xyTipsOn = xyTipsOn; + return _chart; + }; + + /** + * Get or set the radius (in px) for dots displayed on the data points. + * @name dotRadius + * @memberof dc.lineChart + * @instance + * @param {Number} [dotRadius=5] + * @returns {Chart} + */ + _chart.dotRadius = function (dotRadius) { + if (!arguments.length) { + return _dotRadius; + } + _dotRadius = dotRadius; + return _chart; + }; + + /** + * Always show individual dots for each datapoint. + * If `options` is falsy, it disables data point rendering. + * + * If no `options` are provided, the current `options` values are instead returned. + * @name renderDataPoints + * @memberof dc.lineChart + * @instance + * @example + * chart.renderDataPoints({radius: 2, fillOpacity: 0.8, strokeOpacity: 0.8}) + * @param {{fillOpacity: Number, strokeOpacity: Number, radius: Number}} [options={fillOpacity: 0.8, strokeOpacity: 0.8, radius: 2}] + * @returns {Chart} + */ + _chart.renderDataPoints = function (options) { + if (!arguments.length) { + return { + fillOpacity: _dataPointFillOpacity, + strokeOpacity: _dataPointStrokeOpacity, + radius: _dataPointRadius + }; + } else if (!options) { + _dataPointFillOpacity = DEFAULT_DOT_OPACITY; + _dataPointStrokeOpacity = DEFAULT_DOT_OPACITY; + _dataPointRadius = null; + } else { + _dataPointFillOpacity = options.fillOpacity || 0.8; + _dataPointStrokeOpacity = options.strokeOpacity || 0.8; + _dataPointRadius = options.radius || 2; + } + return _chart; + }; + + function colorFilter (color, dashstyle, inv) { + return function () { + var item = d3.select(this); + var match = (item.attr('stroke') === color && + item.attr('stroke-dasharray') === ((dashstyle instanceof Array) ? + dashstyle.join(',') : null)) || item.attr('fill') === color; + return inv ? !match : match; + }; + } + + _chart.legendHighlight = function (d) { + if (!_chart.isLegendableHidden(d)) { + _chart.g().selectAll('path.line, path.area') + .classed('highlight', colorFilter(d.color, d.dashstyle)) + .classed('fadeout', colorFilter(d.color, d.dashstyle, true)); + } + }; + + _chart.legendReset = function () { + _chart.g().selectAll('path.line, path.area') + .classed('highlight', false) + .classed('fadeout', false); + }; + + dc.override(_chart, 'legendables', function () { + var legendables = _chart._legendables(); + if (!_dashStyle) { + return legendables; + } + return legendables.map(function (l) { + l.dashstyle = _dashStyle; + return l; + }); + }); + + return _chart.anchor(parent, chartGroup); +}; + +/** + * The data count widget is a simple widget designed to display the number of records selected by the + * current filters out of the total number of records in the data set. Once created the data count widget + * will automatically update the text content of the following elements under the parent element. + * + * '.total-count' - total number of records + * '.filter-count' - number of records matched by the current filters + * + * Examples: + * - [Nasdaq 100 Index](http://dc-js.github.com/dc.js/) + * @name dataCount + * @memberof dc + * @mixes dc.baseMixin + * @example + * var ndx = crossfilter(data); + * var all = ndx.groupAll(); + * + * dc.dataCount('.dc-data-count') + * .dimension(ndx) + * .group(all); + * @param {String|node|d3.selection|dc.compositeChart} parent - Any valid + * [d3 single selector](https://github.com/mbostock/d3/wiki/Selections#selecting-elements) specifying + * a dom block element such as a div; or a dom element or d3 selection. If the bar chart is a sub-chart + * in a [Composite Chart](#composite-chart) then pass in the parent composite chart instance. + * @param {String} [chartGroup] - The name of the chart group this chart instance should be placed in. + * Interaction with a chart will only trigger events and redraws within the chart's group. + * @returns {DataCount} + */ +dc.dataCount = function (parent, chartGroup) { + var _formatNumber = d3.format(',d'); + var _chart = dc.baseMixin({}); + var _html = {some: '', all: ''}; + + /** + * Gets or sets an optional object specifying HTML templates to use depending how many items are + * selected. The text `%total-count` will replaced with the total number of records, and the text + * `%filter-count` will be replaced with the number of selected records. + * - all: HTML template to use if all items are selected + * - some: HTML template to use if not all items are selected + * @name html + * @memberof dc.dataCount + * @instance + * @example + * counter.html({ + * some: '%filter-count out of %total-count records selected', + * all: 'All records selected. Click on charts to apply filters' + * }) + * @param {{some:String, all: String}} [options] + * @returns {Chart} + */ + _chart.html = function (options) { + if (!arguments.length) { + return _html; + } + if (options.all) { + _html.all = options.all; + } + if (options.some) { + _html.some = options.some; + } + return _chart; + }; + + /** + * Gets or sets an optional function to format the filter count and total count. + * @name formatNumber + * @memberof dc.dataCount + * @instance + * @example + * counter.formatNumber(d3.format('.2g')) + * @param {Function} [formatter=d3.format('.2g')] + * @returns {Chart} + */ + _chart.formatNumber = function (formatter) { + if (!arguments.length) { + return _formatNumber; + } + _formatNumber = formatter; + return _chart; + }; + + _chart._doRender = function () { + var tot = _chart.dimension().size(), + val = _chart.group().value(); + var all = _formatNumber(tot); + var selected = _formatNumber(val); + + if ((tot === val) && (_html.all !== '')) { + _chart.root().html(_html.all.replace('%total-count', all).replace('%filter-count', selected)); + } else if (_html.some !== '') { + _chart.root().html(_html.some.replace('%total-count', all).replace('%filter-count', selected)); + } else { + _chart.selectAll('.total-count').text(all); + _chart.selectAll('.filter-count').text(selected); + } + return _chart; + }; + + _chart._doRedraw = function () { + return _chart._doRender(); + }; + + return _chart.anchor(parent, chartGroup); +}; + +/** + * The data table is a simple widget designed to list crossfilter focused data set (rows being + * filtered) in a good old tabular fashion. + * + * Note: Unlike other charts, the data table (and data grid chart) use the group attribute as a keying function + * for [nesting](https://github.com/mbostock/d3/wiki/Arrays#-nest) the data together in groups. + * Do not pass in a crossfilter group as this will not work. + * + * Examples: + * - [Nasdaq 100 Index](http://dc-js.github.com/dc.js/) + * @name dataTable + * @memberof dc + * @mixes dc.baseMixin + * @param {String|node|d3.selection|dc.compositeChart} parent - Any valid + * [d3 single selector](https://github.com/mbostock/d3/wiki/Selections#selecting-elements) specifying + * a dom block element such as a div; or a dom element or d3 selection. If the bar chart is a sub-chart + * in a [Composite Chart](#composite-chart) then pass in the parent composite chart instance. + * @param {String} [chartGroup] - The name of the chart group this chart instance should be placed in. + * Interaction with a chart will only trigger events and redraws within the chart's group. + * @returns {DataTable} + */ +dc.dataTable = function (parent, chartGroup) { + var LABEL_CSS_CLASS = 'dc-table-label'; + var ROW_CSS_CLASS = 'dc-table-row'; + var COLUMN_CSS_CLASS = 'dc-table-column'; + var GROUP_CSS_CLASS = 'dc-table-group'; + var HEAD_CSS_CLASS = 'dc-table-head'; + + var _chart = dc.baseMixin({}); + + var _size = 25; + var _columns = []; + var _sortBy = function (d) { + return d; + }; + var _order = d3.ascending; + var _showGroups = true; + + _chart._doRender = function () { + _chart.selectAll('tbody').remove(); + + renderRows(renderGroups()); + + return _chart; + }; + + _chart._doColumnValueFormat = function (v, d) { + return ((typeof v === 'function') ? + v(d) : // v as function + ((typeof v === 'string') ? + d[v] : // v is field name string + v.format(d) // v is Object, use fn (element 2) + ) + ); + }; + + _chart._doColumnHeaderFormat = function (d) { + // if 'function', convert to string representation + // show a string capitalized + // if an object then display it's label string as-is. + return (typeof d === 'function') ? + _chart._doColumnHeaderFnToString(d) : + ((typeof d === 'string') ? + _chart._doColumnHeaderCapitalize(d) : String(d.label)); + }; + + _chart._doColumnHeaderCapitalize = function (s) { + // capitalize + return s.charAt(0).toUpperCase() + s.slice(1); + }; + + _chart._doColumnHeaderFnToString = function (f) { + // columnString(f) { + var s = String(f); + var i1 = s.indexOf('return '); + if (i1 >= 0) { + var i2 = s.lastIndexOf(';'); + if (i2 >= 0) { + s = s.substring(i1 + 7, i2); + var i3 = s.indexOf('numberFormat'); + if (i3 >= 0) { + s = s.replace('numberFormat', ''); + } + } + } + return s; + }; + + function renderGroups () { + // The 'original' example uses all 'functions'. + // If all 'functions' are used, then don't remove/add a header, and leave + // the html alone. This preserves the functionality of earlier releases. + // A 2nd option is a string representing a field in the data. + // A third option is to supply an Object such as an array of 'information', and + // supply your own _doColumnHeaderFormat and _doColumnValueFormat functions to + // create what you need. + var bAllFunctions = true; + _columns.forEach(function (f) { + bAllFunctions = bAllFunctions & (typeof f === 'function'); + }); + + if (!bAllFunctions) { + _chart.selectAll('th').remove(); + var headcols = _chart.root().selectAll('th') + .data(_columns); + + var headGroup = headcols + .enter() + .append('th'); + + headGroup + .attr('class', HEAD_CSS_CLASS) + .html(function (d) { + return (_chart._doColumnHeaderFormat(d)); + + }); + } + + var groups = _chart.root().selectAll('tbody') + .data(nestEntries(), function (d) { + return _chart.keyAccessor()(d); + }); + + var rowGroup = groups + .enter() + .append('tbody'); + + if (_showGroups === true) { + rowGroup + .append('tr') + .attr('class', GROUP_CSS_CLASS) + .append('td') + .attr('class', LABEL_CSS_CLASS) + .attr('colspan', _columns.length) + .html(function (d) { + return _chart.keyAccessor()(d); + }); + } + + groups.exit().remove(); + + return rowGroup; + } + + function nestEntries () { + var entries; + if (_order === d3.ascending) { + entries = _chart.dimension().bottom(_size); + } else { + entries = _chart.dimension().top(_size); + } + + return d3.nest() + .key(_chart.group()) + .sortKeys(_order) + .entries(entries.sort(function (a, b) { + return _order(_sortBy(a), _sortBy(b)); + })); + } + + function renderRows (groups) { + var rows = groups.order() + .selectAll('tr.' + ROW_CSS_CLASS) + .data(function (d) { + return d.values; + }); + + var rowEnter = rows.enter() + .append('tr') + .attr('class', ROW_CSS_CLASS); + + _columns.forEach(function (v, i) { + rowEnter.append('td') + .attr('class', COLUMN_CSS_CLASS + ' _' + i) + .html(function (d) { + return _chart._doColumnValueFormat(v, d); + }); + }); + + rows.exit().remove(); + + return rows; + } + + _chart._doRedraw = function () { + return _chart._doRender(); + }; + + /** + * Get or set the table size which determines the number of rows displayed by the widget. + * @name size + * @memberof dc.dataTable + * @instance + * @param {Number} [size=25] + * @returns {Chart} + */ + _chart.size = function (size) { + if (!arguments.length) { + return _size; + } + _size = size; + return _chart; + }; + + /** + * Get or set column functions. The data table widget now supports several methods of specifying + * the columns to display. The original method, first shown below, uses an array of functions to + * generate dynamic columns. Column functions are simple javascript functions with only one input + * argument `d` which represents a row in the data set. The return value of these functions will be + * used directly to generate table content for each cell. However, this method requires the .html + * table entry to have a fixed set of column headers. + * + * The second example shows you can simply list the data (d) content directly without + * specifying it as a function, except where necessary (ie, computed columns). Note + * the data element accessor name is capitalized when displayed in the table. You can + * also mix in functions as desired or necessary, but you must use the + * Object = [Label, Fn] method as shown below. + * You may wish to override the following two functions, which are internally used to + * translate the column information or function into a displayed header. The first one + * is used on the simple "string" column specifier, the second is used to transform the + * String(fn) into something displayable. For the Stock example, the function for Change + * becomes a header of 'd.close - d.open'. + * _chart._doColumnHeaderCapitalize _chart._doColumnHeaderFnToString + * You may use your own Object definition, however you must then override + * _chart._doColumnHeaderFormat , _chart._doColumnValueFormat + * Be aware that fields without numberFormat specification will be displayed just as + * they are stored in the data, unformatted. + * + * The third example, where all fields are specified using the Object = [Label, Fn] method. + * @name columns + * @memberof dc.dataTable + * @instance + * @example + * chart.columns([ + * function(d) { return d.date; }, + * function(d) { return d.open; }, + * function(d) { return d.close; }, + * function(d) { return numberFormat(d.close - d.open); }, + * function(d) { return d.volume; } + * ]); + * @example + * chart.columns([ + * "date", // d["date"], ie, a field accessor; capitalized automatically + * "open", // ... + * "close", // ... + * ["Change", // Specify an Object = [Label, Fn] + * function (d) { return numberFormat(d.close - d.open); }], + * "volume" // d["volume"], ie, a field accessor; capitalized automatically + * ]); + * @example + * chart.columns([ + * ["Date", // Specify an Object = [Label, Fn] + * function (d) { return d.date; }], + * ["Open", + * function (d) { return numberFormat(d.open); }], + * ["Close", + * function (d) { return numberFormat(d.close); }], + * ["Change", + * function (d) { return numberFormat(d.close - d.open); }], + * ["Volume", + * function (d) { return d.volume; }] + * ]); + * @param {Array} [columns=[]] + * @returns {Chart} + */ + _chart.columns = function (columns) { + if (!arguments.length) { + return _columns; + } + _columns = columns; + return _chart; + }; + + /** + * Get or set sort-by function. This function works as a value accessor at row level and returns a + * particular field to be sorted by. Default value: identity function + * @name sortBy + * @memberof dc.dataTable + * @instance + * @example + * chart.sortBy(function(d) { + * return d.date; + * }); + * @param {Function} [sortBy] + * @returns {Chart} + */ + _chart.sortBy = function (sortBy) { + if (!arguments.length) { + return _sortBy; + } + _sortBy = sortBy; + return _chart; + }; + + /** + * Get or set sort order. + * @name order + * @memberof dc.dataTable + * @instance + * @example + * chart.order(d3.descending); + * @param {Function} [order=d3.ascending] + * @returns {Chart} + */ + _chart.order = function (order) { + if (!arguments.length) { + return _order; + } + _order = order; + return _chart; + }; + + /** + * Get or set if group rows will be shown. + * + * The .group() getter-setter must be provided in either case. + * @name order + * @memberof dc.dataTable + * @instance + * @example + * chart + * .group([value], [name]) + * .showGroups(true|false); + * @param {Boolean} [showGroups=true] + * @returns {Chart} + */ + _chart.showGroups = function (showGroups) { + if (!arguments.length) { + return _showGroups; + } + _showGroups = showGroups; + return _chart; + }; + + return _chart.anchor(parent, chartGroup); +}; + +/** + * Data grid is a simple widget designed to list the filtered records, providing + * a simple way to define how the items are displayed. + * + * Note: Unlike other charts, the data grid chart (and data table) use the group attribute as a keying function + * for [nesting](https://github.com/mbostock/d3/wiki/Arrays#-nest) the data together in groups. + * Do not pass in a crossfilter group as this will not work. + * + * Examples: + * - [List of members of the european parliament](http://europarl.me/dc.js/web/ep/index.html) + * @name dataGrid + * @memberof dc + * @mixes dc.baseMixin + * @param {String|node|d3.selection|dc.compositeChart} parent - Any valid + * [d3 single selector](https://github.com/mbostock/d3/wiki/Selections#selecting-elements) specifying + * a dom block element such as a div; or a dom element or d3 selection. If the bar chart is a sub-chart + * in a [Composite Chart](#composite-chart) then pass in the parent composite chart instance. + * @param {String} [chartGroup] - The name of the chart group this chart instance should be placed in. + * Interaction with a chart will only trigger events and redraws within the chart's group. + * @returns {DataGrid} + */ +dc.dataGrid = function (parent, chartGroup) { + var LABEL_CSS_CLASS = 'dc-grid-label'; + var ITEM_CSS_CLASS = 'dc-grid-item'; + var GROUP_CSS_CLASS = 'dc-grid-group'; + var GRID_CSS_CLASS = 'dc-grid-top'; + + var _chart = dc.baseMixin({}); + + var _size = 999; // shouldn't be needed, but you might + var _html = function (d) { return 'you need to provide an html() handling param: ' + JSON.stringify(d); }; + var _sortBy = function (d) { + return d; + }; + var _order = d3.ascending; + var _beginSlice = 0, _endSlice; + + var _htmlGroup = function (d) { + return '

' + + _chart.keyAccessor()(d) + '

'; + }; + + _chart._doRender = function () { + _chart.selectAll('div.' + GRID_CSS_CLASS).remove(); + + renderItems(renderGroups()); + + return _chart; + }; + + function renderGroups () { + var groups = _chart.root().selectAll('div.' + GRID_CSS_CLASS) + .data(nestEntries(), function (d) { + return _chart.keyAccessor()(d); + }); + + var itemGroup = groups + .enter() + .append('div') + .attr('class', GRID_CSS_CLASS); + + if (_htmlGroup) { + itemGroup + .html(function (d) { + return _htmlGroup(d); + }); + } + + groups.exit().remove(); + return itemGroup; + } + + function nestEntries () { + var entries = _chart.dimension().top(_size); + + return d3.nest() + .key(_chart.group()) + .sortKeys(_order) + .entries(entries.sort(function (a, b) { + return _order(_sortBy(a), _sortBy(b)); + }).slice(_beginSlice, _endSlice)); + } + + function renderItems (groups) { + var items = groups.order() + .selectAll('div.' + ITEM_CSS_CLASS) + .data(function (d) { + return d.values; + }); + + items.enter() + .append('div') + .attr('class', ITEM_CSS_CLASS) + .html(function (d) { + return _html(d); + }); + + items.exit().remove(); + + return items; + } + + _chart._doRedraw = function () { + return _chart._doRender(); + }; + + /** + * Get or set the index of the beginning slice which determines which entries get displayed by the widget + * Useful when implementing pagination. + * @name beginSlice + * @memberof dc.dataGrid + * @instance + * @param {Number} [beginSlice=0] + * @returns {Chart} + */ + _chart.beginSlice = function (beginSlice) { + if (!arguments.length) { + return _beginSlice; + } + _beginSlice = beginSlice; + return _chart; + }; + + /** + * Get or set the index of the end slice which determines which entries get displayed by the widget + * Useful when implementing pagination. + * @name endSlice + * @memberof dc.dataGrid + * @instance + * @param {Number} [endSlice] + * @returns {Chart} + */ + _chart.endSlice = function (endSlice) { + if (!arguments.length) { + return _endSlice; + } + _endSlice = endSlice; + return _chart; + }; + + /** + * Get or set the grid size which determines the number of items displayed by the widget. + * @name size + * @memberof dc.dataGrid + * @instance + * @param {Number} [size=999] + * @returns {Chart} + */ + _chart.size = function (size) { + if (!arguments.length) { + return _size; + } + _size = size; + return _chart; + }; + + /** + * Get or set the function that formats an item. The data grid widget uses a + * function to generate dynamic html. Use your favourite templating engine or + * generate the string directly. + * @name html + * @memberof dc.dataGrid + * @instance + * @example + * chart.html(function (d) { return '
'+data.exampleString+'
';}); + * @param {Function} [html] + * @returns {Chart} + */ + _chart.html = function (html) { + if (!arguments.length) { + return _html; + } + _html = html; + return _chart; + }; + + /** + * Get or set the function that formats a group label. + * @name htmlGroup + * @memberof dc.dataGrid + * @instance + * @example + * chart.htmlGroup (function (d) { return '

'.d.key . 'with ' . d.values.length .' items

'}); + * @param {Function} [htmlGroup] + * @returns {Chart} + */ + _chart.htmlGroup = function (htmlGroup) { + if (!arguments.length) { + return _htmlGroup; + } + _htmlGroup = htmlGroup; + return _chart; + }; + + /** + * Get or set sort-by function. This function works as a value accessor at the item + * level and returns a particular field to be sorted. + * @name sortBy + * @memberof dc.dataGrid + * @instance + * @example + * chart.sortBy(function(d) { + * return d.date; + * }); + * @param {Function} [sortByFunction] + * @returns {Chart} + */ + _chart.sortBy = function (sortByFunction) { + if (!arguments.length) { + return _sortBy; + } + _sortBy = sortByFunction; + return _chart; + }; + + /** + * Get or set sort order function. + * @name order + * @memberof dc.dataGrid + * @instance + * @example + * chart.order(d3.descending); + * @param {Function} [order=d3.ascending] + * @returns {Chart} + */ + _chart.order = function (order) { + if (!arguments.length) { + return _order; + } + _order = order; + return _chart; + }; + + return _chart.anchor(parent, chartGroup); +}; + +/** + * A concrete implementation of a general purpose bubble chart that allows data visualization using the + * following dimensions: + * - x axis position + * - y axis position + * - bubble radius + * - color + * Examples: + * - [Nasdaq 100 Index](http://dc-js.github.com/dc.js/) + * - [US Venture Capital Landscape 2011](http://dc-js.github.com/dc.js/vc/index.html) + * @name bubbleChart + * @memberof dc + * @mixes dc.bubbleMixin + * @mixes dc.coordinateGridMixin + * @example + * // create a bubble chart under #chart-container1 element using the default global chart group + * var bubbleChart1 = dc.bubbleChart('#chart-container1'); + * // create a bubble chart under #chart-container2 element using chart group A + * var bubbleChart2 = dc.bubbleChart('#chart-container2', 'chartGroupA'); + * @param {String|node|d3.selection|dc.compositeChart} parent - Any valid + * [d3 single selector](https://github.com/mbostock/d3/wiki/Selections#selecting-elements) specifying + * a dom block element such as a div; or a dom element or d3 selection. If the bar chart is a sub-chart + * in a [Composite Chart](#composite-chart) then pass in the parent composite chart instance. + * @param {String} [chartGroup] - The name of the chart group this chart instance should be placed in. + * Interaction with a chart will only trigger events and redraws within the chart's group. + * @returns {BubbleChart} + */ +dc.bubbleChart = function (parent, chartGroup) { + var _chart = dc.bubbleMixin(dc.coordinateGridMixin({})); + + var _elasticRadius = false; + + _chart.transitionDuration(750); + + var bubbleLocator = function (d) { + return 'translate(' + (bubbleX(d)) + ',' + (bubbleY(d)) + ')'; + }; + + /** + * Turn on or off the elastic bubble radius feature, or return the value of the flag. If this + * feature is turned on, then bubble radii will be automatically rescaled to fit the chart better. + * @name elasticRadius + * @memberof dc.bubbleChart + * @instance + * @param {Boolean} [elasticRadius=false] + * @returns {Boolean} + */ + _chart.elasticRadius = function (elasticRadius) { + if (!arguments.length) { + return _elasticRadius; + } + _elasticRadius = elasticRadius; + return _chart; + }; + + _chart.plotData = function () { + if (_elasticRadius) { + _chart.r().domain([_chart.rMin(), _chart.rMax()]); + } + + _chart.r().range([_chart.MIN_RADIUS, _chart.xAxisLength() * _chart.maxBubbleRelativeSize()]); + + var bubbleG = _chart.chartBodyG().selectAll('g.' + _chart.BUBBLE_NODE_CLASS) + .data(_chart.data(), function (d) { return d.key; }); + + renderNodes(bubbleG); + + updateNodes(bubbleG); + + removeNodes(bubbleG); + + _chart.fadeDeselectedArea(); + }; + + function renderNodes (bubbleG) { + var bubbleGEnter = bubbleG.enter().append('g'); + + bubbleGEnter + .attr('class', _chart.BUBBLE_NODE_CLASS) + .attr('transform', bubbleLocator) + .append('circle').attr('class', function (d, i) { + return _chart.BUBBLE_CLASS + ' _' + i; + }) + .on('click', _chart.onClick) + .attr('fill', _chart.getColor) + .attr('r', 0); + dc.transition(bubbleG, _chart.transitionDuration()) + .selectAll('circle.' + _chart.BUBBLE_CLASS) + .attr('r', function (d) { + return _chart.bubbleR(d); + }) + .attr('opacity', function (d) { + return (_chart.bubbleR(d) > 0) ? 1 : 0; + }); + + _chart._doRenderLabel(bubbleGEnter); + + _chart._doRenderTitles(bubbleGEnter); + } + + function updateNodes (bubbleG) { + dc.transition(bubbleG, _chart.transitionDuration()) + .attr('transform', bubbleLocator) + .selectAll('circle.' + _chart.BUBBLE_CLASS) + .attr('fill', _chart.getColor) + .attr('r', function (d) { + return _chart.bubbleR(d); + }) + .attr('opacity', function (d) { + return (_chart.bubbleR(d) > 0) ? 1 : 0; + }); + + _chart.doUpdateLabels(bubbleG); + _chart.doUpdateTitles(bubbleG); + } + + function removeNodes (bubbleG) { + bubbleG.exit().remove(); + } + + function bubbleX (d) { + var x = _chart.x()(_chart.keyAccessor()(d)); + if (isNaN(x)) { + x = 0; + } + return x; + } + + function bubbleY (d) { + var y = _chart.y()(_chart.valueAccessor()(d)); + if (isNaN(y)) { + y = 0; + } + return y; + } + + _chart.renderBrush = function () { + // override default x axis brush from parent chart + }; + + _chart.redrawBrush = function () { + // override default x axis brush from parent chart + _chart.fadeDeselectedArea(); + }; + + return _chart.anchor(parent, chartGroup); +}; + +/** + * Composite charts are a special kind of chart that render multiple charts on the same Coordinate + * Grid. You can overlay (compose) different bar/line/area charts in a single composite chart to + * achieve some quite flexible charting effects. + * @name compositeChart + * @memberof dc + * @mixes dc.coordinateGridMixin + * @example + * // create a composite chart under #chart-container1 element using the default global chart group + * var compositeChart1 = dc.compositeChart('#chart-container1'); + * // create a composite chart under #chart-container2 element using chart group A + * var compositeChart2 = dc.compositeChart('#chart-container2', 'chartGroupA'); + * @param {String|node|d3.selection|dc.compositeChart} parent - Any valid + * [d3 single selector](https://github.com/mbostock/d3/wiki/Selections#selecting-elements) specifying + * a dom block element such as a div; or a dom element or d3 selection. If the bar chart is a sub-chart + * in a [Composite Chart](#composite-chart) then pass in the parent composite chart instance. + * @param {String} [chartGroup] - The name of the chart group this chart instance should be placed in. + * Interaction with a chart will only trigger events and redraws within the chart's group. + * @returns {CompositeChart} + */ +dc.compositeChart = function (parent, chartGroup) { + + var SUB_CHART_CLASS = 'sub'; + var DEFAULT_RIGHT_Y_AXIS_LABEL_PADDING = 12; + + var _chart = dc.coordinateGridMixin({}); + var _children = []; + + var _childOptions = {}; + + var _shareColors = false, + _shareTitle = true; + + var _rightYAxis = d3.svg.axis(), + _rightYAxisLabel = 0, + _rightYAxisLabelPadding = DEFAULT_RIGHT_Y_AXIS_LABEL_PADDING, + _rightY, + _rightAxisGridLines = false; + + _chart._mandatoryAttributes([]); + _chart.transitionDuration(500); + + dc.override(_chart, '_generateG', function () { + var g = this.__generateG(); + + for (var i = 0; i < _children.length; ++i) { + var child = _children[i]; + + generateChildG(child, i); + + if (!child.dimension()) { + child.dimension(_chart.dimension()); + } + if (!child.group()) { + child.group(_chart.group()); + } + + child.chartGroup(_chart.chartGroup()); + child.svg(_chart.svg()); + child.xUnits(_chart.xUnits()); + child.transitionDuration(_chart.transitionDuration()); + child.brushOn(_chart.brushOn()); + child.renderTitle(_chart.renderTitle()); + child.elasticX(_chart.elasticX()); + } + + return g; + }); + + _chart._brushing = function () { + var extent = _chart.extendBrush(); + var brushIsEmpty = _chart.brushIsEmpty(extent); + + for (var i = 0; i < _children.length; ++i) { + _children[i].filter(null); + if (!brushIsEmpty) { + _children[i].filter(extent); + } + } + }; + + _chart._prepareYAxis = function () { + if (leftYAxisChildren().length !== 0) { prepareLeftYAxis(); } + if (rightYAxisChildren().length !== 0) { prepareRightYAxis(); } + + if (leftYAxisChildren().length > 0 && !_rightAxisGridLines) { + _chart._renderHorizontalGridLinesForAxis(_chart.g(), _chart.y(), _chart.yAxis()); + } else if (rightYAxisChildren().length > 0) { + _chart._renderHorizontalGridLinesForAxis(_chart.g(), _rightY, _rightYAxis); + } + }; + + _chart.renderYAxis = function () { + if (leftYAxisChildren().length !== 0) { + _chart.renderYAxisAt('y', _chart.yAxis(), _chart.margins().left); + _chart.renderYAxisLabel('y', _chart.yAxisLabel(), -90); + } + + if (rightYAxisChildren().length !== 0) { + _chart.renderYAxisAt('yr', _chart.rightYAxis(), _chart.width() - _chart.margins().right); + _chart.renderYAxisLabel('yr', _chart.rightYAxisLabel(), 90, _chart.width() - _rightYAxisLabelPadding); + } + }; + + function prepareRightYAxis () { + if (_chart.rightY() === undefined || _chart.elasticY()) { + if (_chart.rightY() === undefined) { + _chart.rightY(d3.scale.linear()); + } + _chart.rightY().domain([rightYAxisMin(), rightYAxisMax()]).rangeRound([_chart.yAxisHeight(), 0]); + } + + _chart.rightY().range([_chart.yAxisHeight(), 0]); + _chart.rightYAxis(_chart.rightYAxis().scale(_chart.rightY())); + + _chart.rightYAxis().orient('right'); + } + + function prepareLeftYAxis () { + if (_chart.y() === undefined || _chart.elasticY()) { + if (_chart.y() === undefined) { + _chart.y(d3.scale.linear()); + } + _chart.y().domain([yAxisMin(), yAxisMax()]).rangeRound([_chart.yAxisHeight(), 0]); + } + + _chart.y().range([_chart.yAxisHeight(), 0]); + _chart.yAxis(_chart.yAxis().scale(_chart.y())); + + _chart.yAxis().orient('left'); + } + + function generateChildG (child, i) { + child._generateG(_chart.g()); + child.g().attr('class', SUB_CHART_CLASS + ' _' + i); + } + + _chart.plotData = function () { + for (var i = 0; i < _children.length; ++i) { + var child = _children[i]; + + if (!child.g()) { + generateChildG(child, i); + } + + if (_shareColors) { + child.colors(_chart.colors()); + } + + child.x(_chart.x()); + + child.xAxis(_chart.xAxis()); + + if (child.useRightYAxis()) { + child.y(_chart.rightY()); + child.yAxis(_chart.rightYAxis()); + } else { + child.y(_chart.y()); + child.yAxis(_chart.yAxis()); + } + + child.plotData(); + + child._activateRenderlets(); + } + }; + + /** + * Get or set whether to draw gridlines from the right y axis. Drawing from the left y axis is the + * default behavior. This option is only respected when subcharts with both left and right y-axes + * are present. + * @name useRightAxisGridLines + * @memberof dc.compositeChart + * @instance + * @param {Boolean} [useRightAxisGridLines=false] + * @return {Chart} + */ + _chart.useRightAxisGridLines = function (useRightAxisGridLines) { + if (!arguments) { + return _rightAxisGridLines; + } + + _rightAxisGridLines = useRightAxisGridLines; + return _chart; + }; + + /** + * Get or set chart-specific options for all child charts. This is equivalent to calling `.options` + * on each child chart. + * @name childOptions + * @memberof dc.compositeChart + * @instance + * @param {Object} [childOptions] + * @return {Chart} + */ + _chart.childOptions = function (childOptions) { + if (!arguments.length) { + return _childOptions; + } + _childOptions = childOptions; + _children.forEach(function (child) { + child.options(_childOptions); + }); + return _chart; + }; + + _chart.fadeDeselectedArea = function () { + for (var i = 0; i < _children.length; ++i) { + var child = _children[i]; + child.brush(_chart.brush()); + child.fadeDeselectedArea(); + } + }; + + /** + * Set or get the right y axis label. + * @name rightYAxisLabel + * @memberof dc.compositeChart + * @instance + * @param {String} [rightYAxisLabel] + * @param {Number} [padding] + * @return {Chart} + */ + _chart.rightYAxisLabel = function (rightYAxisLabel, padding) { + if (!arguments.length) { + return _rightYAxisLabel; + } + _rightYAxisLabel = rightYAxisLabel; + _chart.margins().right -= _rightYAxisLabelPadding; + _rightYAxisLabelPadding = (padding === undefined) ? DEFAULT_RIGHT_Y_AXIS_LABEL_PADDING : padding; + _chart.margins().right += _rightYAxisLabelPadding; + return _chart; + }; + + /** + * Combine the given charts into one single composite coordinate grid chart. + * @name compose + * @memberof dc.compositeChart + * @instance + * @example + * moveChart.compose([ + * // when creating sub-chart you need to pass in the parent chart + * dc.lineChart(moveChart) + * .group(indexAvgByMonthGroup) // if group is missing then parent's group will be used + * .valueAccessor(function (d){return d.value.avg;}) + * // most of the normal functions will continue to work in a composed chart + * .renderArea(true) + * .stack(monthlyMoveGroup, function (d){return d.value;}) + * .title(function (d){ + * var value = d.value.avg?d.value.avg:d.value; + * if(isNaN(value)) value = 0; + * return dateFormat(d.key) + '\n' + numberFormat(value); + * }), + * dc.barChart(moveChart) + * .group(volumeByMonthGroup) + * .centerBar(true) + * ]); + * @param {Array} [subChartArray] + * @return {Chart} + */ + _chart.compose = function (subChartArray) { + _children = subChartArray; + _children.forEach(function (child) { + child.height(_chart.height()); + child.width(_chart.width()); + child.margins(_chart.margins()); + + if (_shareTitle) { + child.title(_chart.title()); + } + + child.options(_childOptions); + }); + return _chart; + }; + + /** + * Returns the child charts which are composed into the composite chart. + * @name children + * @memberof dc.compositeChart + * @instance + * @return {Array} + */ + _chart.children = function () { + return _children; + }; + + /** + * Get or set color sharing for the chart. If set, the `.colors()` value from this chart + * will be shared with composed children. Additionally if the child chart implements + * Stackable and has not set a custom .colorAccessor, then it will generate a color + * specific to its order in the composition. + * @name shareColors + * @memberof dc.compositeChart + * @instance + * @param {Boolean} [shareColors=false] + * @return {Chart} + */ + _chart.shareColors = function (shareColors) { + if (!arguments.length) { + return _shareColors; + } + _shareColors = shareColors; + return _chart; + }; + + /** + * Get or set title sharing for the chart. If set, the `.title()` value from this chart will be + * shared with composed children. + * @name shareTitle + * @memberof dc.compositeChart + * @instance + * @param {Boolean} [shareTitle=true] + * @return {Chart} + */ + _chart.shareTitle = function (shareTitle) { + if (!arguments.length) { + return _shareTitle; + } + _shareTitle = shareTitle; + return _chart; + }; + + /** + * Get or set the y scale for the right axis. The right y scale is typically automatically + * generated by the chart implementation. + * @name rightY + * @memberof dc.compositeChart + * @instance + * @param {d3.scale} [yScale] + * @return {Chart} + */ + _chart.rightY = function (yScale) { + if (!arguments.length) { + return _rightY; + } + _rightY = yScale; + _chart.rescale(); + return _chart; + }; + + function leftYAxisChildren () { + return _children.filter(function (child) { + return !child.useRightYAxis(); + }); + } + + function rightYAxisChildren () { + return _children.filter(function (child) { + return child.useRightYAxis(); + }); + } + + function getYAxisMin (charts) { + return charts.map(function (c) { + return c.yAxisMin(); + }); + } + + delete _chart.yAxisMin; + function yAxisMin () { + return d3.min(getYAxisMin(leftYAxisChildren())); + } + + function rightYAxisMin () { + return d3.min(getYAxisMin(rightYAxisChildren())); + } + + function getYAxisMax (charts) { + return charts.map(function (c) { + return c.yAxisMax(); + }); + } + + delete _chart.yAxisMax; + function yAxisMax () { + return dc.utils.add(d3.max(getYAxisMax(leftYAxisChildren())), _chart.yAxisPadding()); + } + + function rightYAxisMax () { + return dc.utils.add(d3.max(getYAxisMax(rightYAxisChildren())), _chart.yAxisPadding()); + } + + function getAllXAxisMinFromChildCharts () { + return _children.map(function (c) { + return c.xAxisMin(); + }); + } + + dc.override(_chart, 'xAxisMin', function () { + return dc.utils.subtract(d3.min(getAllXAxisMinFromChildCharts()), _chart.xAxisPadding()); + }); + + function getAllXAxisMaxFromChildCharts () { + return _children.map(function (c) { + return c.xAxisMax(); + }); + } + + dc.override(_chart, 'xAxisMax', function () { + return dc.utils.add(d3.max(getAllXAxisMaxFromChildCharts()), _chart.xAxisPadding()); + }); + + _chart.legendables = function () { + return _children.reduce(function (items, child) { + if (_shareColors) { + child.colors(_chart.colors()); + } + items.push.apply(items, child.legendables()); + return items; + }, []); + }; + + _chart.legendHighlight = function (d) { + for (var j = 0; j < _children.length; ++j) { + var child = _children[j]; + child.legendHighlight(d); + } + }; + + _chart.legendReset = function (d) { + for (var j = 0; j < _children.length; ++j) { + var child = _children[j]; + child.legendReset(d); + } + }; + + _chart.legendToggle = function () { + console.log('composite should not be getting legendToggle itself'); + }; + + /** + * Set or get the right y axis used by the composite chart. This function is most useful when y + * axis customization is required. The y axis in dc.js is an instance of a [d3 axis + * object](https://github.com/mbostock/d3/wiki/SVG-Axes#wiki-_axis) therefore it supports any valid + * d3 axis manipulation. **Caution**: The y axis is usually generated internally by dc; + * resetting it may cause unexpected results. + * @name rightYAxis + * @memberof dc.compositeChart + * @instance + * @example + * // customize y axis tick format + * chart.rightYAxis().tickFormat(function (v) {return v + '%';}); + * // customize y axis tick values + * chart.rightYAxis().tickValues([0, 100, 200, 300]); + * @param {d3.svg.axis} [rightYAxis] + * @return {Chart} + */ + _chart.rightYAxis = function (rightYAxis) { + if (!arguments.length) { + return _rightYAxis; + } + _rightYAxis = rightYAxis; + return _chart; + }; + + return _chart.anchor(parent, chartGroup); +}; + +/** + * A series chart is a chart that shows multiple series of data overlaid on one chart, where the + * series is specified in the data. It is a specialization of Composite Chart and inherits all + * composite features other than recomposing the chart. + * @name seriesChart + * @memberof dc + * @mixes dc.compositeChart + * @example + * // create a series chart under #chart-container1 element using the default global chart group + * var seriesChart1 = dc.seriesChart("#chart-container1"); + * // create a series chart under #chart-container2 element using chart group A + * var seriesChart2 = dc.seriesChart("#chart-container2", "chartGroupA"); + * @param {String|node|d3.selection|dc.compositeChart} parent - Any valid + * [d3 single selector](https://github.com/mbostock/d3/wiki/Selections#selecting-elements) specifying + * a dom block element such as a div; or a dom element or d3 selection. If the bar chart is a sub-chart + * in a [Composite Chart](#composite-chart) then pass in the parent composite chart instance. + * @param {String} [chartGroup] - The name of the chart group this chart instance should be placed in. + * Interaction with a chart will only trigger events and redraws within the chart's group. + * @returns {SeriesChart} + */ +dc.seriesChart = function (parent, chartGroup) { + var _chart = dc.compositeChart(parent, chartGroup); + + function keySort (a, b) { + return d3.ascending(_chart.keyAccessor()(a), _chart.keyAccessor()(b)); + } + + var _charts = {}; + var _chartFunction = dc.lineChart; + var _seriesAccessor; + var _seriesSort = d3.ascending; + var _valueSort = keySort; + + _chart._mandatoryAttributes().push('seriesAccessor', 'chart'); + _chart.shareColors(true); + + _chart._preprocessData = function () { + var keep = []; + var childrenChanged; + var nester = d3.nest().key(_seriesAccessor); + if (_seriesSort) { + nester.sortKeys(_seriesSort); + } + if (_valueSort) { + nester.sortValues(_valueSort); + } + var nesting = nester.entries(_chart.data()); + var children = + nesting.map(function (sub, i) { + var subChart = _charts[sub.key] || _chartFunction.call(_chart, _chart, chartGroup, sub.key, i); + if (!_charts[sub.key]) { + childrenChanged = true; + } + _charts[sub.key] = subChart; + keep.push(sub.key); + return subChart + .dimension(_chart.dimension()) + .group({all: d3.functor(sub.values)}, sub.key) + .keyAccessor(_chart.keyAccessor()) + .valueAccessor(_chart.valueAccessor()) + .brushOn(_chart.brushOn()); + }); + // this works around the fact compositeChart doesn't really + // have a removal interface + Object.keys(_charts) + .filter(function (c) {return keep.indexOf(c) === -1;}) + .forEach(function (c) { + clearChart(c); + childrenChanged = true; + }); + _chart._compose(children); + if (childrenChanged && _chart.legend()) { + _chart.legend().render(); + } + }; + + function clearChart (c) { + if (_charts[c].g()) { + _charts[c].g().remove(); + } + delete _charts[c]; + } + + function resetChildren () { + Object.keys(_charts).map(clearChart); + _charts = {}; + } + + /** + * Get or set the chart function, which generates the child charts. + * @name chart + * @memberof dc.seriesChart + * @instance + * @example + * // put interpolation on the line charts used for the series + * chart.chart(function(c) { return dc.lineChart(c).interpolate('basis'); }) + * // do a scatter series chart + * chart.chart(dc.scatterPlot) + * @param {Function} [chartFunction=dc.lineChart] + * @returns {Chart} + */ + _chart.chart = function (chartFunction) { + if (!arguments.length) { + return _chartFunction; + } + _chartFunction = chartFunction; + resetChildren(); + return _chart; + }; + + /** + * Get or set accessor function for the displayed series. Given a datum, this function + * should return the series that datum belongs to. + * @name seriesAccessor + * @memberof dc.seriesChart + * @instance + * @param {Function} [accessor] + * @returns {Chart} + */ + _chart.seriesAccessor = function (accessor) { + if (!arguments.length) { + return _seriesAccessor; + } + _seriesAccessor = accessor; + resetChildren(); + return _chart; + }; + + /** + * Get or set a function to sort the list of series by, given series values. + * @name seriesSort + * @memberof dc.seriesChart + * @instance + * @example + * chart.seriesSort(d3.descending); + * @param {Function} [sortFunction=d3.ascending] + * @returns {Chart} + */ + _chart.seriesSort = function (sortFunction) { + if (!arguments.length) { + return _seriesSort; + } + _seriesSort = sortFunction; + resetChildren(); + return _chart; + }; + + /** + * Get or set a function to sort each series values by. By default this is the key accessor which, + * for example, will ensure a lineChart series connects its points in increasing key/x order, + * rather than haphazardly. + * @name valueSort + * @memberof dc.seriesChart + * @instance + * @param {Function} [sortFunction] + * @returns {Chart} + */ + _chart.valueSort = function (sortFunction) { + if (!arguments.length) { + return _valueSort; + } + _valueSort = sortFunction; + resetChildren(); + return _chart; + }; + + // make compose private + _chart._compose = _chart.compose; + delete _chart.compose; + + return _chart; +}; + +/** + * The geo choropleth chart is designed as an easy way to create a crossfilter driven choropleth map + * from GeoJson data. This chart implementation was inspired by [the great d3 choropleth example](http://bl.ocks.org/4060606). + * Examples: + * - [US Venture Capital Landscape 2011](http://dc-js.github.com/dc.js/vc/index.html) + * @name geoChoroplethChart + * @memberof dc + * @mixes dc.colorMixin + * @mixes dc.baseMixin + * @example + * // create a choropleth chart under '#us-chart' element using the default global chart group + * var chart1 = dc.geoChoroplethChart('#us-chart'); + * // create a choropleth chart under '#us-chart2' element using chart group A + * var chart2 = dc.compositeChart('#us-chart2', 'chartGroupA'); + * @param {String|node|d3.selection|dc.compositeChart} parent - Any valid + * [d3 single selector](https://github.com/mbostock/d3/wiki/Selections#selecting-elements) specifying + * a dom block element such as a div; or a dom element or d3 selection. If the bar chart is a sub-chart + * in a [Composite Chart](#composite-chart) then pass in the parent composite chart instance. + * @param {String} [chartGroup] - The name of the chart group this chart instance should be placed in. + * Interaction with a chart will only trigger events and redraws within the chart's group. + * @returns {GeoChoroplethChart} + */ +dc.geoChoroplethChart = function (parent, chartGroup) { + var _chart = dc.colorMixin(dc.baseMixin({})); + + _chart.colorAccessor(function (d) { + return d || 0; + }); + + var _geoPath = d3.geo.path(); + var _projectionFlag; + + var _geoJsons = []; + + _chart._doRender = function () { + _chart.resetSvg(); + for (var layerIndex = 0; layerIndex < _geoJsons.length; ++layerIndex) { + var states = _chart.svg().append('g') + .attr('class', 'layer' + layerIndex); + + var regionG = states.selectAll('g.' + geoJson(layerIndex).name) + .data(geoJson(layerIndex).data) + .enter() + .append('g') + .attr('class', geoJson(layerIndex).name); + + regionG + .append('path') + .attr('fill', 'white') + .attr('d', _geoPath); + + regionG.append('title'); + + plotData(layerIndex); + } + _projectionFlag = false; + }; + + function plotData (layerIndex) { + var data = generateLayeredData(); + + if (isDataLayer(layerIndex)) { + var regionG = renderRegionG(layerIndex); + + renderPaths(regionG, layerIndex, data); + + renderTitle(regionG, layerIndex, data); + } + } + + function generateLayeredData () { + var data = {}; + var groupAll = _chart.data(); + for (var i = 0; i < groupAll.length; ++i) { + data[_chart.keyAccessor()(groupAll[i])] = _chart.valueAccessor()(groupAll[i]); + } + return data; + } + + function isDataLayer (layerIndex) { + return geoJson(layerIndex).keyAccessor; + } + + function renderRegionG (layerIndex) { + var regionG = _chart.svg() + .selectAll(layerSelector(layerIndex)) + .classed('selected', function (d) { + return isSelected(layerIndex, d); + }) + .classed('deselected', function (d) { + return isDeselected(layerIndex, d); + }) + .attr('class', function (d) { + var layerNameClass = geoJson(layerIndex).name; + var regionClass = dc.utils.nameToId(geoJson(layerIndex).keyAccessor(d)); + var baseClasses = layerNameClass + ' ' + regionClass; + if (isSelected(layerIndex, d)) { + baseClasses += ' selected'; + } + if (isDeselected(layerIndex, d)) { + baseClasses += ' deselected'; + } + return baseClasses; + }); + return regionG; + } + + function layerSelector (layerIndex) { + return 'g.layer' + layerIndex + ' g.' + geoJson(layerIndex).name; + } + + function isSelected (layerIndex, d) { + return _chart.hasFilter() && _chart.hasFilter(getKey(layerIndex, d)); + } + + function isDeselected (layerIndex, d) { + return _chart.hasFilter() && !_chart.hasFilter(getKey(layerIndex, d)); + } + + function getKey (layerIndex, d) { + return geoJson(layerIndex).keyAccessor(d); + } + + function geoJson (index) { + return _geoJsons[index]; + } + + function renderPaths (regionG, layerIndex, data) { + var paths = regionG + .select('path') + .attr('fill', function () { + var currentFill = d3.select(this).attr('fill'); + if (currentFill) { + return currentFill; + } + return 'none'; + }) + .on('click', function (d) { + return _chart.onClick(d, layerIndex); + }); + + dc.transition(paths, _chart.transitionDuration()).attr('fill', function (d, i) { + return _chart.getColor(data[geoJson(layerIndex).keyAccessor(d)], i); + }); + } + + _chart.onClick = function (d, layerIndex) { + var selectedRegion = geoJson(layerIndex).keyAccessor(d); + dc.events.trigger(function () { + _chart.filter(selectedRegion); + _chart.redrawGroup(); + }); + }; + + function renderTitle (regionG, layerIndex, data) { + if (_chart.renderTitle()) { + regionG.selectAll('title').text(function (d) { + var key = getKey(layerIndex, d); + var value = data[key]; + return _chart.title()({key: key, value: value}); + }); + } + } + + _chart._doRedraw = function () { + for (var layerIndex = 0; layerIndex < _geoJsons.length; ++layerIndex) { + plotData(layerIndex); + if (_projectionFlag) { + _chart.svg().selectAll('g.' + geoJson(layerIndex).name + ' path').attr('d', _geoPath); + } + } + _projectionFlag = false; + }; + + /** + * **mandatory** + * + * Use this function to insert a new GeoJson map layer. This function can be invoked multiple times + * if you have multiple GeoJson data layers to render on top of each other. If you overlay multiple + * layers with the same name the new overlay will override the existing one. + * @name overlayGeoJson + * @memberof dc.geoChoroplethChart + * @instance + * @example + * // insert a layer for rendering US states + * chart.overlayGeoJson(statesJson.features, 'state', function(d) { + * return d.properties.name; + * }); + * @param {Object} json - a geojson feed + * @param {String} name - name of the layer + * @param {Function} keyAccessor - accessor function used to extract 'key' from the GeoJson data. The key extracted by + * this function should match the keys returned by the crossfilter groups. + * @returns {Chart} + */ + _chart.overlayGeoJson = function (json, name, keyAccessor) { + for (var i = 0; i < _geoJsons.length; ++i) { + if (_geoJsons[i].name === name) { + _geoJsons[i].data = json; + _geoJsons[i].keyAccessor = keyAccessor; + return _chart; + } + } + _geoJsons.push({name: name, data: json, keyAccessor: keyAccessor}); + return _chart; + }; + + /** + * Set custom geo projection function. See the available [d3 geo projection + * functions](https://github.com/mbostock/d3/wiki/Geo-Projections). + * @name projection + * @memberof dc.geoChoroplethChart + * @instance + * @param {d3.projection} [projection=d3.projection.albersUsa()] + * @returns {Chart} + */ + _chart.projection = function (projection) { + _geoPath.projection(projection); + _projectionFlag = true; + return _chart; + }; + + /** + * Returns all GeoJson layers currently registered with this chart. The returned array is a + * reference to this chart's internal data structure, so any modification to this array will also + * modify this chart's internal registration. + * @name geoJsons + * @memberof dc.geoChoroplethChart + * @instance + * @returns {Array<{name:String, data: Object, accessor: Function}>} + */ + _chart.geoJsons = function () { + return _geoJsons; + }; + + /** + * Returns the [d3.geo.path](https://github.com/mbostock/d3/wiki/Geo-Paths#path) object used to + * render the projection and features. Can be useful for figuring out the bounding box of the + * feature set and thus a way to calculate scale and translation for the projection. + * @name geoPath + * @memberof dc.geoChoroplethChart + * @instance + * @returns {d3.geo.path} + */ + _chart.geoPath = function () { + return _geoPath; + }; + + /** + * Remove a GeoJson layer from this chart by name + * @name removeGeoJson + * @memberof dc.geoChoroplethChart + * @instance + * @param {String} name + * @returns {Chart} + */ + _chart.removeGeoJson = function (name) { + var geoJsons = []; + + for (var i = 0; i < _geoJsons.length; ++i) { + var layer = _geoJsons[i]; + if (layer.name !== name) { + geoJsons.push(layer); + } + } + + _geoJsons = geoJsons; + + return _chart; + }; + + return _chart.anchor(parent, chartGroup); +}; + +/** + * The bubble overlay chart is quite different from the typical bubble chart. With the bubble overlay + * chart you can arbitrarily place bubbles on an existing svg or bitmap image, thus changing the + * typical x and y positioning while retaining the capability to visualize data using bubble radius + * and coloring. + * Examples: + * - [Canadian City Crime Stats](http://dc-js.github.com/dc.js/crime/index.html) + * @name bubbleOverlay + * @memberof dc + * @mixes dc.bubbleMixin + * @mixes dc.baseMixin + * @example + * // create a bubble overlay chart on top of the '#chart-container1 svg' element using the default global chart group + * var bubbleChart1 = dc.bubbleOverlayChart('#chart-container1').svg(d3.select('#chart-container1 svg')); + * // create a bubble overlay chart on top of the '#chart-container2 svg' element using chart group A + * var bubbleChart2 = dc.compositeChart('#chart-container2', 'chartGroupA').svg(d3.select('#chart-container2 svg')); + * @param {String|node|d3.selection|dc.compositeChart} parent - Any valid + * [d3 single selector](https://github.com/mbostock/d3/wiki/Selections#selecting-elements) specifying + * a dom block element such as a div; or a dom element or d3 selection. If the bar chart is a sub-chart + * in a [Composite Chart](#composite-chart) then pass in the parent composite chart instance. + * @param {String} [chartGroup] - The name of the chart group this chart instance should be placed in. + * Interaction with a chart will only trigger events and redraws within the chart's group. + * @returns {BubbleOverlay} + */ +dc.bubbleOverlay = function (parent, chartGroup) { + var BUBBLE_OVERLAY_CLASS = 'bubble-overlay'; + var BUBBLE_NODE_CLASS = 'node'; + var BUBBLE_CLASS = 'bubble'; + + /** + * **mandatory** + * + * Set the underlying svg image element. Unlike other dc charts this chart will not generate a svg + * element; therefore the bubble overlay chart will not work if this function is not invoked. If the + * underlying image is a bitmap, then an empty svg will need to be created on top of the image. + * @name svg + * @memberof dc.bubbleOverlay + * @instance + * @example + * // set up underlying svg element + * chart.svg(d3.select('#chart svg')); + * @param {Selection} [imageElement] + * @returns {Chart} + */ + var _chart = dc.bubbleMixin(dc.baseMixin({})); + var _g; + var _points = []; + + _chart.transitionDuration(750); + + _chart.radiusValueAccessor(function (d) { + return d.value; + }); + + /** + * **mandatory** + * + * Set up a data point on the overlay. The name of a data point should match a specific 'key' among + * data groups generated using keyAccessor. If a match is found (point name <-> data group key) + * then a bubble will be generated at the position specified by the function. x and y + * value specified here are relative to the underlying svg. + * @name point + * @memberof dc.bubbleOverlay + * @instance + * @param {String} name + * @param {Number} x + * @param {Number} y + * @returns {Chart} + */ + _chart.point = function (name, x, y) { + _points.push({name: name, x: x, y: y}); + return _chart; + }; + + _chart._doRender = function () { + _g = initOverlayG(); + + _chart.r().range([_chart.MIN_RADIUS, _chart.width() * _chart.maxBubbleRelativeSize()]); + + initializeBubbles(); + + _chart.fadeDeselectedArea(); + + return _chart; + }; + + function initOverlayG () { + _g = _chart.select('g.' + BUBBLE_OVERLAY_CLASS); + if (_g.empty()) { + _g = _chart.svg().append('g').attr('class', BUBBLE_OVERLAY_CLASS); + } + return _g; + } + + function initializeBubbles () { + var data = mapData(); + + _points.forEach(function (point) { + var nodeG = getNodeG(point, data); + + var circle = nodeG.select('circle.' + BUBBLE_CLASS); + + if (circle.empty()) { + circle = nodeG.append('circle') + .attr('class', BUBBLE_CLASS) + .attr('r', 0) + .attr('fill', _chart.getColor) + .on('click', _chart.onClick); + } + + dc.transition(circle, _chart.transitionDuration()) + .attr('r', function (d) { + return _chart.bubbleR(d); + }); + + _chart._doRenderLabel(nodeG); + + _chart._doRenderTitles(nodeG); + }); + } + + function mapData () { + var data = {}; + _chart.data().forEach(function (datum) { + data[_chart.keyAccessor()(datum)] = datum; + }); + return data; + } + + function getNodeG (point, data) { + var bubbleNodeClass = BUBBLE_NODE_CLASS + ' ' + dc.utils.nameToId(point.name); + + var nodeG = _g.select('g.' + dc.utils.nameToId(point.name)); + + if (nodeG.empty()) { + nodeG = _g.append('g') + .attr('class', bubbleNodeClass) + .attr('transform', 'translate(' + point.x + ',' + point.y + ')'); + } + + nodeG.datum(data[point.name]); + + return nodeG; + } + + _chart._doRedraw = function () { + updateBubbles(); + + _chart.fadeDeselectedArea(); + + return _chart; + }; + + function updateBubbles () { + var data = mapData(); + + _points.forEach(function (point) { + var nodeG = getNodeG(point, data); + + var circle = nodeG.select('circle.' + BUBBLE_CLASS); + + dc.transition(circle, _chart.transitionDuration()) + .attr('r', function (d) { + return _chart.bubbleR(d); + }) + .attr('fill', _chart.getColor); + + _chart.doUpdateLabels(nodeG); + + _chart.doUpdateTitles(nodeG); + }); + } + + _chart.debug = function (flag) { + if (flag) { + var debugG = _chart.select('g.' + dc.constants.DEBUG_GROUP_CLASS); + + if (debugG.empty()) { + debugG = _chart.svg() + .append('g') + .attr('class', dc.constants.DEBUG_GROUP_CLASS); + } + + var debugText = debugG.append('text') + .attr('x', 10) + .attr('y', 20); + + debugG + .append('rect') + .attr('width', _chart.width()) + .attr('height', _chart.height()) + .on('mousemove', function () { + var position = d3.mouse(debugG.node()); + var msg = position[0] + ', ' + position[1]; + debugText.text(msg); + }); + } else { + _chart.selectAll('.debug').remove(); + } + + return _chart; + }; + + _chart.anchor(parent, chartGroup); + + return _chart; +}; + +/** + * Concrete row chart implementation. + * @name rowChart + * @memberof dc + * @mixes dc.capMixin + * @mixes dc.marginMixin + * @mixes dc.colorMixin + * @mixes dc.baseMixin + * @example + * // create a row chart under #chart-container1 element using the default global chart group + * var chart1 = dc.rowChart('#chart-container1'); + * // create a row chart under #chart-container2 element using chart group A + * var chart2 = dc.rowChart('#chart-container2', 'chartGroupA'); + * @param {String|node|d3.selection|dc.compositeChart} parent - Any valid + * [d3 single selector](https://github.com/mbostock/d3/wiki/Selections#selecting-elements) specifying + * a dom block element such as a div; or a dom element or d3 selection. If the bar chart is a sub-chart + * in a [Composite Chart](#composite-chart) then pass in the parent composite chart instance. + * @param {String} [chartGroup] - The name of the chart group this chart instance should be placed in. + * Interaction with a chart will only trigger events and redraws within the chart's group. + * @returns {RowChart} + */ +dc.rowChart = function (parent, chartGroup) { + + var _g; + + var _labelOffsetX = 10; + var _labelOffsetY = 15; + var _hasLabelOffsetY = false; + var _dyOffset = '0.35em'; // this helps center labels https://github.com/mbostock/d3/wiki/SVG-Shapes#svg_text + var _titleLabelOffsetX = 2; + + var _gap = 5; + + var _fixedBarHeight = false; + var _rowCssClass = 'row'; + var _titleRowCssClass = 'titlerow'; + var _renderTitleLabel = false; + + var _chart = dc.capMixin(dc.marginMixin(dc.colorMixin(dc.baseMixin({})))); + + var _x; + + var _elasticX; + + var _xAxis = d3.svg.axis().orient('bottom'); + + var _rowData; + + _chart.rowsCap = _chart.cap; + + function calculateAxisScale () { + if (!_x || _elasticX) { + var extent = d3.extent(_rowData, _chart.cappedValueAccessor); + if (extent[0] > 0) { + extent[0] = 0; + } + _x = d3.scale.linear().domain(extent) + .range([0, _chart.effectiveWidth()]); + } + _xAxis.scale(_x); + } + + function drawAxis () { + var axisG = _g.select('g.axis'); + + calculateAxisScale(); + + if (axisG.empty()) { + axisG = _g.append('g').attr('class', 'axis') + .attr('transform', 'translate(0, ' + _chart.effectiveHeight() + ')'); + } + + dc.transition(axisG, _chart.transitionDuration()) + .call(_xAxis); + } + + _chart._doRender = function () { + _chart.resetSvg(); + + _g = _chart.svg() + .append('g') + .attr('transform', 'translate(' + _chart.margins().left + ',' + _chart.margins().top + ')'); + + drawChart(); + + return _chart; + }; + + _chart.title(function (d) { + return _chart.cappedKeyAccessor(d) + ': ' + _chart.cappedValueAccessor(d); + }); + + _chart.label(_chart.cappedKeyAccessor); + + /** + * Gets or sets the x scale. The x scale can be any d3 + * [quantitive scale](https://github.com/mbostock/d3/wiki/Quantitative-Scales) + * @name x + * @memberof dc.rowChart + * @instance + * @param {d3.scale} [scale] + * @returns {Chart} + */ + _chart.x = function (scale) { + if (!arguments.length) { + return _x; + } + _x = scale; + return _chart; + }; + + function drawGridLines () { + _g.selectAll('g.tick') + .select('line.grid-line') + .remove(); + + _g.selectAll('g.tick') + .append('line') + .attr('class', 'grid-line') + .attr('x1', 0) + .attr('y1', 0) + .attr('x2', 0) + .attr('y2', function () { + return -_chart.effectiveHeight(); + }); + } + + function drawChart () { + _rowData = _chart.data(); + + drawAxis(); + drawGridLines(); + + var rows = _g.selectAll('g.' + _rowCssClass) + .data(_rowData); + + createElements(rows); + removeElements(rows); + updateElements(rows); + } + + function createElements (rows) { + var rowEnter = rows.enter() + .append('g') + .attr('class', function (d, i) { + return _rowCssClass + ' _' + i; + }); + + rowEnter.append('rect').attr('width', 0); + + createLabels(rowEnter); + updateLabels(rows); + } + + function removeElements (rows) { + rows.exit().remove(); + } + + function rootValue () { + var root = _x(0); + return (root === -Infinity || root !== root) ? _x(1) : root; + } + + function updateElements (rows) { + var n = _rowData.length; + + var height; + if (!_fixedBarHeight) { + height = (_chart.effectiveHeight() - (n + 1) * _gap) / n; + } else { + height = _fixedBarHeight; + } + + // vertically align label in center unless they override the value via property setter + if (!_hasLabelOffsetY) { + _labelOffsetY = height / 2; + } + + var rect = rows.attr('transform', function (d, i) { + return 'translate(0,' + ((i + 1) * _gap + i * height) + ')'; + }).select('rect') + .attr('height', height) + .attr('fill', _chart.getColor) + .on('click', onClick) + .classed('deselected', function (d) { + return (_chart.hasFilter()) ? !isSelectedRow(d) : false; + }) + .classed('selected', function (d) { + return (_chart.hasFilter()) ? isSelectedRow(d) : false; + }); + + dc.transition(rect, _chart.transitionDuration()) + .attr('width', function (d) { + return Math.abs(rootValue() - _x(_chart.valueAccessor()(d))); + }) + .attr('transform', translateX); + + createTitles(rows); + updateLabels(rows); + } + + function createTitles (rows) { + if (_chart.renderTitle()) { + rows.selectAll('title').remove(); + rows.append('title').text(_chart.title()); + } + } + + function createLabels (rowEnter) { + if (_chart.renderLabel()) { + rowEnter.append('text') + .on('click', onClick); + } + if (_chart.renderTitleLabel()) { + rowEnter.append('text') + .attr('class', _titleRowCssClass) + .on('click', onClick); + } + } + + function updateLabels (rows) { + if (_chart.renderLabel()) { + var lab = rows.select('text') + .attr('x', _labelOffsetX) + .attr('y', _labelOffsetY) + .attr('dy', _dyOffset) + .on('click', onClick) + .attr('class', function (d, i) { + return _rowCssClass + ' _' + i; + }) + .text(function (d) { + return _chart.label()(d); + }); + dc.transition(lab, _chart.transitionDuration()) + .attr('transform', translateX); + } + if (_chart.renderTitleLabel()) { + var titlelab = rows.select('.' + _titleRowCssClass) + .attr('x', _chart.effectiveWidth() - _titleLabelOffsetX) + .attr('y', _labelOffsetY) + .attr('text-anchor', 'end') + .on('click', onClick) + .attr('class', function (d, i) { + return _titleRowCssClass + ' _' + i ; + }) + .text(function (d) { + return _chart.title()(d); + }); + dc.transition(titlelab, _chart.transitionDuration()) + .attr('transform', translateX); + } + } + + /** + * Turn on/off Title label rendering (values) using SVG style of text-anchor 'end' + * @name renderTitleLabel + * @memberof dc.rowChart + * @instance + * @param {Boolean} [renderTitleLabel=false] + * @returns {Chart} + */ + _chart.renderTitleLabel = function (renderTitleLabel) { + if (!arguments.length) { + return _renderTitleLabel; + } + _renderTitleLabel = renderTitleLabel; + return _chart; + }; + + function onClick (d) { + _chart.onClick(d); + } + + function translateX (d) { + var x = _x(_chart.cappedValueAccessor(d)), + x0 = rootValue(), + s = x > x0 ? x0 : x; + return 'translate(' + s + ',0)'; + } + + _chart._doRedraw = function () { + drawChart(); + return _chart; + }; + + /** + * Get the x axis for the row chart instance. Note: not settable for row charts. + * See the [d3 axis object](https://github.com/mbostock/d3/wiki/SVG-Axes#wiki-axis) documention for more information. + * @name xAxis + * @memberof dc.rowChart + * @instance + * @example + * // customize x axis tick format + * chart.xAxis().tickFormat(function (v) {return v + '%';}); + * // customize x axis tick values + * chart.xAxis().tickValues([0, 100, 200, 300]); + * @returns {d3.svg.Axis} + */ + _chart.xAxis = function () { + return _xAxis; + }; + + /** + * Get or set the fixed bar height. Default is [false] which will auto-scale bars. + * For example, if you want to fix the height for a specific number of bars (useful in TopN charts) + * you could fix height as follows (where count = total number of bars in your TopN and gap is + * your vertical gap space). + * @name fixedBarHeight + * @memberof dc.rowChart + * @instance + * @example + * chart.fixedBarHeight( chartheight - (count + 1) * gap / count); + * @param {Boolean|Number} [fixedBarHeight=false] + * @returns {Chart} + */ + _chart.fixedBarHeight = function (fixedBarHeight) { + if (!arguments.length) { + return _fixedBarHeight; + } + _fixedBarHeight = fixedBarHeight; + return _chart; + }; + + /** + * Get or set the vertical gap space between rows on a particular row chart instance + * @name gap + * @memberof dc.rowChart + * @instance + * @param {Number} [gap=5] + * @returns {Chart} + */ + _chart.gap = function (gap) { + if (!arguments.length) { + return _gap; + } + _gap = gap; + return _chart; + }; + + /** + * Get or set the elasticity on x axis. If this attribute is set to true, then the x axis will rescle to auto-fit the + * data range when filtered. + * @name elasticX + * @memberof dc.rowChart + * @instance + * @param {Boolean} [elasticX] + * @returns {Chart} + */ + _chart.elasticX = function (elasticX) { + if (!arguments.length) { + return _elasticX; + } + _elasticX = elasticX; + return _chart; + }; + + /** + * Get or set the x offset (horizontal space to the top left corner of a row) for labels on a particular row chart. + * @name labelOffsetX + * @memberof dc.rowChart + * @instance + * @param {Number} [labelOffsetX=10] + * @returns {Chart} + */ + _chart.labelOffsetX = function (labelOffsetX) { + if (!arguments.length) { + return _labelOffsetX; + } + _labelOffsetX = labelOffsetX; + return _chart; + }; + + /** + * Get or set the y offset (vertical space to the top left corner of a row) for labels on a particular row chart. + * @name labelOffsetY + * @memberof dc.rowChart + * @instance + * @param {Number} [labelOffsety=15] + * @returns {Chart} + */ + _chart.labelOffsetY = function (labelOffsety) { + if (!arguments.length) { + return _labelOffsetY; + } + _labelOffsetY = labelOffsety; + _hasLabelOffsetY = true; + return _chart; + }; + + /** + * Get of set the x offset (horizontal space between right edge of row and right edge or text. + * @name titleLabelOffsetX + * @memberof dc.rowChart + * @instance + * @param {Number} [titleLabelOffsetX=2] + * @returns {Chart} + */ + _chart.titleLabelOffsetX = function (titleLabelOffsetX) { + if (!arguments.length) { + return _titleLabelOffsetX; + } + _titleLabelOffsetX = titleLabelOffsetX; + return _chart; + }; + + function isSelectedRow (d) { + return _chart.hasFilter(_chart.cappedKeyAccessor(d)); + } + + return _chart.anchor(parent, chartGroup); +}; + +/** + * Legend is a attachable widget that can be added to other dc charts to render horizontal legend + * labels. + * Examples: + * - [Nasdaq 100 Index](http://dc-js.github.com/dc.js/) + * - [Canadian City Crime Stats](http://dc-js.github.com/dc.js/crime/index.html) + * @name legend + * @memberof dc + * @example + * chart.legend(dc.legend().x(400).y(10).itemHeight(13).gap(5)) + * @returns {Legend} + */ +dc.legend = function () { + var LABEL_GAP = 2; + + var _legend = {}, + _parent, + _x = 0, + _y = 0, + _itemHeight = 12, + _gap = 5, + _horizontal = false, + _legendWidth = 560, + _itemWidth = 70, + _autoItemWidth = false; + + var _g; + + _legend.parent = function (p) { + if (!arguments.length) { + return _parent; + } + _parent = p; + return _legend; + }; + + _legend.render = function () { + _parent.svg().select('g.dc-legend').remove(); + _g = _parent.svg().append('g') + .attr('class', 'dc-legend') + .attr('transform', 'translate(' + _x + ',' + _y + ')'); + var legendables = _parent.legendables(); + + var itemEnter = _g.selectAll('g.dc-legend-item') + .data(legendables) + .enter() + .append('g') + .attr('class', 'dc-legend-item') + .on('mouseover', function (d) { + _parent.legendHighlight(d); + }) + .on('mouseout', function (d) { + _parent.legendReset(d); + }) + .on('click', function (d) { + d.chart.legendToggle(d); + }); + + _g.selectAll('g.dc-legend-item') + .classed('fadeout', function (d) { + return d.chart.isLegendableHidden(d); + }); + + if (legendables.some(dc.pluck('dashstyle'))) { + itemEnter + .append('line') + .attr('x1', 0) + .attr('y1', _itemHeight / 2) + .attr('x2', _itemHeight) + .attr('y2', _itemHeight / 2) + .attr('stroke-width', 2) + .attr('stroke-dasharray', dc.pluck('dashstyle')) + .attr('stroke', dc.pluck('color')); + } else { + itemEnter + .append('rect') + .attr('width', _itemHeight) + .attr('height', _itemHeight) + .attr('fill', function (d) {return d ? d.color : 'blue';}); + } + + itemEnter.append('text') + .text(dc.pluck('name')) + .attr('x', _itemHeight + LABEL_GAP) + .attr('y', function () { + return _itemHeight / 2 + (this.clientHeight ? this.clientHeight : 13) / 2 - 2; + }); + + var _cumulativeLegendTextWidth = 0; + var row = 0; + itemEnter.attr('transform', function (d, i) { + if (_horizontal) { + var translateBy = 'translate(' + _cumulativeLegendTextWidth + ',' + row * legendItemHeight() + ')'; + var itemWidth = _autoItemWidth === true ? this.getBBox().width + _gap : _itemWidth; + + if ((_cumulativeLegendTextWidth + itemWidth) >= _legendWidth) { + ++row ; + _cumulativeLegendTextWidth = 0 ; + } else { + _cumulativeLegendTextWidth += itemWidth; + } + return translateBy; + } else { + return 'translate(0,' + i * legendItemHeight() + ')'; + } + }); + }; + + function legendItemHeight () { + return _gap + _itemHeight; + } + + /** + * Set or get x coordinate for legend widget. + * @name x + * @memberof dc.legend + * @instance + * @param {Number} [x=0] + * @returns {Legend} + */ + _legend.x = function (x) { + if (!arguments.length) { + return _x; + } + _x = x; + return _legend; + }; + + /** + * Set or get y coordinate for legend widget. + * @name y + * @memberof dc.legend + * @instance + * @param {Number} [y=0] + * @returns {Legend} + */ + _legend.y = function (y) { + if (!arguments.length) { + return _y; + } + _y = y; + return _legend; + }; + + /** + * Set or get gap between legend items. + * @name gap + * @memberof dc.legend + * @instance + * @param {Number} [gap=5] + * @returns {Legend} + */ + _legend.gap = function (gap) { + if (!arguments.length) { + return _gap; + } + _gap = gap; + return _legend; + }; + + /** + * Set or get legend item height. + * @name itemHeight + * @memberof dc.legend + * @instance + * @param {Number} [itemHeight=12] + * @returns {Legend} + */ + _legend.itemHeight = function (itemHeight) { + if (!arguments.length) { + return _itemHeight; + } + _itemHeight = itemHeight; + return _legend; + }; + + /** + * Position legend horizontally instead of vertically. + * @name horizontal + * @memberof dc.legend + * @instance + * @param {Boolean} [horizontal=false] + * @returns {Legend} + */ + _legend.horizontal = function (horizontal) { + if (!arguments.length) { + return _horizontal; + } + _horizontal = horizontal; + return _legend; + }; + + /** + * Maximum width for horizontal legend. + * @name legendWidth + * @memberof dc.legend + * @instance + * @param {Number} [legendWidth=500] + * @returns {Legend} + */ + _legend.legendWidth = function (legendWidth) { + if (!arguments.length) { + return _legendWidth; + } + _legendWidth = legendWidth; + return _legend; + }; + + /** + * legendItem width for horizontal legend. + * @name itemWidth + * @memberof dc.legend + * @instance + * @param {Number} [itemWidth=70] + * @returns {Legend} + */ + _legend.itemWidth = function (itemWidth) { + if (!arguments.length) { + return _itemWidth; + } + _itemWidth = itemWidth; + return _legend; + }; + + /** + * Turn automatic width for legend items on or off. If true, itemWidth() is ignored. + * This setting takes into account gap(). + * @name autoItemWidth + * @memberof dc.legend + * @instance + * @param {Boolean} [autoItemWidth=false] + * @returns {Legend} + */ + _legend.autoItemWidth = function (autoItemWidth) { + if (!arguments.length) { + return _autoItemWidth; + } + _autoItemWidth = autoItemWidth; + return _legend; + }; + + return _legend; +}; + +/** + * A scatter plot chart + * @name scatterPlot + * @memberof dc + * @mixes dc.coordinateGridMixin + * @example + * // create a scatter plot under #chart-container1 element using the default global chart group + * var chart1 = dc.scatterPlot('#chart-container1'); + * // create a scatter plot under #chart-container2 element using chart group A + * var chart2 = dc.scatterPlot('#chart-container2', 'chartGroupA'); + * // create a sub-chart under a composite parent chart + * var chart3 = dc.scatterPlot(compositeChart); + * @param {String|node|d3.selection|dc.compositeChart} parent - Any valid + * [d3 single selector](https://github.com/mbostock/d3/wiki/Selections#selecting-elements) specifying + * a dom block element such as a div; or a dom element or d3 selection. If the bar chart is a sub-chart + * in a [Composite Chart](#composite-chart) then pass in the parent composite chart instance. + * @param {String} [chartGroup] - The name of the chart group this chart instance should be placed in. + * Interaction with a chart will only trigger events and redraws within the chart's group. + * @returns {SeriesChart} + */ +dc.scatterPlot = function (parent, chartGroup) { + var _chart = dc.coordinateGridMixin({}); + var _symbol = d3.svg.symbol(); + + var _existenceAccessor = function (d) { return d.value; }; + + var originalKeyAccessor = _chart.keyAccessor(); + _chart.keyAccessor(function (d) { return originalKeyAccessor(d)[0]; }); + _chart.valueAccessor(function (d) { return originalKeyAccessor(d)[1]; }); + _chart.colorAccessor(function () { return _chart._groupName; }); + + var _locator = function (d) { + return 'translate(' + _chart.x()(_chart.keyAccessor()(d)) + ',' + + _chart.y()(_chart.valueAccessor()(d)) + ')'; + }; + + var _symbolSize = 3; + var _highlightedSize = 5; + var _hiddenSize = 0; + + _symbol.size(function (d) { + if (!_existenceAccessor(d)) { + return _hiddenSize; + } else if (this.filtered) { + return Math.pow(_highlightedSize, 2); + } else { + return Math.pow(_symbolSize, 2); + } + }); + + dc.override(_chart, '_filter', function (filter) { + if (!arguments.length) { + return _chart.__filter(); + } + + return _chart.__filter(dc.filters.RangedTwoDimensionalFilter(filter)); + }); + + _chart.plotData = function () { + var symbols = _chart.chartBodyG().selectAll('path.symbol') + .data(_chart.data()); + + symbols + .enter() + .append('path') + .attr('class', 'symbol') + .attr('opacity', 0) + .attr('fill', _chart.getColor) + .attr('transform', _locator); + + dc.transition(symbols, _chart.transitionDuration()) + .attr('opacity', function (d) { return _existenceAccessor(d) ? 1 : 0; }) + .attr('fill', _chart.getColor) + .attr('transform', _locator) + .attr('d', _symbol); + + dc.transition(symbols.exit(), _chart.transitionDuration()) + .attr('opacity', 0).remove(); + }; + + /** + * Get or set the existence accessor. If a point exists, it is drawn with symbolSize radius and + * opacity 1; if it does not exist, it is drawn with hiddenSize radius and opacity 0. By default, + * the existence accessor checks if the reduced value is truthy. + * @name existenceAccessor + * @memberof dc.scatterPlot + * @instance + * @param {Function} [accessor] + * @returns {Chart} + */ + _chart.existenceAccessor = function (accessor) { + if (!arguments.length) { + return _existenceAccessor; + } + _existenceAccessor = accessor; + return this; + }; + + /** + * Get or set the symbol type used for each point. By default the symbol is a circle. See the D3 + * [docs](https://github.com/mbostock/d3/wiki/SVG-Shapes#wiki-symbol_type) for acceptable types. + * Type can be a constant or an accessor. + * @name symbol + * @memberof dc.scatterPlot + * @instance + * @param {Function} [type] + * @returns {Chart} + */ + _chart.symbol = function (type) { + if (!arguments.length) { + return _symbol.type(); + } + _symbol.type(type); + return _chart; + }; + + /** + * Set or get radius for symbols. + * @name symbolSize + * @memberof dc.scatterPlot + * @instance + * @param {Number} [symbolSize=3] + * @returns {Chart} + */ + _chart.symbolSize = function (symbolSize) { + if (!arguments.length) { + return _symbolSize; + } + _symbolSize = symbolSize; + return _chart; + }; + + /** + * Set or get radius for highlighted symbols. + * @name highlightedSize + * @memberof dc.scatterPlot + * @instance + * @param {Number} [highlightedSize=5] + * @returns {Chart} + */ + _chart.highlightedSize = function (highlightedSize) { + if (!arguments.length) { + return _highlightedSize; + } + _highlightedSize = highlightedSize; + return _chart; + }; + + /** + * Set or get radius for symbols when the group is empty. + * @name hiddenSize + * @memberof dc.scatterPlot + * @instance + * @param {Number} [_hiddenSize=0] + * @returns {Chart} + */ + _chart.hiddenSize = function (hiddenSize) { + if (!arguments.length) { + return _hiddenSize; + } + _hiddenSize = hiddenSize; + return _chart; + }; + + _chart.legendables = function () { + return [{chart: _chart, name: _chart._groupName, color: _chart.getColor()}]; + }; + + _chart.legendHighlight = function (d) { + resizeSymbolsWhere(function (symbol) { + return symbol.attr('fill') === d.color; + }, _highlightedSize); + _chart.selectAll('.chart-body path.symbol').filter(function () { + return d3.select(this).attr('fill') !== d.color; + }).classed('fadeout', true); + }; + + _chart.legendReset = function (d) { + resizeSymbolsWhere(function (symbol) { + return symbol.attr('fill') === d.color; + }, _symbolSize); + _chart.selectAll('.chart-body path.symbol').filter(function () { + return d3.select(this).attr('fill') !== d.color; + }).classed('fadeout', false); + }; + + function resizeSymbolsWhere (condition, size) { + var symbols = _chart.selectAll('.chart-body path.symbol').filter(function () { + return condition(d3.select(this)); + }); + var oldSize = _symbol.size(); + _symbol.size(Math.pow(size, 2)); + dc.transition(symbols, _chart.transitionDuration()).attr('d', _symbol); + _symbol.size(oldSize); + } + + _chart.setHandlePaths = function () { + // no handle paths for poly-brushes + }; + + _chart.extendBrush = function () { + var extent = _chart.brush().extent(); + if (_chart.round()) { + extent[0] = extent[0].map(_chart.round()); + extent[1] = extent[1].map(_chart.round()); + + _chart.g().select('.brush') + .call(_chart.brush().extent(extent)); + } + return extent; + }; + + _chart.brushIsEmpty = function (extent) { + return _chart.brush().empty() || !extent || extent[0][0] >= extent[1][0] || extent[0][1] >= extent[1][1]; + }; + + function resizeFiltered (filter) { + var symbols = _chart.selectAll('.chart-body path.symbol').each(function (d) { + this.filtered = filter && filter.isFiltered(d.key); + }); + + dc.transition(symbols, _chart.transitionDuration()).attr('d', _symbol); + } + + _chart._brushing = function () { + var extent = _chart.extendBrush(); + + _chart.redrawBrush(_chart.g()); + + if (_chart.brushIsEmpty(extent)) { + dc.events.trigger(function () { + _chart.filter(null); + _chart.redrawGroup(); + }); + + resizeFiltered(false); + + } else { + var ranged2DFilter = dc.filters.RangedTwoDimensionalFilter(extent); + dc.events.trigger(function () { + _chart.filter(null); + _chart.filter(ranged2DFilter); + _chart.redrawGroup(); + }, dc.constants.EVENT_DELAY); + + resizeFiltered(ranged2DFilter); + } + }; + + _chart.setBrushY = function (gBrush) { + gBrush.call(_chart.brush().y(_chart.y())); + }; + + return _chart.anchor(parent, chartGroup); +}; + +/** + * A display of a single numeric value. + * Unlike other charts, you do not need to set a dimension. Instead a group object must be provided and + * a valueAccessor that returns a single value. + * @name numberDisplay + * @memberof dc + * @mixes dc.baseMixin + * @example + * // create a number display under #chart-container1 element using the default global chart group + * var display1 = dc.numberDisplay('#chart-container1'); + * @param {String|node|d3.selection|dc.compositeChart} parent - Any valid + * [d3 single selector](https://github.com/mbostock/d3/wiki/Selections#selecting-elements) specifying + * a dom block element such as a div; or a dom element or d3 selection. If the bar chart is a sub-chart + * in a [Composite Chart](#composite-chart) then pass in the parent composite chart instance. + * @param {String} [chartGroup] - The name of the chart group this chart instance should be placed in. + * Interaction with a chart will only trigger events and redraws within the chart's group. + * @returns {NumberDisplay} + */ +dc.numberDisplay = function (parent, chartGroup) { + var SPAN_CLASS = 'number-display'; + var _formatNumber = d3.format('.2s'); + var _chart = dc.baseMixin({}); + var _html = {one: '', some: '', none: ''}; + + // dimension not required + _chart._mandatoryAttributes(['group']); + + /** + * Gets or sets an optional object specifying HTML templates to use depending on the number + * displayed. The text `%number` will be replaced with the current value. + * - one: HTML template to use if the number is 1 + * - zero: HTML template to use if the number is 0 + * - some: HTML template to use otherwise + * @name html + * @memberof dc.numberDisplay + * @instance + * @example + * numberWidget.html({ + * one:'%number record', + * some:'%number records', + * none:'no records'}) + * @param {{one:String, some:String, none:String}} [html={one: '', some: '', none: ''}] + * @returns {Chart} + */ + _chart.html = function (html) { + if (!arguments.length) { + return _html; + } + if (html.none) { + _html.none = html.none;//if none available + } else if (html.one) { + _html.none = html.one;//if none not available use one + } else if (html.some) { + _html.none = html.some;//if none and one not available use some + } + if (html.one) { + _html.one = html.one;//if one available + } else if (html.some) { + _html.one = html.some;//if one not available use some + } + if (html.some) { + _html.some = html.some;//if some available + } else if (html.one) { + _html.some = html.one;//if some not available use one + } + return _chart; + }; + + /** + * Calculate and return the underlying value of the display + * @name value + * @memberof dc.numberDisplay + * @instance + * @returns {Number} + */ + _chart.value = function () { + return _chart.data(); + }; + + _chart.data(function (group) { + var valObj = group.value ? group.value() : group.top(1)[0]; + return _chart.valueAccessor()(valObj); + }); + + _chart.transitionDuration(250); // good default + + _chart._doRender = function () { + var newValue = _chart.value(), + span = _chart.selectAll('.' + SPAN_CLASS); + + if (span.empty()) { + span = span.data([0]) + .enter() + .append('span') + .attr('class', SPAN_CLASS); + } + + span.transition() + .duration(_chart.transitionDuration()) + .ease('quad-out-in') + .tween('text', function () { + var interp = d3.interpolateNumber(this.lastValue || 0, newValue); + this.lastValue = newValue; + return function (t) { + var html = null, num = _chart.formatNumber()(interp(t)); + if (newValue === 0 && (_html.none !== '')) { + html = _html.none; + } else if (newValue === 1 && (_html.one !== '')) { + html = _html.one; + } else if (_html.some !== '') { + html = _html.some; + } + this.innerHTML = html ? html.replace('%number', num) : num; + }; + }); + }; + + _chart._doRedraw = function () { + return _chart._doRender(); + }; + + /** + * Get or set a function to format the value for the display. + * @name formatNumber + * @memberof dc.numberDisplay + * @instance + * @param {Function} [formatter=d3.format('.2s')] + * @returns {Chart} + */ + _chart.formatNumber = function (formatter) { + if (!arguments.length) { + return _formatNumber; + } + _formatNumber = formatter; + return _chart; + }; + + return _chart.anchor(parent, chartGroup); +}; + +/** + * A heat map is matrix that represents the values of two dimensions of data using colors. + * @name heatMap + * @memberof dc + * @mixes dc.colorMixin + * @mixes dc.marginMixin + * @mixes dc.baseMixin + * @example + * // create a heat map under #chart-container1 element using the default global chart group + * var heatMap1 = dc.heatMap('#chart-container1'); + * // create a heat map under #chart-container2 element using chart group A + * var heatMap2 = dc.heatMap('#chart-container2', 'chartGroupA'); + * @param {String|node|d3.selection|dc.compositeChart} parent - Any valid + * [d3 single selector](https://github.com/mbostock/d3/wiki/Selections#selecting-elements) specifying + * a dom block element such as a div; or a dom element or d3 selection. If the bar chart is a sub-chart + * in a [Composite Chart](#composite-chart) then pass in the parent composite chart instance. + * @param {String} [chartGroup] - The name of the chart group this chart instance should be placed in. + * Interaction with a chart will only trigger events and redraws within the chart's group. + * @returns {HeatMap} + */ +dc.heatMap = function (parent, chartGroup) { + + var DEFAULT_BORDER_RADIUS = 6.75; + + var _chartBody; + + var _cols; + var _rows; + var _xBorderRadius = DEFAULT_BORDER_RADIUS; + var _yBorderRadius = DEFAULT_BORDER_RADIUS; + + var _chart = dc.colorMixin(dc.marginMixin(dc.baseMixin({}))); + _chart._mandatoryAttributes(['group']); + _chart.title(_chart.colorAccessor()); + + var _colsLabel = function (d) { + return d; + }; + var _rowsLabel = function (d) { + return d; + }; + + /** + * Set or get the column label function. The chart class uses this function to render + * column labels on the X axis. It is passed the column name. + * @name colsLabel + * @memberof dc.heatMap + * @instance + * @example + * // the default label function just returns the name + * chart.colsLabel(function(d) { return d; }); + * @param {Function} [labelFunction=function(d) { return d; }] + * @returns {Chart} + */ + _chart.colsLabel = function (labelFunction) { + if (!arguments.length) { + return _colsLabel; + } + _colsLabel = labelFunction; + return _chart; + }; + + /** + * Set or get the row label function. The chart class uses this function to render + * row labels on the Y axis. It is passed the row name. + * @name rowsLabel + * @memberof dc.heatMap + * @instance + * @example + * // the default label function just returns the name + * chart.rowsLabel(function(d) { return d; }); + * @param {Function} [labelFunction=function(d) { return d; }] + * @returns {Chart} + */ + _chart.rowsLabel = function (labelFunction) { + if (!arguments.length) { + return _rowsLabel; + } + _rowsLabel = labelFunction; + return _chart; + }; + + var _xAxisOnClick = function (d) { filterAxis(0, d); }; + var _yAxisOnClick = function (d) { filterAxis(1, d); }; + var _boxOnClick = function (d) { + var filter = d.key; + dc.events.trigger(function () { + _chart.filter(filter); + _chart.redrawGroup(); + }); + }; + + function filterAxis (axis, value) { + var cellsOnAxis = _chart.selectAll('.box-group').filter(function (d) { + return d.key[axis] === value; + }); + var unfilteredCellsOnAxis = cellsOnAxis.filter(function (d) { + return !_chart.hasFilter(d.key); + }); + dc.events.trigger(function () { + if (unfilteredCellsOnAxis.empty()) { + cellsOnAxis.each(function (d) { + _chart.filter(d.key); + }); + } else { + unfilteredCellsOnAxis.each(function (d) { + _chart.filter(d.key); + }); + } + _chart.redrawGroup(); + }); + } + + dc.override(_chart, 'filter', function (filter) { + if (!arguments.length) { + return _chart._filter(); + } + + return _chart._filter(dc.filters.TwoDimensionalFilter(filter)); + }); + + function uniq (d, i, a) { + return !i || a[i - 1] !== d; + } + + /** + * Gets or sets the values used to create the rows of the heatmap, as an array. By default, all + * the values will be fetched from the data using the value accessor, and they will be sorted in + * ascending order. + * @name rows + * @memberof dc.heatMap + * @instance + * @param {Array} [rows] + * @returns {Chart} + */ + _chart.rows = function (rows) { + if (arguments.length) { + _rows = rows; + return _chart; + } + if (_rows) { + return _rows; + } + var rowValues = _chart.data().map(_chart.valueAccessor()); + rowValues.sort(d3.ascending); + return d3.scale.ordinal().domain(rowValues.filter(uniq)); + }; + + /** + * Gets or sets the keys used to create the columns of the heatmap, as an array. By default, all + * the values will be fetched from the data using the key accessor, and they will be sorted in + * ascending order. + * @name cols + * @memberof dc.heatMap + * @instance + * @param {Array} [cols] + * @returns {Chart} + */ + _chart.cols = function (cols) { + if (arguments.length) { + _cols = cols; + return _chart; + } + if (_cols) { + return _cols; + } + var colValues = _chart.data().map(_chart.keyAccessor()); + colValues.sort(d3.ascending); + return d3.scale.ordinal().domain(colValues.filter(uniq)); + }; + + _chart._doRender = function () { + _chart.resetSvg(); + + _chartBody = _chart.svg() + .append('g') + .attr('class', 'heatmap') + .attr('transform', 'translate(' + _chart.margins().left + ',' + _chart.margins().top + ')'); + + return _chart._doRedraw(); + }; + + _chart._doRedraw = function () { + var rows = _chart.rows(), + cols = _chart.cols(), + rowCount = rows.domain().length, + colCount = cols.domain().length, + boxWidth = Math.floor(_chart.effectiveWidth() / colCount), + boxHeight = Math.floor(_chart.effectiveHeight() / rowCount); + + cols.rangeRoundBands([0, _chart.effectiveWidth()]); + rows.rangeRoundBands([_chart.effectiveHeight(), 0]); + + var boxes = _chartBody.selectAll('g.box-group').data(_chart.data(), function (d, i) { + return _chart.keyAccessor()(d, i) + '\0' + _chart.valueAccessor()(d, i); + }); + var gEnter = boxes.enter().append('g') + .attr('class', 'box-group'); + + gEnter.append('rect') + .attr('class', 'heat-box') + .attr('fill', 'white') + .on('click', _chart.boxOnClick()); + + if (_chart.renderTitle()) { + gEnter.append('title'); + boxes.selectAll('title').text(_chart.title()); + } + + dc.transition(boxes.selectAll('rect'), _chart.transitionDuration()) + .attr('x', function (d, i) { return cols(_chart.keyAccessor()(d, i)); }) + .attr('y', function (d, i) { return rows(_chart.valueAccessor()(d, i)); }) + .attr('rx', _xBorderRadius) + .attr('ry', _yBorderRadius) + .attr('fill', _chart.getColor) + .attr('width', boxWidth) + .attr('height', boxHeight); + + boxes.exit().remove(); + + var gCols = _chartBody.selectAll('g.cols'); + if (gCols.empty()) { + gCols = _chartBody.append('g').attr('class', 'cols axis'); + } + var gColsText = gCols.selectAll('text').data(cols.domain()); + gColsText.enter().append('text') + .attr('x', function (d) { return cols(d) + boxWidth / 2; }) + .style('text-anchor', 'middle') + .attr('y', _chart.effectiveHeight()) + .attr('dy', 12) + .on('click', _chart.xAxisOnClick()) + .text(_chart.colsLabel()); + dc.transition(gColsText, _chart.transitionDuration()) + .text(_chart.colsLabel()) + .attr('x', function (d) { return cols(d) + boxWidth / 2; }) + .attr('y', _chart.effectiveHeight()); + gColsText.exit().remove(); + var gRows = _chartBody.selectAll('g.rows'); + if (gRows.empty()) { + gRows = _chartBody.append('g').attr('class', 'rows axis'); + } + var gRowsText = gRows.selectAll('text').data(rows.domain()); + gRowsText.enter().append('text') + .attr('dy', 6) + .style('text-anchor', 'end') + .attr('x', 0) + .attr('dx', -2) + .on('click', _chart.yAxisOnClick()) + .text(_chart.rowsLabel()); + dc.transition(gRowsText, _chart.transitionDuration()) + .text(_chart.rowsLabel()) + .attr('y', function (d) { return rows(d) + boxHeight / 2; }); + gRowsText.exit().remove(); + + if (_chart.hasFilter()) { + _chart.selectAll('g.box-group').each(function (d) { + if (_chart.isSelectedNode(d)) { + _chart.highlightSelected(this); + } else { + _chart.fadeDeselected(this); + } + }); + } else { + _chart.selectAll('g.box-group').each(function () { + _chart.resetHighlight(this); + }); + } + return _chart; + }; + + /** + * Gets or sets the handler that fires when an individual cell is clicked in the heatmap. + * By default, filtering of the cell will be toggled. + * @name boxOnClick + * @memberof dc.heatMap + * @instance + * @param {Function} [handler] + * @returns {Chart} + */ + _chart.boxOnClick = function (handler) { + if (!arguments.length) { + return _boxOnClick; + } + _boxOnClick = handler; + return _chart; + }; + + /** + * Gets or sets the handler that fires when a column tick is clicked in the x axis. + * By default, if any cells in the column are unselected, the whole column will be selected, + * otherwise the whole column will be unselected. + * @name xAxisOnClick + * @memberof dc.heatMap + * @instance + * @param {Function} [handler] + * @returns {Chart} + */ + _chart.xAxisOnClick = function (handler) { + if (!arguments.length) { + return _xAxisOnClick; + } + _xAxisOnClick = handler; + return _chart; + }; + + /** + * Gets or sets the handler that fires when a row tick is clicked in the y axis. + * By default, if any cells in the row are unselected, the whole row will be selected, + * otherwise the whole row will be unselected. + * @name yAxisOnClick + * @memberof dc.heatMap + * @instance + * @param {Function} [handler] + * @returns {Chart} + */ + _chart.yAxisOnClick = function (handler) { + if (!arguments.length) { + return _yAxisOnClick; + } + _yAxisOnClick = handler; + return _chart; + }; + + /** + * Gets or sets the X border radius. Set to 0 to get full rectangles. + * @name xBorderRadius + * @memberof dc.heatMap + * @instance + * @param {Number} [xBorderRadius=6.75] + * @returns {Chart} + */ + _chart.xBorderRadius = function (xBorderRadius) { + if (!arguments.length) { + return _xBorderRadius; + } + _xBorderRadius = xBorderRadius; + return _chart; + }; + + /** + * Gets or sets the Y border radius. Set to 0 to get full rectangles. + * @name yBorderRadius + * @memberof dc.heatMap + * @instance + * @param {Number} [yBorderRadius=6.75] + * @returns {Chart} + */ + _chart.yBorderRadius = function (yBorderRadius) { + if (!arguments.length) { + return _yBorderRadius; + } + _yBorderRadius = yBorderRadius; + return _chart; + }; + + _chart.isSelectedNode = function (d) { + return _chart.hasFilter(d.key); + }; + + return _chart.anchor(parent, chartGroup); +}; + +// https://github.com/d3/d3-plugins/blob/master/box/box.js +(function () { + + // Inspired by http://informationandvisualization.de/blog/box-plot + d3.box = function () { + var width = 1, + height = 1, + duration = 0, + domain = null, + value = Number, + whiskers = boxWhiskers, + quartiles = boxQuartiles, + tickFormat = null; + + // For each small multiple… + function box (g) { + g.each(function (d, i) { + d = d.map(value).sort(d3.ascending); + var g = d3.select(this), + n = d.length, + min = d[0], + max = d[n - 1]; + + // Compute quartiles. Must return exactly 3 elements. + var quartileData = d.quartiles = quartiles(d); + + // Compute whiskers. Must return exactly 2 elements, or null. + var whiskerIndices = whiskers && whiskers.call(this, d, i), + whiskerData = whiskerIndices && whiskerIndices.map(function (i) { return d[i]; }); + + // Compute outliers. If no whiskers are specified, all data are 'outliers'. + // We compute the outliers as indices, so that we can join across transitions! + var outlierIndices = whiskerIndices ? + d3.range(0, whiskerIndices[0]).concat(d3.range(whiskerIndices[1] + 1, n)) : d3.range(n); + + // Compute the new x-scale. + var x1 = d3.scale.linear() + .domain(domain && domain.call(this, d, i) || [min, max]) + .range([height, 0]); + + // Retrieve the old x-scale, if this is an update. + var x0 = this.__chart__ || d3.scale.linear() + .domain([0, Infinity]) + .range(x1.range()); + + // Stash the new scale. + this.__chart__ = x1; + + // Note: the box, median, and box tick elements are fixed in number, + // so we only have to handle enter and update. In contrast, the outliers + // and other elements are variable, so we need to exit them! Variable + // elements also fade in and out. + + // Update center line: the vertical line spanning the whiskers. + var center = g.selectAll('line.center') + .data(whiskerData ? [whiskerData] : []); + + center.enter().insert('line', 'rect') + .attr('class', 'center') + .attr('x1', width / 2) + .attr('y1', function (d) { return x0(d[0]); }) + .attr('x2', width / 2) + .attr('y2', function (d) { return x0(d[1]); }) + .style('opacity', 1e-6) + .transition() + .duration(duration) + .style('opacity', 1) + .attr('y1', function (d) { return x1(d[0]); }) + .attr('y2', function (d) { return x1(d[1]); }); + + center.transition() + .duration(duration) + .style('opacity', 1) + .attr('y1', function (d) { return x1(d[0]); }) + .attr('y2', function (d) { return x1(d[1]); }); + + center.exit().transition() + .duration(duration) + .style('opacity', 1e-6) + .attr('y1', function (d) { return x1(d[0]); }) + .attr('y2', function (d) { return x1(d[1]); }) + .remove(); + + // Update innerquartile box. + var box = g.selectAll('rect.box') + .data([quartileData]); + + box.enter().append('rect') + .attr('class', 'box') + .attr('x', 0) + .attr('y', function (d) { return x0(d[2]); }) + .attr('width', width) + .attr('height', function (d) { return x0(d[0]) - x0(d[2]); }) + .transition() + .duration(duration) + .attr('y', function (d) { return x1(d[2]); }) + .attr('height', function (d) { return x1(d[0]) - x1(d[2]); }); + + box.transition() + .duration(duration) + .attr('y', function (d) { return x1(d[2]); }) + .attr('height', function (d) { return x1(d[0]) - x1(d[2]); }); + + // Update median line. + var medianLine = g.selectAll('line.median') + .data([quartileData[1]]); + + medianLine.enter().append('line') + .attr('class', 'median') + .attr('x1', 0) + .attr('y1', x0) + .attr('x2', width) + .attr('y2', x0) + .transition() + .duration(duration) + .attr('y1', x1) + .attr('y2', x1); + + medianLine.transition() + .duration(duration) + .attr('y1', x1) + .attr('y2', x1); + + // Update whiskers. + var whisker = g.selectAll('line.whisker') + .data(whiskerData || []); + + whisker.enter().insert('line', 'circle, text') + .attr('class', 'whisker') + .attr('x1', 0) + .attr('y1', x0) + .attr('x2', width) + .attr('y2', x0) + .style('opacity', 1e-6) + .transition() + .duration(duration) + .attr('y1', x1) + .attr('y2', x1) + .style('opacity', 1); + + whisker.transition() + .duration(duration) + .attr('y1', x1) + .attr('y2', x1) + .style('opacity', 1); + + whisker.exit().transition() + .duration(duration) + .attr('y1', x1) + .attr('y2', x1) + .style('opacity', 1e-6) + .remove(); + + // Update outliers. + var outlier = g.selectAll('circle.outlier') + .data(outlierIndices, Number); + + outlier.enter().insert('circle', 'text') + .attr('class', 'outlier') + .attr('r', 5) + .attr('cx', width / 2) + .attr('cy', function (i) { return x0(d[i]); }) + .style('opacity', 1e-6) + .transition() + .duration(duration) + .attr('cy', function (i) { return x1(d[i]); }) + .style('opacity', 1); + + outlier.transition() + .duration(duration) + .attr('cy', function (i) { return x1(d[i]); }) + .style('opacity', 1); + + outlier.exit().transition() + .duration(duration) + .attr('cy', function (i) { return x1(d[i]); }) + .style('opacity', 1e-6) + .remove(); + + // Compute the tick format. + var format = tickFormat || x1.tickFormat(8); + + // Update box ticks. + var boxTick = g.selectAll('text.box') + .data(quartileData); + + boxTick.enter().append('text') + .attr('class', 'box') + .attr('dy', '.3em') + .attr('dx', function (d, i) { return i & 1 ? 6 : -6; }) + .attr('x', function (d, i) { return i & 1 ? width : 0; }) + .attr('y', x0) + .attr('text-anchor', function (d, i) { return i & 1 ? 'start' : 'end'; }) + .text(format) + .transition() + .duration(duration) + .attr('y', x1); + + boxTick.transition() + .duration(duration) + .text(format) + .attr('y', x1); + + // Update whisker ticks. These are handled separately from the box + // ticks because they may or may not exist, and we want don't want + // to join box ticks pre-transition with whisker ticks post-. + var whiskerTick = g.selectAll('text.whisker') + .data(whiskerData || []); + + whiskerTick.enter().append('text') + .attr('class', 'whisker') + .attr('dy', '.3em') + .attr('dx', 6) + .attr('x', width) + .attr('y', x0) + .text(format) + .style('opacity', 1e-6) + .transition() + .duration(duration) + .attr('y', x1) + .style('opacity', 1); + + whiskerTick.transition() + .duration(duration) + .text(format) + .attr('y', x1) + .style('opacity', 1); + + whiskerTick.exit().transition() + .duration(duration) + .attr('y', x1) + .style('opacity', 1e-6) + .remove(); + }); + d3.timer.flush(); + } + + box.width = function (x) { + if (!arguments.length) { + return width; + } + width = x; + return box; + }; + + box.height = function (x) { + if (!arguments.length) { + return height; + } + height = x; + return box; + }; + + box.tickFormat = function (x) { + if (!arguments.length) { + return tickFormat; + } + tickFormat = x; + return box; + }; + + box.duration = function (x) { + if (!arguments.length) { + return duration; + } + duration = x; + return box; + }; + + box.domain = function (x) { + if (!arguments.length) { + return domain; + } + domain = x === null ? x : d3.functor(x); + return box; + }; + + box.value = function (x) { + if (!arguments.length) { + return value; + } + value = x; + return box; + }; + + box.whiskers = function (x) { + if (!arguments.length) { + return whiskers; + } + whiskers = x; + return box; + }; + + box.quartiles = function (x) { + if (!arguments.length) { + return quartiles; + } + quartiles = x; + return box; + }; + + return box; + }; + + function boxWhiskers (d) { + return [0, d.length - 1]; + } + + function boxQuartiles (d) { + return [ + d3.quantile(d, 0.25), + d3.quantile(d, 0.5), + d3.quantile(d, 0.75) + ]; + } + +})(); + +/** + * A box plot is a chart that depicts numerical data via their quartile ranges. + * Examples: + * - [Nasdaq 100 Index](http://dc-js.github.com/dc.js/) + * - [Canadian City Crime Stats](http://dc-js.github.com/dc.js/crime/index.html) + * @name boxPlot + * @memberof dc + * @mixes dc.coordinateGridMixin + * @example + * // create a box plot under #chart-container1 element using the default global chart group + * var boxPlot1 = dc.boxPlot('#chart-container1'); + * // create a box plot under #chart-container2 element using chart group A + * var boxPlot2 = dc.boxPlot('#chart-container2', 'chartGroupA'); + * @param {String|node|d3.selection|dc.compositeChart} parent - Any valid + * [d3 single selector](https://github.com/mbostock/d3/wiki/Selections#selecting-elements) specifying + * a dom block element such as a div; or a dom element or d3 selection. If the bar chart is a sub-chart + * in a [Composite Chart](#composite-chart) then pass in the parent composite chart instance. + * @param {String} [chartGroup] - The name of the chart group this chart instance should be placed in. + * Interaction with a chart will only trigger events and redraws within the chart's group. + * @returns {BoxPlot} + */ +dc.boxPlot = function (parent, chartGroup) { + var _chart = dc.coordinateGridMixin({}); + + // Returns a function to compute the interquartile range. + function DEFAULT_WHISKERS_IQR (k) { + return function (d) { + var q1 = d.quartiles[0], + q3 = d.quartiles[2], + iqr = (q3 - q1) * k, + i = -1, + j = d.length; + /*jshint -W116*/ + /*jshint -W035*/ + while (d[++i] < q1 - iqr) {} + while (d[--j] > q3 + iqr) {} + /*jshint +W116*/ + return [i, j]; + /*jshint +W035*/ + }; + } + + var _whiskerIqrFactor = 1.5; + var _whiskersIqr = DEFAULT_WHISKERS_IQR; + var _whiskers = _whiskersIqr(_whiskerIqrFactor); + + var _box = d3.box(); + var _tickFormat = null; + + var _boxWidth = function (innerChartWidth, xUnits) { + if (_chart.isOrdinal()) { + return _chart.x().rangeBand(); + } else { + return innerChartWidth / (1 + _chart.boxPadding()) / xUnits; + } + }; + + // default padding to handle min/max whisker text + _chart.yAxisPadding(12); + + // default to ordinal + _chart.x(d3.scale.ordinal()); + _chart.xUnits(dc.units.ordinal); + + // valueAccessor should return an array of values that can be coerced into numbers + // or if data is overloaded for a static array of arrays, it should be `Number`. + // Empty arrays are not included. + _chart.data(function (group) { + return group.all().map(function (d) { + d.map = function (accessor) { return accessor.call(d, d); }; + return d; + }).filter(function (d) { + var values = _chart.valueAccessor()(d); + return values.length !== 0; + }); + }); + + /** + * Get or set the spacing between boxes as a fraction of box size. Valid values are within 0-1. + * See the [d3 docs](https://github.com/mbostock/d3/wiki/Ordinal-Scales#wiki-ordinal_rangeBands) + * for a visual description of how the padding is applied. + * @name boxPadding + * @memberof dc.boxPlot + * @instance + * @param {Number} [padding=0.8] + * @returns {Number} + */ + _chart.boxPadding = _chart._rangeBandPadding; + _chart.boxPadding(0.8); + + /** + * Get or set the outer padding on an ordinal box chart. This setting has no effect on non-ordinal charts + * or on charts with a custom `.boxWidth`. Will pad the width by `padding * barWidth` on each side of the chart. + * @name outerPadding + * @memberof dc.boxPlot + * @instance + * @param {Number} [padding=0.5] + * @returns {Number} + */ + _chart.outerPadding = _chart._outerRangeBandPadding; + _chart.outerPadding(0.5); + + /** + * Get or set the numerical width of the boxplot box. The width may also be a function taking as + * parameters the chart width excluding the right and left margins, as well as the number of x + * units. + * @example + * // Using numerical parameter + * chart.boxWidth(10); + * // Using function + * chart.boxWidth((innerChartWidth, xUnits) { ... }); + * @name boxWidth + * @memberof dc.boxPlot + * @instance + * @param {Number|Function} [boxWidth=0.5] + * @returns {Number|Function} + */ + _chart.boxWidth = function (boxWidth) { + if (!arguments.length) { + return _boxWidth; + } + _boxWidth = d3.functor(boxWidth); + return _chart; + }; + + var boxTransform = function (d, i) { + var xOffset = _chart.x()(_chart.keyAccessor()(d, i)); + return 'translate(' + xOffset + ', 0)'; + }; + + _chart._preprocessData = function () { + if (_chart.elasticX()) { + _chart.x().domain([]); + } + }; + + _chart.plotData = function () { + var _calculatedBoxWidth = _boxWidth(_chart.effectiveWidth(), _chart.xUnitCount()); + + _box.whiskers(_whiskers) + .width(_calculatedBoxWidth) + .height(_chart.effectiveHeight()) + .value(_chart.valueAccessor()) + .domain(_chart.y().domain()) + .duration(_chart.transitionDuration()) + .tickFormat(_tickFormat); + + var boxesG = _chart.chartBodyG().selectAll('g.box').data(_chart.data(), function (d) { return d.key; }); + + renderBoxes(boxesG); + updateBoxes(boxesG); + removeBoxes(boxesG); + + _chart.fadeDeselectedArea(); + }; + + function renderBoxes (boxesG) { + var boxesGEnter = boxesG.enter().append('g'); + + boxesGEnter + .attr('class', 'box') + .attr('transform', boxTransform) + .call(_box) + .on('click', function (d) { + _chart.filter(d.key); + _chart.redrawGroup(); + }); + } + + function updateBoxes (boxesG) { + dc.transition(boxesG, _chart.transitionDuration()) + .attr('transform', boxTransform) + .call(_box) + .each(function () { + d3.select(this).select('rect.box').attr('fill', _chart.getColor); + }); + } + + function removeBoxes (boxesG) { + boxesG.exit().remove().call(_box); + } + + _chart.fadeDeselectedArea = function () { + if (_chart.hasFilter()) { + _chart.g().selectAll('g.box').each(function (d) { + if (_chart.isSelectedNode(d)) { + _chart.highlightSelected(this); + } else { + _chart.fadeDeselected(this); + } + }); + } else { + _chart.g().selectAll('g.box').each(function () { + _chart.resetHighlight(this); + }); + } + }; + + _chart.isSelectedNode = function (d) { + return _chart.hasFilter(d.key); + }; + + _chart.yAxisMin = function () { + var min = d3.min(_chart.data(), function (e) { + return d3.min(_chart.valueAccessor()(e)); + }); + return dc.utils.subtract(min, _chart.yAxisPadding()); + }; + + _chart.yAxisMax = function () { + var max = d3.max(_chart.data(), function (e) { + return d3.max(_chart.valueAccessor()(e)); + }); + return dc.utils.add(max, _chart.yAxisPadding()); + }; + + /** + * Set the numerical format of the boxplot median, whiskers and quartile labels. Defaults to + * integer formatting. + * @example + * // format ticks to 2 decimal places + * chart.tickFormat(d3.format('.2f')); + * @name tickFormat + * @memberof dc.boxPlot + * @instance + * @param {Function} [tickFormat] + * @returns {Number|Function} + */ + _chart.tickFormat = function (tickFormat) { + if (!arguments.length) { + return _tickFormat; + } + _tickFormat = tickFormat; + return _chart; + }; + + return _chart.anchor(parent, chartGroup); +}; + +// Renamed functions + +dc.abstractBubbleChart = dc.bubbleMixin; +dc.baseChart = dc.baseMixin; +dc.capped = dc.capMixin; +dc.colorChart = dc.colorMixin; +dc.coordinateGridChart = dc.coordinateGridMixin; +dc.marginable = dc.marginMixin; +dc.stackableChart = dc.stackMixin; + +// Expose d3 and crossfilter, so that clients in browserify +// case can obtain them if they need them. +dc.d3 = d3; +dc.crossfilter = crossfilter; + +return dc;} + if(typeof define === "function" && define.amd) { + define(["d3", "crossfilter"], _dc); + } else if(typeof module === "object" && module.exports) { + var _d3 = require('d3'); + var _crossfilter = require('crossfilter'); + // When using npm + browserify, 'crossfilter' is a function, + // since package.json specifies index.js as main function, and it + // does special handling. When using bower + browserify, + // there's no main in bower.json (in fact, there's no bower.json), + // so we need to fix it. + if (typeof _crossfilter !== "function") { + _crossfilter = _crossfilter.crossfilter; + } + module.exports = _dc(_d3, _crossfilter); + } else { + this.dc = _dc(d3, crossfilter); + } +} +)(); + +//# sourceMappingURL=dc.js.map \ No newline at end of file diff --git a/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/js/jquery.flot.min.js b/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/js/jquery.flot.min.js new file mode 100644 index 00000000..968d3ebd --- /dev/null +++ b/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/js/jquery.flot.min.js @@ -0,0 +1,8 @@ +/* Javascript plotting library for jQuery, version 0.8.3. + +Copyright (c) 2007-2014 IOLA and Ole Laursen. +Licensed under the MIT license. + +*/ +(function($){$.color={};$.color.make=function(r,g,b,a){var o={};o.r=r||0;o.g=g||0;o.b=b||0;o.a=a!=null?a:1;o.add=function(c,d){for(var i=0;i=1){return"rgb("+[o.r,o.g,o.b].join(",")+")"}else{return"rgba("+[o.r,o.g,o.b,o.a].join(",")+")"}};o.normalize=function(){function clamp(min,value,max){return valuemax?max:value}o.r=clamp(0,parseInt(o.r),255);o.g=clamp(0,parseInt(o.g),255);o.b=clamp(0,parseInt(o.b),255);o.a=clamp(0,o.a,1);return o};o.clone=function(){return $.color.make(o.r,o.b,o.g,o.a)};return o.normalize()};$.color.extract=function(elem,css){var c;do{c=elem.css(css).toLowerCase();if(c!=""&&c!="transparent")break;elem=elem.parent()}while(elem.length&&!$.nodeName(elem.get(0),"body"));if(c=="rgba(0, 0, 0, 0)")c="transparent";return $.color.parse(c)};$.color.parse=function(str){var res,m=$.color.make;if(res=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(str))return m(parseInt(res[1],10),parseInt(res[2],10),parseInt(res[3],10));if(res=/rgba\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]+(?:\.[0-9]+)?)\s*\)/.exec(str))return m(parseInt(res[1],10),parseInt(res[2],10),parseInt(res[3],10),parseFloat(res[4]));if(res=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(str))return m(parseFloat(res[1])*2.55,parseFloat(res[2])*2.55,parseFloat(res[3])*2.55);if(res=/rgba\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\s*\)/.exec(str))return m(parseFloat(res[1])*2.55,parseFloat(res[2])*2.55,parseFloat(res[3])*2.55,parseFloat(res[4]));if(res=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(str))return m(parseInt(res[1],16),parseInt(res[2],16),parseInt(res[3],16));if(res=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(str))return m(parseInt(res[1]+res[1],16),parseInt(res[2]+res[2],16),parseInt(res[3]+res[3],16));var name=$.trim(str).toLowerCase();if(name=="transparent")return m(255,255,255,0);else{res=lookupColors[name]||[0,0,0];return m(res[0],res[1],res[2])}};var lookupColors={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0]}})(jQuery);(function($){var hasOwnProperty=Object.prototype.hasOwnProperty;if(!$.fn.detach){$.fn.detach=function(){return this.each(function(){if(this.parentNode){this.parentNode.removeChild(this)}})}}function Canvas(cls,container){var element=container.children("."+cls)[0];if(element==null){element=document.createElement("canvas");element.className=cls;$(element).css({direction:"ltr",position:"absolute",left:0,top:0}).appendTo(container);if(!element.getContext){if(window.G_vmlCanvasManager){element=window.G_vmlCanvasManager.initElement(element)}else{throw new Error("Canvas is not available. If you're using IE with a fall-back such as Excanvas, then there's either a mistake in your conditional include, or the page has no DOCTYPE and is rendering in Quirks Mode.")}}}this.element=element;var context=this.context=element.getContext("2d");var devicePixelRatio=window.devicePixelRatio||1,backingStoreRatio=context.webkitBackingStorePixelRatio||context.mozBackingStorePixelRatio||context.msBackingStorePixelRatio||context.oBackingStorePixelRatio||context.backingStorePixelRatio||1;this.pixelRatio=devicePixelRatio/backingStoreRatio;this.resize(container.width(),container.height());this.textContainer=null;this.text={};this._textCache={}}Canvas.prototype.resize=function(width,height){if(width<=0||height<=0){throw new Error("Invalid dimensions for plot, width = "+width+", height = "+height)}var element=this.element,context=this.context,pixelRatio=this.pixelRatio;if(this.width!=width){element.width=width*pixelRatio;element.style.width=width+"px";this.width=width}if(this.height!=height){element.height=height*pixelRatio;element.style.height=height+"px";this.height=height}context.restore();context.save();context.scale(pixelRatio,pixelRatio)};Canvas.prototype.clear=function(){this.context.clearRect(0,0,this.width,this.height)};Canvas.prototype.render=function(){var cache=this._textCache;for(var layerKey in cache){if(hasOwnProperty.call(cache,layerKey)){var layer=this.getTextLayer(layerKey),layerCache=cache[layerKey];layer.hide();for(var styleKey in layerCache){if(hasOwnProperty.call(layerCache,styleKey)){var styleCache=layerCache[styleKey];for(var key in styleCache){if(hasOwnProperty.call(styleCache,key)){var positions=styleCache[key].positions;for(var i=0,position;position=positions[i];i++){if(position.active){if(!position.rendered){layer.append(position.element);position.rendered=true}}else{positions.splice(i--,1);if(position.rendered){position.element.detach()}}}if(positions.length==0){delete styleCache[key]}}}}}layer.show()}}};Canvas.prototype.getTextLayer=function(classes){var layer=this.text[classes];if(layer==null){if(this.textContainer==null){this.textContainer=$("
").css({position:"absolute",top:0,left:0,bottom:0,right:0,"font-size":"smaller",color:"#545454"}).insertAfter(this.element)}layer=this.text[classes]=$("
").addClass(classes).css({position:"absolute",top:0,left:0,bottom:0,right:0}).appendTo(this.textContainer)}return layer};Canvas.prototype.getTextInfo=function(layer,text,font,angle,width){var textStyle,layerCache,styleCache,info;text=""+text;if(typeof font==="object"){textStyle=font.style+" "+font.variant+" "+font.weight+" "+font.size+"px/"+font.lineHeight+"px "+font.family}else{textStyle=font}layerCache=this._textCache[layer];if(layerCache==null){layerCache=this._textCache[layer]={}}styleCache=layerCache[textStyle];if(styleCache==null){styleCache=layerCache[textStyle]={}}info=styleCache[text];if(info==null){var element=$("
").html(text).css({position:"absolute","max-width":width,top:-9999}).appendTo(this.getTextLayer(layer));if(typeof font==="object"){element.css({font:textStyle,color:font.color})}else if(typeof font==="string"){element.addClass(font)}info=styleCache[text]={width:element.outerWidth(true),height:element.outerHeight(true),element:element,positions:[]};element.detach()}return info};Canvas.prototype.addText=function(layer,x,y,text,font,angle,width,halign,valign){var info=this.getTextInfo(layer,text,font,angle,width),positions=info.positions;if(halign=="center"){x-=info.width/2}else if(halign=="right"){x-=info.width}if(valign=="middle"){y-=info.height/2}else if(valign=="bottom"){y-=info.height}for(var i=0,position;position=positions[i];i++){if(position.x==x&&position.y==y){position.active=true;return}}position={active:true,rendered:false,element:positions.length?info.element.clone():info.element,x:x,y:y};positions.push(position);position.element.css({top:Math.round(y),left:Math.round(x),"text-align":halign})};Canvas.prototype.removeText=function(layer,x,y,text,font,angle){if(text==null){var layerCache=this._textCache[layer];if(layerCache!=null){for(var styleKey in layerCache){if(hasOwnProperty.call(layerCache,styleKey)){var styleCache=layerCache[styleKey];for(var key in styleCache){if(hasOwnProperty.call(styleCache,key)){var positions=styleCache[key].positions;for(var i=0,position;position=positions[i];i++){position.active=false}}}}}}}else{var positions=this.getTextInfo(layer,text,font,angle).positions;for(var i=0,position;position=positions[i];i++){if(position.x==x&&position.y==y){position.active=false}}}};function Plot(placeholder,data_,options_,plugins){var series=[],options={colors:["#edc240","#afd8f8","#cb4b4b","#4da74d","#9440ed"],legend:{show:true,noColumns:1,labelFormatter:null,labelBoxBorderColor:"#ccc",container:null,position:"ne",margin:5,backgroundColor:null,backgroundOpacity:.85,sorted:null},xaxis:{show:null,position:"bottom",mode:null,font:null,color:null,tickColor:null,transform:null,inverseTransform:null,min:null,max:null,autoscaleMargin:null,ticks:null,tickFormatter:null,labelWidth:null,labelHeight:null,reserveSpace:null,tickLength:null,alignTicksWithAxis:null,tickDecimals:null,tickSize:null,minTickSize:null},yaxis:{autoscaleMargin:.02,position:"left"},xaxes:[],yaxes:[],series:{points:{show:false,radius:3,lineWidth:2,fill:true,fillColor:"#ffffff",symbol:"circle"},lines:{lineWidth:2,fill:false,fillColor:null,steps:false},bars:{show:false,lineWidth:2,barWidth:1,fill:true,fillColor:null,align:"left",horizontal:false,zero:true},shadowSize:3,highlightColor:null},grid:{show:true,aboveData:false,color:"#545454",backgroundColor:null,borderColor:null,tickColor:null,margin:0,labelMargin:5,axisMargin:8,borderWidth:2,minBorderMargin:null,markings:null,markingsColor:"#f4f4f4",markingsLineWidth:2,clickable:false,hoverable:false,autoHighlight:true,mouseActiveRadius:10},interaction:{redrawOverlayInterval:1e3/60},hooks:{}},surface=null,overlay=null,eventHolder=null,ctx=null,octx=null,xaxes=[],yaxes=[],plotOffset={left:0,right:0,top:0,bottom:0},plotWidth=0,plotHeight=0,hooks={processOptions:[],processRawData:[],processDatapoints:[],processOffset:[],drawBackground:[],drawSeries:[],draw:[],bindEvents:[],drawOverlay:[],shutdown:[]},plot=this;plot.setData=setData;plot.setupGrid=setupGrid;plot.draw=draw;plot.getPlaceholder=function(){return placeholder};plot.getCanvas=function(){return surface.element};plot.getPlotOffset=function(){return plotOffset};plot.width=function(){return plotWidth};plot.height=function(){return plotHeight};plot.offset=function(){var o=eventHolder.offset();o.left+=plotOffset.left;o.top+=plotOffset.top;return o};plot.getData=function(){return series};plot.getAxes=function(){var res={},i;$.each(xaxes.concat(yaxes),function(_,axis){if(axis)res[axis.direction+(axis.n!=1?axis.n:"")+"axis"]=axis});return res};plot.getXAxes=function(){return xaxes};plot.getYAxes=function(){return yaxes};plot.c2p=canvasToAxisCoords;plot.p2c=axisToCanvasCoords;plot.getOptions=function(){return options};plot.highlight=highlight;plot.unhighlight=unhighlight;plot.triggerRedrawOverlay=triggerRedrawOverlay;plot.pointOffset=function(point){return{left:parseInt(xaxes[axisNumber(point,"x")-1].p2c(+point.x)+plotOffset.left,10),top:parseInt(yaxes[axisNumber(point,"y")-1].p2c(+point.y)+plotOffset.top,10)}};plot.shutdown=shutdown;plot.destroy=function(){shutdown();placeholder.removeData("plot").empty();series=[];options=null;surface=null;overlay=null;eventHolder=null;ctx=null;octx=null;xaxes=[];yaxes=[];hooks=null;highlights=[];plot=null};plot.resize=function(){var width=placeholder.width(),height=placeholder.height();surface.resize(width,height);overlay.resize(width,height)};plot.hooks=hooks;initPlugins(plot);parseOptions(options_);setupCanvases();setData(data_);setupGrid();draw();bindEvents();function executeHooks(hook,args){args=[plot].concat(args);for(var i=0;imaxIndex){maxIndex=sc}}}if(neededColors<=maxIndex){neededColors=maxIndex+1}var c,colors=[],colorPool=options.colors,colorPoolSize=colorPool.length,variation=0;for(i=0;i=0){if(variation<.5){variation=-variation-.2}else variation=0}else variation=-variation}colors[i]=c.scale("rgb",1+variation)}var colori=0,s;for(i=0;iaxis.datamax&&max!=fakeInfinity)axis.datamax=max}$.each(allAxes(),function(_,axis){axis.datamin=topSentry;axis.datamax=bottomSentry;axis.used=false});for(i=0;i0&&points[k-ps]!=null&&points[k-ps]!=points[k]&&points[k-ps+1]!=points[k+1]){for(m=0;mxmax)xmax=val}if(f.y){if(valymax)ymax=val}}}if(s.bars.show){var delta;switch(s.bars.align){case"left":delta=0;break;case"right":delta=-s.bars.barWidth;break;default:delta=-s.bars.barWidth/2}if(s.bars.horizontal){ymin+=delta;ymax+=delta+s.bars.barWidth}else{xmin+=delta;xmax+=delta+s.bars.barWidth}}updateAxis(s.xaxis,xmin,xmax);updateAxis(s.yaxis,ymin,ymax)}$.each(allAxes(),function(_,axis){if(axis.datamin==topSentry)axis.datamin=null;if(axis.datamax==bottomSentry)axis.datamax=null})}function setupCanvases(){placeholder.css("padding",0).children().filter(function(){return!$(this).hasClass("flot-overlay")&&!$(this).hasClass("flot-base")}).remove();if(placeholder.css("position")=="static")placeholder.css("position","relative");surface=new Canvas("flot-base",placeholder);overlay=new Canvas("flot-overlay",placeholder);ctx=surface.context;octx=overlay.context;eventHolder=$(overlay.element).unbind();var existing=placeholder.data("plot");if(existing){existing.shutdown();overlay.clear()}placeholder.data("plot",plot)}function bindEvents(){if(options.grid.hoverable){eventHolder.mousemove(onMouseMove);eventHolder.bind("mouseleave",onMouseLeave)}if(options.grid.clickable)eventHolder.click(onClick);executeHooks(hooks.bindEvents,[eventHolder])}function shutdown(){if(redrawTimeout)clearTimeout(redrawTimeout);eventHolder.unbind("mousemove",onMouseMove);eventHolder.unbind("mouseleave",onMouseLeave);eventHolder.unbind("click",onClick);executeHooks(hooks.shutdown,[eventHolder])}function setTransformationHelpers(axis){function identity(x){return x}var s,m,t=axis.options.transform||identity,it=axis.options.inverseTransform;if(axis.direction=="x"){s=axis.scale=plotWidth/Math.abs(t(axis.max)-t(axis.min));m=Math.min(t(axis.max),t(axis.min))}else{s=axis.scale=plotHeight/Math.abs(t(axis.max)-t(axis.min));s=-s;m=Math.max(t(axis.max),t(axis.min))}if(t==identity)axis.p2c=function(p){return(p-m)*s};else axis.p2c=function(p){return(t(p)-m)*s};if(!it)axis.c2p=function(c){return m+c/s};else axis.c2p=function(c){return it(m+c/s)}}function measureTickLabels(axis){var opts=axis.options,ticks=axis.ticks||[],labelWidth=opts.labelWidth||0,labelHeight=opts.labelHeight||0,maxWidth=labelWidth||(axis.direction=="x"?Math.floor(surface.width/(ticks.length||1)):null),legacyStyles=axis.direction+"Axis "+axis.direction+axis.n+"Axis",layer="flot-"+axis.direction+"-axis flot-"+axis.direction+axis.n+"-axis "+legacyStyles,font=opts.font||"flot-tick-label tickLabel";for(var i=0;i=0;--i)allocateAxisBoxFirstPhase(allocatedAxes[i]);adjustLayoutForThingsStickingOut();$.each(allocatedAxes,function(_,axis){allocateAxisBoxSecondPhase(axis)})}plotWidth=surface.width-plotOffset.left-plotOffset.right;plotHeight=surface.height-plotOffset.bottom-plotOffset.top;$.each(axes,function(_,axis){setTransformationHelpers(axis)});if(showGrid){drawAxisLabels()}insertLegend()}function setRange(axis){var opts=axis.options,min=+(opts.min!=null?opts.min:axis.datamin),max=+(opts.max!=null?opts.max:axis.datamax),delta=max-min;if(delta==0){var widen=max==0?1:.01;if(opts.min==null)min-=widen;if(opts.max==null||opts.min!=null)max+=widen}else{var margin=opts.autoscaleMargin;if(margin!=null){if(opts.min==null){min-=delta*margin;if(min<0&&axis.datamin!=null&&axis.datamin>=0)min=0}if(opts.max==null){max+=delta*margin;if(max>0&&axis.datamax!=null&&axis.datamax<=0)max=0}}}axis.min=min;axis.max=max}function setupTickGeneration(axis){var opts=axis.options;var noTicks;if(typeof opts.ticks=="number"&&opts.ticks>0)noTicks=opts.ticks;else noTicks=.3*Math.sqrt(axis.direction=="x"?surface.width:surface.height);var delta=(axis.max-axis.min)/noTicks,dec=-Math.floor(Math.log(delta)/Math.LN10),maxDec=opts.tickDecimals;if(maxDec!=null&&dec>maxDec){dec=maxDec}var magn=Math.pow(10,-dec),norm=delta/magn,size;if(norm<1.5){size=1}else if(norm<3){size=2;if(norm>2.25&&(maxDec==null||dec+1<=maxDec)){size=2.5;++dec}}else if(norm<7.5){size=5}else{size=10}size*=magn;if(opts.minTickSize!=null&&size0){if(opts.min==null)axis.min=Math.min(axis.min,niceTicks[0]);if(opts.max==null&&niceTicks.length>1)axis.max=Math.max(axis.max,niceTicks[niceTicks.length-1])}axis.tickGenerator=function(axis){var ticks=[],v,i;for(i=0;i1&&/\..*0$/.test((ts[1]-ts[0]).toFixed(extraDec))))axis.tickDecimals=extraDec}}}}function setTicks(axis){var oticks=axis.options.ticks,ticks=[];if(oticks==null||typeof oticks=="number"&&oticks>0)ticks=axis.tickGenerator(axis);else if(oticks){if($.isFunction(oticks))ticks=oticks(axis);else ticks=oticks}var i,v;axis.ticks=[];for(i=0;i1)label=t[1]}else v=+t;if(label==null)label=axis.tickFormatter(v,axis);if(!isNaN(v))axis.ticks.push({v:v,label:label})}}function snapRangeToTicks(axis,ticks){if(axis.options.autoscaleMargin&&ticks.length>0){if(axis.options.min==null)axis.min=Math.min(axis.min,ticks[0].v);if(axis.options.max==null&&ticks.length>1)axis.max=Math.max(axis.max,ticks[ticks.length-1].v)}}function draw(){surface.clear();executeHooks(hooks.drawBackground,[ctx]);var grid=options.grid;if(grid.show&&grid.backgroundColor)drawBackground();if(grid.show&&!grid.aboveData){drawGrid()}for(var i=0;ito){var tmp=from;from=to;to=tmp}return{from:from,to:to,axis:axis}}function drawBackground(){ctx.save();ctx.translate(plotOffset.left,plotOffset.top);ctx.fillStyle=getColorOrGradient(options.grid.backgroundColor,plotHeight,0,"rgba(255, 255, 255, 0)");ctx.fillRect(0,0,plotWidth,plotHeight);ctx.restore()}function drawGrid(){var i,axes,bw,bc;ctx.save();ctx.translate(plotOffset.left,plotOffset.top);var markings=options.grid.markings;if(markings){if($.isFunction(markings)){axes=plot.getAxes();axes.xmin=axes.xaxis.min;axes.xmax=axes.xaxis.max;axes.ymin=axes.yaxis.min;axes.ymax=axes.yaxis.max;markings=markings(axes)}for(i=0;ixrange.axis.max||yrange.toyrange.axis.max)continue;xrange.from=Math.max(xrange.from,xrange.axis.min);xrange.to=Math.min(xrange.to,xrange.axis.max);yrange.from=Math.max(yrange.from,yrange.axis.min);yrange.to=Math.min(yrange.to,yrange.axis.max);var xequal=xrange.from===xrange.to,yequal=yrange.from===yrange.to;if(xequal&&yequal){continue}xrange.from=Math.floor(xrange.axis.p2c(xrange.from));xrange.to=Math.floor(xrange.axis.p2c(xrange.to));yrange.from=Math.floor(yrange.axis.p2c(yrange.from));yrange.to=Math.floor(yrange.axis.p2c(yrange.to));if(xequal||yequal){var lineWidth=m.lineWidth||options.grid.markingsLineWidth,subPixel=lineWidth%2?.5:0;ctx.beginPath();ctx.strokeStyle=m.color||options.grid.markingsColor;ctx.lineWidth=lineWidth;if(xequal){ctx.moveTo(xrange.to+subPixel,yrange.from);ctx.lineTo(xrange.to+subPixel,yrange.to)}else{ctx.moveTo(xrange.from,yrange.to+subPixel);ctx.lineTo(xrange.to,yrange.to+subPixel)}ctx.stroke()}else{ctx.fillStyle=m.color||options.grid.markingsColor;ctx.fillRect(xrange.from,yrange.to,xrange.to-xrange.from,yrange.from-yrange.to)}}}axes=allAxes();bw=options.grid.borderWidth;for(var j=0;jaxis.max||t=="full"&&(typeof bw=="object"&&bw[axis.position]>0||bw>0)&&(v==axis.min||v==axis.max))continue;if(axis.direction=="x"){x=axis.p2c(v);yoff=t=="full"?-plotHeight:t;if(axis.position=="top")yoff=-yoff}else{y=axis.p2c(v);xoff=t=="full"?-plotWidth:t;if(axis.position=="left")xoff=-xoff}if(ctx.lineWidth==1){if(axis.direction=="x")x=Math.floor(x)+.5;else y=Math.floor(y)+.5}ctx.moveTo(x,y);ctx.lineTo(x+xoff,y+yoff)}ctx.stroke()}if(bw){bc=options.grid.borderColor;if(typeof bw=="object"||typeof bc=="object"){if(typeof bw!=="object"){bw={top:bw,right:bw,bottom:bw,left:bw}}if(typeof bc!=="object"){bc={top:bc,right:bc,bottom:bc,left:bc}}if(bw.top>0){ctx.strokeStyle=bc.top;ctx.lineWidth=bw.top;ctx.beginPath();ctx.moveTo(0-bw.left,0-bw.top/2);ctx.lineTo(plotWidth,0-bw.top/2);ctx.stroke()}if(bw.right>0){ctx.strokeStyle=bc.right;ctx.lineWidth=bw.right;ctx.beginPath();ctx.moveTo(plotWidth+bw.right/2,0-bw.top);ctx.lineTo(plotWidth+bw.right/2,plotHeight);ctx.stroke()}if(bw.bottom>0){ctx.strokeStyle=bc.bottom;ctx.lineWidth=bw.bottom;ctx.beginPath();ctx.moveTo(plotWidth+bw.right,plotHeight+bw.bottom/2);ctx.lineTo(0,plotHeight+bw.bottom/2);ctx.stroke()}if(bw.left>0){ctx.strokeStyle=bc.left;ctx.lineWidth=bw.left;ctx.beginPath();ctx.moveTo(0-bw.left/2,plotHeight+bw.bottom);ctx.lineTo(0-bw.left/2,0);ctx.stroke()}}else{ctx.lineWidth=bw;ctx.strokeStyle=options.grid.borderColor;ctx.strokeRect(-bw/2,-bw/2,plotWidth+bw,plotHeight+bw)}}ctx.restore()}function drawAxisLabels(){$.each(allAxes(),function(_,axis){var box=axis.box,legacyStyles=axis.direction+"Axis "+axis.direction+axis.n+"Axis",layer="flot-"+axis.direction+"-axis flot-"+axis.direction+axis.n+"-axis "+legacyStyles,font=axis.options.font||"flot-tick-label tickLabel",tick,x,y,halign,valign;surface.removeText(layer);if(!axis.show||axis.ticks.length==0)return;for(var i=0;iaxis.max)continue;if(axis.direction=="x"){halign="center";x=plotOffset.left+axis.p2c(tick.v);if(axis.position=="bottom"){y=box.top+box.padding}else{y=box.top+box.height-box.padding;valign="bottom"}}else{valign="middle";y=plotOffset.top+axis.p2c(tick.v);if(axis.position=="left"){x=box.left+box.width-box.padding;halign="right"}else{x=box.left+box.padding}}surface.addText(layer,x,y,tick.label,font,null,null,halign,valign)}})}function drawSeries(series){if(series.lines.show)drawSeriesLines(series);if(series.bars.show)drawSeriesBars(series);if(series.points.show)drawSeriesPoints(series)}function drawSeriesLines(series){function plotLine(datapoints,xoffset,yoffset,axisx,axisy){var points=datapoints.points,ps=datapoints.pointsize,prevx=null,prevy=null;ctx.beginPath();for(var i=ps;i=y2&&y1>axisy.max){if(y2>axisy.max)continue;x1=(axisy.max-y1)/(y2-y1)*(x2-x1)+x1;y1=axisy.max}else if(y2>=y1&&y2>axisy.max){if(y1>axisy.max)continue;x2=(axisy.max-y1)/(y2-y1)*(x2-x1)+x1;y2=axisy.max}if(x1<=x2&&x1=x2&&x1>axisx.max){if(x2>axisx.max)continue;y1=(axisx.max-x1)/(x2-x1)*(y2-y1)+y1;x1=axisx.max}else if(x2>=x1&&x2>axisx.max){if(x1>axisx.max)continue;y2=(axisx.max-x1)/(x2-x1)*(y2-y1)+y1;x2=axisx.max}if(x1!=prevx||y1!=prevy)ctx.moveTo(axisx.p2c(x1)+xoffset,axisy.p2c(y1)+yoffset);prevx=x2;prevy=y2;ctx.lineTo(axisx.p2c(x2)+xoffset,axisy.p2c(y2)+yoffset)}ctx.stroke()}function plotLineArea(datapoints,axisx,axisy){var points=datapoints.points,ps=datapoints.pointsize,bottom=Math.min(Math.max(0,axisy.min),axisy.max),i=0,top,areaOpen=false,ypos=1,segmentStart=0,segmentEnd=0;while(true){if(ps>0&&i>points.length+ps)break;i+=ps;var x1=points[i-ps],y1=points[i-ps+ypos],x2=points[i],y2=points[i+ypos];if(areaOpen){if(ps>0&&x1!=null&&x2==null){segmentEnd=i;ps=-ps;ypos=2;continue}if(ps<0&&i==segmentStart+ps){ctx.fill();areaOpen=false;ps=-ps;ypos=1;i=segmentStart=segmentEnd+ps;continue}}if(x1==null||x2==null)continue;if(x1<=x2&&x1=x2&&x1>axisx.max){if(x2>axisx.max)continue;y1=(axisx.max-x1)/(x2-x1)*(y2-y1)+y1;x1=axisx.max}else if(x2>=x1&&x2>axisx.max){if(x1>axisx.max)continue;y2=(axisx.max-x1)/(x2-x1)*(y2-y1)+y1;x2=axisx.max}if(!areaOpen){ctx.beginPath();ctx.moveTo(axisx.p2c(x1),axisy.p2c(bottom));areaOpen=true}if(y1>=axisy.max&&y2>=axisy.max){ctx.lineTo(axisx.p2c(x1),axisy.p2c(axisy.max));ctx.lineTo(axisx.p2c(x2),axisy.p2c(axisy.max));continue}else if(y1<=axisy.min&&y2<=axisy.min){ctx.lineTo(axisx.p2c(x1),axisy.p2c(axisy.min));ctx.lineTo(axisx.p2c(x2),axisy.p2c(axisy.min));continue}var x1old=x1,x2old=x2;if(y1<=y2&&y1=axisy.min){x1=(axisy.min-y1)/(y2-y1)*(x2-x1)+x1;y1=axisy.min}else if(y2<=y1&&y2=axisy.min){x2=(axisy.min-y1)/(y2-y1)*(x2-x1)+x1;y2=axisy.min}if(y1>=y2&&y1>axisy.max&&y2<=axisy.max){x1=(axisy.max-y1)/(y2-y1)*(x2-x1)+x1;y1=axisy.max}else if(y2>=y1&&y2>axisy.max&&y1<=axisy.max){x2=(axisy.max-y1)/(y2-y1)*(x2-x1)+x1;y2=axisy.max}if(x1!=x1old){ctx.lineTo(axisx.p2c(x1old),axisy.p2c(y1))}ctx.lineTo(axisx.p2c(x1),axisy.p2c(y1));ctx.lineTo(axisx.p2c(x2),axisy.p2c(y2));if(x2!=x2old){ctx.lineTo(axisx.p2c(x2),axisy.p2c(y2));ctx.lineTo(axisx.p2c(x2old),axisy.p2c(y2))}}}ctx.save();ctx.translate(plotOffset.left,plotOffset.top);ctx.lineJoin="round";var lw=series.lines.lineWidth,sw=series.shadowSize;if(lw>0&&sw>0){ctx.lineWidth=sw;ctx.strokeStyle="rgba(0,0,0,0.1)";var angle=Math.PI/18;plotLine(series.datapoints,Math.sin(angle)*(lw/2+sw/2),Math.cos(angle)*(lw/2+sw/2),series.xaxis,series.yaxis);ctx.lineWidth=sw/2;plotLine(series.datapoints,Math.sin(angle)*(lw/2+sw/4),Math.cos(angle)*(lw/2+sw/4),series.xaxis,series.yaxis)}ctx.lineWidth=lw;ctx.strokeStyle=series.color;var fillStyle=getFillStyle(series.lines,series.color,0,plotHeight);if(fillStyle){ctx.fillStyle=fillStyle;plotLineArea(series.datapoints,series.xaxis,series.yaxis)}if(lw>0)plotLine(series.datapoints,0,0,series.xaxis,series.yaxis);ctx.restore()}function drawSeriesPoints(series){function plotPoints(datapoints,radius,fillStyle,offset,shadow,axisx,axisy,symbol){var points=datapoints.points,ps=datapoints.pointsize;for(var i=0;iaxisx.max||yaxisy.max)continue;ctx.beginPath();x=axisx.p2c(x);y=axisy.p2c(y)+offset;if(symbol=="circle")ctx.arc(x,y,radius,0,shadow?Math.PI:Math.PI*2,false);else symbol(ctx,x,y,radius,shadow);ctx.closePath();if(fillStyle){ctx.fillStyle=fillStyle;ctx.fill()}ctx.stroke()}}ctx.save();ctx.translate(plotOffset.left,plotOffset.top);var lw=series.points.lineWidth,sw=series.shadowSize,radius=series.points.radius,symbol=series.points.symbol;if(lw==0)lw=1e-4;if(lw>0&&sw>0){var w=sw/2;ctx.lineWidth=w;ctx.strokeStyle="rgba(0,0,0,0.1)";plotPoints(series.datapoints,radius,null,w+w/2,true,series.xaxis,series.yaxis,symbol);ctx.strokeStyle="rgba(0,0,0,0.2)";plotPoints(series.datapoints,radius,null,w/2,true,series.xaxis,series.yaxis,symbol)}ctx.lineWidth=lw;ctx.strokeStyle=series.color;plotPoints(series.datapoints,radius,getFillStyle(series.points,series.color),0,false,series.xaxis,series.yaxis,symbol);ctx.restore()}function drawBar(x,y,b,barLeft,barRight,fillStyleCallback,axisx,axisy,c,horizontal,lineWidth){var left,right,bottom,top,drawLeft,drawRight,drawTop,drawBottom,tmp;if(horizontal){drawBottom=drawRight=drawTop=true;drawLeft=false;left=b;right=x;top=y+barLeft;bottom=y+barRight;if(rightaxisx.max||topaxisy.max)return;if(leftaxisx.max){right=axisx.max;drawRight=false}if(bottomaxisy.max){top=axisy.max;drawTop=false}left=axisx.p2c(left);bottom=axisy.p2c(bottom);right=axisx.p2c(right);top=axisy.p2c(top);if(fillStyleCallback){c.fillStyle=fillStyleCallback(bottom,top);c.fillRect(left,top,right-left,bottom-top)}if(lineWidth>0&&(drawLeft||drawRight||drawTop||drawBottom)){c.beginPath();c.moveTo(left,bottom);if(drawLeft)c.lineTo(left,top);else c.moveTo(left,top);if(drawTop)c.lineTo(right,top);else c.moveTo(right,top);if(drawRight)c.lineTo(right,bottom);else c.moveTo(right,bottom);if(drawBottom)c.lineTo(left,bottom);else c.moveTo(left,bottom);c.stroke()}}function drawSeriesBars(series){function plotBars(datapoints,barLeft,barRight,fillStyleCallback,axisx,axisy){var points=datapoints.points,ps=datapoints.pointsize;for(var i=0;i");fragments.push("");rowStarted=true}fragments.push('
'+''+entry.label+"")}if(rowStarted)fragments.push("");if(fragments.length==0)return;var table=''+fragments.join("")+"
";if(options.legend.container!=null)$(options.legend.container).html(table);else{var pos="",p=options.legend.position,m=options.legend.margin;if(m[0]==null)m=[m,m];if(p.charAt(0)=="n")pos+="top:"+(m[1]+plotOffset.top)+"px;";else if(p.charAt(0)=="s")pos+="bottom:"+(m[1]+plotOffset.bottom)+"px;";if(p.charAt(1)=="e")pos+="right:"+(m[0]+plotOffset.right)+"px;";else if(p.charAt(1)=="w")pos+="left:"+(m[0]+plotOffset.left)+"px;";var legend=$('
'+table.replace('style="','style="position:absolute;'+pos+";")+"
").appendTo(placeholder);if(options.legend.backgroundOpacity!=0){var c=options.legend.backgroundColor;if(c==null){c=options.grid.backgroundColor;if(c&&typeof c=="string")c=$.color.parse(c);else c=$.color.extract(legend,"background-color");c.a=1;c=c.toString()}var div=legend.children();$('
').prependTo(legend).css("opacity",options.legend.backgroundOpacity)}}}var highlights=[],redrawTimeout=null;function findNearbyItem(mouseX,mouseY,seriesFilter){var maxDistance=options.grid.mouseActiveRadius,smallestDistance=maxDistance*maxDistance+1,item=null,foundPoint=false,i,j,ps;for(i=series.length-1;i>=0;--i){if(!seriesFilter(series[i]))continue;var s=series[i],axisx=s.xaxis,axisy=s.yaxis,points=s.datapoints.points,mx=axisx.c2p(mouseX),my=axisy.c2p(mouseY),maxx=maxDistance/axisx.scale,maxy=maxDistance/axisy.scale;ps=s.datapoints.pointsize;if(axisx.options.inverseTransform)maxx=Number.MAX_VALUE;if(axisy.options.inverseTransform)maxy=Number.MAX_VALUE;if(s.lines.show||s.points.show){for(j=0;jmaxx||x-mx<-maxx||y-my>maxy||y-my<-maxy)continue;var dx=Math.abs(axisx.p2c(x)-mouseX),dy=Math.abs(axisy.p2c(y)-mouseY),dist=dx*dx+dy*dy;if(dist=Math.min(b,x)&&my>=y+barLeft&&my<=y+barRight:mx>=x+barLeft&&mx<=x+barRight&&my>=Math.min(b,y)&&my<=Math.max(b,y))item=[i,j/ps]}}}if(item){i=item[0];j=item[1];ps=series[i].datapoints.pointsize;return{datapoint:series[i].datapoints.points.slice(j*ps,(j+1)*ps),dataIndex:j,series:series[i],seriesIndex:i}}return null}function onMouseMove(e){if(options.grid.hoverable)triggerClickHoverEvent("plothover",e,function(s){return s["hoverable"]!=false})}function onMouseLeave(e){if(options.grid.hoverable)triggerClickHoverEvent("plothover",e,function(s){return false})}function onClick(e){triggerClickHoverEvent("plotclick",e,function(s){return s["clickable"]!=false})}function triggerClickHoverEvent(eventname,event,seriesFilter){var offset=eventHolder.offset(),canvasX=event.pageX-offset.left-plotOffset.left,canvasY=event.pageY-offset.top-plotOffset.top,pos=canvasToAxisCoords({left:canvasX,top:canvasY});pos.pageX=event.pageX;pos.pageY=event.pageY;var item=findNearbyItem(canvasX,canvasY,seriesFilter);if(item){item.pageX=parseInt(item.series.xaxis.p2c(item.datapoint[0])+offset.left+plotOffset.left,10);item.pageY=parseInt(item.series.yaxis.p2c(item.datapoint[1])+offset.top+plotOffset.top,10)}if(options.grid.autoHighlight){for(var i=0;iaxisx.max||yaxisy.max)return;var pointRadius=series.points.radius+series.points.lineWidth/2;octx.lineWidth=pointRadius;octx.strokeStyle=highlightColor;var radius=1.5*pointRadius;x=axisx.p2c(x);y=axisy.p2c(y);octx.beginPath();if(series.points.symbol=="circle")octx.arc(x,y,radius,0,2*Math.PI,false);else series.points.symbol(octx,x,y,radius,false);octx.closePath();octx.stroke()}function drawBarHighlight(series,point){var highlightColor=typeof series.highlightColor==="string"?series.highlightColor:$.color.parse(series.color).scale("a",.5).toString(),fillStyle=highlightColor,barLeft;switch(series.bars.align){case"left":barLeft=0;break;case"right":barLeft=-series.bars.barWidth;break;default:barLeft=-series.bars.barWidth/2}octx.lineWidth=series.bars.lineWidth;octx.strokeStyle=highlightColor;drawBar(point[0],point[1],point[2]||0,barLeft,barLeft+series.bars.barWidth,function(){return fillStyle},series.xaxis,series.yaxis,octx,series.bars.horizontal,series.bars.lineWidth)}function getColorOrGradient(spec,bottom,top,defaultColor){if(typeof spec=="string")return spec;else{var gradient=ctx.createLinearGradient(0,top,0,bottom);for(var i=0,l=spec.colors.length;i1){options.series.pie.tilt=1}else if(options.series.pie.tilt<0){options.series.pie.tilt=0}}});plot.hooks.bindEvents.push(function(plot,eventHolder){var options=plot.getOptions();if(options.series.pie.show){if(options.grid.hoverable){eventHolder.unbind("mousemove").mousemove(onMouseMove)}if(options.grid.clickable){eventHolder.unbind("click").click(onClick)}}});plot.hooks.processDatapoints.push(function(plot,series,data,datapoints){var options=plot.getOptions();if(options.series.pie.show){processDatapoints(plot,series,data,datapoints)}});plot.hooks.drawOverlay.push(function(plot,octx){var options=plot.getOptions();if(options.series.pie.show){drawOverlay(plot,octx)}});plot.hooks.draw.push(function(plot,newCtx){var options=plot.getOptions();if(options.series.pie.show){draw(plot,newCtx)}});function processDatapoints(plot,series,datapoints){if(!processed){processed=true;canvas=plot.getCanvas();target=$(canvas).parent();options=plot.getOptions();plot.setData(combine(plot.getData()))}}function combine(data){var total=0,combined=0,numCombined=0,color=options.series.pie.combine.color,newdata=[];for(var i=0;ioptions.series.pie.combine.threshold){newdata.push($.extend(data[i],{data:[[1,value]],color:data[i].color,label:data[i].label,angle:value*Math.PI*2/total,percent:value/(total/100)}))}}if(numCombined>1){newdata.push({data:[[1,combined]],color:color,label:options.series.pie.combine.label,angle:combined*Math.PI*2/total,percent:combined/(total/100)})}return newdata}function draw(plot,newCtx){if(!target){return}var canvasWidth=plot.getPlaceholder().width(),canvasHeight=plot.getPlaceholder().height(),legendWidth=target.children().filter(".legend").children().width()||0;ctx=newCtx;processed=false;maxRadius=Math.min(canvasWidth,canvasHeight/options.series.pie.tilt)/2;centerTop=canvasHeight/2+options.series.pie.offset.top;centerLeft=canvasWidth/2;if(options.series.pie.offset.left=="auto"){if(options.legend.position.match("w")){centerLeft+=legendWidth/2}else{centerLeft-=legendWidth/2}if(centerLeftcanvasWidth-maxRadius){centerLeft=canvasWidth-maxRadius}}else{centerLeft+=options.series.pie.offset.left}var slices=plot.getData(),attempts=0;do{if(attempts>0){maxRadius*=REDRAW_SHRINK}attempts+=1;clear();if(options.series.pie.tilt<=.8){drawShadow()}}while(!drawPie()&&attempts=REDRAW_ATTEMPTS){clear();target.prepend("
Could not draw pie with labels contained inside canvas
")}if(plot.setSeries&&plot.insertLegend){plot.setSeries(slices);plot.insertLegend()}function clear(){ctx.clearRect(0,0,canvasWidth,canvasHeight);target.children().filter(".pieLabel, .pieLabelBackground").remove()}function drawShadow(){var shadowLeft=options.series.pie.shadow.left;var shadowTop=options.series.pie.shadow.top;var edge=10;var alpha=options.series.pie.shadow.alpha;var radius=options.series.pie.radius>1?options.series.pie.radius:maxRadius*options.series.pie.radius;if(radius>=canvasWidth/2-shadowLeft||radius*options.series.pie.tilt>=canvasHeight/2-shadowTop||radius<=edge){return}ctx.save();ctx.translate(shadowLeft,shadowTop);ctx.globalAlpha=alpha;ctx.fillStyle="#000";ctx.translate(centerLeft,centerTop);ctx.scale(1,options.series.pie.tilt);for(var i=1;i<=edge;i++){ctx.beginPath();ctx.arc(0,0,radius,0,Math.PI*2,false);ctx.fill();radius-=i}ctx.restore()}function drawPie(){var startAngle=Math.PI*options.series.pie.startAngle;var radius=options.series.pie.radius>1?options.series.pie.radius:maxRadius*options.series.pie.radius;ctx.save();ctx.translate(centerLeft,centerTop);ctx.scale(1,options.series.pie.tilt);ctx.save();var currentAngle=startAngle;for(var i=0;i0){ctx.save();ctx.lineWidth=options.series.pie.stroke.width;currentAngle=startAngle;for(var i=0;i1e-9){ctx.moveTo(0,0)}ctx.arc(0,0,radius,currentAngle,currentAngle+angle/2,false);ctx.arc(0,0,radius,currentAngle+angle/2,currentAngle+angle,false);ctx.closePath();currentAngle+=angle;if(fill){ctx.fill()}else{ctx.stroke()}}function drawLabels(){var currentAngle=startAngle;var radius=options.series.pie.label.radius>1?options.series.pie.label.radius:maxRadius*options.series.pie.label.radius;for(var i=0;i=options.series.pie.label.threshold*100){if(!drawLabel(slices[i],currentAngle,i)){return false}}currentAngle+=slices[i].angle}return true;function drawLabel(slice,startAngle,index){if(slice.data[0][1]==0){return true}var lf=options.legend.labelFormatter,text,plf=options.series.pie.label.formatter;if(lf){text=lf(slice.label,slice)}else{text=slice.label}if(plf){text=plf(text,slice)}var halfAngle=(startAngle+slice.angle+startAngle)/2;var x=centerLeft+Math.round(Math.cos(halfAngle)*radius);var y=centerTop+Math.round(Math.sin(halfAngle)*radius)*options.series.pie.tilt;var html=""+text+"";target.append(html);var label=target.children("#pieLabel"+index);var labelTop=y-label.height()/2;var labelLeft=x-label.width()/2;label.css("top",labelTop);label.css("left",labelLeft);if(0-labelTop>0||0-labelLeft>0||canvasHeight-(labelTop+label.height())<0||canvasWidth-(labelLeft+label.width())<0){return false}if(options.series.pie.label.background.opacity!=0){var c=options.series.pie.label.background.color;if(c==null){c=slice.color}var pos="top:"+labelTop+"px;left:"+labelLeft+"px;";$("
").css("opacity",options.series.pie.label.background.opacity).insertBefore(label)}return true}}}}function drawDonutHole(layer){if(options.series.pie.innerRadius>0){layer.save();var innerRadius=options.series.pie.innerRadius>1?options.series.pie.innerRadius:maxRadius*options.series.pie.innerRadius;layer.globalCompositeOperation="destination-out";layer.beginPath();layer.fillStyle=options.series.pie.stroke.color;layer.arc(0,0,innerRadius,0,Math.PI*2,false);layer.fill();layer.closePath();layer.restore();layer.save();layer.beginPath();layer.strokeStyle=options.series.pie.stroke.color;layer.arc(0,0,innerRadius,0,Math.PI*2,false);layer.stroke();layer.closePath();layer.restore()}}function isPointInPoly(poly,pt){for(var c=false,i=-1,l=poly.length,j=l-1;++i1?options.series.pie.radius:maxRadius*options.series.pie.radius,x,y;for(var i=0;i1?options.series.pie.radius:maxRadius*options.series.pie.radius;octx.save();octx.translate(centerLeft,centerTop);octx.scale(1,options.series.pie.tilt);for(var i=0;i1e-9){octx.moveTo(0,0)}octx.arc(0,0,radius,series.startAngle,series.startAngle+series.angle/2,false);octx.arc(0,0,radius,series.startAngle+series.angle/2,series.startAngle+series.angle,false);octx.closePath();octx.fill()}}}var options={series:{pie:{show:false,radius:"auto",innerRadius:0,startAngle:3/2,tilt:1,shadow:{left:5,top:15,alpha:.02},offset:{top:0,left:"auto"},stroke:{color:"#fff",width:1},label:{show:"auto",formatter:function(label,slice){return"
"+label+"
"+Math.round(slice.percent)+"%
"},radius:1,background:{color:null,opacity:0},threshold:0},combine:{threshold:-1,color:null,label:"Other"},highlight:{opacity:.5}}}};$.plot.plugins.push({init:init,options:options,name:"pie",version:"1.1"})})(jQuery); \ No newline at end of file diff --git a/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/libraries/Line_DouglasPeucker.php b/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/libraries/Line_DouglasPeucker.php new file mode 100644 index 00000000..a89c9f45 --- /dev/null +++ b/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/libraries/Line_DouglasPeucker.php @@ -0,0 +1,83 @@ + + * + * My invaluable references: + * https://github.com/Polzme/geoPHP/commit/56c9072f69ed1cec2fdd36da76fa595792b4aa24 + * http://en.wikipedia.org/wiki/Ramer%E2%80%93Douglas%E2%80%93Peucker_algorithm + * http://math.ucsd.edu/~wgarner/math4c/derivations/distance/distptline.htm + */ + +function simplify_RDP($vertices, $tolerance) { + // if this is a multilinestring, then we call ourselves one each segment individually, collect the list, and return that list of simplified lists + if (is_array($vertices[0][0])) { + $multi = array(); + foreach ($vertices as $subvertices) $multi[] = simplify_RDP($subvertices,$tolerance); + return $multi; + } + + $tolerance2 = $tolerance * $tolerance; + + // okay, so this is a single linestring and we simplify it individually + return _segment_RDP($vertices,$tolerance2); +} + +function _segment_RDP($segment, $tolerance_squared) { + if (sizeof($segment) <= 2) return $segment; // segment is too small to simplify, hand it back as-is + + // find the maximum distance (squared) between this line $segment and each vertex + // distance is solved as described at UCSD page linked above + // cheat: vertical lines (directly north-south) have no slope so we fudge it with a very tiny nudge to one vertex; can't imagine any units where this will matter + $startx = (float) $segment[0][0]; + $starty = (float) $segment[0][1]; + $endx = (float) $segment[ sizeof($segment)-1 ][0]; + $endy = (float) $segment[ sizeof($segment)-1 ][1]; + if ($endx == $startx) $startx += 0.00001; + $m = ($endy - $starty) / ($endx - $startx); // slope, as in y = mx + b + $b = $starty - ($m * $startx); // y-intercept, as in y = mx + b + + $max_distance_squared = 0; + $max_distance_index = null; + for ($i=1, $l=sizeof($segment); $i<=$l-2; $i++) { + $x1 = $segment[$i][0]; + $y1 = $segment[$i][1]; + + $closestx = ( ($m*$y1) + ($x1) - ($m*$b) ) / ( ($m*$m)+1); + $closesty = ($m * $closestx) + $b; + $distsqr = ($closestx-$x1)*($closestx-$x1) + ($closesty-$y1)*($closesty-$y1); + + if ($distsqr > $max_distance_squared) { + $max_distance_squared = $distsqr; + $max_distance_index = $i; + } + } + + // cleanup and disposition + // if the max distance is below tolerance, we can bail, giving a straight line between the start vertex and end vertex (all points are so close to the straight line) + if ($max_distance_squared <= $tolerance_squared) { + return array($segment[0], $segment[ sizeof($segment)-1 ]); + } + // but if we got here then a vertex falls outside the tolerance + // split the line segment into two smaller segments at that "maximum error vertex" and simplify those + $slice1 = array_slice($segment, 0, $max_distance_index); + $slice2 = array_slice($segment, $max_distance_index); + $segs1 = _segment_RDP($slice1, $tolerance_squared); + $segs2 = _segment_RDP($slice2, $tolerance_squared); + return array_merge($segs1,$segs2); +} \ No newline at end of file diff --git a/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/libraries/PolylineEncoder.php b/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/libraries/PolylineEncoder.php new file mode 100644 index 00000000..8927fa71 --- /dev/null +++ b/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/libraries/PolylineEncoder.php @@ -0,0 +1,104 @@ +points = array(); + } + + /** + * Add a point + * + * @param float $lat : lattitude + * @param float $lng : longitude + */ + function addPoint($lat, $lng) { + if (empty($this->points)) { + $this->points[] = array('x' => $lat, 'y' => $lng); + $this->encoded = $this->encodeValue($lat) . $this->encodeValue($lng); + } else { + $n = count($this->points); + $prev_p = $this->points[$n-1]; + $this->points[] = array('x' => $lat, 'y' => $lng); + $this->encoded .= $this->encodeValue($lat-$prev_p['x']) . $this->encodeValue($lng-$prev_p['y']); + } + } + + /** + * Return the encoded string generated from the points + * + * @return string + */ + function encodedString() { + return $this->encoded; + } + + /** + * Encode a value following Google Maps API v3 algorithm + * + * @param type $value + * @return type + */ + function encodeValue($value) { + $encoded = ""; + $value = round($value * 100000); + $r = ($value < 0) ? ~($value << 1) : ($value << 1); + + while ($r >= 0x20) { + $val = (0x20|($r & 0x1f)) + 63; + $encoded .= chr($val); + $r >>= 5; + } + $lastVal = $r + 63; + $encoded .= chr($lastVal); + return $encoded; + } + + /** + * Decode an encoded polyline string to an array of points + * + * @param type $value + * @return type + */ + static public function decodeValue($value) { + $index = 0; + $points = array(); + $lat = 0; + $lng = 0; + + while ($index < strlen($value)) { + $b; + $shift = 0; + $result = 0; + do { + $b = ord(substr($value, $index++, 1)) - 63; + $result |= ($b & 0x1f) << $shift; + $shift += 5; + } while ($b > 31); + $dlat = (($result & 1) ? ~($result >> 1) : ($result >> 1)); + $lat += $dlat; + + $shift = 0; + $result = 0; + do { + $b = ord(substr($value, $index++, 1)) - 63; + $result |= ($b & 0x1f) << $shift; + $shift += 5; + } while ($b > 31); + $dlng = (($result & 1) ? ~($result >> 1) : ($result >> 1)); + $lng += $dlng; + + $points[] = array('x' => $lat/100000, 'y' => $lng/100000); + } + + return $points; + } +} \ No newline at end of file diff --git a/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/mountain-biking.php b/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/mountain-biking.php new file mode 100644 index 00000000..fe4e35eb --- /dev/null +++ b/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/mountain-biking.php @@ -0,0 +1,298 @@ + [], + // 'units' => 'metric', + // 'pace' => false + ]; + $pFFA = new adriangibbons\phpFITFileAnalysis(__DIR__ . $file, $options); +} catch (Exception $e) { + echo 'caught exception: '.$e->getMessage(); + die(); +} + + // Google Static Maps API + $position_lat = $pFFA->data_mesgs['record']['position_lat']; + $position_long = $pFFA->data_mesgs['record']['position_long']; + $lat_long_combined = []; + +foreach ($position_lat as $key => $value) { // Assumes every lat has a corresponding long + $lat_long_combined[] = [$position_lat[$key],$position_long[$key]]; +} + + $delta = 0.0001; +do { + $RDP_LatLng_coord = simplify_RDP($lat_long_combined, $delta); // Simplify the array of coordinates using the Ramer-Douglas-Peucker algorithm. + $delta += 0.0001; // Rough accuracy somewhere between 4m and 12m depending where in the World coordinates are, source http://en.wikipedia.org/wiki/Decimal_degrees + + $polylineEncoder = new PolylineEncoder(); // Create an encoded string to pass as the path variable for the Google Static Maps API + foreach ($RDP_LatLng_coord as $RDP) { + $polylineEncoder->addPoint($RDP[0], $RDP[1]); + } + $map_encoded_polyline = $polylineEncoder->encodedString(); + + $map_string = '&path=color:red%7Cenc:'.$map_encoded_polyline; +} while (strlen($map_string) > 1800); // Google Map web service URL limit is 2048 characters. 1800 is arbitrary attempt to stay under 2048 + + $LatLng_start = implode(',', $lat_long_combined[0]); + $LatLng_finish = implode(',', $lat_long_combined[count($lat_long_combined)-1]); + + $map_string .= '&markers=color:red%7Clabel:F%7C'.$LatLng_finish.'&markers=color:green%7Clabel:S%7C'.$LatLng_start; + + + // Google Time Zone API + $date = new DateTime('now', new DateTimeZone('UTC')); + $date_s = $pFFA->data_mesgs['session']['start_time']; + + $url_tz = 'https://maps.googleapis.com/maps/api/timezone/json?location='.$LatLng_start.'×tamp='.$date_s.'&key=AIzaSyDlPWKTvmHsZ-X6PGsBPAvo0nm1-WdwuYE'; + + $result = file_get_contents($url_tz); + $json_tz = json_decode($result); +if ($json_tz->status == 'OK') { + $date_s = $date_s + $json_tz->rawOffset + $json_tz->dstOffset; +} else { + $json_tz->timeZoneName = 'Error'; +} + $date->setTimestamp($date_s); + + + // Google Geocoding API + $location = 'Error'; + $url_coord = 'https://maps.googleapis.com/maps/api/geocode/json?latlng='.$LatLng_start.'&key=AIzaSyDlPWKTvmHsZ-X6PGsBPAvo0nm1-WdwuYE'; + $result = file_get_contents($url_coord); + $json_coord = json_decode($result); +if ($json_coord->status == 'OK') { + foreach ($json_coord->results[0]->address_components as $addressPart) { + if ((in_array('locality', $addressPart->types)) && (in_array('political', $addressPart->types))) { + $city = $addressPart->long_name; + } elseif ((in_array('administrative_area_level_1', $addressPart->types)) && (in_array('political', $addressPart->types))) { + $state = $addressPart->short_name; + } elseif ((in_array('country', $addressPart->types)) && (in_array('political', $addressPart->types))) { + $country = $addressPart->long_name; + } + } + $location = $city.', '.$state.', '.$country; +} +?> + + + + +phpFITFileAnalysis demo + + + + +
+
+

phpFITFileAnalysis A PHP class for analysing FIT files created by Garmin GPS devices.

+

This is a demonstration of the phpFITFileAnalysis class available on GitHub

+
+
+
+
+
+
+
File:
+
+
Device:
+
manufacturer() . ' ' . $pFFA->product(); ?>
+
Sport:
+
sport(); ?>
+
+
+
+
+
Recorded:
+
+format('D, d-M-y @ g:ia'); +?> +
+
Duration:
+
data_mesgs['session']['total_elapsed_time']); ?>
+
Distance:
+
data_mesgs['record']['distance']); ?> km
+
+
+
+
+
+
+

Messages

+
+
+data_mesgs as $mesg_key => $mesg) { + if ($mesg_key == 'record') { + echo ''; + } + echo $mesg_key.'
'; + if ($mesg_key == 'record') { + echo '
'; + } +} +?> +
+
+
+
+

Record Fields

+
+
+data_mesgs['record'] as $mesg_key => $mesg) { + if ($mesg_key == 'speed' || $mesg_key == 'heart_rate') { + echo ''; + } + echo $mesg_key.'
'; + if ($mesg_key == 'speed' || $mesg_key == 'heart_rate') { + echo '
'; + } +} +?> +
+
+
+
+
+
+
+
+

Flot Charts click

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

Google Map

+
+
+
+ Google Geocoding API:
+ Google Time Zone API: timeZoneName; ?>

+ Google map +
+
+
+
+
+
+

+
+
+
+

Debug Information

+
+
+ showDebugInfo(); ?> +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/power-analysis.php b/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/power-analysis.php new file mode 100644 index 00000000..2e44606b --- /dev/null +++ b/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/power-analysis.php @@ -0,0 +1,490 @@ + ['all'], + // 'units' => ['metric'] + ]; + $pFFA = new adriangibbons\phpFITFileAnalysis(__DIR__ . $file, $options); + + // Google Time Zone API + $date = new DateTime('now', new DateTimeZone('UTC')); + $date_s = $pFFA->data_mesgs['session']['start_time']; + + $url_tz = "https://maps.googleapis.com/maps/api/timezone/json?location=".reset($pFFA->data_mesgs['record']['position_lat']).','.reset($pFFA->data_mesgs['record']['position_long'])."×tamp=".$date_s."&key=AIzaSyDlPWKTvmHsZ-X6PGsBPAvo0nm1-WdwuYE"; + + $result = file_get_contents("$url_tz"); + $json_tz = json_decode($result); + if ($json_tz->status == "OK") { + $date_s = $date_s + $json_tz->rawOffset + $json_tz->dstOffset; + } + $date->setTimestamp($date_s); + + $ftp = 329; + $hr_metrics = $pFFA->hrMetrics(52, 185, 172, 'male'); + $power_metrics = $pFFA->powerMetrics($ftp); + $criticalPower = $pFFA->criticalPower([2,3,5,10,30,60,120,300,600,1200,3600,7200,10800,18000]); + $power_histogram = $pFFA->powerHistogram(); + $power_table = $pFFA->powerPartioned($ftp); + $power_pie_chart = $pFFA->partitionData('power', $pFFA->powerZones($ftp), true, false); + $quad_plot = $pFFA->quadrantAnalysis(0.175, $ftp); +} catch (Exception $e) { + echo 'caught exception: '.$e->getMessage(); + die(); +} +?> + + + + +phpFITFileAnalysis demo + + + + +
+
+

phpFITFileAnalysis A PHP class for analysing FIT files created by Garmin GPS devices.

+

This is a demonstration of the phpFITFileAnalysis class available on GitHub

+
+
+
+
+
+
File:
+
+
Device:
+
manufacturer() . ' ' . $pFFA->product(); ?>
+
Sport:
+
sport(); ?>
+
+
+
+
+
Recorded:
+
format('D, d-M-y @ g:ia'); ?> +
+
Duration:
+
data_mesgs['session']['total_elapsed_time']); ?>
+
Distance:
+
data_mesgs['record']['distance']); ?> km
+
+
+
+
+ +
+
+

Metrics

+
+
+
+

Power

+ $value) { + echo "$key: $value
"; + } + ?> +
+
+

Heart Rate

+ $value) { + echo "$key: $value
"; + } + ?> +
+
+
+ +
+
+

Critical Power

+
+
+
+
+
+ +
+
+

Power Distribution (histogram)

+
+
+
+
+
+ +
+
+

Power Zones

+
+
+
+ + + + + + + + $value) { + echo ''; + echo ''; + echo ''; + } + ?> + + +
ZoneZone range% in zone
'.$i++.''.$key.' w'.$value.' %
+
+
+
+
+
+
+ +
+
+

Quadrant Analysis Circumferential Pedal Velocity (x-axis) vs Average Effective Pedal Force (y-axis)

+
+
+
+
+
+ +
+
+
+ + + + + + + \ No newline at end of file diff --git a/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/quadrant-analysis.php b/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/quadrant-analysis.php new file mode 100644 index 00000000..06ffc438 --- /dev/null +++ b/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/quadrant-analysis.php @@ -0,0 +1,356 @@ + ['all'], + // 'units' => ['metric'] + ]; + $pFFA = new adriangibbons\phpFITFileAnalysis(__DIR__ . $file, $options); + + // Google Time Zone API + $date = new DateTime('now', new DateTimeZone('UTC')); + $date_s = $pFFA->data_mesgs['session']['start_time']; + + $url_tz = "https://maps.googleapis.com/maps/api/timezone/json?location=".reset($pFFA->data_mesgs['record']['position_lat']).','.reset($pFFA->data_mesgs['record']['position_long'])."×tamp=".$date_s."&key=AIzaSyDlPWKTvmHsZ-X6PGsBPAvo0nm1-WdwuYE"; + + $result = file_get_contents("$url_tz"); + $json_tz = json_decode($result); + if ($json_tz->status == "OK") { + $date_s = $date_s + $json_tz->rawOffset + $json_tz->dstOffset; + } + $date->setTimestamp($date_s); + + $crank_length = 0.175; + $ftp = 329; + $selected_cadence = 90; + + $json = $pFFA->getJSON($crank_length, $ftp, ['all'], $selected_cadence); + +} catch (Exception $e) { + echo 'caught exception: '.$e->getMessage(); + die(); +} +?> + + + + +phpFITFileAnalysis demo + + + + + +
+
+

phpFITFileAnalysis A PHP class for analysing FIT files created by Garmin GPS devices.

+

This is a demonstration of the phpFITFileAnalysis class available on GitHub

+
+
+
+
+
+
File:
+
+
Device:
+
manufacturer() . ' ' . $pFFA->product(); ?>
+
Sport:
+
sport(); ?>
+
+
+
+
+
Recorded:
+
format('D, d-M-y @ g:ia'); ?> +
+
Duration:
+
data_mesgs['session']['total_elapsed_time']); ?>
+
Distance:
+
data_mesgs['record']['distance']); ?> km
+
+
+ +
+
+
+
+

+ Quadrant Analysis + +

+
+
+
+
+
+
+
+
+
+

Google Map

+
+
+
+
+
+
+
+
+
+ +
+
+
+
+

Laps

+
+
+
+
+
+
+
+
+
+

Cadence histogram

+
+
+
+
+
+
+
+
+
+

Heart Rate histogram

+
+
+
+
+
+
+
+ +
+ + + + + + + + + \ No newline at end of file diff --git a/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/swim.php b/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/swim.php new file mode 100644 index 00000000..a168516e --- /dev/null +++ b/Sources/vendor/adriangibbons/php-fit-file-analysis/demo/swim.php @@ -0,0 +1,185 @@ + [], + 'units' => 'raw', + // 'pace' => false + ]; + $pFFA = new adriangibbons\phpFITFileAnalysis(__DIR__ . $file, $options); +} catch (Exception $e) { + echo 'caught exception: '.$e->getMessage(); + die(); +} +$units = 'm'; +$pool_length = $pFFA->data_mesgs['session']['pool_length']; +$total_distance = number_format($pFFA->data_mesgs['record']['distance']); +if ($pFFA->enumData('display_measure', $pFFA->data_mesgs['session']['pool_length_unit']) == 'statute') { + $pool_length = round($pFFA->data_mesgs['session']['pool_length'] * 1.0936133); + $total_distance = number_format($pFFA->data_mesgs['record']['distance'] * 1.0936133); + $units = 'yd'; +} +?> + + + + +phpFITFileAnalysis demo + + + + +
+
+

phpFITFileAnalysis A PHP class for analysing FIT files created by Garmin GPS devices.

+

This is a demonstration of the phpFITFileAnalysis class available on GitHub

+
+
+
+
+
+
+

FIT File info

+
+
+
+
File:
+
+
Device:
+
manufacturer() . ' ' . $pFFA->product(); ?>
+
Sport:
+
sport(); ?>
+
Pool length:
+
+
Duration:
+
data_mesgs['session']['total_elapsed_time']); ?>
+
Total distance:
+
+
+
+
+
+
+

Lap Time vs. Number of Strokes

+
+
+
+
+
+
+
+
+
+

Length Message fields

+
+
+ + + + + + + + + data_mesgs['length']['total_timer_time']); + $active_length = 0; + for ($i=0; $i<$lengths; $i++) { + $min = floor($pFFA->data_mesgs['length']['total_timer_time'][$i] / 60); + $sec = number_format($pFFA->data_mesgs['length']['total_timer_time'][$i] - ($min*60), 1); + $dur = $min.':'.$sec; + if ($pFFA->enumData('length_type', $pFFA->data_mesgs['length']['length_type'][$i]) == 'active') { + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + $active_length++; + } else { + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + } + } + ?> + +
LengthTime (min:sec)# StrokesStroke
'.($i+1).''.$dur.''.$pFFA->data_mesgs['length']['total_strokes'][$i].''.$pFFA->enumData('swim_stroke', $pFFA->data_mesgs['length']['swim_stroke'][$active_length]).'
'.($i+1).''.$dur.'-Rest
+
+
+
+
+ + + + + + \ No newline at end of file diff --git a/Sources/vendor/adriangibbons/php-fit-file-analysis/src/phpFITFileAnalysis.php b/Sources/vendor/adriangibbons/php-fit-file-analysis/src/phpFITFileAnalysis.php new file mode 100644 index 00000000..b21d1495 --- /dev/null +++ b/Sources/vendor/adriangibbons/php-fit-file-analysis/src/phpFITFileAnalysis.php @@ -0,0 +1,2956 @@ +sma() algorithm if not available. + private $types = null; // Set by $endianness depending on architecture in Definition Message. + private $garmin_timestamps = false; // By default the constant FIT_UNIX_TS_DIFF will be added to timestamps. + + // Enumerated data looked up by enumData(). + // Values from 'Profile.xls' contained within the FIT SDK. + private $enum_data = [ + 'activity' => [0 => 'manual', 1 => 'auto_multi_sport'], + 'ant_network' => [0 => 'public', 1 => 'antplus', 2 => 'antfs', 3 => 'private'], + 'battery_status' => [1 => 'new', 2 => 'good', 3 => 'ok', 4 => 'low', 5 => 'critical', 7 => 'unknown'], + 'body_location' => [ + 0 => 'left_leg', + 1 => 'left_calf', + 2 => 'left_shin', + 3 => 'left_hamstring', + 4 => 'left_quad', + 5 => 'left_glute', + 6 => 'right_leg', + 7 => 'right_calf', + 8 => 'right_shin', + 9 => 'right_hamstring', + 10 => 'right_quad', + 11 => 'right_glute', + 12 => 'torso_back', + 13 => 'left_lower_back', + 14 => 'left_upper_back', + 15 => 'right_lower_back', + 16 => 'right_upper_back', + 17 => 'torso_front', + 18 => 'left_abdomen', + 19 => 'left_chest', + 20 => 'right_abdomen', + 21 => 'right_chest', + 22 => 'left_arm', + 23 => 'left_shoulder', + 24 => 'left_bicep', + 25 => 'left_tricep', + 26 => 'left_brachioradialis', + 27 => 'left_forearm_extensors', + 28 => 'right_arm', + 29 => 'right_shoulder', + 30 => 'right_bicep', + 31 => 'right_tricep', + 32 => 'right_brachioradialis', + 33 => 'right_forearm_extensors', + 34 => 'neck', + 35 => 'throat' + ], + 'display_heart' => [0 => 'bpm', 1 => 'max', 2 => 'reserve'], + 'display_measure' => [0 => 'metric', 1 => 'statute'], + 'display_position' => [ + 0 => 'degree', //dd.dddddd + 1 => 'degree_minute', //dddmm.mmm + 2 => 'degree_minute_second', //dddmmss + 3 => 'austrian_grid', //Austrian Grid (BMN) + 4 => 'british_grid', //British National Grid + 5 => 'dutch_grid', //Dutch grid system + 6 => 'hungarian_grid', //Hungarian grid system + 7 => 'finnish_grid', //Finnish grid system Zone3 KKJ27 + 8 => 'german_grid', //Gausss Krueger (German) + 9 => 'icelandic_grid', //Icelandic Grid + 10 => 'indonesian_equatorial', //Indonesian Equatorial LCO + 11 => 'indonesian_irian', //Indonesian Irian LCO + 12 => 'indonesian_southern', //Indonesian Southern LCO + 13 => 'india_zone_0', //India zone 0 + 14 => 'india_zone_IA', //India zone IA + 15 => 'india_zone_IB', //India zone IB + 16 => 'india_zone_IIA', //India zone IIA + 17 => 'india_zone_IIB', //India zone IIB + 18 => 'india_zone_IIIA', //India zone IIIA + 19 => 'india_zone_IIIB', //India zone IIIB + 20 => 'india_zone_IVA', //India zone IVA + 21 => 'india_zone_IVB', //India zone IVB + 22 => 'irish_transverse', //Irish Transverse Mercator + 23 => 'irish_grid', //Irish Grid + 24 => 'loran', //Loran TD + 25 => 'maidenhead_grid', //Maidenhead grid system + 26 => 'mgrs_grid', //MGRS grid system + 27 => 'new_zealand_grid', //New Zealand grid system + 28 => 'new_zealand_transverse', //New Zealand Transverse Mercator + 29 => 'qatar_grid', //Qatar National Grid + 30 => 'modified_swedish_grid', //Modified RT-90 (Sweden) + 31 => 'swedish_grid', //RT-90 (Sweden) + 32 => 'south_african_grid', //South African Grid + 33 => 'swiss_grid', //Swiss CH-1903 grid + 34 => 'taiwan_grid', //Taiwan Grid + 35 => 'united_states_grid', //United States National Grid + 36 => 'utm_ups_grid', //UTM/UPS grid system + 37 => 'west_malayan', //West Malayan RSO + 38 => 'borneo_rso', //Borneo RSO + 39 => 'estonian_grid', //Estonian grid system + 40 => 'latvian_grid', //Latvian Transverse Mercator + 41 => 'swedish_ref_99_grid', //Reference Grid 99 TM (Swedish) + ], + 'display_power' => [0 => 'watts', 1 => 'percent_ftp'], + 'event' => [ + 0 => 'timer', + 3 => 'workout', + 4 => 'workout_step', + 5 => 'power_down', + 6 => 'power_up', + 7 => 'off_course', + 8 => 'session', + 9 => 'lap', + 10 => 'course_point', + 11 => 'battery', + 12 => 'virtual_partner_pace', + 13 => 'hr_high_alert', + 14 => 'hr_low_alert', + 15 => 'speed_high_alert', + 16 => 'speed_low_alert', + 17 => 'cad_high_alert', + 18 => 'cad_low_alert', + 19 => 'power_high_alert', + 20 => 'power_low_alert', + 21 => 'recovery_hr', + 22 => 'battery_low', + 23 => 'time_duration_alert', + 24 => 'distance_duration_alert', + 25 => 'calorie_duration_alert', + 26 => 'activity', + 27 => 'fitness_equipment', + 28 => 'length', + 32 => 'user_marker', + 33 => 'sport_point', + 36 => 'calibration', + 42 => 'front_gear_change', + 43 => 'rear_gear_change', + 44 => 'rider_position_change', + 45 => 'elev_high_alert', + 46 => 'elev_low_alert', + 47 => 'comm_timeout' + ], + 'event_type' => [ + 0 => 'start', + 1 => 'stop', + 2 => 'consecutive_depreciated', + 3 => 'marker', + 4 => 'stop_all', + 5 => 'begin_depreciated', + 6 => 'end_depreciated', + 7 => 'end_all_depreciated', + 8 => 'stop_disable', + 9 => 'stop_disable_all' + ], + 'file' => [ + 1 => 'device', + 2 => 'settings', + 3 => 'sport', + 4 => 'activity', + 5 => 'workout', + 6 => 'course', + 7 => 'schedules', + 9 => 'weight', + 10 => 'totals', + 11 => 'goals', + 14 => 'blood_pressure', + 15 => 'monitoring_a', + 20 => 'activity_summary', + 28 => 'monitoring_daily', + 32 => 'monitoring_b', + 0xF7 => 'mfg_range_min', + 0xFE => 'mfg_range_max' + ], + 'gender' => [0 => 'female', 1 => 'male'], + 'hr_zone_calc' => [0 => 'custom', 1 => 'percent_max_hr', 2 => 'percent_hrr'], + 'intensity' => [0 => 'active', 1 => 'rest', 2 => 'warmup', 3 => 'cooldown'], + 'language' => [ + 0 => 'english', + 1 => 'french', + 2 => 'italian', + 3 => 'german', + 4 => 'spanish', + 5 => 'croatian', + 6 => 'czech', + 7 => 'danish', + 8 => 'dutch', + 9 => 'finnish', + 10 => 'greek', + 11 => 'hungarian', + 12 => 'norwegian', + 13 => 'polish', + 14 => 'portuguese', + 15 => 'slovakian', + 16 => 'slovenian', + 17 => 'swedish', + 18 => 'russian', + 19 => 'turkish', + 20 => 'latvian', + 21 => 'ukrainian', + 22 => 'arabic', + 23 => 'farsi', + 24 => 'bulgarian', + 25 => 'romanian', + 254 => 'custom' + ], + 'length_type' => [0 => 'idle', 1 => 'active'], + 'manufacturer' => [ // Have capitalised select manufacturers + 1 => 'Garmin', + 2 => 'garmin_fr405_antfs', + 3 => 'zephyr', + 4 => 'dayton', + 5 => 'idt', + 6 => 'SRM', + 7 => 'Quarq', + 8 => 'iBike', + 9 => 'saris', + 10 => 'spark_hk', + 11 => 'Tanita', + 12 => 'Echowell', + 13 => 'dynastream_oem', + 14 => 'nautilus', + 15 => 'dynastream', + 16 => 'Timex', + 17 => 'metrigear', + 18 => 'xelic', + 19 => 'beurer', + 20 => 'cardiosport', + 21 => 'a_and_d', + 22 => 'hmm', + 23 => 'Suunto', + 24 => 'thita_elektronik', + 25 => 'gpulse', + 26 => 'clean_mobile', + 27 => 'pedal_brain', + 28 => 'peaksware', + 29 => 'saxonar', + 30 => 'lemond_fitness', + 31 => 'dexcom', + 32 => 'Wahoo Fitness', + 33 => 'octane_fitness', + 34 => 'archinoetics', + 35 => 'the_hurt_box', + 36 => 'citizen_systems', + 37 => 'Magellan', + 38 => 'osynce', + 39 => 'holux', + 40 => 'concept2', + 42 => 'one_giant_leap', + 43 => 'ace_sensor', + 44 => 'brim_brothers', + 45 => 'xplova', + 46 => 'perception_digital', + 47 => 'bf1systems', + 48 => 'pioneer', + 49 => 'spantec', + 50 => 'metalogics', + 51 => '4iiiis', + 52 => 'seiko_epson', + 53 => 'seiko_epson_oem', + 54 => 'ifor_powell', + 55 => 'maxwell_guider', + 56 => 'star_trac', + 57 => 'breakaway', + 58 => 'alatech_technology_ltd', + 59 => 'mio_technology_europe', + 60 => 'Rotor', + 61 => 'geonaute', + 62 => 'id_bike', + 63 => 'Specialized', + 64 => 'wtek', + 65 => 'physical_enterprises', + 66 => 'north_pole_engineering', + 67 => 'BKOOL', + 68 => 'Cateye', + 69 => 'Stages Cycling', + 70 => 'Sigmasport', + 71 => 'TomTom', + 72 => 'peripedal', + 73 => 'Wattbike', + 76 => 'moxy', + 77 => 'ciclosport', + 78 => 'powerbahn', + 79 => 'acorn_projects_aps', + 80 => 'lifebeam', + 81 => 'Bontrager', + 82 => 'wellgo', + 83 => 'scosche', + 84 => 'magura', + 85 => 'woodway', + 86 => 'elite', + 87 => 'nielsen_kellerman', + 88 => 'dk_city', + 89 => 'Tacx', + 90 => 'direction_technology', + 91 => 'magtonic', + 92 => '1partcarbon', + 93 => 'inside_ride_technologies', + 94 => 'sound_of_motion', + 95 => 'stryd', + 96 => 'icg', + 97 => 'MiPulse', + 98 => 'bsx_athletics', + 99 => 'look', + 100 => 'campagnolo_srl', + 101 => 'body_bike_smart', + 102 => 'praxisworks', + 103 => 'limits_technology', + 104 => 'topaction_technology', + 105 => 'cosinuss', + 106 => 'fitcare', + 107 => 'magene', + 108 => 'giant_manufacturing_co', + 109 => 'tigrasport', + 110 => 'salutron', + 111 => 'technogym', + 112 => 'bryton_sensors', + 113 => 'latitude_limited', + 114 => 'soaring_technology', + 115 => 'igpsport', + 116 => 'thinkrider', + 117 => 'gopher_sport', + 118 => 'waterrower', + 119 => 'orangetheory', + 120 => 'inpeak', + 121 => 'kinetic', + 122 => 'johnson_health_tech', + 123 => 'polar_electro', + 124 => 'seesense', + 125 => 'nci_technology', + 126 => 'iqsquare', + 127 => 'leomo', + 128 => 'ifit_com', + 255 => 'development', + 257 => 'healthandlife', + 258 => 'Lezyne', + 259 => 'scribe_labs', + 260 => 'Zwift', + 261 => 'watteam', + 262 => 'recon', + 263 => 'favero_electronics', + 264 => 'dynovelo', + 265 => 'Strava', + 266 => 'precor', + 267 => 'Bryton', + 268 => 'sram', + 269 => 'navman', + 270 => 'cobi', + 271 => 'spivi', + 272 => 'mio_magellan', + 273 => 'evesports', + 274 => 'sensitivus_gauge', + 275 => 'podoon', + 276 => 'life_time_fitness', + 277 => 'falco_e_motors', + 278 => 'minoura', + 279 => 'cycliq', + 280 => 'luxottica', + 281 => 'trainer_road', + 282 => 'the_sufferfest', + 283 => 'fullspeedahead', + 284 => 'virtualtraining', + 285 => 'feedbacksports', + 286 => 'omata', + 287 => 'vdo', + 288 => 'magneticdays', + 289 => 'hammerhead', + 290 => 'kinetic_by_kurt', + 291 => 'shapelog', + 292 => 'dabuziduo', + 293 => 'jetblack', + 294 => 'coros', + 295 => 'virtugo', + 296 => 'velosense', + 297 => 'cycligentinc', + 298 => 'trailforks', + 299 => 'mahle_ebikemotion', + 5759 => 'actigraphcorp' + ], + 'pwr_zone_calc' => [0 => 'custom', 1 => 'percent_ftp'], + 'product' => [ // Have formatted for devices known to use FIT format. (Original text commented-out). + 1 => 'hrm1', + 2 => 'axh01', + 3 => 'axb01', + 4 => 'axb02', + 5 => 'hrm2ss', + 6 => 'dsi_alf02', + 7 => 'hrm3ss', + 8 => 'hrm_run_single_byte_product_id', + 9 => 'bsm', + 10 => 'bcm', + 11 => 'axs01', + 12 => 'HRM-Tri', // 'hrm_tri_single_byte_product_id', + 14 => 'Forerunner 225', // 'fr225_single_byte_product_id', + 473 => 'Forerunner 301', // 'fr301_china', + 474 => 'Forerunner 301', // 'fr301_japan', + 475 => 'Forerunner 301', // 'fr301_korea', + 494 => 'Forerunner 301', // 'fr301_taiwan', + 717 => 'Forerunner 405', // 'fr405', + 782 => 'Forerunner 50', // 'fr50', + 987 => 'Forerunner 405', // 'fr405_japan', + 988 => 'Forerunner 60', // 'fr60', + 1011 => 'dsi_alf01', + 1018 => 'Forerunner 310XT', // 'fr310xt', + 1036 => 'Edge 500', // 'edge500', + 1124 => 'Forerunner 110', // 'fr110', + 1169 => 'Edge 800', // 'edge800', + 1199 => 'Edge 500', // 'edge500_taiwan', + 1213 => 'Edge 500', // 'edge500_japan', + 1253 => 'chirp', + 1274 => 'Forerunner 110', // 'fr110_japan', + 1325 => 'edge200', + 1328 => 'Forerunner 910XT', // 'fr910xt', + 1333 => 'Edge 800', // 'edge800_taiwan', + 1334 => 'Edge 800', // 'edge800_japan', + 1341 => 'alf04', + 1345 => 'Forerunner 610', // 'fr610', + 1360 => 'Forerunner 210', // 'fr210_japan', + 1380 => 'Vector 2S', // vector_ss + 1381 => 'Vector 2', // vector_cp + 1386 => 'Edge 800', // 'edge800_china', + 1387 => 'Edge 500', // 'edge500_china', + 1410 => 'Forerunner 610', // 'fr610_japan', + 1422 => 'Edge 500', // 'edge500_korea', + 1436 => 'Forerunner 70', // 'fr70', + 1446 => 'Forerunner 310XT', // 'fr310xt_4t', + 1461 => 'amx', + 1482 => 'Forerunner 10', // 'fr10', + 1497 => 'Edge 800', // 'edge800_korea', + 1499 => 'swim', + 1537 => 'Forerunner 910XT', // 'fr910xt_china', + 1551 => 'Fenix', // fenix + 1555 => 'edge200_taiwan', + 1561 => 'Edge 510', // 'edge510', + 1567 => 'Edge 810', // 'edge810', + 1570 => 'tempe', + 1600 => 'Forerunner 910XT', // 'fr910xt_japan', + 1623 => 'Forerunner 620', // 'fr620', + 1632 => 'Forerunner 220', // 'fr220', + 1664 => 'Forerunner 910XT', // 'fr910xt_korea', + 1688 => 'Forerunner 10', // 'fr10_japan', + 1721 => 'Edge 810', // 'edge810_japan', + 1735 => 'virb_elite', + 1736 => 'edge_touring', + 1742 => 'Edge 510', // 'edge510_japan', + 1743 => 'HRM-Tri', // 'hrm_tri', + 1752 => 'hrm_run', + 1765 => 'Forerunner 920XT', // 'fr920xt', + 1821 => 'Edge 510', // 'edge510_asia', + 1822 => 'Edge 810', // 'edge810_china', + 1823 => 'Edge 810', // 'edge810_taiwan', + 1836 => 'Edge 1000', // 'edge1000', + 1837 => 'vivo_fit', + 1853 => 'virb_remote', + 1885 => 'vivo_ki', + 1903 => 'Forerunner 15', // 'fr15', + 1907 => 'vivoactive', // 'vivo_active', + 1918 => 'Edge 510', // 'edge510_korea', + 1928 => 'Forerunner 620', // 'fr620_japan', + 1929 => 'Forerunner 620', // 'fr620_china', + 1930 => 'Forerunner 220', // 'fr220_japan', + 1931 => 'Forerunner 220', // 'fr220_china', + 1936 => 'Approach S6', // 'approach_s6' + 1956 => 'vívosmart', // 'vivo_smart', + 1967 => 'Fenix 2', // fenix2 + 1988 => 'epix', + 2050 => 'Fenix 3', // fenix3 + 2052 => 'Edge 1000', // edge1000_taiwan + 2053 => 'Edge 1000', // edge1000_japan + 2061 => 'Forerunner 15', // fr15_japan + 2067 => 'Edge 520', // edge520 + 2070 => 'Edge 1000', // edge1000_china + 2072 => 'Forerunner 620', // fr620_russia + 2073 => 'Forerunner 220', // fr220_russia + 2079 => 'Vector S', // vector_s + 2100 => 'Edge 1000', // edge1000_korea + 2130 => 'Forerunner 920', // fr920xt_taiwan + 2131 => 'Forerunner 920', // fr920xt_china + 2132 => 'Forerunner 920', // fr920xt_japan + 2134 => 'virbx', + 2135 => 'vívosmart', // vivo_smart_apac', + 2140 => 'etrex_touch', + 2147 => 'Edge 25', // edge25 + 2148 => 'Forerunner 25', // fr25 + 2150 => 'vivo_fit2', + 2153 => 'Forerunner 225', // fr225 + 2156 => 'Forerunner 630', // fr630 + 2157 => 'Forerunner 230', // fr230 + 2160 => 'vivo_active_apac', + 2161 => 'Vector 2', // vector_2 + 2162 => 'Vector 2S', // vector_2s + 2172 => 'virbxe', + 2173 => 'Forerunner 620', // fr620_taiwan + 2174 => 'Forerunner 220', // fr220_taiwan + 2175 => 'truswing', + 2188 => 'Fenix 3', // fenix3_china + 2189 => 'Fenix 3', // fenix3_twn + 2192 => 'varia_headlight', + 2193 => 'varia_taillight_old', + 2204 => 'Edge Explore 1000', // edge_explore_1000 + 2219 => 'Forerunner 225', // fr225_asia + 2225 => 'varia_radar_taillight', + 2226 => 'varia_radar_display', + 2238 => 'Edge 20', // edge20 + 2262 => 'D2 Bravo', // d2_bravo + 2266 => 'approach_s20', + 2276 => 'varia_remote', + 2327 => 'hrm4_run', + 2337 => 'vivo_active_hr', + 2347 => 'vivo_smart_gps_hr', + 2348 => 'vivo_smart_hr', + 2368 => 'vivo_move', + 2398 => 'varia_vision', + 2406 => 'vivo_fit3', + 2413 => 'Fenix 3 HR', // fenix3_hr + 2417 => 'Virb Ultra 30', // virb_ultra_30 + 2429 => 'index_smart_scale', + 2431 => 'Forerunner 235', // fr235 + 2432 => 'Fenix 3 Chronos', // fenix3_chronos + 2441 => 'oregon7xx', + 2444 => 'rino7xx', + 2496 => 'nautix', + 2530 => 'Edge 820', // edge_820 + 2531 => 'Edge Explore 820', // edge_explore_820 + 2544 => 'fenix5s', + 2547 => 'D2 Bravo Titanium', // d2_bravo_titanium + 2593 => 'Running Dynamics Pod', // running_dynamics_pod + 2604 => 'Fenix 5x', // fenix5x + 2606 => 'vivofit jr', // vivo_fit_jr + 2691 => 'Forerunner 935', // fr935 + 2697 => 'Fenix 5', // fenix5 + 2700 => 'vivoactive3', + 2769 => 'foretrex_601_701', + 2772 => 'vivo_move_hr', + 2713 => 'Edge 1030', // edge_1030 + 2806 => 'approach_z80', + 2831 => 'vivo_smart3_apac', + 2832 => 'vivo_sport_apac', + 2859 => 'descent', + 2886 => 'Forerunner 645', // fr645 + 2888 => 'Forerunner 645', // fr645m + 2900 => 'Fenix 5S Plus', // fenix5s_plus + 2909 => 'Edge 130', // Edge_130 + 2927 => 'vivosmart_4', + 2962 => 'approach_x10', + 2988 => 'vivoactive3m_w', + 3011 => 'edge_explore', + 3028 => 'gpsmap66', + 3049 => 'approach_s10', + 3066 => 'vivoactive3m_l', + 3085 => 'approach_g80', + 3110 => 'Fenix 5 Plus', // fenix5_plus + 3111 => 'Fenix 5X Plus', // fenix5x_plus + 3112 => 'Edge 520 Plus', // edge_520_plus + 3299 => 'hrm_dual', + 3314 => 'approach_s40', + 10007 => 'SDM4 footpod', // sdm4 + 10014 => 'edge_remote', + 20119 => 'training_center', + 65531 => 'connectiq_simulator', + 65532 => 'android_antplus_plugin', + 65534 => 'Garmin Connect website' // connect + ], + 'sport' => [ // Have capitalised and replaced underscores with spaces. + 0 => 'Generic', + 1 => 'Running', + 2 => 'Cycling', + 3 => 'Transition', + 4 => 'Fitness equipment', + 5 => 'Swimming', + 6 => 'Basketball', + 7 => 'Soccer', + 8 => 'Tennis', + 9 => 'American football', + 10 => 'Training', + 11 => 'Walking', + 12 => 'Cross country skiing', + 13 => 'Alpine skiing', + 14 => 'Snowboarding', + 15 => 'Rowing', + 16 => 'Mountaineering', + 17 => 'Hiking', + 18 => 'Multisport', + 19 => 'Paddling', + 254 => 'All' + ], + 'sub_sport' => [ // Have capitalised and replaced underscores with spaces. + 0 => 'Generic', + 1 => 'Treadmill', + 2 => 'Street', + 3 => 'Trail', + 4 => 'Track', + 5 => 'Spin', + 6 => 'Indoor cycling', + 7 => 'Road', + 8 => 'Mountain', + 9 => 'Downhill', + 10 => 'Recumbent', + 11 => 'Cyclocross', + 12 => 'Hand cycling', + 13 => 'Track cycling', + 14 => 'Indoor rowing', + 15 => 'Elliptical', + 16 => 'Stair climbing', + 17 => 'Lap swimming', + 18 => 'Open water', + 19 => 'Flexibility training', + 20 => 'Strength training', + 21 => 'Warm up', + 22 => 'Match', + 23 => 'Exercise', + 24 => 'Challenge', + 25 => 'Indoor skiing', + 26 => 'Cardio training', + 27 => 'Indoor walking', + 28 => 'E-Bike Fitness', + 254 => 'All' + ], + 'session_trigger' => [0 => 'activity_end', 1 => 'manual', 2 => 'auto_multi_sport', 3 => 'fitness_equipment'], + 'source_type' => [ + 0 => 'ant', //External device connected with ANT + 1 => 'antplus', //External device connected with ANT+ + 2 => 'bluetooth', //External device connected with BT + 3 => 'bluetooth_low_energy', //External device connected with BLE + 4 => 'wifi', //External device connected with Wifi + 5 => 'local', //Onboard device + ], + 'swim_stroke' => [0 => 'Freestyle', 1 => 'Backstroke', 2 => 'Breaststroke', 3 => 'Butterfly', 4 => 'Drill', 5 => 'Mixed', 6 => 'IM'], // Have capitalised. + 'water_type' => [0 => 'fresh', 1 => 'salt', 2 => 'en13319', 3 => 'custom'], + 'tissue_model_type' => [0 => 'zhl_16c'], + 'dive_gas_status' => [0 => 'disabled', 1 => 'enabled', 2 => 'backup_only'], + 'dive_alarm_type' => [0 => 'depth', 1 => 'time'], + 'dive_backlight_mode' => [0 => 'at_depth', 1 => 'always_on'], + ]; + + /** + * D00001275 Flexible & Interoperable Data Transfer (FIT) Protocol Rev 2.2.pdf + * Table 4-6. FIT Base Types and Invalid Values + * + * $types array holds a string used by the PHP unpack() function to format binary data. + * 'tmp' is the name of the (single element) array created. + */ + private $endianness = [ + 0 => [ // Little Endianness + 0 => ['format' => 'Ctmp', 'bytes' => 1], // enum + 1 => ['format' => 'ctmp', 'bytes' => 1], // sint8 + 2 => ['format' => 'Ctmp', 'bytes' => 1], // uint8 + 131 => ['format' => 'vtmp', 'bytes' => 2], // sint16 - manually convert uint16 to sint16 in fixData() + 132 => ['format' => 'vtmp', 'bytes' => 2], // uint16 + 133 => ['format' => 'Vtmp', 'bytes' => 4], // sint32 - manually convert uint32 to sint32 in fixData() + 134 => ['format' => 'Vtmp', 'bytes' => 4], // uint32 + 7 => ['format' => 'a*tmp', 'bytes' => 1], // string + 136 => ['format' => 'ftmp', 'bytes' => 4], // float32 + 137 => ['format' => 'dtmp', 'bytes' => 8], // float64 + 10 => ['format' => 'Ctmp', 'bytes' => 1], // uint8z + 139 => ['format' => 'vtmp', 'bytes' => 2], // uint16z + 140 => ['format' => 'Vtmp', 'bytes' => 4], // uint32z + 13 => ['format' => 'Ctmp', 'bytes' => 1], // byte + 142 => ['format' => 'Ptmp', 'bytes' => 8], // sint64 - manually convert uint64 to sint64 in fixData() + 143 => ['format' => 'Ptmp', 'bytes' => 8], // uint64 + 144 => ['format' => 'Ptmp', 'bytes' => 8] // uint64z + ], + 1 => [ // Big Endianness + 0 => ['format' => 'Ctmp', 'bytes' => 1], // enum + 1 => ['format' => 'ctmp', 'bytes' => 1], // sint8 + 2 => ['format' => 'Ctmp', 'bytes' => 1], // uint8 + 131 => ['format' => 'ntmp', 'bytes' => 2], // sint16 - manually convert uint16 to sint16 in fixData() + 132 => ['format' => 'ntmp', 'bytes' => 2], // uint16 + 133 => ['format' => 'Ntmp', 'bytes' => 4], // sint32 - manually convert uint32 to sint32 in fixData() + 134 => ['format' => 'Ntmp', 'bytes' => 4], // uint32 + 7 => ['format' => 'a*tmp', 'bytes' => 1], // string + 136 => ['format' => 'ftmp', 'bytes' => 4], // float32 + 137 => ['format' => 'dtmp', 'bytes' => 8], // float64 + 10 => ['format' => 'Ctmp', 'bytes' => 1], // uint8z + 139 => ['format' => 'ntmp', 'bytes' => 2], // uint16z + 140 => ['format' => 'Ntmp', 'bytes' => 4], // uint32z + 13 => ['format' => 'Ctmp', 'bytes' => 1], // byte + 142 => ['format' => 'Jtmp', 'bytes' => 8], // sint64 - manually convert uint64 to sint64 in fixData() + 143 => ['format' => 'Jtmp', 'bytes' => 8], // uint64 + 144 => ['format' => 'Jtmp', 'bytes' => 8] // uint64z + ] + ]; + + private $invalid_values = [ + 0 => 255, // 0xFF + 1 => 127, // 0x7F + 2 => 255, // 0xFF + 131 => 32767, // 0x7FFF + 132 => 65535, // 0xFFFF + 133 => 2147483647, // 0x7FFFFFFF + 134 => 4294967295, // 0xFFFFFFFF + 7 => 0, // 0x00 + 136 => 4294967295, // 0xFFFFFFFF + 137 => 9223372036854775807, // 0xFFFFFFFFFFFFFFFF + 10 => 0, // 0x00 + 139 => 0, // 0x0000 + 140 => 0, // 0x00000000 + 13 => 255, // 0xFF + 142 => 9223372036854775807, // 0x7FFFFFFFFFFFFFFF + 143 => 18446744073709551615, // 0xFFFFFFFFFFFFFFFF + 144 => 0 // 0x0000000000000000 + ]; + + /** + * D00001275 Flexible & Interoperable Data Transfer (FIT) Protocol Rev 1.7.pdf + * 4.4 Scale/Offset + * When specified, the binary quantity is divided by the scale factor and then the offset is subtracted, yielding a floating point quantity. + */ + private $data_mesg_info = [ + 0 => [ + 'mesg_name' => 'file_id', 'field_defns' => [ + 0 => ['field_name' => 'type', 'scale' => 1, 'offset' => 0, 'units' => ''], + 1 => ['field_name' => 'manufacturer', 'scale' => 1, 'offset' => 0, 'units' => ''], + 2 => ['field_name' => 'product', 'scale' => 1, 'offset' => 0, 'units' => ''], + 3 => ['field_name' => 'serial_number', 'scale' => 1, 'offset' => 0, 'units' => ''], + 4 => ['field_name' => 'time_created', 'scale' => 1, 'offset' => 0, 'units' => ''], + 5 => ['field_name' => 'number', 'scale' => 1, 'offset' => 0, 'units' => ''], + ] + ], + + 2 => [ + 'mesg_name' => 'device_settings', 'field_defns' => [ + 0 => ['field_name' => 'active_time_zone', 'scale' => 1, 'offset' => 0, 'units' => ''], + 1 => ['field_name' => 'utc_offset', 'scale' => 1, 'offset' => 0, 'units' => ''], + 5 => ['field_name' => 'time_zone_offset', 'scale' => 4, 'offset' => 0, 'units' => 'hr'], + ] + ], + + 3 => [ + 'mesg_name' => 'user_profile', 'field_defns' => [ + 0 => ['field_name' => 'friendly_name', 'scale' => 1, 'offset' => 0, 'units' => ''], + 1 => ['field_name' => 'gender', 'scale' => 1, 'offset' => 0, 'units' => ''], + 2 => ['field_name' => 'age', 'scale' => 1, 'offset' => 0, 'units' => 'years'], + 3 => ['field_name' => 'height', 'scale' => 100, 'offset' => 0, 'units' => 'm'], + 4 => ['field_name' => 'weight', 'scale' => 10, 'offset' => 0, 'units' => 'kg'], + 5 => ['field_name' => 'language', 'scale' => 1, 'offset' => 0, 'units' => ''], + 6 => ['field_name' => 'elev_setting', 'scale' => 1, 'offset' => 0, 'units' => ''], + 7 => ['field_name' => 'weight_setting', 'scale' => 1, 'offset' => 0, 'units' => ''], + 8 => ['field_name' => 'resting_heart_rate', 'scale' => 1, 'offset' => 0, 'units' => 'bpm'], + 10 => ['field_name' => 'default_max_biking_heart_rate', 'scale' => 1, 'offset' => 0, 'units' => 'bpm'], + 11 => ['field_name' => 'default_max_heart_rate', 'scale' => 1, 'offset' => 0, 'units' => 'bpm'], + 12 => ['field_name' => 'hr_setting', 'scale' => 1, 'offset' => 0, 'units' => ''], + 13 => ['field_name' => 'speed_setting', 'scale' => 1, 'offset' => 0, 'units' => ''], + 14 => ['field_name' => 'dist_setting', 'scale' => 1, 'offset' => 0, 'units' => ''], + 16 => ['field_name' => 'power_setting', 'scale' => 1, 'offset' => 0, 'units' => ''], + 17 => ['field_name' => 'activity_class', 'scale' => 1, 'offset' => 0, 'units' => ''], + 18 => ['field_name' => 'position_setting', 'scale' => 1, 'offset' => 0, 'units' => ''], + 21 => ['field_name' => 'temperature_setting', 'scale' => 1, 'offset' => 0, 'units' => ''], + ] + ], + + 7 => [ + 'mesg_name' => 'zones_target', 'field_defns' => [ + 1 => ['field_name' => 'max_heart_rate', 'scale' => 1, 'offset' => 0, 'units' => ''], + 2 => ['field_name' => 'threshold_heart_rate', 'scale' => 1, 'offset' => 0, 'units' => ''], + 3 => ['field_name' => 'functional_threshold_power', 'scale' => 1, 'offset' => 0, 'units' => ''], + 5 => ['field_name' => 'hr_calc_type', 'scale' => 1, 'offset' => 0, 'units' => ''], + 7 => ['field_name' => 'pwr_calc_type', 'scale' => 1, 'offset' => 0, 'units' => ''], + ] + ], + + 12 => [ + 'mesg_name' => 'sport', 'field_defns' => [ + 0 => ['field_name' => 'sport', 'scale' => 1, 'offset' => 0, 'units' => ''], + 1 => ['field_name' => 'sub_sport', 'scale' => 1, 'offset' => 0, 'units' => ''], + 3 => ['field_name' => 'name', 'scale' => 1, 'offset' => 0, 'units' => ''], + ] + ], + + 18 => [ + 'mesg_name' => 'session', 'field_defns' => [ + 0 => ['field_name' => 'event', 'scale' => 1, 'offset' => 0, 'units' => ''], + 1 => ['field_name' => 'event_type', 'scale' => 1, 'offset' => 0, 'units' => ''], + 2 => ['field_name' => 'start_time', 'scale' => 1, 'offset' => 0, 'units' => ''], + 3 => ['field_name' => 'start_position_lat', 'scale' => 1, 'offset' => 0, 'units' => 'semicircles'], + 4 => ['field_name' => 'start_position_long', 'scale' => 1, 'offset' => 0, 'units' => 'semicircles'], + 5 => ['field_name' => 'sport', 'scale' => 1, 'offset' => 0, 'units' => 'semicircles'], + 6 => ['field_name' => 'sub_sport', 'scale' => 1, 'offset' => 0, 'units' => ''], + 7 => ['field_name' => 'total_elapsed_time', 'scale' => 1000, 'offset' => 0, 'units' => 's'], + 8 => ['field_name' => 'total_timer_time', 'scale' => 1000, 'offset' => 0, 'units' => 's'], + 9 => ['field_name' => 'total_distance', 'scale' => 100, 'offset' => 0, 'units' => 'm'], + 10 => ['field_name' => 'total_cycles', 'scale' => 1, 'offset' => 0, 'units' => 'cycles'], + 11 => ['field_name' => 'total_calories', 'scale' => 1, 'offset' => 0, 'units' => 'kcal'], + 13 => ['field_name' => 'total_fat_calories', 'scale' => 1, 'offset' => 0, 'units' => 'kcal'], + 14 => ['field_name' => 'avg_speed', 'scale' => 1000, 'offset' => 0, 'units' => 'm/s'], + 15 => ['field_name' => 'max_speed', 'scale' => 1000, 'offset' => 0, 'units' => 'm/s'], + 16 => ['field_name' => 'avg_heart_rate', 'scale' => 1, 'offset' => 0, 'units' => 'bpm'], + 17 => ['field_name' => 'max_heart_rate', 'scale' => 1, 'offset' => 0, 'units' => 'bpm'], + 18 => ['field_name' => 'avg_cadence', 'scale' => 1, 'offset' => 0, 'units' => 'rpm'], + 19 => ['field_name' => 'max_cadence', 'scale' => 1, 'offset' => 0, 'units' => 'rpm'], + 20 => ['field_name' => 'avg_power', 'scale' => 1, 'offset' => 0, 'units' => 'watts'], + 21 => ['field_name' => 'max_power', 'scale' => 1, 'offset' => 0, 'units' => 'watts'], + 22 => ['field_name' => 'total_ascent', 'scale' => 1, 'offset' => 0, 'units' => 'm'], + 23 => ['field_name' => 'total_descent', 'scale' => 1, 'offset' => 0, 'units' => 'm'], + 24 => ['field_name' => 'total_training_effect', 'scale' => 10, 'offset' => 0, 'units' => ''], + 25 => ['field_name' => 'first_lap_index', 'scale' => 1, 'offset' => 0, 'units' => ''], + 26 => ['field_name' => 'num_laps', 'scale' => 1, 'offset' => 0, 'units' => ''], + 27 => ['field_name' => 'event_group', 'scale' => 1, 'offset' => 0, 'units' => ''], + 28 => ['field_name' => 'trigger', 'scale' => 1, 'offset' => 0, 'units' => ''], + 29 => ['field_name' => 'nec_lat', 'scale' => 1, 'offset' => 0, 'units' => 'semicircles'], + 30 => ['field_name' => 'nec_long', 'scale' => 1, 'offset' => 0, 'units' => 'semicircles'], + 31 => ['field_name' => 'swc_lat', 'scale' => 1, 'offset' => 0, 'units' => 'semicircles'], + 32 => ['field_name' => 'swc_long', 'scale' => 1, 'offset' => 0, 'units' => 'semicircles'], + 34 => ['field_name' => 'normalized_power', 'scale' => 1, 'offset' => 0, 'units' => 'watts'], + 35 => ['field_name' => 'training_stress_score', 'scale' => 10, 'offset' => 0, 'units' => 'tss'], + 36 => ['field_name' => 'intensity_factor', 'scale' => 1000, 'offset' => 0, 'units' => 'if'], + 37 => ['field_name' => 'left_right_balance', 'scale' => 1, 'offset' => 0, 'units' => ''], + 41 => ['field_name' => 'avg_stroke_count', 'scale' => 10, 'offset' => 0, 'units' => 'strokes/lap'], + 42 => ['field_name' => 'avg_stroke_distance', 'scale' => 100, 'offset' => 0, 'units' => 'm'], + 43 => ['field_name' => 'swim_stroke', 'scale' => 1, 'offset' => 0, 'units' => 'swim_stroke'], + 44 => ['field_name' => 'pool_length', 'scale' => 100, 'offset' => 0, 'units' => 'm'], + 45 => ['field_name' => 'threshold_power', 'scale' => 1, 'offset' => 0, 'units' => 'watts'], + 46 => ['field_name' => 'pool_length_unit', 'scale' => 1, 'offset' => 0, 'units' => ''], + 47 => ['field_name' => 'num_active_lengths', 'scale' => 1, 'offset' => 0, 'units' => 'lengths'], + 48 => ['field_name' => 'total_work', 'scale' => 1, 'offset' => 0, 'units' => 'J'], + 65 => ['field_name' => 'time_in_hr_zone', 'scale' => 1000, 'offset' => 0, 'units' => 's'], + 68 => ['field_name' => 'time_in_power_zone', 'scale' => 1000, 'offset' => 0, 'units' => 's'], + 89 => ['field_name' => 'avg_vertical_oscillation', 'scale' => 10, 'offset' => 0, 'units' => 'mm'], + 90 => ['field_name' => 'avg_stance_time_percent', 'scale' => 100, 'offset' => 0, 'units' => 'percent'], + 91 => ['field_name' => 'avg_stance_time', 'scale' => 10, 'offset' => 0, 'units' => 'ms'], + 92 => ['field_name' => 'avg_fractional_cadence', 'scale' => 128, 'offset' => 0, 'units' => 'rpm'], + 93 => ['field_name' => 'max_fractional_cadence', 'scale' => 128, 'offset' => 0, 'units' => 'rpm'], + 94 => ['field_name' => 'total_fractional_cycles', 'scale' => 128, 'offset' => 0, 'units' => 'cycles'], + 101 => ['field_name' => 'avg_left_torque_effectiveness', 'scale' => 2, 'offset' => 0, 'units' => 'percent'], + 102 => ['field_name' => 'avg_right_torque_effectiveness', 'scale' => 2, 'offset' => 0, 'units' => 'percent'], + 103 => ['field_name' => 'avg_left_pedal_smoothness', 'scale' => 2, 'offset' => 0, 'units' => 'percent'], + 104 => ['field_name' => 'avg_right_pedal_smoothness', 'scale' => 2, 'offset' => 0, 'units' => 'percent'], + 105 => ['field_name' => 'avg_combined_pedal_smoothness', 'scale' => 2, 'offset' => 0, 'units' => 'percent'], + 111 => ['field_name' => 'sport_index', 'scale' => 1, 'offset' => 0, 'units' => ''], + 112 => ['field_name' => 'time_standing', 'scale' => 1000, 'offset' => 0, 'units' => 's'], + 113 => ['field_name' => 'stand_count', 'scale' => 1, 'offset' => 0, 'units' => ''], + 114 => ['field_name' => 'avg_left_pco', 'scale' => 1, 'offset' => 0, 'units' => 'mm'], + 115 => ['field_name' => 'avg_right_pco', 'scale' => 1, 'offset' => 0, 'units' => 'mm'], + 116 => ['field_name' => 'avg_left_power_phase', 'scale' => 0.7111111, 'offset' => 0, 'units' => 'degrees'], + 117 => ['field_name' => 'avg_left_power_phase_peak', 'scale' => 0.7111111, 'offset' => 0, 'units' => 'degrees'], + 118 => ['field_name' => 'avg_right_power_phase', 'scale' => 0.7111111, 'offset' => 0, 'units' => 'degrees'], + 119 => ['field_name' => 'avg_right_power_phase_peak', 'scale' => 0.7111111, 'offset' => 0, 'units' => 'degrees'], + 120 => ['field_name' => 'avg_power_position', 'scale' => 1, 'offset' => 0, 'units' => 'watts'], + 121 => ['field_name' => 'max_power_position', 'scale' => 1, 'offset' => 0, 'units' => 'watts'], + 122 => ['field_name' => 'avg_cadence_position', 'scale' => 1, 'offset' => 0, 'units' => 'rpm'], + 123 => ['field_name' => 'max_cadence_position', 'scale' => 1, 'offset' => 0, 'units' => 'rpm'], + 253 => ['field_name' => 'timestamp', 'scale' => 1, 'offset' => 0, 'units' => 's'], + 254 => ['field_name' => 'message_index', 'scale' => 1, 'offset' => 0, 'units' => ''], + ] + ], + + 19 => [ + 'mesg_name' => 'lap', 'field_defns' => [ + 0 => ['field_name' => 'event', 'scale' => 1, 'offset' => 0, 'units' => ''], + 1 => ['field_name' => 'event_type', 'scale' => 1, 'offset' => 0, 'units' => ''], + 2 => ['field_name' => 'start_time', 'scale' => 1, 'offset' => 0, 'units' => ''], + 3 => ['field_name' => 'start_position_lat', 'scale' => 1, 'offset' => 0, 'units' => 'semicircles'], + 4 => ['field_name' => 'start_position_long', 'scale' => 1, 'offset' => 0, 'units' => 'semicircles'], + 5 => ['field_name' => 'end_position_lat', 'scale' => 1, 'offset' => 0, 'units' => 'semicircles'], + 6 => ['field_name' => 'end_position_long', 'scale' => 1, 'offset' => 0, 'units' => 'semicircles'], + 7 => ['field_name' => 'total_elapsed_time', 'scale' => 1000, 'offset' => 0, 'units' => 's'], + 8 => ['field_name' => 'total_timer_time', 'scale' => 1000, 'offset' => 0, 'units' => 's'], + 9 => ['field_name' => 'total_distance', 'scale' => 100, 'offset' => 0, 'units' => 'm'], + 10 => ['field_name' => 'total_cycles', 'scale' => 1, 'offset' => 0, 'units' => 'cycles'], + 11 => ['field_name' => 'total_calories', 'scale' => 1, 'offset' => 0, 'units' => 'kcal'], + 12 => ['field_name' => 'total_fat_calories', 'scale' => 1, 'offset' => 0, 'units' => 'kcal'], + 13 => ['field_name' => 'avg_speed', 'scale' => 1000, 'offset' => 0, 'units' => 'm/s'], + 14 => ['field_name' => 'max_speed', 'scale' => 1000, 'offset' => 0, 'units' => 'm/s'], + 15 => ['field_name' => 'avg_heart_rate', 'scale' => 1, 'offset' => 0, 'units' => 'bpm'], + 16 => ['field_name' => 'max_heart_rate', 'scale' => 1, 'offset' => 0, 'units' => 'bpm'], + 17 => ['field_name' => 'avg_cadence', 'scale' => 1, 'offset' => 0, 'units' => 'rpm'], + 18 => ['field_name' => 'max_cadence', 'scale' => 1, 'offset' => 0, 'units' => 'rpm'], + 19 => ['field_name' => 'avg_power', 'scale' => 1, 'offset' => 0, 'units' => 'watts'], + 20 => ['field_name' => 'max_power', 'scale' => 1, 'offset' => 0, 'units' => 'watts'], + 21 => ['field_name' => 'total_ascent', 'scale' => 1, 'offset' => 0, 'units' => 'm'], + 22 => ['field_name' => 'total_descent', 'scale' => 1, 'offset' => 0, 'units' => 'm'], + 23 => ['field_name' => 'intensity', 'scale' => 1, 'offset' => 0, 'units' => ''], + 24 => ['field_name' => 'lap_trigger', 'scale' => 1, 'offset' => 0, 'units' => ''], + 25 => ['field_name' => 'sport', 'scale' => 1, 'offset' => 0, 'units' => ''], + 26 => ['field_name' => 'event_group', 'scale' => 1, 'offset' => 0, 'units' => ''], + 32 => ['field_name' => 'num_lengths', 'scale' => 1, 'offset' => 0, 'units' => 'lengths'], + 33 => ['field_name' => 'normalized_power', 'scale' => 1, 'offset' => 0, 'units' => 'watts'], + 34 => ['field_name' => 'left_right_balance', 'scale' => 1, 'offset' => 0, 'units' => ''], + 35 => ['field_name' => 'first_length_index', 'scale' => 1, 'offset' => 0, 'units' => ''], + 37 => ['field_name' => 'avg_stroke_distance', 'scale' => 100, 'offset' => 0, 'units' => 'm'], + 38 => ['field_name' => 'swim_stroke', 'scale' => 1, 'offset' => 0, 'units' => ''], + 39 => ['field_name' => 'sub_sport', 'scale' => 1, 'offset' => 0, 'units' => ''], + 40 => ['field_name' => 'num_active_lengths', 'scale' => 1, 'offset' => 0, 'units' => 'lengths'], + 41 => ['field_name' => 'total_work', 'scale' => 1, 'offset' => 0, 'units' => 'J'], + 57 => ['field_name' => 'time_in_hr_zone', 'scale' => 1000, 'offset' => 0, 'units' => 's'], + 60 => ['field_name' => 'time_in_power_zone', 'scale' => 1000, 'offset' => 0, 'units' => 's'], + 71 => ['field_name' => 'wkt_step_index', 'scale' => 1, 'offset' => 0, 'units' => ''], + 77 => ['field_name' => 'avg_vertical_oscillation', 'scale' => 10, 'offset' => 0, 'units' => 'mm'], + 78 => ['field_name' => 'avg_stance_time_percent', 'scale' => 100, 'offset' => 0, 'units' => 'percent'], + 79 => ['field_name' => 'avg_stance_time', 'scale' => 10, 'offset' => 0, 'units' => 'ms'], + 80 => ['field_name' => 'avg_fractional_cadence', 'scale' => 128, 'offset' => 0, 'units' => 'rpm'], + 81 => ['field_name' => 'max_fractional_cadence', 'scale' => 128, 'offset' => 0, 'units' => 'rpm'], + 82 => ['field_name' => 'total_fractional_cycles', 'scale' => 128, 'offset' => 0, 'units' => 'cycles'], + 91 => ['field_name' => 'avg_left_torque_effectiveness', 'scale' => 2, 'offset' => 0, 'units' => 'percent'], + 92 => ['field_name' => 'avg_right_torque_effectiveness', 'scale' => 2, 'offset' => 0, 'units' => 'percent'], + 93 => ['field_name' => 'avg_left_pedal_smoothness', 'scale' => 2, 'offset' => 0, 'units' => 'percent'], + 94 => ['field_name' => 'avg_right_pedal_smoothness', 'scale' => 2, 'offset' => 0, 'units' => 'percent'], + 95 => ['field_name' => 'avg_combined_pedal_smoothness', 'scale' => 2, 'offset' => 0, 'units' => 'percent'], + 98 => ['field_name' => 'time_standing', 'scale' => 1000, 'offset' => 0, 'units' => 's'], + 99 => ['field_name' => 'stand_count', 'scale' => 1, 'offset' => 0, 'units' => ''], + 100 => ['field_name' => 'avg_left_pco', 'scale' => 1, 'offset' => 0, 'units' => 'mm'], + 101 => ['field_name' => 'avg_right_pco', 'scale' => 1, 'offset' => 0, 'units' => 'mm'], + 102 => ['field_name' => 'avg_left_power_phase', 'scale' => 0.7111111, 'offset' => 0, 'units' => 'degrees'], + 103 => ['field_name' => 'avg_left_power_phase_peak', 'scale' => 0.7111111, 'offset' => 0, 'units' => 'degrees'], + 104 => ['field_name' => 'avg_right_power_phase', 'scale' => 0.7111111, 'offset' => 0, 'units' => 'degrees'], + 105 => ['field_name' => 'avg_right_power_phase_peak', 'scale' => 0.7111111, 'offset' => 0, 'units' => 'degrees'], + 106 => ['field_name' => 'avg_power_position', 'scale' => 1, 'offset' => 0, 'units' => 'watts'], + 107 => ['field_name' => 'max_power_position', 'scale' => 1, 'offset' => 0, 'units' => 'watts'], + 108 => ['field_name' => 'avg_cadence_position', 'scale' => 1, 'offset' => 0, 'units' => 'rpm'], + 109 => ['field_name' => 'max_cadence_position', 'scale' => 1, 'offset' => 0, 'units' => 'rpm'], + 253 => ['field_name' => 'timestamp', 'scale' => 1, 'offset' => 0, 'units' => 's'], + 254 => ['field_name' => 'message_index', 'scale' => 1, 'offset' => 0, 'units' => ''] + ] + ], + + 20 => [ + 'mesg_name' => 'record', 'field_defns' => [ + 0 => ['field_name' => 'position_lat', 'scale' => 1, 'offset' => 0, 'units' => 'semicircles'], + 1 => ['field_name' => 'position_long', 'scale' => 1, 'offset' => 0, 'units' => 'semicircles'], + 2 => ['field_name' => 'altitude', 'scale' => 5, 'offset' => 500, 'units' => 'm'], + 3 => ['field_name' => 'heart_rate', 'scale' => 1, 'offset' => 0, 'units' => 'bpm'], + 4 => ['field_name' => 'cadence', 'scale' => 1, 'offset' => 0, 'units' => 'rpm'], + 5 => ['field_name' => 'distance', 'scale' => 100, 'offset' => 0, 'units' => 'm'], + 6 => ['field_name' => 'speed', 'scale' => 1000, 'offset' => 0, 'units' => 'm/s'], + 7 => ['field_name' => 'power', 'scale' => 1, 'offset' => 0, 'units' => 'watts'], + 8 => ['field_name' => 'compressed_speed_distance', 'scale' => 100, 'offset' => 0, 'units' => 'm/s,m'], + 9 => ['field_name' => 'grade', 'scale' => 100, 'offset' => 0, 'units' => 'percent'], + 10 => ['field_name' => 'resistance', 'scale' => 1, 'offset' => 0, 'units' => ''], + 11 => ['field_name' => 'time_from_course', 'scale' => 1000, 'offset' => 0, 'units' => 's'], + 12 => ['field_name' => 'cycle_length', 'scale' => 100, 'offset' => 0, 'units' => 'm'], + 13 => ['field_name' => 'temperature', 'scale' => 1, 'offset' => 0, 'units' => 'C'], + 17 => ['field_name' => 'speed_1s', 'scale' => 16, 'offset' => 0, 'units' => 'm/s'], + 18 => ['field_name' => 'cycles', 'scale' => 1, 'offset' => 0, 'units' => 'cycles'], + 19 => ['field_name' => 'total_cycles', 'scale' => 1, 'offset' => 0, 'units' => 'cycles'], + 28 => ['field_name' => 'compressed_accumulated_power', 'scale' => 1, 'offset' => 0, 'units' => 'watts'], + 29 => ['field_name' => 'accumulated_power', 'scale' => 1, 'offset' => 0, 'units' => 'watts'], + 30 => ['field_name' => 'left_right_balance', 'scale' => 1, 'offset' => 0, 'units' => ''], + 31 => ['field_name' => 'gps_accuracy', 'scale' => 1, 'offset' => 0, 'units' => 'm'], + 32 => ['field_name' => 'vertical_speed', 'scale' => 1000, 'offset' => 0, 'units' => 'm/s'], + 33 => ['field_name' => 'calories', 'scale' => 1, 'offset' => 0, 'units' => 'kcal'], + 39 => ['field_name' => 'vertical_oscillation', 'scale' => 10, 'offset' => 0, 'units' => 'mm'], + 40 => ['field_name' => 'stance_time_percent', 'scale' => 100, 'offset' => 0, 'units' => 'percent'], + 41 => ['field_name' => 'stance_time', 'scale' => 10, 'offset' => 0, 'units' => 'ms'], + 42 => ['field_name' => 'activity_type', 'scale' => 1, 'offset' => 0, 'units' => ''], + 43 => ['field_name' => 'left_torque_effectiveness', 'scale' => 2, 'offset' => 0, 'units' => 'percent'], + 44 => ['field_name' => 'right_torque_effectiveness', 'scale' => 2, 'offset' => 0, 'units' => 'percent'], + 45 => ['field_name' => 'left_pedal_smoothness', 'scale' => 2, 'offset' => 0, 'units' => 'percent'], + 46 => ['field_name' => 'right_pedal_smoothness', 'scale' => 2, 'offset' => 0, 'units' => 'percent'], + 47 => ['field_name' => 'combined_pedal_smoothness', 'scale' => 2, 'offset' => 0, 'units' => 'percent'], + 48 => ['field_name' => 'time128', 'scale' => 128, 'offset' => 0, 'units' => 's'], + 49 => ['field_name' => 'stroke_type', 'scale' => 1, 'offset' => 0, 'units' => ''], + 50 => ['field_name' => 'zone', 'scale' => 1, 'offset' => 0, 'units' => ''], + 51 => ['field_name' => 'ball_speed', 'scale' => 100, 'offset' => 0, 'units' => 'm/s'], + 52 => ['field_name' => 'cadence256', 'scale' => 256, 'offset' => 0, 'units' => 'rpm'], + 53 => ['field_name' => 'fractional_cadence', 'scale' => 128, 'offset' => 0, 'units' => 'rpm'], + 54 => ['field_name' => 'total_hemoglobin_conc', 'scale' => 100, 'offset' => 0, 'units' => 'g/dL'], + 55 => ['field_name' => 'total_hemoglobin_conc_min', 'scale' => 100, 'offset' => 0, 'units' => 'g/dL'], + 56 => ['field_name' => 'total_hemoglobin_conc_max', 'scale' => 100, 'offset' => 0, 'units' => 'g/dL'], + 57 => ['field_name' => 'saturated_hemoglobin_percent', 'scale' => 10, 'offset' => 0, 'units' => '%'], + 58 => ['field_name' => 'saturated_hemoglobin_percent_min', 'scale' => 10, 'offset' => 0, 'units' => '%'], + 59 => ['field_name' => 'saturated_hemoglobin_percent_max', 'scale' => 10, 'offset' => 0, 'units' => '%'], + 62 => ['field_name' => 'device_index', 'scale' => 1, 'offset' => 0, 'units' => ''], + 67 => ['field_name' => 'left_pco', 'scale' => 1, 'offset' => 0, 'units' => 'mm'], + 68 => ['field_name' => 'right_pco', 'scale' => 1, 'offset' => 0, 'units' => 'mm'], + 69 => ['field_name' => 'left_power_phase', 'scale' => 0.7111111, 'offset' => 0, 'units' => 'degrees'], + 70 => ['field_name' => 'left_power_phase_peak', 'scale' => 0.7111111, 'offset' => 0, 'units' => 'degrees'], + 71 => ['field_name' => 'right_power_phase', 'scale' => 0.7111111, 'offset' => 0, 'units' => 'degrees'], + 72 => ['field_name' => 'right_power_phase_peak', 'scale' => 0.7111111, 'offset' => 0, 'units' => 'degrees'], + 73 => ['field_name' => 'enhanced_speed', 'scale' => 1000, 'offset' => 0, 'units' => 'm/s'], + 78 => ['field_name' => 'enhanced_altitude', 'scale' => 5, 'offset' => 500, 'units' => 'm'], + 81 => ['field_name' => 'battery_soc', 'scale' => 2, 'offset' => 0, 'units' => 'percent'], + 82 => ['field_name' => 'motor_power', 'scale' => 1, 'offset' => 0, 'units' => 'watts'], + 83 => ['field_name' => 'vertical_ratio', 'scale' => 100, 'offset' => 0, 'units' => 'percent'], + 84 => ['field_name' => 'stance_time_balance', 'scale' => 100, 'offset' => 0, 'units' => 'percent'], + 85 => ['field_name' => 'step_length', 'scale' => 10, 'offset' => 0, 'units' => 'mm'], + 253 => ['field_name' => 'timestamp', 'scale' => 1, 'offset' => 0, 'units' => 's'] + ] + ], + + 21 => [ + 'mesg_name' => 'event', 'field_defns' => [ + 0 => ['field_name' => 'event', 'scale' => 1, 'offset' => 0, 'units' => ''], + 1 => ['field_name' => 'event_type', 'scale' => 1, 'offset' => 0, 'units' => ''], + 3 => ['field_name' => 'data', 'scale' => 1, 'offset' => 0, 'units' => ''], + 4 => ['field_name' => 'event_group', 'scale' => 1, 'offset' => 0, 'units' => ''], + 253 => ['field_name' => 'timestamp', 'scale' => 1, 'offset' => 0, 'units' => 's'] + ] + ], + + 23 => [ + 'mesg_name' => 'device_info', 'field_defns' => [ + 0 => ['field_name' => 'device_index', 'scale' => 1, 'offset' => 0, 'units' => ''], + 1 => ['field_name' => 'device_type', 'scale' => 1, 'offset' => 0, 'units' => ''], + 2 => ['field_name' => 'manufacturer', 'scale' => 1, 'offset' => 0, 'units' => ''], + 3 => ['field_name' => 'serial_number', 'scale' => 1, 'offset' => 0, 'units' => ''], + 4 => ['field_name' => 'product', 'scale' => 1, 'offset' => 0, 'units' => ''], + 5 => ['field_name' => 'software_version', 'scale' => 1, 'offset' => 0, 'units' => ''], + 6 => ['field_name' => 'hardware_version', 'scale' => 1, 'offset' => 0, 'units' => ''], + 7 => ['field_name' => 'cum_operating_time', 'scale' => 1, 'offset' => 0, 'units' => ''], + 10 => ['field_name' => 'battery_voltage', 'scale' => 1, 'offset' => 0, 'units' => ''], + 11 => ['field_name' => 'battery_status', 'scale' => 1, 'offset' => 0, 'units' => ''], + 20 => ['field_name' => 'ant_transmission_type', 'scale' => 1, 'offset' => 0, 'units' => ''], + 21 => ['field_name' => 'ant_device_number', 'scale' => 1, 'offset' => 0, 'units' => ''], + 22 => ['field_name' => 'ant_network', 'scale' => 1, 'offset' => 0, 'units' => ''], + 25 => ['field_name' => 'source_type', 'scale' => 1, 'offset' => 0, 'units' => ''], + 253 => ['field_name' => 'timestamp', 'scale' => 1, 'offset' => 0, 'units' => 's'] + ] + ], + + 34 => [ + 'mesg_name' => 'activity', 'field_defns' => [ + 0 => ['field_name' => 'total_timer_time', 'scale' => 1000, 'offset' => 0, 'units' => 's'], + 1 => ['field_name' => 'num_sessions', 'scale' => 1, 'offset' => 0, 'units' => ''], + 2 => ['field_name' => 'type', 'scale' => 1, 'offset' => 0, 'units' => ''], + 3 => ['field_name' => 'event', 'scale' => 1, 'offset' => 0, 'units' => ''], + 4 => ['field_name' => 'event_type', 'scale' => 1, 'offset' => 0, 'units' => ''], + 5 => ['field_name' => 'local_timestamp', 'scale' => 1, 'offset' => 0, 'units' => ''], + 6 => ['field_name' => 'event_group', 'scale' => 1, 'offset' => 0, 'units' => ''], + 253 => ['field_name' => 'timestamp', 'scale' => 1, 'offset' => 0, 'units' => 's'] + ] + ], + + 49 => [ + 'mesg_name' => 'file_creator', 'field_defns' => [ + 0 => ['field_name' => 'software_version', 'scale' => 1, 'offset' => 0, 'units' => ''], + 1 => ['field_name' => 'hardware_version', 'scale' => 1, 'offset' => 0, 'units' => ''] + ] + ], + + 78 => [ + 'mesg_name' => 'hrv', 'field_defns' => [ + 0 => ['field_name' => 'time', 'scale' => 1000, 'offset' => 0, 'units' => 's'] + ] + ], + + 101 => [ + 'mesg_name' => 'length', 'field_defns' => [ + 0 => ['field_name' => 'event', 'scale' => 1, 'offset' => 0, 'units' => ''], + 1 => ['field_name' => 'event_type', 'scale' => 1, 'offset' => 0, 'units' => ''], + 2 => ['field_name' => 'start_time', 'scale' => 1, 'offset' => 0, 'units' => ''], + 3 => ['field_name' => 'total_elapsed_time', 'scale' => 1000, 'offset' => 0, 'units' => 's'], + 4 => ['field_name' => 'total_timer_time', 'scale' => 1000, 'offset' => 0, 'units' => 's'], + 5 => ['field_name' => 'total_strokes', 'scale' => 1, 'offset' => 0, 'units' => 'strokes'], + 6 => ['field_name' => 'avg_speed', 'scale' => 1000, 'offset' => 0, 'units' => 'm/s'], + 7 => ['field_name' => 'swim_stroke', 'scale' => 1, 'offset' => 0, 'units' => 'swim_stroke'], + 9 => ['field_name' => 'avg_swimming_cadence', 'scale' => 1, 'offset' => 0, 'units' => 'strokes/min'], + 10 => ['field_name' => 'event_group', 'scale' => 1, 'offset' => 0, 'units' => ''], + 11 => ['field_name' => 'total_calories', 'scale' => 1, 'offset' => 0, 'units' => 'kcal'], + 12 => ['field_name' => 'length_type', 'scale' => 1, 'offset' => 0, 'units' => ''], + 253 => ['field_name' => 'timestamp', 'scale' => 1, 'offset' => 0, 'units' => 's'], + 254 => ['field_name' => 'message_index', 'scale' => 1, 'offset' => 0, 'units' => ''] + ] + ], + + // 'event_timestamp' and 'event_timestamp_12' should have scale of 1024 but due to floating point rounding errors. + // These are manually divided by 1024 later in the processHrMessages() function. + 132 => [ + 'mesg_name' => 'hr', 'field_defns' => [ + 0 => ['field_name' => 'fractional_timestamp', 'scale' => 32768, 'offset' => 0, 'units' => 's'], + 1 => ['field_name' => 'time256', 'scale' => 256, 'offset' => 0, 'units' => 's'], + 6 => ['field_name' => 'filtered_bpm', 'scale' => 1, 'offset' => 0, 'units' => 'bpm'], + 9 => ['field_name' => 'event_timestamp', 'scale' => 1, 'offset' => 0, 'units' => 's'], + 10 => ['field_name' => 'event_timestamp_12', 'scale' => 1, 'offset' => 0, 'units' => 's'], + 253 => ['field_name' => 'timestamp', 'scale' => 1, 'offset' => 0, 'units' => 's'] + ] + ], + + 142 => [ + 'mesg_name' => 'segment_lap', 'field_defns' => [ + 0 => ['field_name' => 'event', 'scale' => 1, 'offset' => 0, 'units' => ''], + 1 => ['field_name' => 'event_type', 'scale' => 1, 'offset' => 0, 'units' => ''], + 2 => ['field_name' => 'start_time', 'scale' => 1, 'offset' => 0, 'units' => ''], + 3 => ['field_name' => 'start_position_lat', 'scale' => 1, 'offset' => 0, 'units' => 'semicircles'], + 4 => ['field_name' => 'start_position_long', 'scale' => 1, 'offset' => 0, 'units' => 'semicircles'], + 5 => ['field_name' => 'end_position_lat', 'scale' => 1, 'offset' => 0, 'units' => 'semicircles'], + 6 => ['field_name' => 'end_position_long', 'scale' => 1, 'offset' => 0, 'units' => 'semicircles'], + 7 => ['field_name' => 'total_elapsed_time', 'scale' => 1000, 'offset' => 0, 'units' => 's'], + 8 => ['field_name' => 'total_timer_time', 'scale' => 1000, 'offset' => 0, 'units' => 's'], + 9 => ['field_name' => 'total_distance', 'scale' => 100, 'offset' => 0, 'units' => 'm'], + 10 => ['field_name' => 'total_cycles', 'scale' => 1, 'offset' => 0, 'units' => 'cycles'], + 11 => ['field_name' => 'total_calories', 'scale' => 1, 'offset' => 0, 'units' => 'kcal'], + 12 => ['field_name' => 'total_fat_calories', 'scale' => 1, 'offset' => 0, 'units' => 'kcal'], + 13 => ['field_name' => 'avg_speed', 'scale' => 1000, 'offset' => 0, 'units' => 'm/s'], + 14 => ['field_name' => 'max_speed', 'scale' => 1000, 'offset' => 0, 'units' => 'm/s'], + 15 => ['field_name' => 'avg_heart_rate', 'scale' => 1, 'offset' => 0, 'units' => 'bpm'], + 16 => ['field_name' => 'max_heart_rate', 'scale' => 1, 'offset' => 0, 'units' => 'bpm'], + 17 => ['field_name' => 'avg_cadence', 'scale' => 1, 'offset' => 0, 'units' => 'rpm'], + 18 => ['field_name' => 'max_cadence', 'scale' => 1, 'offset' => 0, 'units' => 'rpm'], + 19 => ['field_name' => 'avg_power', 'scale' => 1, 'offset' => 0, 'units' => 'watts'], + 20 => ['field_name' => 'max_power', 'scale' => 1, 'offset' => 0, 'units' => 'watts'], + 21 => ['field_name' => 'total_ascent', 'scale' => 1, 'offset' => 0, 'units' => 'm'], + 22 => ['field_name' => 'total_descent', 'scale' => 1, 'offset' => 0, 'units' => 'm'], + 23 => ['field_name' => 'sport', 'scale' => 1, 'offset' => 0, 'units' => ''], + 24 => ['field_name' => 'event_group', 'scale' => 1, 'offset' => 0, 'units' => ''], + 25 => ['field_name' => 'nec_lat', 'scale' => 1, 'offset' => 0, 'units' => 'semicircles'], + 26 => ['field_name' => 'nec_long', 'scale' => 1, 'offset' => 0, 'units' => 'semicircles'], + 27 => ['field_name' => 'swc_lat', 'scale' => 1, 'offset' => 0, 'units' => 'semicircles'], + 28 => ['field_name' => 'swc_long', 'scale' => 1, 'offset' => 0, 'units' => 'semicircles'], + 29 => ['field_name' => 'name', 'scale' => 1, 'offset' => 0, 'units' => ''], + 30 => ['field_name' => 'normalized_power', 'scale' => 1, 'offset' => 0, 'units' => 'watts'], + 31 => ['field_name' => 'left_right_balance', 'scale' => 1, 'offset' => 0, 'units' => ''], + 32 => ['field_name' => 'sub_sport', 'scale' => 1, 'offset' => 0, 'units' => ''], + 33 => ['field_name' => 'total_work', 'scale' => 1, 'offset' => 0, 'units' => 'J'], + 58 => ['field_name' => 'sport_event', 'scale' => 1, 'offset' => 0, 'units' => ''], + 59 => ['field_name' => 'avg_left_torque_effectiveness', 'scale' => 2, 'offset' => 0, 'units' => 'percent'], + 60 => ['field_name' => 'avg_right_torque_effectiveness', 'scale' => 2, 'offset' => 0, 'units' => 'percent'], + 61 => ['field_name' => 'avg_left_pedal_smoothness', 'scale' => 2, 'offset' => 0, 'units' => 'percent'], + 62 => ['field_name' => 'avg_right_pedal_smoothness', 'scale' => 2, 'offset' => 0, 'units' => 'percent'], + 63 => ['field_name' => 'avg_combined_pedal_smoothness', 'scale' => 2, 'offset' => 0, 'units' => 'percent'], + 64 => ['field_name' => 'status', 'scale' => 1, 'offset' => 0, 'units' => ''], + 65 => ['field_name' => 'uuid', 'scale' => 1, 'offset' => 0, 'units' => ''], + 66 => ['field_name' => 'avg_fractional_cadence', 'scale' => 128, 'offset' => 0, 'units' => 'rpm'], + 67 => ['field_name' => 'max_fractional_cadence', 'scale' => 128, 'offset' => 0, 'units' => 'rpm'], + 68 => ['field_name' => 'total_fractional_cycles', 'scale' => 128, 'offset' => 0, 'units' => 'cycles'], + 69 => ['field_name' => 'front_gear_shift_count', 'scale' => 1, 'offset' => 0, 'units' => ''], + 70 => ['field_name' => 'rear_gear_shift_count', 'scale' => 1, 'offset' => 0, 'units' => ''], + 71 => ['field_name' => 'time_standing', 'scale' => 1000, 'offset' => 0, 'units' => 's'], + 72 => ['field_name' => 'stand_count', 'scale' => 1, 'offset' => 0, 'units' => ''], + 73 => ['field_name' => 'avg_left_pco', 'scale' => 1, 'offset' => 0, 'units' => 'mm'], + 74 => ['field_name' => 'avg_right_pco', 'scale' => 1, 'offset' => 0, 'units' => 'mm'], + 75 => ['field_name' => 'avg_left_power_phase', 'scale' => 0.7111111, 'offset' => 0, 'units' => 'degrees'], + 76 => ['field_name' => 'avg_left_power_phase_peak', 'scale' => 0.7111111, 'offset' => 0, 'units' => 'degrees'], + 77 => ['field_name' => 'avg_right_power_phase', 'scale' => 0.7111111, 'offset' => 0, 'units' => 'degrees'], + 78 => ['field_name' => 'avg_right_power_phase_peak', 'scale' => 0.7111111, 'offset' => 0, 'units' => 'degrees'], + 79 => ['field_name' => 'avg_power_position', 'scale' => 1, 'offset' => 0, 'units' => 'watts'], + 80 => ['field_name' => 'max_power_position', 'scale' => 1, 'offset' => 0, 'units' => 'watts'], + 81 => ['field_name' => 'avg_cadence_position', 'scale' => 1, 'offset' => 0, 'units' => 'rpm'], + 82 => ['field_name' => 'max_cadence_position', 'scale' => 1, 'offset' => 0, 'units' => 'rpm'], + 253 => ['field_name' => 'timestamp', 'scale' => 1, 'offset' => 0, 'units' => 's'], + 254 => ['field_name' => 'message_index', 'scale' => 1, 'offset' => 0, 'units' => ''] + ] + ], + + 206 => [ + 'mesg_name' => 'field_description', 'field_defns' => [ + 0 => ['field_name' => 'developer_data_index', 'scale' => 1, 'offset' => 0, 'units' => ''], + 1 => ['field_name' => 'field_definition_number', 'scale' => 1, 'offset' => 0, 'units' => ''], + 2 => ['field_name' => 'fit_base_type_id', 'scale' => 1, 'offset' => 0, 'units' => ''], + 3 => ['field_name' => 'field_name', 'scale' => 1, 'offset' => 0, 'units' => ''], + 4 => ['field_name' => 'array', 'scale' => 1, 'offset' => 0, 'units' => ''], + 5 => ['field_name' => 'components', 'scale' => 1, 'offset' => 0, 'units' => ''], + 6 => ['field_name' => 'scale', 'scale' => 1, 'offset' => 0, 'units' => ''], + 7 => ['field_name' => 'offset', 'scale' => 1, 'offset' => 0, 'units' => ''], + 8 => ['field_name' => 'units', 'scale' => 1, 'offset' => 0, 'units' => ''], + 9 => ['field_name' => 'bits', 'scale' => 1, 'offset' => 0, 'units' => ''], + 10 => ['field_name' => 'accumulate', 'scale' => 1, 'offset' => 0, 'units' => ''], + 13 => ['field_name' => 'fit_base_unit_id', 'scale' => 1, 'offset' => 0, 'units' => ''], + 14 => ['field_name' => 'native_mesg_num', 'scale' => 1, 'offset' => 0, 'units' => ''], + 15 => ['field_name' => 'native_field_num', 'scale' => 1, 'offset' => 0, 'units' => ''] + ] + ], + + 207 => [ + 'mesg_name' => 'developer_data_id', 'field_defns' => [ + 0 => ['field_name' => 'developer_id', 'scale' => 1, 'offset' => 0, 'units' => ''], + 1 => ['field_name' => 'application_id', 'scale' => 1, 'offset' => 0, 'units' => ''], + 2 => ['field_name' => 'manufacturer_id', 'scale' => 1, 'offset' => 0, 'units' => ''], + 3 => ['field_name' => 'developer_data_index', 'scale' => 1, 'offset' => 0, 'units' => ''], + 4 => ['field_name' => 'application_version', 'scale' => 1, 'offset' => 0, 'units' => ''] + ] + ], + + 258 => [ + 'mesg_name' => 'dive_settings', 'field_defns' => [ + 0 => ['field_name' => 'name', 'scale' => 1, 'offset' => 0, 'units' => ''], + 1 => ['field_name' => 'model', 'scale' => 1, 'offset' => 0, 'units' => ''], + 2 => ['field_name' => 'gf_low', 'scale' => 1, 'offset' => 0, 'units' => 'percent'], + 3 => ['field_name' => 'gf_high', 'scale' => 1, 'offset' => 0, 'units' => 'percent'], + 4 => ['field_name' => 'water_type', 'scale' => 1, 'offset' => 0, 'units' => ''], + 5 => ['field_name' => 'water_density', 'scale' => 1, 'offset' => 0, 'units' => 'kg/m^3'], + 6 => ['field_name' => 'po2_warn', 'scale' => 100, 'offset' => 0, 'units' => 'percent'], + 7 => ['field_name' => 'po2_critical', 'scale' => 100, 'offset' => 0, 'units' => 'percent'], + 8 => ['field_name' => 'po2_deco', 'scale' => 100, 'offset' => 0, 'units' => 'percent'], + 9 => ['field_name' => 'safety_stop_enabled', 'scale' => 1, 'offset' => 0, 'units' => ''], + 10 => ['field_name' => 'bottom_depth', 'scale' => 1, 'offset' => 0, 'units' => ''], + 11 => ['field_name' => 'bottom_time', 'scale' => 1, 'offset' => 0, 'units' => ''], + 12 => ['field_name' => 'apnea_countdown_enabled', 'scale' => 1, 'offset' => 0, 'units' => ''], + 13 => ['field_name' => 'apnea_countdown_time', 'scale' => 1, 'offset' => 0, 'units' => ''], + 14 => ['field_name' => 'backlight_mode', 'scale' => 1, 'offset' => 0, 'units' => ''], + 15 => ['field_name' => 'backlight_brightness', 'scale' => 1, 'offset' => 0, 'units' => ''], + 16 => ['field_name' => 'backlight_timeout', 'scale' => 1, 'offset' => 0, 'units' => ''], + 17 => ['field_name' => 'repeat_dive_interval', 'scale' => 1, 'offset' => 0, 'units' => 's'], + 18 => ['field_name' => 'safety_stop_time', 'scale' => 1, 'offset' => 0, 'units' => 's'], + 19 => ['field_name' => 'heart_rate_source_type', 'scale' => 1, 'offset' => 0, 'units' => ''], + 20 => ['field_name' => 'heart_rate_source', 'scale' => 1, 'offset' => 0, 'units' => ''], + 254 => ['field_name' => 'message_index', 'scale' => 1, 'offset' => 0, 'units' => ''] + ] + ], + + 259 => [ + 'mesg_name' => 'dive_gas', 'field_defns' => [ + 0 => ['field_name' => 'helium_content', 'scale' => 1, 'offset' => 0, 'units' => 'percent'], + 1 => ['field_name' => 'oxygen_content', 'scale' => 1, 'offset' => 0, 'units' => 'percent'], + 2 => ['field_name' => 'status', 'scale' => 1, 'offset' => 0, 'units' => ''], + 254 => ['field_name' => 'message_index', 'scale' => 1, 'offset' => 0, 'units' => ''] + ] + ], + + 262 => [ + 'mesg_name' => 'dive_alarm', 'field_defns' => [ + 0 => ['field_name' => 'depth', 'scale' => 1000, 'offset' => 0, 'units' => 'm'], + 1 => ['field_name' => 'time', 'scale' => 1, 'offset' => 0, 'units' => 's'], + 2 => ['field_name' => 'enabled', 'scale' => 1, 'offset' => 0, 'units' => ''], + 3 => ['field_name' => 'alarm_type', 'scale' => 1, 'offset' => 0, 'units' => ''], + 4 => ['field_name' => 'sound', 'scale' => 1, 'offset' => 0, 'units' => ''], + 254 => ['field_name' => 'message_index', 'scale' => 1, 'offset' => 0, 'units' => ''] + ] + ], + + 268 => [ + 'mesg_name' => 'dive_summary', 'field_defns' => [ + 0 => ['field_name' => 'reference_mesg', 'scale' => 1, 'offset' => 0, 'units' => ''], + 1 => ['field_name' => 'reference_index', 'scale' => 1, 'offset' => 0, 'units' => ''], + 2 => ['field_name' => 'avg_depth', 'scale' => 1000, 'offset' => 0, 'units' => 'm'], + 3 => ['field_name' => 'max_depth', 'scale' => 1000, 'offset' => 0, 'units' => 'm'], + 4 => ['field_name' => 'surface_interval', 'scale' => 1, 'offset' => 0, 'units' => 's'], + 5 => ['field_name' => 'start_cns', 'scale' => 1, 'offset' => 0, 'units' => 'percent'], + 6 => ['field_name' => 'end_cns', 'scale' => 1, 'offset' => 0, 'units' => 'percent'], + 7 => ['field_name' => 'start_n2', 'scale' => 1, 'offset' => 0, 'units' => 'percent'], + 8 => ['field_name' => 'end_n2', 'scale' => 1, 'offset' => 0, 'units' => 'percent'], + 9 => ['field_name' => 'o2_toxicity', 'scale' => 1, 'offset' => 0, 'units' => 'OTUs'], + 10 => ['field_name' => 'dive_number', 'scale' => 1, 'offset' => 0, 'units' => ''], + 11 => ['field_name' => 'bottom_time', 'scale' => 1000, 'offset' => 0, 'units' => 's'], + 253 => ['field_name' => 'timestamp', 'scale' => 1, 'offset' => 0, 'units' => 's'] + ] + ] + ]; + + // PHP Constructor - called when an object of the class is instantiated. + public function __construct($file_path_or_data, $options = null) + { + if( isset( $options['input_is_data'] ) ){ + $this->file_contents = $file_path_or_data; + }else{ + if (empty($file_path_or_data)) { + throw new \Exception('phpFITFileAnalysis->__construct(): file_path is empty!'); + } + if (!file_exists($file_path_or_data)) { + throw new \Exception('phpFITFileAnalysis->__construct(): file \''.$file_path_or_data.'\' does not exist!'); + } + /** + * D00001275 Flexible & Interoperable Data Transfer (FIT) Protocol Rev 1.7.pdf + * 3.3 FIT File Structure + * Header . Data Records . CRC + */ + $this->file_contents = file_get_contents($file_path_or_data); // Read the entire file into a string + + } + + $this->options = $options; + if (isset($options['garmin_timestamps']) && $options['garmin_timestamps'] == true) { + $this->garmin_timestamps = true; + } + $this->options['overwrite_with_dev_data'] = false; + if (isset($this->options['overwrite_with_dev_data']) && $this->options['overwrite_with_dev_data'] == true) { + $this->options['overwrite_with_dev_data'] = true; + } + $this->php_trader_ext_loaded = extension_loaded('trader'); + + // Process the file contents. + $this->readHeader(); + $this->readDataRecords(); + $this->oneElementArrays(); + + // Process HR messages + $this->processHrMessages(); + + // Handle options. + $this->fixData($this->options); + $this->setUnits($this->options); + } + + /** + * D00001275 Flexible & Interoperable Data Transfer (FIT) Protocol Rev 1.7.pdf + * Table 3-1. Byte Description of File Header + */ + private function readHeader() + { + $header_size = unpack('C1header_size', substr($this->file_contents, $this->file_pointer, 1))['header_size']; + $this->file_pointer++; + + if ($header_size != 12 && $header_size != 14) { + throw new \Exception('phpFITFileAnalysis->readHeader(): not a valid header size!'); + } + + $header_fields = 'C1protocol_version/' . + 'v1profile_version/' . + 'V1data_size/' . + 'C4data_type'; + if ($header_size > 12) { + $header_fields .= '/v1crc'; + } + $this->file_header = unpack($header_fields, substr($this->file_contents, $this->file_pointer, $header_size - 1)); + $this->file_header['header_size'] = $header_size; + + $this->file_pointer += $this->file_header['header_size'] - 1; + + $file_extension = sprintf('%c%c%c%c', $this->file_header['data_type1'], $this->file_header['data_type2'], $this->file_header['data_type3'], $this->file_header['data_type4']); + + if ($file_extension != '.FIT' || $this->file_header['data_size'] <= 0) { + throw new \Exception('phpFITFileAnalysis->readHeader(): not a valid FIT file!'); + } + + if (strlen($this->file_contents) - $header_size - 2 !== $this->file_header['data_size']) { + // Overwrite the data_size. Seems to be incorrect if there are buffered messages e.g. HR records. + $this->file_header['data_size'] = $this->file_header['crc'] - $header_size + 2; + } + } + + /** + * Reads the remainder of $this->file_contents and store the data in the $this->data_mesgs array. + */ + private function readDataRecords() + { + $record_header_byte = 0; + $message_type = 0; + $developer_data_flag = 0; + $local_mesg_type = 0; + $previousTS = 0; + + while ($this->file_header['header_size'] + $this->file_header['data_size'] > $this->file_pointer) { + $record_header_byte = ord(substr($this->file_contents, $this->file_pointer, 1)); + $this->file_pointer++; + + $compressedTimestamp = false; + $tsOffset = 0; + /** + * D00001275 Flexible & Interoperable Data Transfer (FIT) Protocol Rev 2.2.pdf + * Table 4-1. Normal Header Bit Field Description + */ + if (($record_header_byte >> 7) & 1) { // Check that it's a normal header + // Header with compressed timestamp + $message_type = 0; //always 0: DATA_MESSAGE + $developer_data_flag = 0; // always 0: DATA_MESSAGE + $local_mesg_type = ($record_header_byte >> 5) & 3; // bindec('0011') == 3 + $tsOffset = $record_header_byte & 31; + $compressedTimestamp = true; + } else { + //Normal header + $message_type = ($record_header_byte >> 6) & 1; // 1: DEFINITION_MESSAGE; 0: DATA_MESSAGE + $developer_data_flag = ($record_header_byte >> 5) & 1; // 1: DEFINITION_MESSAGE; 0: DATA_MESSAGE + $local_mesg_type = $record_header_byte & 15; // bindec('1111') == 15 + } + + switch ($message_type) { + case DEFINITION_MESSAGE: + /** + * D00001275 Flexible & Interoperable Data Transfer (FIT) Protocol Rev 1.7.pdf + * Table 4-1. Normal Header Bit Field Description + */ + $this->file_pointer++; // Reserved - IGNORED + $architecture = ord(substr($this->file_contents, $this->file_pointer, 1)); // Architecture + $this->file_pointer++; + + $this->types = $this->endianness[$architecture]; + + $global_mesg_num = ($architecture === 0) ? unpack('v1tmp', substr($this->file_contents, $this->file_pointer, 2))['tmp'] : unpack('n1tmp', substr($this->file_contents, $this->file_pointer, 2))['tmp']; + $this->file_pointer += 2; + + $num_fields = ord(substr($this->file_contents, $this->file_pointer, 1)); + $this->file_pointer++; + + $field_definitions = []; + $total_size = 0; + for ($i=0; $i<$num_fields; ++$i) { + $field_definition_number = ord(substr($this->file_contents, $this->file_pointer, 1)); + $this->file_pointer++; + $size = ord(substr($this->file_contents, $this->file_pointer, 1)); + $this->file_pointer++; + $base_type = ord(substr($this->file_contents, $this->file_pointer, 1)); + $this->file_pointer++; + + $field_definitions[] = ['field_definition_number' => $field_definition_number, 'size' => $size, 'base_type' => $base_type]; + $total_size += $size; + } + + $num_dev_fields = 0; + $dev_field_definitions = []; + if ($developer_data_flag === 1) { + $num_dev_fields = ord(substr($this->file_contents, $this->file_pointer, 1)); + $this->file_pointer++; + + for ($i=0; $i<$num_dev_fields; ++$i) { + $field_definition_number = ord(substr($this->file_contents, $this->file_pointer, 1)); + $this->file_pointer++; + $size = ord(substr($this->file_contents, $this->file_pointer, 1)); + $this->file_pointer++; + $developer_data_index = ord(substr($this->file_contents, $this->file_pointer, 1)); + $this->file_pointer++; + + $dev_field_definitions[] = ['field_definition_number' => $field_definition_number, 'size' => $size, 'developer_data_index' => $developer_data_index]; + $total_size += $size; + } + } + + $this->defn_mesgs[$local_mesg_type] = [ + 'global_mesg_num' => $global_mesg_num, + 'num_fields' => $num_fields, + 'field_defns' => $field_definitions, + 'num_dev_fields' => $num_dev_fields, + 'dev_field_definitions' => $dev_field_definitions, + 'total_size' => $total_size + ]; + $this->defn_mesgs_all[] = [ + 'global_mesg_num' => $global_mesg_num, + 'num_fields' => $num_fields, + 'field_defns' => $field_definitions, + 'num_dev_fields' => $num_dev_fields, + 'dev_field_definitions' => $dev_field_definitions, + 'total_size' => $total_size + ]; + break; + + case DATA_MESSAGE: + // Check that we have information on the Data Message. + if (isset($this->data_mesg_info[$this->defn_mesgs[$local_mesg_type]['global_mesg_num']])) { + $tmp_record_array = []; // Temporary array to store Record data message pieces + $tmp_value = null; // Placeholder for value for checking before inserting into the tmp_record_array + + foreach ($this->defn_mesgs[$local_mesg_type]['field_defns'] as $field_defn) { + // Check that we have information on the Field Definition and a valid base type exists. + if (isset($this->data_mesg_info[$this->defn_mesgs[$local_mesg_type]['global_mesg_num']]['field_defns'][$field_defn['field_definition_number']]) && isset($this->types[$field_defn['base_type']])) { + // Check if it's an invalid value for the type + $tmp_value = unpack($this->types[$field_defn['base_type']]['format'], substr($this->file_contents, $this->file_pointer, $field_defn['size']))['tmp']; + if ($tmp_value !== $this->invalid_values[$field_defn['base_type']] || + $this->defn_mesgs[$local_mesg_type]['global_mesg_num'] === 132) { + // If it's a timestamp, compensate between different in FIT and Unix timestamp epochs + if ($field_defn['field_definition_number'] === 253 && !$this->garmin_timestamps) { + $tmp_value += FIT_UNIX_TS_DIFF; + } + + // If it's a Record data message, store all the pieces in the temporary array as the timestamp may not be first... + if ($this->defn_mesgs[$local_mesg_type]['global_mesg_num'] === 20) { + $tmp_record_array[$this->data_mesg_info[$this->defn_mesgs[$local_mesg_type]['global_mesg_num']]['field_defns'][$field_defn['field_definition_number']]['field_name']] = $tmp_value / $this->data_mesg_info[$this->defn_mesgs[$local_mesg_type]['global_mesg_num']]['field_defns'][$field_defn['field_definition_number']]['scale'] - $this->data_mesg_info[$this->defn_mesgs[$local_mesg_type]['global_mesg_num']]['field_defns'][$field_defn['field_definition_number']]['offset']; + } elseif ($this->defn_mesgs[$local_mesg_type]['global_mesg_num'] === 206) { // Developer Data + $tmp_record_array[$this->data_mesg_info[$this->defn_mesgs[$local_mesg_type]['global_mesg_num']]['field_defns'][$field_defn['field_definition_number']]['field_name']] = $tmp_value; + } else { + if ($field_defn['base_type'] === 7) { // Handle strings appropriately + $this->data_mesgs[$this->data_mesg_info[$this->defn_mesgs[$local_mesg_type]['global_mesg_num']]['mesg_name']][$this->data_mesg_info[$this->defn_mesgs[$local_mesg_type]['global_mesg_num']]['field_defns'][$field_defn['field_definition_number']]['field_name']][] = filter_var($tmp_value, FILTER_SANITIZE_STRING); + } else { + // Handle arrays + if ($field_defn['size'] !== $this->types[$field_defn['base_type']]['bytes']) { + $tmp_array = []; + $num_vals = $field_defn['size'] / $this->types[$field_defn['base_type']]['bytes']; + for ($i=0; $i<$num_vals; ++$i) { + $tmp_array[] = unpack($this->types[$field_defn['base_type']]['format'], substr($this->file_contents, $this->file_pointer + ($i * $this->types[$field_defn['base_type']]['bytes']), $field_defn['size']))['tmp']/ $this->data_mesg_info[$this->defn_mesgs[$local_mesg_type]['global_mesg_num']]['field_defns'][$field_defn['field_definition_number']]['scale'] - $this->data_mesg_info[$this->defn_mesgs[$local_mesg_type]['global_mesg_num']]['field_defns'][$field_defn['field_definition_number']]['offset']; + } + $this->data_mesgs[$this->data_mesg_info[$this->defn_mesgs[$local_mesg_type]['global_mesg_num']]['mesg_name']][$this->data_mesg_info[$this->defn_mesgs[$local_mesg_type]['global_mesg_num']]['field_defns'][$field_defn['field_definition_number']]['field_name']][] = $tmp_array; + } else { + $this->data_mesgs[$this->data_mesg_info[$this->defn_mesgs[$local_mesg_type]['global_mesg_num']]['mesg_name']][$this->data_mesg_info[$this->defn_mesgs[$local_mesg_type]['global_mesg_num']]['field_defns'][$field_defn['field_definition_number']]['field_name']][] = $tmp_value / $this->data_mesg_info[$this->defn_mesgs[$local_mesg_type]['global_mesg_num']]['field_defns'][$field_defn['field_definition_number']]['scale'] - $this->data_mesg_info[$this->defn_mesgs[$local_mesg_type]['global_mesg_num']]['field_defns'][$field_defn['field_definition_number']]['offset']; + } + } + } + } + } + $this->file_pointer += $field_defn['size']; + } + + // Handle Developer Data + if ($this->defn_mesgs[$local_mesg_type]['global_mesg_num'] === 206) { + $developer_data_index = $tmp_record_array['developer_data_index']; + $field_definition_number = $tmp_record_array['field_definition_number']; + unset($tmp_record_array['developer_data_index']); + unset($tmp_record_array['field_definition_number']); + if (isset($tmp_record_array['field_name'])) { // Get rid of special/invalid characters after the null terminated string + $tmp_record_array['field_name'] = strtolower(implode('', explode("\0", $tmp_record_array['field_name']))); + } + if (isset($tmp_record_array['units'])) { + $tmp_record_array['units'] = strtolower(implode('', explode("\0", $tmp_record_array['units']))); + } + $this->dev_field_descriptions[$developer_data_index][$field_definition_number] = $tmp_record_array; + unset($tmp_record_array); + } + foreach ($this->defn_mesgs[$local_mesg_type]['dev_field_definitions'] as $field_defn) { + // Units + $this->data_mesgs['developer_data'][$this->dev_field_descriptions[$field_defn['developer_data_index']][$field_defn['field_definition_number']]['field_name']]['units'] = $this->dev_field_descriptions[$field_defn['developer_data_index']][$field_defn['field_definition_number']]['units']; + + // Data + $this->data_mesgs['developer_data'][$this->dev_field_descriptions[$field_defn['developer_data_index']][$field_defn['field_definition_number']]['field_name']]['data'][] = unpack($this->types[$this->dev_field_descriptions[$field_defn['developer_data_index']][$field_defn['field_definition_number']]['fit_base_type_id']]['format'], substr($this->file_contents, $this->file_pointer, $field_defn['size']))['tmp']; + + $this->file_pointer += $field_defn['size']; + } + + // Process the temporary array and load values into the public data messages array + if (!empty($tmp_record_array)) { + $timestamp = isset($this->data_mesgs['record']['timestamp']) ? max($this->data_mesgs['record']['timestamp']) + 1 : 0; + if ($compressedTimestamp) { + if ($previousTS === 0) { + // This should not happen! Throw exception? + } else { + $previousTS -= FIT_UNIX_TS_DIFF; // back to FIT timestamps epoch + $fiveLsb = $previousTS & 0x1F; + if ($tsOffset >= $fiveLsb) { + // No rollover + $timestamp = $previousTS - $fiveLsb + $tsOffset; + } else { + // Rollover + $timestamp = $previousTS - $fiveLsb + $tsOffset + 32; + } + $timestamp += FIT_UNIX_TS_DIFF; // back to Unix timestamps epoch + $previousTS += FIT_UNIX_TS_DIFF; + } + } else { + if (isset($tmp_record_array['timestamp'])) { + if ($tmp_record_array['timestamp'] > 0) { + $timestamp = $tmp_record_array['timestamp']; + $previousTS = $timestamp; + } + unset($tmp_record_array['timestamp']); + } + } + + $this->data_mesgs['record']['timestamp'][] = $timestamp; + + foreach ($tmp_record_array as $key => $value) { + if ($value !== null) { + $this->data_mesgs['record'][$key][$timestamp] = $value; + } + } + } + } else { + $this->file_pointer += $this->defn_mesgs[$local_mesg_type]['total_size']; + } + } + } + // Overwrite native FIT fields (e.g. Power, HR, Cadence, etc) with developer data by default + if (!empty($this->dev_field_descriptions)) { + foreach ($this->dev_field_descriptions as $developer_data_index) { + foreach ($developer_data_index as $field_definition_number) { + if (isset($field_definition_number['native_field_num'])) { + if (isset($this->data_mesgs['record'][$field_definition_number['field_name']]) && !$this->options['overwrite_with_dev_data']) { + continue; + } + $this->data_mesgs['record'][$field_definition_number['field_name']] = $this->data_mesgs['developer_data'][$field_definition_number['field_name']]['data']; + } + } + } + } + } + + /** + * If the user has requested for the data to be fixed, identify the missing keys for that data. + */ + private function fixData($options) + { + // By default the constant FIT_UNIX_TS_DIFF will be added to timestamps, which have field type of date_time (or local_date_time). + // Timestamp fields (field number == 253) converted after being unpacked in $this->readDataRecords(). + if (!$this->garmin_timestamps) { + $date_times = [ + ['message_name' => 'activity', 'field_name' => 'local_timestamp'], + ['message_name' => 'course_point', 'field_name' => 'timestamp'], + ['message_name' => 'file_id', 'field_name' => 'time_created'], + ['message_name' => 'goal', 'field_name' => 'end_date'], + ['message_name' => 'goal', 'field_name' => 'start_date'], + ['message_name' => 'lap', 'field_name' => 'start_time'], + ['message_name' => 'length', 'field_name' => 'start_time'], + ['message_name' => 'monitoring', 'field_name' => 'local_timestamp'], + ['message_name' => 'monitoring_info', 'field_name' => 'local_timestamp'], + ['message_name' => 'obdii_data', 'field_name' => 'start_timestamp'], + ['message_name' => 'schedule', 'field_name' => 'scheduled_time'], + ['message_name' => 'schedule', 'field_name' => 'time_created'], + ['message_name' => 'segment_lap', 'field_name' => 'start_time'], + ['message_name' => 'session', 'field_name' => 'start_time'], + ['message_name' => 'timestamp_correlation', 'field_name' => 'local_timestamp'], + ['message_name' => 'timestamp_correlation', 'field_name' => 'system_timestamp'], + ['message_name' => 'training_file', 'field_name' => 'time_created'], + ['message_name' => 'video_clip', 'field_name' => 'end_timestamp'], + ['message_name' => 'video_clip', 'field_name' => 'start_timestamp'] + ]; + + foreach ($date_times as $date_time) { + if (isset($this->data_mesgs[$date_time['message_name']][$date_time['field_name']])) { + if (is_array($this->data_mesgs[$date_time['message_name']][$date_time['field_name']])) { + foreach ($this->data_mesgs[$date_time['message_name']][$date_time['field_name']] as &$element) { + $element += FIT_UNIX_TS_DIFF; + } + } else { + $this->data_mesgs[$date_time['message_name']][$date_time['field_name']] += FIT_UNIX_TS_DIFF; + } + } + } + } + + + // Find messages that have been unpacked as unsigned integers that should be signed integers. + // http://php.net/manual/en/function.pack.php - signed integers endianness is always machine dependent. + // 131 s signed short (always 16 bit, machine byte order) + // 133 l signed long (always 32 bit, machine byte order) + // 142 q signed long long (always 64 bit, machine byte order) + foreach ($this->defn_mesgs_all as $mesg) { + if (isset($this->data_mesg_info[$mesg['global_mesg_num']])) { + $mesg_name = $this->data_mesg_info[$mesg['global_mesg_num']]['mesg_name']; + + + foreach ($mesg['field_defns'] as $field) { + // Convert uint16 to sint16 + if ($field['base_type'] === 131 && isset($this->data_mesg_info[$mesg['global_mesg_num']]['field_defns'][$field['field_definition_number']]['field_name'])) { + $field_name = $this->data_mesg_info[$mesg['global_mesg_num']]['field_defns'][$field['field_definition_number']]['field_name']; + if (isset($this->data_mesgs[$mesg_name][$field_name])) { + if (is_array($this->data_mesgs[$mesg_name][$field_name])) { + foreach ($this->data_mesgs[$mesg_name][$field_name] as &$v) { + if (PHP_INT_SIZE === 8 && $v > 0x7FFF) { + $v -= 0x10000; + } + if ($v > 0x7FFF) { + $v = -1 * ($v - 0x7FFF); + } + } + } elseif ($this->data_mesgs[$mesg_name][$field_name] > 0x7FFF) { + if (PHP_INT_SIZE === 8) { + $this->data_mesgs[$mesg_name][$field_name] -= 0x10000; + } + $this->data_mesgs[$mesg_name][$field_name] = -1 * ($this->data_mesgs[$mesg_name][$field_name] - 0x7FFF); + } + } + } // Convert uint32 to sint32 + elseif ($field['base_type'] === 133 && isset($this->data_mesg_info[$mesg['global_mesg_num']]['field_defns'][$field['field_definition_number']]['field_name'])) { + $field_name = $this->data_mesg_info[$mesg['global_mesg_num']]['field_defns'][$field['field_definition_number']]['field_name']; + if (isset($this->data_mesgs[$mesg_name][$field_name])) { + if (is_array($this->data_mesgs[$mesg_name][$field_name])) { + foreach ($this->data_mesgs[$mesg_name][$field_name] as &$v) { + if (PHP_INT_SIZE === 8 && $v > 0x7FFFFFFF) { + $v -= 0x100000000; + } + if ($v > 0x7FFFFFFF) { + $v = -1 * ($v - 0x7FFFFFFF); + } + } + } elseif ($this->data_mesgs[$mesg_name][$field_name] > 0x7FFFFFFF) { + if (PHP_INT_SIZE === 8) { + $this->data_mesgs[$mesg_name][$field_name] -= 0x100000000; + + } + if( $this->data_mesgs[$mesg_name][$field_name] > 0x7FFFFFFF ){ + $this->data_mesgs[$mesg_name][$field_name] = -1 * ($this->data_mesgs[$mesg_name][$field_name] - 0x7FFFFFFF); + } + } + } + } // Convert uint64 to sint64 + elseif ($field['base_type'] === 142 && isset($this->data_mesg_info[$mesg['global_mesg_num']]['field_defns'][$field['field_definition_number']]['field_name'])) { + $field_name = $this->data_mesg_info[$mesg['global_mesg_num']]['field_defns'][$field['field_definition_number']]['field_name']; + if (isset($this->data_mesgs[$mesg_name][$field_name])) { + if (is_array($this->data_mesgs[$mesg_name][$field_name])) { + foreach ($this->data_mesgs[$mesg_name][$field_name] as &$v) { + if (PHP_INT_SIZE === 8 && $v > 0x7FFFFFFFFFFFFFFF) { + $v -= 0x10000000000000000; + } + if ($v > 0x7FFFFFFFFFFFFFFF) { + $v = -1 * ($v - 0x7FFFFFFFFFFFFFFF); + } + } + } elseif ($this->data_mesgs[$mesg_name][$field_name] > 0x7FFFFFFFFFFFFFFF) { + if (PHP_INT_SIZE === 8) { + $this->data_mesgs[$mesg_name][$field_name] -= 0x10000000000000000; + } + $this->data_mesgs[$mesg_name][$field_name] = -1 * ($this->data_mesgs[$mesg_name][$field_name] - 0x7FFFFFFFFFFFFFFF); + } + } + } + } + } + } + + // Remove duplicate timestamps + if (isset($this->data_mesgs['record']['timestamp']) && is_array($this->data_mesgs['record']['timestamp'])) { + $this->data_mesgs['record']['timestamp'] = array_unique($this->data_mesgs['record']['timestamp']); + } + + // Return if no option set + if (empty($options['fix_data']) && empty($options['data_every_second'])) { + return; + } + + // If $options['data_every_second'], then create timestamp array for every second from min to max + if (!empty($options['data_every_second']) && !(is_string($options['data_every_second']) && strtolower($options['data_every_second']) === 'false')) { + // If user has not specified the data to be fixed, assume all + if (empty($options['fix_data'])) { + $options['fix_data'] = ['all']; + } + + $min_ts = min($this->data_mesgs['record']['timestamp']); + $max_ts = max($this->data_mesgs['record']['timestamp']); + unset($this->data_mesgs['record']['timestamp']); + for ($i=$min_ts; $i<=$max_ts; ++$i) { + $this->data_mesgs['record']['timestamp'][] = $i; + } + } + + // Check if valid option(s) provided + array_walk($options['fix_data'], function (&$value) { + $value = strtolower($value); + }); // Make all lower-case. + if (count(array_intersect(['all', 'cadence', 'distance', 'heart_rate', 'lat_lon', 'speed', 'power'], $options['fix_data'])) === 0) { + throw new \Exception('phpFITFileAnalysis->fixData(): option not valid!'); + } + + $bCadence = $bDistance = $bHeartRate = $bLatitudeLongitude = $bSpeed = $bPower = false; + if (in_array('all', $options['fix_data'])) { + $bCadence = isset($this->data_mesgs['record']['cadence']); + $bDistance = isset($this->data_mesgs['record']['distance']); + $bHeartRate = isset($this->data_mesgs['record']['heart_rate']); + $bLatitudeLongitude = isset($this->data_mesgs['record']['position_lat']) && isset($this->data_mesgs['record']['position_long']); + $bSpeed = isset($this->data_mesgs['record']['speed']); + $bPower = isset($this->data_mesgs['record']['power']); + } else { + if (isset($this->data_mesgs['record']['timestamp'])) { + $count_timestamp = count($this->data_mesgs['record']['timestamp']); // No point try to insert missing values if we know there aren't any. + if (isset($this->data_mesgs['record']['cadence'])) { + $bCadence = (count($this->data_mesgs['record']['cadence']) === $count_timestamp) ? false : in_array('cadence', $options['fix_data']); + } + if (isset($this->data_mesgs['record']['distance'])) { + $bDistance = (count($this->data_mesgs['record']['distance']) === $count_timestamp) ? false : in_array('distance', $options['fix_data']); + } + if (isset($this->data_mesgs['record']['heart_rate'])) { + $bHeartRate = (count($this->data_mesgs['record']['heart_rate']) === $count_timestamp) ? false : in_array('heart_rate', $options['fix_data']); + } + if (isset($this->data_mesgs['record']['position_lat']) && isset($this->data_mesgs['record']['position_long'])) { + $bLatitudeLongitude = (count($this->data_mesgs['record']['position_lat']) === $count_timestamp + && count($this->data_mesgs['record']['position_long']) === $count_timestamp) ? false : in_array('lat_lon', $options['fix_data']); + } + if (isset($this->data_mesgs['record']['speed'])) { + $bSpeed = (count($this->data_mesgs['record']['speed']) === $count_timestamp) ? false : in_array('speed', $options['fix_data']); + } + if (isset($this->data_mesgs['record']['power'])) { + $bPower = (count($this->data_mesgs['record']['power']) === $count_timestamp) ? false : in_array('power', $options['fix_data']); + } + } + } + + $missing_distance_keys = []; + $missing_hr_keys = []; + $missing_lat_keys = []; + $missing_lon_keys = []; + $missing_speed_keys = []; + $missing_power_keys = []; + + foreach ($this->data_mesgs['record']['timestamp'] as $timestamp) { + if ($bCadence) { // Assumes all missing cadence values are zeros + if (!isset($this->data_mesgs['record']['cadence'][$timestamp])) { + $this->data_mesgs['record']['cadence'][$timestamp] = 0; + } + } + if ($bDistance) { + if (!isset($this->data_mesgs['record']['distance'][$timestamp])) { + $missing_distance_keys[] = $timestamp; + } + } + if ($bHeartRate) { + if (!isset($this->data_mesgs['record']['heart_rate'][$timestamp])) { + $missing_hr_keys[] = $timestamp; + } + } + if ($bLatitudeLongitude) { + if (!isset($this->data_mesgs['record']['position_lat'][$timestamp])) { + $missing_lat_keys[] = $timestamp; + } + if (!isset($this->data_mesgs['record']['position_long'][$timestamp])) { + $missing_lon_keys[] = $timestamp; + } + } + if ($bSpeed) { + if (!isset($this->data_mesgs['record']['speed'][$timestamp])) { + $missing_speed_keys[] = $timestamp; + } + } + if ($bPower) { + if (!isset($this->data_mesgs['record']['power'][$timestamp])) { + $missing_power_keys[] = $timestamp; + } + } + } + + if ($bCadence) { + ksort($this->data_mesgs['record']['cadence']); // no interpolation; zeros added earlier + } + if ($bDistance) { + $this->interpolateMissingData($missing_distance_keys, $this->data_mesgs['record']['distance']); + } + if ($bHeartRate) { + $this->interpolateMissingData($missing_hr_keys, $this->data_mesgs['record']['heart_rate']); + } + if ($bLatitudeLongitude) { + $this->interpolateMissingData($missing_lat_keys, $this->data_mesgs['record']['position_lat']); + $this->interpolateMissingData($missing_lon_keys, $this->data_mesgs['record']['position_long']); + } + if ($bSpeed) { + $this->interpolateMissingData($missing_speed_keys, $this->data_mesgs['record']['speed']); + } + if ($bPower) { + $this->interpolateMissingData($missing_power_keys, $this->data_mesgs['record']['power']); + } + } + + /** + * For the missing keys in the data, interpolate using values either side and insert as necessary. + */ + private function interpolateMissingData(&$missing_keys, &$array) + { + if (!is_array($array)) { + return; // Can't interpolate if not an array + } + + $num_points = 2; + + $min_key = min(array_keys($array)); + $max_key = max(array_keys($array)); + $count = count($missing_keys); + + for ($i=0; $i<$count; ++$i) { + if ($missing_keys[$i] !== 0) { + // Interpolating outside recorded range is impossible - use edge values instead + if ($missing_keys[$i] > $max_key) { + $array[$missing_keys[$i]] = $array[$max_key]; + continue; + } elseif ($missing_keys[$i] < $min_key) { + $array[$missing_keys[$i]] = $array[$min_key]; + continue; + } + + $prev_value = $next_value = reset($array); + + while ($missing_keys[$i] > key($array)) { + $prev_value = current($array); + $next_value = next($array); + } + for ($j=$i+1; $j<$count; ++$j) { + if ($missing_keys[$j] < key($array)) { + $num_points++; + } else { + break; + } + } + + $gap = ($next_value - $prev_value) / $num_points; + + for ($k=0; $k<=$num_points-2; ++$k) { + $array[$missing_keys[$i+$k]] = $prev_value + ($gap * ($k+1)); + } + for ($k=0; $k<=$num_points-2; ++$k) { + $missing_keys[$i+$k] = 0; + } + + $num_points = 2; + } + } + + ksort($array); // sort using keys + } + + /** + * Change arrays that contain only one element into non-arrays so you can use $variable rather than $variable[0] to access. + */ + private function oneElementArrays() + { + foreach ($this->data_mesgs as $mesg_key => $mesg) { + if ($mesg_key === 'developer_data') { + continue; + } + foreach ($mesg as $field_key => $field) { + if (count($field) === 1) { + $first_key = key($field); + $this->data_mesgs[$mesg_key][$field_key] = $field[$first_key]; + } + } + } + } + + /** + * The FIT protocol makes use of enumerated data types. + * Where these values have been identified in the FIT SDK, they have been included in $this->enum_data + * This function returns the enumerated value for a given message type. + */ + public function enumData($type, $value) + { + if (is_array($value)) { + $tmp = []; + foreach ($value as $element) { + if (isset($this->enum_data[$type][$element])) { + $tmp[] = $this->enum_data[$type][$element]; + } else { + $tmp[] = 'unknown'; + } + } + return $tmp; + } else { + return isset($this->enum_data[$type][$value]) ? $this->enum_data[$type][$value] : 'unknown'; + } + } + + /** + * Short-hand access to commonly used enumerated data. + */ + public function manufacturer() + { + $tmp = $this->enumData('manufacturer', $this->data_mesgs['device_info']['manufacturer']); + return is_array($tmp) ? $tmp[0] : $tmp; + } + public function product() + { + $tmp = $this->enumData('product', $this->data_mesgs['device_info']['product']); + return is_array($tmp) ? $tmp[0] : $tmp; + } + public function sport() + { + $tmp = $this->enumData('sport', $this->data_mesgs['session']['sport']); + return is_array($tmp) ? $tmp[0] : $tmp; + } + + /** + * Transform the values read from the FIT file into the units requested by the user. + */ + private function setUnits($options) + { + if (!empty($options['units'])) { + // Handle $options['units'] not being passed as array and/or not in lowercase. + $units = strtolower((is_array($options['units'])) ? $options['units'][0] : $options['units']); + } else { + $units = 'metric'; + } + + // Handle $options['pace'] being pass as array and/or boolean vs string and/or lowercase. + $bPace = false; + if (isset($options['pace'])) { + $pace = is_array($options['pace']) ? $options['pace'][0] : $options['pace']; + if (is_bool($pace)) { + $bPace = $pace; + } elseif (is_string($pace)) { + $pace = strtolower($pace); + if ($pace === 'true' || $pace === 'false') { + $bPace = $pace; + } else { + throw new \Exception('phpFITFileAnalysis->setUnits(): pace option not valid!'); + } + } else { + throw new \Exception('phpFITFileAnalysis->setUnits(): pace option not valid!'); + } + } + + // Set units for all messages + $messages = ['session', 'lap', 'record', 'segment_lap']; + $c_fields = [ + 'avg_temperature', + 'max_temperature', + 'temperature' + ]; + $m_fields = [ + 'distance', + 'total_distance' + ]; + $m_ft_fields = [ + 'altitude', + 'avg_altitude', + 'enhanced_avg_altitude', + 'enhanced_max_altitude', + 'enhanced_min_altitude', + 'max_altitude', + 'min_altitude', + 'total_ascent', + 'total_descent' + ]; + $ms_fields = [ + 'avg_neg_vertical_speed', + 'avg_pos_vertical_speed', + 'avg_speed', + 'enhanced_avg_speed', + 'enhanced_max_speed', + 'enhanced_speed', + 'max_neg_vertical_speed', + 'max_pos_vertical_speed', + 'max_speed', + 'speed' + ]; + $semi_fields = [ + 'end_position_lat', + 'end_position_long', + 'nec_lat', + 'nec_long', + 'position_lat', + 'position_long', + 'start_position_lat', + 'start_position_long', + 'swc_lat', + 'swc_long' + ]; + + foreach ($messages as $message) { + switch ($units) { + case 'statute': + // convert from celsius to fahrenheit + foreach ($c_fields as $field) { + if (isset($this->data_mesgs[$message][$field])) { + if (is_array($this->data_mesgs[$message][$field])) { + foreach ($this->data_mesgs[$message][$field] as &$value) { + $value = round((($value * 9) / 5) + 32, 2); + } + } else { + $this->data_mesgs[$message][$field] = round((($this->data_mesgs[$message][$field] * 9) / 5) + 32, 2); + } + } + } + + // convert from meters to miles + foreach ($m_fields as $field) { + if (isset($this->data_mesgs[$message][$field])) { + if (is_array($this->data_mesgs[$message][$field])) { + foreach ($this->data_mesgs[$message][$field] as &$value) { + $value = round($value * 0.000621371192, 2); + } + } else { + $this->data_mesgs[$message][$field] = round($this->data_mesgs[$message][$field] * 0.000621371192, 2); + } + } + } + + // convert from meters to feet + foreach ($m_ft_fields as $field) { + if (isset($this->data_mesgs[$message][$field])) { + if (is_array($this->data_mesgs[$message][$field])) { + foreach ($this->data_mesgs[$message][$field] as &$value) { + $value = round($value * 3.2808399, 1); + } + } else { + $this->data_mesgs[$message][$field] = round($this->data_mesgs[$message][$field] * 3.2808399, 1); + } + } + } + + // convert meters per second to miles per hour + foreach ($ms_fields as $field) { + if (isset($this->data_mesgs[$message][$field])) { + if (is_array($this->data_mesgs[$message][$field])) { + foreach ($this->data_mesgs[$message][$field] as &$value) { + if ($bPace) { + $value = round(60 / 2.23693629 / $value, 3); + } else { + $value = round($value * 2.23693629, 3); + } + } + } else { + if ($bPace) { + $this->data_mesgs[$message][$field] = round(60 / 2.23693629 / $this->data_mesgs[$message][$field], 3); + } else { + $this->data_mesgs[$message][$field] = round($this->data_mesgs[$message][$field] * 2.23693629, 3); + } + } + } + } + + // convert from semicircles to degress + foreach ($semi_fields as $field) { + if (isset($this->data_mesgs[$message][$field])) { + if (is_array($this->data_mesgs[$message][$field])) { + foreach ($this->data_mesgs[$message][$field] as &$value) { + $value = round($value * (180.0 / pow(2, 31)), 5); + } + } else { + $this->data_mesgs[$message][$field] = round($this->data_mesgs[$message][$field] * (180.0 / pow(2, 31)), 5); + } + } + } + + break; + + case 'raw': + // Do nothing - leave values as read from file. + break; + case 'metric': + // convert from meters to kilometers + foreach ($m_fields as $field) { + if (isset($this->data_mesgs[$message][$field])) { + if (is_array($this->data_mesgs[$message][$field])) { + foreach ($this->data_mesgs[$message][$field] as &$value) { + $value = round($value * 0.001, 2); + } + } else { + $this->data_mesgs[$message][$field] = round($this->data_mesgs[$message][$field] * 0.001, 2); + } + } + } + + // convert meters per second to kilometers per hour + foreach ($ms_fields as $field) { + if (isset($this->data_mesgs[$message][$field])) { + if (is_array($this->data_mesgs[$message][$field])) { + foreach ($this->data_mesgs[$message][$field] as &$value) { + if ($bPace) { + $value = ($value != 0) ? round(60 / 3.6 / $value, 3) : 0; + } else { + $value = round($value * 3.6, 3); + } + } + } else { + if ($this->data_mesgs[$message][$field] === 0) { // Prevent divide by zero error + continue; + } + if ($bPace) { + $this->data_mesgs[$message][$field] = round(60 / 3.6 / $this->data_mesgs[$message][$field], 3); + } else { + $this->data_mesgs[$message][$field] = round($this->data_mesgs[$message][$field] * 3.6, 3); + } + } + } + } + + // convert from semicircles to degress + foreach ($semi_fields as $field) { + if (isset($this->data_mesgs[$message][$field])) { + if (is_array($this->data_mesgs[$message][$field])) { + foreach ($this->data_mesgs[$message][$field] as &$value) { + $value = round($value * (180.0 / pow(2, 31)), 5); + } + } else { + $this->data_mesgs[$message][$field] = round($this->data_mesgs[$message][$field] * (180.0 / pow(2, 31)), 5); + } + } + } + + break; + default: + throw new \Exception('phpFITFileAnalysis->setUnits(): units option not valid!'); + break; + } + } + } + + /** + * Calculate HR zones using HRmax formula: zone = HRmax * percentage. + */ + public function hrZonesMax($hr_maximum, $percentages_array = [0.60, 0.75, 0.85, 0.95]) + { + if (array_walk($percentages_array, function (&$value, $key, $hr_maximum) { + $value = round($value * $hr_maximum); + }, $hr_maximum)) { + return $percentages_array; + } else { + throw new \Exception('phpFITFileAnalysis->hrZonesMax(): cannot calculate zones, please check inputs!'); + } + } + + /** + * Calculate HR zones using HRreserve formula: zone = HRresting + ((HRmax - HRresting) * percentage). + */ + public function hrZonesReserve($hr_resting, $hr_maximum, $percentages_array = [0.60, 0.65, 0.75, 0.82, 0.89, 0.94 ]) + { + if (array_walk($percentages_array, function (&$value, $key, $params) { + $value = round($params[0] + ($value * $params[1])); + }, [$hr_resting, $hr_maximum - $hr_resting])) { + return $percentages_array; + } else { + throw new \Exception('phpFITFileAnalysis->hrZonesReserve(): cannot calculate zones, please check inputs!'); + } + } + + /** + * Calculate power zones using Functional Threshold Power value: zone = FTP * percentage. + */ + public function powerZones($functional_threshold_power, $percentages_array = [0.55, 0.75, 0.90, 1.05, 1.20, 1.50]) + { + if (array_walk($percentages_array, function (&$value, $key, $functional_threshold_power) { + $value = round($value * $functional_threshold_power) + 1; + }, $functional_threshold_power)) { + return $percentages_array; + } else { + throw new \Exception('phpFITFileAnalysis->powerZones(): cannot calculate zones, please check inputs!'); + } + } + + /** + * Partition the data (e.g. cadence, heart_rate, power, speed) using thresholds provided as an array. + */ + public function partitionData($record_field = '', $thresholds = null, $percentages = true, $labels_for_keys = true) + { + if (!isset($this->data_mesgs['record'][$record_field])) { + throw new \Exception('phpFITFileAnalysis->partitionData(): '.$record_field.' data not present in FIT file!'); + } + if (!is_array($thresholds)) { + throw new \Exception('phpFITFileAnalysis->partitionData(): thresholds must be an array e.g. [10,20,30,40,50]!'); + } + + foreach ($thresholds as $threshold) { + if (!is_numeric($threshold) || $threshold < 0) { + throw new \Exception('phpFITFileAnalysis->partitionData(): '.$threshold.' not valid in thresholds!'); + } + if (isset($last_threshold) && $last_threshold >= $threshold) { + throw new \Exception('phpFITFileAnalysis->partitionData(): error near ..., '.$last_threshold.', '.$threshold.', ... - each element in thresholds array must be greater than previous element!'); + } + $last_threshold = $threshold; + } + + $result = array_fill(0, count($thresholds)+1, 0); + + foreach ($this->data_mesgs['record'][$record_field] as $value) { + $key = 0; + $count = count($thresholds); + for ($key; $key<$count; ++$key) { + if ($value < $thresholds[$key]) { + break; + } + } + $result[$key]++; + } + + array_unshift($thresholds, 0); + $keys = []; + + if ($labels_for_keys === true) { + $count = count($thresholds); + for ($i=0; $i<$count; ++$i) { + $keys[] = $thresholds[$i] . (isset($thresholds[$i+1]) ? '-'.($thresholds[$i+1] - 1) : '+'); + } + $result = array_combine($keys, $result); + } + + if ($percentages === true) { + $total = array_sum($result); + array_walk($result, function (&$value, $key, $total) { + $value = round($value / $total * 100, 1); + }, $total); + } + + return $result; + } + + /** + * Split data into buckets/bins using a Counting Sort algorithm (http://en.wikipedia.org/wiki/Counting_sort) to generate data for a histogram plot. + */ + public function histogram($bucket_width = 25, $record_field = '') + { + if (!isset($this->data_mesgs['record'][$record_field])) { + throw new \Exception('phpFITFileAnalysis->histogram(): '.$record_field.' data not present in FIT file!'); + } + if (!is_numeric($bucket_width) || $bucket_width <= 0) { + throw new \Exception('phpFITFileAnalysis->histogram(): bucket width is not valid!'); + } + + foreach ($this->data_mesgs['record'][$record_field] as $value) { + $key = round($value / $bucket_width) * $bucket_width; + isset($result[$key]) ? $result[$key]++ : $result[$key] = 1; + } + + for ($i=0; $ipartitionData('heart_rate', $this->hrZonesMax($hr_maximum)); + } + public function hrPartionedHRreserve($hr_resting, $hr_maximum) + { + return $this->partitionData('heart_rate', $this->hrZonesReserve($hr_resting, $hr_maximum)); + } + public function powerPartioned($functional_threshold_power) + { + return $this->partitionData('power', $this->powerZones($functional_threshold_power)); + } + public function powerHistogram($bucket_width = 25) + { + return $this->histogram($bucket_width, 'power'); + } + + /** + * Simple moving average algorithm + */ + private function sma($array, $time_period) + { + $sma_data = []; + $data = array_values($array); + $count = count($array); + + for ($i=0; $i<$count-$time_period; ++$i) { + $sma_data[] = array_sum(array_slice($data, $i, $time_period)) / $time_period; + } + + return $sma_data; + } + + /** + * Calculate TRIMP (TRaining IMPulse) and an Intensity Factor using HR data. Useful if power data not available. + * hr_FT is heart rate at Functional Threshold, or Lactate Threshold Heart Rate (LTHR) + */ + public function hrMetrics($hr_resting, $hr_maximum, $hr_FT, $gender) + { + $hr_metrics = [ // array to hold HR analysis data + 'TRIMPexp' => 0.0, + 'hrIF' => 0.0, + ]; + if (in_array($gender, ['F', 'f', 'Female', 'female'])) { + $gender_coeff = 1.67; + } else { + $gender_coeff = 1.92; + } + foreach ($this->data_mesgs['record']['heart_rate'] as $hr) { + // TRIMPexp formula from http://fellrnr.com/wiki/TRIMP + // TRIMPexp = sum(D x HRr x 0.64ey) + $temp_heart_rate = ($hr - $hr_resting) / ($hr_maximum - $hr_resting); + $hr_metrics['TRIMPexp'] += ((1/60) * $temp_heart_rate * 0.64 * (exp($gender_coeff * $temp_heart_rate))); + } + $hr_metrics['TRIMPexp'] = round($hr_metrics['TRIMPexp']); + $hr_metrics['hrIF'] = round((array_sum($this->data_mesgs['record']['heart_rate'])/(count($this->data_mesgs['record']['heart_rate']))) / $hr_FT, 2); + + return $hr_metrics; + } + + /** + * Returns 'Average Power', 'Kilojoules', 'Normalised Power', 'Variability Index', 'Intensity Factor', and 'Training Stress Score' in an array. + * + * Normalised Power (and metrics dependent on it) require the PHP trader extension to be loaded + * http://php.net/manual/en/book.trader.php + */ + public function powerMetrics($functional_threshold_power) + { + if (!isset($this->data_mesgs['record']['power'])) { + throw new \Exception('phpFITFileAnalysis->powerMetrics(): power data not present in FIT file!'); + } + + $power_metrics['Average Power'] = array_sum($this->data_mesgs['record']['power']) / count($this->data_mesgs['record']['power']); + $power_metrics['Kilojoules'] = ($power_metrics['Average Power'] * count($this->data_mesgs['record']['power'])) / 1000; + + // NP1 capture all values for rolling 30s averages + $NP_values = ($this->php_trader_ext_loaded) ? trader_sma($this->data_mesgs['record']['power'], 30) : $this->sma($this->data_mesgs['record']['power'], 30); + + $NormalisedPower = 0.0; + foreach ($NP_values as $value) { // NP2 Raise all the values obtained in step NP1 to the fourth power + $NormalisedPower += pow($value, 4); + } + $NormalisedPower /= count($NP_values); // NP3 Find the average of the values in NP2 + $power_metrics['Normalised Power'] = pow($NormalisedPower, 1/4); // NP4 taking the fourth root of the value obtained in step NP3 + + $power_metrics['Variability Index'] = $power_metrics['Normalised Power'] / $power_metrics['Average Power']; + $power_metrics['Intensity Factor'] = $power_metrics['Normalised Power'] / $functional_threshold_power; + $power_metrics['Training Stress Score'] = (count($this->data_mesgs['record']['power']) * $power_metrics['Normalised Power'] * $power_metrics['Intensity Factor']) / ($functional_threshold_power * 36); + + // Round the values to make them something sensible. + $power_metrics['Average Power'] = (int)round($power_metrics['Average Power']); + $power_metrics['Kilojoules'] = (int)round($power_metrics['Kilojoules']); + $power_metrics['Normalised Power'] = (int)round($power_metrics['Normalised Power']); + $power_metrics['Variability Index'] = round($power_metrics['Variability Index'], 2); + $power_metrics['Intensity Factor'] = round($power_metrics['Intensity Factor'], 2); + $power_metrics['Training Stress Score'] = (int)round($power_metrics['Training Stress Score']); + + return $power_metrics; + } + + /** + * Returns Critical Power (Best Efforts) values for supplied time period(s). + */ + public function criticalPower($time_periods) + { + if (!isset($this->data_mesgs['record']['power'])) { + throw new \Exception('phpFITFileAnalysis->criticalPower(): power data not present in FIT file!'); + } + + if (is_array($time_periods)) { + $count = count($this->data_mesgs['record']['power']); + foreach ($time_periods as $time_period) { + if (!is_numeric($time_period)) { + throw new \Exception('phpFITFileAnalysis->criticalPower(): time periods must only contain numeric data!'); + } + if ($time_period < 0) { + throw new \Exception('phpFITFileAnalysis->criticalPower(): time periods cannot be negative!'); + } + if ($time_period > $count) { + break; + } + + $averages = ($this->php_trader_ext_loaded) ? trader_sma($this->data_mesgs['record']['power'], $time_period) : $this->sma($this->data_mesgs['record']['power'], $time_period); + if ($averages !== false) { + $criticalPower_values[$time_period] = max($averages); + } + } + + return $criticalPower_values; + } elseif (is_numeric($time_periods) && $time_periods > 0) { + if ($time_periods > count($this->data_mesgs['record']['power'])) { + $criticalPower_values[$time_periods] = 0; + } else { + $averages = ($this->php_trader_ext_loaded) ? trader_sma($this->data_mesgs['record']['power'], $time_periods) : $this->sma($this->data_mesgs['record']['power'], $time_periods); + if ($averages !== false) { + $criticalPower_values[$time_periods] = max($averages); + } + } + + return $criticalPower_values; + } else { + throw new \Exception('phpFITFileAnalysis->criticalPower(): time periods not valid!'); + } + } + + /** + * Returns array of booleans using timestamp as key. + * true == timer paused (e.g. autopause) + */ + public function isPaused() + { + /** + * Event enumerated values of interest + * 0 = timer + */ + $tek = array_keys($this->data_mesgs['event']['event'], 0); // timer event keys + + $timer_start = []; + $timer_stop = []; + foreach ($tek as $v) { + if ($this->data_mesgs['event']['event_type'][$v] === 0) { + $timer_start[$v] = $this->data_mesgs['event']['timestamp'][$v]; + } elseif ($this->data_mesgs['event']['event_type'][$v] === 4) { + $timer_stop[$v] = $this->data_mesgs['event']['timestamp'][$v]; + } + } + + $first_ts = min($this->data_mesgs['record']['timestamp']); // first timestamp + $last_ts = max($this->data_mesgs['record']['timestamp']); // last timestamp + + reset($timer_start); + $cur_start = next($timer_start); + $cur_stop = reset($timer_stop); + + $is_paused = []; + $bPaused = false; + + for ($i = $first_ts; $i < $last_ts; ++$i) { + if ($i == $cur_stop) { + $bPaused = true; + $cur_stop = next($timer_stop); + } elseif ($i == $cur_start) { + $bPaused = false; + $cur_start = next($timer_start); + } + $is_paused[$i] = $bPaused; + } + $is_paused[$last_ts] = end($this->data_mesgs['record']['speed']) == 0 ? true : false; + + return $is_paused; + } + + /** + * Returns an array that can be used to plot Circumferential Pedal Velocity (x-axis) vs Average Effective Pedal Force (y-axis). + * NB Crank length is in metres. + */ + public function quadrantAnalysis($crank_length, $ftp, $selected_cadence = 90, $use_timestamps = false) + { + if ($crank_length === null || $ftp === null) { + return []; + } + if (empty($this->data_mesgs['record']['power']) || empty($this->data_mesgs['record']['cadence'])) { + return []; + } + + $quadrant_plot = []; + $quadrant_plot['selected_cadence'] = $selected_cadence; + $quadrant_plot['aepf_threshold'] = round(($ftp * 60) / ($selected_cadence * 2 * pi() * $crank_length), 3); + $quadrant_plot['cpv_threshold'] = round(($selected_cadence * $crank_length * 2 * pi()) / 60, 3); + + // Used to calculate percentage of points in each quadrant + $quad_percent = ['hf_hv' => 0, 'hf_lv' => 0, 'lf_lv' => 0, 'lf_hv' => 0]; + + // Filter zeroes from cadence array (otherwise !div/0 error for AEPF) + $cadence = array_filter($this->data_mesgs['record']['cadence']); + $cpv = $aepf = 0.0; + + foreach ($cadence as $k => $c) { + $p = isset($this->data_mesgs['record']['power'][$k]) ? $this->data_mesgs['record']['power'][$k] : 0; + + // Circumferential Pedal Velocity (CPV, m/s) = (Cadence × Crank Length × 2 × Pi) / 60 + $cpv = round(($c * $crank_length * 2 * pi()) / 60, 3); + + // Average Effective Pedal Force (AEPF, N) = (Power × 60) / (Cadence × 2 × Pi × Crank Length) + $aepf = round(($p * 60) / ($c * 2 * pi() * $crank_length), 3); + + if ($use_timestamps === true) { + $quadrant_plot['plot'][$k] = [$cpv, $aepf]; + } else { + $quadrant_plot['plot'][] = [$cpv, $aepf]; + } + + if ($aepf > $quadrant_plot['aepf_threshold']) { // high force + if ($cpv > $quadrant_plot['cpv_threshold']) { // high velocity + $quad_percent['hf_hv']++; + } else { + $quad_percent['hf_lv']++; + } + } else { // low force + if ($cpv > $quadrant_plot['cpv_threshold']) { // high velocity + $quad_percent['lf_hv']++; + } else { + $quad_percent['lf_lv']++; + } + } + } + + // Convert to percentages and add to array that will be returned by the function + $sum = array_sum($quad_percent); + foreach ($quad_percent as $k => $v) { + $quad_percent[$k] = round($v / $sum * 100, 2); + } + $quadrant_plot['quad_percent'] = $quad_percent; + + // Calculate CPV and AEPF for cadences between 20 and 150rpm at and near to FTP + for ($c = 20; $c <= 150; $c += 5) { + $cpv = round((($c * $crank_length * 2 * pi()) / 60), 3); + $quadrant_plot['ftp-25w'][] = [$cpv, round((($ftp - 25) * 60) / ($c * 2 * pi() * $crank_length), 3)]; + $quadrant_plot['ftp'][] = [$cpv, round(($ftp * 60) / ($c * 2 * pi() * $crank_length), 3)]; + $quadrant_plot['ftp+25w'][] = [$cpv, round((($ftp + 25) * 60) / ($c * 2 * pi() * $crank_length), 3)]; + } + + return $quadrant_plot; + } + + /** + * Returns array of gear change information. + */ + public function gearChanges($bIgnoreTimerPaused = true) + { + /** + * Event enumerated values of interest + * 42 = front_gear_change + * 43 = rear_gear_change + */ + $fgcek = array_keys($this->data_mesgs['event']['event'], 42); // front gear change event keys + $rgcek = array_keys($this->data_mesgs['event']['event'], 43); // rear gear change event keys + + /** + * gear_change_data (uint32) + * components: + * rear_gear_num 00000000 00000000 00000000 11111111 + * rear_gear 00000000 00000000 11111111 00000000 + * front_gear_num 00000000 11111111 00000000 00000000 + * front_gear 11111111 00000000 00000000 00000000 + * scale: 1, 1, 1, 1 + * bits: 8, 8, 8, 8 + */ + + $fgc = []; // front gear components + $front_gears = []; + foreach ($fgcek as $k) { + $fgc_tmp = [ + 'timestamp' => $this->data_mesgs['event']['timestamp'][$k], + // 'data' => $this->data_mesgs['event']['data'][$k], + // 'event_type' => $this->data_mesgs['event']['event_type'][$k], + // 'event_group' => $this->data_mesgs['event']['event_group'][$k], + 'rear_gear_num' => $this->data_mesgs['event']['data'][$k] & 255, + 'rear_gear' => ($this->data_mesgs['event']['data'][$k] >> 8) & 255, + 'front_gear_num' => ($this->data_mesgs['event']['data'][$k] >> 16) & 255, + 'front_gear' => ($this->data_mesgs['event']['data'][$k] >> 24) & 255 + ]; + + $fgc[] = $fgc_tmp; + + if (!array_key_exists($fgc_tmp['front_gear_num'], $front_gears)) { + $front_gears[$fgc_tmp['front_gear_num']] = $fgc_tmp['front_gear']; + } + } + ksort($front_gears); + + $rgc = []; // rear gear components + $rear_gears = []; + foreach ($rgcek as $k) { + $rgc_tmp = [ + 'timestamp' => $this->data_mesgs['event']['timestamp'][$k], + // 'data' => $this->data_mesgs['event']['data'][$k], + // 'event_type' => $this->data_mesgs['event']['event_type'][$k], + // 'event_group' => $this->data_mesgs['event']['event_group'][$k], + 'rear_gear_num' => $this->data_mesgs['event']['data'][$k] & 255, + 'rear_gear' => ($this->data_mesgs['event']['data'][$k] >> 8) & 255, + 'front_gear_num' => ($this->data_mesgs['event']['data'][$k] >> 16) & 255, + 'front_gear' => ($this->data_mesgs['event']['data'][$k] >> 24) & 255 + ]; + + $rgc[] = $rgc_tmp; + + if (!array_key_exists($rgc_tmp['rear_gear_num'], $rear_gears)) { + $rear_gears[$rgc_tmp['rear_gear_num']] = $rgc_tmp['rear_gear']; + } + } + ksort($rear_gears); + + $timestamps = $this->data_mesgs['record']['timestamp']; + $first_ts = min($timestamps); // first timestamp + $last_ts = max($timestamps); // last timestamp + + $fg = 0; // front gear at start of ride + $rg = 0; // rear gear at start of ride + + if (isset($fgc[0]['timestamp'])) { + if ($first_ts == $fgc[0]['timestamp']) { + $fg = $fgc[0]['front_gear']; + } else { + $fg = $fgc[0]['front_gear_num'] == 1 ? $front_gears[2] : $front_gears[1]; + } + } + + if (isset($rgc[0]['timestamp'])) { + if ($first_ts == $rgc[0]['timestamp']) { + $rg = $rgc[0]['rear_gear']; + } else { + $rg = $rgc[0]['rear_gear_num'] == min($rear_gears) ? $rear_gears[$rgc[0]['rear_gear_num'] + 1] : $rear_gears[$rgc[0]['rear_gear_num'] - 1]; + } + } + + $fg_summary = []; + $rg_summary = []; + $combined = []; + $gears_array = []; + + if ($bIgnoreTimerPaused === true) { + $is_paused = $this->isPaused(); + } + + reset($fgc); + reset($rgc); + for ($i = $first_ts; $i < $last_ts; ++$i) { + if ($bIgnoreTimerPaused === true && $is_paused[$i] === true) { + continue; + } + + $fgc_tmp = current($fgc); + $rgc_tmp = current($rgc); + + if ($i > $fgc_tmp['timestamp']) { + if (next($fgc) !== false) { + $fg = $fgc_tmp['front_gear']; + } + } + $fg_summary[$fg] = isset($fg_summary[$fg]) ? $fg_summary[$fg] + 1 : 1; + + if ($i > $rgc_tmp['timestamp']) { + if (next($rgc) !== false) { + $rg = $rgc_tmp['rear_gear']; + } + } + $rg_summary[$rg] = isset($rg_summary[$rg]) ? $rg_summary[$rg] + 1 : 1; + + $combined[$fg][$rg] = isset($combined[$fg][$rg]) ? $combined[$fg][$rg] + 1 : 1; + + $gears_array[$i] = ['front_gear' => $fg, 'rear_gear' => $rg]; + } + + krsort($fg_summary); + krsort($rg_summary); + krsort($combined); + + $output = ['front_gear_summary' => $fg_summary, 'rear_gear_summary' => $rg_summary, 'combined_summary' => $combined, 'gears_array' => $gears_array]; + + return $output; + } + + /** + * Create a JSON object that contains available record message information and CPV/AEPF if requested/available. + */ + public function getJSON($crank_length = null, $ftp = null, $data_required = ['all'], $selected_cadence = 90) + { + if (!is_array($data_required)) { + $data_required = [$data_required]; + } + foreach ($data_required as &$datum) { + $datum = strtolower($datum); + } + + $all = in_array('all', $data_required); + $timestamp = ($all || in_array('timestamp', $data_required)); + $paused = ($all || in_array('paused', $data_required)); + $temperature = ($all || in_array('temperature', $data_required)); + $lap = ($all || in_array('lap', $data_required)); + $position_lat = ($all || in_array('position_lat', $data_required)); + $position_long = ($all || in_array('position_long', $data_required)); + $distance = ($all || in_array('distance', $data_required)); + $altitude = ($all || in_array('altitude', $data_required)); + $speed = ($all || in_array('speed', $data_required)); + $heart_rate = ($all || in_array('heart_rate', $data_required)); + $cadence = ($all || in_array('cadence', $data_required)); + $power = ($all || in_array('power', $data_required)); + $quadrant_analysis = ($all || in_array('quadrant-analysis', $data_required)); + + $for_json = []; + $for_json['fix_data'] = isset($this->options['fix_data']) ? $this->options['fix_data'] : null; + $for_json['units'] = isset($this->options['units']) ? $this->options['units'] : null; + $for_json['pace'] = isset($this->options['pace']) ? $this->options['pace'] : null; + + $lap_count = 1; + $data = []; + if ($quadrant_analysis) { + $quadrant_plot = $this->quadrantAnalysis($crank_length, $ftp, $selected_cadence, true); + if (!empty($quadrant_plot)) { + $for_json['aepf_threshold'] = $quadrant_plot['aepf_threshold']; + $for_json['cpv_threshold'] = $quadrant_plot['cpv_threshold']; + } + } + if ($paused) { + $is_paused = $this->isPaused(); + } + + foreach ($this->data_mesgs['record']['timestamp'] as $ts) { + if ($lap && is_array($this->data_mesgs['lap']['timestamp']) && $ts >= $this->data_mesgs['lap']['timestamp'][$lap_count - 1]) { + $lap_count++; + } + $tmp = []; + if ($timestamp) { + $tmp['timestamp'] = $ts; + } + if ($lap) { + $tmp['lap'] = $lap_count; + } + + foreach ($this->data_mesgs['record'] as $key => $value) { + if ($key !== 'timestamp') { + if ($$key) { + $tmp[$key] = isset($value[$ts]) ? $value[$ts] : null; + } + } + } + + if ($quadrant_analysis) { + if (!empty($quadrant_plot)) { + $tmp['cpv'] = isset($quadrant_plot['plot'][$ts]) ? $quadrant_plot['plot'][$ts][0] : null; + $tmp['aepf'] = isset($quadrant_plot['plot'][$ts]) ? $quadrant_plot['plot'][$ts][1] : null; + } + } + + if ($paused) { + $tmp['paused'] = $is_paused[$ts]; + } + + $data[] = $tmp; + unset($tmp); + } + + $for_json['data'] = $data; + + return json_encode($for_json); + } + + /** + * Create a JSON object that contains available lap message information. + */ + public function getJSONLap() + { + $for_json = []; + $for_json['fix_data'] = isset($this->options['fix_data']) ? $this->options['fix_data'] : null; + $for_json['units'] = isset($this->options['units']) ? $this->options['units'] : null; + $for_json['pace'] = isset($this->options['pace']) ? $this->options['pace'] : null; + $for_json['num_laps'] = count($this->data_mesgs['lap']['timestamp']); + $data = []; + + for ($i=0; $i<$for_json['num_laps']; $i++) { + $data[$i]['lap'] = $i; + foreach ($this->data_mesgs['lap'] as $key => $value) { + $data[$i][$key] = $value[$i]; + } + } + + $for_json['data'] = $data; + + return json_encode($for_json); + } + + /** + * Outputs tables of information being listened for and found within the processed FIT file. + */ + public function showDebugInfo() + { + asort($this->defn_mesgs_all); // Sort the definition messages + + echo '

Types

'; + echo ''; // Bootstrap classes + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + foreach ($this->types as $key => $val) { + echo ''; + } + echo ''; + echo '
keyPHP unpack() formatBytes
'.$key.''.$val['format'].''.$val['bytes'].'
'; + + echo '


'; + + echo '

Messages and Fields being listened for

'; + foreach ($this->data_mesg_info as $key => $val) { + echo '

'.$val['mesg_name'].' ('.$key.')

'; + echo ''; + echo ''; + foreach ($val['field_defns'] as $key2 => $val2) { + echo ''; + } + echo '
IDNameScaleOffsetUnits
'.$key2.''.$val2['field_name'].''.$val2['scale'].''.$val2['offset'].''.$val2['units'].'


'; + } + + echo '


'; + + echo '

FIT Definition Messages contained within the file

'; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + foreach ($this->defn_mesgs_all as $key => $val) { + echo ''; + } + echo ''; + echo '
global_mesg_numnum_fieldsfield defnstotal_size
'.$val['global_mesg_num'].(isset($this->data_mesg_info[$val['global_mesg_num']]) ? ' ('.$this->data_mesg_info[$val['global_mesg_num']]['mesg_name'].')' : ' (unknown)').''.$val['num_fields'].''; + foreach ($val['field_defns'] as $defn) { + echo 'defn: '.$defn['field_definition_number'].'; size: '.$defn['size'].'; type: '.$defn['base_type']; + echo ' (' . (isset($this->data_mesg_info[$val['global_mesg_num']]['field_defns'][$defn['field_definition_number']]) ? $this->data_mesg_info[$val['global_mesg_num']]['field_defns'][$defn['field_definition_number']]['field_name'] : 'unknown') . ')
'; + } + echo '
'.$val['total_size'].'
'; + + echo '


'; + + echo '

Messages found in file

'; + foreach ($this->data_mesgs as $mesg_key => $mesg) { + echo ''; + echo ''; + foreach ($mesg as $field_key => $field) { + echo ''; + } + echo '
'.$mesg_key.'count()
'.$field_key.''.count($field).'


'; + } + } + + /* + * Process HR messages + * + * Based heavily on logic in commit: + * https://github.com/GoldenCheetah/GoldenCheetah/commit/957ae470999b9a57b5b8ec57e75512d4baede1ec + * Particularly the decodeHr() method + */ + private function processHrMessages() + { + // Check that we have received HR messages + if (empty($this->data_mesgs['hr'])) { + return; + } + + $hr = []; + $timestamps = []; + + // Load all filtered_bpm values into the $hr array + foreach ($this->data_mesgs['hr']['filtered_bpm'] as $hr_val) { + if (is_array($hr_val)) { + foreach ($hr_val as $sub_hr_val) { + $hr[] = $sub_hr_val; + } + } else { + $hr[] = $hr_val; + } + } + + // Manually scale timestamps (i.e. divide by 1024) + $last_event_timestamp = $this->data_mesgs['hr']['event_timestamp']; + if (is_array($last_event_timestamp)) { + $last_event_timestamp = $last_event_timestamp[0]; + } + $start_timestamp = $this->data_mesgs['hr']['timestamp'] - $last_event_timestamp / 1024.0; + $timestamps[] = $last_event_timestamp / 1024.0; + + // Determine timestamps (similar to compressed timestamps) + foreach ($this->data_mesgs['hr']['event_timestamp_12'] as $event_timestamp_12_val) { + $j=0; + for ($i=0; $i<11; $i++) { + $last_event_timestamp12 = $last_event_timestamp & 0xFFF; + $next_event_timestamp12; + + if ($j % 2 === 0) { + $next_event_timestamp12 = $event_timestamp_12_val[$i] + (($event_timestamp_12_val[$i+1] & 0xF) << 8); + $last_event_timestamp = ($last_event_timestamp & 0xFFFFF000) + $next_event_timestamp12; + } else { + $next_event_timestamp12 = 16 * $event_timestamp_12_val[$i+1] + (($event_timestamp_12_val[$i] & 0xF0) >> 4); + $last_event_timestamp = ($last_event_timestamp & 0xFFFFF000) + $next_event_timestamp12; + $i++; + } + if ($next_event_timestamp12 < $last_event_timestamp12) { + $last_event_timestamp += 0x1000; + } + + $timestamps[] = $last_event_timestamp / 1024.0; + $j++; + } + } + + // Map HR values to timestamps + $filtered_bpm_arr = []; + $secs = 0; + $min_record_ts = min($this->data_mesgs['record']['timestamp']); + $max_record_ts = max($this->data_mesgs['record']['timestamp']); + foreach ($timestamps as $idx => $timestamp) { + $ts_secs = round($timestamp + $start_timestamp); + + // Skip timestamps outside of the range we're interested in + if ($ts_secs >= $min_record_ts && $ts_secs <= $max_record_ts) { + if (isset($filtered_bpm_arr[$ts_secs])) { + $filtered_bpm_arr[$ts_secs][0] += $hr[$idx]; + $filtered_bpm_arr[$ts_secs][1]++; + } else { + $filtered_bpm_arr[$ts_secs] = [$hr[$idx], 1]; + } + } + } + + // Populate the heart_rate fields for record messages + foreach ($filtered_bpm_arr as $idx => $arr) { + $this->data_mesgs['record']['heart_rate'][$idx] = (int)round($arr[0] / $arr[1]); + } + } +} diff --git a/Sources/vendor/adriangibbons/php-fit-file-analysis/tests/pFFA-Basic-Test.php b/Sources/vendor/adriangibbons/php-fit-file-analysis/tests/pFFA-Basic-Test.php new file mode 100644 index 00000000..3e49effc --- /dev/null +++ b/Sources/vendor/adriangibbons/php-fit-file-analysis/tests/pFFA-Basic-Test.php @@ -0,0 +1,92 @@ +base_dir = __DIR__ . '/../demo/fit_files/'; + } + + public function testDemoFilesExist() + { + $this->demo_files = array_values(array_diff(scandir($this->base_dir), array('..', '.'))); + sort($this->demo_files); + sort($this->valid_files); + $this->assertEquals($this->valid_files, $this->demo_files); + var_dump($this->demo_files); + } + + /** + * @expectedException Exception + */ + public function testEmptyFilepath() + { + $pFFA = new adriangibbons\phpFITFileAnalysis(''); + } + + /** + * @expectedException Exception + */ + public function testFileDoesntExist() + { + $pFFA = new adriangibbons\phpFITFileAnalysis('file_doesnt_exist.fit'); + } + + /** + * @expectedException Exception + */ + public function testInvalidFitFile() + { + $file_path = $this->base_dir . '../composer.json'; + $pFFA = new adriangibbons\phpFITFileAnalysis($file_path); + } + + + public function testDemoFileBasics() + { + foreach($this->demo_files as $filename) { + + $pFFA = new adriangibbons\phpFITFileAnalysis($this->base_dir . $filename); + + $this->assertGreaterThan(0, $pFFA->data_mesgs['activity']['timestamp'], 'No Activity timestamp!'); + + if (isset($pFFA->data_mesgs['record'])) { + $this->assertGreaterThan(0, count($pFFA->data_mesgs['record']['timestamp']), 'No Record timestamps!'); + + // Check if distance from record messages is +/- 2% of distance from session message + if (is_array($pFFA->data_mesgs['record']['distance'])) { + $distance_difference = abs(end($pFFA->data_mesgs['record']['distance']) - $pFFA->data_mesgs['session']['total_distance'] / 1000); + $this->assertLessThan(0.02 * end($pFFA->data_mesgs['record']['distance']), $distance_difference, 'Session distance should be similar to last Record distance'); + } + + // Look for big jumps in latitude and longitude + if (isset($pFFA->data_mesgs['record']['position_lat']) && is_array($pFFA->data_mesgs['record']['position_lat'])) { + foreach ($pFFA->data_mesgs['record']['position_lat'] as $key => $value) { + if (isset($pFFA->data_mesgs['record']['position_lat'][$key - 1])) { + if (abs($pFFA->data_mesgs['record']['position_lat'][$key - 1] - $pFFA->data_mesgs['record']['position_lat'][$key]) > 1) { + $this->assertTrue(false, 'Too big a jump in latitude'); + } + } + } + } + if (isset($pFFA->data_mesgs['record']['position_long']) && is_array($pFFA->data_mesgs['record']['position_long'])) { + foreach ($pFFA->data_mesgs['record']['position_long'] as $key => $value) { + if (isset($pFFA->data_mesgs['record']['position_long'][$key - 1])) { + if (abs($pFFA->data_mesgs['record']['position_long'][$key - 1] - $pFFA->data_mesgs['record']['position_long'][$key]) > 1) { + $this->assertTrue(false, 'Too big a jump in longitude'); + } + } + } + } + } + } + } +} diff --git a/Sources/vendor/adriangibbons/php-fit-file-analysis/tests/pFFA-EnumData-Test.php b/Sources/vendor/adriangibbons/php-fit-file-analysis/tests/pFFA-EnumData-Test.php new file mode 100644 index 00000000..e5517d2b --- /dev/null +++ b/Sources/vendor/adriangibbons/php-fit-file-analysis/tests/pFFA-EnumData-Test.php @@ -0,0 +1,33 @@ +base_dir = __DIR__ . '/../demo/fit_files/'; + $this->pFFA = new adriangibbons\phpFITFileAnalysis($this->base_dir . $this->filename, ['units' => 'raw']); + } + + public function testEnumData_manufacturer() + { + $this->assertEquals('Garmin', $this->pFFA->manufacturer()); + } + + public function testEnumData_product() + { + $this->assertEquals('Forerunner 910XT', $this->pFFA->product()); + } + + public function testEnumData_sport() + { + $this->assertEquals('Swimming', $this->pFFA->sport()); + } +} diff --git a/Sources/vendor/adriangibbons/php-fit-file-analysis/tests/pFFA-FixData-Test.php b/Sources/vendor/adriangibbons/php-fit-file-analysis/tests/pFFA-FixData-Test.php new file mode 100644 index 00000000..17deba98 --- /dev/null +++ b/Sources/vendor/adriangibbons/php-fit-file-analysis/tests/pFFA-FixData-Test.php @@ -0,0 +1,132 @@ +base_dir = __DIR__ . '/../demo/fit_files/'; + } + + /** + * Original road-cycling.fit before fixData() contains: + * + * record message | count() + * -----------------+-------- + * timestamp | 4317 + * position_lat | 4309 <- test + * position_long | 4309 <- test + * distance | 4309 <- test + * altitude | 4317 + * speed | 4309 <- test + * heart_rate | 4316 <- test + * temperature | 4317 + */ + public function testFixData_before() + { + $pFFA = new adriangibbons\phpFITFileAnalysis($this->base_dir . $this->filename); + + $this->assertEquals(4309, count($pFFA->data_mesgs['record']['position_lat'])); + $this->assertEquals(4309, count($pFFA->data_mesgs['record']['position_long'])); + $this->assertEquals(4309, count($pFFA->data_mesgs['record']['distance'])); + $this->assertEquals(4309, count($pFFA->data_mesgs['record']['speed'])); + $this->assertEquals(4316, count($pFFA->data_mesgs['record']['heart_rate'])); + + $pFFA2 = new adriangibbons\phpFITFileAnalysis($this->base_dir . $this->filename2); + $this->assertEquals(3043, count($pFFA2->data_mesgs['record']['cadence'])); + $this->assertEquals(3043, count($pFFA2->data_mesgs['record']['power'])); + } + + /** + * $pFFA->data_mesgs['record']['heart_rate'] + * [805987191 => 118], + * [805987192 => missing], + * [805987193 => 117] + */ + public function testFixData_hr_missing_key() + { + $pFFA = new adriangibbons\phpFITFileAnalysis($this->base_dir . $this->filename); + + $hr_missing_key = array_diff($pFFA->data_mesgs['record']['timestamp'], array_keys($pFFA->data_mesgs['record']['heart_rate'])); + $this->assertEquals([3036 => 1437052792], $hr_missing_key); + } + + public function testFixData_after() + { + $pFFA = new adriangibbons\phpFITFileAnalysis($this->base_dir . $this->filename, ['fix_data' => ['all']]); + $this->assertEquals(4317, count($pFFA->data_mesgs['record']['position_lat'])); + $this->assertEquals(4317, count($pFFA->data_mesgs['record']['position_long'])); + $this->assertEquals(4317, count($pFFA->data_mesgs['record']['distance'])); + $this->assertEquals(4317, count($pFFA->data_mesgs['record']['speed'])); + $this->assertEquals(4317, count($pFFA->data_mesgs['record']['heart_rate'])); + + $pFFA2 = new adriangibbons\phpFITFileAnalysis($this->base_dir . $this->filename2, ['fix_data' => ['cadence', 'power']]); + $this->assertEquals(3043, count($pFFA2->data_mesgs['record']['cadence'])); + $this->assertEquals(3043, count($pFFA2->data_mesgs['record']['power'])); + } + + /** + * $pFFA->data_mesgs['record']['heart_rate'] + * [805987191 => 118], + * [805987192 => 117.5], + * [805987193 => 117] + */ + public function testFixData_hr_missing_key_fixed() + { + $pFFA = new adriangibbons\phpFITFileAnalysis($this->base_dir . $this->filename, ['fix_data' => ['heart_rate']]); + + $this->assertEquals(117.5, $pFFA->data_mesgs['record']['heart_rate'][1437052792]); + } + + public function testFixData_validate_options_pass() + { + // Positive testing + $valid_options = ['all', 'cadence', 'distance', 'heart_rate', 'lat_lon', 'speed', 'power']; + foreach($valid_options as $valid_option) { + $pFFA = new adriangibbons\phpFITFileAnalysis($this->base_dir . $this->filename, ['fix_data' => [$valid_option]]); + } + } + + public function testFixData_data_every_second() + { + $options = [ + 'fix_data' => ['speed'], + 'data_every_second' => true, + 'units' => 'raw', + ]; + $pFFA = new adriangibbons\phpFITFileAnalysis($this->base_dir . $this->filename, $options); + + $this->assertEquals(6847, count($pFFA->data_mesgs['record']['speed'])); + } + + /** + * @expectedException Exception + */ + public function testFixData_validate_options_fail() + { + $pFFA = new adriangibbons\phpFITFileAnalysis($this->base_dir . $this->filename, ['fix_data' => ['INVALID']]); + } + + /** + * @expectedException Exception + */ + public function testFixData_invalid_pace_option() + { + $pFFA = new adriangibbons\phpFITFileAnalysis($this->base_dir . $this->filename, ['pace' => 'INVALID']); + } + + /** + * @expectedException Exception + */ + public function testFixData_invalid_pace_option2() + { + $pFFA = new adriangibbons\phpFITFileAnalysis($this->base_dir . $this->filename, ['pace' => 123456]); + } +} diff --git a/Sources/vendor/adriangibbons/php-fit-file-analysis/tests/pFFA-GetJSON-Test.php b/Sources/vendor/adriangibbons/php-fit-file-analysis/tests/pFFA-GetJSON-Test.php new file mode 100644 index 00000000..9a1c6d58 --- /dev/null +++ b/Sources/vendor/adriangibbons/php-fit-file-analysis/tests/pFFA-GetJSON-Test.php @@ -0,0 +1,34 @@ +base_dir = __DIR__ . '/../demo/fit_files/'; + $this->pFFA = new adriangibbons\phpFITFileAnalysis($this->base_dir . $this->filename, ['units' => 'raw']); + } + + public function testGetJSON() + { + // getJSON() create a JSON object that contains available record message information. + $crank_length = null; + $ftp = null; + $data_required = ['timestamp', 'speed']; + $selected_cadence = 90; + $php_object = json_decode($this->pFFA->getJSON($crank_length, $ftp, $data_required, $selected_cadence)); + + // Assert data + $this->assertEquals('raw', $php_object->units); + $this->assertEquals(3043, count($php_object->data)); + $this->assertEquals(1437474517, $php_object->data[0]->timestamp); + $this->assertEquals(1.378, $php_object->data[0]->speed); + } +} diff --git a/Sources/vendor/adriangibbons/php-fit-file-analysis/tests/pFFA-HR-Test.php b/Sources/vendor/adriangibbons/php-fit-file-analysis/tests/pFFA-HR-Test.php new file mode 100644 index 00000000..fe8aef01 --- /dev/null +++ b/Sources/vendor/adriangibbons/php-fit-file-analysis/tests/pFFA-HR-Test.php @@ -0,0 +1,52 @@ +base_dir = __DIR__ . '/../demo/fit_files/'; + $this->pFFA = new adriangibbons\phpFITFileAnalysis($this->base_dir . $this->filename, ['units' => 'raw']); + } + + public function testHR_hrMetrics() + { + $hr_metrics = $this->pFFA->hrMetrics(50, 190, 170, 'male'); + + $this->assertEquals(74, $hr_metrics['TRIMPexp']); + $this->assertEquals(0.8, $hr_metrics['hrIF']); + } + + public function testHR_hrPartionedHRmaximum() + { + // Calls phpFITFileAnalysis::hrZonesMax() + $hr_partioned_HRmaximum = $this->pFFA->hrPartionedHRmaximum(190); + + $this->assertEquals(19.4, $hr_partioned_HRmaximum['0-113']); + $this->assertEquals(33.1, $hr_partioned_HRmaximum['114-142']); + $this->assertEquals(31.4, $hr_partioned_HRmaximum['143-161']); + $this->assertEquals(16.1, $hr_partioned_HRmaximum['162-180']); + $this->assertEquals(0, $hr_partioned_HRmaximum['181+']); + } + + public function testHR_hrPartionedHRreserve() + { + // Calls phpFITFileAnalysis::hrZonesReserve() + $hr_partioned_HRreserve = $this->pFFA->hrPartionedHRreserve(50, 190); + + $this->assertEquals(45.1, $hr_partioned_HRreserve['0-133']); + $this->assertEquals(5.8, $hr_partioned_HRreserve['134-140']); + $this->assertEquals(20.1, $hr_partioned_HRreserve['141-154']); + $this->assertEquals(15.9, $hr_partioned_HRreserve['155-164']); + $this->assertEquals(12.5, $hr_partioned_HRreserve['165-174']); + $this->assertEquals(0.6, $hr_partioned_HRreserve['175-181']); + $this->assertEquals(0, $hr_partioned_HRreserve['182+']); + } +} diff --git a/Sources/vendor/adriangibbons/php-fit-file-analysis/tests/pFFA-IsPaused-Test.php b/Sources/vendor/adriangibbons/php-fit-file-analysis/tests/pFFA-IsPaused-Test.php new file mode 100644 index 00000000..e207a6b7 --- /dev/null +++ b/Sources/vendor/adriangibbons/php-fit-file-analysis/tests/pFFA-IsPaused-Test.php @@ -0,0 +1,33 @@ +base_dir = __DIR__ . '/../demo/fit_files/'; + $this->pFFA = new adriangibbons\phpFITFileAnalysis($this->base_dir . $this->filename, ['units' => 'raw']); + } + + public function testIsPaused() + { + // isPaused() returns array of booleans using timestamp as key. + $is_paused = $this->pFFA->isPaused(); + + // Assert number of timestamps + $this->assertEquals(3190, count($is_paused)); + + // Assert an arbitrary element/timestamps is true + $this->assertEquals(true, $is_paused[1437477706]); + + // Assert an arbitrary element/timestamps is false + $this->assertEquals(false, $is_paused[1437474517]); + } +} diff --git a/Sources/vendor/adriangibbons/php-fit-file-analysis/tests/pFFA-Power-Test.php b/Sources/vendor/adriangibbons/php-fit-file-analysis/tests/pFFA-Power-Test.php new file mode 100644 index 00000000..a8226d58 --- /dev/null +++ b/Sources/vendor/adriangibbons/php-fit-file-analysis/tests/pFFA-Power-Test.php @@ -0,0 +1,157 @@ +base_dir = __DIR__ . '/../demo/fit_files/'; + $this->pFFA = new adriangibbons\phpFITFileAnalysis($this->base_dir . $this->filename, ['units' => 'raw']); + } + + public function testPower_criticalPower_values() + { + $time_periods = [2,5,10,60,300,600,1200,1800,3600]; + $cps = $this->pFFA->criticalPower($time_periods); + + array_walk($cps, function(&$v) { $v = round($v, 2); }); + + $this->assertEquals(551.50, $cps[2]); + $this->assertEquals(542.20, $cps[5]); + $this->assertEquals(527.70, $cps[10]); + $this->assertEquals(452.87, $cps[60]); + $this->assertEquals(361.99, $cps[300]); + $this->assertEquals(328.86, $cps[600]); + $this->assertEquals(260.52, $cps[1200]); + $this->assertEquals(221.81, $cps[1800]); + } + + public function testPower_criticalPower_time_period_max() + { + // 14400 seconds is 4 hours and longer than file duration so should only get one result back (for 2 seconds) + $time_periods = [2,14400]; + $cps = $this->pFFA->criticalPower($time_periods); + + $this->assertEquals(1, count($cps)); + } + + public function testPower_powerMetrics() + { + $power_metrics = $this->pFFA->powerMetrics(350); + + $this->assertEquals(221, $power_metrics['Average Power']); + $this->assertEquals(671, $power_metrics['Kilojoules']); + $this->assertEquals(285, $power_metrics['Normalised Power']); + $this->assertEquals(1.29, $power_metrics['Variability Index']); + $this->assertEquals(0.81, $power_metrics['Intensity Factor']); + $this->assertEquals(56, $power_metrics['Training Stress Score']); + } + + public function testPower_power_partitioned() + { + // Calls phpFITFileAnalysis::powerZones(); + $power_partioned = $this->pFFA->powerPartioned(350); + + $this->assertEquals(45.2, $power_partioned['0-193']); + $this->assertEquals(10.8, $power_partioned['194-263']); + $this->assertEquals(18.1, $power_partioned['264-315']); + $this->assertEquals(17.9, $power_partioned['316-368']); + $this->assertEquals(4.2, $power_partioned['369-420']); + $this->assertEquals(3.3, $power_partioned['421-525']); + $this->assertEquals(0.4, $power_partioned['526+']); + } + + public function testPower_powerHistogram() + { + // Calls phpFITFileAnalysis::histogram(); + $power_histogram = $this->pFFA->powerHistogram(100); + + $this->assertEquals(374, $power_histogram[0]); + $this->assertEquals(634, $power_histogram[100]); + $this->assertEquals(561, $power_histogram[200]); + $this->assertEquals(1103, $power_histogram[300]); + $this->assertEquals(301, $power_histogram[400]); + $this->assertEquals(66, $power_histogram[500]); + $this->assertEquals(4, $power_histogram[600]); + } + + /** + * @expectedException Exception + */ + public function testPower_criticalPower_no_power() + { + $pFFA = new adriangibbons\phpFITFileAnalysis($this->base_dir . 'road-cycling.fit'); + + $time_periods = [2,14400]; + $cps = $pFFA->criticalPower($time_periods); + } + + /** + * @expectedException Exception + */ + public function testPower_powerMetrics_no_power() + { + $pFFA = new adriangibbons\phpFITFileAnalysis($this->base_dir . 'road-cycling.fit'); + + $power_metrics = $pFFA->powerMetrics(350); + } + + /** + * @expectedException Exception + */ + public function testPower_powerHistogram_no_power() + { + $pFFA = new adriangibbons\phpFITFileAnalysis($this->base_dir . 'road-cycling.fit'); + + $power_metrics = $pFFA->powerHistogram(100); + } + + /** + * @expectedException Exception + */ + public function testPower_powerHistogram_invalid_bucket_width() + { + $power_histogram = $this->pFFA->powerHistogram('INVALID'); + } + + /** + * @expectedException Exception + */ + public function testPower_power_partitioned_no_power() + { + $pFFA = new adriangibbons\phpFITFileAnalysis($this->base_dir . 'road-cycling.fit'); + + $power_partioned = $pFFA->powerPartioned(350); + } + + /** + * @expectedException Exception + */ + public function testPower_power_partitioned_not_array() + { + $power_histogram = $this->pFFA->partitionData('power', 123456); + } + + /** + * @expectedException Exception + */ + public function testPower_power_partitioned_not_numeric() + { + $power_histogram = $this->pFFA->partitionData('power', [200, 400, 'INVALID']); + } + + /** + * @expectedException Exception + */ + public function testPower_power_partitioned_not_ascending() + { + $power_histogram = $this->pFFA->partitionData('power', [400, 200]); + } +} diff --git a/Sources/vendor/adriangibbons/php-fit-file-analysis/tests/pFFA-QuadrantAnalysis-Test.php b/Sources/vendor/adriangibbons/php-fit-file-analysis/tests/pFFA-QuadrantAnalysis-Test.php new file mode 100644 index 00000000..d5b7e64d --- /dev/null +++ b/Sources/vendor/adriangibbons/php-fit-file-analysis/tests/pFFA-QuadrantAnalysis-Test.php @@ -0,0 +1,51 @@ +base_dir = __DIR__ . '/../demo/fit_files/'; + $this->pFFA = new adriangibbons\phpFITFileAnalysis($this->base_dir . $this->filename, ['units' => 'raw']); + } + + public function testQuadrantAnalysis() + { + $crank_length = 0.175; + $ftp = 329; + $selected_cadence = 90; + $use_timestamps = false; + + // quadrantAnalysis() returns an array that can be used to plot CPV vs AEPF. + $quadrant_plot = $this->pFFA->quadrantAnalysis($crank_length, $ftp, $selected_cadence, $use_timestamps); + + $this->assertEquals(90, $quadrant_plot['selected_cadence']); + + $this->assertEquals(199.474, $quadrant_plot['aepf_threshold']); + $this->assertEquals(1.649, $quadrant_plot['cpv_threshold']); + + $this->assertEquals(10.48, $quadrant_plot['quad_percent']['hf_hv']); + $this->assertEquals(10.61, $quadrant_plot['quad_percent']['hf_lv']); + $this->assertEquals(14.00, $quadrant_plot['quad_percent']['lf_hv']); + $this->assertEquals(64.91, $quadrant_plot['quad_percent']['lf_lv']); + + $this->assertEquals(1.118, $quadrant_plot['plot'][0][0]); + $this->assertEquals(47.411, $quadrant_plot['plot'][0][1]); + + $this->assertEquals(0.367, $quadrant_plot['ftp-25w'][0][0]); + $this->assertEquals(829.425, $quadrant_plot['ftp-25w'][0][1]); + + $this->assertEquals(0.367, $quadrant_plot['ftp'][0][0]); + $this->assertEquals(897.634, $quadrant_plot['ftp'][0][1]); + + $this->assertEquals(0.367, $quadrant_plot['ftp+25w'][0][0]); + $this->assertEquals(965.843, $quadrant_plot['ftp+25w'][0][1]); + } +} diff --git a/Sources/vendor/adriangibbons/php-fit-file-analysis/tests/pFFA-SetUnits-Test.php b/Sources/vendor/adriangibbons/php-fit-file-analysis/tests/pFFA-SetUnits-Test.php new file mode 100644 index 00000000..f16e1728 --- /dev/null +++ b/Sources/vendor/adriangibbons/php-fit-file-analysis/tests/pFFA-SetUnits-Test.php @@ -0,0 +1,60 @@ +base_dir = __DIR__ . '/../demo/fit_files/'; + } + + public function testSetUnits_validate_options_pass() + { + $valid_options = ['raw', 'statute', 'metric']; + foreach($valid_options as $valid_option) { + $pFFA = new adriangibbons\phpFITFileAnalysis($this->base_dir . $this->filename, ['units' => $valid_option]); + + if($valid_option === 'raw') { + $this->assertEquals(1.286, reset($pFFA->data_mesgs['record']['speed'])); + } + if($valid_option === 'statute') { + $this->assertEquals(2.877, reset($pFFA->data_mesgs['record']['speed'])); + } + if($valid_option === 'metric') { + $this->assertEquals(4.63, reset($pFFA->data_mesgs['record']['speed'])); + } + } + } + + /** + * @expectedException Exception + */ + public function testSetUnits_validate_options_fail() + { + $pFFA = new adriangibbons\phpFITFileAnalysis($this->base_dir . $this->filename, ['units' => 'INVALID']); + } + + public function testSetUnits_validate_pace_option_pass() + { + $valid_options = [true, false]; + foreach($valid_options as $valid_option) { + $pFFA = new adriangibbons\phpFITFileAnalysis($this->base_dir . $this->filename, ['units' => 'raw', 'pace' => $valid_option]); + + $this->assertEquals(1.286, reset($pFFA->data_mesgs['record']['speed'])); + } + } + + /** + * @expectedException Exception + */ + public function testSetUnits_validate_pace_option_fail() + { + $pFFA = new adriangibbons\phpFITFileAnalysis($this->base_dir . $this->filename, ['pace' => 'INVALID']); + } +} diff --git a/Sources/vendor/composer/autoload_classmap.php b/Sources/vendor/composer/autoload_classmap.php index 46399bb5..58f2289c 100755 --- a/Sources/vendor/composer/autoload_classmap.php +++ b/Sources/vendor/composer/autoload_classmap.php @@ -6,30 +6,296 @@ $vendorDir = dirname(__DIR__); $baseDir = dirname($vendorDir); return array( - 'Attribute' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Attribute.php', 'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php', + 'PHPUnit\\Event\\Application\\Finished' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Application/Finished.php', + 'PHPUnit\\Event\\Application\\FinishedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Application/FinishedSubscriber.php', + 'PHPUnit\\Event\\Application\\Started' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Application/Started.php', + 'PHPUnit\\Event\\Application\\StartedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Application/StartedSubscriber.php', + 'PHPUnit\\Event\\Code\\ClassMethod' => $vendorDir . '/phpunit/phpunit/src/Event/Value/ClassMethod.php', + 'PHPUnit\\Event\\Code\\ComparisonFailure' => $vendorDir . '/phpunit/phpunit/src/Event/Value/ComparisonFailure.php', + 'PHPUnit\\Event\\Code\\ComparisonFailureBuilder' => $vendorDir . '/phpunit/phpunit/src/Event/Value/ComparisonFailureBuilder.php', + 'PHPUnit\\Event\\Code\\NoTestCaseObjectOnCallStackException' => $vendorDir . '/phpunit/phpunit/src/Event/Exception/NoTestCaseObjectOnCallStackException.php', + 'PHPUnit\\Event\\Code\\Phpt' => $vendorDir . '/phpunit/phpunit/src/Event/Value/Test/Phpt.php', + 'PHPUnit\\Event\\Code\\Test' => $vendorDir . '/phpunit/phpunit/src/Event/Value/Test/Test.php', + 'PHPUnit\\Event\\Code\\TestCollection' => $vendorDir . '/phpunit/phpunit/src/Event/Value/Test/TestCollection.php', + 'PHPUnit\\Event\\Code\\TestCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/Event/Value/Test/TestCollectionIterator.php', + 'PHPUnit\\Event\\Code\\TestDox' => $vendorDir . '/phpunit/phpunit/src/Event/Value/Test/TestDox.php', + 'PHPUnit\\Event\\Code\\TestDoxBuilder' => $vendorDir . '/phpunit/phpunit/src/Event/Value/Test/TestDoxBuilder.php', + 'PHPUnit\\Event\\Code\\TestMethod' => $vendorDir . '/phpunit/phpunit/src/Event/Value/Test/TestMethod.php', + 'PHPUnit\\Event\\Code\\TestMethodBuilder' => $vendorDir . '/phpunit/phpunit/src/Event/Value/Test/TestMethodBuilder.php', + 'PHPUnit\\Event\\Code\\Throwable' => $vendorDir . '/phpunit/phpunit/src/Event/Value/Throwable.php', + 'PHPUnit\\Event\\Code\\ThrowableBuilder' => $vendorDir . '/phpunit/phpunit/src/Event/Value/ThrowableBuilder.php', + 'PHPUnit\\Event\\CollectingDispatcher' => $vendorDir . '/phpunit/phpunit/src/Event/Dispatcher/CollectingDispatcher.php', + 'PHPUnit\\Event\\DeferringDispatcher' => $vendorDir . '/phpunit/phpunit/src/Event/Dispatcher/DeferringDispatcher.php', + 'PHPUnit\\Event\\DirectDispatcher' => $vendorDir . '/phpunit/phpunit/src/Event/Dispatcher/DirectDispatcher.php', + 'PHPUnit\\Event\\Dispatcher' => $vendorDir . '/phpunit/phpunit/src/Event/Dispatcher/Dispatcher.php', + 'PHPUnit\\Event\\DispatchingEmitter' => $vendorDir . '/phpunit/phpunit/src/Event/Emitter/DispatchingEmitter.php', + 'PHPUnit\\Event\\Emitter' => $vendorDir . '/phpunit/phpunit/src/Event/Emitter/Emitter.php', + 'PHPUnit\\Event\\Event' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Event.php', + 'PHPUnit\\Event\\EventAlreadyAssignedException' => $vendorDir . '/phpunit/phpunit/src/Event/Exception/EventAlreadyAssignedException.php', + 'PHPUnit\\Event\\EventCollection' => $vendorDir . '/phpunit/phpunit/src/Event/Events/EventCollection.php', + 'PHPUnit\\Event\\EventCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/Event/Events/EventCollectionIterator.php', + 'PHPUnit\\Event\\EventFacadeIsSealedException' => $vendorDir . '/phpunit/phpunit/src/Event/Exception/EventFacadeIsSealedException.php', + 'PHPUnit\\Event\\Exception' => $vendorDir . '/phpunit/phpunit/src/Event/Exception/Exception.php', + 'PHPUnit\\Event\\Facade' => $vendorDir . '/phpunit/phpunit/src/Event/Facade.php', + 'PHPUnit\\Event\\InvalidArgumentException' => $vendorDir . '/phpunit/phpunit/src/Event/Exception/InvalidArgumentException.php', + 'PHPUnit\\Event\\InvalidEventException' => $vendorDir . '/phpunit/phpunit/src/Event/Exception/InvalidEventException.php', + 'PHPUnit\\Event\\InvalidSubscriberException' => $vendorDir . '/phpunit/phpunit/src/Event/Exception/InvalidSubscriberException.php', + 'PHPUnit\\Event\\MapError' => $vendorDir . '/phpunit/phpunit/src/Event/Exception/MapError.php', + 'PHPUnit\\Event\\NoPreviousThrowableException' => $vendorDir . '/phpunit/phpunit/src/Event/Exception/NoPreviousThrowableException.php', + 'PHPUnit\\Event\\RuntimeException' => $vendorDir . '/phpunit/phpunit/src/Event/Exception/RuntimeException.php', + 'PHPUnit\\Event\\Runtime\\OperatingSystem' => $vendorDir . '/phpunit/phpunit/src/Event/Value/Runtime/OperatingSystem.php', + 'PHPUnit\\Event\\Runtime\\PHP' => $vendorDir . '/phpunit/phpunit/src/Event/Value/Runtime/PHP.php', + 'PHPUnit\\Event\\Runtime\\PHPUnit' => $vendorDir . '/phpunit/phpunit/src/Event/Value/Runtime/PHPUnit.php', + 'PHPUnit\\Event\\Runtime\\Runtime' => $vendorDir . '/phpunit/phpunit/src/Event/Value/Runtime/Runtime.php', + 'PHPUnit\\Event\\SubscribableDispatcher' => $vendorDir . '/phpunit/phpunit/src/Event/Dispatcher/SubscribableDispatcher.php', + 'PHPUnit\\Event\\Subscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Subscriber.php', + 'PHPUnit\\Event\\SubscriberTypeAlreadyRegisteredException' => $vendorDir . '/phpunit/phpunit/src/Event/Exception/SubscriberTypeAlreadyRegisteredException.php', + 'PHPUnit\\Event\\Telemetry\\Duration' => $vendorDir . '/phpunit/phpunit/src/Event/Value/Telemetry/Duration.php', + 'PHPUnit\\Event\\Telemetry\\GarbageCollectorStatus' => $vendorDir . '/phpunit/phpunit/src/Event/Value/Telemetry/GarbageCollectorStatus.php', + 'PHPUnit\\Event\\Telemetry\\GarbageCollectorStatusProvider' => $vendorDir . '/phpunit/phpunit/src/Event/Value/Telemetry/GarbageCollectorStatusProvider.php', + 'PHPUnit\\Event\\Telemetry\\HRTime' => $vendorDir . '/phpunit/phpunit/src/Event/Value/Telemetry/HRTime.php', + 'PHPUnit\\Event\\Telemetry\\Info' => $vendorDir . '/phpunit/phpunit/src/Event/Value/Telemetry/Info.php', + 'PHPUnit\\Event\\Telemetry\\MemoryMeter' => $vendorDir . '/phpunit/phpunit/src/Event/Value/Telemetry/MemoryMeter.php', + 'PHPUnit\\Event\\Telemetry\\MemoryUsage' => $vendorDir . '/phpunit/phpunit/src/Event/Value/Telemetry/MemoryUsage.php', + 'PHPUnit\\Event\\Telemetry\\Php81GarbageCollectorStatusProvider' => $vendorDir . '/phpunit/phpunit/src/Event/Value/Telemetry/Php81GarbageCollectorStatusProvider.php', + 'PHPUnit\\Event\\Telemetry\\Php83GarbageCollectorStatusProvider' => $vendorDir . '/phpunit/phpunit/src/Event/Value/Telemetry/Php83GarbageCollectorStatusProvider.php', + 'PHPUnit\\Event\\Telemetry\\Snapshot' => $vendorDir . '/phpunit/phpunit/src/Event/Value/Telemetry/Snapshot.php', + 'PHPUnit\\Event\\Telemetry\\StopWatch' => $vendorDir . '/phpunit/phpunit/src/Event/Value/Telemetry/StopWatch.php', + 'PHPUnit\\Event\\Telemetry\\System' => $vendorDir . '/phpunit/phpunit/src/Event/Value/Telemetry/System.php', + 'PHPUnit\\Event\\Telemetry\\SystemMemoryMeter' => $vendorDir . '/phpunit/phpunit/src/Event/Value/Telemetry/SystemMemoryMeter.php', + 'PHPUnit\\Event\\Telemetry\\SystemStopWatch' => $vendorDir . '/phpunit/phpunit/src/Event/Value/Telemetry/SystemStopWatch.php', + 'PHPUnit\\Event\\Telemetry\\SystemStopWatchWithOffset' => $vendorDir . '/phpunit/phpunit/src/Event/Value/Telemetry/SystemStopWatchWithOffset.php', + 'PHPUnit\\Event\\TestData\\DataFromDataProvider' => $vendorDir . '/phpunit/phpunit/src/Event/Value/Test/TestData/DataFromDataProvider.php', + 'PHPUnit\\Event\\TestData\\DataFromTestDependency' => $vendorDir . '/phpunit/phpunit/src/Event/Value/Test/TestData/DataFromTestDependency.php', + 'PHPUnit\\Event\\TestData\\MoreThanOneDataSetFromDataProviderException' => $vendorDir . '/phpunit/phpunit/src/Event/Exception/MoreThanOneDataSetFromDataProviderException.php', + 'PHPUnit\\Event\\TestData\\NoDataSetFromDataProviderException' => $vendorDir . '/phpunit/phpunit/src/Event/Exception/NoDataSetFromDataProviderException.php', + 'PHPUnit\\Event\\TestData\\TestData' => $vendorDir . '/phpunit/phpunit/src/Event/Value/Test/TestData/TestData.php', + 'PHPUnit\\Event\\TestData\\TestDataCollection' => $vendorDir . '/phpunit/phpunit/src/Event/Value/Test/TestData/TestDataCollection.php', + 'PHPUnit\\Event\\TestData\\TestDataCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/Event/Value/Test/TestData/TestDataCollectionIterator.php', + 'PHPUnit\\Event\\TestRunner\\BootstrapFinished' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestRunner/BootstrapFinished.php', + 'PHPUnit\\Event\\TestRunner\\BootstrapFinishedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestRunner/BootstrapFinishedSubscriber.php', + 'PHPUnit\\Event\\TestRunner\\Configured' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestRunner/Configured.php', + 'PHPUnit\\Event\\TestRunner\\ConfiguredSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestRunner/ConfiguredSubscriber.php', + 'PHPUnit\\Event\\TestRunner\\DeprecationTriggered' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestRunner/DeprecationTriggered.php', + 'PHPUnit\\Event\\TestRunner\\DeprecationTriggeredSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestRunner/DeprecationTriggeredSubscriber.php', + 'PHPUnit\\Event\\TestRunner\\EventFacadeSealed' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestRunner/EventFacadeSealed.php', + 'PHPUnit\\Event\\TestRunner\\EventFacadeSealedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestRunner/EventFacadeSealedSubscriber.php', + 'PHPUnit\\Event\\TestRunner\\ExecutionAborted' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionAborted.php', + 'PHPUnit\\Event\\TestRunner\\ExecutionAbortedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionAbortedSubscriber.php', + 'PHPUnit\\Event\\TestRunner\\ExecutionFinished' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionFinished.php', + 'PHPUnit\\Event\\TestRunner\\ExecutionFinishedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionFinishedSubscriber.php', + 'PHPUnit\\Event\\TestRunner\\ExecutionStarted' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionStarted.php', + 'PHPUnit\\Event\\TestRunner\\ExecutionStartedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionStartedSubscriber.php', + 'PHPUnit\\Event\\TestRunner\\ExtensionBootstrapped' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestRunner/ExtensionBootstrapped.php', + 'PHPUnit\\Event\\TestRunner\\ExtensionBootstrappedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestRunner/ExtensionBootstrappedSubscriber.php', + 'PHPUnit\\Event\\TestRunner\\ExtensionLoadedFromPhar' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestRunner/ExtensionLoadedFromPhar.php', + 'PHPUnit\\Event\\TestRunner\\ExtensionLoadedFromPharSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestRunner/ExtensionLoadedFromPharSubscriber.php', + 'PHPUnit\\Event\\TestRunner\\Finished' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestRunner/Finished.php', + 'PHPUnit\\Event\\TestRunner\\FinishedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestRunner/FinishedSubscriber.php', + 'PHPUnit\\Event\\TestRunner\\GarbageCollectionDisabled' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionDisabled.php', + 'PHPUnit\\Event\\TestRunner\\GarbageCollectionDisabledSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionDisabledSubscriber.php', + 'PHPUnit\\Event\\TestRunner\\GarbageCollectionEnabled' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionEnabled.php', + 'PHPUnit\\Event\\TestRunner\\GarbageCollectionEnabledSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionEnabledSubscriber.php', + 'PHPUnit\\Event\\TestRunner\\GarbageCollectionTriggered' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionTriggered.php', + 'PHPUnit\\Event\\TestRunner\\GarbageCollectionTriggeredSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionTriggeredSubscriber.php', + 'PHPUnit\\Event\\TestRunner\\Started' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestRunner/Started.php', + 'PHPUnit\\Event\\TestRunner\\StartedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestRunner/StartedSubscriber.php', + 'PHPUnit\\Event\\TestRunner\\WarningTriggered' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestRunner/WarningTriggered.php', + 'PHPUnit\\Event\\TestRunner\\WarningTriggeredSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestRunner/WarningTriggeredSubscriber.php', + 'PHPUnit\\Event\\TestSuite\\Filtered' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestSuite/Filtered.php', + 'PHPUnit\\Event\\TestSuite\\FilteredSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestSuite/FilteredSubscriber.php', + 'PHPUnit\\Event\\TestSuite\\Finished' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestSuite/Finished.php', + 'PHPUnit\\Event\\TestSuite\\FinishedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestSuite/FinishedSubscriber.php', + 'PHPUnit\\Event\\TestSuite\\Loaded' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestSuite/Loaded.php', + 'PHPUnit\\Event\\TestSuite\\LoadedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestSuite/LoadedSubscriber.php', + 'PHPUnit\\Event\\TestSuite\\Skipped' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestSuite/Skipped.php', + 'PHPUnit\\Event\\TestSuite\\SkippedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestSuite/SkippedSubscriber.php', + 'PHPUnit\\Event\\TestSuite\\Sorted' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestSuite/Sorted.php', + 'PHPUnit\\Event\\TestSuite\\SortedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestSuite/SortedSubscriber.php', + 'PHPUnit\\Event\\TestSuite\\Started' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestSuite/Started.php', + 'PHPUnit\\Event\\TestSuite\\StartedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/TestSuite/StartedSubscriber.php', + 'PHPUnit\\Event\\TestSuite\\TestSuite' => $vendorDir . '/phpunit/phpunit/src/Event/Value/TestSuite/TestSuite.php', + 'PHPUnit\\Event\\TestSuite\\TestSuiteBuilder' => $vendorDir . '/phpunit/phpunit/src/Event/Value/TestSuite/TestSuiteBuilder.php', + 'PHPUnit\\Event\\TestSuite\\TestSuiteForTestClass' => $vendorDir . '/phpunit/phpunit/src/Event/Value/TestSuite/TestSuiteForTestClass.php', + 'PHPUnit\\Event\\TestSuite\\TestSuiteForTestMethodWithDataProvider' => $vendorDir . '/phpunit/phpunit/src/Event/Value/TestSuite/TestSuiteForTestMethodWithDataProvider.php', + 'PHPUnit\\Event\\TestSuite\\TestSuiteWithName' => $vendorDir . '/phpunit/phpunit/src/Event/Value/TestSuite/TestSuiteWithName.php', + 'PHPUnit\\Event\\Test\\AfterLastTestMethodCalled' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterLastTestMethodCalled.php', + 'PHPUnit\\Event\\Test\\AfterLastTestMethodCalledSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterLastTestMethodCalledSubscriber.php', + 'PHPUnit\\Event\\Test\\AfterLastTestMethodFinished' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterLastTestMethodFinished.php', + 'PHPUnit\\Event\\Test\\AfterLastTestMethodFinishedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterLastTestMethodFinishedSubscriber.php', + 'PHPUnit\\Event\\Test\\AfterTestMethodCalled' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterTestMethodCalled.php', + 'PHPUnit\\Event\\Test\\AfterTestMethodCalledSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterTestMethodCalledSubscriber.php', + 'PHPUnit\\Event\\Test\\AfterTestMethodFinished' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterTestMethodFinished.php', + 'PHPUnit\\Event\\Test\\AfterTestMethodFinishedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterTestMethodFinishedSubscriber.php', + 'PHPUnit\\Event\\Test\\AssertionFailed' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Assertion/AssertionFailed.php', + 'PHPUnit\\Event\\Test\\AssertionFailedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Assertion/AssertionFailedSubscriber.php', + 'PHPUnit\\Event\\Test\\AssertionSucceeded' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Assertion/AssertionSucceeded.php', + 'PHPUnit\\Event\\Test\\AssertionSucceededSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Assertion/AssertionSucceededSubscriber.php', + 'PHPUnit\\Event\\Test\\BeforeFirstTestMethodCalled' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodCalled.php', + 'PHPUnit\\Event\\Test\\BeforeFirstTestMethodCalledSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodCalledSubscriber.php', + 'PHPUnit\\Event\\Test\\BeforeFirstTestMethodErrored' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodErrored.php', + 'PHPUnit\\Event\\Test\\BeforeFirstTestMethodErroredSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodErroredSubscriber.php', + 'PHPUnit\\Event\\Test\\BeforeFirstTestMethodFinished' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodFinished.php', + 'PHPUnit\\Event\\Test\\BeforeFirstTestMethodFinishedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodFinishedSubscriber.php', + 'PHPUnit\\Event\\Test\\BeforeTestMethodCalled' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeTestMethodCalled.php', + 'PHPUnit\\Event\\Test\\BeforeTestMethodCalledSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeTestMethodCalledSubscriber.php', + 'PHPUnit\\Event\\Test\\BeforeTestMethodFinished' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeTestMethodFinished.php', + 'PHPUnit\\Event\\Test\\BeforeTestMethodFinishedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeTestMethodFinishedSubscriber.php', + 'PHPUnit\\Event\\Test\\ComparatorRegistered' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/ComparatorRegistered.php', + 'PHPUnit\\Event\\Test\\ComparatorRegisteredSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/ComparatorRegisteredSubscriber.php', + 'PHPUnit\\Event\\Test\\ConsideredRisky' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Issue/ConsideredRisky.php', + 'PHPUnit\\Event\\Test\\ConsideredRiskySubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Issue/ConsideredRiskySubscriber.php', + 'PHPUnit\\Event\\Test\\DataProviderMethodCalled' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Lifecycle/DataProviderMethodCalled.php', + 'PHPUnit\\Event\\Test\\DataProviderMethodCalledSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Lifecycle/DataProviderMethodCalledSubscriber.php', + 'PHPUnit\\Event\\Test\\DataProviderMethodFinished' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Lifecycle/DataProviderMethodFinished.php', + 'PHPUnit\\Event\\Test\\DataProviderMethodFinishedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Lifecycle/DataProviderMethodFinishedSubscriber.php', + 'PHPUnit\\Event\\Test\\DeprecationTriggered' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Issue/DeprecationTriggered.php', + 'PHPUnit\\Event\\Test\\DeprecationTriggeredSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Issue/DeprecationTriggeredSubscriber.php', + 'PHPUnit\\Event\\Test\\ErrorTriggered' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Issue/ErrorTriggered.php', + 'PHPUnit\\Event\\Test\\ErrorTriggeredSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Issue/ErrorTriggeredSubscriber.php', + 'PHPUnit\\Event\\Test\\Errored' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Outcome/Errored.php', + 'PHPUnit\\Event\\Test\\ErroredSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Outcome/ErroredSubscriber.php', + 'PHPUnit\\Event\\Test\\Failed' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Outcome/Failed.php', + 'PHPUnit\\Event\\Test\\FailedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Outcome/FailedSubscriber.php', + 'PHPUnit\\Event\\Test\\Finished' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Lifecycle/Finished.php', + 'PHPUnit\\Event\\Test\\FinishedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Lifecycle/FinishedSubscriber.php', + 'PHPUnit\\Event\\Test\\MarkedIncomplete' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Outcome/MarkedIncomplete.php', + 'PHPUnit\\Event\\Test\\MarkedIncompleteSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Outcome/MarkedIncompleteSubscriber.php', + 'PHPUnit\\Event\\Test\\MockObjectCreated' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectCreated.php', + 'PHPUnit\\Event\\Test\\MockObjectCreatedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectCreatedSubscriber.php', + 'PHPUnit\\Event\\Test\\MockObjectForAbstractClassCreated' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForAbstractClassCreated.php', + 'PHPUnit\\Event\\Test\\MockObjectForAbstractClassCreatedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForAbstractClassCreatedSubscriber.php', + 'PHPUnit\\Event\\Test\\MockObjectForIntersectionOfInterfacesCreated' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForIntersectionOfInterfacesCreated.php', + 'PHPUnit\\Event\\Test\\MockObjectForIntersectionOfInterfacesCreatedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForIntersectionOfInterfacesCreatedSubscriber.php', + 'PHPUnit\\Event\\Test\\MockObjectForTraitCreated' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForTraitCreated.php', + 'PHPUnit\\Event\\Test\\MockObjectForTraitCreatedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForTraitCreatedSubscriber.php', + 'PHPUnit\\Event\\Test\\MockObjectFromWsdlCreated' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectFromWsdlCreated.php', + 'PHPUnit\\Event\\Test\\MockObjectFromWsdlCreatedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectFromWsdlCreatedSubscriber.php', + 'PHPUnit\\Event\\Test\\NoComparisonFailureException' => $vendorDir . '/phpunit/phpunit/src/Event/Exception/NoComparisonFailureException.php', + 'PHPUnit\\Event\\Test\\NoticeTriggered' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Issue/NoticeTriggered.php', + 'PHPUnit\\Event\\Test\\NoticeTriggeredSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Issue/NoticeTriggeredSubscriber.php', + 'PHPUnit\\Event\\Test\\PartialMockObjectCreated' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/TestDouble/PartialMockObjectCreated.php', + 'PHPUnit\\Event\\Test\\PartialMockObjectCreatedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/TestDouble/PartialMockObjectCreatedSubscriber.php', + 'PHPUnit\\Event\\Test\\Passed' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Outcome/Passed.php', + 'PHPUnit\\Event\\Test\\PassedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Outcome/PassedSubscriber.php', + 'PHPUnit\\Event\\Test\\PhpDeprecationTriggered' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Issue/PhpDeprecationTriggered.php', + 'PHPUnit\\Event\\Test\\PhpDeprecationTriggeredSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Issue/PhpDeprecationTriggeredSubscriber.php', + 'PHPUnit\\Event\\Test\\PhpNoticeTriggered' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Issue/PhpNoticeTriggered.php', + 'PHPUnit\\Event\\Test\\PhpNoticeTriggeredSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Issue/PhpNoticeTriggeredSubscriber.php', + 'PHPUnit\\Event\\Test\\PhpWarningTriggered' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Issue/PhpWarningTriggered.php', + 'PHPUnit\\Event\\Test\\PhpWarningTriggeredSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Issue/PhpWarningTriggeredSubscriber.php', + 'PHPUnit\\Event\\Test\\PhpunitDeprecationTriggered' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitDeprecationTriggered.php', + 'PHPUnit\\Event\\Test\\PhpunitDeprecationTriggeredSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitDeprecationTriggeredSubscriber.php', + 'PHPUnit\\Event\\Test\\PhpunitErrorTriggered' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitErrorTriggered.php', + 'PHPUnit\\Event\\Test\\PhpunitErrorTriggeredSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitErrorTriggeredSubscriber.php', + 'PHPUnit\\Event\\Test\\PhpunitWarningTriggered' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitWarningTriggered.php', + 'PHPUnit\\Event\\Test\\PhpunitWarningTriggeredSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitWarningTriggeredSubscriber.php', + 'PHPUnit\\Event\\Test\\PostConditionCalled' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/PostConditionCalled.php', + 'PHPUnit\\Event\\Test\\PostConditionCalledSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/PostConditionCalledSubscriber.php', + 'PHPUnit\\Event\\Test\\PostConditionFinished' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/PostConditionFinished.php', + 'PHPUnit\\Event\\Test\\PostConditionFinishedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/PostConditionFinishedSubscriber.php', + 'PHPUnit\\Event\\Test\\PreConditionCalled' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/PreConditionCalled.php', + 'PHPUnit\\Event\\Test\\PreConditionCalledSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/PreConditionCalledSubscriber.php', + 'PHPUnit\\Event\\Test\\PreConditionFinished' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/PreConditionFinished.php', + 'PHPUnit\\Event\\Test\\PreConditionFinishedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/PreConditionFinishedSubscriber.php', + 'PHPUnit\\Event\\Test\\PreparationFailed' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Lifecycle/PreparationFailed.php', + 'PHPUnit\\Event\\Test\\PreparationFailedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Lifecycle/PreparationFailedSubscriber.php', + 'PHPUnit\\Event\\Test\\PreparationStarted' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Lifecycle/PreparationStarted.php', + 'PHPUnit\\Event\\Test\\PreparationStartedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Lifecycle/PreparationStartedSubscriber.php', + 'PHPUnit\\Event\\Test\\Prepared' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Lifecycle/Prepared.php', + 'PHPUnit\\Event\\Test\\PreparedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Lifecycle/PreparedSubscriber.php', + 'PHPUnit\\Event\\Test\\PrintedUnexpectedOutput' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/PrintedUnexpectedOutput.php', + 'PHPUnit\\Event\\Test\\PrintedUnexpectedOutputSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/PrintedUnexpectedOutputSubscriber.php', + 'PHPUnit\\Event\\Test\\Skipped' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Outcome/Skipped.php', + 'PHPUnit\\Event\\Test\\SkippedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Outcome/SkippedSubscriber.php', + 'PHPUnit\\Event\\Test\\TestProxyCreated' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestProxyCreated.php', + 'PHPUnit\\Event\\Test\\TestProxyCreatedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestProxyCreatedSubscriber.php', + 'PHPUnit\\Event\\Test\\TestStubCreated' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestStubCreated.php', + 'PHPUnit\\Event\\Test\\TestStubCreatedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestStubCreatedSubscriber.php', + 'PHPUnit\\Event\\Test\\TestStubForIntersectionOfInterfacesCreated' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestStubForIntersectionOfInterfacesCreated.php', + 'PHPUnit\\Event\\Test\\TestStubForIntersectionOfInterfacesCreatedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestStubForIntersectionOfInterfacesCreatedSubscriber.php', + 'PHPUnit\\Event\\Test\\WarningTriggered' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Issue/WarningTriggered.php', + 'PHPUnit\\Event\\Test\\WarningTriggeredSubscriber' => $vendorDir . '/phpunit/phpunit/src/Event/Events/Test/Issue/WarningTriggeredSubscriber.php', + 'PHPUnit\\Event\\Tracer\\Tracer' => $vendorDir . '/phpunit/phpunit/src/Event/Tracer.php', + 'PHPUnit\\Event\\TypeMap' => $vendorDir . '/phpunit/phpunit/src/Event/TypeMap.php', + 'PHPUnit\\Event\\UnknownEventException' => $vendorDir . '/phpunit/phpunit/src/Event/Exception/UnknownEventException.php', + 'PHPUnit\\Event\\UnknownEventTypeException' => $vendorDir . '/phpunit/phpunit/src/Event/Exception/UnknownEventTypeException.php', + 'PHPUnit\\Event\\UnknownSubscriberException' => $vendorDir . '/phpunit/phpunit/src/Event/Exception/UnknownSubscriberException.php', + 'PHPUnit\\Event\\UnknownSubscriberTypeException' => $vendorDir . '/phpunit/phpunit/src/Event/Exception/UnknownSubscriberTypeException.php', 'PHPUnit\\Exception' => $vendorDir . '/phpunit/phpunit/src/Exception.php', - 'PHPUnit\\Framework\\ActualValueIsNotAnObjectException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ActualValueIsNotAnObjectException.php', + 'PHPUnit\\Framework\\ActualValueIsNotAnObjectException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ActualValueIsNotAnObjectException.php', 'PHPUnit\\Framework\\Assert' => $vendorDir . '/phpunit/phpunit/src/Framework/Assert.php', 'PHPUnit\\Framework\\AssertionFailedError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/AssertionFailedError.php', + 'PHPUnit\\Framework\\Attributes\\After' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/After.php', + 'PHPUnit\\Framework\\Attributes\\AfterClass' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/AfterClass.php', + 'PHPUnit\\Framework\\Attributes\\BackupGlobals' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/BackupGlobals.php', + 'PHPUnit\\Framework\\Attributes\\BackupStaticProperties' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/BackupStaticProperties.php', + 'PHPUnit\\Framework\\Attributes\\Before' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/Before.php', + 'PHPUnit\\Framework\\Attributes\\BeforeClass' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/BeforeClass.php', + 'PHPUnit\\Framework\\Attributes\\CodeCoverageIgnore' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/CodeCoverageIgnore.php', + 'PHPUnit\\Framework\\Attributes\\CoversClass' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/CoversClass.php', + 'PHPUnit\\Framework\\Attributes\\CoversFunction' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/CoversFunction.php', + 'PHPUnit\\Framework\\Attributes\\CoversNothing' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/CoversNothing.php', + 'PHPUnit\\Framework\\Attributes\\DataProvider' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/DataProvider.php', + 'PHPUnit\\Framework\\Attributes\\DataProviderExternal' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/DataProviderExternal.php', + 'PHPUnit\\Framework\\Attributes\\Depends' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/Depends.php', + 'PHPUnit\\Framework\\Attributes\\DependsExternal' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/DependsExternal.php', + 'PHPUnit\\Framework\\Attributes\\DependsExternalUsingDeepClone' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/DependsExternalUsingDeepClone.php', + 'PHPUnit\\Framework\\Attributes\\DependsExternalUsingShallowClone' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/DependsExternalUsingShallowClone.php', + 'PHPUnit\\Framework\\Attributes\\DependsOnClass' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/DependsOnClass.php', + 'PHPUnit\\Framework\\Attributes\\DependsOnClassUsingDeepClone' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/DependsOnClassUsingDeepClone.php', + 'PHPUnit\\Framework\\Attributes\\DependsOnClassUsingShallowClone' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/DependsOnClassUsingShallowClone.php', + 'PHPUnit\\Framework\\Attributes\\DependsUsingDeepClone' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/DependsUsingDeepClone.php', + 'PHPUnit\\Framework\\Attributes\\DependsUsingShallowClone' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/DependsUsingShallowClone.php', + 'PHPUnit\\Framework\\Attributes\\DoesNotPerformAssertions' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/DoesNotPerformAssertions.php', + 'PHPUnit\\Framework\\Attributes\\ExcludeGlobalVariableFromBackup' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/ExcludeGlobalVariableFromBackup.php', + 'PHPUnit\\Framework\\Attributes\\ExcludeStaticPropertyFromBackup' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/ExcludeStaticPropertyFromBackup.php', + 'PHPUnit\\Framework\\Attributes\\Group' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/Group.php', + 'PHPUnit\\Framework\\Attributes\\IgnoreClassForCodeCoverage' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/IgnoreClassForCodeCoverage.php', + 'PHPUnit\\Framework\\Attributes\\IgnoreFunctionForCodeCoverage' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/IgnoreFunctionForCodeCoverage.php', + 'PHPUnit\\Framework\\Attributes\\IgnoreMethodForCodeCoverage' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/IgnoreMethodForCodeCoverage.php', + 'PHPUnit\\Framework\\Attributes\\Large' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/Large.php', + 'PHPUnit\\Framework\\Attributes\\Medium' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/Medium.php', + 'PHPUnit\\Framework\\Attributes\\PostCondition' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/PostCondition.php', + 'PHPUnit\\Framework\\Attributes\\PreCondition' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/PreCondition.php', + 'PHPUnit\\Framework\\Attributes\\PreserveGlobalState' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/PreserveGlobalState.php', + 'PHPUnit\\Framework\\Attributes\\RequiresFunction' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/RequiresFunction.php', + 'PHPUnit\\Framework\\Attributes\\RequiresMethod' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/RequiresMethod.php', + 'PHPUnit\\Framework\\Attributes\\RequiresOperatingSystem' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/RequiresOperatingSystem.php', + 'PHPUnit\\Framework\\Attributes\\RequiresOperatingSystemFamily' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/RequiresOperatingSystemFamily.php', + 'PHPUnit\\Framework\\Attributes\\RequiresPhp' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/RequiresPhp.php', + 'PHPUnit\\Framework\\Attributes\\RequiresPhpExtension' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/RequiresPhpExtension.php', + 'PHPUnit\\Framework\\Attributes\\RequiresPhpunit' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/RequiresPhpunit.php', + 'PHPUnit\\Framework\\Attributes\\RequiresSetting' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/RequiresSetting.php', + 'PHPUnit\\Framework\\Attributes\\RunClassInSeparateProcess' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/RunClassInSeparateProcess.php', + 'PHPUnit\\Framework\\Attributes\\RunInSeparateProcess' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/RunInSeparateProcess.php', + 'PHPUnit\\Framework\\Attributes\\RunTestsInSeparateProcesses' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/RunTestsInSeparateProcesses.php', + 'PHPUnit\\Framework\\Attributes\\Small' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/Small.php', + 'PHPUnit\\Framework\\Attributes\\Test' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/Test.php', + 'PHPUnit\\Framework\\Attributes\\TestDox' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/TestDox.php', + 'PHPUnit\\Framework\\Attributes\\TestWith' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/TestWith.php', + 'PHPUnit\\Framework\\Attributes\\TestWithJson' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/TestWithJson.php', + 'PHPUnit\\Framework\\Attributes\\Ticket' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/Ticket.php', + 'PHPUnit\\Framework\\Attributes\\UsesClass' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/UsesClass.php', + 'PHPUnit\\Framework\\Attributes\\UsesFunction' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/UsesFunction.php', + 'PHPUnit\\Framework\\Attributes\\WithoutErrorHandler' => $vendorDir . '/phpunit/phpunit/src/Framework/Attributes/WithoutErrorHandler.php', 'PHPUnit\\Framework\\CodeCoverageException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/CodeCoverageException.php', - 'PHPUnit\\Framework\\ComparisonMethodDoesNotAcceptParameterTypeException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotAcceptParameterTypeException.php', - 'PHPUnit\\Framework\\ComparisonMethodDoesNotDeclareBoolReturnTypeException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareBoolReturnTypeException.php', - 'PHPUnit\\Framework\\ComparisonMethodDoesNotDeclareExactlyOneParameterException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareExactlyOneParameterException.php', - 'PHPUnit\\Framework\\ComparisonMethodDoesNotDeclareParameterTypeException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareParameterTypeException.php', - 'PHPUnit\\Framework\\ComparisonMethodDoesNotExistException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotExistException.php', + 'PHPUnit\\Framework\\ComparisonMethodDoesNotAcceptParameterTypeException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotAcceptParameterTypeException.php', + 'PHPUnit\\Framework\\ComparisonMethodDoesNotDeclareBoolReturnTypeException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotDeclareBoolReturnTypeException.php', + 'PHPUnit\\Framework\\ComparisonMethodDoesNotDeclareExactlyOneParameterException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotDeclareExactlyOneParameterException.php', + 'PHPUnit\\Framework\\ComparisonMethodDoesNotDeclareParameterTypeException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotDeclareParameterTypeException.php', + 'PHPUnit\\Framework\\ComparisonMethodDoesNotExistException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotExistException.php', 'PHPUnit\\Framework\\Constraint\\ArrayHasKey' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Traversable/ArrayHasKey.php', 'PHPUnit\\Framework\\Constraint\\BinaryOperator' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Operator/BinaryOperator.php', 'PHPUnit\\Framework\\Constraint\\Callback' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Callback.php', - 'PHPUnit\\Framework\\Constraint\\ClassHasAttribute' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasAttribute.php', - 'PHPUnit\\Framework\\Constraint\\ClassHasStaticAttribute' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasStaticAttribute.php', 'PHPUnit\\Framework\\Constraint\\Constraint' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Constraint.php', 'PHPUnit\\Framework\\Constraint\\Count' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/Count.php', 'PHPUnit\\Framework\\Constraint\\DirectoryExists' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Filesystem/DirectoryExists.php', 'PHPUnit\\Framework\\Constraint\\Exception' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Exception/Exception.php', 'PHPUnit\\Framework\\Constraint\\ExceptionCode' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionCode.php', - 'PHPUnit\\Framework\\Constraint\\ExceptionMessage' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessage.php', - 'PHPUnit\\Framework\\Constraint\\ExceptionMessageRegularExpression' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageRegularExpression.php', + 'PHPUnit\\Framework\\Constraint\\ExceptionMessageIsOrContains' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageIsOrContains.php', + 'PHPUnit\\Framework\\Constraint\\ExceptionMessageMatchesRegularExpression' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageMatchesRegularExpression.php', 'PHPUnit\\Framework\\Constraint\\FileExists' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Filesystem/FileExists.php', 'PHPUnit\\Framework\\Constraint\\GreaterThan' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/GreaterThan.php', 'PHPUnit\\Framework\\Constraint\\IsAnything' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/IsAnything.php', @@ -44,6 +310,7 @@ return array( 'PHPUnit\\Framework\\Constraint\\IsInfinite' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Math/IsInfinite.php', 'PHPUnit\\Framework\\Constraint\\IsInstanceOf' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Type/IsInstanceOf.php', 'PHPUnit\\Framework\\Constraint\\IsJson' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/String/IsJson.php', + 'PHPUnit\\Framework\\Constraint\\IsList' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Traversable/IsList.php', 'PHPUnit\\Framework\\Constraint\\IsNan' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Math/IsNan.php', 'PHPUnit\\Framework\\Constraint\\IsNull' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Type/IsNull.php', 'PHPUnit\\Framework\\Constraint\\IsReadable' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsReadable.php', @@ -51,20 +318,19 @@ return array( 'PHPUnit\\Framework\\Constraint\\IsType' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Type/IsType.php', 'PHPUnit\\Framework\\Constraint\\IsWritable' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsWritable.php', 'PHPUnit\\Framework\\Constraint\\JsonMatches' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/JsonMatches.php', - 'PHPUnit\\Framework\\Constraint\\JsonMatchesErrorMessageProvider' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/JsonMatchesErrorMessageProvider.php', 'PHPUnit\\Framework\\Constraint\\LessThan' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/LessThan.php', 'PHPUnit\\Framework\\Constraint\\LogicalAnd' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalAnd.php', 'PHPUnit\\Framework\\Constraint\\LogicalNot' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalNot.php', 'PHPUnit\\Framework\\Constraint\\LogicalOr' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalOr.php', 'PHPUnit\\Framework\\Constraint\\LogicalXor' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalXor.php', 'PHPUnit\\Framework\\Constraint\\ObjectEquals' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Object/ObjectEquals.php', - 'PHPUnit\\Framework\\Constraint\\ObjectHasAttribute' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Object/ObjectHasAttribute.php', 'PHPUnit\\Framework\\Constraint\\ObjectHasProperty' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Object/ObjectHasProperty.php', 'PHPUnit\\Framework\\Constraint\\Operator' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Operator/Operator.php', 'PHPUnit\\Framework\\Constraint\\RegularExpression' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/String/RegularExpression.php', 'PHPUnit\\Framework\\Constraint\\SameSize' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/SameSize.php', 'PHPUnit\\Framework\\Constraint\\StringContains' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/String/StringContains.php', 'PHPUnit\\Framework\\Constraint\\StringEndsWith' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/String/StringEndsWith.php', + 'PHPUnit\\Framework\\Constraint\\StringEqualsStringIgnoringLineEndings' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/String/StringEqualsStringIgnoringLineEndings.php', 'PHPUnit\\Framework\\Constraint\\StringMatchesFormatDescription' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/String/StringMatchesFormatDescription.php', 'PHPUnit\\Framework\\Constraint\\StringStartsWith' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/String/StringStartsWith.php', 'PHPUnit\\Framework\\Constraint\\TraversableContains' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContains.php', @@ -72,291 +338,550 @@ return array( 'PHPUnit\\Framework\\Constraint\\TraversableContainsIdentical' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsIdentical.php', 'PHPUnit\\Framework\\Constraint\\TraversableContainsOnly' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsOnly.php', 'PHPUnit\\Framework\\Constraint\\UnaryOperator' => $vendorDir . '/phpunit/phpunit/src/Framework/Constraint/Operator/UnaryOperator.php', - 'PHPUnit\\Framework\\CoveredCodeNotExecutedException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/CoveredCodeNotExecutedException.php', 'PHPUnit\\Framework\\DataProviderTestSuite' => $vendorDir . '/phpunit/phpunit/src/Framework/DataProviderTestSuite.php', - 'PHPUnit\\Framework\\Error' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/Error.php', - 'PHPUnit\\Framework\\ErrorTestCase' => $vendorDir . '/phpunit/phpunit/src/Framework/ErrorTestCase.php', - 'PHPUnit\\Framework\\Error\\Deprecated' => $vendorDir . '/phpunit/phpunit/src/Framework/Error/Deprecated.php', - 'PHPUnit\\Framework\\Error\\Error' => $vendorDir . '/phpunit/phpunit/src/Framework/Error/Error.php', - 'PHPUnit\\Framework\\Error\\Notice' => $vendorDir . '/phpunit/phpunit/src/Framework/Error/Notice.php', - 'PHPUnit\\Framework\\Error\\Warning' => $vendorDir . '/phpunit/phpunit/src/Framework/Error/Warning.php', + 'PHPUnit\\Framework\\EmptyStringException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/EmptyStringException.php', 'PHPUnit\\Framework\\Exception' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/Exception.php', - 'PHPUnit\\Framework\\ExceptionWrapper' => $vendorDir . '/phpunit/phpunit/src/Framework/ExceptionWrapper.php', 'PHPUnit\\Framework\\ExecutionOrderDependency' => $vendorDir . '/phpunit/phpunit/src/Framework/ExecutionOrderDependency.php', 'PHPUnit\\Framework\\ExpectationFailedException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ExpectationFailedException.php', - 'PHPUnit\\Framework\\IncompleteTest' => $vendorDir . '/phpunit/phpunit/src/Framework/IncompleteTest.php', - 'PHPUnit\\Framework\\IncompleteTestCase' => $vendorDir . '/phpunit/phpunit/src/Framework/IncompleteTestCase.php', - 'PHPUnit\\Framework\\IncompleteTestError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/IncompleteTestError.php', + 'PHPUnit\\Framework\\GeneratorNotSupportedException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/GeneratorNotSupportedException.php', + 'PHPUnit\\Framework\\IncompleteTest' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/Incomplete/IncompleteTest.php', + 'PHPUnit\\Framework\\IncompleteTestError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/Incomplete/IncompleteTestError.php', 'PHPUnit\\Framework\\InvalidArgumentException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/InvalidArgumentException.php', 'PHPUnit\\Framework\\InvalidCoversTargetException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/InvalidCoversTargetException.php', 'PHPUnit\\Framework\\InvalidDataProviderException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/InvalidDataProviderException.php', - 'PHPUnit\\Framework\\InvalidParameterGroupException' => $vendorDir . '/phpunit/phpunit/src/Framework/InvalidParameterGroupException.php', - 'PHPUnit\\Framework\\MissingCoversAnnotationException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/MissingCoversAnnotationException.php', - 'PHPUnit\\Framework\\MockObject\\Api' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Api/Api.php', + 'PHPUnit\\Framework\\InvalidDependencyException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/InvalidDependencyException.php', 'PHPUnit\\Framework\\MockObject\\BadMethodCallException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/BadMethodCallException.php', - 'PHPUnit\\Framework\\MockObject\\Builder\\Identity' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Builder/Identity.php', - 'PHPUnit\\Framework\\MockObject\\Builder\\InvocationMocker' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationMocker.php', - 'PHPUnit\\Framework\\MockObject\\Builder\\InvocationStubber' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationStubber.php', - 'PHPUnit\\Framework\\MockObject\\Builder\\MethodNameMatch' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Builder/MethodNameMatch.php', - 'PHPUnit\\Framework\\MockObject\\Builder\\ParametersMatch' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Builder/ParametersMatch.php', - 'PHPUnit\\Framework\\MockObject\\Builder\\Stub' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Builder/Stub.php', + 'PHPUnit\\Framework\\MockObject\\Builder\\Identity' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/Identity.php', + 'PHPUnit\\Framework\\MockObject\\Builder\\InvocationMocker' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/InvocationMocker.php', + 'PHPUnit\\Framework\\MockObject\\Builder\\InvocationStubber' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/InvocationStubber.php', + 'PHPUnit\\Framework\\MockObject\\Builder\\MethodNameMatch' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/MethodNameMatch.php', + 'PHPUnit\\Framework\\MockObject\\Builder\\ParametersMatch' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/ParametersMatch.php', + 'PHPUnit\\Framework\\MockObject\\Builder\\Stub' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/Stub.php', 'PHPUnit\\Framework\\MockObject\\CannotUseAddMethodsException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseAddMethodsException.php', 'PHPUnit\\Framework\\MockObject\\CannotUseOnlyMethodsException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseOnlyMethodsException.php', - 'PHPUnit\\Framework\\MockObject\\ClassAlreadyExistsException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/ClassAlreadyExistsException.php', - 'PHPUnit\\Framework\\MockObject\\ClassIsFinalException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsFinalException.php', - 'PHPUnit\\Framework\\MockObject\\ClassIsReadonlyException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsReadonlyException.php', 'PHPUnit\\Framework\\MockObject\\ConfigurableMethod' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/ConfigurableMethod.php', - 'PHPUnit\\Framework\\MockObject\\ConfigurableMethodsAlreadyInitializedException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/ConfigurableMethodsAlreadyInitializedException.php', - 'PHPUnit\\Framework\\MockObject\\DuplicateMethodException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/DuplicateMethodException.php', + 'PHPUnit\\Framework\\MockObject\\DoubledCloneMethod' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/DoubledCloneMethod.php', 'PHPUnit\\Framework\\MockObject\\Exception' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/Exception.php', - 'PHPUnit\\Framework\\MockObject\\Generator' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Generator.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\ClassAlreadyExistsException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ClassAlreadyExistsException.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\ClassIsEnumerationException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ClassIsEnumerationException.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\ClassIsFinalException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ClassIsFinalException.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\ClassIsReadonlyException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ClassIsReadonlyException.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\DuplicateMethodException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/DuplicateMethodException.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\Exception' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/Exception.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\Generator' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Generator/Generator.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\InvalidMethodNameException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/InvalidMethodNameException.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\MockClass' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Generator/MockClass.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\MockMethod' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Generator/MockMethod.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\MockMethodSet' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Generator/MockMethodSet.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\MockTrait' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Generator/MockTrait.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\MockType' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Generator/MockType.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\OriginalConstructorInvocationRequiredException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/OriginalConstructorInvocationRequiredException.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\ReflectionException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ReflectionException.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\RuntimeException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/RuntimeException.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\SoapExtensionNotAvailableException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/SoapExtensionNotAvailableException.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\TemplateLoader' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Generator/TemplateLoader.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\UnknownClassException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/UnknownClassException.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\UnknownTraitException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/UnknownTraitException.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\UnknownTypeException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/UnknownTypeException.php', 'PHPUnit\\Framework\\MockObject\\IncompatibleReturnValueException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/IncompatibleReturnValueException.php', - 'PHPUnit\\Framework\\MockObject\\InvalidMethodNameException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/InvalidMethodNameException.php', - 'PHPUnit\\Framework\\MockObject\\Invocation' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Invocation.php', - 'PHPUnit\\Framework\\MockObject\\InvocationHandler' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/InvocationHandler.php', + 'PHPUnit\\Framework\\MockObject\\Invocation' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Invocation.php', + 'PHPUnit\\Framework\\MockObject\\InvocationHandler' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/InvocationHandler.php', 'PHPUnit\\Framework\\MockObject\\MatchBuilderNotFoundException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/MatchBuilderNotFoundException.php', - 'PHPUnit\\Framework\\MockObject\\Matcher' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Matcher.php', + 'PHPUnit\\Framework\\MockObject\\Matcher' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Matcher.php', 'PHPUnit\\Framework\\MockObject\\MatcherAlreadyRegisteredException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/MatcherAlreadyRegisteredException.php', - 'PHPUnit\\Framework\\MockObject\\Method' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Api/Method.php', + 'PHPUnit\\Framework\\MockObject\\Method' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/Method.php', 'PHPUnit\\Framework\\MockObject\\MethodCannotBeConfiguredException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/MethodCannotBeConfiguredException.php', 'PHPUnit\\Framework\\MockObject\\MethodNameAlreadyConfiguredException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameAlreadyConfiguredException.php', - 'PHPUnit\\Framework\\MockObject\\MethodNameConstraint' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/MethodNameConstraint.php', + 'PHPUnit\\Framework\\MockObject\\MethodNameConstraint' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/MethodNameConstraint.php', 'PHPUnit\\Framework\\MockObject\\MethodNameNotConfiguredException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameNotConfiguredException.php', 'PHPUnit\\Framework\\MockObject\\MethodParametersAlreadyConfiguredException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/MethodParametersAlreadyConfiguredException.php', 'PHPUnit\\Framework\\MockObject\\MockBuilder' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/MockBuilder.php', - 'PHPUnit\\Framework\\MockObject\\MockClass' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/MockClass.php', - 'PHPUnit\\Framework\\MockObject\\MockMethod' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/MockMethod.php', - 'PHPUnit\\Framework\\MockObject\\MockMethodSet' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/MockMethodSet.php', - 'PHPUnit\\Framework\\MockObject\\MockObject' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/MockObject.php', - 'PHPUnit\\Framework\\MockObject\\MockTrait' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/MockTrait.php', - 'PHPUnit\\Framework\\MockObject\\MockType' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/MockType.php', - 'PHPUnit\\Framework\\MockObject\\OriginalConstructorInvocationRequiredException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/OriginalConstructorInvocationRequiredException.php', + 'PHPUnit\\Framework\\MockObject\\MockObject' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Interface/MockObject.php', + 'PHPUnit\\Framework\\MockObject\\MockObjectApi' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/MockObjectApi.php', + 'PHPUnit\\Framework\\MockObject\\MockObjectInternal' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Interface/MockObjectInternal.php', + 'PHPUnit\\Framework\\MockObject\\NeverReturningMethodException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/NeverReturningMethodException.php', + 'PHPUnit\\Framework\\MockObject\\ProxiedCloneMethod' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/ProxiedCloneMethod.php', 'PHPUnit\\Framework\\MockObject\\ReflectionException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/ReflectionException.php', + 'PHPUnit\\Framework\\MockObject\\ReturnValueGenerator' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/ReturnValueGenerator.php', 'PHPUnit\\Framework\\MockObject\\ReturnValueNotConfiguredException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/ReturnValueNotConfiguredException.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\AnyInvokedCount' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/AnyInvokedCount.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\AnyParameters' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/AnyParameters.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\ConsecutiveParameters' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/ConsecutiveParameters.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\InvocationOrder' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvocationOrder.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtIndex' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtIndex.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtLeastCount' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastCount.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtLeastOnce' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastOnce.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtMostCount' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtMostCount.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedCount' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedCount.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\MethodName' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/MethodName.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\Parameters' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/Parameters.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\ParametersRule' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Rule/ParametersRule.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\AnyInvokedCount' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/AnyInvokedCount.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\AnyParameters' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/AnyParameters.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\InvocationOrder' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/InvocationOrder.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtLeastCount' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/InvokedAtLeastCount.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtLeastOnce' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/InvokedAtLeastOnce.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtMostCount' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/InvokedAtMostCount.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedCount' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/InvokedCount.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\MethodName' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/MethodName.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\Parameters' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/Parameters.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\ParametersRule' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/ParametersRule.php', 'PHPUnit\\Framework\\MockObject\\RuntimeException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/RuntimeException.php', - 'PHPUnit\\Framework\\MockObject\\SoapExtensionNotAvailableException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/SoapExtensionNotAvailableException.php', - 'PHPUnit\\Framework\\MockObject\\Stub' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ConsecutiveCalls' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/ConsecutiveCalls.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\Exception' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/Exception.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnArgument' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnArgument.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnCallback' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnCallback.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnReference' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnReference.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnSelf' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnSelf.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnStub' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnStub.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnValueMap' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnValueMap.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\Stub' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Stub/Stub.php', - 'PHPUnit\\Framework\\MockObject\\UnknownClassException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownClassException.php', - 'PHPUnit\\Framework\\MockObject\\UnknownTraitException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTraitException.php', - 'PHPUnit\\Framework\\MockObject\\UnknownTypeException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTypeException.php', - 'PHPUnit\\Framework\\MockObject\\Verifiable' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Verifiable.php', + 'PHPUnit\\Framework\\MockObject\\Stub' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Interface/Stub.php', + 'PHPUnit\\Framework\\MockObject\\StubApi' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/StubApi.php', + 'PHPUnit\\Framework\\MockObject\\StubInternal' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Interface/StubInternal.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ConsecutiveCalls' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ConsecutiveCalls.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\Exception' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/Exception.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnArgument' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnArgument.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnCallback' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnCallback.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnReference' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnReference.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnSelf' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnSelf.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnStub' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnStub.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnValueMap' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnValueMap.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\Stub' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/Stub.php', 'PHPUnit\\Framework\\NoChildTestSuiteException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/NoChildTestSuiteException.php', - 'PHPUnit\\Framework\\OutputError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/OutputError.php', - 'PHPUnit\\Framework\\PHPTAssertionFailedError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/PHPTAssertionFailedError.php', + 'PHPUnit\\Framework\\PhptAssertionFailedError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/PhptAssertionFailedError.php', + 'PHPUnit\\Framework\\ProcessIsolationException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/ProcessIsolationException.php', 'PHPUnit\\Framework\\Reorderable' => $vendorDir . '/phpunit/phpunit/src/Framework/Reorderable.php', - 'PHPUnit\\Framework\\RiskyTestError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/RiskyTestError.php', 'PHPUnit\\Framework\\SelfDescribing' => $vendorDir . '/phpunit/phpunit/src/Framework/SelfDescribing.php', - 'PHPUnit\\Framework\\SkippedTest' => $vendorDir . '/phpunit/phpunit/src/Framework/SkippedTest.php', - 'PHPUnit\\Framework\\SkippedTestCase' => $vendorDir . '/phpunit/phpunit/src/Framework/SkippedTestCase.php', - 'PHPUnit\\Framework\\SkippedTestError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/SkippedTestError.php', - 'PHPUnit\\Framework\\SkippedTestSuiteError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/SkippedTestSuiteError.php', - 'PHPUnit\\Framework\\SyntheticError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/SyntheticError.php', - 'PHPUnit\\Framework\\SyntheticSkippedError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/SyntheticSkippedError.php', + 'PHPUnit\\Framework\\SkippedTest' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/Skipped/SkippedTest.php', + 'PHPUnit\\Framework\\SkippedTestSuiteError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/Skipped/SkippedTestSuiteError.php', + 'PHPUnit\\Framework\\SkippedWithMessageException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/Skipped/SkippedWithMessageException.php', 'PHPUnit\\Framework\\Test' => $vendorDir . '/phpunit/phpunit/src/Framework/Test.php', 'PHPUnit\\Framework\\TestBuilder' => $vendorDir . '/phpunit/phpunit/src/Framework/TestBuilder.php', 'PHPUnit\\Framework\\TestCase' => $vendorDir . '/phpunit/phpunit/src/Framework/TestCase.php', - 'PHPUnit\\Framework\\TestFailure' => $vendorDir . '/phpunit/phpunit/src/Framework/TestFailure.php', - 'PHPUnit\\Framework\\TestListener' => $vendorDir . '/phpunit/phpunit/src/Framework/TestListener.php', - 'PHPUnit\\Framework\\TestListenerDefaultImplementation' => $vendorDir . '/phpunit/phpunit/src/Framework/TestListenerDefaultImplementation.php', - 'PHPUnit\\Framework\\TestResult' => $vendorDir . '/phpunit/phpunit/src/Framework/TestResult.php', + 'PHPUnit\\Framework\\TestRunner' => $vendorDir . '/phpunit/phpunit/src/Framework/TestRunner.php', + 'PHPUnit\\Framework\\TestSize\\Known' => $vendorDir . '/phpunit/phpunit/src/Framework/TestSize/Known.php', + 'PHPUnit\\Framework\\TestSize\\Large' => $vendorDir . '/phpunit/phpunit/src/Framework/TestSize/Large.php', + 'PHPUnit\\Framework\\TestSize\\Medium' => $vendorDir . '/phpunit/phpunit/src/Framework/TestSize/Medium.php', + 'PHPUnit\\Framework\\TestSize\\Small' => $vendorDir . '/phpunit/phpunit/src/Framework/TestSize/Small.php', + 'PHPUnit\\Framework\\TestSize\\TestSize' => $vendorDir . '/phpunit/phpunit/src/Framework/TestSize/TestSize.php', + 'PHPUnit\\Framework\\TestSize\\Unknown' => $vendorDir . '/phpunit/phpunit/src/Framework/TestSize/Unknown.php', + 'PHPUnit\\Framework\\TestStatus\\Deprecation' => $vendorDir . '/phpunit/phpunit/src/Framework/TestStatus/Deprecation.php', + 'PHPUnit\\Framework\\TestStatus\\Error' => $vendorDir . '/phpunit/phpunit/src/Framework/TestStatus/Error.php', + 'PHPUnit\\Framework\\TestStatus\\Failure' => $vendorDir . '/phpunit/phpunit/src/Framework/TestStatus/Failure.php', + 'PHPUnit\\Framework\\TestStatus\\Incomplete' => $vendorDir . '/phpunit/phpunit/src/Framework/TestStatus/Incomplete.php', + 'PHPUnit\\Framework\\TestStatus\\Known' => $vendorDir . '/phpunit/phpunit/src/Framework/TestStatus/Known.php', + 'PHPUnit\\Framework\\TestStatus\\Notice' => $vendorDir . '/phpunit/phpunit/src/Framework/TestStatus/Notice.php', + 'PHPUnit\\Framework\\TestStatus\\Risky' => $vendorDir . '/phpunit/phpunit/src/Framework/TestStatus/Risky.php', + 'PHPUnit\\Framework\\TestStatus\\Skipped' => $vendorDir . '/phpunit/phpunit/src/Framework/TestStatus/Skipped.php', + 'PHPUnit\\Framework\\TestStatus\\Success' => $vendorDir . '/phpunit/phpunit/src/Framework/TestStatus/Success.php', + 'PHPUnit\\Framework\\TestStatus\\TestStatus' => $vendorDir . '/phpunit/phpunit/src/Framework/TestStatus/TestStatus.php', + 'PHPUnit\\Framework\\TestStatus\\Unknown' => $vendorDir . '/phpunit/phpunit/src/Framework/TestStatus/Unknown.php', + 'PHPUnit\\Framework\\TestStatus\\Warning' => $vendorDir . '/phpunit/phpunit/src/Framework/TestStatus/Warning.php', 'PHPUnit\\Framework\\TestSuite' => $vendorDir . '/phpunit/phpunit/src/Framework/TestSuite.php', 'PHPUnit\\Framework\\TestSuiteIterator' => $vendorDir . '/phpunit/phpunit/src/Framework/TestSuiteIterator.php', - 'PHPUnit\\Framework\\UnintentionallyCoveredCodeError' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/UnintentionallyCoveredCodeError.php', - 'PHPUnit\\Framework\\Warning' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/Warning.php', - 'PHPUnit\\Framework\\WarningTestCase' => $vendorDir . '/phpunit/phpunit/src/Framework/WarningTestCase.php', - 'PHPUnit\\Runner\\AfterIncompleteTestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterIncompleteTestHook.php', - 'PHPUnit\\Runner\\AfterLastTestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterLastTestHook.php', - 'PHPUnit\\Runner\\AfterRiskyTestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterRiskyTestHook.php', - 'PHPUnit\\Runner\\AfterSkippedTestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterSkippedTestHook.php', - 'PHPUnit\\Runner\\AfterSuccessfulTestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterSuccessfulTestHook.php', - 'PHPUnit\\Runner\\AfterTestErrorHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterTestErrorHook.php', - 'PHPUnit\\Runner\\AfterTestFailureHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterTestFailureHook.php', - 'PHPUnit\\Runner\\AfterTestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterTestHook.php', - 'PHPUnit\\Runner\\AfterTestWarningHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/AfterTestWarningHook.php', - 'PHPUnit\\Runner\\BaseTestRunner' => $vendorDir . '/phpunit/phpunit/src/Runner/BaseTestRunner.php', - 'PHPUnit\\Runner\\BeforeFirstTestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/BeforeFirstTestHook.php', - 'PHPUnit\\Runner\\BeforeTestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/BeforeTestHook.php', - 'PHPUnit\\Runner\\DefaultTestResultCache' => $vendorDir . '/phpunit/phpunit/src/Runner/DefaultTestResultCache.php', - 'PHPUnit\\Runner\\Exception' => $vendorDir . '/phpunit/phpunit/src/Runner/Exception.php', - 'PHPUnit\\Runner\\Extension\\ExtensionHandler' => $vendorDir . '/phpunit/phpunit/src/Runner/Extension/ExtensionHandler.php', + 'PHPUnit\\Framework\\UnknownClassOrInterfaceException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/UnknownClassOrInterfaceException.php', + 'PHPUnit\\Framework\\UnknownTypeException' => $vendorDir . '/phpunit/phpunit/src/Framework/Exception/UnknownTypeException.php', + 'PHPUnit\\Logging\\EventLogger' => $vendorDir . '/phpunit/phpunit/src/Logging/EventLogger.php', + 'PHPUnit\\Logging\\Exception' => $vendorDir . '/phpunit/phpunit/src/Logging/Exception.php', + 'PHPUnit\\Logging\\JUnit\\JunitXmlLogger' => $vendorDir . '/phpunit/phpunit/src/Logging/JUnit/JunitXmlLogger.php', + 'PHPUnit\\Logging\\JUnit\\Subscriber' => $vendorDir . '/phpunit/phpunit/src/Logging/JUnit/Subscriber/Subscriber.php', + 'PHPUnit\\Logging\\JUnit\\TestErroredSubscriber' => $vendorDir . '/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestErroredSubscriber.php', + 'PHPUnit\\Logging\\JUnit\\TestFailedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestFailedSubscriber.php', + 'PHPUnit\\Logging\\JUnit\\TestFinishedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestFinishedSubscriber.php', + 'PHPUnit\\Logging\\JUnit\\TestMarkedIncompleteSubscriber' => $vendorDir . '/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestMarkedIncompleteSubscriber.php', + 'PHPUnit\\Logging\\JUnit\\TestPreparedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestPreparedSubscriber.php', + 'PHPUnit\\Logging\\JUnit\\TestRunnerExecutionFinishedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestRunnerExecutionFinishedSubscriber.php', + 'PHPUnit\\Logging\\JUnit\\TestSkippedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestSkippedSubscriber.php', + 'PHPUnit\\Logging\\JUnit\\TestSuiteFinishedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestSuiteFinishedSubscriber.php', + 'PHPUnit\\Logging\\JUnit\\TestSuiteStartedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestSuiteStartedSubscriber.php', + 'PHPUnit\\Logging\\TeamCity\\Subscriber' => $vendorDir . '/phpunit/phpunit/src/Logging/TeamCity/Subscriber/Subscriber.php', + 'PHPUnit\\Logging\\TeamCity\\TeamCityLogger' => $vendorDir . '/phpunit/phpunit/src/Logging/TeamCity/TeamCityLogger.php', + 'PHPUnit\\Logging\\TeamCity\\TestConsideredRiskySubscriber' => $vendorDir . '/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestConsideredRiskySubscriber.php', + 'PHPUnit\\Logging\\TeamCity\\TestErroredSubscriber' => $vendorDir . '/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestErroredSubscriber.php', + 'PHPUnit\\Logging\\TeamCity\\TestFailedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestFailedSubscriber.php', + 'PHPUnit\\Logging\\TeamCity\\TestFinishedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestFinishedSubscriber.php', + 'PHPUnit\\Logging\\TeamCity\\TestMarkedIncompleteSubscriber' => $vendorDir . '/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestMarkedIncompleteSubscriber.php', + 'PHPUnit\\Logging\\TeamCity\\TestPreparedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestPreparedSubscriber.php', + 'PHPUnit\\Logging\\TeamCity\\TestRunnerExecutionFinishedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestRunnerExecutionFinishedSubscriber.php', + 'PHPUnit\\Logging\\TeamCity\\TestSkippedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestSkippedSubscriber.php', + 'PHPUnit\\Logging\\TeamCity\\TestSuiteFinishedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestSuiteFinishedSubscriber.php', + 'PHPUnit\\Logging\\TeamCity\\TestSuiteStartedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestSuiteStartedSubscriber.php', + 'PHPUnit\\Logging\\TestDox\\HtmlRenderer' => $vendorDir . '/phpunit/phpunit/src/Logging/TestDox/HtmlRenderer.php', + 'PHPUnit\\Logging\\TestDox\\NamePrettifier' => $vendorDir . '/phpunit/phpunit/src/Logging/TestDox/NamePrettifier.php', + 'PHPUnit\\Logging\\TestDox\\PlainTextRenderer' => $vendorDir . '/phpunit/phpunit/src/Logging/TestDox/PlainTextRenderer.php', + 'PHPUnit\\Logging\\TestDox\\Subscriber' => $vendorDir . '/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/Subscriber.php', + 'PHPUnit\\Logging\\TestDox\\TestConsideredRiskySubscriber' => $vendorDir . '/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestConsideredRiskySubscriber.php', + 'PHPUnit\\Logging\\TestDox\\TestCreatedMockObjectForAbstractClassSubscriber' => $vendorDir . '/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedMockObjectForAbstractClassSubscriber.php', + 'PHPUnit\\Logging\\TestDox\\TestCreatedMockObjectForTraitSubscriber' => $vendorDir . '/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedMockObjectForTraitSubscriber.php', + 'PHPUnit\\Logging\\TestDox\\TestCreatedMockObjectFromWsdlSubscriber' => $vendorDir . '/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedMockObjectFromWsdlSubscriber.php', + 'PHPUnit\\Logging\\TestDox\\TestCreatedMockObjectSubscriber' => $vendorDir . '/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedMockObjectSubscriber.php', + 'PHPUnit\\Logging\\TestDox\\TestCreatedPartialMockObjectSubscriber' => $vendorDir . '/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedPartialMockObjectSubscriber.php', + 'PHPUnit\\Logging\\TestDox\\TestCreatedTestProxySubscriber' => $vendorDir . '/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedTestProxySubscriber.php', + 'PHPUnit\\Logging\\TestDox\\TestCreatedTestStubSubscriber' => $vendorDir . '/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedTestStubSubscriber.php', + 'PHPUnit\\Logging\\TestDox\\TestErroredSubscriber' => $vendorDir . '/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestErroredSubscriber.php', + 'PHPUnit\\Logging\\TestDox\\TestFailedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestFailedSubscriber.php', + 'PHPUnit\\Logging\\TestDox\\TestFinishedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestFinishedSubscriber.php', + 'PHPUnit\\Logging\\TestDox\\TestMarkedIncompleteSubscriber' => $vendorDir . '/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestMarkedIncompleteSubscriber.php', + 'PHPUnit\\Logging\\TestDox\\TestPassedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestPassedSubscriber.php', + 'PHPUnit\\Logging\\TestDox\\TestPreparedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestPreparedSubscriber.php', + 'PHPUnit\\Logging\\TestDox\\TestResult' => $vendorDir . '/phpunit/phpunit/src/Logging/TestDox/TestMethod/TestResult.php', + 'PHPUnit\\Logging\\TestDox\\TestResultCollection' => $vendorDir . '/phpunit/phpunit/src/Logging/TestDox/TestMethod/TestResultCollection.php', + 'PHPUnit\\Logging\\TestDox\\TestResultCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/Logging/TestDox/TestMethod/TestResultCollectionIterator.php', + 'PHPUnit\\Logging\\TestDox\\TestResultCollector' => $vendorDir . '/phpunit/phpunit/src/Logging/TestDox/TestMethod/TestResultCollector.php', + 'PHPUnit\\Logging\\TestDox\\TestSkippedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestSkippedSubscriber.php', + 'PHPUnit\\Metadata\\After' => $vendorDir . '/phpunit/phpunit/src/Metadata/After.php', + 'PHPUnit\\Metadata\\AfterClass' => $vendorDir . '/phpunit/phpunit/src/Metadata/AfterClass.php', + 'PHPUnit\\Metadata\\Annotation\\Parser\\DocBlock' => $vendorDir . '/phpunit/phpunit/src/Metadata/Parser/Annotation/DocBlock.php', + 'PHPUnit\\Metadata\\Annotation\\Parser\\Registry' => $vendorDir . '/phpunit/phpunit/src/Metadata/Parser/Annotation/Registry.php', + 'PHPUnit\\Metadata\\AnnotationsAreNotSupportedForInternalClassesException' => $vendorDir . '/phpunit/phpunit/src/Metadata/Exception/AnnotationsAreNotSupportedForInternalClassesException.php', + 'PHPUnit\\Metadata\\Api\\CodeCoverage' => $vendorDir . '/phpunit/phpunit/src/Metadata/Api/CodeCoverage.php', + 'PHPUnit\\Metadata\\Api\\DataProvider' => $vendorDir . '/phpunit/phpunit/src/Metadata/Api/DataProvider.php', + 'PHPUnit\\Metadata\\Api\\Dependencies' => $vendorDir . '/phpunit/phpunit/src/Metadata/Api/Dependencies.php', + 'PHPUnit\\Metadata\\Api\\Groups' => $vendorDir . '/phpunit/phpunit/src/Metadata/Api/Groups.php', + 'PHPUnit\\Metadata\\Api\\HookMethods' => $vendorDir . '/phpunit/phpunit/src/Metadata/Api/HookMethods.php', + 'PHPUnit\\Metadata\\Api\\Requirements' => $vendorDir . '/phpunit/phpunit/src/Metadata/Api/Requirements.php', + 'PHPUnit\\Metadata\\BackupGlobals' => $vendorDir . '/phpunit/phpunit/src/Metadata/BackupGlobals.php', + 'PHPUnit\\Metadata\\BackupStaticProperties' => $vendorDir . '/phpunit/phpunit/src/Metadata/BackupStaticProperties.php', + 'PHPUnit\\Metadata\\Before' => $vendorDir . '/phpunit/phpunit/src/Metadata/Before.php', + 'PHPUnit\\Metadata\\BeforeClass' => $vendorDir . '/phpunit/phpunit/src/Metadata/BeforeClass.php', + 'PHPUnit\\Metadata\\Covers' => $vendorDir . '/phpunit/phpunit/src/Metadata/Covers.php', + 'PHPUnit\\Metadata\\CoversClass' => $vendorDir . '/phpunit/phpunit/src/Metadata/CoversClass.php', + 'PHPUnit\\Metadata\\CoversDefaultClass' => $vendorDir . '/phpunit/phpunit/src/Metadata/CoversDefaultClass.php', + 'PHPUnit\\Metadata\\CoversFunction' => $vendorDir . '/phpunit/phpunit/src/Metadata/CoversFunction.php', + 'PHPUnit\\Metadata\\CoversNothing' => $vendorDir . '/phpunit/phpunit/src/Metadata/CoversNothing.php', + 'PHPUnit\\Metadata\\DataProvider' => $vendorDir . '/phpunit/phpunit/src/Metadata/DataProvider.php', + 'PHPUnit\\Metadata\\DependsOnClass' => $vendorDir . '/phpunit/phpunit/src/Metadata/DependsOnClass.php', + 'PHPUnit\\Metadata\\DependsOnMethod' => $vendorDir . '/phpunit/phpunit/src/Metadata/DependsOnMethod.php', + 'PHPUnit\\Metadata\\DoesNotPerformAssertions' => $vendorDir . '/phpunit/phpunit/src/Metadata/DoesNotPerformAssertions.php', + 'PHPUnit\\Metadata\\Exception' => $vendorDir . '/phpunit/phpunit/src/Metadata/Exception/Exception.php', + 'PHPUnit\\Metadata\\ExcludeGlobalVariableFromBackup' => $vendorDir . '/phpunit/phpunit/src/Metadata/ExcludeGlobalVariableFromBackup.php', + 'PHPUnit\\Metadata\\ExcludeStaticPropertyFromBackup' => $vendorDir . '/phpunit/phpunit/src/Metadata/ExcludeStaticPropertyFromBackup.php', + 'PHPUnit\\Metadata\\Group' => $vendorDir . '/phpunit/phpunit/src/Metadata/Group.php', + 'PHPUnit\\Metadata\\IgnoreClassForCodeCoverage' => $vendorDir . '/phpunit/phpunit/src/Metadata/IgnoreClassForCodeCoverage.php', + 'PHPUnit\\Metadata\\IgnoreFunctionForCodeCoverage' => $vendorDir . '/phpunit/phpunit/src/Metadata/IgnoreFunctionForCodeCoverage.php', + 'PHPUnit\\Metadata\\IgnoreMethodForCodeCoverage' => $vendorDir . '/phpunit/phpunit/src/Metadata/IgnoreMethodForCodeCoverage.php', + 'PHPUnit\\Metadata\\InvalidVersionRequirementException' => $vendorDir . '/phpunit/phpunit/src/Metadata/Exception/InvalidVersionRequirementException.php', + 'PHPUnit\\Metadata\\Metadata' => $vendorDir . '/phpunit/phpunit/src/Metadata/Metadata.php', + 'PHPUnit\\Metadata\\MetadataCollection' => $vendorDir . '/phpunit/phpunit/src/Metadata/MetadataCollection.php', + 'PHPUnit\\Metadata\\MetadataCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/Metadata/MetadataCollectionIterator.php', + 'PHPUnit\\Metadata\\NoVersionRequirementException' => $vendorDir . '/phpunit/phpunit/src/Metadata/Exception/NoVersionRequirementException.php', + 'PHPUnit\\Metadata\\Parser\\AnnotationParser' => $vendorDir . '/phpunit/phpunit/src/Metadata/Parser/AnnotationParser.php', + 'PHPUnit\\Metadata\\Parser\\AttributeParser' => $vendorDir . '/phpunit/phpunit/src/Metadata/Parser/AttributeParser.php', + 'PHPUnit\\Metadata\\Parser\\CachingParser' => $vendorDir . '/phpunit/phpunit/src/Metadata/Parser/CachingParser.php', + 'PHPUnit\\Metadata\\Parser\\Parser' => $vendorDir . '/phpunit/phpunit/src/Metadata/Parser/Parser.php', + 'PHPUnit\\Metadata\\Parser\\ParserChain' => $vendorDir . '/phpunit/phpunit/src/Metadata/Parser/ParserChain.php', + 'PHPUnit\\Metadata\\Parser\\Registry' => $vendorDir . '/phpunit/phpunit/src/Metadata/Parser/Registry.php', + 'PHPUnit\\Metadata\\PostCondition' => $vendorDir . '/phpunit/phpunit/src/Metadata/PostCondition.php', + 'PHPUnit\\Metadata\\PreCondition' => $vendorDir . '/phpunit/phpunit/src/Metadata/PreCondition.php', + 'PHPUnit\\Metadata\\PreserveGlobalState' => $vendorDir . '/phpunit/phpunit/src/Metadata/PreserveGlobalState.php', + 'PHPUnit\\Metadata\\ReflectionException' => $vendorDir . '/phpunit/phpunit/src/Metadata/Exception/ReflectionException.php', + 'PHPUnit\\Metadata\\RequiresFunction' => $vendorDir . '/phpunit/phpunit/src/Metadata/RequiresFunction.php', + 'PHPUnit\\Metadata\\RequiresMethod' => $vendorDir . '/phpunit/phpunit/src/Metadata/RequiresMethod.php', + 'PHPUnit\\Metadata\\RequiresOperatingSystem' => $vendorDir . '/phpunit/phpunit/src/Metadata/RequiresOperatingSystem.php', + 'PHPUnit\\Metadata\\RequiresOperatingSystemFamily' => $vendorDir . '/phpunit/phpunit/src/Metadata/RequiresOperatingSystemFamily.php', + 'PHPUnit\\Metadata\\RequiresPhp' => $vendorDir . '/phpunit/phpunit/src/Metadata/RequiresPhp.php', + 'PHPUnit\\Metadata\\RequiresPhpExtension' => $vendorDir . '/phpunit/phpunit/src/Metadata/RequiresPhpExtension.php', + 'PHPUnit\\Metadata\\RequiresPhpunit' => $vendorDir . '/phpunit/phpunit/src/Metadata/RequiresPhpunit.php', + 'PHPUnit\\Metadata\\RequiresSetting' => $vendorDir . '/phpunit/phpunit/src/Metadata/RequiresSetting.php', + 'PHPUnit\\Metadata\\RunClassInSeparateProcess' => $vendorDir . '/phpunit/phpunit/src/Metadata/RunClassInSeparateProcess.php', + 'PHPUnit\\Metadata\\RunInSeparateProcess' => $vendorDir . '/phpunit/phpunit/src/Metadata/RunInSeparateProcess.php', + 'PHPUnit\\Metadata\\RunTestsInSeparateProcesses' => $vendorDir . '/phpunit/phpunit/src/Metadata/RunTestsInSeparateProcesses.php', + 'PHPUnit\\Metadata\\Test' => $vendorDir . '/phpunit/phpunit/src/Metadata/Test.php', + 'PHPUnit\\Metadata\\TestDox' => $vendorDir . '/phpunit/phpunit/src/Metadata/TestDox.php', + 'PHPUnit\\Metadata\\TestWith' => $vendorDir . '/phpunit/phpunit/src/Metadata/TestWith.php', + 'PHPUnit\\Metadata\\Uses' => $vendorDir . '/phpunit/phpunit/src/Metadata/Uses.php', + 'PHPUnit\\Metadata\\UsesClass' => $vendorDir . '/phpunit/phpunit/src/Metadata/UsesClass.php', + 'PHPUnit\\Metadata\\UsesDefaultClass' => $vendorDir . '/phpunit/phpunit/src/Metadata/UsesDefaultClass.php', + 'PHPUnit\\Metadata\\UsesFunction' => $vendorDir . '/phpunit/phpunit/src/Metadata/UsesFunction.php', + 'PHPUnit\\Metadata\\Version\\ComparisonRequirement' => $vendorDir . '/phpunit/phpunit/src/Metadata/Version/ComparisonRequirement.php', + 'PHPUnit\\Metadata\\Version\\ConstraintRequirement' => $vendorDir . '/phpunit/phpunit/src/Metadata/Version/ConstraintRequirement.php', + 'PHPUnit\\Metadata\\Version\\Requirement' => $vendorDir . '/phpunit/phpunit/src/Metadata/Version/Requirement.php', + 'PHPUnit\\Metadata\\WithoutErrorHandler' => $vendorDir . '/phpunit/phpunit/src/Metadata/WithoutErrorHandler.php', + 'PHPUnit\\Runner\\Baseline\\Baseline' => $vendorDir . '/phpunit/phpunit/src/Runner/Baseline/Baseline.php', + 'PHPUnit\\Runner\\Baseline\\CannotLoadBaselineException' => $vendorDir . '/phpunit/phpunit/src/Runner/Baseline/Exception/CannotLoadBaselineException.php', + 'PHPUnit\\Runner\\Baseline\\FileDoesNotHaveLineException' => $vendorDir . '/phpunit/phpunit/src/Runner/Baseline/Exception/FileDoesNotHaveLineException.php', + 'PHPUnit\\Runner\\Baseline\\Generator' => $vendorDir . '/phpunit/phpunit/src/Runner/Baseline/Generator.php', + 'PHPUnit\\Runner\\Baseline\\Issue' => $vendorDir . '/phpunit/phpunit/src/Runner/Baseline/Issue.php', + 'PHPUnit\\Runner\\Baseline\\Reader' => $vendorDir . '/phpunit/phpunit/src/Runner/Baseline/Reader.php', + 'PHPUnit\\Runner\\Baseline\\RelativePathCalculator' => $vendorDir . '/phpunit/phpunit/src/Runner/Baseline/RelativePathCalculator.php', + 'PHPUnit\\Runner\\Baseline\\Subscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/Baseline/Subscriber/Subscriber.php', + 'PHPUnit\\Runner\\Baseline\\TestTriggeredDeprecationSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredDeprecationSubscriber.php', + 'PHPUnit\\Runner\\Baseline\\TestTriggeredNoticeSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredNoticeSubscriber.php', + 'PHPUnit\\Runner\\Baseline\\TestTriggeredPhpDeprecationSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredPhpDeprecationSubscriber.php', + 'PHPUnit\\Runner\\Baseline\\TestTriggeredPhpNoticeSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredPhpNoticeSubscriber.php', + 'PHPUnit\\Runner\\Baseline\\TestTriggeredPhpWarningSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredPhpWarningSubscriber.php', + 'PHPUnit\\Runner\\Baseline\\TestTriggeredWarningSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredWarningSubscriber.php', + 'PHPUnit\\Runner\\Baseline\\Writer' => $vendorDir . '/phpunit/phpunit/src/Runner/Baseline/Writer.php', + 'PHPUnit\\Runner\\ClassCannotBeFoundException' => $vendorDir . '/phpunit/phpunit/src/Runner/Exception/ClassCannotBeFoundException.php', + 'PHPUnit\\Runner\\ClassDoesNotExtendTestCaseException' => $vendorDir . '/phpunit/phpunit/src/Runner/Exception/ClassDoesNotExtendTestCaseException.php', + 'PHPUnit\\Runner\\ClassIsAbstractException' => $vendorDir . '/phpunit/phpunit/src/Runner/Exception/ClassIsAbstractException.php', + 'PHPUnit\\Runner\\CodeCoverage' => $vendorDir . '/phpunit/phpunit/src/Runner/CodeCoverage.php', + 'PHPUnit\\Runner\\DirectoryCannotBeCreatedException' => $vendorDir . '/phpunit/phpunit/src/Runner/Exception/DirectoryCannotBeCreatedException.php', + 'PHPUnit\\Runner\\ErrorHandler' => $vendorDir . '/phpunit/phpunit/src/Runner/ErrorHandler.php', + 'PHPUnit\\Runner\\Exception' => $vendorDir . '/phpunit/phpunit/src/Runner/Exception/Exception.php', + 'PHPUnit\\Runner\\Extension\\Extension' => $vendorDir . '/phpunit/phpunit/src/Runner/Extension/Extension.php', + 'PHPUnit\\Runner\\Extension\\ExtensionBootstrapper' => $vendorDir . '/phpunit/phpunit/src/Runner/Extension/ExtensionBootstrapper.php', + 'PHPUnit\\Runner\\Extension\\Facade' => $vendorDir . '/phpunit/phpunit/src/Runner/Extension/Facade.php', + 'PHPUnit\\Runner\\Extension\\ParameterCollection' => $vendorDir . '/phpunit/phpunit/src/Runner/Extension/ParameterCollection.php', 'PHPUnit\\Runner\\Extension\\PharLoader' => $vendorDir . '/phpunit/phpunit/src/Runner/Extension/PharLoader.php', + 'PHPUnit\\Runner\\FileDoesNotExistException' => $vendorDir . '/phpunit/phpunit/src/Runner/Exception/FileDoesNotExistException.php', 'PHPUnit\\Runner\\Filter\\ExcludeGroupFilterIterator' => $vendorDir . '/phpunit/phpunit/src/Runner/Filter/ExcludeGroupFilterIterator.php', 'PHPUnit\\Runner\\Filter\\Factory' => $vendorDir . '/phpunit/phpunit/src/Runner/Filter/Factory.php', 'PHPUnit\\Runner\\Filter\\GroupFilterIterator' => $vendorDir . '/phpunit/phpunit/src/Runner/Filter/GroupFilterIterator.php', 'PHPUnit\\Runner\\Filter\\IncludeGroupFilterIterator' => $vendorDir . '/phpunit/phpunit/src/Runner/Filter/IncludeGroupFilterIterator.php', 'PHPUnit\\Runner\\Filter\\NameFilterIterator' => $vendorDir . '/phpunit/phpunit/src/Runner/Filter/NameFilterIterator.php', - 'PHPUnit\\Runner\\Hook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/Hook.php', - 'PHPUnit\\Runner\\NullTestResultCache' => $vendorDir . '/phpunit/phpunit/src/Runner/NullTestResultCache.php', + 'PHPUnit\\Runner\\Filter\\TestIdFilterIterator' => $vendorDir . '/phpunit/phpunit/src/Runner/Filter/TestIdFilterIterator.php', + 'PHPUnit\\Runner\\GarbageCollection\\ExecutionFinishedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/GarbageCollection/Subscriber/ExecutionFinishedSubscriber.php', + 'PHPUnit\\Runner\\GarbageCollection\\ExecutionStartedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/GarbageCollection/Subscriber/ExecutionStartedSubscriber.php', + 'PHPUnit\\Runner\\GarbageCollection\\GarbageCollectionHandler' => $vendorDir . '/phpunit/phpunit/src/Runner/GarbageCollection/GarbageCollectionHandler.php', + 'PHPUnit\\Runner\\GarbageCollection\\Subscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/GarbageCollection/Subscriber/Subscriber.php', + 'PHPUnit\\Runner\\GarbageCollection\\TestFinishedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/GarbageCollection/Subscriber/TestFinishedSubscriber.php', + 'PHPUnit\\Runner\\InvalidOrderException' => $vendorDir . '/phpunit/phpunit/src/Runner/Exception/InvalidOrderException.php', + 'PHPUnit\\Runner\\InvalidPhptFileException' => $vendorDir . '/phpunit/phpunit/src/Runner/Exception/InvalidPhptFileException.php', + 'PHPUnit\\Runner\\NoIgnoredEventException' => $vendorDir . '/phpunit/phpunit/src/Runner/Exception/NoIgnoredEventException.php', + 'PHPUnit\\Runner\\ParameterDoesNotExistException' => $vendorDir . '/phpunit/phpunit/src/Runner/Exception/ParameterDoesNotExistException.php', + 'PHPUnit\\Runner\\PhptExternalFileCannotBeLoadedException' => $vendorDir . '/phpunit/phpunit/src/Runner/Exception/PhptExternalFileCannotBeLoadedException.php', 'PHPUnit\\Runner\\PhptTestCase' => $vendorDir . '/phpunit/phpunit/src/Runner/PhptTestCase.php', - 'PHPUnit\\Runner\\ResultCacheExtension' => $vendorDir . '/phpunit/phpunit/src/Runner/ResultCacheExtension.php', - 'PHPUnit\\Runner\\StandardTestSuiteLoader' => $vendorDir . '/phpunit/phpunit/src/Runner/StandardTestSuiteLoader.php', - 'PHPUnit\\Runner\\TestHook' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/TestHook.php', - 'PHPUnit\\Runner\\TestListenerAdapter' => $vendorDir . '/phpunit/phpunit/src/Runner/Hook/TestListenerAdapter.php', - 'PHPUnit\\Runner\\TestResultCache' => $vendorDir . '/phpunit/phpunit/src/Runner/TestResultCache.php', + 'PHPUnit\\Runner\\ReflectionException' => $vendorDir . '/phpunit/phpunit/src/Runner/Exception/ReflectionException.php', + 'PHPUnit\\Runner\\ResultCache\\DefaultResultCache' => $vendorDir . '/phpunit/phpunit/src/Runner/ResultCache/DefaultResultCache.php', + 'PHPUnit\\Runner\\ResultCache\\NullResultCache' => $vendorDir . '/phpunit/phpunit/src/Runner/ResultCache/NullResultCache.php', + 'PHPUnit\\Runner\\ResultCache\\ResultCache' => $vendorDir . '/phpunit/phpunit/src/Runner/ResultCache/ResultCache.php', + 'PHPUnit\\Runner\\ResultCache\\ResultCacheHandler' => $vendorDir . '/phpunit/phpunit/src/Runner/ResultCache/ResultCacheHandler.php', + 'PHPUnit\\Runner\\ResultCache\\Subscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/ResultCache/Subscriber/Subscriber.php', + 'PHPUnit\\Runner\\ResultCache\\TestConsideredRiskySubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestConsideredRiskySubscriber.php', + 'PHPUnit\\Runner\\ResultCache\\TestErroredSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestErroredSubscriber.php', + 'PHPUnit\\Runner\\ResultCache\\TestFailedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestFailedSubscriber.php', + 'PHPUnit\\Runner\\ResultCache\\TestFinishedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestFinishedSubscriber.php', + 'PHPUnit\\Runner\\ResultCache\\TestMarkedIncompleteSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestMarkedIncompleteSubscriber.php', + 'PHPUnit\\Runner\\ResultCache\\TestPreparedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestPreparedSubscriber.php', + 'PHPUnit\\Runner\\ResultCache\\TestSkippedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestSkippedSubscriber.php', + 'PHPUnit\\Runner\\ResultCache\\TestSuiteFinishedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestSuiteFinishedSubscriber.php', + 'PHPUnit\\Runner\\ResultCache\\TestSuiteStartedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestSuiteStartedSubscriber.php', 'PHPUnit\\Runner\\TestSuiteLoader' => $vendorDir . '/phpunit/phpunit/src/Runner/TestSuiteLoader.php', 'PHPUnit\\Runner\\TestSuiteSorter' => $vendorDir . '/phpunit/phpunit/src/Runner/TestSuiteSorter.php', + 'PHPUnit\\Runner\\UnsupportedPhptSectionException' => $vendorDir . '/phpunit/phpunit/src/Runner/Exception/UnsupportedPhptSectionException.php', 'PHPUnit\\Runner\\Version' => $vendorDir . '/phpunit/phpunit/src/Runner/Version.php', - 'PHPUnit\\TextUI\\CliArguments\\Builder' => $vendorDir . '/phpunit/phpunit/src/TextUI/CliArguments/Builder.php', - 'PHPUnit\\TextUI\\CliArguments\\Configuration' => $vendorDir . '/phpunit/phpunit/src/TextUI/CliArguments/Configuration.php', - 'PHPUnit\\TextUI\\CliArguments\\Exception' => $vendorDir . '/phpunit/phpunit/src/TextUI/CliArguments/Exception.php', - 'PHPUnit\\TextUI\\CliArguments\\Mapper' => $vendorDir . '/phpunit/phpunit/src/TextUI/CliArguments/Mapper.php', - 'PHPUnit\\TextUI\\Command' => $vendorDir . '/phpunit/phpunit/src/TextUI/Command.php', - 'PHPUnit\\TextUI\\DefaultResultPrinter' => $vendorDir . '/phpunit/phpunit/src/TextUI/DefaultResultPrinter.php', + 'PHPUnit\\TestRunner\\TestResult\\BeforeTestClassMethodErroredSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/BeforeTestClassMethodErroredSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\Collector' => $vendorDir . '/phpunit/phpunit/src/Runner/TestResult/Collector.php', + 'PHPUnit\\TestRunner\\TestResult\\ExecutionStartedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/ExecutionStartedSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\Facade' => $vendorDir . '/phpunit/phpunit/src/Runner/TestResult/Facade.php', + 'PHPUnit\\TestRunner\\TestResult\\Issues\\Issue' => $vendorDir . '/phpunit/phpunit/src/Runner/TestResult/Issue.php', + 'PHPUnit\\TestRunner\\TestResult\\PassedTests' => $vendorDir . '/phpunit/phpunit/src/Runner/TestResult/PassedTests.php', + 'PHPUnit\\TestRunner\\TestResult\\Subscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/Subscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestConsideredRiskySubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestConsideredRiskySubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestErroredSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestErroredSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestFailedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestFailedSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestFinishedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestFinishedSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestMarkedIncompleteSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestMarkedIncompleteSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestPreparedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestPreparedSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestResult' => $vendorDir . '/phpunit/phpunit/src/Runner/TestResult/TestResult.php', + 'PHPUnit\\TestRunner\\TestResult\\TestRunnerTriggeredDeprecationSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestRunnerTriggeredDeprecationSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestRunnerTriggeredWarningSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestRunnerTriggeredWarningSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestSkippedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestSkippedSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestSuiteFinishedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestSuiteFinishedSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestSuiteSkippedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestSuiteSkippedSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestSuiteStartedSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestSuiteStartedSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestTriggeredDeprecationSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredDeprecationSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestTriggeredErrorSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredErrorSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestTriggeredNoticeSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredNoticeSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestTriggeredPhpDeprecationSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpDeprecationSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestTriggeredPhpNoticeSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpNoticeSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestTriggeredPhpWarningSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpWarningSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestTriggeredPhpunitDeprecationSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpunitDeprecationSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestTriggeredPhpunitErrorSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpunitErrorSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestTriggeredPhpunitWarningSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpunitWarningSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestTriggeredWarningSubscriber' => $vendorDir . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredWarningSubscriber.php', + 'PHPUnit\\TextUI\\Application' => $vendorDir . '/phpunit/phpunit/src/TextUI/Application.php', + 'PHPUnit\\TextUI\\CliArguments\\Builder' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Cli/Builder.php', + 'PHPUnit\\TextUI\\CliArguments\\Configuration' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Cli/Configuration.php', + 'PHPUnit\\TextUI\\CliArguments\\Exception' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Cli/Exception.php', + 'PHPUnit\\TextUI\\CliArguments\\XmlConfigurationFileFinder' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Cli/XmlConfigurationFileFinder.php', + 'PHPUnit\\TextUI\\Command\\AtLeastVersionCommand' => $vendorDir . '/phpunit/phpunit/src/TextUI/Command/Commands/AtLeastVersionCommand.php', + 'PHPUnit\\TextUI\\Command\\Command' => $vendorDir . '/phpunit/phpunit/src/TextUI/Command/Command.php', + 'PHPUnit\\TextUI\\Command\\GenerateConfigurationCommand' => $vendorDir . '/phpunit/phpunit/src/TextUI/Command/Commands/GenerateConfigurationCommand.php', + 'PHPUnit\\TextUI\\Command\\ListGroupsCommand' => $vendorDir . '/phpunit/phpunit/src/TextUI/Command/Commands/ListGroupsCommand.php', + 'PHPUnit\\TextUI\\Command\\ListTestSuitesCommand' => $vendorDir . '/phpunit/phpunit/src/TextUI/Command/Commands/ListTestSuitesCommand.php', + 'PHPUnit\\TextUI\\Command\\ListTestsAsTextCommand' => $vendorDir . '/phpunit/phpunit/src/TextUI/Command/Commands/ListTestsAsTextCommand.php', + 'PHPUnit\\TextUI\\Command\\ListTestsAsXmlCommand' => $vendorDir . '/phpunit/phpunit/src/TextUI/Command/Commands/ListTestsAsXmlCommand.php', + 'PHPUnit\\TextUI\\Command\\MigrateConfigurationCommand' => $vendorDir . '/phpunit/phpunit/src/TextUI/Command/Commands/MigrateConfigurationCommand.php', + 'PHPUnit\\TextUI\\Command\\Result' => $vendorDir . '/phpunit/phpunit/src/TextUI/Command/Result.php', + 'PHPUnit\\TextUI\\Command\\ShowHelpCommand' => $vendorDir . '/phpunit/phpunit/src/TextUI/Command/Commands/ShowHelpCommand.php', + 'PHPUnit\\TextUI\\Command\\ShowVersionCommand' => $vendorDir . '/phpunit/phpunit/src/TextUI/Command/Commands/ShowVersionCommand.php', + 'PHPUnit\\TextUI\\Command\\VersionCheckCommand' => $vendorDir . '/phpunit/phpunit/src/TextUI/Command/Commands/VersionCheckCommand.php', + 'PHPUnit\\TextUI\\Command\\WarmCodeCoverageCacheCommand' => $vendorDir . '/phpunit/phpunit/src/TextUI/Command/Commands/WarmCodeCoverageCacheCommand.php', + 'PHPUnit\\TextUI\\Configuration\\Builder' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Builder.php', + 'PHPUnit\\TextUI\\Configuration\\CodeCoverageFilterRegistry' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/CodeCoverageFilterRegistry.php', + 'PHPUnit\\TextUI\\Configuration\\CodeCoverageReportNotConfiguredException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Exception/CodeCoverageReportNotConfiguredException.php', + 'PHPUnit\\TextUI\\Configuration\\Configuration' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Configuration.php', + 'PHPUnit\\TextUI\\Configuration\\ConfigurationCannotBeBuiltException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Exception/ConfigurationCannotBeBuiltException.php', + 'PHPUnit\\TextUI\\Configuration\\Constant' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/Constant.php', + 'PHPUnit\\TextUI\\Configuration\\ConstantCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/ConstantCollection.php', + 'PHPUnit\\TextUI\\Configuration\\ConstantCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/ConstantCollectionIterator.php', + 'PHPUnit\\TextUI\\Configuration\\Directory' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/Directory.php', + 'PHPUnit\\TextUI\\Configuration\\DirectoryCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/DirectoryCollection.php', + 'PHPUnit\\TextUI\\Configuration\\DirectoryCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/DirectoryCollectionIterator.php', + 'PHPUnit\\TextUI\\Configuration\\Exception' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Exception/Exception.php', + 'PHPUnit\\TextUI\\Configuration\\ExtensionBootstrap' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/ExtensionBootstrap.php', + 'PHPUnit\\TextUI\\Configuration\\ExtensionBootstrapCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/ExtensionBootstrapCollection.php', + 'PHPUnit\\TextUI\\Configuration\\ExtensionBootstrapCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/ExtensionBootstrapCollectionIterator.php', + 'PHPUnit\\TextUI\\Configuration\\File' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/File.php', + 'PHPUnit\\TextUI\\Configuration\\FileCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/FileCollection.php', + 'PHPUnit\\TextUI\\Configuration\\FileCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/FileCollectionIterator.php', + 'PHPUnit\\TextUI\\Configuration\\FilterDirectory' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/FilterDirectory.php', + 'PHPUnit\\TextUI\\Configuration\\FilterDirectoryCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/FilterDirectoryCollection.php', + 'PHPUnit\\TextUI\\Configuration\\FilterDirectoryCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/FilterDirectoryCollectionIterator.php', + 'PHPUnit\\TextUI\\Configuration\\FilterNotConfiguredException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Exception/FilterNotConfiguredException.php', + 'PHPUnit\\TextUI\\Configuration\\Group' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/Group.php', + 'PHPUnit\\TextUI\\Configuration\\GroupCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/GroupCollection.php', + 'PHPUnit\\TextUI\\Configuration\\GroupCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/GroupCollectionIterator.php', + 'PHPUnit\\TextUI\\Configuration\\IncludePathNotConfiguredException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Exception/IncludePathNotConfiguredException.php', + 'PHPUnit\\TextUI\\Configuration\\IniSetting' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/IniSetting.php', + 'PHPUnit\\TextUI\\Configuration\\IniSettingCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/IniSettingCollection.php', + 'PHPUnit\\TextUI\\Configuration\\IniSettingCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/IniSettingCollectionIterator.php', + 'PHPUnit\\TextUI\\Configuration\\LoggingNotConfiguredException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Exception/LoggingNotConfiguredException.php', + 'PHPUnit\\TextUI\\Configuration\\Merger' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Merger.php', + 'PHPUnit\\TextUI\\Configuration\\NoBaselineException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Exception/NoBaselineException.php', + 'PHPUnit\\TextUI\\Configuration\\NoBootstrapException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Exception/NoBootstrapException.php', + 'PHPUnit\\TextUI\\Configuration\\NoCacheDirectoryException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Exception/NoCacheDirectoryException.php', + 'PHPUnit\\TextUI\\Configuration\\NoCliArgumentException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Exception/NoCliArgumentException.php', + 'PHPUnit\\TextUI\\Configuration\\NoConfigurationFileException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Exception/NoConfigurationFileException.php', + 'PHPUnit\\TextUI\\Configuration\\NoCoverageCacheDirectoryException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Exception/NoCoverageCacheDirectoryException.php', + 'PHPUnit\\TextUI\\Configuration\\NoCustomCssFileException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Exception/NoCustomCssFileException.php', + 'PHPUnit\\TextUI\\Configuration\\NoDefaultTestSuiteException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Exception/NoDefaultTestSuiteException.php', + 'PHPUnit\\TextUI\\Configuration\\NoPharExtensionDirectoryException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Exception/NoPharExtensionDirectoryException.php', + 'PHPUnit\\TextUI\\Configuration\\Php' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/Php.php', + 'PHPUnit\\TextUI\\Configuration\\PhpHandler' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/PhpHandler.php', + 'PHPUnit\\TextUI\\Configuration\\Registry' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Registry.php', + 'PHPUnit\\TextUI\\Configuration\\Source' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/Source.php', + 'PHPUnit\\TextUI\\Configuration\\SourceFilter' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/SourceFilter.php', + 'PHPUnit\\TextUI\\Configuration\\SourceMapper' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/SourceMapper.php', + 'PHPUnit\\TextUI\\Configuration\\TestDirectory' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/TestDirectory.php', + 'PHPUnit\\TextUI\\Configuration\\TestDirectoryCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/TestDirectoryCollection.php', + 'PHPUnit\\TextUI\\Configuration\\TestDirectoryCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/TestDirectoryCollectionIterator.php', + 'PHPUnit\\TextUI\\Configuration\\TestFile' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/TestFile.php', + 'PHPUnit\\TextUI\\Configuration\\TestFileCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/TestFileCollection.php', + 'PHPUnit\\TextUI\\Configuration\\TestFileCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/TestFileCollectionIterator.php', + 'PHPUnit\\TextUI\\Configuration\\TestSuite' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/TestSuite.php', + 'PHPUnit\\TextUI\\Configuration\\TestSuiteBuilder' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/TestSuiteBuilder.php', + 'PHPUnit\\TextUI\\Configuration\\TestSuiteCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/TestSuiteCollection.php', + 'PHPUnit\\TextUI\\Configuration\\TestSuiteCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/TestSuiteCollectionIterator.php', + 'PHPUnit\\TextUI\\Configuration\\Variable' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/Variable.php', + 'PHPUnit\\TextUI\\Configuration\\VariableCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/VariableCollection.php', + 'PHPUnit\\TextUI\\Configuration\\VariableCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Value/VariableCollectionIterator.php', + 'PHPUnit\\TextUI\\DirectoryDoesNotExistException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Exception/DirectoryDoesNotExistException.php', 'PHPUnit\\TextUI\\Exception' => $vendorDir . '/phpunit/phpunit/src/TextUI/Exception/Exception.php', + 'PHPUnit\\TextUI\\ExtensionsNotConfiguredException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Exception/ExtensionsNotConfiguredException.php', 'PHPUnit\\TextUI\\Help' => $vendorDir . '/phpunit/phpunit/src/TextUI/Help.php', + 'PHPUnit\\TextUI\\InvalidSocketException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Exception/InvalidSocketException.php', + 'PHPUnit\\TextUI\\Output\\DefaultPrinter' => $vendorDir . '/phpunit/phpunit/src/TextUI/Output/Printer/DefaultPrinter.php', + 'PHPUnit\\TextUI\\Output\\Default\\ProgressPrinter\\BeforeTestClassMethodErroredSubscriber' => $vendorDir . '/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/BeforeTestClassMethodErroredSubscriber.php', + 'PHPUnit\\TextUI\\Output\\Default\\ProgressPrinter\\ProgressPrinter' => $vendorDir . '/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/ProgressPrinter.php', + 'PHPUnit\\TextUI\\Output\\Default\\ProgressPrinter\\Subscriber' => $vendorDir . '/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/Subscriber.php', + 'PHPUnit\\TextUI\\Output\\Default\\ProgressPrinter\\TestConsideredRiskySubscriber' => $vendorDir . '/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestConsideredRiskySubscriber.php', + 'PHPUnit\\TextUI\\Output\\Default\\ProgressPrinter\\TestErroredSubscriber' => $vendorDir . '/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestErroredSubscriber.php', + 'PHPUnit\\TextUI\\Output\\Default\\ProgressPrinter\\TestFailedSubscriber' => $vendorDir . '/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestFailedSubscriber.php', + 'PHPUnit\\TextUI\\Output\\Default\\ProgressPrinter\\TestFinishedSubscriber' => $vendorDir . '/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestFinishedSubscriber.php', + 'PHPUnit\\TextUI\\Output\\Default\\ProgressPrinter\\TestMarkedIncompleteSubscriber' => $vendorDir . '/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestMarkedIncompleteSubscriber.php', + 'PHPUnit\\TextUI\\Output\\Default\\ProgressPrinter\\TestPreparedSubscriber' => $vendorDir . '/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestPreparedSubscriber.php', + 'PHPUnit\\TextUI\\Output\\Default\\ProgressPrinter\\TestRunnerExecutionStartedSubscriber' => $vendorDir . '/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestRunnerExecutionStartedSubscriber.php', + 'PHPUnit\\TextUI\\Output\\Default\\ProgressPrinter\\TestSkippedSubscriber' => $vendorDir . '/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestSkippedSubscriber.php', + 'PHPUnit\\TextUI\\Output\\Default\\ProgressPrinter\\TestTriggeredDeprecationSubscriber' => $vendorDir . '/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredDeprecationSubscriber.php', + 'PHPUnit\\TextUI\\Output\\Default\\ProgressPrinter\\TestTriggeredErrorSubscriber' => $vendorDir . '/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredErrorSubscriber.php', + 'PHPUnit\\TextUI\\Output\\Default\\ProgressPrinter\\TestTriggeredNoticeSubscriber' => $vendorDir . '/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredNoticeSubscriber.php', + 'PHPUnit\\TextUI\\Output\\Default\\ProgressPrinter\\TestTriggeredPhpDeprecationSubscriber' => $vendorDir . '/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpDeprecationSubscriber.php', + 'PHPUnit\\TextUI\\Output\\Default\\ProgressPrinter\\TestTriggeredPhpNoticeSubscriber' => $vendorDir . '/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpNoticeSubscriber.php', + 'PHPUnit\\TextUI\\Output\\Default\\ProgressPrinter\\TestTriggeredPhpWarningSubscriber' => $vendorDir . '/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpWarningSubscriber.php', + 'PHPUnit\\TextUI\\Output\\Default\\ProgressPrinter\\TestTriggeredPhpunitDeprecationSubscriber' => $vendorDir . '/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpunitDeprecationSubscriber.php', + 'PHPUnit\\TextUI\\Output\\Default\\ProgressPrinter\\TestTriggeredPhpunitWarningSubscriber' => $vendorDir . '/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpunitWarningSubscriber.php', + 'PHPUnit\\TextUI\\Output\\Default\\ProgressPrinter\\TestTriggeredWarningSubscriber' => $vendorDir . '/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredWarningSubscriber.php', + 'PHPUnit\\TextUI\\Output\\Default\\ResultPrinter' => $vendorDir . '/phpunit/phpunit/src/TextUI/Output/Default/ResultPrinter.php', + 'PHPUnit\\TextUI\\Output\\Default\\UnexpectedOutputPrinter' => $vendorDir . '/phpunit/phpunit/src/TextUI/Output/Default/UnexpectedOutputPrinter.php', + 'PHPUnit\\TextUI\\Output\\Facade' => $vendorDir . '/phpunit/phpunit/src/TextUI/Output/Facade.php', + 'PHPUnit\\TextUI\\Output\\NullPrinter' => $vendorDir . '/phpunit/phpunit/src/TextUI/Output/Printer/NullPrinter.php', + 'PHPUnit\\TextUI\\Output\\Printer' => $vendorDir . '/phpunit/phpunit/src/TextUI/Output/Printer/Printer.php', + 'PHPUnit\\TextUI\\Output\\SummaryPrinter' => $vendorDir . '/phpunit/phpunit/src/TextUI/Output/SummaryPrinter.php', + 'PHPUnit\\TextUI\\Output\\TestDox\\ResultPrinter' => $vendorDir . '/phpunit/phpunit/src/TextUI/Output/TestDox/ResultPrinter.php', 'PHPUnit\\TextUI\\ReflectionException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Exception/ReflectionException.php', - 'PHPUnit\\TextUI\\ResultPrinter' => $vendorDir . '/phpunit/phpunit/src/TextUI/ResultPrinter.php', 'PHPUnit\\TextUI\\RuntimeException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Exception/RuntimeException.php', + 'PHPUnit\\TextUI\\ShellExitCodeCalculator' => $vendorDir . '/phpunit/phpunit/src/TextUI/ShellExitCodeCalculator.php', 'PHPUnit\\TextUI\\TestDirectoryNotFoundException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Exception/TestDirectoryNotFoundException.php', 'PHPUnit\\TextUI\\TestFileNotFoundException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Exception/TestFileNotFoundException.php', 'PHPUnit\\TextUI\\TestRunner' => $vendorDir . '/phpunit/phpunit/src/TextUI/TestRunner.php', - 'PHPUnit\\TextUI\\TestSuiteMapper' => $vendorDir . '/phpunit/phpunit/src/TextUI/TestSuiteMapper.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\CodeCoverage' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/CodeCoverage.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\FilterMapper' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/FilterMapper.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Filter\\Directory' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/Directory.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Filter\\DirectoryCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Filter\\DirectoryCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Clover' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Clover.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Cobertura' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Cobertura.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Crap4j' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Crap4j.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Html' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Html.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Php' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Php.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Text' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Text.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Xml' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Xml.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Configuration' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Configuration.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Constant' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Constant.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\ConstantCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\ConstantCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\ConvertLogTypes' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/ConvertLogTypes.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageCloverToReport' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCloverToReport.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageCrap4jToReport' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCrap4jToReport.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageHtmlToReport' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageHtmlToReport.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CoveragePhpToReport' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoveragePhpToReport.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageTextToReport' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageTextToReport.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageXmlToReport' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageXmlToReport.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Directory' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/Directory.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\DirectoryCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\DirectoryCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Exception' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Exception.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Extension' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/Extension.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\ExtensionCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\ExtensionCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\File' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/File.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\FileCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\FileCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Generator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Generator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Group' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Group.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\GroupCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\GroupCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Groups' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Groups.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\IniSetting' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSetting.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\IniSettingCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\IniSettingCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\IntroduceCoverageElement' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/IntroduceCoverageElement.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Loader' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Loader.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\LogToReportMigration' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/LogToReportMigration.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\Junit' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Junit.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\Logging' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Logging.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TeamCity' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TeamCity.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TestDox\\Html' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Html.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TestDox\\Text' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Text.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TestDox\\Xml' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Xml.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\Text' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Text.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Migration' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/Migration.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MigrationBuilder' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilder.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MigrationBuilderException' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilderException.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MigrationException' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationException.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Migrator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MoveAttributesFromFilterWhitelistToCoverage' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromFilterWhitelistToCoverage.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MoveAttributesFromRootToCoverage' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromRootToCoverage.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MoveWhitelistExcludesToCoverage' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistExcludesToCoverage.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MoveWhitelistIncludesToCoverage' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistIncludesToCoverage.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\PHPUnit' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/PHPUnit.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Php' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Php.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\PhpHandler' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/PhpHandler.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveCacheTokensAttribute' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveCacheTokensAttribute.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveEmptyFilter' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveEmptyFilter.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveLogTypes' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveLogTypes.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestDirectory' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectory.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestDirectoryCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestDirectoryCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestFile' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFile.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestFileCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestFileCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestSuite' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuite.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestSuiteCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestSuiteCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\UpdateSchemaLocationTo93' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/UpdateSchemaLocationTo93.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Variable' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Variable.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\VariableCollection' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\VariableCollectionIterator' => $vendorDir . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollectionIterator.php', - 'PHPUnit\\Util\\Annotation\\DocBlock' => $vendorDir . '/phpunit/phpunit/src/Util/Annotation/DocBlock.php', - 'PHPUnit\\Util\\Annotation\\Registry' => $vendorDir . '/phpunit/phpunit/src/Util/Annotation/Registry.php', - 'PHPUnit\\Util\\Blacklist' => $vendorDir . '/phpunit/phpunit/src/Util/Blacklist.php', + 'PHPUnit\\TextUI\\TestSuiteFilterProcessor' => $vendorDir . '/phpunit/phpunit/src/TextUI/TestSuiteFilterProcessor.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CannotFindSchemaException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Exception/CannotFindSchemaException.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\CodeCoverage' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/CodeCoverage.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Clover' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Clover.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Cobertura' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Cobertura.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Crap4j' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Crap4j.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Html' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Html.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Php' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Php.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Text' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Text.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Xml' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Xml.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Configuration' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Configuration.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\ConvertLogTypes' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/ConvertLogTypes.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageCloverToReport' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageCloverToReport.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageCrap4jToReport' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageCrap4jToReport.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageHtmlToReport' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageHtmlToReport.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CoveragePhpToReport' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/CoveragePhpToReport.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageTextToReport' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageTextToReport.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageXmlToReport' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageXmlToReport.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\DefaultConfiguration' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/DefaultConfiguration.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Exception' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Exception.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\FailedSchemaDetectionResult' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/SchemaDetector/FailedSchemaDetectionResult.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Generator' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Generator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Groups' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Groups.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\IntroduceCacheDirectoryAttribute' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/IntroduceCacheDirectoryAttribute.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\IntroduceCoverageElement' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/IntroduceCoverageElement.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\LoadedFromFileConfiguration' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/LoadedFromFileConfiguration.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Loader' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Loader.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\LogToReportMigration' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/LogToReportMigration.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\Junit' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Logging/Junit.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\Logging' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Logging/Logging.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TeamCity' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Logging/TeamCity.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TestDox\\Html' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Logging/TestDox/Html.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TestDox\\Text' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Logging/TestDox/Text.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Migration' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/Migration.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MigrationBuilder' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/MigrationBuilder.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MigrationBuilderException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/MigrationBuilderException.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MigrationException' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/MigrationException.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Migrator' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MoveAttributesFromFilterWhitelistToCoverage' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/MoveAttributesFromFilterWhitelistToCoverage.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MoveAttributesFromRootToCoverage' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/MoveAttributesFromRootToCoverage.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MoveCoverageDirectoriesToSource' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/MoveCoverageDirectoriesToSource.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MoveWhitelistExcludesToCoverage' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/MoveWhitelistExcludesToCoverage.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MoveWhitelistIncludesToCoverage' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/MoveWhitelistIncludesToCoverage.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\PHPUnit' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/PHPUnit.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveBeStrictAboutResourceUsageDuringSmallTestsAttribute' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveBeStrictAboutResourceUsageDuringSmallTestsAttribute.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveBeStrictAboutTodoAnnotatedTestsAttribute' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveBeStrictAboutTodoAnnotatedTestsAttribute.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveCacheResultFileAttribute' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCacheResultFileAttribute.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveCacheTokensAttribute' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCacheTokensAttribute.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveConversionToExceptionsAttributes' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveConversionToExceptionsAttributes.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveCoverageElementCacheDirectoryAttribute' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCoverageElementCacheDirectoryAttribute.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveCoverageElementProcessUncoveredFilesAttribute' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCoverageElementProcessUncoveredFilesAttribute.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveEmptyFilter' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveEmptyFilter.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveListeners' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveListeners.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveLogTypes' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveLogTypes.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveLoggingElements' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveLoggingElements.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveNoInteractionAttribute' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveNoInteractionAttribute.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemovePrinterAttributes' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemovePrinterAttributes.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveTestDoxGroupsElement' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveTestDoxGroupsElement.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveTestSuiteLoaderAttributes' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveTestSuiteLoaderAttributes.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveVerboseAttribute' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveVerboseAttribute.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RenameBackupStaticAttributesAttribute' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RenameBackupStaticAttributesAttribute.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RenameBeStrictAboutCoversAnnotationAttribute' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RenameBeStrictAboutCoversAnnotationAttribute.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RenameForceCoversAnnotationAttribute' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RenameForceCoversAnnotationAttribute.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\SchemaDetectionResult' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/SchemaDetector/SchemaDetectionResult.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\SchemaDetector' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/SchemaDetector/SchemaDetector.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\SchemaFinder' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/SchemaFinder.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\SnapshotNodeList' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/SnapshotNodeList.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\SuccessfulSchemaDetectionResult' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/SchemaDetector/SuccessfulSchemaDetectionResult.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\TestSuiteMapper' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/TestSuiteMapper.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\UpdateSchemaLocation' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/UpdateSchemaLocation.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\ValidationResult' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Validator/ValidationResult.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Validator' => $vendorDir . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Validator/Validator.php', 'PHPUnit\\Util\\Cloner' => $vendorDir . '/phpunit/phpunit/src/Util/Cloner.php', 'PHPUnit\\Util\\Color' => $vendorDir . '/phpunit/phpunit/src/Util/Color.php', - 'PHPUnit\\Util\\ErrorHandler' => $vendorDir . '/phpunit/phpunit/src/Util/ErrorHandler.php', - 'PHPUnit\\Util\\Exception' => $vendorDir . '/phpunit/phpunit/src/Util/Exception.php', + 'PHPUnit\\Util\\Exception' => $vendorDir . '/phpunit/phpunit/src/Util/Exception/Exception.php', 'PHPUnit\\Util\\ExcludeList' => $vendorDir . '/phpunit/phpunit/src/Util/ExcludeList.php', - 'PHPUnit\\Util\\FileLoader' => $vendorDir . '/phpunit/phpunit/src/Util/FileLoader.php', + 'PHPUnit\\Util\\Exporter' => $vendorDir . '/phpunit/phpunit/src/Util/Exporter.php', 'PHPUnit\\Util\\Filesystem' => $vendorDir . '/phpunit/phpunit/src/Util/Filesystem.php', 'PHPUnit\\Util\\Filter' => $vendorDir . '/phpunit/phpunit/src/Util/Filter.php', 'PHPUnit\\Util\\GlobalState' => $vendorDir . '/phpunit/phpunit/src/Util/GlobalState.php', - 'PHPUnit\\Util\\InvalidDataSetException' => $vendorDir . '/phpunit/phpunit/src/Util/InvalidDataSetException.php', + 'PHPUnit\\Util\\InvalidDirectoryException' => $vendorDir . '/phpunit/phpunit/src/Util/Exception/InvalidDirectoryException.php', + 'PHPUnit\\Util\\InvalidJsonException' => $vendorDir . '/phpunit/phpunit/src/Util/Exception/InvalidJsonException.php', + 'PHPUnit\\Util\\InvalidVersionOperatorException' => $vendorDir . '/phpunit/phpunit/src/Util/Exception/InvalidVersionOperatorException.php', 'PHPUnit\\Util\\Json' => $vendorDir . '/phpunit/phpunit/src/Util/Json.php', - 'PHPUnit\\Util\\Log\\JUnit' => $vendorDir . '/phpunit/phpunit/src/Util/Log/JUnit.php', - 'PHPUnit\\Util\\Log\\TeamCity' => $vendorDir . '/phpunit/phpunit/src/Util/Log/TeamCity.php', 'PHPUnit\\Util\\PHP\\AbstractPhpProcess' => $vendorDir . '/phpunit/phpunit/src/Util/PHP/AbstractPhpProcess.php', 'PHPUnit\\Util\\PHP\\DefaultPhpProcess' => $vendorDir . '/phpunit/phpunit/src/Util/PHP/DefaultPhpProcess.php', + 'PHPUnit\\Util\\PHP\\PhpProcessException' => $vendorDir . '/phpunit/phpunit/src/Util/Exception/PhpProcessException.php', 'PHPUnit\\Util\\PHP\\WindowsPhpProcess' => $vendorDir . '/phpunit/phpunit/src/Util/PHP/WindowsPhpProcess.php', - 'PHPUnit\\Util\\Printer' => $vendorDir . '/phpunit/phpunit/src/Util/Printer.php', 'PHPUnit\\Util\\Reflection' => $vendorDir . '/phpunit/phpunit/src/Util/Reflection.php', - 'PHPUnit\\Util\\RegularExpression' => $vendorDir . '/phpunit/phpunit/src/Util/RegularExpression.php', 'PHPUnit\\Util\\Test' => $vendorDir . '/phpunit/phpunit/src/Util/Test.php', - 'PHPUnit\\Util\\TestDox\\CliTestDoxPrinter' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/CliTestDoxPrinter.php', - 'PHPUnit\\Util\\TestDox\\HtmlResultPrinter' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/HtmlResultPrinter.php', - 'PHPUnit\\Util\\TestDox\\NamePrettifier' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/NamePrettifier.php', - 'PHPUnit\\Util\\TestDox\\ResultPrinter' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/ResultPrinter.php', - 'PHPUnit\\Util\\TestDox\\TestDoxPrinter' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/TestDoxPrinter.php', - 'PHPUnit\\Util\\TestDox\\TextResultPrinter' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/TextResultPrinter.php', - 'PHPUnit\\Util\\TestDox\\XmlResultPrinter' => $vendorDir . '/phpunit/phpunit/src/Util/TestDox/XmlResultPrinter.php', - 'PHPUnit\\Util\\TextTestListRenderer' => $vendorDir . '/phpunit/phpunit/src/Util/TextTestListRenderer.php', - 'PHPUnit\\Util\\Type' => $vendorDir . '/phpunit/phpunit/src/Util/Type.php', + 'PHPUnit\\Util\\ThrowableToStringMapper' => $vendorDir . '/phpunit/phpunit/src/Util/ThrowableToStringMapper.php', 'PHPUnit\\Util\\VersionComparisonOperator' => $vendorDir . '/phpunit/phpunit/src/Util/VersionComparisonOperator.php', - 'PHPUnit\\Util\\XdebugFilterScriptGenerator' => $vendorDir . '/phpunit/phpunit/src/Util/XdebugFilterScriptGenerator.php', - 'PHPUnit\\Util\\Xml' => $vendorDir . '/phpunit/phpunit/src/Util/Xml.php', - 'PHPUnit\\Util\\XmlTestListRenderer' => $vendorDir . '/phpunit/phpunit/src/Util/XmlTestListRenderer.php', - 'PHPUnit\\Util\\Xml\\Exception' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/Exception.php', - 'PHPUnit\\Util\\Xml\\FailedSchemaDetectionResult' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/FailedSchemaDetectionResult.php', + 'PHPUnit\\Util\\Xml' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/Xml.php', 'PHPUnit\\Util\\Xml\\Loader' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/Loader.php', - 'PHPUnit\\Util\\Xml\\SchemaDetectionResult' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/SchemaDetectionResult.php', - 'PHPUnit\\Util\\Xml\\SchemaDetector' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/SchemaDetector.php', - 'PHPUnit\\Util\\Xml\\SchemaFinder' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/SchemaFinder.php', - 'PHPUnit\\Util\\Xml\\SnapshotNodeList' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/SnapshotNodeList.php', - 'PHPUnit\\Util\\Xml\\SuccessfulSchemaDetectionResult' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/SuccessfulSchemaDetectionResult.php', - 'PHPUnit\\Util\\Xml\\ValidationResult' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/ValidationResult.php', - 'PHPUnit\\Util\\Xml\\Validator' => $vendorDir . '/phpunit/phpunit/src/Util/Xml/Validator.php', + 'PHPUnit\\Util\\Xml\\XmlException' => $vendorDir . '/phpunit/phpunit/src/Util/Exception/XmlException.php', 'PharIo\\Manifest\\Application' => $vendorDir . '/phar-io/manifest/src/values/Application.php', 'PharIo\\Manifest\\ApplicationName' => $vendorDir . '/phar-io/manifest/src/values/ApplicationName.php', 'PharIo\\Manifest\\Author' => $vendorDir . '/phar-io/manifest/src/values/Author.php', @@ -428,7 +953,6 @@ return array( 'PharIo\\Version\\VersionConstraintParser' => $vendorDir . '/phar-io/version/src/VersionConstraintParser.php', 'PharIo\\Version\\VersionConstraintValue' => $vendorDir . '/phar-io/version/src/VersionConstraintValue.php', 'PharIo\\Version\\VersionNumber' => $vendorDir . '/phar-io/version/src/VersionNumber.php', - 'PhpToken' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php', 'SebastianBergmann\\CliParser\\AmbiguousOptionException' => $vendorDir . '/sebastian/cli-parser/src/exceptions/AmbiguousOptionException.php', 'SebastianBergmann\\CliParser\\Exception' => $vendorDir . '/sebastian/cli-parser/src/exceptions/Exception.php', 'SebastianBergmann\\CliParser\\OptionDoesNotAllowArgumentException' => $vendorDir . '/sebastian/cli-parser/src/exceptions/OptionDoesNotAllowArgumentException.php', @@ -437,22 +961,20 @@ return array( 'SebastianBergmann\\CliParser\\UnknownOptionException' => $vendorDir . '/sebastian/cli-parser/src/exceptions/UnknownOptionException.php', 'SebastianBergmann\\CodeCoverage\\BranchAndPathCoverageNotSupportedException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/BranchAndPathCoverageNotSupportedException.php', 'SebastianBergmann\\CodeCoverage\\CodeCoverage' => $vendorDir . '/phpunit/php-code-coverage/src/CodeCoverage.php', + 'SebastianBergmann\\CodeCoverage\\Data\\ProcessedCodeCoverageData' => $vendorDir . '/phpunit/php-code-coverage/src/Data/ProcessedCodeCoverageData.php', + 'SebastianBergmann\\CodeCoverage\\Data\\RawCodeCoverageData' => $vendorDir . '/phpunit/php-code-coverage/src/Data/RawCodeCoverageData.php', 'SebastianBergmann\\CodeCoverage\\DeadCodeDetectionNotSupportedException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/DeadCodeDetectionNotSupportedException.php', 'SebastianBergmann\\CodeCoverage\\Driver\\Driver' => $vendorDir . '/phpunit/php-code-coverage/src/Driver/Driver.php', 'SebastianBergmann\\CodeCoverage\\Driver\\PathExistsButIsNotDirectoryException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/PathExistsButIsNotDirectoryException.php', 'SebastianBergmann\\CodeCoverage\\Driver\\PcovDriver' => $vendorDir . '/phpunit/php-code-coverage/src/Driver/PcovDriver.php', 'SebastianBergmann\\CodeCoverage\\Driver\\PcovNotAvailableException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/PcovNotAvailableException.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\PhpdbgDriver' => $vendorDir . '/phpunit/php-code-coverage/src/Driver/PhpdbgDriver.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\PhpdbgNotAvailableException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/PhpdbgNotAvailableException.php', 'SebastianBergmann\\CodeCoverage\\Driver\\Selector' => $vendorDir . '/phpunit/php-code-coverage/src/Driver/Selector.php', 'SebastianBergmann\\CodeCoverage\\Driver\\WriteOperationFailedException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/WriteOperationFailedException.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\WrongXdebugVersionException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/WrongXdebugVersionException.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\Xdebug2Driver' => $vendorDir . '/phpunit/php-code-coverage/src/Driver/Xdebug2Driver.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\Xdebug2NotEnabledException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/Xdebug2NotEnabledException.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\Xdebug3Driver' => $vendorDir . '/phpunit/php-code-coverage/src/Driver/Xdebug3Driver.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\Xdebug3NotEnabledException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/Xdebug3NotEnabledException.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\XdebugDriver' => $vendorDir . '/phpunit/php-code-coverage/src/Driver/XdebugDriver.php', 'SebastianBergmann\\CodeCoverage\\Driver\\XdebugNotAvailableException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/XdebugNotAvailableException.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\XdebugNotEnabledException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/XdebugNotEnabledException.php', 'SebastianBergmann\\CodeCoverage\\Exception' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/Exception.php', + 'SebastianBergmann\\CodeCoverage\\FileCouldNotBeWrittenException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/FileCouldNotBeWrittenException.php', 'SebastianBergmann\\CodeCoverage\\Filter' => $vendorDir . '/phpunit/php-code-coverage/src/Filter.php', 'SebastianBergmann\\CodeCoverage\\InvalidArgumentException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/InvalidArgumentException.php', 'SebastianBergmann\\CodeCoverage\\NoCodeCoverageDriverAvailableException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverAvailableException.php', @@ -464,13 +986,13 @@ return array( 'SebastianBergmann\\CodeCoverage\\Node\\File' => $vendorDir . '/phpunit/php-code-coverage/src/Node/File.php', 'SebastianBergmann\\CodeCoverage\\Node\\Iterator' => $vendorDir . '/phpunit/php-code-coverage/src/Node/Iterator.php', 'SebastianBergmann\\CodeCoverage\\ParserException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/ParserException.php', - 'SebastianBergmann\\CodeCoverage\\ProcessedCodeCoverageData' => $vendorDir . '/phpunit/php-code-coverage/src/ProcessedCodeCoverageData.php', - 'SebastianBergmann\\CodeCoverage\\RawCodeCoverageData' => $vendorDir . '/phpunit/php-code-coverage/src/RawCodeCoverageData.php', 'SebastianBergmann\\CodeCoverage\\ReflectionException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/ReflectionException.php', 'SebastianBergmann\\CodeCoverage\\ReportAlreadyFinalizedException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/ReportAlreadyFinalizedException.php', 'SebastianBergmann\\CodeCoverage\\Report\\Clover' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Clover.php', 'SebastianBergmann\\CodeCoverage\\Report\\Cobertura' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Cobertura.php', 'SebastianBergmann\\CodeCoverage\\Report\\Crap4j' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Crap4j.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Colors' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Html/Colors.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Html\\CustomCssFile' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Html/CustomCssFile.php', 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Dashboard' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Html/Renderer/Dashboard.php', 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Directory' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Html/Renderer/Directory.php', 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Facade' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Html/Facade.php', @@ -478,6 +1000,7 @@ return array( 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Renderer' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Html/Renderer.php', 'SebastianBergmann\\CodeCoverage\\Report\\PHP' => $vendorDir . '/phpunit/php-code-coverage/src/Report/PHP.php', 'SebastianBergmann\\CodeCoverage\\Report\\Text' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Text.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Thresholds' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Thresholds.php', 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\BuildInformation' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/BuildInformation.php', 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Coverage' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Coverage.php', 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Directory' => $vendorDir . '/phpunit/php-code-coverage/src/Report/Xml/Directory.php', @@ -500,6 +1023,17 @@ return array( 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\IgnoredLinesFindingVisitor' => $vendorDir . '/phpunit/php-code-coverage/src/StaticAnalysis/IgnoredLinesFindingVisitor.php', 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\ParsingFileAnalyser' => $vendorDir . '/phpunit/php-code-coverage/src/StaticAnalysis/ParsingFileAnalyser.php', 'SebastianBergmann\\CodeCoverage\\TestIdMissingException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/TestIdMissingException.php', + 'SebastianBergmann\\CodeCoverage\\Test\\TestSize\\Known' => $vendorDir . '/phpunit/php-code-coverage/src/TestSize/Known.php', + 'SebastianBergmann\\CodeCoverage\\Test\\TestSize\\Large' => $vendorDir . '/phpunit/php-code-coverage/src/TestSize/Large.php', + 'SebastianBergmann\\CodeCoverage\\Test\\TestSize\\Medium' => $vendorDir . '/phpunit/php-code-coverage/src/TestSize/Medium.php', + 'SebastianBergmann\\CodeCoverage\\Test\\TestSize\\Small' => $vendorDir . '/phpunit/php-code-coverage/src/TestSize/Small.php', + 'SebastianBergmann\\CodeCoverage\\Test\\TestSize\\TestSize' => $vendorDir . '/phpunit/php-code-coverage/src/TestSize/TestSize.php', + 'SebastianBergmann\\CodeCoverage\\Test\\TestSize\\Unknown' => $vendorDir . '/phpunit/php-code-coverage/src/TestSize/Unknown.php', + 'SebastianBergmann\\CodeCoverage\\Test\\TestStatus\\Failure' => $vendorDir . '/phpunit/php-code-coverage/src/TestStatus/Failure.php', + 'SebastianBergmann\\CodeCoverage\\Test\\TestStatus\\Known' => $vendorDir . '/phpunit/php-code-coverage/src/TestStatus/Known.php', + 'SebastianBergmann\\CodeCoverage\\Test\\TestStatus\\Success' => $vendorDir . '/phpunit/php-code-coverage/src/TestStatus/Success.php', + 'SebastianBergmann\\CodeCoverage\\Test\\TestStatus\\TestStatus' => $vendorDir . '/phpunit/php-code-coverage/src/TestStatus/TestStatus.php', + 'SebastianBergmann\\CodeCoverage\\Test\\TestStatus\\Unknown' => $vendorDir . '/phpunit/php-code-coverage/src/TestStatus/Unknown.php', 'SebastianBergmann\\CodeCoverage\\UnintentionallyCoveredCodeException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/UnintentionallyCoveredCodeException.php', 'SebastianBergmann\\CodeCoverage\\Util\\DirectoryCouldNotBeCreatedException' => $vendorDir . '/phpunit/php-code-coverage/src/Exception/DirectoryCouldNotBeCreatedException.php', 'SebastianBergmann\\CodeCoverage\\Util\\Filesystem' => $vendorDir . '/phpunit/php-code-coverage/src/Util/Filesystem.php', @@ -513,6 +1047,7 @@ return array( 'SebastianBergmann\\CodeUnit\\CodeUnitCollection' => $vendorDir . '/sebastian/code-unit/src/CodeUnitCollection.php', 'SebastianBergmann\\CodeUnit\\CodeUnitCollectionIterator' => $vendorDir . '/sebastian/code-unit/src/CodeUnitCollectionIterator.php', 'SebastianBergmann\\CodeUnit\\Exception' => $vendorDir . '/sebastian/code-unit/src/exceptions/Exception.php', + 'SebastianBergmann\\CodeUnit\\FileUnit' => $vendorDir . '/sebastian/code-unit/src/FileUnit.php', 'SebastianBergmann\\CodeUnit\\FunctionUnit' => $vendorDir . '/sebastian/code-unit/src/FunctionUnit.php', 'SebastianBergmann\\CodeUnit\\InterfaceMethodUnit' => $vendorDir . '/sebastian/code-unit/src/InterfaceMethodUnit.php', 'SebastianBergmann\\CodeUnit\\InterfaceUnit' => $vendorDir . '/sebastian/code-unit/src/InterfaceUnit.php', @@ -527,7 +1062,6 @@ return array( 'SebastianBergmann\\Comparator\\ComparisonFailure' => $vendorDir . '/sebastian/comparator/src/ComparisonFailure.php', 'SebastianBergmann\\Comparator\\DOMNodeComparator' => $vendorDir . '/sebastian/comparator/src/DOMNodeComparator.php', 'SebastianBergmann\\Comparator\\DateTimeComparator' => $vendorDir . '/sebastian/comparator/src/DateTimeComparator.php', - 'SebastianBergmann\\Comparator\\DoubleComparator' => $vendorDir . '/sebastian/comparator/src/DoubleComparator.php', 'SebastianBergmann\\Comparator\\Exception' => $vendorDir . '/sebastian/comparator/src/exceptions/Exception.php', 'SebastianBergmann\\Comparator\\ExceptionComparator' => $vendorDir . '/sebastian/comparator/src/ExceptionComparator.php', 'SebastianBergmann\\Comparator\\Factory' => $vendorDir . '/sebastian/comparator/src/Factory.php', @@ -564,9 +1098,9 @@ return array( 'SebastianBergmann\\Diff\\Parser' => $vendorDir . '/sebastian/diff/src/Parser.php', 'SebastianBergmann\\Diff\\TimeEfficientLongestCommonSubsequenceCalculator' => $vendorDir . '/sebastian/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php', 'SebastianBergmann\\Environment\\Console' => $vendorDir . '/sebastian/environment/src/Console.php', - 'SebastianBergmann\\Environment\\OperatingSystem' => $vendorDir . '/sebastian/environment/src/OperatingSystem.php', 'SebastianBergmann\\Environment\\Runtime' => $vendorDir . '/sebastian/environment/src/Runtime.php', 'SebastianBergmann\\Exporter\\Exporter' => $vendorDir . '/sebastian/exporter/src/Exporter.php', + 'SebastianBergmann\\FileIterator\\ExcludeIterator' => $vendorDir . '/phpunit/php-file-iterator/src/ExcludeIterator.php', 'SebastianBergmann\\FileIterator\\Facade' => $vendorDir . '/phpunit/php-file-iterator/src/Facade.php', 'SebastianBergmann\\FileIterator\\Factory' => $vendorDir . '/phpunit/php-file-iterator/src/Factory.php', 'SebastianBergmann\\FileIterator\\Iterator' => $vendorDir . '/phpunit/php-file-iterator/src/Iterator.php', @@ -588,15 +1122,8 @@ return array( 'SebastianBergmann\\LinesOfCode\\NegativeValueException' => $vendorDir . '/sebastian/lines-of-code/src/Exception/NegativeValueException.php', 'SebastianBergmann\\LinesOfCode\\RuntimeException' => $vendorDir . '/sebastian/lines-of-code/src/Exception/RuntimeException.php', 'SebastianBergmann\\ObjectEnumerator\\Enumerator' => $vendorDir . '/sebastian/object-enumerator/src/Enumerator.php', - 'SebastianBergmann\\ObjectEnumerator\\Exception' => $vendorDir . '/sebastian/object-enumerator/src/Exception.php', - 'SebastianBergmann\\ObjectEnumerator\\InvalidArgumentException' => $vendorDir . '/sebastian/object-enumerator/src/InvalidArgumentException.php', - 'SebastianBergmann\\ObjectReflector\\Exception' => $vendorDir . '/sebastian/object-reflector/src/Exception.php', - 'SebastianBergmann\\ObjectReflector\\InvalidArgumentException' => $vendorDir . '/sebastian/object-reflector/src/InvalidArgumentException.php', 'SebastianBergmann\\ObjectReflector\\ObjectReflector' => $vendorDir . '/sebastian/object-reflector/src/ObjectReflector.php', 'SebastianBergmann\\RecursionContext\\Context' => $vendorDir . '/sebastian/recursion-context/src/Context.php', - 'SebastianBergmann\\RecursionContext\\Exception' => $vendorDir . '/sebastian/recursion-context/src/Exception.php', - 'SebastianBergmann\\RecursionContext\\InvalidArgumentException' => $vendorDir . '/sebastian/recursion-context/src/InvalidArgumentException.php', - 'SebastianBergmann\\ResourceOperations\\ResourceOperations' => $vendorDir . '/sebastian/resource-operations/src/ResourceOperations.php', 'SebastianBergmann\\Template\\Exception' => $vendorDir . '/phpunit/php-text-template/src/exceptions/Exception.php', 'SebastianBergmann\\Template\\InvalidArgumentException' => $vendorDir . '/phpunit/php-text-template/src/exceptions/InvalidArgumentException.php', 'SebastianBergmann\\Template\\RuntimeException' => $vendorDir . '/phpunit/php-text-template/src/exceptions/RuntimeException.php', @@ -629,7 +1156,6 @@ return array( 'SebastianBergmann\\Type\\UnknownType' => $vendorDir . '/sebastian/type/src/type/UnknownType.php', 'SebastianBergmann\\Type\\VoidType' => $vendorDir . '/sebastian/type/src/type/VoidType.php', 'SebastianBergmann\\Version' => $vendorDir . '/sebastian/version/src/Version.php', - 'Stringable' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Stringable.php', 'TheSeer\\Tokenizer\\Exception' => $vendorDir . '/theseer/tokenizer/src/Exception.php', 'TheSeer\\Tokenizer\\NamespaceUri' => $vendorDir . '/theseer/tokenizer/src/NamespaceUri.php', 'TheSeer\\Tokenizer\\NamespaceUriException' => $vendorDir . '/theseer/tokenizer/src/NamespaceUriException.php', @@ -638,6 +1164,4 @@ return array( 'TheSeer\\Tokenizer\\TokenCollectionException' => $vendorDir . '/theseer/tokenizer/src/TokenCollectionException.php', 'TheSeer\\Tokenizer\\Tokenizer' => $vendorDir . '/theseer/tokenizer/src/Tokenizer.php', 'TheSeer\\Tokenizer\\XMLSerializer' => $vendorDir . '/theseer/tokenizer/src/XMLSerializer.php', - 'UnhandledMatchError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php', - 'ValueError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/ValueError.php', ); diff --git a/Sources/vendor/composer/autoload_files.php b/Sources/vendor/composer/autoload_files.php index fc1244c6..2530eb44 100755 --- a/Sources/vendor/composer/autoload_files.php +++ b/Sources/vendor/composer/autoload_files.php @@ -6,9 +6,6 @@ $vendorDir = dirname(__DIR__); $baseDir = dirname($vendorDir); return array( - '320cde22f66dd4f5d3fd621d3e88b98f' => $vendorDir . '/symfony/polyfill-ctype/bootstrap.php', - '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php', '6124b4c8570aa390c21fafd04a26c69f' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php', - 'a4a119a56e50fbb293281d9a48007e0e' => $vendorDir . '/symfony/polyfill-php80/bootstrap.php', 'ec07570ca5a812141189b1fa81503674' => $vendorDir . '/phpunit/phpunit/src/Framework/Assert/Functions.php', ); diff --git a/Sources/vendor/composer/autoload_psr4.php b/Sources/vendor/composer/autoload_psr4.php index 54a17169..11b2b49e 100755 --- a/Sources/vendor/composer/autoload_psr4.php +++ b/Sources/vendor/composer/autoload_psr4.php @@ -6,23 +6,16 @@ $vendorDir = dirname(__DIR__); $baseDir = dirname($vendorDir); return array( - 'Twig\\' => array($vendorDir . '/twig/twig/src'), - 'Symfony\\Polyfill\\Php80\\' => array($vendorDir . '/symfony/polyfill-php80'), - 'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'), - 'Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'), + 'adriangibbons\\' => array($vendorDir . '/adriangibbons/php-fit-file-analysis/src'), 'Stub\\' => array($baseDir . '/src/data/stub', $baseDir . '/src/data/stub/service', $baseDir . '/src/data/stub/repository'), 'Shared\\Exception\\' => array($baseDir . '/src/shared/exception'), 'Shared\\' => array($baseDir . '/src/shared'), 'Repository\\' => array($baseDir . '/src/data/model/repository'), 'PhpParser\\' => array($vendorDir . '/nikic/php-parser/lib/PhpParser'), - 'PhpOption\\' => array($vendorDir . '/phpoption/phpoption/src/PhpOption'), 'Network\\' => array($baseDir . '/src/data/core/network'), 'Model\\' => array($baseDir . '/src/data/model'), 'Manager\\' => array($baseDir . '/src/data/model/manager'), 'Hearttrack\\' => array($baseDir . '/src'), - 'GrahamCampbell\\ResultType\\' => array($vendorDir . '/graham-campbell/result-type/src'), - 'Dotenv\\' => array($vendorDir . '/vlucas/phpdotenv/src'), - 'Doctrine\\Instantiator\\' => array($vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator'), 'DeepCopy\\' => array($vendorDir . '/myclabs/deep-copy/src/DeepCopy'), 'Data\\' => array($baseDir . '/src/data'), 'Console\\' => array($baseDir . '/src/console'), diff --git a/Sources/vendor/composer/autoload_real.php b/Sources/vendor/composer/autoload_real.php index 9d7669a3..3d3157be 100755 --- a/Sources/vendor/composer/autoload_real.php +++ b/Sources/vendor/composer/autoload_real.php @@ -22,8 +22,6 @@ class ComposerAutoloaderInitb084bad56d99d613841073027e5f5e7e return self::$loader; } - require __DIR__ . '/platform_check.php'; - spl_autoload_register(array('ComposerAutoloaderInitb084bad56d99d613841073027e5f5e7e', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); spl_autoload_unregister(array('ComposerAutoloaderInitb084bad56d99d613841073027e5f5e7e', 'loadClassLoader')); diff --git a/Sources/vendor/composer/autoload_static.php b/Sources/vendor/composer/autoload_static.php index fef10b85..e58f9cfa 100755 --- a/Sources/vendor/composer/autoload_static.php +++ b/Sources/vendor/composer/autoload_static.php @@ -7,23 +7,17 @@ namespace Composer\Autoload; class ComposerStaticInitb084bad56d99d613841073027e5f5e7e { public static $files = array ( - '320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php', - '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php', '6124b4c8570aa390c21fafd04a26c69f' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php', - 'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php', 'ec07570ca5a812141189b1fa81503674' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Assert/Functions.php', ); public static $prefixLengthsPsr4 = array ( - 'T' => + 'a' => array ( - 'Twig\\' => 5, + 'adriangibbons\\' => 14, ), 'S' => array ( - 'Symfony\\Polyfill\\Php80\\' => 23, - 'Symfony\\Polyfill\\Mbstring\\' => 26, - 'Symfony\\Polyfill\\Ctype\\' => 23, 'Stub\\' => 5, 'Shared\\Exception\\' => 17, 'Shared\\' => 7, @@ -35,7 +29,6 @@ class ComposerStaticInitb084bad56d99d613841073027e5f5e7e 'P' => array ( 'PhpParser\\' => 10, - 'PhpOption\\' => 10, ), 'N' => array ( @@ -50,14 +43,8 @@ class ComposerStaticInitb084bad56d99d613841073027e5f5e7e array ( 'Hearttrack\\' => 11, ), - 'G' => - array ( - 'GrahamCampbell\\ResultType\\' => 26, - ), 'D' => array ( - 'Dotenv\\' => 7, - 'Doctrine\\Instantiator\\' => 22, 'DeepCopy\\' => 9, 'Data\\' => 5, ), @@ -72,21 +59,9 @@ class ComposerStaticInitb084bad56d99d613841073027e5f5e7e ); public static $prefixDirsPsr4 = array ( - 'Twig\\' => - array ( - 0 => __DIR__ . '/..' . '/twig/twig/src', - ), - 'Symfony\\Polyfill\\Php80\\' => - array ( - 0 => __DIR__ . '/..' . '/symfony/polyfill-php80', - ), - 'Symfony\\Polyfill\\Mbstring\\' => - array ( - 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring', - ), - 'Symfony\\Polyfill\\Ctype\\' => + 'adriangibbons\\' => array ( - 0 => __DIR__ . '/..' . '/symfony/polyfill-ctype', + 0 => __DIR__ . '/..' . '/adriangibbons/php-fit-file-analysis/src', ), 'Stub\\' => array ( @@ -110,10 +85,6 @@ class ComposerStaticInitb084bad56d99d613841073027e5f5e7e array ( 0 => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser', ), - 'PhpOption\\' => - array ( - 0 => __DIR__ . '/..' . '/phpoption/phpoption/src/PhpOption', - ), 'Network\\' => array ( 0 => __DIR__ . '/../..' . '/src/data/core/network', @@ -130,18 +101,6 @@ class ComposerStaticInitb084bad56d99d613841073027e5f5e7e array ( 0 => __DIR__ . '/../..' . '/src', ), - 'GrahamCampbell\\ResultType\\' => - array ( - 0 => __DIR__ . '/..' . '/graham-campbell/result-type/src', - ), - 'Dotenv\\' => - array ( - 0 => __DIR__ . '/..' . '/vlucas/phpdotenv/src', - ), - 'Doctrine\\Instantiator\\' => - array ( - 0 => __DIR__ . '/..' . '/doctrine/instantiator/src/Doctrine/Instantiator', - ), 'DeepCopy\\' => array ( 0 => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy', @@ -161,30 +120,296 @@ class ComposerStaticInitb084bad56d99d613841073027e5f5e7e ); public static $classMap = array ( - 'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php', 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', + 'PHPUnit\\Event\\Application\\Finished' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Application/Finished.php', + 'PHPUnit\\Event\\Application\\FinishedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Application/FinishedSubscriber.php', + 'PHPUnit\\Event\\Application\\Started' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Application/Started.php', + 'PHPUnit\\Event\\Application\\StartedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Application/StartedSubscriber.php', + 'PHPUnit\\Event\\Code\\ClassMethod' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/ClassMethod.php', + 'PHPUnit\\Event\\Code\\ComparisonFailure' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/ComparisonFailure.php', + 'PHPUnit\\Event\\Code\\ComparisonFailureBuilder' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/ComparisonFailureBuilder.php', + 'PHPUnit\\Event\\Code\\NoTestCaseObjectOnCallStackException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Exception/NoTestCaseObjectOnCallStackException.php', + 'PHPUnit\\Event\\Code\\Phpt' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/Test/Phpt.php', + 'PHPUnit\\Event\\Code\\Test' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/Test/Test.php', + 'PHPUnit\\Event\\Code\\TestCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/Test/TestCollection.php', + 'PHPUnit\\Event\\Code\\TestCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/Test/TestCollectionIterator.php', + 'PHPUnit\\Event\\Code\\TestDox' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/Test/TestDox.php', + 'PHPUnit\\Event\\Code\\TestDoxBuilder' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/Test/TestDoxBuilder.php', + 'PHPUnit\\Event\\Code\\TestMethod' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/Test/TestMethod.php', + 'PHPUnit\\Event\\Code\\TestMethodBuilder' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/Test/TestMethodBuilder.php', + 'PHPUnit\\Event\\Code\\Throwable' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/Throwable.php', + 'PHPUnit\\Event\\Code\\ThrowableBuilder' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/ThrowableBuilder.php', + 'PHPUnit\\Event\\CollectingDispatcher' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Dispatcher/CollectingDispatcher.php', + 'PHPUnit\\Event\\DeferringDispatcher' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Dispatcher/DeferringDispatcher.php', + 'PHPUnit\\Event\\DirectDispatcher' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Dispatcher/DirectDispatcher.php', + 'PHPUnit\\Event\\Dispatcher' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Dispatcher/Dispatcher.php', + 'PHPUnit\\Event\\DispatchingEmitter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Emitter/DispatchingEmitter.php', + 'PHPUnit\\Event\\Emitter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Emitter/Emitter.php', + 'PHPUnit\\Event\\Event' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Event.php', + 'PHPUnit\\Event\\EventAlreadyAssignedException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Exception/EventAlreadyAssignedException.php', + 'PHPUnit\\Event\\EventCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/EventCollection.php', + 'PHPUnit\\Event\\EventCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/EventCollectionIterator.php', + 'PHPUnit\\Event\\EventFacadeIsSealedException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Exception/EventFacadeIsSealedException.php', + 'PHPUnit\\Event\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Exception/Exception.php', + 'PHPUnit\\Event\\Facade' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Facade.php', + 'PHPUnit\\Event\\InvalidArgumentException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Exception/InvalidArgumentException.php', + 'PHPUnit\\Event\\InvalidEventException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Exception/InvalidEventException.php', + 'PHPUnit\\Event\\InvalidSubscriberException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Exception/InvalidSubscriberException.php', + 'PHPUnit\\Event\\MapError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Exception/MapError.php', + 'PHPUnit\\Event\\NoPreviousThrowableException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Exception/NoPreviousThrowableException.php', + 'PHPUnit\\Event\\RuntimeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Exception/RuntimeException.php', + 'PHPUnit\\Event\\Runtime\\OperatingSystem' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/Runtime/OperatingSystem.php', + 'PHPUnit\\Event\\Runtime\\PHP' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/Runtime/PHP.php', + 'PHPUnit\\Event\\Runtime\\PHPUnit' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/Runtime/PHPUnit.php', + 'PHPUnit\\Event\\Runtime\\Runtime' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/Runtime/Runtime.php', + 'PHPUnit\\Event\\SubscribableDispatcher' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Dispatcher/SubscribableDispatcher.php', + 'PHPUnit\\Event\\Subscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Subscriber.php', + 'PHPUnit\\Event\\SubscriberTypeAlreadyRegisteredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Exception/SubscriberTypeAlreadyRegisteredException.php', + 'PHPUnit\\Event\\Telemetry\\Duration' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/Telemetry/Duration.php', + 'PHPUnit\\Event\\Telemetry\\GarbageCollectorStatus' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/Telemetry/GarbageCollectorStatus.php', + 'PHPUnit\\Event\\Telemetry\\GarbageCollectorStatusProvider' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/Telemetry/GarbageCollectorStatusProvider.php', + 'PHPUnit\\Event\\Telemetry\\HRTime' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/Telemetry/HRTime.php', + 'PHPUnit\\Event\\Telemetry\\Info' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/Telemetry/Info.php', + 'PHPUnit\\Event\\Telemetry\\MemoryMeter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/Telemetry/MemoryMeter.php', + 'PHPUnit\\Event\\Telemetry\\MemoryUsage' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/Telemetry/MemoryUsage.php', + 'PHPUnit\\Event\\Telemetry\\Php81GarbageCollectorStatusProvider' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/Telemetry/Php81GarbageCollectorStatusProvider.php', + 'PHPUnit\\Event\\Telemetry\\Php83GarbageCollectorStatusProvider' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/Telemetry/Php83GarbageCollectorStatusProvider.php', + 'PHPUnit\\Event\\Telemetry\\Snapshot' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/Telemetry/Snapshot.php', + 'PHPUnit\\Event\\Telemetry\\StopWatch' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/Telemetry/StopWatch.php', + 'PHPUnit\\Event\\Telemetry\\System' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/Telemetry/System.php', + 'PHPUnit\\Event\\Telemetry\\SystemMemoryMeter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/Telemetry/SystemMemoryMeter.php', + 'PHPUnit\\Event\\Telemetry\\SystemStopWatch' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/Telemetry/SystemStopWatch.php', + 'PHPUnit\\Event\\Telemetry\\SystemStopWatchWithOffset' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/Telemetry/SystemStopWatchWithOffset.php', + 'PHPUnit\\Event\\TestData\\DataFromDataProvider' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/Test/TestData/DataFromDataProvider.php', + 'PHPUnit\\Event\\TestData\\DataFromTestDependency' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/Test/TestData/DataFromTestDependency.php', + 'PHPUnit\\Event\\TestData\\MoreThanOneDataSetFromDataProviderException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Exception/MoreThanOneDataSetFromDataProviderException.php', + 'PHPUnit\\Event\\TestData\\NoDataSetFromDataProviderException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Exception/NoDataSetFromDataProviderException.php', + 'PHPUnit\\Event\\TestData\\TestData' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/Test/TestData/TestData.php', + 'PHPUnit\\Event\\TestData\\TestDataCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/Test/TestData/TestDataCollection.php', + 'PHPUnit\\Event\\TestData\\TestDataCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/Test/TestData/TestDataCollectionIterator.php', + 'PHPUnit\\Event\\TestRunner\\BootstrapFinished' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestRunner/BootstrapFinished.php', + 'PHPUnit\\Event\\TestRunner\\BootstrapFinishedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestRunner/BootstrapFinishedSubscriber.php', + 'PHPUnit\\Event\\TestRunner\\Configured' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestRunner/Configured.php', + 'PHPUnit\\Event\\TestRunner\\ConfiguredSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestRunner/ConfiguredSubscriber.php', + 'PHPUnit\\Event\\TestRunner\\DeprecationTriggered' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestRunner/DeprecationTriggered.php', + 'PHPUnit\\Event\\TestRunner\\DeprecationTriggeredSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestRunner/DeprecationTriggeredSubscriber.php', + 'PHPUnit\\Event\\TestRunner\\EventFacadeSealed' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestRunner/EventFacadeSealed.php', + 'PHPUnit\\Event\\TestRunner\\EventFacadeSealedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestRunner/EventFacadeSealedSubscriber.php', + 'PHPUnit\\Event\\TestRunner\\ExecutionAborted' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionAborted.php', + 'PHPUnit\\Event\\TestRunner\\ExecutionAbortedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionAbortedSubscriber.php', + 'PHPUnit\\Event\\TestRunner\\ExecutionFinished' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionFinished.php', + 'PHPUnit\\Event\\TestRunner\\ExecutionFinishedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionFinishedSubscriber.php', + 'PHPUnit\\Event\\TestRunner\\ExecutionStarted' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionStarted.php', + 'PHPUnit\\Event\\TestRunner\\ExecutionStartedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionStartedSubscriber.php', + 'PHPUnit\\Event\\TestRunner\\ExtensionBootstrapped' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestRunner/ExtensionBootstrapped.php', + 'PHPUnit\\Event\\TestRunner\\ExtensionBootstrappedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestRunner/ExtensionBootstrappedSubscriber.php', + 'PHPUnit\\Event\\TestRunner\\ExtensionLoadedFromPhar' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestRunner/ExtensionLoadedFromPhar.php', + 'PHPUnit\\Event\\TestRunner\\ExtensionLoadedFromPharSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestRunner/ExtensionLoadedFromPharSubscriber.php', + 'PHPUnit\\Event\\TestRunner\\Finished' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestRunner/Finished.php', + 'PHPUnit\\Event\\TestRunner\\FinishedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestRunner/FinishedSubscriber.php', + 'PHPUnit\\Event\\TestRunner\\GarbageCollectionDisabled' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionDisabled.php', + 'PHPUnit\\Event\\TestRunner\\GarbageCollectionDisabledSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionDisabledSubscriber.php', + 'PHPUnit\\Event\\TestRunner\\GarbageCollectionEnabled' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionEnabled.php', + 'PHPUnit\\Event\\TestRunner\\GarbageCollectionEnabledSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionEnabledSubscriber.php', + 'PHPUnit\\Event\\TestRunner\\GarbageCollectionTriggered' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionTriggered.php', + 'PHPUnit\\Event\\TestRunner\\GarbageCollectionTriggeredSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionTriggeredSubscriber.php', + 'PHPUnit\\Event\\TestRunner\\Started' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestRunner/Started.php', + 'PHPUnit\\Event\\TestRunner\\StartedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestRunner/StartedSubscriber.php', + 'PHPUnit\\Event\\TestRunner\\WarningTriggered' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestRunner/WarningTriggered.php', + 'PHPUnit\\Event\\TestRunner\\WarningTriggeredSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestRunner/WarningTriggeredSubscriber.php', + 'PHPUnit\\Event\\TestSuite\\Filtered' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestSuite/Filtered.php', + 'PHPUnit\\Event\\TestSuite\\FilteredSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestSuite/FilteredSubscriber.php', + 'PHPUnit\\Event\\TestSuite\\Finished' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestSuite/Finished.php', + 'PHPUnit\\Event\\TestSuite\\FinishedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestSuite/FinishedSubscriber.php', + 'PHPUnit\\Event\\TestSuite\\Loaded' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestSuite/Loaded.php', + 'PHPUnit\\Event\\TestSuite\\LoadedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestSuite/LoadedSubscriber.php', + 'PHPUnit\\Event\\TestSuite\\Skipped' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestSuite/Skipped.php', + 'PHPUnit\\Event\\TestSuite\\SkippedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestSuite/SkippedSubscriber.php', + 'PHPUnit\\Event\\TestSuite\\Sorted' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestSuite/Sorted.php', + 'PHPUnit\\Event\\TestSuite\\SortedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestSuite/SortedSubscriber.php', + 'PHPUnit\\Event\\TestSuite\\Started' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestSuite/Started.php', + 'PHPUnit\\Event\\TestSuite\\StartedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/TestSuite/StartedSubscriber.php', + 'PHPUnit\\Event\\TestSuite\\TestSuite' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/TestSuite/TestSuite.php', + 'PHPUnit\\Event\\TestSuite\\TestSuiteBuilder' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/TestSuite/TestSuiteBuilder.php', + 'PHPUnit\\Event\\TestSuite\\TestSuiteForTestClass' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/TestSuite/TestSuiteForTestClass.php', + 'PHPUnit\\Event\\TestSuite\\TestSuiteForTestMethodWithDataProvider' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/TestSuite/TestSuiteForTestMethodWithDataProvider.php', + 'PHPUnit\\Event\\TestSuite\\TestSuiteWithName' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Value/TestSuite/TestSuiteWithName.php', + 'PHPUnit\\Event\\Test\\AfterLastTestMethodCalled' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterLastTestMethodCalled.php', + 'PHPUnit\\Event\\Test\\AfterLastTestMethodCalledSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterLastTestMethodCalledSubscriber.php', + 'PHPUnit\\Event\\Test\\AfterLastTestMethodFinished' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterLastTestMethodFinished.php', + 'PHPUnit\\Event\\Test\\AfterLastTestMethodFinishedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterLastTestMethodFinishedSubscriber.php', + 'PHPUnit\\Event\\Test\\AfterTestMethodCalled' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterTestMethodCalled.php', + 'PHPUnit\\Event\\Test\\AfterTestMethodCalledSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterTestMethodCalledSubscriber.php', + 'PHPUnit\\Event\\Test\\AfterTestMethodFinished' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterTestMethodFinished.php', + 'PHPUnit\\Event\\Test\\AfterTestMethodFinishedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterTestMethodFinishedSubscriber.php', + 'PHPUnit\\Event\\Test\\AssertionFailed' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Assertion/AssertionFailed.php', + 'PHPUnit\\Event\\Test\\AssertionFailedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Assertion/AssertionFailedSubscriber.php', + 'PHPUnit\\Event\\Test\\AssertionSucceeded' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Assertion/AssertionSucceeded.php', + 'PHPUnit\\Event\\Test\\AssertionSucceededSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Assertion/AssertionSucceededSubscriber.php', + 'PHPUnit\\Event\\Test\\BeforeFirstTestMethodCalled' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodCalled.php', + 'PHPUnit\\Event\\Test\\BeforeFirstTestMethodCalledSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodCalledSubscriber.php', + 'PHPUnit\\Event\\Test\\BeforeFirstTestMethodErrored' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodErrored.php', + 'PHPUnit\\Event\\Test\\BeforeFirstTestMethodErroredSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodErroredSubscriber.php', + 'PHPUnit\\Event\\Test\\BeforeFirstTestMethodFinished' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodFinished.php', + 'PHPUnit\\Event\\Test\\BeforeFirstTestMethodFinishedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodFinishedSubscriber.php', + 'PHPUnit\\Event\\Test\\BeforeTestMethodCalled' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeTestMethodCalled.php', + 'PHPUnit\\Event\\Test\\BeforeTestMethodCalledSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeTestMethodCalledSubscriber.php', + 'PHPUnit\\Event\\Test\\BeforeTestMethodFinished' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeTestMethodFinished.php', + 'PHPUnit\\Event\\Test\\BeforeTestMethodFinishedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeTestMethodFinishedSubscriber.php', + 'PHPUnit\\Event\\Test\\ComparatorRegistered' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/ComparatorRegistered.php', + 'PHPUnit\\Event\\Test\\ComparatorRegisteredSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/ComparatorRegisteredSubscriber.php', + 'PHPUnit\\Event\\Test\\ConsideredRisky' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Issue/ConsideredRisky.php', + 'PHPUnit\\Event\\Test\\ConsideredRiskySubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Issue/ConsideredRiskySubscriber.php', + 'PHPUnit\\Event\\Test\\DataProviderMethodCalled' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Lifecycle/DataProviderMethodCalled.php', + 'PHPUnit\\Event\\Test\\DataProviderMethodCalledSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Lifecycle/DataProviderMethodCalledSubscriber.php', + 'PHPUnit\\Event\\Test\\DataProviderMethodFinished' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Lifecycle/DataProviderMethodFinished.php', + 'PHPUnit\\Event\\Test\\DataProviderMethodFinishedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Lifecycle/DataProviderMethodFinishedSubscriber.php', + 'PHPUnit\\Event\\Test\\DeprecationTriggered' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Issue/DeprecationTriggered.php', + 'PHPUnit\\Event\\Test\\DeprecationTriggeredSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Issue/DeprecationTriggeredSubscriber.php', + 'PHPUnit\\Event\\Test\\ErrorTriggered' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Issue/ErrorTriggered.php', + 'PHPUnit\\Event\\Test\\ErrorTriggeredSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Issue/ErrorTriggeredSubscriber.php', + 'PHPUnit\\Event\\Test\\Errored' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Outcome/Errored.php', + 'PHPUnit\\Event\\Test\\ErroredSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Outcome/ErroredSubscriber.php', + 'PHPUnit\\Event\\Test\\Failed' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Outcome/Failed.php', + 'PHPUnit\\Event\\Test\\FailedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Outcome/FailedSubscriber.php', + 'PHPUnit\\Event\\Test\\Finished' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Lifecycle/Finished.php', + 'PHPUnit\\Event\\Test\\FinishedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Lifecycle/FinishedSubscriber.php', + 'PHPUnit\\Event\\Test\\MarkedIncomplete' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Outcome/MarkedIncomplete.php', + 'PHPUnit\\Event\\Test\\MarkedIncompleteSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Outcome/MarkedIncompleteSubscriber.php', + 'PHPUnit\\Event\\Test\\MockObjectCreated' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectCreated.php', + 'PHPUnit\\Event\\Test\\MockObjectCreatedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectCreatedSubscriber.php', + 'PHPUnit\\Event\\Test\\MockObjectForAbstractClassCreated' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForAbstractClassCreated.php', + 'PHPUnit\\Event\\Test\\MockObjectForAbstractClassCreatedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForAbstractClassCreatedSubscriber.php', + 'PHPUnit\\Event\\Test\\MockObjectForIntersectionOfInterfacesCreated' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForIntersectionOfInterfacesCreated.php', + 'PHPUnit\\Event\\Test\\MockObjectForIntersectionOfInterfacesCreatedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForIntersectionOfInterfacesCreatedSubscriber.php', + 'PHPUnit\\Event\\Test\\MockObjectForTraitCreated' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForTraitCreated.php', + 'PHPUnit\\Event\\Test\\MockObjectForTraitCreatedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForTraitCreatedSubscriber.php', + 'PHPUnit\\Event\\Test\\MockObjectFromWsdlCreated' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectFromWsdlCreated.php', + 'PHPUnit\\Event\\Test\\MockObjectFromWsdlCreatedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectFromWsdlCreatedSubscriber.php', + 'PHPUnit\\Event\\Test\\NoComparisonFailureException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Exception/NoComparisonFailureException.php', + 'PHPUnit\\Event\\Test\\NoticeTriggered' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Issue/NoticeTriggered.php', + 'PHPUnit\\Event\\Test\\NoticeTriggeredSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Issue/NoticeTriggeredSubscriber.php', + 'PHPUnit\\Event\\Test\\PartialMockObjectCreated' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/TestDouble/PartialMockObjectCreated.php', + 'PHPUnit\\Event\\Test\\PartialMockObjectCreatedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/TestDouble/PartialMockObjectCreatedSubscriber.php', + 'PHPUnit\\Event\\Test\\Passed' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Outcome/Passed.php', + 'PHPUnit\\Event\\Test\\PassedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Outcome/PassedSubscriber.php', + 'PHPUnit\\Event\\Test\\PhpDeprecationTriggered' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Issue/PhpDeprecationTriggered.php', + 'PHPUnit\\Event\\Test\\PhpDeprecationTriggeredSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Issue/PhpDeprecationTriggeredSubscriber.php', + 'PHPUnit\\Event\\Test\\PhpNoticeTriggered' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Issue/PhpNoticeTriggered.php', + 'PHPUnit\\Event\\Test\\PhpNoticeTriggeredSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Issue/PhpNoticeTriggeredSubscriber.php', + 'PHPUnit\\Event\\Test\\PhpWarningTriggered' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Issue/PhpWarningTriggered.php', + 'PHPUnit\\Event\\Test\\PhpWarningTriggeredSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Issue/PhpWarningTriggeredSubscriber.php', + 'PHPUnit\\Event\\Test\\PhpunitDeprecationTriggered' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitDeprecationTriggered.php', + 'PHPUnit\\Event\\Test\\PhpunitDeprecationTriggeredSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitDeprecationTriggeredSubscriber.php', + 'PHPUnit\\Event\\Test\\PhpunitErrorTriggered' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitErrorTriggered.php', + 'PHPUnit\\Event\\Test\\PhpunitErrorTriggeredSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitErrorTriggeredSubscriber.php', + 'PHPUnit\\Event\\Test\\PhpunitWarningTriggered' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitWarningTriggered.php', + 'PHPUnit\\Event\\Test\\PhpunitWarningTriggeredSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitWarningTriggeredSubscriber.php', + 'PHPUnit\\Event\\Test\\PostConditionCalled' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/PostConditionCalled.php', + 'PHPUnit\\Event\\Test\\PostConditionCalledSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/PostConditionCalledSubscriber.php', + 'PHPUnit\\Event\\Test\\PostConditionFinished' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/PostConditionFinished.php', + 'PHPUnit\\Event\\Test\\PostConditionFinishedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/PostConditionFinishedSubscriber.php', + 'PHPUnit\\Event\\Test\\PreConditionCalled' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/PreConditionCalled.php', + 'PHPUnit\\Event\\Test\\PreConditionCalledSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/PreConditionCalledSubscriber.php', + 'PHPUnit\\Event\\Test\\PreConditionFinished' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/PreConditionFinished.php', + 'PHPUnit\\Event\\Test\\PreConditionFinishedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/HookMethod/PreConditionFinishedSubscriber.php', + 'PHPUnit\\Event\\Test\\PreparationFailed' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Lifecycle/PreparationFailed.php', + 'PHPUnit\\Event\\Test\\PreparationFailedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Lifecycle/PreparationFailedSubscriber.php', + 'PHPUnit\\Event\\Test\\PreparationStarted' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Lifecycle/PreparationStarted.php', + 'PHPUnit\\Event\\Test\\PreparationStartedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Lifecycle/PreparationStartedSubscriber.php', + 'PHPUnit\\Event\\Test\\Prepared' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Lifecycle/Prepared.php', + 'PHPUnit\\Event\\Test\\PreparedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Lifecycle/PreparedSubscriber.php', + 'PHPUnit\\Event\\Test\\PrintedUnexpectedOutput' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/PrintedUnexpectedOutput.php', + 'PHPUnit\\Event\\Test\\PrintedUnexpectedOutputSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/PrintedUnexpectedOutputSubscriber.php', + 'PHPUnit\\Event\\Test\\Skipped' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Outcome/Skipped.php', + 'PHPUnit\\Event\\Test\\SkippedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Outcome/SkippedSubscriber.php', + 'PHPUnit\\Event\\Test\\TestProxyCreated' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestProxyCreated.php', + 'PHPUnit\\Event\\Test\\TestProxyCreatedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestProxyCreatedSubscriber.php', + 'PHPUnit\\Event\\Test\\TestStubCreated' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestStubCreated.php', + 'PHPUnit\\Event\\Test\\TestStubCreatedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestStubCreatedSubscriber.php', + 'PHPUnit\\Event\\Test\\TestStubForIntersectionOfInterfacesCreated' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestStubForIntersectionOfInterfacesCreated.php', + 'PHPUnit\\Event\\Test\\TestStubForIntersectionOfInterfacesCreatedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestStubForIntersectionOfInterfacesCreatedSubscriber.php', + 'PHPUnit\\Event\\Test\\WarningTriggered' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Issue/WarningTriggered.php', + 'PHPUnit\\Event\\Test\\WarningTriggeredSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Events/Test/Issue/WarningTriggeredSubscriber.php', + 'PHPUnit\\Event\\Tracer\\Tracer' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Tracer.php', + 'PHPUnit\\Event\\TypeMap' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/TypeMap.php', + 'PHPUnit\\Event\\UnknownEventException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Exception/UnknownEventException.php', + 'PHPUnit\\Event\\UnknownEventTypeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Exception/UnknownEventTypeException.php', + 'PHPUnit\\Event\\UnknownSubscriberException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Exception/UnknownSubscriberException.php', + 'PHPUnit\\Event\\UnknownSubscriberTypeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Event/Exception/UnknownSubscriberTypeException.php', 'PHPUnit\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Exception.php', - 'PHPUnit\\Framework\\ActualValueIsNotAnObjectException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ActualValueIsNotAnObjectException.php', + 'PHPUnit\\Framework\\ActualValueIsNotAnObjectException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ActualValueIsNotAnObjectException.php', 'PHPUnit\\Framework\\Assert' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Assert.php', 'PHPUnit\\Framework\\AssertionFailedError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/AssertionFailedError.php', + 'PHPUnit\\Framework\\Attributes\\After' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/After.php', + 'PHPUnit\\Framework\\Attributes\\AfterClass' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/AfterClass.php', + 'PHPUnit\\Framework\\Attributes\\BackupGlobals' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/BackupGlobals.php', + 'PHPUnit\\Framework\\Attributes\\BackupStaticProperties' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/BackupStaticProperties.php', + 'PHPUnit\\Framework\\Attributes\\Before' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/Before.php', + 'PHPUnit\\Framework\\Attributes\\BeforeClass' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/BeforeClass.php', + 'PHPUnit\\Framework\\Attributes\\CodeCoverageIgnore' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/CodeCoverageIgnore.php', + 'PHPUnit\\Framework\\Attributes\\CoversClass' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/CoversClass.php', + 'PHPUnit\\Framework\\Attributes\\CoversFunction' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/CoversFunction.php', + 'PHPUnit\\Framework\\Attributes\\CoversNothing' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/CoversNothing.php', + 'PHPUnit\\Framework\\Attributes\\DataProvider' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/DataProvider.php', + 'PHPUnit\\Framework\\Attributes\\DataProviderExternal' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/DataProviderExternal.php', + 'PHPUnit\\Framework\\Attributes\\Depends' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/Depends.php', + 'PHPUnit\\Framework\\Attributes\\DependsExternal' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/DependsExternal.php', + 'PHPUnit\\Framework\\Attributes\\DependsExternalUsingDeepClone' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/DependsExternalUsingDeepClone.php', + 'PHPUnit\\Framework\\Attributes\\DependsExternalUsingShallowClone' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/DependsExternalUsingShallowClone.php', + 'PHPUnit\\Framework\\Attributes\\DependsOnClass' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/DependsOnClass.php', + 'PHPUnit\\Framework\\Attributes\\DependsOnClassUsingDeepClone' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/DependsOnClassUsingDeepClone.php', + 'PHPUnit\\Framework\\Attributes\\DependsOnClassUsingShallowClone' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/DependsOnClassUsingShallowClone.php', + 'PHPUnit\\Framework\\Attributes\\DependsUsingDeepClone' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/DependsUsingDeepClone.php', + 'PHPUnit\\Framework\\Attributes\\DependsUsingShallowClone' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/DependsUsingShallowClone.php', + 'PHPUnit\\Framework\\Attributes\\DoesNotPerformAssertions' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/DoesNotPerformAssertions.php', + 'PHPUnit\\Framework\\Attributes\\ExcludeGlobalVariableFromBackup' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/ExcludeGlobalVariableFromBackup.php', + 'PHPUnit\\Framework\\Attributes\\ExcludeStaticPropertyFromBackup' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/ExcludeStaticPropertyFromBackup.php', + 'PHPUnit\\Framework\\Attributes\\Group' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/Group.php', + 'PHPUnit\\Framework\\Attributes\\IgnoreClassForCodeCoverage' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/IgnoreClassForCodeCoverage.php', + 'PHPUnit\\Framework\\Attributes\\IgnoreFunctionForCodeCoverage' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/IgnoreFunctionForCodeCoverage.php', + 'PHPUnit\\Framework\\Attributes\\IgnoreMethodForCodeCoverage' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/IgnoreMethodForCodeCoverage.php', + 'PHPUnit\\Framework\\Attributes\\Large' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/Large.php', + 'PHPUnit\\Framework\\Attributes\\Medium' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/Medium.php', + 'PHPUnit\\Framework\\Attributes\\PostCondition' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/PostCondition.php', + 'PHPUnit\\Framework\\Attributes\\PreCondition' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/PreCondition.php', + 'PHPUnit\\Framework\\Attributes\\PreserveGlobalState' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/PreserveGlobalState.php', + 'PHPUnit\\Framework\\Attributes\\RequiresFunction' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/RequiresFunction.php', + 'PHPUnit\\Framework\\Attributes\\RequiresMethod' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/RequiresMethod.php', + 'PHPUnit\\Framework\\Attributes\\RequiresOperatingSystem' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/RequiresOperatingSystem.php', + 'PHPUnit\\Framework\\Attributes\\RequiresOperatingSystemFamily' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/RequiresOperatingSystemFamily.php', + 'PHPUnit\\Framework\\Attributes\\RequiresPhp' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/RequiresPhp.php', + 'PHPUnit\\Framework\\Attributes\\RequiresPhpExtension' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/RequiresPhpExtension.php', + 'PHPUnit\\Framework\\Attributes\\RequiresPhpunit' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/RequiresPhpunit.php', + 'PHPUnit\\Framework\\Attributes\\RequiresSetting' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/RequiresSetting.php', + 'PHPUnit\\Framework\\Attributes\\RunClassInSeparateProcess' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/RunClassInSeparateProcess.php', + 'PHPUnit\\Framework\\Attributes\\RunInSeparateProcess' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/RunInSeparateProcess.php', + 'PHPUnit\\Framework\\Attributes\\RunTestsInSeparateProcesses' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/RunTestsInSeparateProcesses.php', + 'PHPUnit\\Framework\\Attributes\\Small' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/Small.php', + 'PHPUnit\\Framework\\Attributes\\Test' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/Test.php', + 'PHPUnit\\Framework\\Attributes\\TestDox' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/TestDox.php', + 'PHPUnit\\Framework\\Attributes\\TestWith' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/TestWith.php', + 'PHPUnit\\Framework\\Attributes\\TestWithJson' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/TestWithJson.php', + 'PHPUnit\\Framework\\Attributes\\Ticket' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/Ticket.php', + 'PHPUnit\\Framework\\Attributes\\UsesClass' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/UsesClass.php', + 'PHPUnit\\Framework\\Attributes\\UsesFunction' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/UsesFunction.php', + 'PHPUnit\\Framework\\Attributes\\WithoutErrorHandler' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Attributes/WithoutErrorHandler.php', 'PHPUnit\\Framework\\CodeCoverageException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/CodeCoverageException.php', - 'PHPUnit\\Framework\\ComparisonMethodDoesNotAcceptParameterTypeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotAcceptParameterTypeException.php', - 'PHPUnit\\Framework\\ComparisonMethodDoesNotDeclareBoolReturnTypeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareBoolReturnTypeException.php', - 'PHPUnit\\Framework\\ComparisonMethodDoesNotDeclareExactlyOneParameterException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareExactlyOneParameterException.php', - 'PHPUnit\\Framework\\ComparisonMethodDoesNotDeclareParameterTypeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareParameterTypeException.php', - 'PHPUnit\\Framework\\ComparisonMethodDoesNotExistException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotExistException.php', + 'PHPUnit\\Framework\\ComparisonMethodDoesNotAcceptParameterTypeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotAcceptParameterTypeException.php', + 'PHPUnit\\Framework\\ComparisonMethodDoesNotDeclareBoolReturnTypeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotDeclareBoolReturnTypeException.php', + 'PHPUnit\\Framework\\ComparisonMethodDoesNotDeclareExactlyOneParameterException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotDeclareExactlyOneParameterException.php', + 'PHPUnit\\Framework\\ComparisonMethodDoesNotDeclareParameterTypeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotDeclareParameterTypeException.php', + 'PHPUnit\\Framework\\ComparisonMethodDoesNotExistException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotExistException.php', 'PHPUnit\\Framework\\Constraint\\ArrayHasKey' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Traversable/ArrayHasKey.php', 'PHPUnit\\Framework\\Constraint\\BinaryOperator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Operator/BinaryOperator.php', 'PHPUnit\\Framework\\Constraint\\Callback' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Callback.php', - 'PHPUnit\\Framework\\Constraint\\ClassHasAttribute' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasAttribute.php', - 'PHPUnit\\Framework\\Constraint\\ClassHasStaticAttribute' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasStaticAttribute.php', 'PHPUnit\\Framework\\Constraint\\Constraint' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Constraint.php', 'PHPUnit\\Framework\\Constraint\\Count' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/Count.php', 'PHPUnit\\Framework\\Constraint\\DirectoryExists' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Filesystem/DirectoryExists.php', 'PHPUnit\\Framework\\Constraint\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Exception/Exception.php', 'PHPUnit\\Framework\\Constraint\\ExceptionCode' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionCode.php', - 'PHPUnit\\Framework\\Constraint\\ExceptionMessage' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessage.php', - 'PHPUnit\\Framework\\Constraint\\ExceptionMessageRegularExpression' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageRegularExpression.php', + 'PHPUnit\\Framework\\Constraint\\ExceptionMessageIsOrContains' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageIsOrContains.php', + 'PHPUnit\\Framework\\Constraint\\ExceptionMessageMatchesRegularExpression' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageMatchesRegularExpression.php', 'PHPUnit\\Framework\\Constraint\\FileExists' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Filesystem/FileExists.php', 'PHPUnit\\Framework\\Constraint\\GreaterThan' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/GreaterThan.php', 'PHPUnit\\Framework\\Constraint\\IsAnything' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/IsAnything.php', @@ -199,6 +424,7 @@ class ComposerStaticInitb084bad56d99d613841073027e5f5e7e 'PHPUnit\\Framework\\Constraint\\IsInfinite' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Math/IsInfinite.php', 'PHPUnit\\Framework\\Constraint\\IsInstanceOf' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Type/IsInstanceOf.php', 'PHPUnit\\Framework\\Constraint\\IsJson' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/String/IsJson.php', + 'PHPUnit\\Framework\\Constraint\\IsList' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Traversable/IsList.php', 'PHPUnit\\Framework\\Constraint\\IsNan' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Math/IsNan.php', 'PHPUnit\\Framework\\Constraint\\IsNull' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Type/IsNull.php', 'PHPUnit\\Framework\\Constraint\\IsReadable' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsReadable.php', @@ -206,20 +432,19 @@ class ComposerStaticInitb084bad56d99d613841073027e5f5e7e 'PHPUnit\\Framework\\Constraint\\IsType' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Type/IsType.php', 'PHPUnit\\Framework\\Constraint\\IsWritable' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsWritable.php', 'PHPUnit\\Framework\\Constraint\\JsonMatches' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/JsonMatches.php', - 'PHPUnit\\Framework\\Constraint\\JsonMatchesErrorMessageProvider' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/JsonMatchesErrorMessageProvider.php', 'PHPUnit\\Framework\\Constraint\\LessThan' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/LessThan.php', 'PHPUnit\\Framework\\Constraint\\LogicalAnd' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalAnd.php', 'PHPUnit\\Framework\\Constraint\\LogicalNot' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalNot.php', 'PHPUnit\\Framework\\Constraint\\LogicalOr' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalOr.php', 'PHPUnit\\Framework\\Constraint\\LogicalXor' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalXor.php', 'PHPUnit\\Framework\\Constraint\\ObjectEquals' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Object/ObjectEquals.php', - 'PHPUnit\\Framework\\Constraint\\ObjectHasAttribute' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Object/ObjectHasAttribute.php', 'PHPUnit\\Framework\\Constraint\\ObjectHasProperty' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Object/ObjectHasProperty.php', 'PHPUnit\\Framework\\Constraint\\Operator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Operator/Operator.php', 'PHPUnit\\Framework\\Constraint\\RegularExpression' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/String/RegularExpression.php', 'PHPUnit\\Framework\\Constraint\\SameSize' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Cardinality/SameSize.php', 'PHPUnit\\Framework\\Constraint\\StringContains' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/String/StringContains.php', 'PHPUnit\\Framework\\Constraint\\StringEndsWith' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/String/StringEndsWith.php', + 'PHPUnit\\Framework\\Constraint\\StringEqualsStringIgnoringLineEndings' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/String/StringEqualsStringIgnoringLineEndings.php', 'PHPUnit\\Framework\\Constraint\\StringMatchesFormatDescription' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/String/StringMatchesFormatDescription.php', 'PHPUnit\\Framework\\Constraint\\StringStartsWith' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/String/StringStartsWith.php', 'PHPUnit\\Framework\\Constraint\\TraversableContains' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContains.php', @@ -227,291 +452,550 @@ class ComposerStaticInitb084bad56d99d613841073027e5f5e7e 'PHPUnit\\Framework\\Constraint\\TraversableContainsIdentical' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsIdentical.php', 'PHPUnit\\Framework\\Constraint\\TraversableContainsOnly' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsOnly.php', 'PHPUnit\\Framework\\Constraint\\UnaryOperator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Constraint/Operator/UnaryOperator.php', - 'PHPUnit\\Framework\\CoveredCodeNotExecutedException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/CoveredCodeNotExecutedException.php', 'PHPUnit\\Framework\\DataProviderTestSuite' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/DataProviderTestSuite.php', - 'PHPUnit\\Framework\\Error' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/Error.php', - 'PHPUnit\\Framework\\ErrorTestCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/ErrorTestCase.php', - 'PHPUnit\\Framework\\Error\\Deprecated' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Error/Deprecated.php', - 'PHPUnit\\Framework\\Error\\Error' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Error/Error.php', - 'PHPUnit\\Framework\\Error\\Notice' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Error/Notice.php', - 'PHPUnit\\Framework\\Error\\Warning' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Error/Warning.php', + 'PHPUnit\\Framework\\EmptyStringException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/EmptyStringException.php', 'PHPUnit\\Framework\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/Exception.php', - 'PHPUnit\\Framework\\ExceptionWrapper' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/ExceptionWrapper.php', 'PHPUnit\\Framework\\ExecutionOrderDependency' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/ExecutionOrderDependency.php', 'PHPUnit\\Framework\\ExpectationFailedException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ExpectationFailedException.php', - 'PHPUnit\\Framework\\IncompleteTest' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/IncompleteTest.php', - 'PHPUnit\\Framework\\IncompleteTestCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/IncompleteTestCase.php', - 'PHPUnit\\Framework\\IncompleteTestError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/IncompleteTestError.php', + 'PHPUnit\\Framework\\GeneratorNotSupportedException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/GeneratorNotSupportedException.php', + 'PHPUnit\\Framework\\IncompleteTest' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/Incomplete/IncompleteTest.php', + 'PHPUnit\\Framework\\IncompleteTestError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/Incomplete/IncompleteTestError.php', 'PHPUnit\\Framework\\InvalidArgumentException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/InvalidArgumentException.php', 'PHPUnit\\Framework\\InvalidCoversTargetException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/InvalidCoversTargetException.php', 'PHPUnit\\Framework\\InvalidDataProviderException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/InvalidDataProviderException.php', - 'PHPUnit\\Framework\\InvalidParameterGroupException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/InvalidParameterGroupException.php', - 'PHPUnit\\Framework\\MissingCoversAnnotationException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/MissingCoversAnnotationException.php', - 'PHPUnit\\Framework\\MockObject\\Api' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Api/Api.php', + 'PHPUnit\\Framework\\InvalidDependencyException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/InvalidDependencyException.php', 'PHPUnit\\Framework\\MockObject\\BadMethodCallException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/BadMethodCallException.php', - 'PHPUnit\\Framework\\MockObject\\Builder\\Identity' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Builder/Identity.php', - 'PHPUnit\\Framework\\MockObject\\Builder\\InvocationMocker' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationMocker.php', - 'PHPUnit\\Framework\\MockObject\\Builder\\InvocationStubber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationStubber.php', - 'PHPUnit\\Framework\\MockObject\\Builder\\MethodNameMatch' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Builder/MethodNameMatch.php', - 'PHPUnit\\Framework\\MockObject\\Builder\\ParametersMatch' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Builder/ParametersMatch.php', - 'PHPUnit\\Framework\\MockObject\\Builder\\Stub' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Builder/Stub.php', + 'PHPUnit\\Framework\\MockObject\\Builder\\Identity' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/Identity.php', + 'PHPUnit\\Framework\\MockObject\\Builder\\InvocationMocker' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/InvocationMocker.php', + 'PHPUnit\\Framework\\MockObject\\Builder\\InvocationStubber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/InvocationStubber.php', + 'PHPUnit\\Framework\\MockObject\\Builder\\MethodNameMatch' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/MethodNameMatch.php', + 'PHPUnit\\Framework\\MockObject\\Builder\\ParametersMatch' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/ParametersMatch.php', + 'PHPUnit\\Framework\\MockObject\\Builder\\Stub' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/Stub.php', 'PHPUnit\\Framework\\MockObject\\CannotUseAddMethodsException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseAddMethodsException.php', 'PHPUnit\\Framework\\MockObject\\CannotUseOnlyMethodsException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseOnlyMethodsException.php', - 'PHPUnit\\Framework\\MockObject\\ClassAlreadyExistsException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/ClassAlreadyExistsException.php', - 'PHPUnit\\Framework\\MockObject\\ClassIsFinalException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsFinalException.php', - 'PHPUnit\\Framework\\MockObject\\ClassIsReadonlyException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsReadonlyException.php', 'PHPUnit\\Framework\\MockObject\\ConfigurableMethod' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/ConfigurableMethod.php', - 'PHPUnit\\Framework\\MockObject\\ConfigurableMethodsAlreadyInitializedException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/ConfigurableMethodsAlreadyInitializedException.php', - 'PHPUnit\\Framework\\MockObject\\DuplicateMethodException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/DuplicateMethodException.php', + 'PHPUnit\\Framework\\MockObject\\DoubledCloneMethod' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/DoubledCloneMethod.php', 'PHPUnit\\Framework\\MockObject\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/Exception.php', - 'PHPUnit\\Framework\\MockObject\\Generator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Generator.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\ClassAlreadyExistsException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ClassAlreadyExistsException.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\ClassIsEnumerationException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ClassIsEnumerationException.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\ClassIsFinalException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ClassIsFinalException.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\ClassIsReadonlyException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ClassIsReadonlyException.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\DuplicateMethodException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/DuplicateMethodException.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/Exception.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\Generator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Generator/Generator.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\InvalidMethodNameException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/InvalidMethodNameException.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\MockClass' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Generator/MockClass.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\MockMethod' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Generator/MockMethod.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\MockMethodSet' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Generator/MockMethodSet.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\MockTrait' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Generator/MockTrait.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\MockType' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Generator/MockType.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\OriginalConstructorInvocationRequiredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/OriginalConstructorInvocationRequiredException.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\ReflectionException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ReflectionException.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\RuntimeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/RuntimeException.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\SoapExtensionNotAvailableException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/SoapExtensionNotAvailableException.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\TemplateLoader' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Generator/TemplateLoader.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\UnknownClassException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/UnknownClassException.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\UnknownTraitException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/UnknownTraitException.php', + 'PHPUnit\\Framework\\MockObject\\Generator\\UnknownTypeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/UnknownTypeException.php', 'PHPUnit\\Framework\\MockObject\\IncompatibleReturnValueException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/IncompatibleReturnValueException.php', - 'PHPUnit\\Framework\\MockObject\\InvalidMethodNameException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/InvalidMethodNameException.php', - 'PHPUnit\\Framework\\MockObject\\Invocation' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Invocation.php', - 'PHPUnit\\Framework\\MockObject\\InvocationHandler' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/InvocationHandler.php', + 'PHPUnit\\Framework\\MockObject\\Invocation' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Invocation.php', + 'PHPUnit\\Framework\\MockObject\\InvocationHandler' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/InvocationHandler.php', 'PHPUnit\\Framework\\MockObject\\MatchBuilderNotFoundException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/MatchBuilderNotFoundException.php', - 'PHPUnit\\Framework\\MockObject\\Matcher' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Matcher.php', + 'PHPUnit\\Framework\\MockObject\\Matcher' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Matcher.php', 'PHPUnit\\Framework\\MockObject\\MatcherAlreadyRegisteredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/MatcherAlreadyRegisteredException.php', - 'PHPUnit\\Framework\\MockObject\\Method' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Api/Method.php', + 'PHPUnit\\Framework\\MockObject\\Method' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/Method.php', 'PHPUnit\\Framework\\MockObject\\MethodCannotBeConfiguredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/MethodCannotBeConfiguredException.php', 'PHPUnit\\Framework\\MockObject\\MethodNameAlreadyConfiguredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameAlreadyConfiguredException.php', - 'PHPUnit\\Framework\\MockObject\\MethodNameConstraint' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/MethodNameConstraint.php', + 'PHPUnit\\Framework\\MockObject\\MethodNameConstraint' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/MethodNameConstraint.php', 'PHPUnit\\Framework\\MockObject\\MethodNameNotConfiguredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameNotConfiguredException.php', 'PHPUnit\\Framework\\MockObject\\MethodParametersAlreadyConfiguredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/MethodParametersAlreadyConfiguredException.php', 'PHPUnit\\Framework\\MockObject\\MockBuilder' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/MockBuilder.php', - 'PHPUnit\\Framework\\MockObject\\MockClass' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/MockClass.php', - 'PHPUnit\\Framework\\MockObject\\MockMethod' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/MockMethod.php', - 'PHPUnit\\Framework\\MockObject\\MockMethodSet' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/MockMethodSet.php', - 'PHPUnit\\Framework\\MockObject\\MockObject' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/MockObject.php', - 'PHPUnit\\Framework\\MockObject\\MockTrait' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/MockTrait.php', - 'PHPUnit\\Framework\\MockObject\\MockType' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/MockType.php', - 'PHPUnit\\Framework\\MockObject\\OriginalConstructorInvocationRequiredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/OriginalConstructorInvocationRequiredException.php', + 'PHPUnit\\Framework\\MockObject\\MockObject' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Interface/MockObject.php', + 'PHPUnit\\Framework\\MockObject\\MockObjectApi' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/MockObjectApi.php', + 'PHPUnit\\Framework\\MockObject\\MockObjectInternal' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Interface/MockObjectInternal.php', + 'PHPUnit\\Framework\\MockObject\\NeverReturningMethodException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/NeverReturningMethodException.php', + 'PHPUnit\\Framework\\MockObject\\ProxiedCloneMethod' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/ProxiedCloneMethod.php', 'PHPUnit\\Framework\\MockObject\\ReflectionException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/ReflectionException.php', + 'PHPUnit\\Framework\\MockObject\\ReturnValueGenerator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/ReturnValueGenerator.php', 'PHPUnit\\Framework\\MockObject\\ReturnValueNotConfiguredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/ReturnValueNotConfiguredException.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\AnyInvokedCount' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/AnyInvokedCount.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\AnyParameters' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/AnyParameters.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\ConsecutiveParameters' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/ConsecutiveParameters.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\InvocationOrder' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvocationOrder.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtIndex' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtIndex.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtLeastCount' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastCount.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtLeastOnce' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastOnce.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtMostCount' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtMostCount.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedCount' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedCount.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\MethodName' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/MethodName.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\Parameters' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/Parameters.php', - 'PHPUnit\\Framework\\MockObject\\Rule\\ParametersRule' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Rule/ParametersRule.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\AnyInvokedCount' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/AnyInvokedCount.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\AnyParameters' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/AnyParameters.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\InvocationOrder' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/InvocationOrder.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtLeastCount' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/InvokedAtLeastCount.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtLeastOnce' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/InvokedAtLeastOnce.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedAtMostCount' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/InvokedAtMostCount.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\InvokedCount' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/InvokedCount.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\MethodName' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/MethodName.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\Parameters' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/Parameters.php', + 'PHPUnit\\Framework\\MockObject\\Rule\\ParametersRule' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/ParametersRule.php', 'PHPUnit\\Framework\\MockObject\\RuntimeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/RuntimeException.php', - 'PHPUnit\\Framework\\MockObject\\SoapExtensionNotAvailableException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/SoapExtensionNotAvailableException.php', - 'PHPUnit\\Framework\\MockObject\\Stub' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ConsecutiveCalls' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/ConsecutiveCalls.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/Exception.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnArgument' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnArgument.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnCallback' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnCallback.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnReference' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnReference.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnSelf' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnSelf.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnStub' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnStub.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnValueMap' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnValueMap.php', - 'PHPUnit\\Framework\\MockObject\\Stub\\Stub' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Stub/Stub.php', - 'PHPUnit\\Framework\\MockObject\\UnknownClassException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownClassException.php', - 'PHPUnit\\Framework\\MockObject\\UnknownTraitException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTraitException.php', - 'PHPUnit\\Framework\\MockObject\\UnknownTypeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTypeException.php', - 'PHPUnit\\Framework\\MockObject\\Verifiable' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Verifiable.php', + 'PHPUnit\\Framework\\MockObject\\Stub' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Interface/Stub.php', + 'PHPUnit\\Framework\\MockObject\\StubApi' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/StubApi.php', + 'PHPUnit\\Framework\\MockObject\\StubInternal' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Interface/StubInternal.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ConsecutiveCalls' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ConsecutiveCalls.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/Exception.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnArgument' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnArgument.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnCallback' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnCallback.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnReference' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnReference.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnSelf' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnSelf.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnStub' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnStub.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\ReturnValueMap' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnValueMap.php', + 'PHPUnit\\Framework\\MockObject\\Stub\\Stub' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/Stub.php', 'PHPUnit\\Framework\\NoChildTestSuiteException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/NoChildTestSuiteException.php', - 'PHPUnit\\Framework\\OutputError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/OutputError.php', - 'PHPUnit\\Framework\\PHPTAssertionFailedError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/PHPTAssertionFailedError.php', + 'PHPUnit\\Framework\\PhptAssertionFailedError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/PhptAssertionFailedError.php', + 'PHPUnit\\Framework\\ProcessIsolationException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/ProcessIsolationException.php', 'PHPUnit\\Framework\\Reorderable' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Reorderable.php', - 'PHPUnit\\Framework\\RiskyTestError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/RiskyTestError.php', 'PHPUnit\\Framework\\SelfDescribing' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/SelfDescribing.php', - 'PHPUnit\\Framework\\SkippedTest' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/SkippedTest.php', - 'PHPUnit\\Framework\\SkippedTestCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/SkippedTestCase.php', - 'PHPUnit\\Framework\\SkippedTestError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/SkippedTestError.php', - 'PHPUnit\\Framework\\SkippedTestSuiteError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/SkippedTestSuiteError.php', - 'PHPUnit\\Framework\\SyntheticError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/SyntheticError.php', - 'PHPUnit\\Framework\\SyntheticSkippedError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/SyntheticSkippedError.php', + 'PHPUnit\\Framework\\SkippedTest' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/Skipped/SkippedTest.php', + 'PHPUnit\\Framework\\SkippedTestSuiteError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/Skipped/SkippedTestSuiteError.php', + 'PHPUnit\\Framework\\SkippedWithMessageException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/Skipped/SkippedWithMessageException.php', 'PHPUnit\\Framework\\Test' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Test.php', 'PHPUnit\\Framework\\TestBuilder' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestBuilder.php', 'PHPUnit\\Framework\\TestCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestCase.php', - 'PHPUnit\\Framework\\TestFailure' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestFailure.php', - 'PHPUnit\\Framework\\TestListener' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestListener.php', - 'PHPUnit\\Framework\\TestListenerDefaultImplementation' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestListenerDefaultImplementation.php', - 'PHPUnit\\Framework\\TestResult' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestResult.php', + 'PHPUnit\\Framework\\TestRunner' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestRunner.php', + 'PHPUnit\\Framework\\TestSize\\Known' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestSize/Known.php', + 'PHPUnit\\Framework\\TestSize\\Large' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestSize/Large.php', + 'PHPUnit\\Framework\\TestSize\\Medium' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestSize/Medium.php', + 'PHPUnit\\Framework\\TestSize\\Small' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestSize/Small.php', + 'PHPUnit\\Framework\\TestSize\\TestSize' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestSize/TestSize.php', + 'PHPUnit\\Framework\\TestSize\\Unknown' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestSize/Unknown.php', + 'PHPUnit\\Framework\\TestStatus\\Deprecation' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestStatus/Deprecation.php', + 'PHPUnit\\Framework\\TestStatus\\Error' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestStatus/Error.php', + 'PHPUnit\\Framework\\TestStatus\\Failure' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestStatus/Failure.php', + 'PHPUnit\\Framework\\TestStatus\\Incomplete' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestStatus/Incomplete.php', + 'PHPUnit\\Framework\\TestStatus\\Known' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestStatus/Known.php', + 'PHPUnit\\Framework\\TestStatus\\Notice' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestStatus/Notice.php', + 'PHPUnit\\Framework\\TestStatus\\Risky' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestStatus/Risky.php', + 'PHPUnit\\Framework\\TestStatus\\Skipped' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestStatus/Skipped.php', + 'PHPUnit\\Framework\\TestStatus\\Success' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestStatus/Success.php', + 'PHPUnit\\Framework\\TestStatus\\TestStatus' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestStatus/TestStatus.php', + 'PHPUnit\\Framework\\TestStatus\\Unknown' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestStatus/Unknown.php', + 'PHPUnit\\Framework\\TestStatus\\Warning' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestStatus/Warning.php', 'PHPUnit\\Framework\\TestSuite' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestSuite.php', 'PHPUnit\\Framework\\TestSuiteIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/TestSuiteIterator.php', - 'PHPUnit\\Framework\\UnintentionallyCoveredCodeError' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/UnintentionallyCoveredCodeError.php', - 'PHPUnit\\Framework\\Warning' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/Warning.php', - 'PHPUnit\\Framework\\WarningTestCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/WarningTestCase.php', - 'PHPUnit\\Runner\\AfterIncompleteTestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterIncompleteTestHook.php', - 'PHPUnit\\Runner\\AfterLastTestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterLastTestHook.php', - 'PHPUnit\\Runner\\AfterRiskyTestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterRiskyTestHook.php', - 'PHPUnit\\Runner\\AfterSkippedTestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterSkippedTestHook.php', - 'PHPUnit\\Runner\\AfterSuccessfulTestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterSuccessfulTestHook.php', - 'PHPUnit\\Runner\\AfterTestErrorHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterTestErrorHook.php', - 'PHPUnit\\Runner\\AfterTestFailureHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterTestFailureHook.php', - 'PHPUnit\\Runner\\AfterTestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterTestHook.php', - 'PHPUnit\\Runner\\AfterTestWarningHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/AfterTestWarningHook.php', - 'PHPUnit\\Runner\\BaseTestRunner' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/BaseTestRunner.php', - 'PHPUnit\\Runner\\BeforeFirstTestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/BeforeFirstTestHook.php', - 'PHPUnit\\Runner\\BeforeTestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/BeforeTestHook.php', - 'PHPUnit\\Runner\\DefaultTestResultCache' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/DefaultTestResultCache.php', - 'PHPUnit\\Runner\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Exception.php', - 'PHPUnit\\Runner\\Extension\\ExtensionHandler' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Extension/ExtensionHandler.php', + 'PHPUnit\\Framework\\UnknownClassOrInterfaceException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/UnknownClassOrInterfaceException.php', + 'PHPUnit\\Framework\\UnknownTypeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Exception/UnknownTypeException.php', + 'PHPUnit\\Logging\\EventLogger' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/EventLogger.php', + 'PHPUnit\\Logging\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/Exception.php', + 'PHPUnit\\Logging\\JUnit\\JunitXmlLogger' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/JUnit/JunitXmlLogger.php', + 'PHPUnit\\Logging\\JUnit\\Subscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/JUnit/Subscriber/Subscriber.php', + 'PHPUnit\\Logging\\JUnit\\TestErroredSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestErroredSubscriber.php', + 'PHPUnit\\Logging\\JUnit\\TestFailedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestFailedSubscriber.php', + 'PHPUnit\\Logging\\JUnit\\TestFinishedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestFinishedSubscriber.php', + 'PHPUnit\\Logging\\JUnit\\TestMarkedIncompleteSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestMarkedIncompleteSubscriber.php', + 'PHPUnit\\Logging\\JUnit\\TestPreparedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestPreparedSubscriber.php', + 'PHPUnit\\Logging\\JUnit\\TestRunnerExecutionFinishedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestRunnerExecutionFinishedSubscriber.php', + 'PHPUnit\\Logging\\JUnit\\TestSkippedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestSkippedSubscriber.php', + 'PHPUnit\\Logging\\JUnit\\TestSuiteFinishedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestSuiteFinishedSubscriber.php', + 'PHPUnit\\Logging\\JUnit\\TestSuiteStartedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestSuiteStartedSubscriber.php', + 'PHPUnit\\Logging\\TeamCity\\Subscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/TeamCity/Subscriber/Subscriber.php', + 'PHPUnit\\Logging\\TeamCity\\TeamCityLogger' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/TeamCity/TeamCityLogger.php', + 'PHPUnit\\Logging\\TeamCity\\TestConsideredRiskySubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestConsideredRiskySubscriber.php', + 'PHPUnit\\Logging\\TeamCity\\TestErroredSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestErroredSubscriber.php', + 'PHPUnit\\Logging\\TeamCity\\TestFailedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestFailedSubscriber.php', + 'PHPUnit\\Logging\\TeamCity\\TestFinishedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestFinishedSubscriber.php', + 'PHPUnit\\Logging\\TeamCity\\TestMarkedIncompleteSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestMarkedIncompleteSubscriber.php', + 'PHPUnit\\Logging\\TeamCity\\TestPreparedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestPreparedSubscriber.php', + 'PHPUnit\\Logging\\TeamCity\\TestRunnerExecutionFinishedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestRunnerExecutionFinishedSubscriber.php', + 'PHPUnit\\Logging\\TeamCity\\TestSkippedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestSkippedSubscriber.php', + 'PHPUnit\\Logging\\TeamCity\\TestSuiteFinishedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestSuiteFinishedSubscriber.php', + 'PHPUnit\\Logging\\TeamCity\\TestSuiteStartedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestSuiteStartedSubscriber.php', + 'PHPUnit\\Logging\\TestDox\\HtmlRenderer' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/TestDox/HtmlRenderer.php', + 'PHPUnit\\Logging\\TestDox\\NamePrettifier' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/TestDox/NamePrettifier.php', + 'PHPUnit\\Logging\\TestDox\\PlainTextRenderer' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/TestDox/PlainTextRenderer.php', + 'PHPUnit\\Logging\\TestDox\\Subscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/Subscriber.php', + 'PHPUnit\\Logging\\TestDox\\TestConsideredRiskySubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestConsideredRiskySubscriber.php', + 'PHPUnit\\Logging\\TestDox\\TestCreatedMockObjectForAbstractClassSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedMockObjectForAbstractClassSubscriber.php', + 'PHPUnit\\Logging\\TestDox\\TestCreatedMockObjectForTraitSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedMockObjectForTraitSubscriber.php', + 'PHPUnit\\Logging\\TestDox\\TestCreatedMockObjectFromWsdlSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedMockObjectFromWsdlSubscriber.php', + 'PHPUnit\\Logging\\TestDox\\TestCreatedMockObjectSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedMockObjectSubscriber.php', + 'PHPUnit\\Logging\\TestDox\\TestCreatedPartialMockObjectSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedPartialMockObjectSubscriber.php', + 'PHPUnit\\Logging\\TestDox\\TestCreatedTestProxySubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedTestProxySubscriber.php', + 'PHPUnit\\Logging\\TestDox\\TestCreatedTestStubSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedTestStubSubscriber.php', + 'PHPUnit\\Logging\\TestDox\\TestErroredSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestErroredSubscriber.php', + 'PHPUnit\\Logging\\TestDox\\TestFailedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestFailedSubscriber.php', + 'PHPUnit\\Logging\\TestDox\\TestFinishedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestFinishedSubscriber.php', + 'PHPUnit\\Logging\\TestDox\\TestMarkedIncompleteSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestMarkedIncompleteSubscriber.php', + 'PHPUnit\\Logging\\TestDox\\TestPassedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestPassedSubscriber.php', + 'PHPUnit\\Logging\\TestDox\\TestPreparedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestPreparedSubscriber.php', + 'PHPUnit\\Logging\\TestDox\\TestResult' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/TestDox/TestMethod/TestResult.php', + 'PHPUnit\\Logging\\TestDox\\TestResultCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/TestDox/TestMethod/TestResultCollection.php', + 'PHPUnit\\Logging\\TestDox\\TestResultCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/TestDox/TestMethod/TestResultCollectionIterator.php', + 'PHPUnit\\Logging\\TestDox\\TestResultCollector' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/TestDox/TestMethod/TestResultCollector.php', + 'PHPUnit\\Logging\\TestDox\\TestSkippedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestSkippedSubscriber.php', + 'PHPUnit\\Metadata\\After' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/After.php', + 'PHPUnit\\Metadata\\AfterClass' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/AfterClass.php', + 'PHPUnit\\Metadata\\Annotation\\Parser\\DocBlock' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/Parser/Annotation/DocBlock.php', + 'PHPUnit\\Metadata\\Annotation\\Parser\\Registry' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/Parser/Annotation/Registry.php', + 'PHPUnit\\Metadata\\AnnotationsAreNotSupportedForInternalClassesException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/Exception/AnnotationsAreNotSupportedForInternalClassesException.php', + 'PHPUnit\\Metadata\\Api\\CodeCoverage' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/Api/CodeCoverage.php', + 'PHPUnit\\Metadata\\Api\\DataProvider' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/Api/DataProvider.php', + 'PHPUnit\\Metadata\\Api\\Dependencies' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/Api/Dependencies.php', + 'PHPUnit\\Metadata\\Api\\Groups' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/Api/Groups.php', + 'PHPUnit\\Metadata\\Api\\HookMethods' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/Api/HookMethods.php', + 'PHPUnit\\Metadata\\Api\\Requirements' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/Api/Requirements.php', + 'PHPUnit\\Metadata\\BackupGlobals' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/BackupGlobals.php', + 'PHPUnit\\Metadata\\BackupStaticProperties' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/BackupStaticProperties.php', + 'PHPUnit\\Metadata\\Before' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/Before.php', + 'PHPUnit\\Metadata\\BeforeClass' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/BeforeClass.php', + 'PHPUnit\\Metadata\\Covers' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/Covers.php', + 'PHPUnit\\Metadata\\CoversClass' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/CoversClass.php', + 'PHPUnit\\Metadata\\CoversDefaultClass' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/CoversDefaultClass.php', + 'PHPUnit\\Metadata\\CoversFunction' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/CoversFunction.php', + 'PHPUnit\\Metadata\\CoversNothing' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/CoversNothing.php', + 'PHPUnit\\Metadata\\DataProvider' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/DataProvider.php', + 'PHPUnit\\Metadata\\DependsOnClass' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/DependsOnClass.php', + 'PHPUnit\\Metadata\\DependsOnMethod' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/DependsOnMethod.php', + 'PHPUnit\\Metadata\\DoesNotPerformAssertions' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/DoesNotPerformAssertions.php', + 'PHPUnit\\Metadata\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/Exception/Exception.php', + 'PHPUnit\\Metadata\\ExcludeGlobalVariableFromBackup' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/ExcludeGlobalVariableFromBackup.php', + 'PHPUnit\\Metadata\\ExcludeStaticPropertyFromBackup' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/ExcludeStaticPropertyFromBackup.php', + 'PHPUnit\\Metadata\\Group' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/Group.php', + 'PHPUnit\\Metadata\\IgnoreClassForCodeCoverage' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/IgnoreClassForCodeCoverage.php', + 'PHPUnit\\Metadata\\IgnoreFunctionForCodeCoverage' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/IgnoreFunctionForCodeCoverage.php', + 'PHPUnit\\Metadata\\IgnoreMethodForCodeCoverage' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/IgnoreMethodForCodeCoverage.php', + 'PHPUnit\\Metadata\\InvalidVersionRequirementException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/Exception/InvalidVersionRequirementException.php', + 'PHPUnit\\Metadata\\Metadata' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/Metadata.php', + 'PHPUnit\\Metadata\\MetadataCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/MetadataCollection.php', + 'PHPUnit\\Metadata\\MetadataCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/MetadataCollectionIterator.php', + 'PHPUnit\\Metadata\\NoVersionRequirementException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/Exception/NoVersionRequirementException.php', + 'PHPUnit\\Metadata\\Parser\\AnnotationParser' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/Parser/AnnotationParser.php', + 'PHPUnit\\Metadata\\Parser\\AttributeParser' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/Parser/AttributeParser.php', + 'PHPUnit\\Metadata\\Parser\\CachingParser' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/Parser/CachingParser.php', + 'PHPUnit\\Metadata\\Parser\\Parser' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/Parser/Parser.php', + 'PHPUnit\\Metadata\\Parser\\ParserChain' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/Parser/ParserChain.php', + 'PHPUnit\\Metadata\\Parser\\Registry' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/Parser/Registry.php', + 'PHPUnit\\Metadata\\PostCondition' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/PostCondition.php', + 'PHPUnit\\Metadata\\PreCondition' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/PreCondition.php', + 'PHPUnit\\Metadata\\PreserveGlobalState' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/PreserveGlobalState.php', + 'PHPUnit\\Metadata\\ReflectionException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/Exception/ReflectionException.php', + 'PHPUnit\\Metadata\\RequiresFunction' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/RequiresFunction.php', + 'PHPUnit\\Metadata\\RequiresMethod' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/RequiresMethod.php', + 'PHPUnit\\Metadata\\RequiresOperatingSystem' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/RequiresOperatingSystem.php', + 'PHPUnit\\Metadata\\RequiresOperatingSystemFamily' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/RequiresOperatingSystemFamily.php', + 'PHPUnit\\Metadata\\RequiresPhp' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/RequiresPhp.php', + 'PHPUnit\\Metadata\\RequiresPhpExtension' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/RequiresPhpExtension.php', + 'PHPUnit\\Metadata\\RequiresPhpunit' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/RequiresPhpunit.php', + 'PHPUnit\\Metadata\\RequiresSetting' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/RequiresSetting.php', + 'PHPUnit\\Metadata\\RunClassInSeparateProcess' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/RunClassInSeparateProcess.php', + 'PHPUnit\\Metadata\\RunInSeparateProcess' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/RunInSeparateProcess.php', + 'PHPUnit\\Metadata\\RunTestsInSeparateProcesses' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/RunTestsInSeparateProcesses.php', + 'PHPUnit\\Metadata\\Test' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/Test.php', + 'PHPUnit\\Metadata\\TestDox' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/TestDox.php', + 'PHPUnit\\Metadata\\TestWith' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/TestWith.php', + 'PHPUnit\\Metadata\\Uses' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/Uses.php', + 'PHPUnit\\Metadata\\UsesClass' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/UsesClass.php', + 'PHPUnit\\Metadata\\UsesDefaultClass' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/UsesDefaultClass.php', + 'PHPUnit\\Metadata\\UsesFunction' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/UsesFunction.php', + 'PHPUnit\\Metadata\\Version\\ComparisonRequirement' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/Version/ComparisonRequirement.php', + 'PHPUnit\\Metadata\\Version\\ConstraintRequirement' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/Version/ConstraintRequirement.php', + 'PHPUnit\\Metadata\\Version\\Requirement' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/Version/Requirement.php', + 'PHPUnit\\Metadata\\WithoutErrorHandler' => __DIR__ . '/..' . '/phpunit/phpunit/src/Metadata/WithoutErrorHandler.php', + 'PHPUnit\\Runner\\Baseline\\Baseline' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Baseline/Baseline.php', + 'PHPUnit\\Runner\\Baseline\\CannotLoadBaselineException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Baseline/Exception/CannotLoadBaselineException.php', + 'PHPUnit\\Runner\\Baseline\\FileDoesNotHaveLineException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Baseline/Exception/FileDoesNotHaveLineException.php', + 'PHPUnit\\Runner\\Baseline\\Generator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Baseline/Generator.php', + 'PHPUnit\\Runner\\Baseline\\Issue' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Baseline/Issue.php', + 'PHPUnit\\Runner\\Baseline\\Reader' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Baseline/Reader.php', + 'PHPUnit\\Runner\\Baseline\\RelativePathCalculator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Baseline/RelativePathCalculator.php', + 'PHPUnit\\Runner\\Baseline\\Subscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Baseline/Subscriber/Subscriber.php', + 'PHPUnit\\Runner\\Baseline\\TestTriggeredDeprecationSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredDeprecationSubscriber.php', + 'PHPUnit\\Runner\\Baseline\\TestTriggeredNoticeSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredNoticeSubscriber.php', + 'PHPUnit\\Runner\\Baseline\\TestTriggeredPhpDeprecationSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredPhpDeprecationSubscriber.php', + 'PHPUnit\\Runner\\Baseline\\TestTriggeredPhpNoticeSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredPhpNoticeSubscriber.php', + 'PHPUnit\\Runner\\Baseline\\TestTriggeredPhpWarningSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredPhpWarningSubscriber.php', + 'PHPUnit\\Runner\\Baseline\\TestTriggeredWarningSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredWarningSubscriber.php', + 'PHPUnit\\Runner\\Baseline\\Writer' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Baseline/Writer.php', + 'PHPUnit\\Runner\\ClassCannotBeFoundException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Exception/ClassCannotBeFoundException.php', + 'PHPUnit\\Runner\\ClassDoesNotExtendTestCaseException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Exception/ClassDoesNotExtendTestCaseException.php', + 'PHPUnit\\Runner\\ClassIsAbstractException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Exception/ClassIsAbstractException.php', + 'PHPUnit\\Runner\\CodeCoverage' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/CodeCoverage.php', + 'PHPUnit\\Runner\\DirectoryCannotBeCreatedException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Exception/DirectoryCannotBeCreatedException.php', + 'PHPUnit\\Runner\\ErrorHandler' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/ErrorHandler.php', + 'PHPUnit\\Runner\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Exception/Exception.php', + 'PHPUnit\\Runner\\Extension\\Extension' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Extension/Extension.php', + 'PHPUnit\\Runner\\Extension\\ExtensionBootstrapper' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Extension/ExtensionBootstrapper.php', + 'PHPUnit\\Runner\\Extension\\Facade' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Extension/Facade.php', + 'PHPUnit\\Runner\\Extension\\ParameterCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Extension/ParameterCollection.php', 'PHPUnit\\Runner\\Extension\\PharLoader' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Extension/PharLoader.php', + 'PHPUnit\\Runner\\FileDoesNotExistException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Exception/FileDoesNotExistException.php', 'PHPUnit\\Runner\\Filter\\ExcludeGroupFilterIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Filter/ExcludeGroupFilterIterator.php', 'PHPUnit\\Runner\\Filter\\Factory' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Filter/Factory.php', 'PHPUnit\\Runner\\Filter\\GroupFilterIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Filter/GroupFilterIterator.php', 'PHPUnit\\Runner\\Filter\\IncludeGroupFilterIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Filter/IncludeGroupFilterIterator.php', 'PHPUnit\\Runner\\Filter\\NameFilterIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Filter/NameFilterIterator.php', - 'PHPUnit\\Runner\\Hook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/Hook.php', - 'PHPUnit\\Runner\\NullTestResultCache' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/NullTestResultCache.php', + 'PHPUnit\\Runner\\Filter\\TestIdFilterIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Filter/TestIdFilterIterator.php', + 'PHPUnit\\Runner\\GarbageCollection\\ExecutionFinishedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/GarbageCollection/Subscriber/ExecutionFinishedSubscriber.php', + 'PHPUnit\\Runner\\GarbageCollection\\ExecutionStartedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/GarbageCollection/Subscriber/ExecutionStartedSubscriber.php', + 'PHPUnit\\Runner\\GarbageCollection\\GarbageCollectionHandler' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/GarbageCollection/GarbageCollectionHandler.php', + 'PHPUnit\\Runner\\GarbageCollection\\Subscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/GarbageCollection/Subscriber/Subscriber.php', + 'PHPUnit\\Runner\\GarbageCollection\\TestFinishedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/GarbageCollection/Subscriber/TestFinishedSubscriber.php', + 'PHPUnit\\Runner\\InvalidOrderException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Exception/InvalidOrderException.php', + 'PHPUnit\\Runner\\InvalidPhptFileException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Exception/InvalidPhptFileException.php', + 'PHPUnit\\Runner\\NoIgnoredEventException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Exception/NoIgnoredEventException.php', + 'PHPUnit\\Runner\\ParameterDoesNotExistException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Exception/ParameterDoesNotExistException.php', + 'PHPUnit\\Runner\\PhptExternalFileCannotBeLoadedException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Exception/PhptExternalFileCannotBeLoadedException.php', 'PHPUnit\\Runner\\PhptTestCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/PhptTestCase.php', - 'PHPUnit\\Runner\\ResultCacheExtension' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/ResultCacheExtension.php', - 'PHPUnit\\Runner\\StandardTestSuiteLoader' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/StandardTestSuiteLoader.php', - 'PHPUnit\\Runner\\TestHook' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/TestHook.php', - 'PHPUnit\\Runner\\TestListenerAdapter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Hook/TestListenerAdapter.php', - 'PHPUnit\\Runner\\TestResultCache' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestResultCache.php', + 'PHPUnit\\Runner\\ReflectionException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Exception/ReflectionException.php', + 'PHPUnit\\Runner\\ResultCache\\DefaultResultCache' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/ResultCache/DefaultResultCache.php', + 'PHPUnit\\Runner\\ResultCache\\NullResultCache' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/ResultCache/NullResultCache.php', + 'PHPUnit\\Runner\\ResultCache\\ResultCache' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/ResultCache/ResultCache.php', + 'PHPUnit\\Runner\\ResultCache\\ResultCacheHandler' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/ResultCache/ResultCacheHandler.php', + 'PHPUnit\\Runner\\ResultCache\\Subscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/ResultCache/Subscriber/Subscriber.php', + 'PHPUnit\\Runner\\ResultCache\\TestConsideredRiskySubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestConsideredRiskySubscriber.php', + 'PHPUnit\\Runner\\ResultCache\\TestErroredSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestErroredSubscriber.php', + 'PHPUnit\\Runner\\ResultCache\\TestFailedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestFailedSubscriber.php', + 'PHPUnit\\Runner\\ResultCache\\TestFinishedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestFinishedSubscriber.php', + 'PHPUnit\\Runner\\ResultCache\\TestMarkedIncompleteSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestMarkedIncompleteSubscriber.php', + 'PHPUnit\\Runner\\ResultCache\\TestPreparedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestPreparedSubscriber.php', + 'PHPUnit\\Runner\\ResultCache\\TestSkippedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestSkippedSubscriber.php', + 'PHPUnit\\Runner\\ResultCache\\TestSuiteFinishedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestSuiteFinishedSubscriber.php', + 'PHPUnit\\Runner\\ResultCache\\TestSuiteStartedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestSuiteStartedSubscriber.php', 'PHPUnit\\Runner\\TestSuiteLoader' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestSuiteLoader.php', 'PHPUnit\\Runner\\TestSuiteSorter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestSuiteSorter.php', + 'PHPUnit\\Runner\\UnsupportedPhptSectionException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Exception/UnsupportedPhptSectionException.php', 'PHPUnit\\Runner\\Version' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/Version.php', - 'PHPUnit\\TextUI\\CliArguments\\Builder' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/CliArguments/Builder.php', - 'PHPUnit\\TextUI\\CliArguments\\Configuration' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/CliArguments/Configuration.php', - 'PHPUnit\\TextUI\\CliArguments\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/CliArguments/Exception.php', - 'PHPUnit\\TextUI\\CliArguments\\Mapper' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/CliArguments/Mapper.php', - 'PHPUnit\\TextUI\\Command' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Command.php', - 'PHPUnit\\TextUI\\DefaultResultPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/DefaultResultPrinter.php', + 'PHPUnit\\TestRunner\\TestResult\\BeforeTestClassMethodErroredSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/BeforeTestClassMethodErroredSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\Collector' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestResult/Collector.php', + 'PHPUnit\\TestRunner\\TestResult\\ExecutionStartedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/ExecutionStartedSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\Facade' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestResult/Facade.php', + 'PHPUnit\\TestRunner\\TestResult\\Issues\\Issue' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestResult/Issue.php', + 'PHPUnit\\TestRunner\\TestResult\\PassedTests' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestResult/PassedTests.php', + 'PHPUnit\\TestRunner\\TestResult\\Subscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/Subscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestConsideredRiskySubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestConsideredRiskySubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestErroredSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestErroredSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestFailedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestFailedSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestFinishedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestFinishedSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestMarkedIncompleteSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestMarkedIncompleteSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestPreparedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestPreparedSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestResult' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestResult/TestResult.php', + 'PHPUnit\\TestRunner\\TestResult\\TestRunnerTriggeredDeprecationSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestRunnerTriggeredDeprecationSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestRunnerTriggeredWarningSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestRunnerTriggeredWarningSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestSkippedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestSkippedSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestSuiteFinishedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestSuiteFinishedSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestSuiteSkippedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestSuiteSkippedSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestSuiteStartedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestSuiteStartedSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestTriggeredDeprecationSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredDeprecationSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestTriggeredErrorSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredErrorSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestTriggeredNoticeSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredNoticeSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestTriggeredPhpDeprecationSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpDeprecationSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestTriggeredPhpNoticeSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpNoticeSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestTriggeredPhpWarningSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpWarningSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestTriggeredPhpunitDeprecationSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpunitDeprecationSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestTriggeredPhpunitErrorSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpunitErrorSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestTriggeredPhpunitWarningSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpunitWarningSubscriber.php', + 'PHPUnit\\TestRunner\\TestResult\\TestTriggeredWarningSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredWarningSubscriber.php', + 'PHPUnit\\TextUI\\Application' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Application.php', + 'PHPUnit\\TextUI\\CliArguments\\Builder' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Cli/Builder.php', + 'PHPUnit\\TextUI\\CliArguments\\Configuration' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Cli/Configuration.php', + 'PHPUnit\\TextUI\\CliArguments\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Cli/Exception.php', + 'PHPUnit\\TextUI\\CliArguments\\XmlConfigurationFileFinder' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Cli/XmlConfigurationFileFinder.php', + 'PHPUnit\\TextUI\\Command\\AtLeastVersionCommand' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Command/Commands/AtLeastVersionCommand.php', + 'PHPUnit\\TextUI\\Command\\Command' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Command/Command.php', + 'PHPUnit\\TextUI\\Command\\GenerateConfigurationCommand' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Command/Commands/GenerateConfigurationCommand.php', + 'PHPUnit\\TextUI\\Command\\ListGroupsCommand' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Command/Commands/ListGroupsCommand.php', + 'PHPUnit\\TextUI\\Command\\ListTestSuitesCommand' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Command/Commands/ListTestSuitesCommand.php', + 'PHPUnit\\TextUI\\Command\\ListTestsAsTextCommand' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Command/Commands/ListTestsAsTextCommand.php', + 'PHPUnit\\TextUI\\Command\\ListTestsAsXmlCommand' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Command/Commands/ListTestsAsXmlCommand.php', + 'PHPUnit\\TextUI\\Command\\MigrateConfigurationCommand' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Command/Commands/MigrateConfigurationCommand.php', + 'PHPUnit\\TextUI\\Command\\Result' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Command/Result.php', + 'PHPUnit\\TextUI\\Command\\ShowHelpCommand' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Command/Commands/ShowHelpCommand.php', + 'PHPUnit\\TextUI\\Command\\ShowVersionCommand' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Command/Commands/ShowVersionCommand.php', + 'PHPUnit\\TextUI\\Command\\VersionCheckCommand' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Command/Commands/VersionCheckCommand.php', + 'PHPUnit\\TextUI\\Command\\WarmCodeCoverageCacheCommand' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Command/Commands/WarmCodeCoverageCacheCommand.php', + 'PHPUnit\\TextUI\\Configuration\\Builder' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Builder.php', + 'PHPUnit\\TextUI\\Configuration\\CodeCoverageFilterRegistry' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/CodeCoverageFilterRegistry.php', + 'PHPUnit\\TextUI\\Configuration\\CodeCoverageReportNotConfiguredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Exception/CodeCoverageReportNotConfiguredException.php', + 'PHPUnit\\TextUI\\Configuration\\Configuration' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Configuration.php', + 'PHPUnit\\TextUI\\Configuration\\ConfigurationCannotBeBuiltException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Exception/ConfigurationCannotBeBuiltException.php', + 'PHPUnit\\TextUI\\Configuration\\Constant' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/Constant.php', + 'PHPUnit\\TextUI\\Configuration\\ConstantCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/ConstantCollection.php', + 'PHPUnit\\TextUI\\Configuration\\ConstantCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/ConstantCollectionIterator.php', + 'PHPUnit\\TextUI\\Configuration\\Directory' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/Directory.php', + 'PHPUnit\\TextUI\\Configuration\\DirectoryCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/DirectoryCollection.php', + 'PHPUnit\\TextUI\\Configuration\\DirectoryCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/DirectoryCollectionIterator.php', + 'PHPUnit\\TextUI\\Configuration\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Exception/Exception.php', + 'PHPUnit\\TextUI\\Configuration\\ExtensionBootstrap' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/ExtensionBootstrap.php', + 'PHPUnit\\TextUI\\Configuration\\ExtensionBootstrapCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/ExtensionBootstrapCollection.php', + 'PHPUnit\\TextUI\\Configuration\\ExtensionBootstrapCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/ExtensionBootstrapCollectionIterator.php', + 'PHPUnit\\TextUI\\Configuration\\File' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/File.php', + 'PHPUnit\\TextUI\\Configuration\\FileCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/FileCollection.php', + 'PHPUnit\\TextUI\\Configuration\\FileCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/FileCollectionIterator.php', + 'PHPUnit\\TextUI\\Configuration\\FilterDirectory' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/FilterDirectory.php', + 'PHPUnit\\TextUI\\Configuration\\FilterDirectoryCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/FilterDirectoryCollection.php', + 'PHPUnit\\TextUI\\Configuration\\FilterDirectoryCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/FilterDirectoryCollectionIterator.php', + 'PHPUnit\\TextUI\\Configuration\\FilterNotConfiguredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Exception/FilterNotConfiguredException.php', + 'PHPUnit\\TextUI\\Configuration\\Group' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/Group.php', + 'PHPUnit\\TextUI\\Configuration\\GroupCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/GroupCollection.php', + 'PHPUnit\\TextUI\\Configuration\\GroupCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/GroupCollectionIterator.php', + 'PHPUnit\\TextUI\\Configuration\\IncludePathNotConfiguredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Exception/IncludePathNotConfiguredException.php', + 'PHPUnit\\TextUI\\Configuration\\IniSetting' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/IniSetting.php', + 'PHPUnit\\TextUI\\Configuration\\IniSettingCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/IniSettingCollection.php', + 'PHPUnit\\TextUI\\Configuration\\IniSettingCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/IniSettingCollectionIterator.php', + 'PHPUnit\\TextUI\\Configuration\\LoggingNotConfiguredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Exception/LoggingNotConfiguredException.php', + 'PHPUnit\\TextUI\\Configuration\\Merger' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Merger.php', + 'PHPUnit\\TextUI\\Configuration\\NoBaselineException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Exception/NoBaselineException.php', + 'PHPUnit\\TextUI\\Configuration\\NoBootstrapException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Exception/NoBootstrapException.php', + 'PHPUnit\\TextUI\\Configuration\\NoCacheDirectoryException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Exception/NoCacheDirectoryException.php', + 'PHPUnit\\TextUI\\Configuration\\NoCliArgumentException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Exception/NoCliArgumentException.php', + 'PHPUnit\\TextUI\\Configuration\\NoConfigurationFileException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Exception/NoConfigurationFileException.php', + 'PHPUnit\\TextUI\\Configuration\\NoCoverageCacheDirectoryException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Exception/NoCoverageCacheDirectoryException.php', + 'PHPUnit\\TextUI\\Configuration\\NoCustomCssFileException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Exception/NoCustomCssFileException.php', + 'PHPUnit\\TextUI\\Configuration\\NoDefaultTestSuiteException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Exception/NoDefaultTestSuiteException.php', + 'PHPUnit\\TextUI\\Configuration\\NoPharExtensionDirectoryException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Exception/NoPharExtensionDirectoryException.php', + 'PHPUnit\\TextUI\\Configuration\\Php' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/Php.php', + 'PHPUnit\\TextUI\\Configuration\\PhpHandler' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/PhpHandler.php', + 'PHPUnit\\TextUI\\Configuration\\Registry' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Registry.php', + 'PHPUnit\\TextUI\\Configuration\\Source' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/Source.php', + 'PHPUnit\\TextUI\\Configuration\\SourceFilter' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/SourceFilter.php', + 'PHPUnit\\TextUI\\Configuration\\SourceMapper' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/SourceMapper.php', + 'PHPUnit\\TextUI\\Configuration\\TestDirectory' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/TestDirectory.php', + 'PHPUnit\\TextUI\\Configuration\\TestDirectoryCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/TestDirectoryCollection.php', + 'PHPUnit\\TextUI\\Configuration\\TestDirectoryCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/TestDirectoryCollectionIterator.php', + 'PHPUnit\\TextUI\\Configuration\\TestFile' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/TestFile.php', + 'PHPUnit\\TextUI\\Configuration\\TestFileCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/TestFileCollection.php', + 'PHPUnit\\TextUI\\Configuration\\TestFileCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/TestFileCollectionIterator.php', + 'PHPUnit\\TextUI\\Configuration\\TestSuite' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/TestSuite.php', + 'PHPUnit\\TextUI\\Configuration\\TestSuiteBuilder' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/TestSuiteBuilder.php', + 'PHPUnit\\TextUI\\Configuration\\TestSuiteCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/TestSuiteCollection.php', + 'PHPUnit\\TextUI\\Configuration\\TestSuiteCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/TestSuiteCollectionIterator.php', + 'PHPUnit\\TextUI\\Configuration\\Variable' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/Variable.php', + 'PHPUnit\\TextUI\\Configuration\\VariableCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/VariableCollection.php', + 'PHPUnit\\TextUI\\Configuration\\VariableCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Value/VariableCollectionIterator.php', + 'PHPUnit\\TextUI\\DirectoryDoesNotExistException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Exception/DirectoryDoesNotExistException.php', 'PHPUnit\\TextUI\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Exception/Exception.php', + 'PHPUnit\\TextUI\\ExtensionsNotConfiguredException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Exception/ExtensionsNotConfiguredException.php', 'PHPUnit\\TextUI\\Help' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Help.php', + 'PHPUnit\\TextUI\\InvalidSocketException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Exception/InvalidSocketException.php', + 'PHPUnit\\TextUI\\Output\\DefaultPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Output/Printer/DefaultPrinter.php', + 'PHPUnit\\TextUI\\Output\\Default\\ProgressPrinter\\BeforeTestClassMethodErroredSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/BeforeTestClassMethodErroredSubscriber.php', + 'PHPUnit\\TextUI\\Output\\Default\\ProgressPrinter\\ProgressPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/ProgressPrinter.php', + 'PHPUnit\\TextUI\\Output\\Default\\ProgressPrinter\\Subscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/Subscriber.php', + 'PHPUnit\\TextUI\\Output\\Default\\ProgressPrinter\\TestConsideredRiskySubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestConsideredRiskySubscriber.php', + 'PHPUnit\\TextUI\\Output\\Default\\ProgressPrinter\\TestErroredSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestErroredSubscriber.php', + 'PHPUnit\\TextUI\\Output\\Default\\ProgressPrinter\\TestFailedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestFailedSubscriber.php', + 'PHPUnit\\TextUI\\Output\\Default\\ProgressPrinter\\TestFinishedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestFinishedSubscriber.php', + 'PHPUnit\\TextUI\\Output\\Default\\ProgressPrinter\\TestMarkedIncompleteSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestMarkedIncompleteSubscriber.php', + 'PHPUnit\\TextUI\\Output\\Default\\ProgressPrinter\\TestPreparedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestPreparedSubscriber.php', + 'PHPUnit\\TextUI\\Output\\Default\\ProgressPrinter\\TestRunnerExecutionStartedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestRunnerExecutionStartedSubscriber.php', + 'PHPUnit\\TextUI\\Output\\Default\\ProgressPrinter\\TestSkippedSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestSkippedSubscriber.php', + 'PHPUnit\\TextUI\\Output\\Default\\ProgressPrinter\\TestTriggeredDeprecationSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredDeprecationSubscriber.php', + 'PHPUnit\\TextUI\\Output\\Default\\ProgressPrinter\\TestTriggeredErrorSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredErrorSubscriber.php', + 'PHPUnit\\TextUI\\Output\\Default\\ProgressPrinter\\TestTriggeredNoticeSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredNoticeSubscriber.php', + 'PHPUnit\\TextUI\\Output\\Default\\ProgressPrinter\\TestTriggeredPhpDeprecationSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpDeprecationSubscriber.php', + 'PHPUnit\\TextUI\\Output\\Default\\ProgressPrinter\\TestTriggeredPhpNoticeSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpNoticeSubscriber.php', + 'PHPUnit\\TextUI\\Output\\Default\\ProgressPrinter\\TestTriggeredPhpWarningSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpWarningSubscriber.php', + 'PHPUnit\\TextUI\\Output\\Default\\ProgressPrinter\\TestTriggeredPhpunitDeprecationSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpunitDeprecationSubscriber.php', + 'PHPUnit\\TextUI\\Output\\Default\\ProgressPrinter\\TestTriggeredPhpunitWarningSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpunitWarningSubscriber.php', + 'PHPUnit\\TextUI\\Output\\Default\\ProgressPrinter\\TestTriggeredWarningSubscriber' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredWarningSubscriber.php', + 'PHPUnit\\TextUI\\Output\\Default\\ResultPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Output/Default/ResultPrinter.php', + 'PHPUnit\\TextUI\\Output\\Default\\UnexpectedOutputPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Output/Default/UnexpectedOutputPrinter.php', + 'PHPUnit\\TextUI\\Output\\Facade' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Output/Facade.php', + 'PHPUnit\\TextUI\\Output\\NullPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Output/Printer/NullPrinter.php', + 'PHPUnit\\TextUI\\Output\\Printer' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Output/Printer/Printer.php', + 'PHPUnit\\TextUI\\Output\\SummaryPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Output/SummaryPrinter.php', + 'PHPUnit\\TextUI\\Output\\TestDox\\ResultPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Output/TestDox/ResultPrinter.php', 'PHPUnit\\TextUI\\ReflectionException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Exception/ReflectionException.php', - 'PHPUnit\\TextUI\\ResultPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/ResultPrinter.php', 'PHPUnit\\TextUI\\RuntimeException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Exception/RuntimeException.php', + 'PHPUnit\\TextUI\\ShellExitCodeCalculator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/ShellExitCodeCalculator.php', 'PHPUnit\\TextUI\\TestDirectoryNotFoundException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Exception/TestDirectoryNotFoundException.php', 'PHPUnit\\TextUI\\TestFileNotFoundException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Exception/TestFileNotFoundException.php', 'PHPUnit\\TextUI\\TestRunner' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/TestRunner.php', - 'PHPUnit\\TextUI\\TestSuiteMapper' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/TestSuiteMapper.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\CodeCoverage' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/CodeCoverage.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\FilterMapper' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/FilterMapper.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Filter\\Directory' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/Directory.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Filter\\DirectoryCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Filter\\DirectoryCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Clover' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Clover.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Cobertura' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Cobertura.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Crap4j' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Crap4j.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Html' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Html.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Php' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Php.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Text' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Text.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Xml' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Xml.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Configuration' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Configuration.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Constant' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Constant.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\ConstantCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\ConstantCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\ConvertLogTypes' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/ConvertLogTypes.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageCloverToReport' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCloverToReport.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageCrap4jToReport' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCrap4jToReport.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageHtmlToReport' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageHtmlToReport.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CoveragePhpToReport' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoveragePhpToReport.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageTextToReport' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageTextToReport.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageXmlToReport' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageXmlToReport.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Directory' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/Directory.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\DirectoryCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\DirectoryCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Exception.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Extension' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/Extension.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\ExtensionCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\ExtensionCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\File' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/File.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\FileCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\FileCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Generator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Generator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Group' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Group.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\GroupCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\GroupCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Groups' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Groups.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\IniSetting' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSetting.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\IniSettingCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\IniSettingCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\IntroduceCoverageElement' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/IntroduceCoverageElement.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Loader' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Loader.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\LogToReportMigration' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/LogToReportMigration.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\Junit' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Junit.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\Logging' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Logging.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TeamCity' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TeamCity.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TestDox\\Html' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Html.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TestDox\\Text' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Text.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TestDox\\Xml' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Xml.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\Text' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Text.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Migration' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/Migration.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MigrationBuilder' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilder.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MigrationBuilderException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilderException.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MigrationException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationException.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Migrator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MoveAttributesFromFilterWhitelistToCoverage' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromFilterWhitelistToCoverage.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MoveAttributesFromRootToCoverage' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromRootToCoverage.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MoveWhitelistExcludesToCoverage' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistExcludesToCoverage.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\MoveWhitelistIncludesToCoverage' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistIncludesToCoverage.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\PHPUnit' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/PHPUnit.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Php' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Php.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\PhpHandler' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/PhpHandler.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveCacheTokensAttribute' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveCacheTokensAttribute.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveEmptyFilter' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveEmptyFilter.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveLogTypes' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveLogTypes.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestDirectory' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectory.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestDirectoryCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestDirectoryCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestFile' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFile.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestFileCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestFileCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestSuite' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuite.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestSuiteCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\TestSuiteCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollectionIterator.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\UpdateSchemaLocationTo93' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/UpdateSchemaLocationTo93.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\Variable' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Variable.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\VariableCollection' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollection.php', - 'PHPUnit\\TextUI\\XmlConfiguration\\VariableCollectionIterator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollectionIterator.php', - 'PHPUnit\\Util\\Annotation\\DocBlock' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Annotation/DocBlock.php', - 'PHPUnit\\Util\\Annotation\\Registry' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Annotation/Registry.php', - 'PHPUnit\\Util\\Blacklist' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Blacklist.php', + 'PHPUnit\\TextUI\\TestSuiteFilterProcessor' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/TestSuiteFilterProcessor.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CannotFindSchemaException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Exception/CannotFindSchemaException.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\CodeCoverage' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/CodeCoverage.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Clover' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Clover.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Cobertura' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Cobertura.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Crap4j' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Crap4j.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Html' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Html.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Php' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Php.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Text' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Text.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CodeCoverage\\Report\\Xml' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Xml.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Configuration' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Configuration.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\ConvertLogTypes' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/ConvertLogTypes.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageCloverToReport' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageCloverToReport.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageCrap4jToReport' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageCrap4jToReport.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageHtmlToReport' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageHtmlToReport.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CoveragePhpToReport' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/CoveragePhpToReport.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageTextToReport' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageTextToReport.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\CoverageXmlToReport' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageXmlToReport.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\DefaultConfiguration' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/DefaultConfiguration.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Exception.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\FailedSchemaDetectionResult' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/SchemaDetector/FailedSchemaDetectionResult.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Generator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Generator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Groups' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Groups.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\IntroduceCacheDirectoryAttribute' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/IntroduceCacheDirectoryAttribute.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\IntroduceCoverageElement' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/IntroduceCoverageElement.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\LoadedFromFileConfiguration' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/LoadedFromFileConfiguration.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Loader' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Loader.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\LogToReportMigration' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/LogToReportMigration.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\Junit' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Logging/Junit.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\Logging' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Logging/Logging.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TeamCity' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Logging/TeamCity.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TestDox\\Html' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Logging/TestDox/Html.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Logging\\TestDox\\Text' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Logging/TestDox/Text.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Migration' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/Migration.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MigrationBuilder' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/MigrationBuilder.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MigrationBuilderException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/MigrationBuilderException.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MigrationException' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/MigrationException.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Migrator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrator.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MoveAttributesFromFilterWhitelistToCoverage' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/MoveAttributesFromFilterWhitelistToCoverage.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MoveAttributesFromRootToCoverage' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/MoveAttributesFromRootToCoverage.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MoveCoverageDirectoriesToSource' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/MoveCoverageDirectoriesToSource.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MoveWhitelistExcludesToCoverage' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/MoveWhitelistExcludesToCoverage.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\MoveWhitelistIncludesToCoverage' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/MoveWhitelistIncludesToCoverage.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\PHPUnit' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/PHPUnit.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveBeStrictAboutResourceUsageDuringSmallTestsAttribute' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveBeStrictAboutResourceUsageDuringSmallTestsAttribute.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveBeStrictAboutTodoAnnotatedTestsAttribute' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveBeStrictAboutTodoAnnotatedTestsAttribute.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveCacheResultFileAttribute' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCacheResultFileAttribute.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveCacheTokensAttribute' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCacheTokensAttribute.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveConversionToExceptionsAttributes' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveConversionToExceptionsAttributes.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveCoverageElementCacheDirectoryAttribute' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCoverageElementCacheDirectoryAttribute.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveCoverageElementProcessUncoveredFilesAttribute' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCoverageElementProcessUncoveredFilesAttribute.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveEmptyFilter' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveEmptyFilter.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveListeners' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveListeners.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveLogTypes' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveLogTypes.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveLoggingElements' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveLoggingElements.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveNoInteractionAttribute' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveNoInteractionAttribute.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemovePrinterAttributes' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemovePrinterAttributes.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveTestDoxGroupsElement' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveTestDoxGroupsElement.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveTestSuiteLoaderAttributes' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveTestSuiteLoaderAttributes.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RemoveVerboseAttribute' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveVerboseAttribute.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RenameBackupStaticAttributesAttribute' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RenameBackupStaticAttributesAttribute.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RenameBeStrictAboutCoversAnnotationAttribute' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RenameBeStrictAboutCoversAnnotationAttribute.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\RenameForceCoversAnnotationAttribute' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RenameForceCoversAnnotationAttribute.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\SchemaDetectionResult' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/SchemaDetector/SchemaDetectionResult.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\SchemaDetector' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/SchemaDetector/SchemaDetector.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\SchemaFinder' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/SchemaFinder.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\SnapshotNodeList' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/SnapshotNodeList.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\SuccessfulSchemaDetectionResult' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/SchemaDetector/SuccessfulSchemaDetectionResult.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\TestSuiteMapper' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/TestSuiteMapper.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\UpdateSchemaLocation' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/UpdateSchemaLocation.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\ValidationResult' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Validator/ValidationResult.php', + 'PHPUnit\\TextUI\\XmlConfiguration\\Validator' => __DIR__ . '/..' . '/phpunit/phpunit/src/TextUI/Configuration/Xml/Validator/Validator.php', 'PHPUnit\\Util\\Cloner' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Cloner.php', 'PHPUnit\\Util\\Color' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Color.php', - 'PHPUnit\\Util\\ErrorHandler' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/ErrorHandler.php', - 'PHPUnit\\Util\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Exception.php', + 'PHPUnit\\Util\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Exception/Exception.php', 'PHPUnit\\Util\\ExcludeList' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/ExcludeList.php', - 'PHPUnit\\Util\\FileLoader' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/FileLoader.php', + 'PHPUnit\\Util\\Exporter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Exporter.php', 'PHPUnit\\Util\\Filesystem' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Filesystem.php', 'PHPUnit\\Util\\Filter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Filter.php', 'PHPUnit\\Util\\GlobalState' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/GlobalState.php', - 'PHPUnit\\Util\\InvalidDataSetException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/InvalidDataSetException.php', + 'PHPUnit\\Util\\InvalidDirectoryException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Exception/InvalidDirectoryException.php', + 'PHPUnit\\Util\\InvalidJsonException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Exception/InvalidJsonException.php', + 'PHPUnit\\Util\\InvalidVersionOperatorException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Exception/InvalidVersionOperatorException.php', 'PHPUnit\\Util\\Json' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Json.php', - 'PHPUnit\\Util\\Log\\JUnit' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Log/JUnit.php', - 'PHPUnit\\Util\\Log\\TeamCity' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Log/TeamCity.php', 'PHPUnit\\Util\\PHP\\AbstractPhpProcess' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/PHP/AbstractPhpProcess.php', 'PHPUnit\\Util\\PHP\\DefaultPhpProcess' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/PHP/DefaultPhpProcess.php', + 'PHPUnit\\Util\\PHP\\PhpProcessException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Exception/PhpProcessException.php', 'PHPUnit\\Util\\PHP\\WindowsPhpProcess' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/PHP/WindowsPhpProcess.php', - 'PHPUnit\\Util\\Printer' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Printer.php', 'PHPUnit\\Util\\Reflection' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Reflection.php', - 'PHPUnit\\Util\\RegularExpression' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/RegularExpression.php', 'PHPUnit\\Util\\Test' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Test.php', - 'PHPUnit\\Util\\TestDox\\CliTestDoxPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TestDox/CliTestDoxPrinter.php', - 'PHPUnit\\Util\\TestDox\\HtmlResultPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TestDox/HtmlResultPrinter.php', - 'PHPUnit\\Util\\TestDox\\NamePrettifier' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TestDox/NamePrettifier.php', - 'PHPUnit\\Util\\TestDox\\ResultPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TestDox/ResultPrinter.php', - 'PHPUnit\\Util\\TestDox\\TestDoxPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TestDox/TestDoxPrinter.php', - 'PHPUnit\\Util\\TestDox\\TextResultPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TestDox/TextResultPrinter.php', - 'PHPUnit\\Util\\TestDox\\XmlResultPrinter' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TestDox/XmlResultPrinter.php', - 'PHPUnit\\Util\\TextTestListRenderer' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/TextTestListRenderer.php', - 'PHPUnit\\Util\\Type' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Type.php', + 'PHPUnit\\Util\\ThrowableToStringMapper' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/ThrowableToStringMapper.php', 'PHPUnit\\Util\\VersionComparisonOperator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/VersionComparisonOperator.php', - 'PHPUnit\\Util\\XdebugFilterScriptGenerator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/XdebugFilterScriptGenerator.php', - 'PHPUnit\\Util\\Xml' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml.php', - 'PHPUnit\\Util\\XmlTestListRenderer' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/XmlTestListRenderer.php', - 'PHPUnit\\Util\\Xml\\Exception' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/Exception.php', - 'PHPUnit\\Util\\Xml\\FailedSchemaDetectionResult' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/FailedSchemaDetectionResult.php', + 'PHPUnit\\Util\\Xml' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/Xml.php', 'PHPUnit\\Util\\Xml\\Loader' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/Loader.php', - 'PHPUnit\\Util\\Xml\\SchemaDetectionResult' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/SchemaDetectionResult.php', - 'PHPUnit\\Util\\Xml\\SchemaDetector' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/SchemaDetector.php', - 'PHPUnit\\Util\\Xml\\SchemaFinder' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/SchemaFinder.php', - 'PHPUnit\\Util\\Xml\\SnapshotNodeList' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/SnapshotNodeList.php', - 'PHPUnit\\Util\\Xml\\SuccessfulSchemaDetectionResult' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/SuccessfulSchemaDetectionResult.php', - 'PHPUnit\\Util\\Xml\\ValidationResult' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/ValidationResult.php', - 'PHPUnit\\Util\\Xml\\Validator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Xml/Validator.php', + 'PHPUnit\\Util\\Xml\\XmlException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Util/Exception/XmlException.php', 'PharIo\\Manifest\\Application' => __DIR__ . '/..' . '/phar-io/manifest/src/values/Application.php', 'PharIo\\Manifest\\ApplicationName' => __DIR__ . '/..' . '/phar-io/manifest/src/values/ApplicationName.php', 'PharIo\\Manifest\\Author' => __DIR__ . '/..' . '/phar-io/manifest/src/values/Author.php', @@ -583,7 +1067,6 @@ class ComposerStaticInitb084bad56d99d613841073027e5f5e7e 'PharIo\\Version\\VersionConstraintParser' => __DIR__ . '/..' . '/phar-io/version/src/VersionConstraintParser.php', 'PharIo\\Version\\VersionConstraintValue' => __DIR__ . '/..' . '/phar-io/version/src/VersionConstraintValue.php', 'PharIo\\Version\\VersionNumber' => __DIR__ . '/..' . '/phar-io/version/src/VersionNumber.php', - 'PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php', 'SebastianBergmann\\CliParser\\AmbiguousOptionException' => __DIR__ . '/..' . '/sebastian/cli-parser/src/exceptions/AmbiguousOptionException.php', 'SebastianBergmann\\CliParser\\Exception' => __DIR__ . '/..' . '/sebastian/cli-parser/src/exceptions/Exception.php', 'SebastianBergmann\\CliParser\\OptionDoesNotAllowArgumentException' => __DIR__ . '/..' . '/sebastian/cli-parser/src/exceptions/OptionDoesNotAllowArgumentException.php', @@ -592,22 +1075,20 @@ class ComposerStaticInitb084bad56d99d613841073027e5f5e7e 'SebastianBergmann\\CliParser\\UnknownOptionException' => __DIR__ . '/..' . '/sebastian/cli-parser/src/exceptions/UnknownOptionException.php', 'SebastianBergmann\\CodeCoverage\\BranchAndPathCoverageNotSupportedException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/BranchAndPathCoverageNotSupportedException.php', 'SebastianBergmann\\CodeCoverage\\CodeCoverage' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/CodeCoverage.php', + 'SebastianBergmann\\CodeCoverage\\Data\\ProcessedCodeCoverageData' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Data/ProcessedCodeCoverageData.php', + 'SebastianBergmann\\CodeCoverage\\Data\\RawCodeCoverageData' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Data/RawCodeCoverageData.php', 'SebastianBergmann\\CodeCoverage\\DeadCodeDetectionNotSupportedException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/DeadCodeDetectionNotSupportedException.php', 'SebastianBergmann\\CodeCoverage\\Driver\\Driver' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Driver/Driver.php', 'SebastianBergmann\\CodeCoverage\\Driver\\PathExistsButIsNotDirectoryException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/PathExistsButIsNotDirectoryException.php', 'SebastianBergmann\\CodeCoverage\\Driver\\PcovDriver' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Driver/PcovDriver.php', 'SebastianBergmann\\CodeCoverage\\Driver\\PcovNotAvailableException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/PcovNotAvailableException.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\PhpdbgDriver' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Driver/PhpdbgDriver.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\PhpdbgNotAvailableException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/PhpdbgNotAvailableException.php', 'SebastianBergmann\\CodeCoverage\\Driver\\Selector' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Driver/Selector.php', 'SebastianBergmann\\CodeCoverage\\Driver\\WriteOperationFailedException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/WriteOperationFailedException.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\WrongXdebugVersionException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/WrongXdebugVersionException.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\Xdebug2Driver' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Driver/Xdebug2Driver.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\Xdebug2NotEnabledException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/Xdebug2NotEnabledException.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\Xdebug3Driver' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Driver/Xdebug3Driver.php', - 'SebastianBergmann\\CodeCoverage\\Driver\\Xdebug3NotEnabledException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/Xdebug3NotEnabledException.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\XdebugDriver' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Driver/XdebugDriver.php', 'SebastianBergmann\\CodeCoverage\\Driver\\XdebugNotAvailableException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/XdebugNotAvailableException.php', + 'SebastianBergmann\\CodeCoverage\\Driver\\XdebugNotEnabledException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/XdebugNotEnabledException.php', 'SebastianBergmann\\CodeCoverage\\Exception' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/Exception.php', + 'SebastianBergmann\\CodeCoverage\\FileCouldNotBeWrittenException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/FileCouldNotBeWrittenException.php', 'SebastianBergmann\\CodeCoverage\\Filter' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Filter.php', 'SebastianBergmann\\CodeCoverage\\InvalidArgumentException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/InvalidArgumentException.php', 'SebastianBergmann\\CodeCoverage\\NoCodeCoverageDriverAvailableException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverAvailableException.php', @@ -619,13 +1100,13 @@ class ComposerStaticInitb084bad56d99d613841073027e5f5e7e 'SebastianBergmann\\CodeCoverage\\Node\\File' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Node/File.php', 'SebastianBergmann\\CodeCoverage\\Node\\Iterator' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Node/Iterator.php', 'SebastianBergmann\\CodeCoverage\\ParserException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/ParserException.php', - 'SebastianBergmann\\CodeCoverage\\ProcessedCodeCoverageData' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/ProcessedCodeCoverageData.php', - 'SebastianBergmann\\CodeCoverage\\RawCodeCoverageData' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/RawCodeCoverageData.php', 'SebastianBergmann\\CodeCoverage\\ReflectionException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/ReflectionException.php', 'SebastianBergmann\\CodeCoverage\\ReportAlreadyFinalizedException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/ReportAlreadyFinalizedException.php', 'SebastianBergmann\\CodeCoverage\\Report\\Clover' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Clover.php', 'SebastianBergmann\\CodeCoverage\\Report\\Cobertura' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Cobertura.php', 'SebastianBergmann\\CodeCoverage\\Report\\Crap4j' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Crap4j.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Colors' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Html/Colors.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Html\\CustomCssFile' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Html/CustomCssFile.php', 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Dashboard' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Html/Renderer/Dashboard.php', 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Directory' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Html/Renderer/Directory.php', 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Facade' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Html/Facade.php', @@ -633,6 +1114,7 @@ class ComposerStaticInitb084bad56d99d613841073027e5f5e7e 'SebastianBergmann\\CodeCoverage\\Report\\Html\\Renderer' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Html/Renderer.php', 'SebastianBergmann\\CodeCoverage\\Report\\PHP' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/PHP.php', 'SebastianBergmann\\CodeCoverage\\Report\\Text' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Text.php', + 'SebastianBergmann\\CodeCoverage\\Report\\Thresholds' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Thresholds.php', 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\BuildInformation' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/BuildInformation.php', 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Coverage' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Coverage.php', 'SebastianBergmann\\CodeCoverage\\Report\\Xml\\Directory' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Report/Xml/Directory.php', @@ -655,6 +1137,17 @@ class ComposerStaticInitb084bad56d99d613841073027e5f5e7e 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\IgnoredLinesFindingVisitor' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/StaticAnalysis/IgnoredLinesFindingVisitor.php', 'SebastianBergmann\\CodeCoverage\\StaticAnalysis\\ParsingFileAnalyser' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/StaticAnalysis/ParsingFileAnalyser.php', 'SebastianBergmann\\CodeCoverage\\TestIdMissingException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/TestIdMissingException.php', + 'SebastianBergmann\\CodeCoverage\\Test\\TestSize\\Known' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/TestSize/Known.php', + 'SebastianBergmann\\CodeCoverage\\Test\\TestSize\\Large' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/TestSize/Large.php', + 'SebastianBergmann\\CodeCoverage\\Test\\TestSize\\Medium' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/TestSize/Medium.php', + 'SebastianBergmann\\CodeCoverage\\Test\\TestSize\\Small' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/TestSize/Small.php', + 'SebastianBergmann\\CodeCoverage\\Test\\TestSize\\TestSize' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/TestSize/TestSize.php', + 'SebastianBergmann\\CodeCoverage\\Test\\TestSize\\Unknown' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/TestSize/Unknown.php', + 'SebastianBergmann\\CodeCoverage\\Test\\TestStatus\\Failure' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/TestStatus/Failure.php', + 'SebastianBergmann\\CodeCoverage\\Test\\TestStatus\\Known' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/TestStatus/Known.php', + 'SebastianBergmann\\CodeCoverage\\Test\\TestStatus\\Success' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/TestStatus/Success.php', + 'SebastianBergmann\\CodeCoverage\\Test\\TestStatus\\TestStatus' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/TestStatus/TestStatus.php', + 'SebastianBergmann\\CodeCoverage\\Test\\TestStatus\\Unknown' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/TestStatus/Unknown.php', 'SebastianBergmann\\CodeCoverage\\UnintentionallyCoveredCodeException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/UnintentionallyCoveredCodeException.php', 'SebastianBergmann\\CodeCoverage\\Util\\DirectoryCouldNotBeCreatedException' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Exception/DirectoryCouldNotBeCreatedException.php', 'SebastianBergmann\\CodeCoverage\\Util\\Filesystem' => __DIR__ . '/..' . '/phpunit/php-code-coverage/src/Util/Filesystem.php', @@ -668,6 +1161,7 @@ class ComposerStaticInitb084bad56d99d613841073027e5f5e7e 'SebastianBergmann\\CodeUnit\\CodeUnitCollection' => __DIR__ . '/..' . '/sebastian/code-unit/src/CodeUnitCollection.php', 'SebastianBergmann\\CodeUnit\\CodeUnitCollectionIterator' => __DIR__ . '/..' . '/sebastian/code-unit/src/CodeUnitCollectionIterator.php', 'SebastianBergmann\\CodeUnit\\Exception' => __DIR__ . '/..' . '/sebastian/code-unit/src/exceptions/Exception.php', + 'SebastianBergmann\\CodeUnit\\FileUnit' => __DIR__ . '/..' . '/sebastian/code-unit/src/FileUnit.php', 'SebastianBergmann\\CodeUnit\\FunctionUnit' => __DIR__ . '/..' . '/sebastian/code-unit/src/FunctionUnit.php', 'SebastianBergmann\\CodeUnit\\InterfaceMethodUnit' => __DIR__ . '/..' . '/sebastian/code-unit/src/InterfaceMethodUnit.php', 'SebastianBergmann\\CodeUnit\\InterfaceUnit' => __DIR__ . '/..' . '/sebastian/code-unit/src/InterfaceUnit.php', @@ -682,7 +1176,6 @@ class ComposerStaticInitb084bad56d99d613841073027e5f5e7e 'SebastianBergmann\\Comparator\\ComparisonFailure' => __DIR__ . '/..' . '/sebastian/comparator/src/ComparisonFailure.php', 'SebastianBergmann\\Comparator\\DOMNodeComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/DOMNodeComparator.php', 'SebastianBergmann\\Comparator\\DateTimeComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/DateTimeComparator.php', - 'SebastianBergmann\\Comparator\\DoubleComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/DoubleComparator.php', 'SebastianBergmann\\Comparator\\Exception' => __DIR__ . '/..' . '/sebastian/comparator/src/exceptions/Exception.php', 'SebastianBergmann\\Comparator\\ExceptionComparator' => __DIR__ . '/..' . '/sebastian/comparator/src/ExceptionComparator.php', 'SebastianBergmann\\Comparator\\Factory' => __DIR__ . '/..' . '/sebastian/comparator/src/Factory.php', @@ -719,9 +1212,9 @@ class ComposerStaticInitb084bad56d99d613841073027e5f5e7e 'SebastianBergmann\\Diff\\Parser' => __DIR__ . '/..' . '/sebastian/diff/src/Parser.php', 'SebastianBergmann\\Diff\\TimeEfficientLongestCommonSubsequenceCalculator' => __DIR__ . '/..' . '/sebastian/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php', 'SebastianBergmann\\Environment\\Console' => __DIR__ . '/..' . '/sebastian/environment/src/Console.php', - 'SebastianBergmann\\Environment\\OperatingSystem' => __DIR__ . '/..' . '/sebastian/environment/src/OperatingSystem.php', 'SebastianBergmann\\Environment\\Runtime' => __DIR__ . '/..' . '/sebastian/environment/src/Runtime.php', 'SebastianBergmann\\Exporter\\Exporter' => __DIR__ . '/..' . '/sebastian/exporter/src/Exporter.php', + 'SebastianBergmann\\FileIterator\\ExcludeIterator' => __DIR__ . '/..' . '/phpunit/php-file-iterator/src/ExcludeIterator.php', 'SebastianBergmann\\FileIterator\\Facade' => __DIR__ . '/..' . '/phpunit/php-file-iterator/src/Facade.php', 'SebastianBergmann\\FileIterator\\Factory' => __DIR__ . '/..' . '/phpunit/php-file-iterator/src/Factory.php', 'SebastianBergmann\\FileIterator\\Iterator' => __DIR__ . '/..' . '/phpunit/php-file-iterator/src/Iterator.php', @@ -743,15 +1236,8 @@ class ComposerStaticInitb084bad56d99d613841073027e5f5e7e 'SebastianBergmann\\LinesOfCode\\NegativeValueException' => __DIR__ . '/..' . '/sebastian/lines-of-code/src/Exception/NegativeValueException.php', 'SebastianBergmann\\LinesOfCode\\RuntimeException' => __DIR__ . '/..' . '/sebastian/lines-of-code/src/Exception/RuntimeException.php', 'SebastianBergmann\\ObjectEnumerator\\Enumerator' => __DIR__ . '/..' . '/sebastian/object-enumerator/src/Enumerator.php', - 'SebastianBergmann\\ObjectEnumerator\\Exception' => __DIR__ . '/..' . '/sebastian/object-enumerator/src/Exception.php', - 'SebastianBergmann\\ObjectEnumerator\\InvalidArgumentException' => __DIR__ . '/..' . '/sebastian/object-enumerator/src/InvalidArgumentException.php', - 'SebastianBergmann\\ObjectReflector\\Exception' => __DIR__ . '/..' . '/sebastian/object-reflector/src/Exception.php', - 'SebastianBergmann\\ObjectReflector\\InvalidArgumentException' => __DIR__ . '/..' . '/sebastian/object-reflector/src/InvalidArgumentException.php', 'SebastianBergmann\\ObjectReflector\\ObjectReflector' => __DIR__ . '/..' . '/sebastian/object-reflector/src/ObjectReflector.php', 'SebastianBergmann\\RecursionContext\\Context' => __DIR__ . '/..' . '/sebastian/recursion-context/src/Context.php', - 'SebastianBergmann\\RecursionContext\\Exception' => __DIR__ . '/..' . '/sebastian/recursion-context/src/Exception.php', - 'SebastianBergmann\\RecursionContext\\InvalidArgumentException' => __DIR__ . '/..' . '/sebastian/recursion-context/src/InvalidArgumentException.php', - 'SebastianBergmann\\ResourceOperations\\ResourceOperations' => __DIR__ . '/..' . '/sebastian/resource-operations/src/ResourceOperations.php', 'SebastianBergmann\\Template\\Exception' => __DIR__ . '/..' . '/phpunit/php-text-template/src/exceptions/Exception.php', 'SebastianBergmann\\Template\\InvalidArgumentException' => __DIR__ . '/..' . '/phpunit/php-text-template/src/exceptions/InvalidArgumentException.php', 'SebastianBergmann\\Template\\RuntimeException' => __DIR__ . '/..' . '/phpunit/php-text-template/src/exceptions/RuntimeException.php', @@ -784,7 +1270,6 @@ class ComposerStaticInitb084bad56d99d613841073027e5f5e7e 'SebastianBergmann\\Type\\UnknownType' => __DIR__ . '/..' . '/sebastian/type/src/type/UnknownType.php', 'SebastianBergmann\\Type\\VoidType' => __DIR__ . '/..' . '/sebastian/type/src/type/VoidType.php', 'SebastianBergmann\\Version' => __DIR__ . '/..' . '/sebastian/version/src/Version.php', - 'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php', 'TheSeer\\Tokenizer\\Exception' => __DIR__ . '/..' . '/theseer/tokenizer/src/Exception.php', 'TheSeer\\Tokenizer\\NamespaceUri' => __DIR__ . '/..' . '/theseer/tokenizer/src/NamespaceUri.php', 'TheSeer\\Tokenizer\\NamespaceUriException' => __DIR__ . '/..' . '/theseer/tokenizer/src/NamespaceUriException.php', @@ -793,8 +1278,6 @@ class ComposerStaticInitb084bad56d99d613841073027e5f5e7e 'TheSeer\\Tokenizer\\TokenCollectionException' => __DIR__ . '/..' . '/theseer/tokenizer/src/TokenCollectionException.php', 'TheSeer\\Tokenizer\\Tokenizer' => __DIR__ . '/..' . '/theseer/tokenizer/src/Tokenizer.php', 'TheSeer\\Tokenizer\\XMLSerializer' => __DIR__ . '/..' . '/theseer/tokenizer/src/XMLSerializer.php', - 'UnhandledMatchError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php', - 'ValueError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/ValueError.php', ); public static function getInitializer(ClassLoader $loader) diff --git a/Sources/vendor/composer/installed.json b/Sources/vendor/composer/installed.json index 9da4e7aa..f35a396c 100755 --- a/Sources/vendor/composer/installed.json +++ b/Sources/vendor/composer/installed.json @@ -1,142 +1,45 @@ { "packages": [ { - "name": "doctrine/instantiator", - "version": "1.5.0", - "version_normalized": "1.5.0.0", + "name": "adriangibbons/php-fit-file-analysis", + "version": "v3.2.4", + "version_normalized": "3.2.4.0", "source": { "type": "git", - "url": "https://github.com/doctrine/instantiator.git", - "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b" + "url": "https://github.com/adriangibbons/php-fit-file-analysis.git", + "reference": "8efd36b1b963f01c42dc5329626519c040dec664" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b", - "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b", + "url": "https://api.github.com/repos/adriangibbons/php-fit-file-analysis/zipball/8efd36b1b963f01c42dc5329626519c040dec664", + "reference": "8efd36b1b963f01c42dc5329626519c040dec664", "shasum": "" }, - "require": { - "php": "^7.1 || ^8.0" - }, "require-dev": { - "doctrine/coding-standard": "^9 || ^11", - "ext-pdo": "*", - "ext-phar": "*", - "phpbench/phpbench": "^0.16 || ^1", - "phpstan/phpstan": "^1.4", - "phpstan/phpstan-phpunit": "^1", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "vimeo/psalm": "^4.30 || ^5.4" + "phpunit/phpunit": "4.8.*", + "satooshi/php-coveralls": "^2.0", + "squizlabs/php_codesniffer": "2.*" }, - "time": "2022-12-30T00:15:36+00:00", + "time": "2019-11-20T06:58:56+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { - "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" + "adriangibbons\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com", - "homepage": "https://ocramius.github.io/" - } - ], - "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", - "homepage": "https://www.doctrine-project.org/projects/instantiator.html", + "description": "A PHP class for analysing FIT files created by Garmin GPS devices", + "homepage": "https://github.com/adriangibbons/php-fit-file-analysis", "keywords": [ - "constructor", - "instantiate" + "Fit", + "garmin" ], "support": { - "issues": "https://github.com/doctrine/instantiator/issues", - "source": "https://github.com/doctrine/instantiator/tree/1.5.0" + "issues": "https://github.com/adriangibbons/php-fit-file-analysis/issues", + "source": "https://github.com/adriangibbons/php-fit-file-analysis/tree/master" }, - "funding": [ - { - "url": "https://www.doctrine-project.org/sponsorship.html", - "type": "custom" - }, - { - "url": "https://www.patreon.com/phpdoctrine", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", - "type": "tidelift" - } - ], - "install-path": "../doctrine/instantiator" - }, - { - "name": "graham-campbell/result-type", - "version": "v1.1.1", - "version_normalized": "1.1.1.0", - "source": { - "type": "git", - "url": "https://github.com/GrahamCampbell/Result-Type.git", - "reference": "672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831", - "reference": "672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831", - "shasum": "" - }, - "require": { - "php": "^7.2.5 || ^8.0", - "phpoption/phpoption": "^1.9.1" - }, - "require-dev": { - "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12" - }, - "time": "2023-02-25T20:23:15+00:00", - "type": "library", - "installation-source": "dist", - "autoload": { - "psr-4": { - "GrahamCampbell\\ResultType\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk", - "homepage": "https://github.com/GrahamCampbell" - } - ], - "description": "An Implementation Of The Result Type", - "keywords": [ - "Graham Campbell", - "GrahamCampbell", - "Result Type", - "Result-Type", - "result" - ], - "support": { - "issues": "https://github.com/GrahamCampbell/Result-Type/issues", - "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.1" - }, - "funding": [ - { - "url": "https://github.com/GrahamCampbell", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type", - "type": "tidelift" - } - ], - "install-path": "../graham-campbell/result-type" + "install-path": "../adriangibbons/php-fit-file-analysis" }, { "name": "myclabs/deep-copy", @@ -376,97 +279,19 @@ }, "install-path": "../phar-io/version" }, - { - "name": "phpoption/phpoption", - "version": "1.9.1", - "version_normalized": "1.9.1.0", - "source": { - "type": "git", - "url": "https://github.com/schmittjoh/php-option.git", - "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dd3a383e599f49777d8b628dadbb90cae435b87e", - "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e", - "shasum": "" - }, - "require": { - "php": "^7.2.5 || ^8.0" - }, - "require-dev": { - "bamarni/composer-bin-plugin": "^1.8.2", - "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12" - }, - "time": "2023-02-25T19:38:58+00:00", - "type": "library", - "extra": { - "bamarni-bin": { - "bin-links": true, - "forward-command": true - }, - "branch-alias": { - "dev-master": "1.9-dev" - } - }, - "installation-source": "dist", - "autoload": { - "psr-4": { - "PhpOption\\": "src/PhpOption/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], - "authors": [ - { - "name": "Johannes M. Schmitt", - "email": "schmittjoh@gmail.com", - "homepage": "https://github.com/schmittjoh" - }, - { - "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk", - "homepage": "https://github.com/GrahamCampbell" - } - ], - "description": "Option Type for PHP", - "keywords": [ - "language", - "option", - "php", - "type" - ], - "support": { - "issues": "https://github.com/schmittjoh/php-option/issues", - "source": "https://github.com/schmittjoh/php-option/tree/1.9.1" - }, - "funding": [ - { - "url": "https://github.com/GrahamCampbell", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption", - "type": "tidelift" - } - ], - "install-path": "../phpoption/phpoption" - }, { "name": "phpunit/php-code-coverage", - "version": "9.2.29", - "version_normalized": "9.2.29.0", + "version": "10.1.9", + "version_normalized": "10.1.9.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "6a3a87ac2bbe33b25042753df8195ba4aa534c76" + "reference": "a56a9ab2f680246adcf3db43f38ddf1765774735" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6a3a87ac2bbe33b25042753df8195ba4aa534c76", - "reference": "6a3a87ac2bbe33b25042753df8195ba4aa534c76", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/a56a9ab2f680246adcf3db43f38ddf1765774735", + "reference": "a56a9ab2f680246adcf3db43f38ddf1765774735", "shasum": "" }, "require": { @@ -474,28 +299,28 @@ "ext-libxml": "*", "ext-xmlwriter": "*", "nikic/php-parser": "^4.15", - "php": ">=7.3", - "phpunit/php-file-iterator": "^3.0.3", - "phpunit/php-text-template": "^2.0.2", - "sebastian/code-unit-reverse-lookup": "^2.0.2", - "sebastian/complexity": "^2.0", - "sebastian/environment": "^5.1.2", - "sebastian/lines-of-code": "^1.0.3", - "sebastian/version": "^3.0.1", + "php": ">=8.1", + "phpunit/php-file-iterator": "^4.0", + "phpunit/php-text-template": "^3.0", + "sebastian/code-unit-reverse-lookup": "^3.0", + "sebastian/complexity": "^3.0", + "sebastian/environment": "^6.0", + "sebastian/lines-of-code": "^2.0", + "sebastian/version": "^4.0", "theseer/tokenizer": "^1.2.0" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.1" }, "suggest": { "ext-pcov": "PHP extension that provides line coverage", "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" }, - "time": "2023-09-19T04:57:46+00:00", + "time": "2023-11-23T12:23:20+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "9.2-dev" + "dev-main": "10.1-dev" } }, "installation-source": "dist", @@ -525,7 +350,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.29" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.9" }, "funding": [ { @@ -537,30 +362,30 @@ }, { "name": "phpunit/php-file-iterator", - "version": "3.0.6", - "version_normalized": "3.0.6.0", + "version": "4.1.0", + "version_normalized": "4.1.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf" + "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", - "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a95037b6d9e608ba092da1b23931e537cadc3c3c", + "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, - "time": "2021-12-02T12:48:52+00:00", + "time": "2023-08-31T06:24:48+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-main": "4.0-dev" } }, "installation-source": "dist", @@ -588,7 +413,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", - "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6" + "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy", + "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.1.0" }, "funding": [ { @@ -600,34 +426,34 @@ }, { "name": "phpunit/php-invoker", - "version": "3.1.1", - "version_normalized": "3.1.1.0", + "version": "4.0.0", + "version_normalized": "4.0.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-invoker.git", - "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67" + "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67", - "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67", + "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7", + "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { "ext-pcntl": "*", - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "suggest": { "ext-pcntl": "*" }, - "time": "2020-09-28T05:58:55+00:00", + "time": "2023-02-03T06:56:09+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "3.1-dev" + "dev-main": "4.0-dev" } }, "installation-source": "dist", @@ -654,7 +480,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-invoker/issues", - "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1" + "source": "https://github.com/sebastianbergmann/php-invoker/tree/4.0.0" }, "funding": [ { @@ -666,30 +492,30 @@ }, { "name": "phpunit/php-text-template", - "version": "2.0.4", - "version_normalized": "2.0.4.0", + "version": "3.0.1", + "version_normalized": "3.0.1.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-text-template.git", - "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28" + "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", - "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/0c7b06ff49e3d5072f057eb1fa59258bf287a748", + "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, - "time": "2020-10-26T05:33:50+00:00", + "time": "2023-08-31T14:07:24+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-main": "3.0-dev" } }, "installation-source": "dist", @@ -716,7 +542,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-text-template/issues", - "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4" + "security": "https://github.com/sebastianbergmann/php-text-template/security/policy", + "source": "https://github.com/sebastianbergmann/php-text-template/tree/3.0.1" }, "funding": [ { @@ -728,30 +555,30 @@ }, { "name": "phpunit/php-timer", - "version": "5.0.3", - "version_normalized": "5.0.3.0", + "version": "6.0.0", + "version_normalized": "6.0.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2" + "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", - "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/e2a2d67966e740530f4a3343fe2e030ffdc1161d", + "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, - "time": "2020-10-26T13:16:10+00:00", + "time": "2023-02-03T06:57:52+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "5.0-dev" + "dev-main": "6.0-dev" } }, "installation-source": "dist", @@ -778,7 +605,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-timer/issues", - "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3" + "source": "https://github.com/sebastianbergmann/php-timer/tree/6.0.0" }, "funding": [ { @@ -790,21 +617,20 @@ }, { "name": "phpunit/phpunit", - "version": "9.6.13", - "version_normalized": "9.6.13.0", + "version": "10.4.2", + "version_normalized": "10.4.2.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "f3d767f7f9e191eab4189abe41ab37797e30b1be" + "reference": "cacd8b9dd224efa8eb28beb69004126c7ca1a1a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f3d767f7f9e191eab4189abe41ab37797e30b1be", - "reference": "f3d767f7f9e191eab4189abe41ab37797e30b1be", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/cacd8b9dd224efa8eb28beb69004126c7ca1a1a1", + "reference": "cacd8b9dd224efa8eb28beb69004126c7ca1a1a1", "shasum": "" }, "require": { - "doctrine/instantiator": "^1.3.1 || ^2", "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", @@ -814,36 +640,35 @@ "myclabs/deep-copy": "^1.10.1", "phar-io/manifest": "^2.0.3", "phar-io/version": "^3.0.2", - "php": ">=7.3", - "phpunit/php-code-coverage": "^9.2.28", - "phpunit/php-file-iterator": "^3.0.5", - "phpunit/php-invoker": "^3.1.1", - "phpunit/php-text-template": "^2.0.3", - "phpunit/php-timer": "^5.0.2", - "sebastian/cli-parser": "^1.0.1", - "sebastian/code-unit": "^1.0.6", - "sebastian/comparator": "^4.0.8", - "sebastian/diff": "^4.0.3", - "sebastian/environment": "^5.1.3", - "sebastian/exporter": "^4.0.5", - "sebastian/global-state": "^5.0.1", - "sebastian/object-enumerator": "^4.0.3", - "sebastian/resource-operations": "^3.0.3", - "sebastian/type": "^3.2", - "sebastian/version": "^3.0.2" + "php": ">=8.1", + "phpunit/php-code-coverage": "^10.1.5", + "phpunit/php-file-iterator": "^4.0", + "phpunit/php-invoker": "^4.0", + "phpunit/php-text-template": "^3.0", + "phpunit/php-timer": "^6.0", + "sebastian/cli-parser": "^2.0", + "sebastian/code-unit": "^2.0", + "sebastian/comparator": "^5.0", + "sebastian/diff": "^5.0", + "sebastian/environment": "^6.0", + "sebastian/exporter": "^5.1", + "sebastian/global-state": "^6.0.1", + "sebastian/object-enumerator": "^5.0", + "sebastian/recursion-context": "^5.0", + "sebastian/type": "^4.0", + "sebastian/version": "^4.0" }, "suggest": { - "ext-soap": "To be able to generate mocks based on WSDL files", - "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" + "ext-soap": "To be able to generate mocks based on WSDL files" }, - "time": "2023-09-19T05:39:22+00:00", + "time": "2023-10-26T07:21:45+00:00", "bin": [ "phpunit" ], "type": "library", "extra": { "branch-alias": { - "dev-master": "9.6-dev" + "dev-main": "10.4-dev" } }, "installation-source": "dist", @@ -876,7 +701,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.13" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.4.2" }, "funding": [ { @@ -896,30 +721,30 @@ }, { "name": "sebastian/cli-parser", - "version": "1.0.1", - "version_normalized": "1.0.1.0", + "version": "2.0.0", + "version_normalized": "2.0.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/cli-parser.git", - "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2" + "reference": "efdc130dbbbb8ef0b545a994fd811725c5282cae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2", - "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2", + "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/efdc130dbbbb8ef0b545a994fd811725c5282cae", + "reference": "efdc130dbbbb8ef0b545a994fd811725c5282cae", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, - "time": "2020-09-28T06:08:49+00:00", + "time": "2023-02-03T06:58:15+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-main": "2.0-dev" } }, "installation-source": "dist", @@ -943,7 +768,7 @@ "homepage": "https://github.com/sebastianbergmann/cli-parser", "support": { "issues": "https://github.com/sebastianbergmann/cli-parser/issues", - "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1" + "source": "https://github.com/sebastianbergmann/cli-parser/tree/2.0.0" }, "funding": [ { @@ -955,30 +780,30 @@ }, { "name": "sebastian/code-unit", - "version": "1.0.8", - "version_normalized": "1.0.8.0", + "version": "2.0.0", + "version_normalized": "2.0.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/code-unit.git", - "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120" + "reference": "a81fee9eef0b7a76af11d121767abc44c104e503" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120", - "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/a81fee9eef0b7a76af11d121767abc44c104e503", + "reference": "a81fee9eef0b7a76af11d121767abc44c104e503", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, - "time": "2020-10-26T13:08:54+00:00", + "time": "2023-02-03T06:58:43+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-main": "2.0-dev" } }, "installation-source": "dist", @@ -1002,7 +827,7 @@ "homepage": "https://github.com/sebastianbergmann/code-unit", "support": { "issues": "https://github.com/sebastianbergmann/code-unit/issues", - "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8" + "source": "https://github.com/sebastianbergmann/code-unit/tree/2.0.0" }, "funding": [ { @@ -1014,30 +839,30 @@ }, { "name": "sebastian/code-unit-reverse-lookup", - "version": "2.0.3", - "version_normalized": "2.0.3.0", + "version": "3.0.0", + "version_normalized": "3.0.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", - "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5" + "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", - "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/5e3a687f7d8ae33fb362c5c0743794bbb2420a1d", + "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, - "time": "2020-09-28T05:30:19+00:00", + "time": "2023-02-03T06:59:15+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-main": "3.0-dev" } }, "installation-source": "dist", @@ -1060,7 +885,7 @@ "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", "support": { "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", - "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3" + "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/3.0.0" }, "funding": [ { @@ -1072,32 +897,34 @@ }, { "name": "sebastian/comparator", - "version": "4.0.8", - "version_normalized": "4.0.8.0", + "version": "5.0.1", + "version_normalized": "5.0.1.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "fa0f136dd2334583309d32b62544682ee972b51a" + "reference": "2db5010a484d53ebf536087a70b4a5423c102372" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a", - "reference": "fa0f136dd2334583309d32b62544682ee972b51a", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2db5010a484d53ebf536087a70b4a5423c102372", + "reference": "2db5010a484d53ebf536087a70b4a5423c102372", "shasum": "" }, "require": { - "php": ">=7.3", - "sebastian/diff": "^4.0", - "sebastian/exporter": "^4.0" + "ext-dom": "*", + "ext-mbstring": "*", + "php": ">=8.1", + "sebastian/diff": "^5.0", + "sebastian/exporter": "^5.0" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.3" }, - "time": "2022-09-14T12:41:17+00:00", + "time": "2023-08-14T13:18:12+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-main": "5.0-dev" } }, "installation-source": "dist", @@ -1137,7 +964,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/comparator/issues", - "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8" + "security": "https://github.com/sebastianbergmann/comparator/security/policy", + "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.1" }, "funding": [ { @@ -1149,31 +977,31 @@ }, { "name": "sebastian/complexity", - "version": "2.0.2", - "version_normalized": "2.0.2.0", + "version": "3.1.0", + "version_normalized": "3.1.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/complexity.git", - "reference": "739b35e53379900cc9ac327b2147867b8b6efd88" + "reference": "68cfb347a44871f01e33ab0ef8215966432f6957" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88", - "reference": "739b35e53379900cc9ac327b2147867b8b6efd88", + "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/68cfb347a44871f01e33ab0ef8215966432f6957", + "reference": "68cfb347a44871f01e33ab0ef8215966432f6957", "shasum": "" }, "require": { - "nikic/php-parser": "^4.7", - "php": ">=7.3" + "nikic/php-parser": "^4.10", + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, - "time": "2020-10-26T15:52:27+00:00", + "time": "2023-09-28T11:50:59+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-main": "3.1-dev" } }, "installation-source": "dist", @@ -1197,7 +1025,8 @@ "homepage": "https://github.com/sebastianbergmann/complexity", "support": { "issues": "https://github.com/sebastianbergmann/complexity/issues", - "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2" + "security": "https://github.com/sebastianbergmann/complexity/security/policy", + "source": "https://github.com/sebastianbergmann/complexity/tree/3.1.0" }, "funding": [ { @@ -1209,31 +1038,31 @@ }, { "name": "sebastian/diff", - "version": "4.0.5", - "version_normalized": "4.0.5.0", + "version": "5.0.3", + "version_normalized": "5.0.3.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131" + "reference": "912dc2fbe3e3c1e7873313cc801b100b6c68c87b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131", - "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/912dc2fbe3e3c1e7873313cc801b100b6c68c87b", + "reference": "912dc2fbe3e3c1e7873313cc801b100b6c68c87b", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3", + "phpunit/phpunit": "^10.0", "symfony/process": "^4.2 || ^5" }, - "time": "2023-05-07T05:35:17+00:00", + "time": "2023-05-01T07:48:21+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-main": "5.0-dev" } }, "installation-source": "dist", @@ -1266,7 +1095,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/diff/issues", - "source": "https://github.com/sebastianbergmann/diff/tree/4.0.5" + "security": "https://github.com/sebastianbergmann/diff/security/policy", + "source": "https://github.com/sebastianbergmann/diff/tree/5.0.3" }, "funding": [ { @@ -1278,33 +1108,33 @@ }, { "name": "sebastian/environment", - "version": "5.1.5", - "version_normalized": "5.1.5.0", + "version": "6.0.1", + "version_normalized": "6.0.1.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed" + "reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", - "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/43c751b41d74f96cbbd4e07b7aec9675651e2951", + "reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "suggest": { "ext-posix": "*" }, - "time": "2023-02-03T06:03:51+00:00", + "time": "2023-04-11T05:39:26+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "5.1-dev" + "dev-main": "6.0-dev" } }, "installation-source": "dist", @@ -1324,7 +1154,7 @@ } ], "description": "Provides functionality to handle HHVM/PHP environments", - "homepage": "http://www.github.com/sebastianbergmann/environment", + "homepage": "https://github.com/sebastianbergmann/environment", "keywords": [ "Xdebug", "environment", @@ -1332,7 +1162,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/environment/issues", - "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5" + "security": "https://github.com/sebastianbergmann/environment/security/policy", + "source": "https://github.com/sebastianbergmann/environment/tree/6.0.1" }, "funding": [ { @@ -1344,32 +1175,32 @@ }, { "name": "sebastian/exporter", - "version": "4.0.5", - "version_normalized": "4.0.5.0", + "version": "5.1.1", + "version_normalized": "5.1.1.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d" + "reference": "64f51654862e0f5e318db7e9dcc2292c63cdbddc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", - "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/64f51654862e0f5e318db7e9dcc2292c63cdbddc", + "reference": "64f51654862e0f5e318db7e9dcc2292c63cdbddc", "shasum": "" }, "require": { - "php": ">=7.3", - "sebastian/recursion-context": "^4.0" + "ext-mbstring": "*", + "php": ">=8.1", + "sebastian/recursion-context": "^5.0" }, "require-dev": { - "ext-mbstring": "*", - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, - "time": "2022-09-14T06:03:37+00:00", + "time": "2023-09-24T13:22:09+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-main": "5.1-dev" } }, "installation-source": "dist", @@ -1412,7 +1243,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/exporter/issues", - "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5" + "security": "https://github.com/sebastianbergmann/exporter/security/policy", + "source": "https://github.com/sebastianbergmann/exporter/tree/5.1.1" }, "funding": [ { @@ -1424,36 +1256,33 @@ }, { "name": "sebastian/global-state", - "version": "5.0.6", - "version_normalized": "5.0.6.0", + "version": "6.0.1", + "version_normalized": "6.0.1.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "bde739e7565280bda77be70044ac1047bc007e34" + "reference": "7ea9ead78f6d380d2a667864c132c2f7b83055e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bde739e7565280bda77be70044ac1047bc007e34", - "reference": "bde739e7565280bda77be70044ac1047bc007e34", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/7ea9ead78f6d380d2a667864c132c2f7b83055e4", + "reference": "7ea9ead78f6d380d2a667864c132c2f7b83055e4", "shasum": "" }, "require": { - "php": ">=7.3", - "sebastian/object-reflector": "^2.0", - "sebastian/recursion-context": "^4.0" + "php": ">=8.1", + "sebastian/object-reflector": "^3.0", + "sebastian/recursion-context": "^5.0" }, "require-dev": { "ext-dom": "*", - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, - "suggest": { - "ext-uopz": "*" - }, - "time": "2023-08-02T09:26:13+00:00", + "time": "2023-07-19T07:19:23+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "5.0-dev" + "dev-main": "6.0-dev" } }, "installation-source": "dist", @@ -1479,7 +1308,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/global-state/issues", - "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.6" + "security": "https://github.com/sebastianbergmann/global-state/security/policy", + "source": "https://github.com/sebastianbergmann/global-state/tree/6.0.1" }, "funding": [ { @@ -1491,31 +1321,31 @@ }, { "name": "sebastian/lines-of-code", - "version": "1.0.3", - "version_normalized": "1.0.3.0", + "version": "2.0.1", + "version_normalized": "2.0.1.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/lines-of-code.git", - "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc" + "reference": "649e40d279e243d985aa8fb6e74dd5bb28dc185d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc", - "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc", + "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/649e40d279e243d985aa8fb6e74dd5bb28dc185d", + "reference": "649e40d279e243d985aa8fb6e74dd5bb28dc185d", "shasum": "" }, "require": { - "nikic/php-parser": "^4.6", - "php": ">=7.3" + "nikic/php-parser": "^4.10", + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, - "time": "2020-11-28T06:42:11+00:00", + "time": "2023-08-31T09:25:50+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-main": "2.0-dev" } }, "installation-source": "dist", @@ -1539,7 +1369,8 @@ "homepage": "https://github.com/sebastianbergmann/lines-of-code", "support": { "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", - "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3" + "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy", + "source": "https://github.com/sebastianbergmann/lines-of-code/tree/2.0.1" }, "funding": [ { @@ -1551,32 +1382,32 @@ }, { "name": "sebastian/object-enumerator", - "version": "4.0.4", - "version_normalized": "4.0.4.0", + "version": "5.0.0", + "version_normalized": "5.0.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-enumerator.git", - "reference": "5c9eeac41b290a3712d88851518825ad78f45c71" + "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71", - "reference": "5c9eeac41b290a3712d88851518825ad78f45c71", + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/202d0e344a580d7f7d04b3fafce6933e59dae906", + "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906", "shasum": "" }, "require": { - "php": ">=7.3", - "sebastian/object-reflector": "^2.0", - "sebastian/recursion-context": "^4.0" + "php": ">=8.1", + "sebastian/object-reflector": "^3.0", + "sebastian/recursion-context": "^5.0" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, - "time": "2020-10-26T13:12:34+00:00", + "time": "2023-02-03T07:08:32+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-main": "5.0-dev" } }, "installation-source": "dist", @@ -1599,7 +1430,7 @@ "homepage": "https://github.com/sebastianbergmann/object-enumerator/", "support": { "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", - "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4" + "source": "https://github.com/sebastianbergmann/object-enumerator/tree/5.0.0" }, "funding": [ { @@ -1611,30 +1442,30 @@ }, { "name": "sebastian/object-reflector", - "version": "2.0.4", - "version_normalized": "2.0.4.0", + "version": "3.0.0", + "version_normalized": "3.0.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-reflector.git", - "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7" + "reference": "24ed13d98130f0e7122df55d06c5c4942a577957" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", - "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", + "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/24ed13d98130f0e7122df55d06c5c4942a577957", + "reference": "24ed13d98130f0e7122df55d06c5c4942a577957", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, - "time": "2020-10-26T13:14:26+00:00", + "time": "2023-02-03T07:06:18+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-main": "3.0-dev" } }, "installation-source": "dist", @@ -1657,7 +1488,7 @@ "homepage": "https://github.com/sebastianbergmann/object-reflector/", "support": { "issues": "https://github.com/sebastianbergmann/object-reflector/issues", - "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4" + "source": "https://github.com/sebastianbergmann/object-reflector/tree/3.0.0" }, "funding": [ { @@ -1669,30 +1500,30 @@ }, { "name": "sebastian/recursion-context", - "version": "4.0.5", - "version_normalized": "4.0.5.0", + "version": "5.0.0", + "version_normalized": "5.0.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1" + "reference": "05909fb5bc7df4c52992396d0116aed689f93712" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", - "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/05909fb5bc7df4c52992396d0116aed689f93712", + "reference": "05909fb5bc7df4c52992396d0116aed689f93712", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, - "time": "2023-02-03T06:07:39+00:00", + "time": "2023-02-03T07:05:40+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-main": "5.0-dev" } }, "installation-source": "dist", @@ -1723,7 +1554,7 @@ "homepage": "https://github.com/sebastianbergmann/recursion-context", "support": { "issues": "https://github.com/sebastianbergmann/recursion-context/issues", - "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5" + "source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.0" }, "funding": [ { @@ -1733,90 +1564,32 @@ ], "install-path": "../sebastian/recursion-context" }, - { - "name": "sebastian/resource-operations", - "version": "3.0.3", - "version_normalized": "3.0.3.0", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/resource-operations.git", - "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", - "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.0" - }, - "time": "2020-09-28T06:45:17+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "installation-source": "dist", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Provides a list of PHP built-in functions that operate on resources", - "homepage": "https://www.github.com/sebastianbergmann/resource-operations", - "support": { - "issues": "https://github.com/sebastianbergmann/resource-operations/issues", - "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "install-path": "../sebastian/resource-operations" - }, { "name": "sebastian/type", - "version": "3.2.1", - "version_normalized": "3.2.1.0", + "version": "4.0.0", + "version_normalized": "4.0.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/type.git", - "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7" + "reference": "462699a16464c3944eefc02ebdd77882bd3925bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", - "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/462699a16464c3944eefc02ebdd77882bd3925bf", + "reference": "462699a16464c3944eefc02ebdd77882bd3925bf", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.5" + "phpunit/phpunit": "^10.0" }, - "time": "2023-02-03T06:13:03+00:00", + "time": "2023-02-03T07:10:45+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "3.2-dev" + "dev-main": "4.0-dev" } }, "installation-source": "dist", @@ -1840,7 +1613,7 @@ "homepage": "https://github.com/sebastianbergmann/type", "support": { "issues": "https://github.com/sebastianbergmann/type/issues", - "source": "https://github.com/sebastianbergmann/type/tree/3.2.1" + "source": "https://github.com/sebastianbergmann/type/tree/4.0.0" }, "funding": [ { @@ -1852,27 +1625,27 @@ }, { "name": "sebastian/version", - "version": "3.0.2", - "version_normalized": "3.0.2.0", + "version": "4.0.1", + "version_normalized": "4.0.1.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/version.git", - "reference": "c6c1022351a901512170118436c764e473f6de8c" + "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c", - "reference": "c6c1022351a901512170118436c764e473f6de8c", + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c51fa83a5d8f43f1402e3f32a005e6262244ef17", + "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, - "time": "2020-09-28T06:39:44+00:00", + "time": "2023-02-07T11:34:05+00:00", "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-main": "4.0-dev" } }, "installation-source": "dist", @@ -1896,7 +1669,7 @@ "homepage": "https://github.com/sebastianbergmann/version", "support": { "issues": "https://github.com/sebastianbergmann/version/issues", - "source": "https://github.com/sebastianbergmann/version/tree/3.0.2" + "source": "https://github.com/sebastianbergmann/version/tree/4.0.1" }, "funding": [ { @@ -1906,276 +1679,19 @@ ], "install-path": "../sebastian/version" }, - { - "name": "symfony/polyfill-ctype", - "version": "v1.28.0", - "version_normalized": "1.28.0.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb", - "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "provide": { - "ext-ctype": "*" - }, - "suggest": { - "ext-ctype": "For best performance" - }, - "time": "2023-01-26T09:26:14+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.28-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "installation-source": "dist", - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Ctype\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Gert de Pagter", - "email": "BackEndTea@gmail.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for ctype functions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "ctype", - "polyfill", - "portable" - ], - "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "install-path": "../symfony/polyfill-ctype" - }, - { - "name": "symfony/polyfill-mbstring", - "version": "v1.28.0", - "version_normalized": "1.28.0.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "42292d99c55abe617799667f454222c54c60e229" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229", - "reference": "42292d99c55abe617799667f454222c54c60e229", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "provide": { - "ext-mbstring": "*" - }, - "suggest": { - "ext-mbstring": "For best performance" - }, - "time": "2023-07-28T09:04:16+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.28-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "installation-source": "dist", - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for the Mbstring extension", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "mbstring", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "install-path": "../symfony/polyfill-mbstring" - }, - { - "name": "symfony/polyfill-php80", - "version": "v1.28.0", - "version_normalized": "1.28.0.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5", - "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "time": "2023-01-26T09:26:14+00:00", - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.28-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "installation-source": "dist", - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Php80\\": "" - }, - "classmap": [ - "Resources/stubs" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Ion Bazan", - "email": "ion.bazan@gmail.com" - }, - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "install-path": "../symfony/polyfill-php80" - }, { "name": "theseer/tokenizer", - "version": "1.2.1", - "version_normalized": "1.2.1.0", + "version": "1.2.2", + "version_normalized": "1.2.2.0", "source": { "type": "git", "url": "https://github.com/theseer/tokenizer.git", - "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e" + "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e", - "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e", + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/b2ad5003ca10d4ee50a12da31de12a5774ba6b96", + "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96", "shasum": "" }, "require": { @@ -2184,7 +1700,7 @@ "ext-xmlwriter": "*", "php": "^7.2 || ^8.0" }, - "time": "2021-07-28T10:34:58+00:00", + "time": "2023-11-20T00:12:19+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -2206,7 +1722,7 @@ "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", "support": { "issues": "https://github.com/theseer/tokenizer/issues", - "source": "https://github.com/theseer/tokenizer/tree/1.2.1" + "source": "https://github.com/theseer/tokenizer/tree/1.2.2" }, "funding": [ { @@ -2215,172 +1731,10 @@ } ], "install-path": "../theseer/tokenizer" - }, - { - "name": "twig/twig", - "version": "v3.7.1", - "version_normalized": "3.7.1.0", - "source": { - "type": "git", - "url": "https://github.com/twigphp/Twig.git", - "reference": "a0ce373a0ca3bf6c64b9e3e2124aca502ba39554" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/a0ce373a0ca3bf6c64b9e3e2124aca502ba39554", - "reference": "a0ce373a0ca3bf6c64b9e3e2124aca502ba39554", - "shasum": "" - }, - "require": { - "php": ">=7.2.5", - "symfony/polyfill-ctype": "^1.8", - "symfony/polyfill-mbstring": "^1.3" - }, - "require-dev": { - "psr/container": "^1.0|^2.0", - "symfony/phpunit-bridge": "^5.4.9|^6.3" - }, - "time": "2023-08-28T11:09:02+00:00", - "type": "library", - "installation-source": "dist", - "autoload": { - "psr-4": { - "Twig\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com", - "homepage": "http://fabien.potencier.org", - "role": "Lead Developer" - }, - { - "name": "Twig Team", - "role": "Contributors" - }, - { - "name": "Armin Ronacher", - "email": "armin.ronacher@active-4.com", - "role": "Project Founder" - } - ], - "description": "Twig, the flexible, fast, and secure template language for PHP", - "homepage": "https://twig.symfony.com", - "keywords": [ - "templating" - ], - "support": { - "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v3.7.1" - }, - "funding": [ - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/twig/twig", - "type": "tidelift" - } - ], - "install-path": "../twig/twig" - }, - { - "name": "vlucas/phpdotenv", - "version": "v5.5.0", - "version_normalized": "5.5.0.0", - "source": { - "type": "git", - "url": "https://github.com/vlucas/phpdotenv.git", - "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7", - "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7", - "shasum": "" - }, - "require": { - "ext-pcre": "*", - "graham-campbell/result-type": "^1.0.2", - "php": "^7.1.3 || ^8.0", - "phpoption/phpoption": "^1.8", - "symfony/polyfill-ctype": "^1.23", - "symfony/polyfill-mbstring": "^1.23.1", - "symfony/polyfill-php80": "^1.23.1" - }, - "require-dev": { - "bamarni/composer-bin-plugin": "^1.4.1", - "ext-filter": "*", - "phpunit/phpunit": "^7.5.20 || ^8.5.30 || ^9.5.25" - }, - "suggest": { - "ext-filter": "Required to use the boolean validator." - }, - "time": "2022-10-16T01:01:54+00:00", - "type": "library", - "extra": { - "bamarni-bin": { - "bin-links": true, - "forward-command": true - }, - "branch-alias": { - "dev-master": "5.5-dev" - } - }, - "installation-source": "dist", - "autoload": { - "psr-4": { - "Dotenv\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk", - "homepage": "https://github.com/GrahamCampbell" - }, - { - "name": "Vance Lucas", - "email": "vance@vancelucas.com", - "homepage": "https://github.com/vlucas" - } - ], - "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", - "keywords": [ - "dotenv", - "env", - "environment" - ], - "support": { - "issues": "https://github.com/vlucas/phpdotenv/issues", - "source": "https://github.com/vlucas/phpdotenv/tree/v5.5.0" - }, - "funding": [ - { - "url": "https://github.com/GrahamCampbell", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv", - "type": "tidelift" - } - ], - "install-path": "../vlucas/phpdotenv" } ], "dev": true, "dev-package-names": [ - "doctrine/instantiator", "myclabs/deep-copy", "nikic/php-parser", "phar-io/manifest", @@ -2404,7 +1758,6 @@ "sebastian/object-enumerator", "sebastian/object-reflector", "sebastian/recursion-context", - "sebastian/resource-operations", "sebastian/type", "sebastian/version", "theseer/tokenizer" diff --git a/Sources/vendor/composer/installed.php b/Sources/vendor/composer/installed.php index 770e13da..947b15f5 100755 --- a/Sources/vendor/composer/installed.php +++ b/Sources/vendor/composer/installed.php @@ -3,35 +3,26 @@ 'name' => 'hearttrack/package', 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => 'd4345678992503b9eb56ef4afd00ff13f5d7531a', + 'reference' => 'f6eafff4cda8cea272db1e1b754a5933d5b7d3ea', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => true, ), 'versions' => array( - 'doctrine/instantiator' => array( - 'pretty_version' => '1.5.0', - 'version' => '1.5.0.0', - 'reference' => '0a0fa9780f5d4e507415a065172d26a98d02047b', + 'adriangibbons/php-fit-file-analysis' => array( + 'pretty_version' => 'v3.2.4', + 'version' => '3.2.4.0', + 'reference' => '8efd36b1b963f01c42dc5329626519c040dec664', 'type' => 'library', - 'install_path' => __DIR__ . '/../doctrine/instantiator', - 'aliases' => array(), - 'dev_requirement' => true, - ), - 'graham-campbell/result-type' => array( - 'pretty_version' => 'v1.1.1', - 'version' => '1.1.1.0', - 'reference' => '672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831', - 'type' => 'library', - 'install_path' => __DIR__ . '/../graham-campbell/result-type', + 'install_path' => __DIR__ . '/../adriangibbons/php-fit-file-analysis', 'aliases' => array(), 'dev_requirement' => false, ), 'hearttrack/package' => array( 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => 'd4345678992503b9eb56ef4afd00ff13f5d7531a', + 'reference' => 'f6eafff4cda8cea272db1e1b754a5933d5b7d3ea', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -73,266 +64,203 @@ 'aliases' => array(), 'dev_requirement' => true, ), - 'phpoption/phpoption' => array( - 'pretty_version' => '1.9.1', - 'version' => '1.9.1.0', - 'reference' => 'dd3a383e599f49777d8b628dadbb90cae435b87e', - 'type' => 'library', - 'install_path' => __DIR__ . '/../phpoption/phpoption', - 'aliases' => array(), - 'dev_requirement' => false, - ), 'phpunit/php-code-coverage' => array( - 'pretty_version' => '9.2.29', - 'version' => '9.2.29.0', - 'reference' => '6a3a87ac2bbe33b25042753df8195ba4aa534c76', + 'pretty_version' => '10.1.9', + 'version' => '10.1.9.0', + 'reference' => 'a56a9ab2f680246adcf3db43f38ddf1765774735', 'type' => 'library', 'install_path' => __DIR__ . '/../phpunit/php-code-coverage', 'aliases' => array(), 'dev_requirement' => true, ), 'phpunit/php-file-iterator' => array( - 'pretty_version' => '3.0.6', - 'version' => '3.0.6.0', - 'reference' => 'cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf', + 'pretty_version' => '4.1.0', + 'version' => '4.1.0.0', + 'reference' => 'a95037b6d9e608ba092da1b23931e537cadc3c3c', 'type' => 'library', 'install_path' => __DIR__ . '/../phpunit/php-file-iterator', 'aliases' => array(), 'dev_requirement' => true, ), 'phpunit/php-invoker' => array( - 'pretty_version' => '3.1.1', - 'version' => '3.1.1.0', - 'reference' => '5a10147d0aaf65b58940a0b72f71c9ac0423cc67', + 'pretty_version' => '4.0.0', + 'version' => '4.0.0.0', + 'reference' => 'f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7', 'type' => 'library', 'install_path' => __DIR__ . '/../phpunit/php-invoker', 'aliases' => array(), 'dev_requirement' => true, ), 'phpunit/php-text-template' => array( - 'pretty_version' => '2.0.4', - 'version' => '2.0.4.0', - 'reference' => '5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28', + 'pretty_version' => '3.0.1', + 'version' => '3.0.1.0', + 'reference' => '0c7b06ff49e3d5072f057eb1fa59258bf287a748', 'type' => 'library', 'install_path' => __DIR__ . '/../phpunit/php-text-template', 'aliases' => array(), 'dev_requirement' => true, ), 'phpunit/php-timer' => array( - 'pretty_version' => '5.0.3', - 'version' => '5.0.3.0', - 'reference' => '5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2', + 'pretty_version' => '6.0.0', + 'version' => '6.0.0.0', + 'reference' => 'e2a2d67966e740530f4a3343fe2e030ffdc1161d', 'type' => 'library', 'install_path' => __DIR__ . '/../phpunit/php-timer', 'aliases' => array(), 'dev_requirement' => true, ), 'phpunit/phpunit' => array( - 'pretty_version' => '9.6.13', - 'version' => '9.6.13.0', - 'reference' => 'f3d767f7f9e191eab4189abe41ab37797e30b1be', + 'pretty_version' => '10.4.2', + 'version' => '10.4.2.0', + 'reference' => 'cacd8b9dd224efa8eb28beb69004126c7ca1a1a1', 'type' => 'library', 'install_path' => __DIR__ . '/../phpunit/phpunit', 'aliases' => array(), 'dev_requirement' => true, ), 'sebastian/cli-parser' => array( - 'pretty_version' => '1.0.1', - 'version' => '1.0.1.0', - 'reference' => '442e7c7e687e42adc03470c7b668bc4b2402c0b2', + 'pretty_version' => '2.0.0', + 'version' => '2.0.0.0', + 'reference' => 'efdc130dbbbb8ef0b545a994fd811725c5282cae', 'type' => 'library', 'install_path' => __DIR__ . '/../sebastian/cli-parser', 'aliases' => array(), 'dev_requirement' => true, ), 'sebastian/code-unit' => array( - 'pretty_version' => '1.0.8', - 'version' => '1.0.8.0', - 'reference' => '1fc9f64c0927627ef78ba436c9b17d967e68e120', + 'pretty_version' => '2.0.0', + 'version' => '2.0.0.0', + 'reference' => 'a81fee9eef0b7a76af11d121767abc44c104e503', 'type' => 'library', 'install_path' => __DIR__ . '/../sebastian/code-unit', 'aliases' => array(), 'dev_requirement' => true, ), 'sebastian/code-unit-reverse-lookup' => array( - 'pretty_version' => '2.0.3', - 'version' => '2.0.3.0', - 'reference' => 'ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5', + 'pretty_version' => '3.0.0', + 'version' => '3.0.0.0', + 'reference' => '5e3a687f7d8ae33fb362c5c0743794bbb2420a1d', 'type' => 'library', 'install_path' => __DIR__ . '/../sebastian/code-unit-reverse-lookup', 'aliases' => array(), 'dev_requirement' => true, ), 'sebastian/comparator' => array( - 'pretty_version' => '4.0.8', - 'version' => '4.0.8.0', - 'reference' => 'fa0f136dd2334583309d32b62544682ee972b51a', + 'pretty_version' => '5.0.1', + 'version' => '5.0.1.0', + 'reference' => '2db5010a484d53ebf536087a70b4a5423c102372', 'type' => 'library', 'install_path' => __DIR__ . '/../sebastian/comparator', 'aliases' => array(), 'dev_requirement' => true, ), 'sebastian/complexity' => array( - 'pretty_version' => '2.0.2', - 'version' => '2.0.2.0', - 'reference' => '739b35e53379900cc9ac327b2147867b8b6efd88', + 'pretty_version' => '3.1.0', + 'version' => '3.1.0.0', + 'reference' => '68cfb347a44871f01e33ab0ef8215966432f6957', 'type' => 'library', 'install_path' => __DIR__ . '/../sebastian/complexity', 'aliases' => array(), 'dev_requirement' => true, ), 'sebastian/diff' => array( - 'pretty_version' => '4.0.5', - 'version' => '4.0.5.0', - 'reference' => '74be17022044ebaaecfdf0c5cd504fc9cd5a7131', + 'pretty_version' => '5.0.3', + 'version' => '5.0.3.0', + 'reference' => '912dc2fbe3e3c1e7873313cc801b100b6c68c87b', 'type' => 'library', 'install_path' => __DIR__ . '/../sebastian/diff', 'aliases' => array(), 'dev_requirement' => true, ), 'sebastian/environment' => array( - 'pretty_version' => '5.1.5', - 'version' => '5.1.5.0', - 'reference' => '830c43a844f1f8d5b7a1f6d6076b784454d8b7ed', + 'pretty_version' => '6.0.1', + 'version' => '6.0.1.0', + 'reference' => '43c751b41d74f96cbbd4e07b7aec9675651e2951', 'type' => 'library', 'install_path' => __DIR__ . '/../sebastian/environment', 'aliases' => array(), 'dev_requirement' => true, ), 'sebastian/exporter' => array( - 'pretty_version' => '4.0.5', - 'version' => '4.0.5.0', - 'reference' => 'ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d', + 'pretty_version' => '5.1.1', + 'version' => '5.1.1.0', + 'reference' => '64f51654862e0f5e318db7e9dcc2292c63cdbddc', 'type' => 'library', 'install_path' => __DIR__ . '/../sebastian/exporter', 'aliases' => array(), 'dev_requirement' => true, ), 'sebastian/global-state' => array( - 'pretty_version' => '5.0.6', - 'version' => '5.0.6.0', - 'reference' => 'bde739e7565280bda77be70044ac1047bc007e34', + 'pretty_version' => '6.0.1', + 'version' => '6.0.1.0', + 'reference' => '7ea9ead78f6d380d2a667864c132c2f7b83055e4', 'type' => 'library', 'install_path' => __DIR__ . '/../sebastian/global-state', 'aliases' => array(), 'dev_requirement' => true, ), 'sebastian/lines-of-code' => array( - 'pretty_version' => '1.0.3', - 'version' => '1.0.3.0', - 'reference' => 'c1c2e997aa3146983ed888ad08b15470a2e22ecc', + 'pretty_version' => '2.0.1', + 'version' => '2.0.1.0', + 'reference' => '649e40d279e243d985aa8fb6e74dd5bb28dc185d', 'type' => 'library', 'install_path' => __DIR__ . '/../sebastian/lines-of-code', 'aliases' => array(), 'dev_requirement' => true, ), 'sebastian/object-enumerator' => array( - 'pretty_version' => '4.0.4', - 'version' => '4.0.4.0', - 'reference' => '5c9eeac41b290a3712d88851518825ad78f45c71', + 'pretty_version' => '5.0.0', + 'version' => '5.0.0.0', + 'reference' => '202d0e344a580d7f7d04b3fafce6933e59dae906', 'type' => 'library', 'install_path' => __DIR__ . '/../sebastian/object-enumerator', 'aliases' => array(), 'dev_requirement' => true, ), 'sebastian/object-reflector' => array( - 'pretty_version' => '2.0.4', - 'version' => '2.0.4.0', - 'reference' => 'b4f479ebdbf63ac605d183ece17d8d7fe49c15c7', + 'pretty_version' => '3.0.0', + 'version' => '3.0.0.0', + 'reference' => '24ed13d98130f0e7122df55d06c5c4942a577957', 'type' => 'library', 'install_path' => __DIR__ . '/../sebastian/object-reflector', 'aliases' => array(), 'dev_requirement' => true, ), 'sebastian/recursion-context' => array( - 'pretty_version' => '4.0.5', - 'version' => '4.0.5.0', - 'reference' => 'e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1', + 'pretty_version' => '5.0.0', + 'version' => '5.0.0.0', + 'reference' => '05909fb5bc7df4c52992396d0116aed689f93712', 'type' => 'library', 'install_path' => __DIR__ . '/../sebastian/recursion-context', 'aliases' => array(), 'dev_requirement' => true, ), - 'sebastian/resource-operations' => array( - 'pretty_version' => '3.0.3', - 'version' => '3.0.3.0', - 'reference' => '0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8', - 'type' => 'library', - 'install_path' => __DIR__ . '/../sebastian/resource-operations', - 'aliases' => array(), - 'dev_requirement' => true, - ), 'sebastian/type' => array( - 'pretty_version' => '3.2.1', - 'version' => '3.2.1.0', - 'reference' => '75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7', + 'pretty_version' => '4.0.0', + 'version' => '4.0.0.0', + 'reference' => '462699a16464c3944eefc02ebdd77882bd3925bf', 'type' => 'library', 'install_path' => __DIR__ . '/../sebastian/type', 'aliases' => array(), 'dev_requirement' => true, ), 'sebastian/version' => array( - 'pretty_version' => '3.0.2', - 'version' => '3.0.2.0', - 'reference' => 'c6c1022351a901512170118436c764e473f6de8c', + 'pretty_version' => '4.0.1', + 'version' => '4.0.1.0', + 'reference' => 'c51fa83a5d8f43f1402e3f32a005e6262244ef17', 'type' => 'library', 'install_path' => __DIR__ . '/../sebastian/version', 'aliases' => array(), 'dev_requirement' => true, ), - 'symfony/polyfill-ctype' => array( - 'pretty_version' => 'v1.28.0', - 'version' => '1.28.0.0', - 'reference' => 'ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb', - 'type' => 'library', - 'install_path' => __DIR__ . '/../symfony/polyfill-ctype', - 'aliases' => array(), - 'dev_requirement' => false, - ), - 'symfony/polyfill-mbstring' => array( - 'pretty_version' => 'v1.28.0', - 'version' => '1.28.0.0', - 'reference' => '42292d99c55abe617799667f454222c54c60e229', - 'type' => 'library', - 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring', - 'aliases' => array(), - 'dev_requirement' => false, - ), - 'symfony/polyfill-php80' => array( - 'pretty_version' => 'v1.28.0', - 'version' => '1.28.0.0', - 'reference' => '6caa57379c4aec19c0a12a38b59b26487dcfe4b5', - 'type' => 'library', - 'install_path' => __DIR__ . '/../symfony/polyfill-php80', - 'aliases' => array(), - 'dev_requirement' => false, - ), 'theseer/tokenizer' => array( - 'pretty_version' => '1.2.1', - 'version' => '1.2.1.0', - 'reference' => '34a41e998c2183e22995f158c581e7b5e755ab9e', + 'pretty_version' => '1.2.2', + 'version' => '1.2.2.0', + 'reference' => 'b2ad5003ca10d4ee50a12da31de12a5774ba6b96', 'type' => 'library', 'install_path' => __DIR__ . '/../theseer/tokenizer', 'aliases' => array(), 'dev_requirement' => true, ), - 'twig/twig' => array( - 'pretty_version' => 'v3.7.1', - 'version' => '3.7.1.0', - 'reference' => 'a0ce373a0ca3bf6c64b9e3e2124aca502ba39554', - 'type' => 'library', - 'install_path' => __DIR__ . '/../twig/twig', - 'aliases' => array(), - 'dev_requirement' => false, - ), - 'vlucas/phpdotenv' => array( - 'pretty_version' => 'v5.5.0', - 'version' => '5.5.0.0', - 'reference' => '1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7', - 'type' => 'library', - 'install_path' => __DIR__ . '/../vlucas/phpdotenv', - 'aliases' => array(), - 'dev_requirement' => false, - ), ), ); diff --git a/Sources/vendor/composer/platform_check.php b/Sources/vendor/composer/platform_check.php deleted file mode 100755 index a8b98d5c..00000000 --- a/Sources/vendor/composer/platform_check.php +++ /dev/null @@ -1,26 +0,0 @@ -= 70205)) { - $issues[] = 'Your Composer dependencies require a PHP version ">= 7.2.5". You are running ' . PHP_VERSION . '.'; -} - -if ($issues) { - if (!headers_sent()) { - header('HTTP/1.1 500 Internal Server Error'); - } - if (!ini_get('display_errors')) { - if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') { - fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL); - } elseif (!headers_sent()) { - echo 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implode(PHP_EOL, $issues)) . PHP_EOL.PHP_EOL; - } - } - trigger_error( - 'Composer detected issues in your platform: ' . implode(' ', $issues), - E_USER_ERROR - ); -} diff --git a/Sources/vendor/doctrine/instantiator/.doctrine-project.json b/Sources/vendor/doctrine/instantiator/.doctrine-project.json deleted file mode 100755 index 24ae36e0..00000000 --- a/Sources/vendor/doctrine/instantiator/.doctrine-project.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "active": true, - "name": "Instantiator", - "slug": "instantiator", - "docsSlug": "doctrine-instantiator", - "codePath": "/src", - "versions": [ - { - "name": "1.5", - "branchName": "1.5.x", - "slug": "latest", - "upcoming": true - }, - { - "name": "1.4", - "branchName": "1.4.x", - "slug": "1.4", - "aliases": [ - "current", - "stable" - ], - "maintained": true, - "current": true - }, - { - "name": "1.3", - "branchName": "1.3.x", - "slug": "1.3", - "maintained": false - }, - { - "name": "1.2", - "branchName": "1.2.x", - "slug": "1.2" - }, - { - "name": "1.1", - "branchName": "1.1.x", - "slug": "1.1" - }, - { - "name": "1.0", - "branchName": "1.0.x", - "slug": "1.0" - } - ] -} diff --git a/Sources/vendor/doctrine/instantiator/CONTRIBUTING.md b/Sources/vendor/doctrine/instantiator/CONTRIBUTING.md deleted file mode 100755 index c1a2c42e..00000000 --- a/Sources/vendor/doctrine/instantiator/CONTRIBUTING.md +++ /dev/null @@ -1,35 +0,0 @@ -# Contributing - - * Follow the [Doctrine Coding Standard](https://github.com/doctrine/coding-standard) - * The project will follow strict [object calisthenics](http://www.slideshare.net/guilhermeblanco/object-calisthenics-applied-to-php) - * Any contribution must provide tests for additional introduced conditions - * Any un-confirmed issue needs a failing test case before being accepted - * Pull requests must be sent from a new hotfix/feature branch, not from `master`. - -## Installation - -To install the project and run the tests, you need to clone it first: - -```sh -$ git clone git://github.com/doctrine/instantiator.git -``` - -You will then need to run a composer installation: - -```sh -$ cd Instantiator -$ curl -s https://getcomposer.org/installer | php -$ php composer.phar update -``` - -## Testing - -The PHPUnit version to be used is the one installed as a dev- dependency via composer: - -```sh -$ ./vendor/bin/phpunit -``` - -Accepted coverage for new contributions is 80%. Any contribution not satisfying this requirement -won't be merged. - diff --git a/Sources/vendor/doctrine/instantiator/LICENSE b/Sources/vendor/doctrine/instantiator/LICENSE deleted file mode 100755 index 4d983d1a..00000000 --- a/Sources/vendor/doctrine/instantiator/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2014 Doctrine Project - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is furnished to do -so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/Sources/vendor/doctrine/instantiator/README.md b/Sources/vendor/doctrine/instantiator/README.md deleted file mode 100755 index 1fa95679..00000000 --- a/Sources/vendor/doctrine/instantiator/README.md +++ /dev/null @@ -1,38 +0,0 @@ -# Instantiator - -This library provides a way of avoiding usage of constructors when instantiating PHP classes. - -[![Build Status](https://travis-ci.org/doctrine/instantiator.svg?branch=master)](https://travis-ci.org/doctrine/instantiator) -[![Code Coverage](https://codecov.io/gh/doctrine/instantiator/branch/master/graph/badge.svg)](https://codecov.io/gh/doctrine/instantiator/branch/master) -[![Dependency Status](https://www.versioneye.com/package/php--doctrine--instantiator/badge.svg)](https://www.versioneye.com/package/php--doctrine--instantiator) - -[![Latest Stable Version](https://poser.pugx.org/doctrine/instantiator/v/stable.png)](https://packagist.org/packages/doctrine/instantiator) -[![Latest Unstable Version](https://poser.pugx.org/doctrine/instantiator/v/unstable.png)](https://packagist.org/packages/doctrine/instantiator) - -## Installation - -The suggested installation method is via [composer](https://getcomposer.org/): - -```sh -composer require doctrine/instantiator -``` - -## Usage - -The instantiator is able to create new instances of any class without using the constructor or any API of the class -itself: - -```php -$instantiator = new \Doctrine\Instantiator\Instantiator(); - -$instance = $instantiator->instantiate(\My\ClassName\Here::class); -``` - -## Contributing - -Please read the [CONTRIBUTING.md](CONTRIBUTING.md) contents if you wish to help out! - -## Credits - -This library was migrated from [ocramius/instantiator](https://github.com/Ocramius/Instantiator), which -has been donated to the doctrine organization, and which is now deprecated in favour of this package. diff --git a/Sources/vendor/doctrine/instantiator/composer.json b/Sources/vendor/doctrine/instantiator/composer.json deleted file mode 100755 index fab81720..00000000 --- a/Sources/vendor/doctrine/instantiator/composer.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "doctrine/instantiator", - "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", - "type": "library", - "license": "MIT", - "homepage": "https://www.doctrine-project.org/projects/instantiator.html", - "keywords": [ - "instantiate", - "constructor" - ], - "authors": [ - { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com", - "homepage": "https://ocramius.github.io/" - } - ], - "require": { - "php": "^7.1 || ^8.0" - }, - "require-dev": { - "ext-phar": "*", - "ext-pdo": "*", - "doctrine/coding-standard": "^9 || ^11", - "phpbench/phpbench": "^0.16 || ^1", - "phpstan/phpstan": "^1.4", - "phpstan/phpstan-phpunit": "^1", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "vimeo/psalm": "^4.30 || ^5.4" - }, - "autoload": { - "psr-4": { - "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" - } - }, - "autoload-dev": { - "psr-0": { - "DoctrineTest\\InstantiatorPerformance\\": "tests", - "DoctrineTest\\InstantiatorTest\\": "tests", - "DoctrineTest\\InstantiatorTestAsset\\": "tests" - } - }, - "config": { - "allow-plugins": { - "dealerdirect/phpcodesniffer-composer-installer": true - } - } -} diff --git a/Sources/vendor/doctrine/instantiator/docs/en/index.rst b/Sources/vendor/doctrine/instantiator/docs/en/index.rst deleted file mode 100755 index 0c85da0b..00000000 --- a/Sources/vendor/doctrine/instantiator/docs/en/index.rst +++ /dev/null @@ -1,68 +0,0 @@ -Introduction -============ - -This library provides a way of avoiding usage of constructors when instantiating PHP classes. - -Installation -============ - -The suggested installation method is via `composer`_: - -.. code-block:: console - - $ composer require doctrine/instantiator - -Usage -===== - -The instantiator is able to create new instances of any class without -using the constructor or any API of the class itself: - -.. code-block:: php - - instantiate(User::class); - -Contributing -============ - -- Follow the `Doctrine Coding Standard`_ -- The project will follow strict `object calisthenics`_ -- Any contribution must provide tests for additional introduced - conditions -- Any un-confirmed issue needs a failing test case before being - accepted -- Pull requests must be sent from a new hotfix/feature branch, not from - ``master``. - -Testing -======= - -The PHPUnit version to be used is the one installed as a dev- dependency -via composer: - -.. code-block:: console - - $ ./vendor/bin/phpunit - -Accepted coverage for new contributions is 80%. Any contribution not -satisfying this requirement won’t be merged. - -Credits -======= - -This library was migrated from `ocramius/instantiator`_, which has been -donated to the doctrine organization, and which is now deprecated in -favour of this package. - -.. _composer: https://getcomposer.org/ -.. _CONTRIBUTING.md: CONTRIBUTING.md -.. _ocramius/instantiator: https://github.com/Ocramius/Instantiator -.. _Doctrine Coding Standard: https://github.com/doctrine/coding-standard -.. _object calisthenics: http://www.slideshare.net/guilhermeblanco/object-calisthenics-applied-to-php diff --git a/Sources/vendor/doctrine/instantiator/docs/en/sidebar.rst b/Sources/vendor/doctrine/instantiator/docs/en/sidebar.rst deleted file mode 100755 index 0c364791..00000000 --- a/Sources/vendor/doctrine/instantiator/docs/en/sidebar.rst +++ /dev/null @@ -1,4 +0,0 @@ -.. toctree:: - :depth: 3 - - index diff --git a/Sources/vendor/doctrine/instantiator/psalm.xml b/Sources/vendor/doctrine/instantiator/psalm.xml deleted file mode 100755 index e9b622b3..00000000 --- a/Sources/vendor/doctrine/instantiator/psalm.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - diff --git a/Sources/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/ExceptionInterface.php b/Sources/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/ExceptionInterface.php deleted file mode 100755 index e6a5195f..00000000 --- a/Sources/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/ExceptionInterface.php +++ /dev/null @@ -1,12 +0,0 @@ - $reflectionClass - * - * @template T of object - */ - public static function fromAbstractClass(ReflectionClass $reflectionClass): self - { - return new self(sprintf( - 'The provided class "%s" is abstract, and cannot be instantiated', - $reflectionClass->getName() - )); - } - - public static function fromEnum(string $className): self - { - return new self(sprintf( - 'The provided class "%s" is an enum, and cannot be instantiated', - $className - )); - } -} diff --git a/Sources/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/UnexpectedValueException.php b/Sources/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/UnexpectedValueException.php deleted file mode 100755 index 4e55ac52..00000000 --- a/Sources/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/UnexpectedValueException.php +++ /dev/null @@ -1,59 +0,0 @@ - $reflectionClass - * - * @template T of object - */ - public static function fromSerializationTriggeredException( - ReflectionClass $reflectionClass, - Exception $exception - ): self { - return new self( - sprintf( - 'An exception was raised while trying to instantiate an instance of "%s" via un-serialization', - $reflectionClass->getName() - ), - 0, - $exception - ); - } - - /** - * @phpstan-param ReflectionClass $reflectionClass - * - * @template T of object - */ - public static function fromUncleanUnSerialization( - ReflectionClass $reflectionClass, - string $errorString, - int $errorCode, - string $errorFile, - int $errorLine - ): self { - return new self( - sprintf( - 'Could not produce an instance of "%s" via un-serialization, since an error was triggered ' - . 'in file "%s" at line "%d"', - $reflectionClass->getName(), - $errorFile, - $errorLine - ), - 0, - new Exception($errorString, $errorCode) - ); - } -} diff --git a/Sources/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php b/Sources/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php deleted file mode 100755 index 10067a0f..00000000 --- a/Sources/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php +++ /dev/null @@ -1,262 +0,0 @@ - $className - * - * @return object - * @phpstan-return T - * - * @throws ExceptionInterface - * - * @template T of object - */ - public function instantiate($className) - { - if (isset(self::$cachedCloneables[$className])) { - /** @phpstan-var T */ - $cachedCloneable = self::$cachedCloneables[$className]; - - return clone $cachedCloneable; - } - - if (isset(self::$cachedInstantiators[$className])) { - $factory = self::$cachedInstantiators[$className]; - - return $factory(); - } - - return $this->buildAndCacheFromFactory($className); - } - - /** - * Builds the requested object and caches it in static properties for performance - * - * @phpstan-param class-string $className - * - * @return object - * @phpstan-return T - * - * @template T of object - */ - private function buildAndCacheFromFactory(string $className) - { - $factory = self::$cachedInstantiators[$className] = $this->buildFactory($className); - $instance = $factory(); - - if ($this->isSafeToClone(new ReflectionClass($instance))) { - self::$cachedCloneables[$className] = clone $instance; - } - - return $instance; - } - - /** - * Builds a callable capable of instantiating the given $className without - * invoking its constructor. - * - * @phpstan-param class-string $className - * - * @phpstan-return callable(): T - * - * @throws InvalidArgumentException - * @throws UnexpectedValueException - * @throws ReflectionException - * - * @template T of object - */ - private function buildFactory(string $className): callable - { - $reflectionClass = $this->getReflectionClass($className); - - if ($this->isInstantiableViaReflection($reflectionClass)) { - return [$reflectionClass, 'newInstanceWithoutConstructor']; - } - - $serializedString = sprintf( - '%s:%d:"%s":0:{}', - is_subclass_of($className, Serializable::class) ? self::SERIALIZATION_FORMAT_USE_UNSERIALIZER : self::SERIALIZATION_FORMAT_AVOID_UNSERIALIZER, - strlen($className), - $className - ); - - $this->checkIfUnSerializationIsSupported($reflectionClass, $serializedString); - - return static function () use ($serializedString) { - return unserialize($serializedString); - }; - } - - /** - * @phpstan-param class-string $className - * - * @phpstan-return ReflectionClass - * - * @throws InvalidArgumentException - * @throws ReflectionException - * - * @template T of object - */ - private function getReflectionClass(string $className): ReflectionClass - { - if (! class_exists($className)) { - throw InvalidArgumentException::fromNonExistingClass($className); - } - - if (PHP_VERSION_ID >= 80100 && enum_exists($className, false)) { - throw InvalidArgumentException::fromEnum($className); - } - - $reflection = new ReflectionClass($className); - - if ($reflection->isAbstract()) { - throw InvalidArgumentException::fromAbstractClass($reflection); - } - - return $reflection; - } - - /** - * @phpstan-param ReflectionClass $reflectionClass - * - * @throws UnexpectedValueException - * - * @template T of object - */ - private function checkIfUnSerializationIsSupported(ReflectionClass $reflectionClass, string $serializedString): void - { - set_error_handler(static function (int $code, string $message, string $file, int $line) use ($reflectionClass, &$error): bool { - $error = UnexpectedValueException::fromUncleanUnSerialization( - $reflectionClass, - $message, - $code, - $file, - $line - ); - - return true; - }); - - try { - $this->attemptInstantiationViaUnSerialization($reflectionClass, $serializedString); - } finally { - restore_error_handler(); - } - - if ($error) { - throw $error; - } - } - - /** - * @phpstan-param ReflectionClass $reflectionClass - * - * @throws UnexpectedValueException - * - * @template T of object - */ - private function attemptInstantiationViaUnSerialization(ReflectionClass $reflectionClass, string $serializedString): void - { - try { - unserialize($serializedString); - } catch (Exception $exception) { - throw UnexpectedValueException::fromSerializationTriggeredException($reflectionClass, $exception); - } - } - - /** - * @phpstan-param ReflectionClass $reflectionClass - * - * @template T of object - */ - private function isInstantiableViaReflection(ReflectionClass $reflectionClass): bool - { - return ! ($this->hasInternalAncestors($reflectionClass) && $reflectionClass->isFinal()); - } - - /** - * Verifies whether the given class is to be considered internal - * - * @phpstan-param ReflectionClass $reflectionClass - * - * @template T of object - */ - private function hasInternalAncestors(ReflectionClass $reflectionClass): bool - { - do { - if ($reflectionClass->isInternal()) { - return true; - } - - $reflectionClass = $reflectionClass->getParentClass(); - } while ($reflectionClass); - - return false; - } - - /** - * Checks if a class is cloneable - * - * Classes implementing `__clone` cannot be safely cloned, as that may cause side-effects. - * - * @phpstan-param ReflectionClass $reflectionClass - * - * @template T of object - */ - private function isSafeToClone(ReflectionClass $reflectionClass): bool - { - return $reflectionClass->isCloneable() - && ! $reflectionClass->hasMethod('__clone') - && ! $reflectionClass->isSubclassOf(ArrayIterator::class); - } -} diff --git a/Sources/vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php b/Sources/vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php deleted file mode 100755 index 10508b56..00000000 --- a/Sources/vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php +++ /dev/null @@ -1,24 +0,0 @@ - $className - * - * @return object - * @phpstan-return T - * - * @throws ExceptionInterface - * - * @template T of object - */ - public function instantiate($className); -} diff --git a/Sources/vendor/graham-campbell/result-type/LICENSE b/Sources/vendor/graham-campbell/result-type/LICENSE deleted file mode 100644 index bbd75d13..00000000 --- a/Sources/vendor/graham-campbell/result-type/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2020-2023 Graham Campbell - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/Sources/vendor/graham-campbell/result-type/composer.json b/Sources/vendor/graham-campbell/result-type/composer.json deleted file mode 100644 index c7292a08..00000000 --- a/Sources/vendor/graham-campbell/result-type/composer.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "name": "graham-campbell/result-type", - "description": "An Implementation Of The Result Type", - "keywords": ["result", "result-type", "Result", "Result Type", "Result-Type", "Graham Campbell", "GrahamCampbell"], - "license": "MIT", - "authors": [ - { - "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk", - "homepage": "https://github.com/GrahamCampbell" - } - ], - "require": { - "php": "^7.2.5 || ^8.0", - "phpoption/phpoption": "^1.9.1" - }, - "require-dev": { - "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12" - }, - "autoload": { - "psr-4": { - "GrahamCampbell\\ResultType\\": "src/" - } - }, - "autoload-dev": { - "psr-4": { - "GrahamCampbell\\Tests\\ResultType\\": "tests/" - } - }, - "config": { - "preferred-install": "dist" - } -} diff --git a/Sources/vendor/graham-campbell/result-type/src/Error.php b/Sources/vendor/graham-campbell/result-type/src/Error.php deleted file mode 100644 index add9b2d7..00000000 --- a/Sources/vendor/graham-campbell/result-type/src/Error.php +++ /dev/null @@ -1,120 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace GrahamCampbell\ResultType; - -use PhpOption\None; -use PhpOption\Some; - -/** - * @template T - * @template E - * @extends \GrahamCampbell\ResultType\Result - */ -final class Error extends Result -{ - /** - * @var E - */ - private $value; - - /** - * Internal constructor for an error value. - * - * @param E $value - * - * @return void - */ - private function __construct($value) - { - $this->value = $value; - } - - /** - * Create a new error value. - * - * @template F - * - * @param F $value - * - * @return \GrahamCampbell\ResultType\Result - */ - public static function create($value) - { - return new self($value); - } - - /** - * Get the success option value. - * - * @return \PhpOption\Option - */ - public function success() - { - return None::create(); - } - - /** - * Map over the success value. - * - * @template S - * - * @param callable(T):S $f - * - * @return \GrahamCampbell\ResultType\Result - */ - public function map(callable $f) - { - return self::create($this->value); - } - - /** - * Flat map over the success value. - * - * @template S - * @template F - * - * @param callable(T):\GrahamCampbell\ResultType\Result $f - * - * @return \GrahamCampbell\ResultType\Result - */ - public function flatMap(callable $f) - { - /** @var \GrahamCampbell\ResultType\Result */ - return self::create($this->value); - } - - /** - * Get the error option value. - * - * @return \PhpOption\Option - */ - public function error() - { - return Some::create($this->value); - } - - /** - * Map over the error value. - * - * @template F - * - * @param callable(E):F $f - * - * @return \GrahamCampbell\ResultType\Result - */ - public function mapError(callable $f) - { - return self::create($f($this->value)); - } -} diff --git a/Sources/vendor/graham-campbell/result-type/src/Result.php b/Sources/vendor/graham-campbell/result-type/src/Result.php deleted file mode 100644 index 8c67bcdd..00000000 --- a/Sources/vendor/graham-campbell/result-type/src/Result.php +++ /dev/null @@ -1,69 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace GrahamCampbell\ResultType; - -/** - * @template T - * @template E - */ -abstract class Result -{ - /** - * Get the success option value. - * - * @return \PhpOption\Option - */ - abstract public function success(); - - /** - * Map over the success value. - * - * @template S - * - * @param callable(T):S $f - * - * @return \GrahamCampbell\ResultType\Result - */ - abstract public function map(callable $f); - - /** - * Flat map over the success value. - * - * @template S - * @template F - * - * @param callable(T):\GrahamCampbell\ResultType\Result $f - * - * @return \GrahamCampbell\ResultType\Result - */ - abstract public function flatMap(callable $f); - - /** - * Get the error option value. - * - * @return \PhpOption\Option - */ - abstract public function error(); - - /** - * Map over the error value. - * - * @template F - * - * @param callable(E):F $f - * - * @return \GrahamCampbell\ResultType\Result - */ - abstract public function mapError(callable $f); -} diff --git a/Sources/vendor/graham-campbell/result-type/src/Success.php b/Sources/vendor/graham-campbell/result-type/src/Success.php deleted file mode 100644 index b68ad57e..00000000 --- a/Sources/vendor/graham-campbell/result-type/src/Success.php +++ /dev/null @@ -1,119 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace GrahamCampbell\ResultType; - -use PhpOption\None; -use PhpOption\Some; - -/** - * @template T - * @template E - * @extends \GrahamCampbell\ResultType\Result - */ -final class Success extends Result -{ - /** - * @var T - */ - private $value; - - /** - * Internal constructor for a success value. - * - * @param T $value - * - * @return void - */ - private function __construct($value) - { - $this->value = $value; - } - - /** - * Create a new error value. - * - * @template S - * - * @param S $value - * - * @return \GrahamCampbell\ResultType\Result - */ - public static function create($value) - { - return new self($value); - } - - /** - * Get the success option value. - * - * @return \PhpOption\Option - */ - public function success() - { - return Some::create($this->value); - } - - /** - * Map over the success value. - * - * @template S - * - * @param callable(T):S $f - * - * @return \GrahamCampbell\ResultType\Result - */ - public function map(callable $f) - { - return self::create($f($this->value)); - } - - /** - * Flat map over the success value. - * - * @template S - * @template F - * - * @param callable(T):\GrahamCampbell\ResultType\Result $f - * - * @return \GrahamCampbell\ResultType\Result - */ - public function flatMap(callable $f) - { - return $f($this->value); - } - - /** - * Get the error option value. - * - * @return \PhpOption\Option - */ - public function error() - { - return None::create(); - } - - /** - * Map over the error value. - * - * @template F - * - * @param callable(E):F $f - * - * @return \GrahamCampbell\ResultType\Result - */ - public function mapError(callable $f) - { - return self::create($this->value); - } -} diff --git a/Sources/vendor/phpoption/phpoption/LICENSE b/Sources/vendor/phpoption/phpoption/LICENSE deleted file mode 100644 index f49a4e16..00000000 --- a/Sources/vendor/phpoption/phpoption/LICENSE +++ /dev/null @@ -1,201 +0,0 @@ - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. \ No newline at end of file diff --git a/Sources/vendor/phpoption/phpoption/composer.json b/Sources/vendor/phpoption/phpoption/composer.json deleted file mode 100644 index 82a83005..00000000 --- a/Sources/vendor/phpoption/phpoption/composer.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "phpoption/phpoption", - "description": "Option Type for PHP", - "keywords": ["php", "option", "language", "type"], - "license": "Apache-2.0", - "authors": [ - { - "name": "Johannes M. Schmitt", - "email": "schmittjoh@gmail.com", - "homepage": "https://github.com/schmittjoh" - }, - { - "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk", - "homepage": "https://github.com/GrahamCampbell" - } - ], - "require": { - "php": "^7.2.5 || ^8.0" - }, - "require-dev": { - "bamarni/composer-bin-plugin": "^1.8.2", - "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12" - }, - "autoload": { - "psr-4": { - "PhpOption\\": "src/PhpOption/" - } - }, - "autoload-dev": { - "psr-4": { - "PhpOption\\Tests\\": "tests/PhpOption/Tests/" - } - }, - "config": { - "allow-plugins": { - "bamarni/composer-bin-plugin": true - }, - "preferred-install": "dist" - }, - "extra": { - "bamarni-bin": { - "bin-links": true, - "forward-command": true - }, - "branch-alias": { - "dev-master": "1.9-dev" - } - }, - "minimum-stability": "dev", - "prefer-stable": true -} diff --git a/Sources/vendor/phpoption/phpoption/src/PhpOption/LazyOption.php b/Sources/vendor/phpoption/phpoption/src/PhpOption/LazyOption.php deleted file mode 100644 index 9cb77c86..00000000 --- a/Sources/vendor/phpoption/phpoption/src/PhpOption/LazyOption.php +++ /dev/null @@ -1,175 +0,0 @@ - - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -namespace PhpOption; - -use Traversable; - -/** - * @template T - * - * @extends Option - */ -final class LazyOption extends Option -{ - /** @var callable(mixed...):(Option) */ - private $callback; - - /** @var array */ - private $arguments; - - /** @var Option|null */ - private $option; - - /** - * @template S - * @param callable(mixed...):(Option) $callback - * @param array $arguments - * - * @return LazyOption - */ - public static function create($callback, array $arguments = []): self - { - return new self($callback, $arguments); - } - - /** - * @param callable(mixed...):(Option) $callback - * @param array $arguments - */ - public function __construct($callback, array $arguments = []) - { - if (!is_callable($callback)) { - throw new \InvalidArgumentException('Invalid callback given'); - } - - $this->callback = $callback; - $this->arguments = $arguments; - } - - public function isDefined(): bool - { - return $this->option()->isDefined(); - } - - public function isEmpty(): bool - { - return $this->option()->isEmpty(); - } - - public function get() - { - return $this->option()->get(); - } - - public function getOrElse($default) - { - return $this->option()->getOrElse($default); - } - - public function getOrCall($callable) - { - return $this->option()->getOrCall($callable); - } - - public function getOrThrow(\Exception $ex) - { - return $this->option()->getOrThrow($ex); - } - - public function orElse(Option $else) - { - return $this->option()->orElse($else); - } - - public function ifDefined($callable) - { - $this->option()->forAll($callable); - } - - public function forAll($callable) - { - return $this->option()->forAll($callable); - } - - public function map($callable) - { - return $this->option()->map($callable); - } - - public function flatMap($callable) - { - return $this->option()->flatMap($callable); - } - - public function filter($callable) - { - return $this->option()->filter($callable); - } - - public function filterNot($callable) - { - return $this->option()->filterNot($callable); - } - - public function select($value) - { - return $this->option()->select($value); - } - - public function reject($value) - { - return $this->option()->reject($value); - } - - /** - * @return Traversable - */ - public function getIterator(): Traversable - { - return $this->option()->getIterator(); - } - - public function foldLeft($initialValue, $callable) - { - return $this->option()->foldLeft($initialValue, $callable); - } - - public function foldRight($initialValue, $callable) - { - return $this->option()->foldRight($initialValue, $callable); - } - - /** - * @return Option - */ - private function option(): Option - { - if (null === $this->option) { - /** @var mixed */ - $option = call_user_func_array($this->callback, $this->arguments); - if ($option instanceof Option) { - $this->option = $option; - } else { - throw new \RuntimeException(sprintf('Expected instance of %s', Option::class)); - } - } - - return $this->option; - } -} diff --git a/Sources/vendor/phpoption/phpoption/src/PhpOption/None.php b/Sources/vendor/phpoption/phpoption/src/PhpOption/None.php deleted file mode 100644 index 4b85d22d..00000000 --- a/Sources/vendor/phpoption/phpoption/src/PhpOption/None.php +++ /dev/null @@ -1,136 +0,0 @@ - - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -namespace PhpOption; - -use EmptyIterator; - -/** - * @extends Option - */ -final class None extends Option -{ - /** @var None|null */ - private static $instance; - - /** - * @return None - */ - public static function create(): self - { - if (null === self::$instance) { - self::$instance = new self(); - } - - return self::$instance; - } - - public function get() - { - throw new \RuntimeException('None has no value.'); - } - - public function getOrCall($callable) - { - return $callable(); - } - - public function getOrElse($default) - { - return $default; - } - - public function getOrThrow(\Exception $ex) - { - throw $ex; - } - - public function isEmpty(): bool - { - return true; - } - - public function isDefined(): bool - { - return false; - } - - public function orElse(Option $else) - { - return $else; - } - - public function ifDefined($callable) - { - // Just do nothing in that case. - } - - public function forAll($callable) - { - return $this; - } - - public function map($callable) - { - return $this; - } - - public function flatMap($callable) - { - return $this; - } - - public function filter($callable) - { - return $this; - } - - public function filterNot($callable) - { - return $this; - } - - public function select($value) - { - return $this; - } - - public function reject($value) - { - return $this; - } - - public function getIterator(): EmptyIterator - { - return new EmptyIterator(); - } - - public function foldLeft($initialValue, $callable) - { - return $initialValue; - } - - public function foldRight($initialValue, $callable) - { - return $initialValue; - } - - private function __construct() - { - } -} diff --git a/Sources/vendor/phpoption/phpoption/src/PhpOption/Option.php b/Sources/vendor/phpoption/phpoption/src/PhpOption/Option.php deleted file mode 100644 index 172924cf..00000000 --- a/Sources/vendor/phpoption/phpoption/src/PhpOption/Option.php +++ /dev/null @@ -1,434 +0,0 @@ - - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -namespace PhpOption; - -use ArrayAccess; -use IteratorAggregate; - -/** - * @template T - * - * @implements IteratorAggregate - */ -abstract class Option implements IteratorAggregate -{ - /** - * Creates an option given a return value. - * - * This is intended for consuming existing APIs and allows you to easily - * convert them to an option. By default, we treat ``null`` as the None - * case, and everything else as Some. - * - * @template S - * - * @param S $value The actual return value. - * @param S $noneValue The value which should be considered "None"; null by - * default. - * - * @return Option - */ - public static function fromValue($value, $noneValue = null) - { - if ($value === $noneValue) { - return None::create(); - } - - return new Some($value); - } - - /** - * Creates an option from an array's value. - * - * If the key does not exist in the array, the array is not actually an - * array, or the array's value at the given key is null, None is returned. - * Otherwise, Some is returned wrapping the value at the given key. - * - * @template S - * - * @param array|ArrayAccess|null $array A potential array or \ArrayAccess value. - * @param string $key The key to check. - * - * @return Option - */ - public static function fromArraysValue($array, $key) - { - if (!(is_array($array) || $array instanceof ArrayAccess) || !isset($array[$key])) { - return None::create(); - } - - return new Some($array[$key]); - } - - /** - * Creates a lazy-option with the given callback. - * - * This is also a helper constructor for lazy-consuming existing APIs where - * the return value is not yet an option. By default, we treat ``null`` as - * None case, and everything else as Some. - * - * @template S - * - * @param callable $callback The callback to evaluate. - * @param array $arguments The arguments for the callback. - * @param S $noneValue The value which should be considered "None"; - * null by default. - * - * @return LazyOption - */ - public static function fromReturn($callback, array $arguments = [], $noneValue = null) - { - return new LazyOption(static function () use ($callback, $arguments, $noneValue) { - /** @var mixed */ - $return = call_user_func_array($callback, $arguments); - - if ($return === $noneValue) { - return None::create(); - } - - return new Some($return); - }); - } - - /** - * Option factory, which creates new option based on passed value. - * - * If value is already an option, it simply returns. If value is callable, - * LazyOption with passed callback created and returned. If Option - * returned from callback, it returns directly. On other case value passed - * to Option::fromValue() method. - * - * @template S - * - * @param Option|callable|S $value - * @param S $noneValue Used when $value is mixed or - * callable, for None-check. - * - * @return Option|LazyOption - */ - public static function ensure($value, $noneValue = null) - { - if ($value instanceof self) { - return $value; - } elseif (is_callable($value)) { - return new LazyOption(static function () use ($value, $noneValue) { - /** @var mixed */ - $return = $value(); - - if ($return instanceof self) { - return $return; - } else { - return self::fromValue($return, $noneValue); - } - }); - } else { - return self::fromValue($value, $noneValue); - } - } - - /** - * Lift a function so that it accepts Option as parameters. - * - * We return a new closure that wraps the original callback. If any of the - * parameters passed to the lifted function is empty, the function will - * return a value of None. Otherwise, we will pass all parameters to the - * original callback and return the value inside a new Option, unless an - * Option is returned from the function, in which case, we use that. - * - * @template S - * - * @param callable $callback - * @param mixed $noneValue - * - * @return callable - */ - public static function lift($callback, $noneValue = null) - { - return static function () use ($callback, $noneValue) { - /** @var array */ - $args = func_get_args(); - - $reduced_args = array_reduce( - $args, - /** @param bool $status */ - static function ($status, self $o) { - return $o->isEmpty() ? true : $status; - }, - false - ); - // if at least one parameter is empty, return None - if ($reduced_args) { - return None::create(); - } - - $args = array_map( - /** @return T */ - static function (self $o) { - // it is safe to do so because the fold above checked - // that all arguments are of type Some - /** @var T */ - return $o->get(); - }, - $args - ); - - return self::ensure(call_user_func_array($callback, $args), $noneValue); - }; - } - - /** - * Returns the value if available, or throws an exception otherwise. - * - * @throws \RuntimeException If value is not available. - * - * @return T - */ - abstract public function get(); - - /** - * Returns the value if available, or the default value if not. - * - * @template S - * - * @param S $default - * - * @return T|S - */ - abstract public function getOrElse($default); - - /** - * Returns the value if available, or the results of the callable. - * - * This is preferable over ``getOrElse`` if the computation of the default - * value is expensive. - * - * @template S - * - * @param callable():S $callable - * - * @return T|S - */ - abstract public function getOrCall($callable); - - /** - * Returns the value if available, or throws the passed exception. - * - * @param \Exception $ex - * - * @return T - */ - abstract public function getOrThrow(\Exception $ex); - - /** - * Returns true if no value is available, false otherwise. - * - * @return bool - */ - abstract public function isEmpty(); - - /** - * Returns true if a value is available, false otherwise. - * - * @return bool - */ - abstract public function isDefined(); - - /** - * Returns this option if non-empty, or the passed option otherwise. - * - * This can be used to try multiple alternatives, and is especially useful - * with lazy evaluating options: - * - * ```php - * $repo->findSomething() - * ->orElse(new LazyOption(array($repo, 'findSomethingElse'))) - * ->orElse(new LazyOption(array($repo, 'createSomething'))); - * ``` - * - * @param Option $else - * - * @return Option - */ - abstract public function orElse(self $else); - - /** - * This is similar to map() below except that the return value has no meaning; - * the passed callable is simply executed if the option is non-empty, and - * ignored if the option is empty. - * - * In all cases, the return value of the callable is discarded. - * - * ```php - * $comment->getMaybeFile()->ifDefined(function($file) { - * // Do something with $file here. - * }); - * ``` - * - * If you're looking for something like ``ifEmpty``, you can use ``getOrCall`` - * and ``getOrElse`` in these cases. - * - * @deprecated Use forAll() instead. - * - * @param callable(T):mixed $callable - * - * @return void - */ - abstract public function ifDefined($callable); - - /** - * This is similar to map() except that the return value of the callable has no meaning. - * - * The passed callable is simply executed if the option is non-empty, and ignored if the - * option is empty. This method is preferred for callables with side-effects, while map() - * is intended for callables without side-effects. - * - * @param callable(T):mixed $callable - * - * @return Option - */ - abstract public function forAll($callable); - - /** - * Applies the callable to the value of the option if it is non-empty, - * and returns the return value of the callable wrapped in Some(). - * - * If the option is empty, then the callable is not applied. - * - * ```php - * (new Some("foo"))->map('strtoupper')->get(); // "FOO" - * ``` - * - * @template S - * - * @param callable(T):S $callable - * - * @return Option - */ - abstract public function map($callable); - - /** - * Applies the callable to the value of the option if it is non-empty, and - * returns the return value of the callable directly. - * - * In contrast to ``map``, the return value of the callable is expected to - * be an Option itself; it is not automatically wrapped in Some(). - * - * @template S - * - * @param callable(T):Option $callable must return an Option - * - * @return Option - */ - abstract public function flatMap($callable); - - /** - * If the option is empty, it is returned immediately without applying the callable. - * - * If the option is non-empty, the callable is applied, and if it returns true, - * the option itself is returned; otherwise, None is returned. - * - * @param callable(T):bool $callable - * - * @return Option - */ - abstract public function filter($callable); - - /** - * If the option is empty, it is returned immediately without applying the callable. - * - * If the option is non-empty, the callable is applied, and if it returns false, - * the option itself is returned; otherwise, None is returned. - * - * @param callable(T):bool $callable - * - * @return Option - */ - abstract public function filterNot($callable); - - /** - * If the option is empty, it is returned immediately. - * - * If the option is non-empty, and its value does not equal the passed value - * (via a shallow comparison ===), then None is returned. Otherwise, the - * Option is returned. - * - * In other words, this will filter all but the passed value. - * - * @param T $value - * - * @return Option - */ - abstract public function select($value); - - /** - * If the option is empty, it is returned immediately. - * - * If the option is non-empty, and its value does equal the passed value (via - * a shallow comparison ===), then None is returned; otherwise, the Option is - * returned. - * - * In other words, this will let all values through except the passed value. - * - * @param T $value - * - * @return Option - */ - abstract public function reject($value); - - /** - * Binary operator for the initial value and the option's value. - * - * If empty, the initial value is returned. If non-empty, the callable - * receives the initial value and the option's value as arguments. - * - * ```php - * - * $some = new Some(5); - * $none = None::create(); - * $result = $some->foldLeft(1, function($a, $b) { return $a + $b; }); // int(6) - * $result = $none->foldLeft(1, function($a, $b) { return $a + $b; }); // int(1) - * - * // This can be used instead of something like the following: - * $option = Option::fromValue($integerOrNull); - * $result = 1; - * if ( ! $option->isEmpty()) { - * $result += $option->get(); - * } - * ``` - * - * @template S - * - * @param S $initialValue - * @param callable(S, T):S $callable - * - * @return S - */ - abstract public function foldLeft($initialValue, $callable); - - /** - * foldLeft() but with reversed arguments for the callable. - * - * @template S - * - * @param S $initialValue - * @param callable(T, S):S $callable - * - * @return S - */ - abstract public function foldRight($initialValue, $callable); -} diff --git a/Sources/vendor/phpoption/phpoption/src/PhpOption/Some.php b/Sources/vendor/phpoption/phpoption/src/PhpOption/Some.php deleted file mode 100644 index 032632ea..00000000 --- a/Sources/vendor/phpoption/phpoption/src/PhpOption/Some.php +++ /dev/null @@ -1,169 +0,0 @@ - - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -namespace PhpOption; - -use ArrayIterator; - -/** - * @template T - * - * @extends Option - */ -final class Some extends Option -{ - /** @var T */ - private $value; - - /** - * @param T $value - */ - public function __construct($value) - { - $this->value = $value; - } - - /** - * @template U - * - * @param U $value - * - * @return Some - */ - public static function create($value): self - { - return new self($value); - } - - public function isDefined(): bool - { - return true; - } - - public function isEmpty(): bool - { - return false; - } - - public function get() - { - return $this->value; - } - - public function getOrElse($default) - { - return $this->value; - } - - public function getOrCall($callable) - { - return $this->value; - } - - public function getOrThrow(\Exception $ex) - { - return $this->value; - } - - public function orElse(Option $else) - { - return $this; - } - - public function ifDefined($callable) - { - $this->forAll($callable); - } - - public function forAll($callable) - { - $callable($this->value); - - return $this; - } - - public function map($callable) - { - return new self($callable($this->value)); - } - - public function flatMap($callable) - { - /** @var mixed */ - $rs = $callable($this->value); - if (!$rs instanceof Option) { - throw new \RuntimeException('Callables passed to flatMap() must return an Option. Maybe you should use map() instead?'); - } - - return $rs; - } - - public function filter($callable) - { - if (true === $callable($this->value)) { - return $this; - } - - return None::create(); - } - - public function filterNot($callable) - { - if (false === $callable($this->value)) { - return $this; - } - - return None::create(); - } - - public function select($value) - { - if ($this->value === $value) { - return $this; - } - - return None::create(); - } - - public function reject($value) - { - if ($this->value === $value) { - return None::create(); - } - - return $this; - } - - /** - * @return ArrayIterator - */ - public function getIterator(): ArrayIterator - { - return new ArrayIterator([$this->value]); - } - - public function foldLeft($initialValue, $callable) - { - return $callable($initialValue, $this->value); - } - - public function foldRight($initialValue, $callable) - { - return $callable($this->value, $initialValue); - } -} diff --git a/Sources/vendor/phpunit/php-code-coverage/ChangeLog-10.1.md b/Sources/vendor/phpunit/php-code-coverage/ChangeLog-10.1.md new file mode 100644 index 00000000..f9502e8c --- /dev/null +++ b/Sources/vendor/phpunit/php-code-coverage/ChangeLog-10.1.md @@ -0,0 +1,83 @@ +# ChangeLog + +All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. + +## [10.1.9] - 2023-11-23 + +### Fixed + +* [#1020](https://github.com/sebastianbergmann/php-code-coverage/issues/1020): Single line method is ignored + +## [10.1.8] - 2023-11-15 + +### Fixed + +* [#1018](https://github.com/sebastianbergmann/php-code-coverage/issues/1018): Interface methods are not ignored when their signature is split over multiple lines + +## [10.1.7] - 2023-10-04 + +### Fixed + +* [#1014](https://github.com/sebastianbergmann/php-code-coverage/issues/1014): Incorrect statement count in coverage report for constructor property promotion + +## [10.1.6] - 2023-09-19 + +### Fixed + +* [#1012](https://github.com/sebastianbergmann/php-code-coverage/issues/1012): Cobertura report pulls functions from report scope, not the individual element + +## [10.1.5] - 2023-09-12 + +### Changed + +* [#1011](https://github.com/sebastianbergmann/php-code-coverage/pull/1011): Avoid serialization of cache data in PHP report + +## [10.1.4] - 2023-08-31 + +### Fixed + +* Exceptions of type `SebastianBergmann\Template\Exception` are now properly handled + +## [10.1.3] - 2023-07-26 + +### Changed + +* The result of `CodeCoverage::getReport()` is now cached + +### Fixed + +* Static analysis cache keys do not include configuration settings that affect source code parsing +* The Clover, Cobertura, Crap4j, and PHP report writers no longer create a `php:` directory when they should write to `php://stdout`, for instance + +## [10.1.2] - 2023-05-22 + +### Fixed + +* [#998](https://github.com/sebastianbergmann/php-code-coverage/pull/998): Group Use Declarations are not handled properly + +## [10.1.1] - 2023-04-17 + +### Fixed + +* [#994](https://github.com/sebastianbergmann/php-code-coverage/issues/994): Argument `$linesToBeIgnored` of `CodeCoverage::stop()` has no effect for files that are not executed at all + +## [10.1.0] - 2023-04-13 + +### Added + +* [#982](https://github.com/sebastianbergmann/php-code-coverage/issues/982): Add option to ignore lines from code coverage + +### Deprecated + +* The `SebastianBergmann\CodeCoverage\Filter::includeDirectory()`, `SebastianBergmann\CodeCoverage\Filter::excludeDirectory()`, and `SebastianBergmann\CodeCoverage\Filter::excludeFile()` methods are now deprecated + +[10.1.9]: https://github.com/sebastianbergmann/php-code-coverage/compare/10.1.8...10.1.9 +[10.1.8]: https://github.com/sebastianbergmann/php-code-coverage/compare/10.1.7...10.1.8 +[10.1.7]: https://github.com/sebastianbergmann/php-code-coverage/compare/10.1.6...10.1.7 +[10.1.6]: https://github.com/sebastianbergmann/php-code-coverage/compare/10.1.5...10.1.6 +[10.1.5]: https://github.com/sebastianbergmann/php-code-coverage/compare/10.1.4...10.1.5 +[10.1.4]: https://github.com/sebastianbergmann/php-code-coverage/compare/10.1.3...10.1.4 +[10.1.3]: https://github.com/sebastianbergmann/php-code-coverage/compare/10.1.2...10.1.3 +[10.1.2]: https://github.com/sebastianbergmann/php-code-coverage/compare/10.1.1...10.1.2 +[10.1.1]: https://github.com/sebastianbergmann/php-code-coverage/compare/10.1.0...10.1.1 +[10.1.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/10.0.2...10.1.0 diff --git a/Sources/vendor/phpunit/php-code-coverage/ChangeLog-9.2.md b/Sources/vendor/phpunit/php-code-coverage/ChangeLog-9.2.md deleted file mode 100755 index a2c34331..00000000 --- a/Sources/vendor/phpunit/php-code-coverage/ChangeLog-9.2.md +++ /dev/null @@ -1,563 +0,0 @@ -# ChangeLog - -All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. - -## [9.2.29] - 2023-09-19 - -### Fixed - -* [#1012](https://github.com/sebastianbergmann/php-code-coverage/issues/1012): Cobertura report pulls functions from report scope, not the individual element - -## [9.2.28] - 2023-09-12 - -### Changed - -* [#1011](https://github.com/sebastianbergmann/php-code-coverage/pull/1011): Avoid serialization of cache data in PHP report - -## [9.2.27] - 2023-07-26 - -### Changed - -* The result of `CodeCoverage::getReport()` is now cached - -### Fixed - -* Static analysis cache keys do not include configuration settings that affect source code parsing -* The Clover, Cobertura, Crap4j, and PHP report writers no longer create a `php:` directory when they should write to `php://stdout`, for instance - -## [9.2.26] - 2023-03-06 - -### Changed - -* Improved the legend on the file pages of the HTML code coverage report - -## [9.2.25] - 2023-02-25 - -### Fixed - -* [#981](https://github.com/sebastianbergmann/php-code-coverage/issues/981): `CodeUnitFindingVisitor` does not support DNF types - -## [9.2.24] - 2023-01-26 - -### Changed - -* [#970](https://github.com/sebastianbergmann/php-code-coverage/issues/970): CSS and JavaScript assets are now referenced using `?v=%s` URLs in the HTML report to avoid cache issues - -## [9.2.23] - 2022-12-28 - -### Fixed - -* [#971](https://github.com/sebastianbergmann/php-code-coverage/issues/971): PHP report does not handle serialized code coverage data larger than 2 GB -* [#974](https://github.com/sebastianbergmann/php-code-coverage/issues/974): Executable line analysis fails for declarations with enumerations and unions - -## [9.2.22] - 2022-12-18 - -### Fixed - -* [#969](https://github.com/sebastianbergmann/php-code-coverage/pull/969): Fixed identifying line with `throw` as executable - -## [9.2.21] - 2022-12-14 - -### Changed - -* [#964](https://github.com/sebastianbergmann/php-code-coverage/pull/964): Changed how executable lines are identified - -## [9.2.20] - 2022-12-13 - -### Fixed - -* [#960](https://github.com/sebastianbergmann/php-code-coverage/issues/960): New body font-size is way too big - -## [9.2.19] - 2022-11-18 - -### Fixed - -* [#949](https://github.com/sebastianbergmann/php-code-coverage/pull/949): Various issues related to identifying executable lines - -### Changed - -* Tweaked CSS for HTML report -* Updated bundled CSS/JavaScript components used for HTML report: Bootstrap 4.6.2 and jQuery 3.6.1 - -## [9.2.18] - 2022-10-27 - -### Fixed - -* [#935](https://github.com/sebastianbergmann/php-code-coverage/pull/935): Cobertura package name attribute is always empty -* [#946](https://github.com/sebastianbergmann/php-code-coverage/issues/946): `return` with multiline constant expression must only contain the last line - -## [9.2.17] - 2022-08-30 - -### Changed - -* [#928](https://github.com/sebastianbergmann/php-code-coverage/pull/928): Avoid unnecessary `is_file()` calls -* [#931](https://github.com/sebastianbergmann/php-code-coverage/pull/931): Use MD5 instead of CRC32 for static analysis cache file identifier - -### Fixed - -* [#926](https://github.com/sebastianbergmann/php-code-coverage/pull/926): Static Analysis cache does not work with `open_basedir` - -## [9.2.16] - 2022-08-20 - -### Fixed - -* [#926](https://github.com/sebastianbergmann/php-code-coverage/issues/926): File view has wrong colouring for the first column - -## [9.2.15] - 2022-03-07 - -### Fixed - -* [#885](https://github.com/sebastianbergmann/php-code-coverage/issues/885): Files that have only `\r` (CR, 0x0d) EOL characters are not handled correctly -* [#907](https://github.com/sebastianbergmann/php-code-coverage/issues/907): Line with only `return [` is not recognized as executable - -## [9.2.14] - 2022-02-28 - -### Fixed - -* [#904](https://github.com/sebastianbergmann/php-code-coverage/issues/904): Lines of code containing the `match` keyword were not recognized as executable correctly -* [#905](https://github.com/sebastianbergmann/php-code-coverage/issues/905): Lines of code in constructors were not recognized as executable correctly when constructor property promotion is used - -## [9.2.13] - 2022-02-23 - -### Changed - -* The contents of the static analysis sourcecode files is now used to generate the static analysis cache version identifier - -### Fixed - -* Reverted rename of `SebastianBergmann\CodeCoverage\ProcessedCodeCoverageData` to `SebastianBergmann\CodeCoverage\Data\ProcessedCodeCoverageData` (this class is marked as `@internal` and not covered by the backward compatibility promise, but it is (still) used directly by PHPUnit) -* Reverted rename of `SebastianBergmann\CodeCoverage\RawCodeCoverageData` to `SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData` (this class is marked as `@internal` and not covered by the backward compatibility promise, but it is (still) used directly by PHPUnit) -* The `ArrayDim`, `Cast`, and `MethodCall` nodes are now considered when determining whether a line of code is executable or not - -## [9.2.12] - 2022-02-23 [YANKED] - -### Changed - -* [#898](https://github.com/sebastianbergmann/php-code-coverage/pull/898): Use content hash instead of `filemtime()` to determine cache hit/miss - -### Fixed - -* [#736](https://github.com/sebastianbergmann/php-code-coverage/issues/736): HTML report generator allows invalid values for low upper bound and high lower bound -* [#854](https://github.com/sebastianbergmann/php-code-coverage/issues/854): "Class Coverage Distribution" and "Class Complexity" graphs are not displayed at full width -* [#897](https://github.com/sebastianbergmann/php-code-coverage/issues/897): `declare(strict_types=1)` marked as uncovered - -## [9.2.11] - 2022-02-18 - -### Changed - -* `CoveredFileAnalyser` and `UncoveredFileAnalyser` have been combined to `FileAnalyser` -* Updated bundled CSS/JavaScript components used for HTML report: Bootstrap 4.6.1, jQuery 3.6.0, and popper.js 1.16.1 - -### Fixed - -* [#889](https://github.com/sebastianbergmann/php-code-coverage/issues/889): Code Coverage depends on autoload order - -## [9.2.10] - 2021-12-05 - -### Fixed - -* [#887](https://github.com/sebastianbergmann/php-code-coverage/issues/887): Document return type of `CodeUnitFindingVisitor::enterNode()` so that Symfony's DebugClassLoader does not trigger a deprecation warning - -## [9.2.9] - 2021-11-19 - -### Fixed - -* [#882](https://github.com/sebastianbergmann/php-code-coverage/issues/882): PHPUnit 9.2.8 has wrong version number - -## [9.2.8] - 2021-10-30 - -### Fixed - -* [#866](https://github.com/sebastianbergmann/php-code-coverage/issues/866): `CodeUnitFindingVisitor` does not handle `enum` type introduced in PHP 8.1 -* [#868](https://github.com/sebastianbergmann/php-code-coverage/pull/868): Uncovered files should be ignored unless requested -* [#876](https://github.com/sebastianbergmann/php-code-coverage/issues/876): PCOV driver causes 2x slowdown after upgrade to PHPUnit 9.5 - -## [9.2.7] - 2021-09-17 - -### Fixed - -* [#860](https://github.com/sebastianbergmann/php-code-coverage/pull/860): Empty value for `XDEBUG_MODE` environment variable is not handled correctly - -## [9.2.6] - 2021-03-28 - -### Fixed - -* [#846](https://github.com/sebastianbergmann/php-code-coverage/issues/846): Method name should not appear in the method signature attribute of Cobertura XML - -## [9.2.5] - 2020-11-28 - -### Fixed - -* [#831](https://github.com/sebastianbergmann/php-code-coverage/issues/831): Files that do not contain a newline are not handled correctly - -## [9.2.4] - 2020-11-27 - -### Added - -* [#834](https://github.com/sebastianbergmann/php-code-coverage/issues/834): Support `XDEBUG_MODE` environment variable - -## [9.2.3] - 2020-10-30 - -### Changed - -* Bumped required version of `nikic/php-parser` - -## [9.2.2] - 2020-10-28 - -### Fixed - -* [#820](https://github.com/sebastianbergmann/php-code-coverage/issues/820): Hidden dependency on PHPUnit - -## [9.2.1] - 2020-10-26 - -### Fixed - -* `SebastianBergmann\CodeCoverage\Exception` now correctly extends `\Throwable` - -## [9.2.0] - 2020-10-02 - -### Added - -* [#812](https://github.com/sebastianbergmann/php-code-coverage/pull/812): Support for Cobertura XML report format - -### Changed - -* Reduced the number of I/O operations performed by the static analysis cache - -## [9.1.11] - 2020-09-19 - -### Fixed - -* [#811](https://github.com/sebastianbergmann/php-code-coverage/issues/811): `T_FN` constant is used on PHP 7.3 where it is not available - -## [9.1.10] - 2020-09-18 - -### Added - -* `SebastianBergmann\CodeCoverage\Driver\Selector::forLineCoverage()` and `SebastianBergmann\CodeCoverage\Driver\Selector::forLineAndPathCoverage()` have been added - -### Fixed - -* [#810](https://github.com/sebastianbergmann/php-code-coverage/issues/810): `SebastianBergmann\CodeCoverage\Driver\Driver::forLineCoverage()` and `SebastianBergmann\CodeCoverage\Driver\Driver::forLineAndPathCoverage()` are marked as internal - -### Removed - -* `SebastianBergmann\CodeCoverage\Driver\Driver::forLineCoverage()` and `SebastianBergmann\CodeCoverage\Driver\Driver::forLineAndPathCoverage()` are now deprecated - -## [9.1.9] - 2020-09-15 - -### Fixed - -* [#808](https://github.com/sebastianbergmann/php-code-coverage/issues/808): `PHP Warning: Use of undefined constant T_MATCH` - -## [9.1.8] - 2020-09-07 - -### Changed - -* [#800](https://github.com/sebastianbergmann/php-code-coverage/pull/800): All files on the inclusion list are no longer loaded when `SebastianBergmann\CodeCoverage::start()` is called for the first time and `processUncoveredFiles` is set to `true` - -### Fixed - -* [#799](https://github.com/sebastianbergmann/php-code-coverage/issues/799): Uncovered new line at end of file - -## [9.1.7] - 2020-09-03 - -### Fixed - -* Fixed regressions introduced in versions 9.1.5 and 9.1.6 - -## [9.1.6] - 2020-08-31 - -### Fixed - -* [#799](https://github.com/sebastianbergmann/php-code-coverage/issues/799): Uncovered new line at end of file -* [#803](https://github.com/sebastianbergmann/php-code-coverage/issues/803): HTML report does not sort directories and files anymore - -## [9.1.5] - 2020-08-27 - -### Changed - -* [#800](https://github.com/sebastianbergmann/php-code-coverage/pull/800): All files on the inclusion list are no longer loaded when `SebastianBergmann\CodeCoverage::start()` is called for the first time and `processUncoveredFiles` is set to `true` - -### Fixed - -* [#797](https://github.com/sebastianbergmann/php-code-coverage/pull/797): Class name is wrongly removed from namespace name - -## [9.1.4] - 2020-08-13 - -### Fixed - -* [#793](https://github.com/sebastianbergmann/php-code-coverage/issues/793): Lines with `::class` constant are not covered - -## [9.1.3] - 2020-08-10 - -### Changed - -* Changed PHP-Parser usage to parse sourcecode according to the PHP version we are currently running on instead of using emulative lexing - -## [9.1.2] - 2020-08-10 - -### Fixed - -* [#791](https://github.com/sebastianbergmann/php-code-coverage/pull/791): Cache Warmer does not warm all caches - -## [9.1.1] - 2020-08-10 - -### Added - -* Added `SebastianBergmann\CodeCoverage::cacheDirectory()` method for querying where the cache writes its files - -## [9.1.0] - 2020-08-10 - -### Added - -* Implemented a persistent cache for information gathered using PHP-Parser based static analysis (hereinafter referred to as "cache") -* Added `SebastianBergmann\CodeCoverage::cacheStaticAnalysis(string $cacheDirectory)` method for enabling the cache; it will write its files to `$directory` -* Added `SebastianBergmann\CodeCoverage::doNotCacheStaticAnalysis` method for disabling the cache -* Added `SebastianBergmann\CodeCoverage::cachesStaticAnalysis()` method for querying whether the cache is enabled -* Added `SebastianBergmann\CodeCoverage\StaticAnalysis\CacheWarmer::warmCache()` method for warming the cache - -## [9.0.0] - 2020-08-07 - -### Added - -* [#761](https://github.com/sebastianbergmann/php-code-coverage/pull/761): Support for Branch Coverage and Path Coverage -* Added `SebastianBergmann\CodeCoverage\Driver\Driver::forLineCoverage()` for selecting the best available driver for line coverage -* Added `SebastianBergmann\CodeCoverage\Driver\Driver::forLineAndPathCoverage()` for selecting the best available driver for path coverage -* This component is now supported on PHP 8 -* This component now supports Xdebug 3 - -### Changed - -* [#746](https://github.com/sebastianbergmann/php-code-coverage/pull/746): Remove some ancient workarounds for very old Xdebug versions -* [#747](https://github.com/sebastianbergmann/php-code-coverage/pull/747): Use native filtering in PCOV and Xdebug drivers -* [#748](https://github.com/sebastianbergmann/php-code-coverage/pull/748): Store raw code coverage in value objects instead of arrays -* [#749](https://github.com/sebastianbergmann/php-code-coverage/pull/749): Store processed code coverage in value objects instead of arrays -* [#752](https://github.com/sebastianbergmann/php-code-coverage/pull/752): Rework how code coverage settings are propagated to the driver -* [#754](https://github.com/sebastianbergmann/php-code-coverage/pull/754): Implement collection of raw branch and path coverage -* [#755](https://github.com/sebastianbergmann/php-code-coverage/pull/755): Implement processing of raw branch and path coverage -* [#756](https://github.com/sebastianbergmann/php-code-coverage/pull/756): Improve handling of uncovered files -* `SebastianBergmann\CodeCoverage\Filter::addDirectoryToWhitelist()` has been renamed to `SebastianBergmann\CodeCoverage\Filter::includeDirectory()` -* `SebastianBergmann\CodeCoverage\Filter::addFilesToWhitelist()` has been renamed to `SebastianBergmann\CodeCoverage\Filter::includeFiles()` -* `SebastianBergmann\CodeCoverage\Filter::addFileToWhitelist()` has been renamed to `SebastianBergmann\CodeCoverage\Filter::includeFile()` -* `SebastianBergmann\CodeCoverage\Filter::removeDirectoryFromWhitelist()` has been renamed to `SebastianBergmann\CodeCoverage\Filter::excludeDirectory()` -* `SebastianBergmann\CodeCoverage\Filter::removeFileFromWhitelist()` has been renamed to `SebastianBergmann\CodeCoverage\Filter::excludeFile()` -* `SebastianBergmann\CodeCoverage\Filter::isFiltered()` has been renamed to `SebastianBergmann\CodeCoverage\Filter::isExcluded()` -* `SebastianBergmann\CodeCoverage\Filter::getWhitelist()` has been renamed to `SebastianBergmann\CodeCoverage\Filter::files()` -* The arguments for `CodeCoverage::__construct()` are no longer optional - -### Fixed - -* [#700](https://github.com/sebastianbergmann/php-code-coverage/pull/700): Throw an exception if code coverage fails to write to disk - -### Removed - -* `SebastianBergmann\CodeCoverage\CodeCoverage::setCacheTokens()` and `SebastianBergmann\CodeCoverage\CodeCoverage::getCacheTokens()` have been removed -* `SebastianBergmann\CodeCoverage\CodeCoverage::setCheckForUnintentionallyCoveredCode()` has been removed, please use `SebastianBergmann\CodeCoverage\CodeCoverage::enableCheckForUnintentionallyCoveredCode()` or `SebastianBergmann\CodeCoverage\CodeCoverage::disableCheckForUnintentionallyCoveredCode()` instead -* `SebastianBergmann\CodeCoverage\CodeCoverage::setSubclassesExcludedFromUnintentionallyCoveredCodeCheck()` has been removed, please use `SebastianBergmann\CodeCoverage\CodeCoverage::excludeSubclassesOfThisClassFromUnintentionallyCoveredCodeCheck()` instead -* `SebastianBergmann\CodeCoverage\CodeCoverage::setAddUncoveredFilesFromWhitelist()` has been removed, please use `SebastianBergmann\CodeCoverage\CodeCoverage::includeUncoveredFiles()` or `SebastianBergmann\CodeCoverage\CodeCoverage::excludeUncoveredFiles()` instead -* `SebastianBergmann\CodeCoverage\CodeCoverage::setProcessUncoveredFiles()` has been removed, please use `SebastianBergmann\CodeCoverage\CodeCoverage::processUncoveredFiles()` or `SebastianBergmann\CodeCoverage\CodeCoverage::doNotProcessUncoveredFiles()` instead -* `SebastianBergmann\CodeCoverage\CodeCoverage::setIgnoreDeprecatedCode()` has been removed, please use `SebastianBergmann\CodeCoverage\CodeCoverage::ignoreDeprecatedCode()` or `SebastianBergmann\CodeCoverage\CodeCoverage::doNotIgnoreDeprecatedCode()` instead -* `SebastianBergmann\CodeCoverage\CodeCoverage::setDisableIgnoredLines()` has been removed, please use `SebastianBergmann\CodeCoverage\CodeCoverage::enableAnnotationsForIgnoringCode()` or `SebastianBergmann\CodeCoverage\CodeCoverage::disableAnnotationsForIgnoringCode()` instead -* `SebastianBergmann\CodeCoverage\CodeCoverage::setCheckForMissingCoversAnnotation()` has been removed -* `SebastianBergmann\CodeCoverage\CodeCoverage::setCheckForUnexecutedCoveredCode()` has been removed -* `SebastianBergmann\CodeCoverage\CodeCoverage::setForceCoversAnnotation()` has been removed -* `SebastianBergmann\CodeCoverage\Filter::hasWhitelist()` has been removed, please use `SebastianBergmann\CodeCoverage\Filter::isEmpty()` instead -* `SebastianBergmann\CodeCoverage\Filter::getWhitelistedFiles()` has been removed -* `SebastianBergmann\CodeCoverage\Filter::setWhitelistedFiles()` has been removed - -## [8.0.2] - 2020-05-23 - -### Fixed - -* [#750](https://github.com/sebastianbergmann/php-code-coverage/pull/750): Inconsistent handling of namespaces -* [#751](https://github.com/sebastianbergmann/php-code-coverage/pull/751): Dead code is not highlighted correctly -* [#753](https://github.com/sebastianbergmann/php-code-coverage/issues/753): Do not use `$_SERVER['REQUEST_TIME']` because the test(ed) code might unset it - -## [8.0.1] - 2020-02-19 - -### Fixed - -* [#731](https://github.com/sebastianbergmann/php-code-coverage/pull/731): Confusing footer in the HTML report - -## [8.0.0] - 2020-02-07 - -### Fixed - -* [#721](https://github.com/sebastianbergmann/php-code-coverage/pull/721): Workaround for PHP bug [#79191](https://bugs.php.net/bug.php?id=79191) - -### Removed - -* This component is no longer supported on PHP 7.2 - -## [7.0.15] - 2021-07-26 - -### Changed - -* Bumped required version of php-token-stream - -## [7.0.14] - 2020-12-02 - -### Changed - -* [#837](https://github.com/sebastianbergmann/php-code-coverage/issues/837): Allow version 4 of php-token-stream - -## [7.0.13] - 2020-11-30 - -### Changed - -* Changed PHP version constraint in `composer.json` from `^7.2` to `>=7.2` to allow installation of this version of this library on PHP 8. However, this version of this library does not work on PHP 8. PHPUnit 8.5, which uses this version of this library, does not call into this library and instead shows a message that code coverage functionality is not available for PHPUnit 8.5 on PHP 8. - -## [7.0.12] - 2020-11-27 - -### Added - -* [#834](https://github.com/sebastianbergmann/php-code-coverage/issues/834): Support `XDEBUG_MODE` environment variable - -## [7.0.11] - 2020-11-27 - -### Added - -* Support for Xdebug 3 - -## [7.0.10] - 2019-11-20 - -### Fixed - -* [#710](https://github.com/sebastianbergmann/php-code-coverage/pull/710): Code Coverage does not work in PhpStorm - -## [7.0.9] - 2019-11-20 - -### Changed - -* [#709](https://github.com/sebastianbergmann/php-code-coverage/pull/709): Prioritize PCOV over Xdebug - -## [7.0.8] - 2019-09-17 - -### Changed - -* Updated bundled CSS/JavaScript components used for HTML report: Bootstrap 4.3.1, jQuery 3.4.1, and popper.js 1.15.0 - -## [7.0.7] - 2019-07-25 - -### Changed - -* Bumped required version of php-token-stream - -## [7.0.6] - 2019-07-08 - -### Changed - -* Bumped required version of php-token-stream - -## [7.0.5] - 2019-06-06 - -### Fixed - -* [#681](https://github.com/sebastianbergmann/php-code-coverage/pull/681): `use function` statements are not ignored - -## [7.0.4] - 2019-05-29 - -### Fixed - -* [#682](https://github.com/sebastianbergmann/php-code-coverage/pull/682): Code that is not executed is reported as being executed when using PCOV - -## [7.0.3] - 2019-02-26 - -### Fixed - -* [#671](https://github.com/sebastianbergmann/php-code-coverage/issues/671): `TypeError` when directory name is a number - -## [7.0.2] - 2019-02-15 - -### Changed - -* Updated bundled CSS/JavaScript components used for HTML report: Bootstrap 4.3.0 - -### Fixed - -* [#667](https://github.com/sebastianbergmann/php-code-coverage/pull/667): `TypeError` in PHP reporter - -## [7.0.1] - 2019-02-01 - -### Fixed - -* [#664](https://github.com/sebastianbergmann/php-code-coverage/issues/664): `TypeError` when whitelisted file does not exist - -## [7.0.0] - 2019-02-01 - -### Added - -* [#663](https://github.com/sebastianbergmann/php-code-coverage/pull/663): Support for PCOV - -### Fixed - -* [#654](https://github.com/sebastianbergmann/php-code-coverage/issues/654): HTML report fails to load assets -* [#655](https://github.com/sebastianbergmann/php-code-coverage/issues/655): Popin pops in outside of screen - -### Removed - -* This component is no longer supported on PHP 7.1 - -[9.2.29]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.28...9.2.29 -[9.2.28]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.27...9.2.28 -[9.2.27]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.26...9.2.27 -[9.2.26]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.25...9.2.26 -[9.2.25]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.24...9.2.25 -[9.2.24]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.23...9.2.24 -[9.2.23]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.22...9.2.23 -[9.2.22]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.21...9.2.22 -[9.2.21]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.20...9.2.21 -[9.2.20]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.19...9.2.20 -[9.2.19]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.18...9.2.19 -[9.2.18]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.17...9.2.18 -[9.2.17]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.16...9.2.17 -[9.2.16]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.15...9.2.16 -[9.2.15]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.14...9.2.15 -[9.2.14]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.13...9.2.14 -[9.2.13]: https://github.com/sebastianbergmann/php-code-coverage/compare/c011a0b6aaa4acd2f39b7f51fb4ad4442b6ec631...9.2.13 -[9.2.12]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.11...c011a0b6aaa4acd2f39b7f51fb4ad4442b6ec631 -[9.2.11]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.10...9.2.11 -[9.2.10]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.9...9.2.10 -[9.2.9]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.8...9.2.9 -[9.2.8]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.7...9.2.8 -[9.2.7]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.6...9.2.7 -[9.2.6]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.5...9.2.6 -[9.2.5]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.4...9.2.5 -[9.2.4]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.3...9.2.4 -[9.2.3]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.2...9.2.3 -[9.2.2]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.1...9.2.2 -[9.2.1]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.0...9.2.1 -[9.2.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.1.11...9.2.0 -[9.1.11]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.1.10...9.1.11 -[9.1.10]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.1.9...9.1.10 -[9.1.9]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.1.8...9.1.9 -[9.1.8]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.1.7...9.1.8 -[9.1.7]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.1.6...9.1.7 -[9.1.6]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.1.5...9.1.6 -[9.1.5]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.1.4...9.1.5 -[9.1.4]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.1.3...9.1.4 -[9.1.3]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.1.2...9.1.3 -[9.1.2]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.1.1...9.1.2 -[9.1.1]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.1.0...9.1.1 -[9.1.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/9.0.0...9.1.0 -[9.0.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/8.0...9.0.0 -[8.0.2]: https://github.com/sebastianbergmann/php-code-coverage/compare/8.0.1...8.0.2 -[8.0.1]: https://github.com/sebastianbergmann/php-code-coverage/compare/8.0.0...8.0.1 -[8.0.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.10...8.0.0 -[7.0.15]: https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.14...7.0.15 -[7.0.14]: https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.13...7.0.14 -[7.0.13]: https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.12...7.0.13 -[7.0.12]: https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.11...7.0.12 -[7.0.11]: https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.10...7.0.11 -[7.0.10]: https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.9...7.0.10 -[7.0.9]: https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.8...7.0.9 -[7.0.8]: https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.7...7.0.8 -[7.0.7]: https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.6...7.0.7 -[7.0.6]: https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.5...7.0.6 -[7.0.5]: https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.4...7.0.5 -[7.0.4]: https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.3...7.0.4 -[7.0.3]: https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.2...7.0.3 -[7.0.2]: https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.1...7.0.2 -[7.0.1]: https://github.com/sebastianbergmann/php-code-coverage/compare/7.0.0...7.0.1 -[7.0.0]: https://github.com/sebastianbergmann/php-code-coverage/compare/6.1.4...7.0.0 diff --git a/Sources/vendor/phpunit/php-code-coverage/LICENSE b/Sources/vendor/phpunit/php-code-coverage/LICENSE old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/README.md b/Sources/vendor/phpunit/php-code-coverage/README.md old mode 100755 new mode 100644 index 53ce9b33..26807a8d --- a/Sources/vendor/phpunit/php-code-coverage/README.md +++ b/Sources/vendor/phpunit/php-code-coverage/README.md @@ -3,6 +3,7 @@ [![Latest Stable Version](https://poser.pugx.org/phpunit/php-code-coverage/v/stable.png)](https://packagist.org/packages/phpunit/php-code-coverage) [![CI Status](https://github.com/sebastianbergmann/php-code-coverage/workflows/CI/badge.svg)](https://github.com/sebastianbergmann/php-code-coverage/actions) [![Type Coverage](https://shepherd.dev/github/sebastianbergmann/php-code-coverage/coverage.svg)](https://shepherd.dev/github/sebastianbergmann/php-code-coverage) +[![codecov](https://codecov.io/gh/sebastianbergmann/php-code-coverage/branch/main/graph/badge.svg)](https://codecov.io/gh/sebastianbergmann/php-code-coverage) Provides collection, processing, and rendering functionality for PHP code coverage information. @@ -30,7 +31,13 @@ use SebastianBergmann\CodeCoverage\CodeCoverage; use SebastianBergmann\CodeCoverage\Report\Html\Facade as HtmlReport; $filter = new Filter; -$filter->includeDirectory('/path/to/directory'); + +$filter->includeFiles( + [ + '/path/to/file.php', + '/path/to/another_file.php', + ] +); $coverage = new CodeCoverage( (new Selector)->forLineCoverage($filter), diff --git a/Sources/vendor/phpunit/php-code-coverage/SECURITY.md b/Sources/vendor/phpunit/php-code-coverage/SECURITY.md new file mode 100644 index 00000000..d88ff001 --- /dev/null +++ b/Sources/vendor/phpunit/php-code-coverage/SECURITY.md @@ -0,0 +1,30 @@ +# Security Policy + +If you believe you have found a security vulnerability in the library that is developed in this repository, please report it to us through coordinated disclosure. + +**Please do not report security vulnerabilities through public GitHub issues, discussions, or pull requests.** + +Instead, please email `sebastian@phpunit.de`. + +Please include as much of the information listed below as you can to help us better understand and resolve the issue: + +* The type of issue +* Full paths of source file(s) related to the manifestation of the issue +* The location of the affected source code (tag/branch/commit or direct URL) +* Any special configuration required to reproduce the issue +* Step-by-step instructions to reproduce the issue +* Proof-of-concept or exploit code (if possible) +* Impact of the issue, including how an attacker might exploit the issue + +This information will help us triage your report more quickly. + +## Web Context + +The library that is developed in this repository was either extracted from [PHPUnit](https://github.com/sebastianbergmann/phpunit) or developed specifically as a dependency for PHPUnit. + +The library is developed with a focus on development environments and the command-line. No specific testing or hardening with regard to using the library in an HTTP or web context or with untrusted input data is performed. The library might also contain functionality that intentionally exposes internal application data for debugging purposes. + +If the library is used in a web application, the application developer is responsible for filtering inputs or escaping outputs as necessary and for verifying that the used functionality is safe for use within the intended context. + +Vulnerabilities specific to the use outside a development context will be fixed as applicable, provided that the fix does not have an averse effect on the primary use case for development purposes. + diff --git a/Sources/vendor/phpunit/php-code-coverage/composer.json b/Sources/vendor/phpunit/php-code-coverage/composer.json old mode 100755 new mode 100644 index 0f18174c..92e9d5e2 --- a/Sources/vendor/phpunit/php-code-coverage/composer.json +++ b/Sources/vendor/phpunit/php-code-coverage/composer.json @@ -22,29 +22,29 @@ }, "config": { "platform": { - "php": "7.3.0" + "php": "8.1.0" }, "optimize-autoloader": true, "sort-packages": true }, "prefer-stable": true, "require": { - "php": ">=7.3", + "php": ">=8.1", "ext-dom": "*", "ext-libxml": "*", "ext-xmlwriter": "*", "nikic/php-parser": "^4.15", - "phpunit/php-file-iterator": "^3.0.3", - "phpunit/php-text-template": "^2.0.2", - "sebastian/code-unit-reverse-lookup": "^2.0.2", - "sebastian/complexity": "^2.0", - "sebastian/environment": "^5.1.2", - "sebastian/lines-of-code": "^1.0.3", - "sebastian/version": "^3.0.1", + "phpunit/php-file-iterator": "^4.0", + "phpunit/php-text-template": "^3.0", + "sebastian/code-unit-reverse-lookup": "^3.0", + "sebastian/complexity": "^3.0", + "sebastian/environment": "^6.0", + "sebastian/lines-of-code": "^2.0", + "sebastian/version": "^4.0", "theseer/tokenizer": "^1.2.0" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.1" }, "suggest": { "ext-pcov": "PHP extension that provides line coverage", @@ -63,7 +63,7 @@ }, "extra": { "branch-alias": { - "dev-master": "9.2-dev" + "dev-main": "10.1-dev" } } } diff --git a/Sources/vendor/phpunit/php-code-coverage/src/CodeCoverage.php b/Sources/vendor/phpunit/php-code-coverage/src/CodeCoverage.php old mode 100755 new mode 100644 index ba4f1f8c..f22b5f76 --- a/Sources/vendor/phpunit/php-code-coverage/src/CodeCoverage.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/CodeCoverage.php @@ -14,110 +14,65 @@ use function array_diff_key; use function array_flip; use function array_keys; use function array_merge; +use function array_merge_recursive; use function array_unique; -use function array_values; use function count; use function explode; -use function get_class; use function is_array; +use function is_file; use function sort; -use PHPUnit\Framework\TestCase; -use PHPUnit\Runner\PhptTestCase; -use PHPUnit\Util\Test; use ReflectionClass; +use SebastianBergmann\CodeCoverage\Data\ProcessedCodeCoverageData; +use SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData; use SebastianBergmann\CodeCoverage\Driver\Driver; use SebastianBergmann\CodeCoverage\Node\Builder; use SebastianBergmann\CodeCoverage\Node\Directory; use SebastianBergmann\CodeCoverage\StaticAnalysis\CachingFileAnalyser; use SebastianBergmann\CodeCoverage\StaticAnalysis\FileAnalyser; use SebastianBergmann\CodeCoverage\StaticAnalysis\ParsingFileAnalyser; +use SebastianBergmann\CodeCoverage\Test\TestSize\TestSize; +use SebastianBergmann\CodeCoverage\Test\TestStatus\TestStatus; use SebastianBergmann\CodeUnitReverseLookup\Wizard; /** * Provides collection functionality for PHP code coverage information. + * + * @psalm-type TestType = array{ + * size: string, + * status: string, + * } */ final class CodeCoverage { private const UNCOVERED_FILES = 'UNCOVERED_FILES'; + private readonly Driver $driver; + private readonly Filter $filter; + private readonly Wizard $wizard; + private bool $checkForUnintentionallyCoveredCode = false; + private bool $includeUncoveredFiles = true; + private bool $ignoreDeprecatedCode = false; + private ?string $currentId = null; + private ?TestSize $currentSize = null; + private ProcessedCodeCoverageData $data; + private bool $useAnnotationsForIgnoringCode = true; /** - * @var Driver - */ - private $driver; - - /** - * @var Filter - */ - private $filter; - - /** - * @var Wizard + * @psalm-var array> */ - private $wizard; + private array $linesToBeIgnored = []; /** - * @var bool + * @psalm-var array */ - private $checkForUnintentionallyCoveredCode = false; - - /** - * @var bool - */ - private $includeUncoveredFiles = true; - - /** - * @var bool - */ - private $processUncoveredFiles = false; - - /** - * @var bool - */ - private $ignoreDeprecatedCode = false; - - /** - * @var null|PhptTestCase|string|TestCase - */ - private $currentId; - - /** - * Code coverage data. - * - * @var ProcessedCodeCoverageData - */ - private $data; - - /** - * @var bool - */ - private $useAnnotationsForIgnoringCode = true; - - /** - * Test data. - * - * @var array - */ - private $tests = []; + private array $tests = []; /** * @psalm-var list */ - private $parentClassesExcludedFromUnintentionallyCoveredCodeCheck = []; - - /** - * @var ?FileAnalyser - */ - private $analyser; - - /** - * @var ?string - */ - private $cacheDirectory; - - /** - * @var ?Directory - */ - private $cachedReport; + private array $parentClassesExcludedFromUnintentionallyCoveredCodeCheck = []; + private ?FileAnalyser $analyser = null; + private ?string $cacheDirectory = null; + private ?Directory $cachedReport = null; public function __construct(Driver $driver, Filter $filter) { @@ -145,6 +100,7 @@ final class CodeCoverage public function clear(): void { $this->currentId = null; + $this->currentSize = null; $this->data = new ProcessedCodeCoverageData; $this->tests = []; $this->cachedReport = null; @@ -172,9 +128,7 @@ final class CodeCoverage public function getData(bool $raw = false): ProcessedCodeCoverageData { if (!$raw) { - if ($this->processUncoveredFiles) { - $this->processUncoveredFilesFromFilter(); - } elseif ($this->includeUncoveredFiles) { + if ($this->includeUncoveredFiles) { $this->addUncoveredFilesFromFilter(); } } @@ -191,7 +145,7 @@ final class CodeCoverage } /** - * Returns the test data. + * @psalm-return array */ public function getTests(): array { @@ -199,25 +153,21 @@ final class CodeCoverage } /** - * Sets the test data. + * @psalm-param array $tests */ public function setTests(array $tests): void { $this->tests = $tests; } - /** - * Start collection of code coverage information. - * - * @param PhptTestCase|string|TestCase $id - */ - public function start($id, bool $clear = false): void + public function start(string $id, TestSize $size = null, bool $clear = false): void { if ($clear) { $this->clear(); } - $this->currentId = $id; + $this->currentId = $id; + $this->currentSize = $size; $this->driver->start(); @@ -225,38 +175,34 @@ final class CodeCoverage } /** - * Stop collection of code coverage information. - * - * @param array|false $linesToBeCovered + * @psalm-param array> $linesToBeIgnored */ - public function stop(bool $append = true, $linesToBeCovered = [], array $linesToBeUsed = []): RawCodeCoverageData + public function stop(bool $append = true, TestStatus $status = null, array|false $linesToBeCovered = [], array $linesToBeUsed = [], array $linesToBeIgnored = []): RawCodeCoverageData { - if (!is_array($linesToBeCovered) && $linesToBeCovered !== false) { - throw new InvalidArgumentException( - '$linesToBeCovered must be an array or false' - ); - } - $data = $this->driver->stop(); - $this->append($data, null, $append, $linesToBeCovered, $linesToBeUsed); + + $this->linesToBeIgnored = array_merge_recursive( + $this->linesToBeIgnored, + $linesToBeIgnored + ); + + $this->append($data, null, $append, $status, $linesToBeCovered, $linesToBeUsed, $linesToBeIgnored); $this->currentId = null; + $this->currentSize = null; $this->cachedReport = null; return $data; } /** - * Appends code coverage data. - * - * @param PhptTestCase|string|TestCase $id - * @param array|false $linesToBeCovered + * @psalm-param array> $linesToBeIgnored * * @throws ReflectionException * @throws TestIdMissingException * @throws UnintentionallyCoveredCodeException */ - public function append(RawCodeCoverageData $rawData, $id = null, bool $append = true, $linesToBeCovered = [], array $linesToBeUsed = []): void + public function append(RawCodeCoverageData $rawData, string $id = null, bool $append = true, TestStatus $status = null, array|false $linesToBeCovered = [], array $linesToBeUsed = [], array $linesToBeIgnored = []): void { if ($id === null) { $id = $this->currentId; @@ -268,12 +214,22 @@ final class CodeCoverage $this->cachedReport = null; + if ($status === null) { + $status = TestStatus::unknown(); + } + + $size = $this->currentSize; + + if ($size === null) { + $size = TestSize::unknown(); + } + $this->applyFilter($rawData); $this->applyExecutableLinesFilter($rawData); if ($this->useAnnotationsForIgnoringCode) { - $this->applyIgnoredLinesFilter($rawData); + $this->applyIgnoredLinesFilter($rawData, $linesToBeIgnored); } $this->data->initializeUnseenData($rawData); @@ -282,45 +238,27 @@ final class CodeCoverage return; } - if ($id !== self::UNCOVERED_FILES) { - $this->applyCoversAnnotationFilter( - $rawData, - $linesToBeCovered, - $linesToBeUsed - ); - - if (empty($rawData->lineCoverage())) { - return; - } - - $size = 'unknown'; - $status = -1; - $fromTestcase = false; - - if ($id instanceof TestCase) { - $fromTestcase = true; - $_size = $id->getSize(); + if ($id === self::UNCOVERED_FILES) { + return; + } - if ($_size === Test::SMALL) { - $size = 'small'; - } elseif ($_size === Test::MEDIUM) { - $size = 'medium'; - } elseif ($_size === Test::LARGE) { - $size = 'large'; - } + $this->applyCoversAndUsesFilter( + $rawData, + $linesToBeCovered, + $linesToBeUsed, + $size + ); - $status = $id->getStatus(); - $id = get_class($id) . '::' . $id->getName(); - } elseif ($id instanceof PhptTestCase) { - $fromTestcase = true; - $size = 'large'; - $id = $id->getName(); - } + if (empty($rawData->lineCoverage())) { + return; + } - $this->tests[$id] = ['size' => $size, 'status' => $status, 'fromTestcase' => $fromTestcase]; + $this->tests[$id] = [ + 'size' => $size->asString(), + 'status' => $status->asString(), + ]; - $this->data->markCodeAsExecutedByTestCase($id, $rawData); - } + $this->data->markCodeAsExecutedByTestCase($id, $rawData); } /** @@ -359,16 +297,6 @@ final class CodeCoverage $this->includeUncoveredFiles = false; } - public function processUncoveredFiles(): void - { - $this->processUncoveredFiles = true; - } - - public function doNotProcessUncoveredFiles(): void - { - $this->processUncoveredFiles = false; - } - public function enableAnnotationsForIgnoringCode(): void { $this->useAnnotationsForIgnoringCode = true; @@ -450,14 +378,10 @@ final class CodeCoverage } /** - * Applies the @covers annotation filtering. - * - * @param array|false $linesToBeCovered - * * @throws ReflectionException * @throws UnintentionallyCoveredCodeException */ - private function applyCoversAnnotationFilter(RawCodeCoverageData $rawData, $linesToBeCovered, array $linesToBeUsed): void + private function applyCoversAndUsesFilter(RawCodeCoverageData $rawData, array|false $linesToBeCovered, array $linesToBeUsed, TestSize $size): void { if ($linesToBeCovered === false) { $rawData->clear(); @@ -469,9 +393,7 @@ final class CodeCoverage return; } - if ($this->checkForUnintentionallyCoveredCode && - (!$this->currentId instanceof TestCase || - (!$this->currentId->isMedium() && !$this->currentId->isLarge()))) { + if ($this->checkForUnintentionallyCoveredCode && !$size->isMedium() && !$size->isLarge()) { $this->performUnintentionallyCoveredCodeCheck($rawData, $linesToBeCovered, $linesToBeUsed); } @@ -524,13 +446,23 @@ final class CodeCoverage } } - private function applyIgnoredLinesFilter(RawCodeCoverageData $data): void + /** + * @psalm-param array> $linesToBeIgnored + */ + private function applyIgnoredLinesFilter(RawCodeCoverageData $data, array $linesToBeIgnored): void { foreach (array_keys($data->lineCoverage()) as $filename) { if (!$this->filter->isFile($filename)) { continue; } + if (isset($linesToBeIgnored[$filename])) { + $data->removeCoverageDataForLines( + $filename, + $linesToBeIgnored[$filename] + ); + } + $data->removeCoverageDataForLines( $filename, $this->analyser()->ignoredLinesFor($filename) @@ -549,39 +481,19 @@ final class CodeCoverage ); foreach ($uncoveredFiles as $uncoveredFile) { - if ($this->filter->isFile($uncoveredFile)) { + if (is_file($uncoveredFile)) { $this->append( RawCodeCoverageData::fromUncoveredFile( $uncoveredFile, $this->analyser() ), - self::UNCOVERED_FILES + self::UNCOVERED_FILES, + linesToBeIgnored: $this->linesToBeIgnored ); } } } - /** - * @throws UnintentionallyCoveredCodeException - */ - private function processUncoveredFilesFromFilter(): void - { - $uncoveredFiles = array_diff( - $this->filter->files(), - $this->data->coveredFiles() - ); - - $this->driver->start(); - - foreach ($uncoveredFiles as $uncoveredFile) { - if ($this->filter->isFile($uncoveredFile)) { - include_once $uncoveredFile; - } - } - - $this->append($this->driver->stop(), self::UNCOVERED_FILES); - } - /** * @throws ReflectionException * @throws UnintentionallyCoveredCodeException @@ -648,28 +560,32 @@ final class CodeCoverage } /** + * @param list $unintentionallyCoveredUnits + * * @throws ReflectionException + * + * @return list */ private function processUnintentionallyCoveredUnits(array $unintentionallyCoveredUnits): array { $unintentionallyCoveredUnits = array_unique($unintentionallyCoveredUnits); - sort($unintentionallyCoveredUnits); + $processed = []; + + foreach ($unintentionallyCoveredUnits as $unintentionallyCoveredUnit) { + $tmp = explode('::', $unintentionallyCoveredUnit); - foreach (array_keys($unintentionallyCoveredUnits) as $k => $v) { - $unit = explode('::', $unintentionallyCoveredUnits[$k]); + if (count($tmp) !== 2) { + $processed[] = $unintentionallyCoveredUnit; - if (count($unit) !== 2) { continue; } try { - $class = new ReflectionClass($unit[0]); + $class = new ReflectionClass($tmp[0]); foreach ($this->parentClassesExcludedFromUnintentionallyCoveredCodeCheck as $parentClass) { if ($class->isSubclassOf($parentClass)) { - unset($unintentionallyCoveredUnits[$k]); - - break; + continue 2; } } } catch (\ReflectionException $e) { @@ -679,9 +595,15 @@ final class CodeCoverage $e ); } + + $processed[] = $tmp[0]; } - return array_values($unintentionallyCoveredUnits); + $processed = array_unique($processed); + + sort($processed); + + return $processed; } private function analyser(): FileAnalyser diff --git a/Sources/vendor/phpunit/php-code-coverage/src/ProcessedCodeCoverageData.php b/Sources/vendor/phpunit/php-code-coverage/src/Data/ProcessedCodeCoverageData.php old mode 100755 new mode 100644 similarity index 90% rename from Sources/vendor/phpunit/php-code-coverage/src/ProcessedCodeCoverageData.php rename to Sources/vendor/phpunit/php-code-coverage/src/Data/ProcessedCodeCoverageData.php index 1ed29ad5..550c037a --- a/Sources/vendor/phpunit/php-code-coverage/src/ProcessedCodeCoverageData.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/Data/ProcessedCodeCoverageData.php @@ -7,7 +7,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace SebastianBergmann\CodeCoverage; +namespace SebastianBergmann\CodeCoverage\Data; use function array_key_exists; use function array_keys; @@ -20,6 +20,10 @@ use SebastianBergmann\CodeCoverage\Driver\Driver; /** * @internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage + * + * @psalm-import-type XdebugFunctionCoverageType from \SebastianBergmann\CodeCoverage\Driver\XdebugDriver + * + * @psalm-type TestIdType = string */ final class ProcessedCodeCoverageData { @@ -27,18 +31,33 @@ final class ProcessedCodeCoverageData * Line coverage data. * An array of filenames, each having an array of linenumbers, each executable line having an array of testcase ids. * - * @var array + * @psalm-var array>> */ - private $lineCoverage = []; + private array $lineCoverage = []; /** * Function coverage data. * Maintains base format of raw data (@see https://xdebug.org/docs/code_coverage), but each 'hit' entry is an array * of testcase ids. * - * @var array + * @psalm-var array, + * out: array, + * out_hit: array, + * }>, + * paths: array, + * hit: list, + * }>, + * hit: list + * }>> */ - private $functionCoverage = []; + private array $functionCoverage = []; public function initializeUnseenData(RawCodeCoverageData $rawData): void { @@ -217,6 +236,8 @@ final class ProcessedCodeCoverageData /** * For a function we have never seen before, copy all data over and simply init the 'hit' array. + * + * @psalm-param XdebugFunctionCoverageType $functionData */ private function initPreviouslyUnseenFunction(string $file, string $functionName, array $functionData): void { @@ -235,6 +256,8 @@ final class ProcessedCodeCoverageData * For a function we have seen before, only copy over and init the 'hit' array for any unseen branches and paths. * Techniques such as mocking and where the contents of a file are different vary during tests (e.g. compiling * containers) mean that the functions inside a file cannot be relied upon to be static. + * + * @psalm-param XdebugFunctionCoverageType $functionData */ private function initPreviouslySeenFunction(string $file, string $functionName, array $functionData): void { diff --git a/Sources/vendor/phpunit/php-code-coverage/src/RawCodeCoverageData.php b/Sources/vendor/phpunit/php-code-coverage/src/Data/RawCodeCoverageData.php old mode 100755 new mode 100644 similarity index 86% rename from Sources/vendor/phpunit/php-code-coverage/src/RawCodeCoverageData.php rename to Sources/vendor/phpunit/php-code-coverage/src/Data/RawCodeCoverageData.php index 9cb20e73..0d91745f --- a/Sources/vendor/phpunit/php-code-coverage/src/RawCodeCoverageData.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/Data/RawCodeCoverageData.php @@ -7,7 +7,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace SebastianBergmann\CodeCoverage; +namespace SebastianBergmann\CodeCoverage\Data; use function array_diff; use function array_diff_key; @@ -26,33 +26,39 @@ use SebastianBergmann\CodeCoverage\StaticAnalysis\FileAnalyser; /** * @internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage + * + * @psalm-import-type XdebugFunctionsCoverageType from \SebastianBergmann\CodeCoverage\Driver\XdebugDriver + * @psalm-import-type XdebugCodeCoverageWithoutPathCoverageType from \SebastianBergmann\CodeCoverage\Driver\XdebugDriver + * @psalm-import-type XdebugCodeCoverageWithPathCoverageType from \SebastianBergmann\CodeCoverage\Driver\XdebugDriver */ final class RawCodeCoverageData { /** * @var array> */ - private static $emptyLineCache = []; + private static array $emptyLineCache = []; /** - * @var array - * - * @see https://xdebug.org/docs/code_coverage for format + * @psalm-var XdebugCodeCoverageWithoutPathCoverageType */ - private $lineCoverage; + private array $lineCoverage; /** - * @var array - * - * @see https://xdebug.org/docs/code_coverage for format + * @psalm-var array */ - private $functionCoverage; + private array $functionCoverage; + /** + * @psalm-param XdebugCodeCoverageWithoutPathCoverageType $rawCoverage + */ public static function fromXdebugWithoutPathCoverage(array $rawCoverage): self { return new self($rawCoverage, []); } + /** + * @psalm-param XdebugCodeCoverageWithPathCoverageType $rawCoverage + */ public static function fromXdebugWithPathCoverage(array $rawCoverage): self { $lineCoverage = []; @@ -66,27 +72,6 @@ final class RawCodeCoverageData return new self($lineCoverage, $functionCoverage); } - public static function fromXdebugWithMixedCoverage(array $rawCoverage): self - { - $lineCoverage = []; - $functionCoverage = []; - - foreach ($rawCoverage as $file => $fileCoverageData) { - if (!isset($fileCoverageData['functions'])) { - // Current file does not have functions, so line coverage - // is stored in $fileCoverageData, not in $fileCoverageData['lines'] - $lineCoverage[$file] = $fileCoverageData; - - continue; - } - - $lineCoverage[$file] = $fileCoverageData['lines']; - $functionCoverage[$file] = $fileCoverageData['functions']; - } - - return new self($lineCoverage, $functionCoverage); - } - public static function fromUncoveredFile(string $filename, FileAnalyser $analyser): self { $lineCoverage = []; @@ -98,6 +83,10 @@ final class RawCodeCoverageData return new self([$filename => $lineCoverage], []); } + /** + * @psalm-param XdebugCodeCoverageWithoutPathCoverageType $lineCoverage + * @psalm-param array $functionCoverage + */ private function __construct(array $lineCoverage, array $functionCoverage) { $this->lineCoverage = $lineCoverage; @@ -111,11 +100,17 @@ final class RawCodeCoverageData $this->lineCoverage = $this->functionCoverage = []; } + /** + * @psalm-return XdebugCodeCoverageWithoutPathCoverageType + */ public function lineCoverage(): array { return $this->lineCoverage; } + /** + * @psalm-return array + */ public function functionCoverage(): array { return $this->functionCoverage; diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Driver/Driver.php b/Sources/vendor/phpunit/php-code-coverage/src/Driver/Driver.php old mode 100755 new mode 100644 index dc2de68f..31c4e644 --- a/Sources/vendor/phpunit/php-code-coverage/src/Driver/Driver.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/Driver/Driver.php @@ -11,11 +11,8 @@ namespace SebastianBergmann\CodeCoverage\Driver; use function sprintf; use SebastianBergmann\CodeCoverage\BranchAndPathCoverageNotSupportedException; +use SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData; use SebastianBergmann\CodeCoverage\DeadCodeDetectionNotSupportedException; -use SebastianBergmann\CodeCoverage\Filter; -use SebastianBergmann\CodeCoverage\NoCodeCoverageDriverAvailableException; -use SebastianBergmann\CodeCoverage\NoCodeCoverageDriverWithPathCoverageSupportAvailableException; -use SebastianBergmann\CodeCoverage\RawCodeCoverageData; /** * @internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage @@ -55,45 +52,9 @@ abstract class Driver * * @see http://xdebug.org/docs/code_coverage */ - public const BRANCH_HIT = 1; - - /** - * @var bool - */ - private $collectBranchAndPathCoverage = false; - - /** - * @var bool - */ - private $detectDeadCode = false; - - /** - * @throws NoCodeCoverageDriverAvailableException - * @throws PcovNotAvailableException - * @throws PhpdbgNotAvailableException - * @throws Xdebug2NotEnabledException - * @throws Xdebug3NotEnabledException - * @throws XdebugNotAvailableException - * - * @deprecated Use DriverSelector::forLineCoverage() instead - */ - public static function forLineCoverage(Filter $filter): self - { - return (new Selector)->forLineCoverage($filter); - } - - /** - * @throws NoCodeCoverageDriverWithPathCoverageSupportAvailableException - * @throws Xdebug2NotEnabledException - * @throws Xdebug3NotEnabledException - * @throws XdebugNotAvailableException - * - * @deprecated Use DriverSelector::forLineAndPathCoverage() instead - */ - public static function forLineAndPathCoverage(Filter $filter): self - { - return (new Selector)->forLineAndPathCoverage($filter); - } + public const BRANCH_HIT = 1; + private bool $collectBranchAndPathCoverage = false; + private bool $detectDeadCode = false; public function canCollectBranchAndPathCoverage(): bool { diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Driver/PcovDriver.php b/Sources/vendor/phpunit/php-code-coverage/src/Driver/PcovDriver.php old mode 100755 new mode 100644 index c30b30c4..cdb01e65 --- a/Sources/vendor/phpunit/php-code-coverage/src/Driver/PcovDriver.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/Driver/PcovDriver.php @@ -18,27 +18,22 @@ use function pcov\start; use function pcov\stop; use function pcov\waiting; use function phpversion; +use SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData; use SebastianBergmann\CodeCoverage\Filter; -use SebastianBergmann\CodeCoverage\RawCodeCoverageData; /** * @internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage */ final class PcovDriver extends Driver { - /** - * @var Filter - */ - private $filter; + private readonly Filter $filter; /** * @throws PcovNotAvailableException */ public function __construct(Filter $filter) { - if (!extension_loaded('pcov')) { - throw new PcovNotAvailableException; - } + $this->ensurePcovIsAvailable(); $this->filter = $filter; } @@ -72,4 +67,14 @@ final class PcovDriver extends Driver { return 'PCOV ' . phpversion('pcov'); } + + /** + * @throws PcovNotAvailableException + */ + private function ensurePcovIsAvailable(): void + { + if (!extension_loaded('pcov')) { + throw new PcovNotAvailableException; + } + } } diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Driver/PhpdbgDriver.php b/Sources/vendor/phpunit/php-code-coverage/src/Driver/PhpdbgDriver.php deleted file mode 100755 index 7ee13b00..00000000 --- a/Sources/vendor/phpunit/php-code-coverage/src/Driver/PhpdbgDriver.php +++ /dev/null @@ -1,93 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace SebastianBergmann\CodeCoverage\Driver; - -use const PHP_SAPI; -use const PHP_VERSION; -use function array_diff; -use function array_keys; -use function array_merge; -use function get_included_files; -use function phpdbg_end_oplog; -use function phpdbg_get_executable; -use function phpdbg_start_oplog; -use SebastianBergmann\CodeCoverage\RawCodeCoverageData; - -/** - * @internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage - */ -final class PhpdbgDriver extends Driver -{ - /** - * @throws PhpdbgNotAvailableException - */ - public function __construct() - { - if (PHP_SAPI !== 'phpdbg') { - throw new PhpdbgNotAvailableException; - } - } - - public function start(): void - { - phpdbg_start_oplog(); - } - - public function stop(): RawCodeCoverageData - { - static $fetchedLines = []; - - $dbgData = phpdbg_end_oplog(); - - if ($fetchedLines === []) { - $sourceLines = phpdbg_get_executable(); - } else { - $newFiles = array_diff(get_included_files(), array_keys($fetchedLines)); - - $sourceLines = []; - - if ($newFiles) { - $sourceLines = phpdbg_get_executable(['files' => $newFiles]); - } - } - - foreach ($sourceLines as $file => $lines) { - foreach ($lines as $lineNo => $numExecuted) { - $sourceLines[$file][$lineNo] = self::LINE_NOT_EXECUTED; - } - } - - $fetchedLines = array_merge($fetchedLines, $sourceLines); - - return RawCodeCoverageData::fromXdebugWithoutPathCoverage( - $this->detectExecutedLines($fetchedLines, $dbgData) - ); - } - - public function nameAndVersion(): string - { - return 'PHPDBG ' . PHP_VERSION; - } - - private function detectExecutedLines(array $sourceLines, array $dbgData): array - { - foreach ($dbgData as $file => $coveredLines) { - foreach ($coveredLines as $lineNo => $numExecuted) { - // phpdbg also reports $lineNo=0 when e.g. exceptions get thrown. - // make sure we only mark lines executed which are actually executable. - if (isset($sourceLines[$file][$lineNo])) { - $sourceLines[$file][$lineNo] = self::LINE_EXECUTED; - } - } - } - - return $sourceLines; - } -} diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Driver/Selector.php b/Sources/vendor/phpunit/php-code-coverage/src/Driver/Selector.php old mode 100755 new mode 100644 index 936ee898..f1ff32b5 --- a/Sources/vendor/phpunit/php-code-coverage/src/Driver/Selector.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/Driver/Selector.php @@ -9,8 +9,6 @@ */ namespace SebastianBergmann\CodeCoverage\Driver; -use function phpversion; -use function version_compare; use SebastianBergmann\CodeCoverage\Filter; use SebastianBergmann\CodeCoverage\NoCodeCoverageDriverAvailableException; use SebastianBergmann\CodeCoverage\NoCodeCoverageDriverWithPathCoverageSupportAvailableException; @@ -21,29 +19,19 @@ final class Selector /** * @throws NoCodeCoverageDriverAvailableException * @throws PcovNotAvailableException - * @throws PhpdbgNotAvailableException - * @throws Xdebug2NotEnabledException - * @throws Xdebug3NotEnabledException * @throws XdebugNotAvailableException + * @throws XdebugNotEnabledException */ public function forLineCoverage(Filter $filter): Driver { $runtime = new Runtime; - if ($runtime->hasPHPDBGCodeCoverage()) { - return new PhpdbgDriver; - } - if ($runtime->hasPCOV()) { return new PcovDriver($filter); } if ($runtime->hasXdebug()) { - if (version_compare(phpversion('xdebug'), '3', '>=')) { - $driver = new Xdebug3Driver($filter); - } else { - $driver = new Xdebug2Driver($filter); - } + $driver = new XdebugDriver($filter); $driver->enableDeadCodeDetection(); @@ -55,18 +43,13 @@ final class Selector /** * @throws NoCodeCoverageDriverWithPathCoverageSupportAvailableException - * @throws Xdebug2NotEnabledException - * @throws Xdebug3NotEnabledException * @throws XdebugNotAvailableException + * @throws XdebugNotEnabledException */ public function forLineAndPathCoverage(Filter $filter): Driver { if ((new Runtime)->hasXdebug()) { - if (version_compare(phpversion('xdebug'), '3', '>=')) { - $driver = new Xdebug3Driver($filter); - } else { - $driver = new Xdebug2Driver($filter); - } + $driver = new XdebugDriver($filter); $driver->enableDeadCodeDetection(); $driver->enableBranchAndPathCoverage(); diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Driver/Xdebug2Driver.php b/Sources/vendor/phpunit/php-code-coverage/src/Driver/Xdebug2Driver.php deleted file mode 100755 index 74cbbfbc..00000000 --- a/Sources/vendor/phpunit/php-code-coverage/src/Driver/Xdebug2Driver.php +++ /dev/null @@ -1,128 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace SebastianBergmann\CodeCoverage\Driver; - -use const XDEBUG_CC_BRANCH_CHECK; -use const XDEBUG_CC_DEAD_CODE; -use const XDEBUG_CC_UNUSED; -use const XDEBUG_FILTER_CODE_COVERAGE; -use const XDEBUG_PATH_INCLUDE; -use const XDEBUG_PATH_WHITELIST; -use function defined; -use function extension_loaded; -use function ini_get; -use function phpversion; -use function sprintf; -use function version_compare; -use function xdebug_get_code_coverage; -use function xdebug_set_filter; -use function xdebug_start_code_coverage; -use function xdebug_stop_code_coverage; -use SebastianBergmann\CodeCoverage\Filter; -use SebastianBergmann\CodeCoverage\RawCodeCoverageData; - -/** - * @internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage - */ -final class Xdebug2Driver extends Driver -{ - /** - * @var bool - */ - private $pathCoverageIsMixedCoverage; - - /** - * @throws WrongXdebugVersionException - * @throws Xdebug2NotEnabledException - * @throws XdebugNotAvailableException - */ - public function __construct(Filter $filter) - { - if (!extension_loaded('xdebug')) { - throw new XdebugNotAvailableException; - } - - if (version_compare(phpversion('xdebug'), '3', '>=')) { - throw new WrongXdebugVersionException( - sprintf( - 'This driver requires Xdebug 2 but version %s is loaded', - phpversion('xdebug') - ) - ); - } - - if (!ini_get('xdebug.coverage_enable')) { - throw new Xdebug2NotEnabledException; - } - - if (!$filter->isEmpty()) { - if (defined('XDEBUG_PATH_WHITELIST')) { - $listType = XDEBUG_PATH_WHITELIST; - } else { - $listType = XDEBUG_PATH_INCLUDE; - } - - xdebug_set_filter( - XDEBUG_FILTER_CODE_COVERAGE, - $listType, - $filter->files() - ); - } - - $this->pathCoverageIsMixedCoverage = version_compare(phpversion('xdebug'), '2.9.6', '<'); - } - - public function canCollectBranchAndPathCoverage(): bool - { - return true; - } - - public function canDetectDeadCode(): bool - { - return true; - } - - public function start(): void - { - $flags = XDEBUG_CC_UNUSED; - - if ($this->detectsDeadCode() || $this->collectsBranchAndPathCoverage()) { - $flags |= XDEBUG_CC_DEAD_CODE; - } - - if ($this->collectsBranchAndPathCoverage()) { - $flags |= XDEBUG_CC_BRANCH_CHECK; - } - - xdebug_start_code_coverage($flags); - } - - public function stop(): RawCodeCoverageData - { - $data = xdebug_get_code_coverage(); - - xdebug_stop_code_coverage(); - - if ($this->collectsBranchAndPathCoverage()) { - if ($this->pathCoverageIsMixedCoverage) { - return RawCodeCoverageData::fromXdebugWithMixedCoverage($data); - } - - return RawCodeCoverageData::fromXdebugWithPathCoverage($data); - } - - return RawCodeCoverageData::fromXdebugWithoutPathCoverage($data); - } - - public function nameAndVersion(): string - { - return 'Xdebug ' . phpversion('xdebug'); - } -} diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Driver/Xdebug3Driver.php b/Sources/vendor/phpunit/php-code-coverage/src/Driver/XdebugDriver.php old mode 100755 new mode 100644 similarity index 57% rename from Sources/vendor/phpunit/php-code-coverage/src/Driver/Xdebug3Driver.php rename to Sources/vendor/phpunit/php-code-coverage/src/Driver/XdebugDriver.php index b85db403..3123de6e --- a/Sources/vendor/phpunit/php-code-coverage/src/Driver/Xdebug3Driver.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/Driver/XdebugDriver.php @@ -20,50 +20,56 @@ use function getenv; use function in_array; use function ini_get; use function phpversion; -use function sprintf; use function version_compare; use function xdebug_get_code_coverage; +use function xdebug_info; use function xdebug_set_filter; use function xdebug_start_code_coverage; use function xdebug_stop_code_coverage; +use SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData; use SebastianBergmann\CodeCoverage\Filter; -use SebastianBergmann\CodeCoverage\RawCodeCoverageData; /** * @internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage + * + * @see https://xdebug.org/docs/code_coverage#xdebug_get_code_coverage + * + * @psalm-type XdebugLinesCoverageType = array + * @psalm-type XdebugBranchCoverageType = array{ + * op_start: int, + * op_end: int, + * line_start: int, + * line_end: int, + * hit: int, + * out: array, + * out_hit: array, + * } + * @psalm-type XdebugPathCoverageType = array{ + * path: array, + * hit: int, + * } + * @psalm-type XdebugFunctionCoverageType = array{ + * branches: array, + * paths: array, + * } + * @psalm-type XdebugFunctionsCoverageType = array + * @psalm-type XdebugPathAndBranchesCoverageType = array{ + * lines: XdebugLinesCoverageType, + * functions: XdebugFunctionsCoverageType, + * } + * @psalm-type XdebugCodeCoverageWithoutPathCoverageType = array + * @psalm-type XdebugCodeCoverageWithPathCoverageType = array */ -final class Xdebug3Driver extends Driver +final class XdebugDriver extends Driver { /** - * @throws WrongXdebugVersionException - * @throws Xdebug3NotEnabledException * @throws XdebugNotAvailableException + * @throws XdebugNotEnabledException */ public function __construct(Filter $filter) { - if (!extension_loaded('xdebug')) { - throw new XdebugNotAvailableException; - } - - if (version_compare(phpversion('xdebug'), '3', '<')) { - throw new WrongXdebugVersionException( - sprintf( - 'This driver requires Xdebug 3 but version %s is loaded', - phpversion('xdebug') - ) - ); - } - - $mode = getenv('XDEBUG_MODE'); - - if ($mode === false || $mode === '') { - $mode = ini_get('xdebug.mode'); - } - - if ($mode === false || - !in_array('coverage', explode(',', $mode), true)) { - throw new Xdebug3NotEnabledException; - } + $this->ensureXdebugIsAvailable(); + $this->ensureXdebugCodeCoverageFeatureIsEnabled(); if (!$filter->isEmpty()) { xdebug_set_filter( @@ -106,9 +112,11 @@ final class Xdebug3Driver extends Driver xdebug_stop_code_coverage(); if ($this->collectsBranchAndPathCoverage()) { + /* @var XdebugCodeCoverageWithPathCoverageType $data */ return RawCodeCoverageData::fromXdebugWithPathCoverage($data); } + /* @var XdebugCodeCoverageWithoutPathCoverageType $data */ return RawCodeCoverageData::fromXdebugWithoutPathCoverage($data); } @@ -116,4 +124,39 @@ final class Xdebug3Driver extends Driver { return 'Xdebug ' . phpversion('xdebug'); } + + /** + * @throws XdebugNotAvailableException + */ + private function ensureXdebugIsAvailable(): void + { + if (!extension_loaded('xdebug')) { + throw new XdebugNotAvailableException; + } + } + + /** + * @throws XdebugNotEnabledException + */ + private function ensureXdebugCodeCoverageFeatureIsEnabled(): void + { + if (version_compare(phpversion('xdebug'), '3.1', '>=')) { + if (!in_array('coverage', xdebug_info('mode'), true)) { + throw new XdebugNotEnabledException; + } + + return; + } + + $mode = getenv('XDEBUG_MODE'); + + if ($mode === false || $mode === '') { + $mode = ini_get('xdebug.mode'); + } + + if ($mode === false || + !in_array('coverage', explode(',', $mode), true)) { + throw new XdebugNotEnabledException; + } + } } diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Exception/BranchAndPathCoverageNotSupportedException.php b/Sources/vendor/phpunit/php-code-coverage/src/Exception/BranchAndPathCoverageNotSupportedException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Exception/DeadCodeDetectionNotSupportedException.php b/Sources/vendor/phpunit/php-code-coverage/src/Exception/DeadCodeDetectionNotSupportedException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Exception/DirectoryCouldNotBeCreatedException.php b/Sources/vendor/phpunit/php-code-coverage/src/Exception/DirectoryCouldNotBeCreatedException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Exception/Exception.php b/Sources/vendor/phpunit/php-code-coverage/src/Exception/Exception.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Exception/WrongXdebugVersionException.php b/Sources/vendor/phpunit/php-code-coverage/src/Exception/FileCouldNotBeWrittenException.php old mode 100755 new mode 100644 similarity index 62% rename from Sources/vendor/phpunit/php-code-coverage/src/Exception/WrongXdebugVersionException.php rename to Sources/vendor/phpunit/php-code-coverage/src/Exception/FileCouldNotBeWrittenException.php index 6e8f10a9..db9cdac3 --- a/Sources/vendor/phpunit/php-code-coverage/src/Exception/WrongXdebugVersionException.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/Exception/FileCouldNotBeWrittenException.php @@ -7,11 +7,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace SebastianBergmann\CodeCoverage\Driver; +namespace SebastianBergmann\CodeCoverage; use RuntimeException; -use SebastianBergmann\CodeCoverage\Exception; -final class WrongXdebugVersionException extends RuntimeException implements Exception +final class FileCouldNotBeWrittenException extends RuntimeException implements Exception { } diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Exception/InvalidArgumentException.php b/Sources/vendor/phpunit/php-code-coverage/src/Exception/InvalidArgumentException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverAvailableException.php b/Sources/vendor/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverAvailableException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverWithPathCoverageSupportAvailableException.php b/Sources/vendor/phpunit/php-code-coverage/src/Exception/NoCodeCoverageDriverWithPathCoverageSupportAvailableException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Exception/ParserException.php b/Sources/vendor/phpunit/php-code-coverage/src/Exception/ParserException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Exception/PathExistsButIsNotDirectoryException.php b/Sources/vendor/phpunit/php-code-coverage/src/Exception/PathExistsButIsNotDirectoryException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Exception/PcovNotAvailableException.php b/Sources/vendor/phpunit/php-code-coverage/src/Exception/PcovNotAvailableException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Exception/PhpdbgNotAvailableException.php b/Sources/vendor/phpunit/php-code-coverage/src/Exception/PhpdbgNotAvailableException.php deleted file mode 100755 index bfb183d5..00000000 --- a/Sources/vendor/phpunit/php-code-coverage/src/Exception/PhpdbgNotAvailableException.php +++ /dev/null @@ -1,21 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace SebastianBergmann\CodeCoverage\Driver; - -use RuntimeException; -use SebastianBergmann\CodeCoverage\Exception; - -final class PhpdbgNotAvailableException extends RuntimeException implements Exception -{ - public function __construct() - { - parent::__construct('The PHPDBG SAPI is not available'); - } -} diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Exception/ReflectionException.php b/Sources/vendor/phpunit/php-code-coverage/src/Exception/ReflectionException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Exception/ReportAlreadyFinalizedException.php b/Sources/vendor/phpunit/php-code-coverage/src/Exception/ReportAlreadyFinalizedException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Exception/StaticAnalysisCacheNotConfiguredException.php b/Sources/vendor/phpunit/php-code-coverage/src/Exception/StaticAnalysisCacheNotConfiguredException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Exception/TestIdMissingException.php b/Sources/vendor/phpunit/php-code-coverage/src/Exception/TestIdMissingException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Exception/UnintentionallyCoveredCodeException.php b/Sources/vendor/phpunit/php-code-coverage/src/Exception/UnintentionallyCoveredCodeException.php old mode 100755 new mode 100644 index cb7a975f..bb7d88c9 --- a/Sources/vendor/phpunit/php-code-coverage/src/Exception/UnintentionallyCoveredCodeException.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/Exception/UnintentionallyCoveredCodeException.php @@ -14,10 +14,13 @@ use RuntimeException; final class UnintentionallyCoveredCodeException extends RuntimeException implements Exception { /** - * @var array + * @var list */ - private $unintentionallyCoveredUnits; + private readonly array $unintentionallyCoveredUnits; + /** + * @param list $unintentionallyCoveredUnits + */ public function __construct(array $unintentionallyCoveredUnits) { $this->unintentionallyCoveredUnits = $unintentionallyCoveredUnits; @@ -25,6 +28,9 @@ final class UnintentionallyCoveredCodeException extends RuntimeException impleme parent::__construct($this->toString()); } + /** + * @return list + */ public function getUnintentionallyCoveredUnits(): array { return $this->unintentionallyCoveredUnits; diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Exception/WriteOperationFailedException.php b/Sources/vendor/phpunit/php-code-coverage/src/Exception/WriteOperationFailedException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Exception/Xdebug2NotEnabledException.php b/Sources/vendor/phpunit/php-code-coverage/src/Exception/Xdebug2NotEnabledException.php deleted file mode 100755 index 3039e77c..00000000 --- a/Sources/vendor/phpunit/php-code-coverage/src/Exception/Xdebug2NotEnabledException.php +++ /dev/null @@ -1,21 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace SebastianBergmann\CodeCoverage\Driver; - -use RuntimeException; -use SebastianBergmann\CodeCoverage\Exception; - -final class Xdebug2NotEnabledException extends RuntimeException implements Exception -{ - public function __construct() - { - parent::__construct('xdebug.coverage_enable=On has to be set'); - } -} diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Exception/XdebugNotAvailableException.php b/Sources/vendor/phpunit/php-code-coverage/src/Exception/XdebugNotAvailableException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Exception/Xdebug3NotEnabledException.php b/Sources/vendor/phpunit/php-code-coverage/src/Exception/XdebugNotEnabledException.php old mode 100755 new mode 100644 similarity index 86% rename from Sources/vendor/phpunit/php-code-coverage/src/Exception/Xdebug3NotEnabledException.php rename to Sources/vendor/phpunit/php-code-coverage/src/Exception/XdebugNotEnabledException.php index 5d3b106c..b070ed5a --- a/Sources/vendor/phpunit/php-code-coverage/src/Exception/Xdebug3NotEnabledException.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/Exception/XdebugNotEnabledException.php @@ -12,7 +12,7 @@ namespace SebastianBergmann\CodeCoverage\Driver; use RuntimeException; use SebastianBergmann\CodeCoverage\Exception; -final class Xdebug3NotEnabledException extends RuntimeException implements Exception +final class XdebugNotEnabledException extends RuntimeException implements Exception { public function __construct() { diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Exception/XmlException.php b/Sources/vendor/phpunit/php-code-coverage/src/Exception/XmlException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Filter.php b/Sources/vendor/phpunit/php-code-coverage/src/Filter.php old mode 100755 new mode 100644 index 5a0a142a..f51eb3e1 --- a/Sources/vendor/phpunit/php-code-coverage/src/Filter.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/Filter.php @@ -12,7 +12,8 @@ namespace SebastianBergmann\CodeCoverage; use function array_keys; use function is_file; use function realpath; -use function strpos; +use function str_contains; +use function str_starts_with; use SebastianBergmann\FileIterator\Facade as FileIteratorFacade; final class Filter @@ -20,13 +21,16 @@ final class Filter /** * @psalm-var array */ - private $files = []; + private array $files = []; /** * @psalm-var array */ - private $isFileCache = []; + private array $isFileCache = []; + /** + * @deprecated + */ public function includeDirectory(string $directory, string $suffix = '.php', string $prefix = ''): void { foreach ((new FileIteratorFacade)->getFilesAsArray($directory, $suffix, $prefix) as $file) { @@ -55,6 +59,9 @@ final class Filter $this->files[$filename] = true; } + /** + * @deprecated + */ public function excludeDirectory(string $directory, string $suffix = '.php', string $prefix = ''): void { foreach ((new FileIteratorFacade)->getFilesAsArray($directory, $suffix, $prefix) as $file) { @@ -62,6 +69,9 @@ final class Filter } } + /** + * @deprecated + */ public function excludeFile(string $filename): void { $filename = realpath($filename); @@ -80,14 +90,14 @@ final class Filter } if ($filename === '-' || - strpos($filename, 'vfs://') === 0 || - strpos($filename, 'xdebug://debug-eval') !== false || - strpos($filename, 'eval()\'d code') !== false || - strpos($filename, 'runtime-created function') !== false || - strpos($filename, 'runkit created function') !== false || - strpos($filename, 'assert code') !== false || - strpos($filename, 'regexp code') !== false || - strpos($filename, 'Standard input code') !== false) { + str_starts_with($filename, 'vfs://') || + str_contains($filename, 'xdebug://debug-eval') || + str_contains($filename, 'eval()\'d code') || + str_contains($filename, 'runtime-created function') || + str_contains($filename, 'runkit created function') || + str_contains($filename, 'assert code') || + str_contains($filename, 'regexp code') || + str_contains($filename, 'Standard input code')) { $isFile = false; } else { $isFile = is_file($filename); diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Node/AbstractNode.php b/Sources/vendor/phpunit/php-code-coverage/src/Node/AbstractNode.php old mode 100755 new mode 100644 index 60d6391d..214258e7 --- a/Sources/vendor/phpunit/php-code-coverage/src/Node/AbstractNode.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/Node/AbstractNode.php @@ -11,6 +11,7 @@ namespace SebastianBergmann\CodeCoverage\Node; use const DIRECTORY_SEPARATOR; use function array_merge; +use function str_ends_with; use function str_replace; use function substr; use Countable; @@ -18,42 +19,31 @@ use SebastianBergmann\CodeCoverage\Util\Percentage; /** * @internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage + * + * @psalm-import-type LinesOfCodeType from \SebastianBergmann\CodeCoverage\StaticAnalysis\FileAnalyser + * @psalm-import-type ProcessedFunctionType from \SebastianBergmann\CodeCoverage\Node\File + * @psalm-import-type ProcessedClassType from \SebastianBergmann\CodeCoverage\Node\File + * @psalm-import-type ProcessedTraitType from \SebastianBergmann\CodeCoverage\Node\File */ abstract class AbstractNode implements Countable { - /** - * @var string - */ - private $name; - - /** - * @var string - */ - private $pathAsString; - - /** - * @var array - */ - private $pathAsArray; - - /** - * @var AbstractNode - */ - private $parent; - - /** - * @var string - */ - private $id; + private readonly string $name; + private string $pathAsString; + private array $pathAsArray; + private readonly ?AbstractNode $parent; + private string $id; public function __construct(string $name, self $parent = null) { - if (substr($name, -1) === DIRECTORY_SEPARATOR) { + if (str_ends_with($name, DIRECTORY_SEPARATOR)) { $name = substr($name, 0, -1); } $this->name = $name; $this->parent = $parent; + + $this->processId(); + $this->processPath(); } public function name(): string @@ -63,50 +53,16 @@ abstract class AbstractNode implements Countable public function id(): string { - if ($this->id === null) { - $parent = $this->parent(); - - if ($parent === null) { - $this->id = 'index'; - } else { - $parentId = $parent->id(); - - if ($parentId === 'index') { - $this->id = str_replace(':', '_', $this->name); - } else { - $this->id = $parentId . '/' . $this->name; - } - } - } - return $this->id; } public function pathAsString(): string { - if ($this->pathAsString === null) { - if ($this->parent === null) { - $this->pathAsString = $this->name; - } else { - $this->pathAsString = $this->parent->pathAsString() . DIRECTORY_SEPARATOR . $this->name; - } - } - return $this->pathAsString; } public function pathAsArray(): array { - if ($this->pathAsArray === null) { - if ($this->parent === null) { - $this->pathAsArray = []; - } else { - $this->pathAsArray = $this->parent->pathAsArray(); - } - - $this->pathAsArray[] = $this; - } - return $this->pathAsArray; } @@ -212,14 +168,23 @@ abstract class AbstractNode implements Countable return $this->numberOfTestedFunctions() + $this->numberOfTestedMethods(); } + /** + * @psalm-return array + */ abstract public function classes(): array; + /** + * @psalm-return array + */ abstract public function traits(): array; + /** + * @psalm-return array + */ abstract public function functions(): array; /** - * @psalm-return array{linesOfCode: int, commentLinesOfCode: int, nonCommentLinesOfCode: int} + * @psalm-return LinesOfCodeType */ abstract public function linesOfCode(): array; @@ -250,4 +215,36 @@ abstract class AbstractNode implements Countable abstract public function numberOfFunctions(): int; abstract public function numberOfTestedFunctions(): int; + + private function processId(): void + { + if ($this->parent === null) { + $this->id = 'index'; + + return; + } + + $parentId = $this->parent->id(); + + if ($parentId === 'index') { + $this->id = str_replace(':', '_', $this->name); + } else { + $this->id = $parentId . '/' . $this->name; + } + } + + private function processPath(): void + { + if ($this->parent === null) { + $this->pathAsArray = [$this]; + $this->pathAsString = $this->name; + + return; + } + + $this->pathAsArray = $this->parent->pathAsArray(); + $this->pathAsString = $this->parent->pathAsString() . DIRECTORY_SEPARATOR . $this->name; + + $this->pathAsArray[] = $this; + } } diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Node/Builder.php b/Sources/vendor/phpunit/php-code-coverage/src/Node/Builder.php old mode 100755 new mode 100644 index 6d11c779..a2885752 --- a/Sources/vendor/phpunit/php-code-coverage/src/Node/Builder.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/Node/Builder.php @@ -17,22 +17,22 @@ use function dirname; use function explode; use function implode; use function is_file; +use function str_ends_with; use function str_replace; -use function strpos; +use function str_starts_with; use function substr; use SebastianBergmann\CodeCoverage\CodeCoverage; -use SebastianBergmann\CodeCoverage\ProcessedCodeCoverageData; +use SebastianBergmann\CodeCoverage\Data\ProcessedCodeCoverageData; use SebastianBergmann\CodeCoverage\StaticAnalysis\FileAnalyser; /** * @internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage + * + * @psalm-import-type TestType from \SebastianBergmann\CodeCoverage\CodeCoverage */ final class Builder { - /** - * @var FileAnalyser - */ - private $analyser; + private readonly FileAnalyser $analyser; public function __construct(FileAnalyser $analyser) { @@ -57,12 +57,15 @@ final class Builder return $root; } + /** + * @psalm-param array $tests + */ private function addItems(Directory $root, array $items, array $tests): void { foreach ($items as $key => $value) { $key = (string) $key; - if (substr($key, -2) === '/f') { + if (str_ends_with($key, '/f')) { $key = substr($key, 0, -2); $filename = $root->pathAsString() . DIRECTORY_SEPARATOR . $key; @@ -128,6 +131,8 @@ final class Builder * ) * ) * + * + * @psalm-return array, functionCoverage: array>}>> */ private function buildDirectoryStructure(ProcessedCodeCoverageData $data): array { @@ -214,7 +219,7 @@ final class Builder for ($i = 0; $i < $max; $i++) { // strip phar:// prefixes - if (strpos($paths[$i], 'phar://') === 0) { + if (str_starts_with($paths[$i], 'phar://')) { $paths[$i] = substr($paths[$i], 7); $paths[$i] = str_replace('/', DIRECTORY_SEPARATOR, $paths[$i]); } diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Node/CrapIndex.php b/Sources/vendor/phpunit/php-code-coverage/src/Node/CrapIndex.php old mode 100755 new mode 100644 index 30b86b7d..8992346c --- a/Sources/vendor/phpunit/php-code-coverage/src/Node/CrapIndex.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/Node/CrapIndex.php @@ -16,15 +16,8 @@ use function sprintf; */ final class CrapIndex { - /** - * @var int - */ - private $cyclomaticComplexity; - - /** - * @var float - */ - private $codeCoverage; + private readonly int $cyclomaticComplexity; + private readonly float $codeCoverage; public function __construct(int $cyclomaticComplexity, float $codeCoverage) { diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Node/Directory.php b/Sources/vendor/phpunit/php-code-coverage/src/Node/Directory.php old mode 100755 new mode 100644 index d6ee07e4..8e71f646 --- a/Sources/vendor/phpunit/php-code-coverage/src/Node/Directory.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/Node/Directory.php @@ -16,118 +16,48 @@ use RecursiveIteratorIterator; /** * @internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage + * + * @psalm-import-type LinesOfCodeType from \SebastianBergmann\CodeCoverage\StaticAnalysis\FileAnalyser */ final class Directory extends AbstractNode implements IteratorAggregate { /** - * @var AbstractNode[] - */ - private $children = []; - - /** - * @var Directory[] - */ - private $directories = []; - - /** - * @var File[] - */ - private $files = []; - - /** - * @var array - */ - private $classes; - - /** - * @var array - */ - private $traits; - - /** - * @var array - */ - private $functions; - - /** - * @psalm-var null|array{linesOfCode: int, commentLinesOfCode: int, nonCommentLinesOfCode: int} - */ - private $linesOfCode; - - /** - * @var int - */ - private $numFiles = -1; - - /** - * @var int - */ - private $numExecutableLines = -1; - - /** - * @var int - */ - private $numExecutedLines = -1; - - /** - * @var int - */ - private $numExecutableBranches = -1; - - /** - * @var int - */ - private $numExecutedBranches = -1; - - /** - * @var int - */ - private $numExecutablePaths = -1; - - /** - * @var int - */ - private $numExecutedPaths = -1; - - /** - * @var int - */ - private $numClasses = -1; - - /** - * @var int - */ - private $numTestedClasses = -1; - - /** - * @var int - */ - private $numTraits = -1; - - /** - * @var int - */ - private $numTestedTraits = -1; - - /** - * @var int + * @var list */ - private $numMethods = -1; + private array $children = []; /** - * @var int + * @var list */ - private $numTestedMethods = -1; + private array $directories = []; /** - * @var int + * @var list */ - private $numFunctions = -1; + private array $files = []; + private ?array $classes = null; + private ?array $traits = null; + private ?array $functions = null; /** - * @var int + * @psalm-var null|LinesOfCodeType */ - private $numTestedFunctions = -1; + private ?array $linesOfCode = null; + private int $numFiles = -1; + private int $numExecutableLines = -1; + private int $numExecutedLines = -1; + private int $numExecutableBranches = -1; + private int $numExecutedBranches = -1; + private int $numExecutablePaths = -1; + private int $numExecutedPaths = -1; + private int $numClasses = -1; + private int $numTestedClasses = -1; + private int $numTraits = -1; + private int $numTestedTraits = -1; + private int $numMethods = -1; + private int $numTestedMethods = -1; + private int $numFunctions = -1; + private int $numTestedFunctions = -1; public function count(): int { @@ -233,7 +163,7 @@ final class Directory extends AbstractNode implements IteratorAggregate } /** - * @psalm-return array{linesOfCode: int, commentLinesOfCode: int, nonCommentLinesOfCode: int} + * @psalm-return LinesOfCodeType */ public function linesOfCode(): array { diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Node/File.php b/Sources/vendor/phpunit/php-code-coverage/src/Node/File.php old mode 100755 new mode 100644 index af3764e4..120ebd27 --- a/Sources/vendor/phpunit/php-code-coverage/src/Node/File.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/Node/File.php @@ -15,116 +15,134 @@ use function range; /** * @internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage + * + * @psalm-import-type CodeUnitFunctionType from \SebastianBergmann\CodeCoverage\StaticAnalysis\CodeUnitFindingVisitor + * @psalm-import-type CodeUnitMethodType from \SebastianBergmann\CodeCoverage\StaticAnalysis\CodeUnitFindingVisitor + * @psalm-import-type CodeUnitClassType from \SebastianBergmann\CodeCoverage\StaticAnalysis\CodeUnitFindingVisitor + * @psalm-import-type CodeUnitTraitType from \SebastianBergmann\CodeCoverage\StaticAnalysis\CodeUnitFindingVisitor + * @psalm-import-type LinesOfCodeType from \SebastianBergmann\CodeCoverage\StaticAnalysis\FileAnalyser + * @psalm-import-type LinesType from \SebastianBergmann\CodeCoverage\StaticAnalysis\FileAnalyser + * + * @psalm-type ProcessedFunctionType = array{ + * functionName: string, + * namespace: string, + * signature: string, + * startLine: int, + * endLine: int, + * executableLines: int, + * executedLines: int, + * executableBranches: int, + * executedBranches: int, + * executablePaths: int, + * executedPaths: int, + * ccn: int, + * coverage: int|float, + * crap: int|string, + * link: string + * } + * @psalm-type ProcessedMethodType = array{ + * methodName: string, + * visibility: string, + * signature: string, + * startLine: int, + * endLine: int, + * executableLines: int, + * executedLines: int, + * executableBranches: int, + * executedBranches: int, + * executablePaths: int, + * executedPaths: int, + * ccn: int, + * coverage: float|int, + * crap: int|string, + * link: string + * } + * @psalm-type ProcessedClassType = array{ + * className: string, + * namespace: string, + * methods: array, + * startLine: int, + * executableLines: int, + * executedLines: int, + * executableBranches: int, + * executedBranches: int, + * executablePaths: int, + * executedPaths: int, + * ccn: int, + * coverage: int|float, + * crap: int|string, + * link: string + * } + * @psalm-type ProcessedTraitType = array{ + * traitName: string, + * namespace: string, + * methods: array, + * startLine: int, + * executableLines: int, + * executedLines: int, + * executableBranches: int, + * executedBranches: int, + * executablePaths: int, + * executedPaths: int, + * ccn: int, + * coverage: float|int, + * crap: int|string, + * link: string + * } */ final class File extends AbstractNode { /** - * @var array - */ - private $lineCoverageData; - - /** - * @var array - */ - private $functionCoverageData; - - /** - * @var array + * @psalm-var array> */ - private $testData; + private array $lineCoverageData; + private array $functionCoverageData; + private readonly array $testData; + private int $numExecutableLines = 0; + private int $numExecutedLines = 0; + private int $numExecutableBranches = 0; + private int $numExecutedBranches = 0; + private int $numExecutablePaths = 0; + private int $numExecutedPaths = 0; /** - * @var int + * @psalm-var array */ - private $numExecutableLines = 0; + private array $classes = []; /** - * @var int + * @psalm-var array */ - private $numExecutedLines = 0; + private array $traits = []; /** - * @var int + * @psalm-var array */ - private $numExecutableBranches = 0; + private array $functions = []; /** - * @var int + * @psalm-var LinesOfCodeType */ - private $numExecutedBranches = 0; + private readonly array $linesOfCode; + private ?int $numClasses = null; + private int $numTestedClasses = 0; + private ?int $numTraits = null; + private int $numTestedTraits = 0; + private ?int $numMethods = null; + private ?int $numTestedMethods = null; + private ?int $numTestedFunctions = null; /** - * @var int + * @var array */ - private $numExecutablePaths = 0; + private array $codeUnitsByLine = []; /** - * @var int - */ - private $numExecutedPaths = 0; - - /** - * @var array - */ - private $classes = []; - - /** - * @var array - */ - private $traits = []; - - /** - * @var array - */ - private $functions = []; - - /** - * @psalm-var array{linesOfCode: int, commentLinesOfCode: int, nonCommentLinesOfCode: int} - */ - private $linesOfCode; - - /** - * @var int - */ - private $numClasses; - - /** - * @var int - */ - private $numTestedClasses = 0; - - /** - * @var int - */ - private $numTraits; - - /** - * @var int - */ - private $numTestedTraits = 0; - - /** - * @var int - */ - private $numMethods; - - /** - * @var int - */ - private $numTestedMethods; - - /** - * @var int - */ - private $numTestedFunctions; - - /** - * @var array - */ - private $codeUnitsByLine = []; - - /** - * @psalm-param array{linesOfCode: int, commentLinesOfCode: int, nonCommentLinesOfCode: int} $linesOfCode + * @psalm-param array> $lineCoverageData + * @psalm-param LinesOfCodeType $linesOfCode + * @psalm-param array $classes + * @psalm-param array $traits + * @psalm-param array $functions */ public function __construct(string $name, AbstractNode $parent, array $lineCoverageData, array $functionCoverageData, array $testData, array $classes, array $traits, array $functions, array $linesOfCode) { @@ -143,6 +161,9 @@ final class File extends AbstractNode return 1; } + /** + * @psalm-return array> + */ public function lineCoverageData(): array { return $this->lineCoverageData; @@ -173,9 +194,6 @@ final class File extends AbstractNode return $this->functions; } - /** - * @psalm-return array{linesOfCode: int, commentLinesOfCode: int, nonCommentLinesOfCode: int} - */ public function linesOfCode(): array { return $this->linesOfCode; @@ -332,6 +350,11 @@ final class File extends AbstractNode return $this->numTestedFunctions; } + /** + * @psalm-param array $classes + * @psalm-param array $traits + * @psalm-param array $functions + */ private function calculateStatistics(array $classes, array $traits, array $functions): void { foreach (range(1, $this->linesOfCode['linesOfCode']) as $lineNumber) { @@ -434,6 +457,9 @@ final class File extends AbstractNode } } + /** + * @psalm-param array $classes + */ private function processClasses(array $classes): void { $link = $this->id() . '.html#'; @@ -480,6 +506,9 @@ final class File extends AbstractNode } } + /** + * @psalm-param array $traits + */ private function processTraits(array $traits): void { $link = $this->id() . '.html#'; @@ -526,6 +555,9 @@ final class File extends AbstractNode } } + /** + * @psalm-param array $functions + */ private function processFunctions(array $functions): void { $link = $this->id() . '.html#'; @@ -592,6 +624,11 @@ final class File extends AbstractNode } } + /** + * @psalm-param CodeUnitMethodType $method + * + * @psalm-return ProcessedMethodType + */ private function newMethod(string $className, string $methodName, array $method, string $link): array { $methodData = [ diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Node/Iterator.php b/Sources/vendor/phpunit/php-code-coverage/src/Node/Iterator.php old mode 100755 new mode 100644 index 0d1c7354..b110d467 --- a/Sources/vendor/phpunit/php-code-coverage/src/Node/Iterator.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/Node/Iterator.php @@ -17,15 +17,12 @@ use RecursiveIterator; */ final class Iterator implements RecursiveIterator { - /** - * @var int - */ - private $position; + private int $position; /** - * @var AbstractNode[] + * @var list */ - private $nodes; + private readonly array $nodes; public function __construct(Directory $node) { diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Clover.php b/Sources/vendor/phpunit/php-code-coverage/src/Report/Clover.php old mode 100755 new mode 100644 index d80ab4de..08ba148b --- a/Sources/vendor/phpunit/php-code-coverage/src/Report/Clover.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/Report/Clover.php @@ -89,7 +89,7 @@ final class Clover $methodCount = 0; foreach (range($method['startLine'], $method['endLine']) as $line) { - if (isset($coverageData[$line]) && ($coverageData[$line] !== null)) { + if (isset($coverageData[$line])) { $methodCount = max($methodCount, count($coverageData[$line])); } } diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Cobertura.php b/Sources/vendor/phpunit/php-code-coverage/src/Report/Cobertura.php old mode 100755 new mode 100644 index 138a31eb..0ac267a0 --- a/Sources/vendor/phpunit/php-code-coverage/src/Report/Cobertura.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/Report/Cobertura.php @@ -175,7 +175,7 @@ final class Cobertura $methodElement->appendChild($methodLinesElement); foreach (range($method['startLine'], $method['endLine']) as $line) { - if (!isset($coverageData[$line]) || $coverageData[$line] === null) { + if (!isset($coverageData[$line])) { continue; } $methodLineElement = $document->createElement('line'); @@ -256,7 +256,7 @@ final class Cobertura $methodElement->appendChild($methodLinesElement); foreach (range($function['startLine'], $function['endLine']) as $line) { - if (!isset($coverageData[$line]) || $coverageData[$line] === null) { + if (!isset($coverageData[$line])) { continue; } $methodLineElement = $document->createElement('line'); diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Crap4j.php b/Sources/vendor/phpunit/php-code-coverage/src/Report/Crap4j.php old mode 100755 new mode 100644 index 2d91567a..305e7e12 --- a/Sources/vendor/phpunit/php-code-coverage/src/Report/Crap4j.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/Report/Crap4j.php @@ -24,10 +24,7 @@ use SebastianBergmann\CodeCoverage\Util\Filesystem; final class Crap4j { - /** - * @var int - */ - private $threshold; + private readonly int $threshold; public function __construct(int $threshold = 30) { diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Colors.php b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Colors.php new file mode 100644 index 00000000..25ca9034 --- /dev/null +++ b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Colors.php @@ -0,0 +1,66 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace SebastianBergmann\CodeCoverage\Report\Html; + +/** + * @psalm-immutable + */ +final class Colors +{ + private readonly string $successLow; + private readonly string $successMedium; + private readonly string $successHigh; + private readonly string $warning; + private readonly string $danger; + + public static function default(): self + { + return new self('#dff0d8', '#c3e3b5', '#99cb84', '#fcf8e3', '#f2dede'); + } + + public static function from(string $successLow, string $successMedium, string $successHigh, string $warning, string $danger): self + { + return new self($successLow, $successMedium, $successHigh, $warning, $danger); + } + + private function __construct(string $successLow, string $successMedium, string $successHigh, string $warning, string $danger) + { + $this->successLow = $successLow; + $this->successMedium = $successMedium; + $this->successHigh = $successHigh; + $this->warning = $warning; + $this->danger = $danger; + } + + public function successLow(): string + { + return $this->successLow; + } + + public function successMedium(): string + { + return $this->successMedium; + } + + public function successHigh(): string + { + return $this->successHigh; + } + + public function warning(): string + { + return $this->warning; + } + + public function danger(): string + { + return $this->danger; + } +} diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/CustomCssFile.php b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/CustomCssFile.php new file mode 100644 index 00000000..2e0a4fef --- /dev/null +++ b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/CustomCssFile.php @@ -0,0 +1,50 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace SebastianBergmann\CodeCoverage\Report\Html; + +use function is_file; +use SebastianBergmann\CodeCoverage\InvalidArgumentException; + +/** + * @psalm-immutable + */ +final class CustomCssFile +{ + private readonly string $path; + + public static function default(): self + { + return new self(__DIR__ . '/Renderer/Template/css/custom.css'); + } + + /** + * @throws InvalidArgumentException + */ + public static function from(string $path): self + { + if (!is_file($path)) { + throw new InvalidArgumentException( + '$path does not exist' + ); + } + + return new self($path); + } + + private function __construct(string $path) + { + $this->path = $path; + } + + public function path(): string + { + return $this->path; + } +} diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Facade.php b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Facade.php old mode 100755 new mode 100644 index 69935d73..ee8f1c31 --- a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Facade.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Facade.php @@ -13,46 +13,30 @@ use const DIRECTORY_SEPARATOR; use function copy; use function date; use function dirname; -use function substr; +use function str_ends_with; use SebastianBergmann\CodeCoverage\CodeCoverage; -use SebastianBergmann\CodeCoverage\InvalidArgumentException; +use SebastianBergmann\CodeCoverage\FileCouldNotBeWrittenException; use SebastianBergmann\CodeCoverage\Node\Directory as DirectoryNode; +use SebastianBergmann\CodeCoverage\Report\Thresholds; use SebastianBergmann\CodeCoverage\Util\Filesystem; +use SebastianBergmann\Template\Exception; +use SebastianBergmann\Template\Template; final class Facade { - /** - * @var string - */ - private $templatePath; - - /** - * @var string - */ - private $generator; - - /** - * @var int - */ - private $lowUpperBound; - - /** - * @var int - */ - private $highLowerBound; - - public function __construct(int $lowUpperBound = 50, int $highLowerBound = 90, string $generator = '') - { - if ($lowUpperBound > $highLowerBound) { - throw new InvalidArgumentException( - '$lowUpperBound must not be larger than $highLowerBound' - ); - } + private readonly string $templatePath; + private readonly string $generator; + private readonly Colors $colors; + private readonly Thresholds $thresholds; + private readonly CustomCssFile $customCssFile; - $this->generator = $generator; - $this->highLowerBound = $highLowerBound; - $this->lowUpperBound = $lowUpperBound; - $this->templatePath = __DIR__ . '/Renderer/Template/'; + public function __construct(string $generator = '', ?Colors $colors = null, ?Thresholds $thresholds = null, ?CustomCssFile $customCssFile = null) + { + $this->generator = $generator; + $this->colors = $colors ?? Colors::default(); + $this->thresholds = $thresholds ?? Thresholds::default(); + $this->customCssFile = $customCssFile ?? CustomCssFile::default(); + $this->templatePath = __DIR__ . '/Renderer/Template/'; } public function process(CodeCoverage $coverage, string $target): void @@ -65,8 +49,7 @@ final class Facade $this->templatePath, $this->generator, $date, - $this->lowUpperBound, - $this->highLowerBound, + $this->thresholds, $coverage->collectsBranchAndPathCoverage() ); @@ -74,8 +57,7 @@ final class Facade $this->templatePath, $this->generator, $date, - $this->lowUpperBound, - $this->highLowerBound, + $this->thresholds, $coverage->collectsBranchAndPathCoverage() ); @@ -83,8 +65,7 @@ final class Facade $this->templatePath, $this->generator, $date, - $this->lowUpperBound, - $this->highLowerBound, + $this->thresholds, $coverage->collectsBranchAndPathCoverage() ); @@ -109,6 +90,7 @@ final class Facade } $this->copyFiles($target); + $this->renderCss($target); } private function copyFiles(string $target): void @@ -117,8 +99,7 @@ final class Facade copy($this->templatePath . 'css/bootstrap.min.css', $dir . 'bootstrap.min.css'); copy($this->templatePath . 'css/nv.d3.min.css', $dir . 'nv.d3.min.css'); - copy($this->templatePath . 'css/style.css', $dir . 'style.css'); - copy($this->templatePath . 'css/custom.css', $dir . 'custom.css'); + copy($this->customCssFile->path(), $dir . 'custom.css'); copy($this->templatePath . 'css/octicons.css', $dir . 'octicons.css'); $dir = $this->directory($target . '_icons'); @@ -134,9 +115,34 @@ final class Facade copy($this->templatePath . 'js/file.js', $dir . 'file.js'); } + private function renderCss(string $target): void + { + $template = new Template($this->templatePath . 'css/style.css', '{{', '}}'); + + $template->setVar( + [ + 'success-low' => $this->colors->successLow(), + 'success-medium' => $this->colors->successMedium(), + 'success-high' => $this->colors->successHigh(), + 'warning' => $this->colors->warning(), + 'danger' => $this->colors->danger(), + ] + ); + + try { + $template->renderTo($this->directory($target . '_css') . 'style.css'); + } catch (Exception $e) { + throw new FileCouldNotBeWrittenException( + $e->getMessage(), + $e->getCode(), + $e + ); + } + } + private function directory(string $directory): string { - if (substr($directory, -1, 1) != DIRECTORY_SEPARATOR) { + if (!str_ends_with($directory, DIRECTORY_SEPARATOR)) { $directory .= DIRECTORY_SEPARATOR; } diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer.php b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer.php old mode 100755 new mode 100644 index fe285b18..cfc403e8 --- a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer.php @@ -17,6 +17,7 @@ use function substr_count; use SebastianBergmann\CodeCoverage\Node\AbstractNode; use SebastianBergmann\CodeCoverage\Node\Directory as DirectoryNode; use SebastianBergmann\CodeCoverage\Node\File as FileNode; +use SebastianBergmann\CodeCoverage\Report\Thresholds; use SebastianBergmann\CodeCoverage\Version; use SebastianBergmann\Environment\Runtime; use SebastianBergmann\Template\Template; @@ -26,48 +27,19 @@ use SebastianBergmann\Template\Template; */ abstract class Renderer { - /** - * @var string - */ - protected $templatePath; - - /** - * @var string - */ - protected $generator; - - /** - * @var string - */ - protected $date; - - /** - * @var int - */ - protected $lowUpperBound; - - /** - * @var int - */ - protected $highLowerBound; - - /** - * @var bool - */ - protected $hasBranchCoverage; - - /** - * @var string - */ - protected $version; - - public function __construct(string $templatePath, string $generator, string $date, int $lowUpperBound, int $highLowerBound, bool $hasBranchCoverage) + protected string $templatePath; + protected string $generator; + protected string $date; + protected Thresholds $thresholds; + protected bool $hasBranchCoverage; + protected string $version; + + public function __construct(string $templatePath, string $generator, string $date, Thresholds $thresholds, bool $hasBranchCoverage) { $this->templatePath = $templatePath; $this->generator = $generator; $this->date = $date; - $this->lowUpperBound = $lowUpperBound; - $this->highLowerBound = $highLowerBound; + $this->thresholds = $thresholds; $this->version = Version::id(); $this->hasBranchCoverage = $hasBranchCoverage; } @@ -199,8 +171,8 @@ abstract class Renderer 'version' => $this->version, 'runtime' => $this->runtimeString(), 'generator' => $this->generator, - 'low_upper_bound' => $this->lowUpperBound, - 'high_lower_bound' => $this->highLowerBound, + 'low_upper_bound' => $this->thresholds->lowUpperBound(), + 'high_lower_bound' => $this->thresholds->highLowerBound(), ] ); } @@ -288,12 +260,12 @@ abstract class Renderer protected function colorLevel(float $percent): string { - if ($percent <= $this->lowUpperBound) { + if ($percent <= $this->thresholds->lowUpperBound()) { return 'danger'; } - if ($percent > $this->lowUpperBound && - $percent < $this->highLowerBound) { + if ($percent > $this->thresholds->lowUpperBound() && + $percent < $this->thresholds->highLowerBound()) { return 'warning'; } diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Dashboard.php b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Dashboard.php old mode 100755 new mode 100644 index b44870b5..4cb220e8 --- a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Dashboard.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Dashboard.php @@ -18,8 +18,10 @@ use function floor; use function json_encode; use function sprintf; use function str_replace; +use SebastianBergmann\CodeCoverage\FileCouldNotBeWrittenException; use SebastianBergmann\CodeCoverage\Node\AbstractNode; use SebastianBergmann\CodeCoverage\Node\Directory as DirectoryNode; +use SebastianBergmann\Template\Exception; use SebastianBergmann\Template\Template; /** @@ -58,7 +60,15 @@ final class Dashboard extends Renderer ] ); - $template->renderTo($file); + try { + $template->renderTo($file); + } catch (Exception $e) { + throw new FileCouldNotBeWrittenException( + $e->getMessage(), + $e->getCode(), + $e + ); + } } protected function activeBreadcrumb(AbstractNode $node): string @@ -188,7 +198,7 @@ final class Dashboard extends Renderer foreach ($classes as $className => $class) { foreach ($class['methods'] as $methodName => $method) { - if ($method['coverage'] < $this->highLowerBound) { + if ($method['coverage'] < $this->thresholds->highLowerBound()) { $key = $methodName; if ($className !== '*') { @@ -199,7 +209,7 @@ final class Dashboard extends Renderer } } - if ($class['coverage'] < $this->highLowerBound) { + if ($class['coverage'] < $this->thresholds->highLowerBound()) { $leastTestedClasses[$className] = $class['coverage']; } } @@ -242,7 +252,7 @@ final class Dashboard extends Renderer foreach ($classes as $className => $class) { foreach ($class['methods'] as $methodName => $method) { - if ($method['coverage'] < $this->highLowerBound && $method['ccn'] > 1) { + if ($method['coverage'] < $this->thresholds->highLowerBound() && $method['ccn'] > 1) { $key = $methodName; if ($className !== '*') { @@ -253,7 +263,7 @@ final class Dashboard extends Renderer } } - if ($class['coverage'] < $this->highLowerBound && + if ($class['coverage'] < $this->thresholds->highLowerBound() && $class['ccn'] > count($class['methods'])) { $classRisks[$className] = $class['crap']; } diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Directory.php b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Directory.php old mode 100755 new mode 100644 index faacbc31..c6f885f2 --- a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Directory.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Directory.php @@ -12,8 +12,10 @@ namespace SebastianBergmann\CodeCoverage\Report\Html; use function count; use function sprintf; use function str_repeat; +use SebastianBergmann\CodeCoverage\FileCouldNotBeWrittenException; use SebastianBergmann\CodeCoverage\Node\AbstractNode as Node; use SebastianBergmann\CodeCoverage\Node\Directory as DirectoryNode; +use SebastianBergmann\Template\Exception; use SebastianBergmann\Template\Template; /** @@ -45,7 +47,15 @@ final class Directory extends Renderer ] ); - $template->renderTo($file); + try { + $template->renderTo($file); + } catch (Exception $e) { + throw new FileCouldNotBeWrittenException( + $e->getMessage(), + $e->getCode(), + $e + ); + } } private function renderItem(Node $node, bool $total = false): string diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/File.php b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/File.php old mode 100755 new mode 100644 index b59dc89d..eb98623d --- a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/File.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/File.php @@ -84,9 +84,7 @@ use function array_keys; use function array_merge; use function array_pop; use function array_unique; -use function constant; use function count; -use function defined; use function explode; use function file_get_contents; use function htmlspecialchars; @@ -95,13 +93,14 @@ use function ksort; use function range; use function sort; use function sprintf; +use function str_ends_with; use function str_replace; -use function substr; use function token_get_all; use function trim; -use PHPUnit\Runner\BaseTestRunner; +use SebastianBergmann\CodeCoverage\FileCouldNotBeWrittenException; use SebastianBergmann\CodeCoverage\Node\File as FileNode; use SebastianBergmann\CodeCoverage\Util\Percentage; +use SebastianBergmann\Template\Exception; use SebastianBergmann\Template\Template; /** @@ -112,17 +111,78 @@ final class File extends Renderer /** * @psalm-var array */ - private static $keywordTokens = []; - - /** - * @var array - */ - private static $formattedSourceCache = []; - - /** - * @var int - */ - private $htmlSpecialCharsFlags = ENT_COMPAT | ENT_HTML401 | ENT_SUBSTITUTE; + private const KEYWORD_TOKENS = [ + T_ABSTRACT => true, + T_ARRAY => true, + T_AS => true, + T_BREAK => true, + T_CALLABLE => true, + T_CASE => true, + T_CATCH => true, + T_CLASS => true, + T_CLONE => true, + T_CONST => true, + T_CONTINUE => true, + T_DECLARE => true, + T_DEFAULT => true, + T_DO => true, + T_ECHO => true, + T_ELSE => true, + T_ELSEIF => true, + T_EMPTY => true, + T_ENDDECLARE => true, + T_ENDFOR => true, + T_ENDFOREACH => true, + T_ENDIF => true, + T_ENDSWITCH => true, + T_ENDWHILE => true, + T_ENUM => true, + T_EVAL => true, + T_EXIT => true, + T_EXTENDS => true, + T_FINAL => true, + T_FINALLY => true, + T_FN => true, + T_FOR => true, + T_FOREACH => true, + T_FUNCTION => true, + T_GLOBAL => true, + T_GOTO => true, + T_HALT_COMPILER => true, + T_IF => true, + T_IMPLEMENTS => true, + T_INCLUDE => true, + T_INCLUDE_ONCE => true, + T_INSTANCEOF => true, + T_INSTEADOF => true, + T_INTERFACE => true, + T_ISSET => true, + T_LIST => true, + T_MATCH => true, + T_NAMESPACE => true, + T_NEW => true, + T_PRINT => true, + T_PRIVATE => true, + T_PROTECTED => true, + T_PUBLIC => true, + T_READONLY => true, + T_REQUIRE => true, + T_REQUIRE_ONCE => true, + T_RETURN => true, + T_STATIC => true, + T_SWITCH => true, + T_THROW => true, + T_TRAIT => true, + T_TRY => true, + T_UNSET => true, + T_USE => true, + T_VAR => true, + T_WHILE => true, + T_YIELD => true, + T_YIELD_FROM => true, + ]; + private static array $formattedSourceCache = []; + private int $htmlSpecialCharsFlags = ENT_COMPAT | ENT_HTML401 | ENT_SUBSTITUTE; public function render(FileNode $node, string $file): void { @@ -139,7 +199,15 @@ final class File extends Renderer ] ); - $template->renderTo($file . '.html'); + try { + $template->renderTo($file . '.html'); + } catch (Exception $e) { + throw new FileCouldNotBeWrittenException( + $e->getMessage(), + $e->getCode(), + $e + ); + } if ($this->hasBranchCoverage) { $template->setVar( @@ -151,7 +219,15 @@ final class File extends Renderer ] ); - $template->renderTo($file . '_branch.html'); + try { + $template->renderTo($file . '_branch.html'); + } catch (Exception $e) { + throw new FileCouldNotBeWrittenException( + $e->getMessage(), + $e->getCode(), + $e + ); + } $template->setVar( [ @@ -162,7 +238,15 @@ final class File extends Renderer ] ); - $template->renderTo($file . '_path.html'); + try { + $template->renderTo($file . '_path.html'); + } catch (Exception $e) { + throw new FileCouldNotBeWrittenException( + $e->getMessage(), + $e->getCode(), + $e + ); + } } } @@ -898,7 +982,7 @@ final class File extends Renderer $result = ['']; $i = 0; $stringFlag = false; - $fileEndsWithNewLine = substr($buffer, -1) === "\n"; + $fileEndsWithNewLine = str_ends_with($buffer, "\n"); unset($buffer); @@ -1005,42 +1089,21 @@ final class File extends Renderer { $testCSS = ''; - if ($testData['fromTestcase']) { - switch ($testData['status']) { - case BaseTestRunner::STATUS_PASSED: - switch ($testData['size']) { - case 'small': - $testCSS = ' class="covered-by-small-tests"'; - - break; - - case 'medium': - $testCSS = ' class="covered-by-medium-tests"'; - - break; - - default: - $testCSS = ' class="covered-by-large-tests"'; - - break; - } - - break; - - case BaseTestRunner::STATUS_SKIPPED: - case BaseTestRunner::STATUS_INCOMPLETE: - case BaseTestRunner::STATUS_RISKY: - case BaseTestRunner::STATUS_WARNING: - $testCSS = ' class="warning"'; + switch ($testData['status']) { + case 'success': + $testCSS = match ($testData['size']) { + 'small' => ' class="covered-by-small-tests"', + 'medium' => ' class="covered-by-medium-tests"', + // no break + default => ' class="covered-by-large-tests"', + }; - break; + break; - case BaseTestRunner::STATUS_FAILURE: - case BaseTestRunner::STATUS_ERROR: - $testCSS = ' class="danger"'; + case 'failure': + $testCSS = ' class="danger"'; - break; - } + break; } return sprintf( @@ -1062,101 +1125,6 @@ final class File extends Renderer private function isKeyword(int $token): bool { - return isset(self::keywordTokens()[$token]); - } - - /** - * @psalm-return array - */ - private static function keywordTokens(): array - { - if (self::$keywordTokens !== []) { - return self::$keywordTokens; - } - - self::$keywordTokens = [ - T_ABSTRACT => true, - T_ARRAY => true, - T_AS => true, - T_BREAK => true, - T_CALLABLE => true, - T_CASE => true, - T_CATCH => true, - T_CLASS => true, - T_CLONE => true, - T_CONST => true, - T_CONTINUE => true, - T_DECLARE => true, - T_DEFAULT => true, - T_DO => true, - T_ECHO => true, - T_ELSE => true, - T_ELSEIF => true, - T_EMPTY => true, - T_ENDDECLARE => true, - T_ENDFOR => true, - T_ENDFOREACH => true, - T_ENDIF => true, - T_ENDSWITCH => true, - T_ENDWHILE => true, - T_EVAL => true, - T_EXIT => true, - T_EXTENDS => true, - T_FINAL => true, - T_FINALLY => true, - T_FOR => true, - T_FOREACH => true, - T_FUNCTION => true, - T_GLOBAL => true, - T_GOTO => true, - T_HALT_COMPILER => true, - T_IF => true, - T_IMPLEMENTS => true, - T_INCLUDE => true, - T_INCLUDE_ONCE => true, - T_INSTANCEOF => true, - T_INSTEADOF => true, - T_INTERFACE => true, - T_ISSET => true, - T_LIST => true, - T_NAMESPACE => true, - T_NEW => true, - T_PRINT => true, - T_PRIVATE => true, - T_PROTECTED => true, - T_PUBLIC => true, - T_REQUIRE => true, - T_REQUIRE_ONCE => true, - T_RETURN => true, - T_STATIC => true, - T_SWITCH => true, - T_THROW => true, - T_TRAIT => true, - T_TRY => true, - T_UNSET => true, - T_USE => true, - T_VAR => true, - T_WHILE => true, - T_YIELD => true, - T_YIELD_FROM => true, - ]; - - if (defined('T_FN')) { - self::$keywordTokens[constant('T_FN')] = true; - } - - if (defined('T_MATCH')) { - self::$keywordTokens[constant('T_MATCH')] = true; - } - - if (defined('T_ENUM')) { - self::$keywordTokens[constant('T_ENUM')] = true; - } - - if (defined('T_READONLY')) { - self::$keywordTokens[constant('T_READONLY')] = true; - } - - return self::$keywordTokens; + return isset(self::KEYWORD_TOKENS[$token]); } } diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/branches.html.dist b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/branches.html.dist old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/coverage_bar.html.dist b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/coverage_bar.html.dist old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/coverage_bar_branch.html.dist b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/coverage_bar_branch.html.dist old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/bootstrap.min.css b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/bootstrap.min.css old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/custom.css b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/custom.css old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/nv.d3.min.css b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/nv.d3.min.css old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/octicons.css b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/octicons.css old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/style.css b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/style.css old mode 100755 new mode 100644 index 526cac0d..04ebcd89 --- a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/style.css +++ b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/style.css @@ -40,23 +40,23 @@ body { } .table tbody tr.covered-by-large-tests, li.covered-by-large-tests, tr.success, td.success, li.success, span.success { - background-color: #dff0d8; + background-color: {{success-low}}; } .table tbody tr.covered-by-medium-tests, li.covered-by-medium-tests { - background-color: #c3e3b5; + background-color: {{success-medium}}; } .table tbody tr.covered-by-small-tests, li.covered-by-small-tests { - background-color: #99cb84; + background-color: {{success-high}}; } -.table tbody tr.danger, .table tbody td.danger, li.danger, span.danger { - background-color: #f2dede; +.table tbody tr.warning, .table tbody td.warning, li.warning, span.warning { + background-color: {{warning}}; } -.table tbody tr.warning, .table tbody td.warning, li.warning, span.warning { - background-color: #fcf8e3; +.table tbody tr.danger, .table tbody td.danger, li.danger, span.danger { + background-color: {{danger}}; } .table tbody td.info { @@ -120,7 +120,7 @@ svg text { .scrollbox { height:245px; - overflow-x:hidden; + overflow-x:scroll; overflow-y:scroll; } @@ -138,21 +138,21 @@ table + .structure-heading { } .covered-by-small-tests { - background-color: #99cb84; + background-color: {{success-high}}; } .covered-by-medium-tests { - background-color: #c3e3b5; + background-color: {{success-medium}}; } .covered-by-large-tests { - background-color: #dff0d8; + background-color: {{success-low}}; } .not-covered { - background-color: #f2dede; + background-color: {{danger}}; } .not-coverable { - background-color: #fcf8e3; + background-color: {{warning}}; } diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/dashboard.html.dist b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/dashboard.html.dist old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/dashboard_branch.html.dist b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/dashboard_branch.html.dist old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory.html.dist b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory.html.dist old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory_branch.html.dist b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory_branch.html.dist old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory_item.html.dist b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory_item.html.dist old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory_item_branch.html.dist b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/directory_item_branch.html.dist old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file.html.dist b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file.html.dist old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_branch.html.dist b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_branch.html.dist old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_item.html.dist b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_item.html.dist old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_item_branch.html.dist b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/file_item_branch.html.dist old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/icons/file-code.svg b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/icons/file-code.svg old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/icons/file-directory.svg b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/icons/file-directory.svg old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/bootstrap.min.js b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/bootstrap.min.js old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/d3.min.js b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/d3.min.js old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/file.js b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/file.js old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/jquery.min.js b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/jquery.min.js old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/nv.d3.min.js b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/nv.d3.min.js old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/popper.min.js b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/popper.min.js old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/line.html.dist b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/line.html.dist old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/lines.html.dist b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/lines.html.dist old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/method_item.html.dist b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/method_item.html.dist old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/method_item_branch.html.dist b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/method_item_branch.html.dist old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/paths.html.dist b/Sources/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/paths.html.dist old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/PHP.php b/Sources/vendor/phpunit/php-code-coverage/src/Report/PHP.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Text.php b/Sources/vendor/phpunit/php-code-coverage/src/Report/Text.php old mode 100755 new mode 100644 index 755c2dd4..6f73dc16 --- a/Sources/vendor/phpunit/php-code-coverage/src/Report/Text.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/Report/Text.php @@ -47,36 +47,13 @@ final class Text * @var string */ private const COLOR_RESET = "\x1b[0m"; + private readonly Thresholds $thresholds; + private readonly bool $showUncoveredFiles; + private readonly bool $showOnlySummary; - /** - * @var string - */ - private const COLOR_EOL = "\x1b[2K"; - - /** - * @var int - */ - private $lowUpperBound; - - /** - * @var int - */ - private $highLowerBound; - - /** - * @var bool - */ - private $showUncoveredFiles; - - /** - * @var bool - */ - private $showOnlySummary; - - public function __construct(int $lowUpperBound = 50, int $highLowerBound = 90, bool $showUncoveredFiles = false, bool $showOnlySummary = false) + public function __construct(Thresholds $thresholds, bool $showUncoveredFiles = false, bool $showOnlySummary = false) { - $this->lowUpperBound = $lowUpperBound; - $this->highLowerBound = $highLowerBound; + $this->thresholds = $thresholds; $this->showUncoveredFiles = $showUncoveredFiles; $this->showOnlySummary = $showOnlySummary; } @@ -96,7 +73,6 @@ final class Text 'branches' => '', 'paths' => '', 'reset' => '', - 'eol' => '', ]; if ($showColors) { @@ -127,7 +103,6 @@ final class Text $colors['reset'] = self::COLOR_RESET; $colors['header'] = self::COLOR_HEADER; - $colors['eol'] = self::COLOR_EOL; } $classes = sprintf( @@ -306,11 +281,11 @@ final class Text $totalNumberOfElements ); - if ($coverage->asFloat() >= $this->highLowerBound) { + if ($coverage->asFloat() >= $this->thresholds->highLowerBound()) { return self::COLOR_GREEN; } - if ($coverage->asFloat() > $this->lowUpperBound) { + if ($coverage->asFloat() > $this->thresholds->lowUpperBound()) { return self::COLOR_YELLOW; } @@ -329,10 +304,7 @@ final class Text sprintf($format, $totalNumberOfElements) . ')'; } - /** - * @param false|string $string - */ - private function format(string $color, int $padding, $string): string + private function format(string $color, int $padding, string|false $string): string { $reset = $color ? self::COLOR_RESET : ''; diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Thresholds.php b/Sources/vendor/phpunit/php-code-coverage/src/Report/Thresholds.php new file mode 100644 index 00000000..a1fa6e9f --- /dev/null +++ b/Sources/vendor/phpunit/php-code-coverage/src/Report/Thresholds.php @@ -0,0 +1,56 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace SebastianBergmann\CodeCoverage\Report; + +use SebastianBergmann\CodeCoverage\InvalidArgumentException; + +/** + * @psalm-immutable + */ +final class Thresholds +{ + private readonly int $lowUpperBound; + private readonly int $highLowerBound; + + public static function default(): self + { + return new self(50, 90); + } + + /** + * @throws InvalidArgumentException + */ + public static function from(int $lowUpperBound, int $highLowerBound): self + { + if ($lowUpperBound > $highLowerBound) { + throw new InvalidArgumentException( + '$lowUpperBound must not be larger than $highLowerBound' + ); + } + + return new self($lowUpperBound, $highLowerBound); + } + + private function __construct(int $lowUpperBound, int $highLowerBound) + { + $this->lowUpperBound = $lowUpperBound; + $this->highLowerBound = $highLowerBound; + } + + public function lowUpperBound(): int + { + return $this->lowUpperBound; + } + + public function highLowerBound(): int + { + return $this->highLowerBound; + } +} diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/BuildInformation.php b/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/BuildInformation.php old mode 100755 new mode 100644 index ebdbae61..fac06ff4 --- a/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/BuildInformation.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/BuildInformation.php @@ -9,7 +9,6 @@ */ namespace SebastianBergmann\CodeCoverage\Report\Xml; -use function constant; use function phpversion; use DateTimeImmutable; use DOMElement; @@ -20,10 +19,7 @@ use SebastianBergmann\Environment\Runtime; */ final class BuildInformation { - /** - * @var DOMElement - */ - private $contextNode; + private readonly DOMElement $contextNode; public function __construct(DOMElement $contextNode) { @@ -40,11 +36,6 @@ final class BuildInformation $driverNode = $this->nodeByName('driver'); - if ($runtime->hasPHPDBGCodeCoverage()) { - $driverNode->setAttribute('name', 'phpdbg'); - $driverNode->setAttribute('version', constant('PHPDBG_VERSION')); - } - if ($runtime->hasXdebug()) { $driverNode->setAttribute('name', 'xdebug'); $driverNode->setAttribute('version', phpversion('xdebug')); diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Coverage.php b/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Coverage.php old mode 100755 new mode 100644 index b556d820..9c853ec2 --- a/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Coverage.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Coverage.php @@ -18,20 +18,9 @@ use XMLWriter; */ final class Coverage { - /** - * @var XMLWriter - */ - private $writer; - - /** - * @var DOMElement - */ - private $contextNode; - - /** - * @var bool - */ - private $finalized = false; + private readonly XMLWriter $writer; + private readonly DOMElement $contextNode; + private bool $finalized = false; public function __construct(DOMElement $context, string $line) { diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Directory.php b/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Directory.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Facade.php b/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Facade.php old mode 100755 new mode 100644 index 3ecc7506..8788200c --- a/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Facade.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Facade.php @@ -40,20 +40,9 @@ use SebastianBergmann\Environment\Runtime; final class Facade { - /** - * @var string - */ - private $target; - - /** - * @var Project - */ - private $project; - - /** - * @var string - */ - private $phpUnitVersion; + private string $target; + private Project $project; + private readonly string $phpUnitVersion; public function __construct(string $version) { diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/File.php b/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/File.php old mode 100755 new mode 100644 index 245c5cee..a1da30a7 --- a/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/File.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/File.php @@ -17,15 +17,8 @@ use DOMElement; */ class File { - /** - * @var DOMDocument - */ - private $dom; - - /** - * @var DOMElement - */ - private $contextNode; + private readonly DOMDocument $dom; + private readonly DOMElement $contextNode; public function __construct(DOMElement $context) { diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Method.php b/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Method.php old mode 100755 new mode 100644 index 7e300999..b1ab9ae5 --- a/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Method.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Method.php @@ -16,10 +16,7 @@ use DOMElement; */ final class Method { - /** - * @var DOMElement - */ - private $contextNode; + private readonly DOMElement $contextNode; public function __construct(DOMElement $context, string $name) { diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Node.php b/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Node.php old mode 100755 new mode 100644 index 15992309..bd14c8d6 --- a/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Node.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Node.php @@ -17,15 +17,8 @@ use DOMElement; */ abstract class Node { - /** - * @var DOMDocument - */ - private $dom; - - /** - * @var DOMElement - */ - private $contextNode; + private DOMDocument $dom; + private DOMElement $contextNode; public function __construct(DOMElement $context) { diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Project.php b/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Project.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Report.php b/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Report.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Source.php b/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Source.php old mode 100755 new mode 100644 index 2b67ce1d..f6171f8e --- a/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Source.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Source.php @@ -19,8 +19,7 @@ use TheSeer\Tokenizer\XMLSerializer; */ final class Source { - /** @var DOMElement */ - private $context; + private readonly DOMElement $context; public function __construct(DOMElement $context) { diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Tests.php b/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Tests.php old mode 100755 new mode 100644 index c6da4145..e56df70e --- a/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Tests.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Tests.php @@ -13,26 +13,21 @@ use DOMElement; /** * @internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage + * + * @psalm-import-type TestType from \SebastianBergmann\CodeCoverage\CodeCoverage */ final class Tests { - private $contextNode; - private $codeMap = [ - -1 => 'UNKNOWN', // PHPUnit_Runner_BaseTestRunner::STATUS_UNKNOWN - 0 => 'PASSED', // PHPUnit_Runner_BaseTestRunner::STATUS_PASSED - 1 => 'SKIPPED', // PHPUnit_Runner_BaseTestRunner::STATUS_SKIPPED - 2 => 'INCOMPLETE', // PHPUnit_Runner_BaseTestRunner::STATUS_INCOMPLETE - 3 => 'FAILURE', // PHPUnit_Runner_BaseTestRunner::STATUS_FAILURE - 4 => 'ERROR', // PHPUnit_Runner_BaseTestRunner::STATUS_ERROR - 5 => 'RISKY', // PHPUnit_Runner_BaseTestRunner::STATUS_RISKY - 6 => 'WARNING', // PHPUnit_Runner_BaseTestRunner::STATUS_WARNING - ]; + private readonly DOMElement $contextNode; public function __construct(DOMElement $context) { $this->contextNode = $context; } + /** + * @param TestType $result + */ public function addTest(string $test, array $result): void { $node = $this->contextNode->appendChild( @@ -44,7 +39,6 @@ final class Tests $node->setAttribute('name', $test); $node->setAttribute('size', $result['size']); - $node->setAttribute('result', (string) $result['status']); - $node->setAttribute('status', $this->codeMap[(int) $result['status']]); + $node->setAttribute('status', $result['status']); } } diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Totals.php b/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Totals.php old mode 100755 new mode 100644 index 37081318..d4f8f795 --- a/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Totals.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Totals.php @@ -19,35 +19,12 @@ use SebastianBergmann\CodeCoverage\Util\Percentage; */ final class Totals { - /** - * @var DOMNode - */ - private $container; - - /** - * @var DOMElement - */ - private $linesNode; - - /** - * @var DOMElement - */ - private $methodsNode; - - /** - * @var DOMElement - */ - private $functionsNode; - - /** - * @var DOMElement - */ - private $classesNode; - - /** - * @var DOMElement - */ - private $traitsNode; + private readonly DOMNode $container; + private readonly DOMElement $linesNode; + private readonly DOMElement $methodsNode; + private readonly DOMElement $functionsNode; + private readonly DOMElement $classesNode; + private readonly DOMElement $traitsNode; public function __construct(DOMElement $container) { diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Unit.php b/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Unit.php old mode 100755 new mode 100644 index d84dc481..2a4feb99 --- a/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Unit.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/Report/Xml/Unit.php @@ -16,10 +16,7 @@ use DOMElement; */ final class Unit { - /** - * @var DOMElement - */ - private $contextNode; + private readonly DOMElement $contextNode; public function __construct(DOMElement $context, string $name) { diff --git a/Sources/vendor/phpunit/php-code-coverage/src/StaticAnalysis/CacheWarmer.php b/Sources/vendor/phpunit/php-code-coverage/src/StaticAnalysis/CacheWarmer.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/StaticAnalysis/CachingFileAnalyser.php b/Sources/vendor/phpunit/php-code-coverage/src/StaticAnalysis/CachingFileAnalyser.php old mode 100755 new mode 100644 index 63e6e22b..879f569e --- a/Sources/vendor/phpunit/php-code-coverage/src/StaticAnalysis/CachingFileAnalyser.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/StaticAnalysis/CachingFileAnalyser.php @@ -21,38 +21,17 @@ use SebastianBergmann\FileIterator\Facade as FileIteratorFacade; /** * @internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage + * + * @psalm-import-type LinesOfCodeType from \SebastianBergmann\CodeCoverage\StaticAnalysis\FileAnalyser */ final class CachingFileAnalyser implements FileAnalyser { - /** - * @var ?string - */ - private static $cacheVersion; - - /** - * @var string - */ - private $directory; - - /** - * @var FileAnalyser - */ - private $analyser; - - /** - * @var bool - */ - private $useAnnotationsForIgnoringCode; - - /** - * @var bool - */ - private $ignoreDeprecatedCode; - - /** - * @var array - */ - private $cache = []; + private static ?string $cacheVersion = null; + private readonly string $directory; + private readonly FileAnalyser $analyser; + private readonly bool $useAnnotationsForIgnoringCode; + private readonly bool $ignoreDeprecatedCode; + private array $cache = []; public function __construct(string $directory, FileAnalyser $analyser, bool $useAnnotationsForIgnoringCode, bool $ignoreDeprecatedCode) { @@ -92,7 +71,7 @@ final class CachingFileAnalyser implements FileAnalyser } /** - * @psalm-return array{linesOfCode: int, commentLinesOfCode: int, nonCommentLinesOfCode: int} + * @psalm-return LinesOfCodeType */ public function linesOfCodeFor(string $filename): array { @@ -143,10 +122,7 @@ final class CachingFileAnalyser implements FileAnalyser $this->write($filename, $this->cache[$filename]); } - /** - * @return mixed - */ - private function read(string $filename) + private function read(string $filename): array|false { $cacheFile = $this->cacheFile($filename); @@ -160,10 +136,7 @@ final class CachingFileAnalyser implements FileAnalyser ); } - /** - * @param mixed $data - */ - private function write(string $filename, $data): void + private function write(string $filename, array $data): void { file_put_contents( $this->cacheFile($filename), diff --git a/Sources/vendor/phpunit/php-code-coverage/src/StaticAnalysis/CodeUnitFindingVisitor.php b/Sources/vendor/phpunit/php-code-coverage/src/StaticAnalysis/CodeUnitFindingVisitor.php old mode 100755 new mode 100644 index cb85cd61..265c151e --- a/Sources/vendor/phpunit/php-code-coverage/src/StaticAnalysis/CodeUnitFindingVisitor.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/StaticAnalysis/CodeUnitFindingVisitor.php @@ -26,30 +26,63 @@ use PhpParser\Node\Stmt\Function_; use PhpParser\Node\Stmt\Interface_; use PhpParser\Node\Stmt\Trait_; use PhpParser\Node\UnionType; -use PhpParser\NodeAbstract; use PhpParser\NodeTraverser; use PhpParser\NodeVisitorAbstract; use SebastianBergmann\Complexity\CyclomaticComplexityCalculatingVisitor; /** * @internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage + * + * @psalm-type CodeUnitFunctionType = array{ + * name: string, + * namespacedName: string, + * namespace: string, + * signature: string, + * startLine: int, + * endLine: int, + * ccn: int + * } + * @psalm-type CodeUnitMethodType = array{ + * methodName: string, + * signature: string, + * visibility: string, + * startLine: int, + * endLine: int, + * ccn: int + * } + * @psalm-type CodeUnitClassType = array{ + * name: string, + * namespacedName: string, + * namespace: string, + * startLine: int, + * endLine: int, + * methods: array + * } + * @psalm-type CodeUnitTraitType = array{ + * name: string, + * namespacedName: string, + * namespace: string, + * startLine: int, + * endLine: int, + * methods: array + * } */ final class CodeUnitFindingVisitor extends NodeVisitorAbstract { /** - * @psalm-var array}> + * @psalm-var array */ - private $classes = []; + private array $classes = []; /** - * @psalm-var array}> + * @psalm-var array */ - private $traits = []; + private array $traits = []; /** - * @psalm-var array + * @psalm-var array */ - private $functions = []; + private array $functions = []; public function enterNode(Node $node): void { @@ -85,7 +118,7 @@ final class CodeUnitFindingVisitor extends NodeVisitorAbstract } /** - * @psalm-return array}> + * @psalm-return array */ public function classes(): array { @@ -93,7 +126,7 @@ final class CodeUnitFindingVisitor extends NodeVisitorAbstract } /** - * @psalm-return array}> + * @psalm-return array */ public function traits(): array { @@ -101,20 +134,15 @@ final class CodeUnitFindingVisitor extends NodeVisitorAbstract } /** - * @psalm-return array + * @psalm-return array */ public function functions(): array { return $this->functions; } - /** - * @psalm-param ClassMethod|Function_ $node - */ - private function cyclomaticComplexity(Node $node): int + private function cyclomaticComplexity(ClassMethod|Function_ $node): int { - assert($node instanceof ClassMethod || $node instanceof Function_); - $nodes = $node->getStmts(); if ($nodes === null) { @@ -133,13 +161,8 @@ final class CodeUnitFindingVisitor extends NodeVisitorAbstract return $cyclomaticComplexityCalculatingVisitor->cyclomaticComplexity(); } - /** - * @psalm-param ClassMethod|Function_ $node - */ - private function signature(Node $node): string + private function signature(ClassMethod|Function_ $node): string { - assert($node instanceof ClassMethod || $node instanceof Function_); - $signature = ($node->returnsByRef() ? '&' : '') . $node->name->toString() . '('; $parameters = []; @@ -170,13 +193,8 @@ final class CodeUnitFindingVisitor extends NodeVisitorAbstract return $signature; } - /** - * @psalm-param Identifier|Name|ComplexType $type - */ - private function type(Node $type): string + private function type(Identifier|Name|ComplexType $type): string { - assert($type instanceof Identifier || $type instanceof Name || $type instanceof ComplexType); - if ($type instanceof NullableType) { return '?' . $type->type; } @@ -331,10 +349,7 @@ final class CodeUnitFindingVisitor extends NodeVisitorAbstract return implode('&', $types); } - /** - * @psalm-param Identifier|Name $node $node - */ - private function typeAsString(NodeAbstract $node): string + private function typeAsString(Identifier|Name $node): string { if ($node instanceof Name) { return $node->toCodeString(); diff --git a/Sources/vendor/phpunit/php-code-coverage/src/StaticAnalysis/ExecutableLinesFindingVisitor.php b/Sources/vendor/phpunit/php-code-coverage/src/StaticAnalysis/ExecutableLinesFindingVisitor.php old mode 100755 new mode 100644 index eadff1cf..54824314 --- a/Sources/vendor/phpunit/php-code-coverage/src/StaticAnalysis/ExecutableLinesFindingVisitor.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/StaticAnalysis/ExecutableLinesFindingVisitor.php @@ -26,33 +26,28 @@ use PhpParser\NodeVisitorAbstract; /** * @internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage + * + * @psalm-import-type LinesType from \SebastianBergmann\CodeCoverage\StaticAnalysis\FileAnalyser */ final class ExecutableLinesFindingVisitor extends NodeVisitorAbstract { - /** - * @var int - */ - private $nextBranch = 0; - - /** - * @var string - */ - private $source; + private int $nextBranch = 0; + private readonly string $source; /** - * @var array + * @psalm-var LinesType */ - private $executableLinesGroupedByBranch = []; + private array $executableLinesGroupedByBranch = []; /** - * @var array + * @psalm-var array */ - private $unsets = []; + private array $unsets = []; /** - * @var array + * @psalm-var array */ - private $commentsToCheckForUnset = []; + private array $commentsToCheckForUnset = []; public function __construct(string $source) { @@ -133,6 +128,20 @@ final class ExecutableLinesFindingVisitor extends NodeVisitorAbstract $node instanceof Node\Stmt\ClassMethod || $node instanceof Node\Expr\Closure || $node instanceof Node\Stmt\Trait_) { + if ($node instanceof Node\Stmt\Function_ || $node instanceof Node\Stmt\ClassMethod) { + $unsets = []; + + foreach ($node->getParams() as $param) { + foreach (range($param->getStartLine(), $param->getEndLine()) as $line) { + $unsets[$line] = true; + } + } + + unset($unsets[$node->getEndLine()]); + + $this->unsets += $unsets; + } + $isConcreteClassLike = $node instanceof Node\Stmt\Enum_ || $node instanceof Node\Stmt\Class_ || $node instanceof Node\Stmt\Trait_; if (null !== $node->stmts) { @@ -166,7 +175,7 @@ final class ExecutableLinesFindingVisitor extends NodeVisitorAbstract ); if ($hasEmptyBody) { - if ($node->getEndLine() === $node->getStartLine()) { + if ($node->getEndLine() === $node->getStartLine() && isset($this->executableLinesGroupedByBranch[$node->getStartLine()])) { return; } @@ -360,6 +369,9 @@ final class ExecutableLinesFindingVisitor extends NodeVisitorAbstract ); } + /** + * @psalm-return LinesType + */ public function executableLinesGroupedByBranch(): array { return $this->executableLinesGroupedByBranch; diff --git a/Sources/vendor/phpunit/php-code-coverage/src/StaticAnalysis/FileAnalyser.php b/Sources/vendor/phpunit/php-code-coverage/src/StaticAnalysis/FileAnalyser.php old mode 100755 new mode 100644 index 3dbcf68f..f260341b --- a/Sources/vendor/phpunit/php-code-coverage/src/StaticAnalysis/FileAnalyser.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/StaticAnalysis/FileAnalyser.php @@ -11,21 +11,50 @@ namespace SebastianBergmann\CodeCoverage\StaticAnalysis; /** * @internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage + * + * @psalm-import-type CodeUnitFunctionType from \SebastianBergmann\CodeCoverage\StaticAnalysis\CodeUnitFindingVisitor + * @psalm-import-type CodeUnitMethodType from \SebastianBergmann\CodeCoverage\StaticAnalysis\CodeUnitFindingVisitor + * @psalm-import-type CodeUnitClassType from \SebastianBergmann\CodeCoverage\StaticAnalysis\CodeUnitFindingVisitor + * @psalm-import-type CodeUnitTraitType from \SebastianBergmann\CodeCoverage\StaticAnalysis\CodeUnitFindingVisitor + * @psalm-import-type LinesOfCodeType from \SebastianBergmann\CodeCoverage\StaticAnalysis\FileAnalyser + * @psalm-import-type LinesType from \SebastianBergmann\CodeCoverage\StaticAnalysis\FileAnalyser + * + * @psalm-type LinesOfCodeType = array{ + * linesOfCode: int, + * commentLinesOfCode: int, + * nonCommentLinesOfCode: int + * } + * @psalm-type LinesType = array */ interface FileAnalyser { + /** + * @psalm-return array + */ public function classesIn(string $filename): array; + /** + * @psalm-return array + */ public function traitsIn(string $filename): array; + /** + * @psalm-return array + */ public function functionsIn(string $filename): array; /** - * @psalm-return array{linesOfCode: int, commentLinesOfCode: int, nonCommentLinesOfCode: int} + * @psalm-return LinesOfCodeType */ public function linesOfCodeFor(string $filename): array; + /** + * @psalm-return LinesType + */ public function executableLinesIn(string $filename): array; + /** + * @psalm-return LinesType + */ public function ignoredLinesFor(string $filename): array; } diff --git a/Sources/vendor/phpunit/php-code-coverage/src/StaticAnalysis/IgnoredLinesFindingVisitor.php b/Sources/vendor/phpunit/php-code-coverage/src/StaticAnalysis/IgnoredLinesFindingVisitor.php old mode 100755 new mode 100644 index 3c0b2373..7480e6fb --- a/Sources/vendor/phpunit/php-code-coverage/src/StaticAnalysis/IgnoredLinesFindingVisitor.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/StaticAnalysis/IgnoredLinesFindingVisitor.php @@ -9,10 +9,8 @@ */ namespace SebastianBergmann\CodeCoverage\StaticAnalysis; -use function array_merge; use function assert; -use function range; -use function strpos; +use function str_contains; use PhpParser\Node; use PhpParser\Node\Attribute; use PhpParser\Node\Stmt\Class_; @@ -28,19 +26,11 @@ use PhpParser\NodeVisitorAbstract; final class IgnoredLinesFindingVisitor extends NodeVisitorAbstract { /** - * @psalm-var list + * @psalm-var array */ - private $ignoredLines = []; - - /** - * @var bool - */ - private $useAnnotationsForIgnoringCode; - - /** - * @var bool - */ - private $ignoreDeprecated; + private array $ignoredLines = []; + private readonly bool $useAnnotationsForIgnoringCode; + private readonly bool $ignoreDeprecated; public function __construct(bool $useAnnotationsForIgnoringCode, bool $ignoreDeprecated) { @@ -83,11 +73,23 @@ final class IgnoredLinesFindingVisitor extends NodeVisitorAbstract return; } + if ($node instanceof Attribute && + $node->name->toString() === 'PHPUnit\Framework\Attributes\CodeCoverageIgnore') { + $attributeGroup = $node->getAttribute('parent'); + $attributedNode = $attributeGroup->getAttribute('parent'); + + for ($line = $attributedNode->getStartLine(); $line <= $attributedNode->getEndLine(); $line++) { + $this->ignoredLines[] = $line; + } + + return; + } + $this->processDocComment($node); } /** - * @psalm-return list + * @psalm-return array */ public function ignoredLines(): array { @@ -102,18 +104,16 @@ final class IgnoredLinesFindingVisitor extends NodeVisitorAbstract return; } - if (strpos($docComment->getText(), '@codeCoverageIgnore') !== false) { - $this->ignoredLines = array_merge( - $this->ignoredLines, - range($node->getStartLine(), $node->getEndLine()) - ); + if (str_contains($docComment->getText(), '@codeCoverageIgnore')) { + for ($line = $node->getStartLine(); $line <= $node->getEndLine(); $line++) { + $this->ignoredLines[] = $line; + } } - if ($this->ignoreDeprecated && strpos($docComment->getText(), '@deprecated') !== false) { - $this->ignoredLines = array_merge( - $this->ignoredLines, - range($node->getStartLine(), $node->getEndLine()) - ); + if ($this->ignoreDeprecated && str_contains($docComment->getText(), '@deprecated')) { + for ($line = $node->getStartLine(); $line <= $node->getEndLine(); $line++) { + $this->ignoredLines[] = $line; + } } } } diff --git a/Sources/vendor/phpunit/php-code-coverage/src/StaticAnalysis/ParsingFileAnalyser.php b/Sources/vendor/phpunit/php-code-coverage/src/StaticAnalysis/ParsingFileAnalyser.php old mode 100755 new mode 100644 index e6863821..3d1b5c88 --- a/Sources/vendor/phpunit/php-code-coverage/src/StaticAnalysis/ParsingFileAnalyser.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/StaticAnalysis/ParsingFileAnalyser.php @@ -32,48 +32,47 @@ use SebastianBergmann\LinesOfCode\LineCountingVisitor; /** * @internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage + * + * @psalm-import-type CodeUnitFunctionType from \SebastianBergmann\CodeCoverage\StaticAnalysis\CodeUnitFindingVisitor + * @psalm-import-type CodeUnitMethodType from \SebastianBergmann\CodeCoverage\StaticAnalysis\CodeUnitFindingVisitor + * @psalm-import-type CodeUnitClassType from \SebastianBergmann\CodeCoverage\StaticAnalysis\CodeUnitFindingVisitor + * @psalm-import-type CodeUnitTraitType from \SebastianBergmann\CodeCoverage\StaticAnalysis\CodeUnitFindingVisitor + * @psalm-import-type LinesOfCodeType from \SebastianBergmann\CodeCoverage\StaticAnalysis\FileAnalyser + * @psalm-import-type LinesType from \SebastianBergmann\CodeCoverage\StaticAnalysis\FileAnalyser */ final class ParsingFileAnalyser implements FileAnalyser { /** - * @var array - */ - private $classes = []; - - /** - * @var array - */ - private $traits = []; - - /** - * @var array + * @psalm-var array> */ - private $functions = []; + private array $classes = []; /** - * @var array + * @psalm-var array> */ - private $linesOfCode = []; + private array $traits = []; /** - * @var array + * @psalm-var array> */ - private $ignoredLines = []; + private array $functions = []; /** - * @var array + * @var array */ - private $executableLines = []; + private array $linesOfCode = []; /** - * @var bool + * @var array */ - private $useAnnotationsForIgnoringCode; + private array $ignoredLines = []; /** - * @var bool + * @var array */ - private $ignoreDeprecatedCode; + private array $executableLines = []; + private readonly bool $useAnnotationsForIgnoringCode; + private readonly bool $ignoreDeprecatedCode; public function __construct(bool $useAnnotationsForIgnoringCode, bool $ignoreDeprecatedCode) { @@ -102,9 +101,6 @@ final class ParsingFileAnalyser implements FileAnalyser return $this->functions[$filename]; } - /** - * @psalm-return array{linesOfCode: int, commentLinesOfCode: int, nonCommentLinesOfCode: int} - */ public function linesOfCodeFor(string $filename): array { $this->analyse($filename); @@ -142,6 +138,8 @@ final class ParsingFileAnalyser implements FileAnalyser $linesOfCode = 1; } + assert($linesOfCode > 0); + $parser = (new ParserFactory)->create( ParserFactory::PREFER_PHP7, new Lexer diff --git a/Sources/vendor/phpunit/php-code-coverage/src/TestSize/Known.php b/Sources/vendor/phpunit/php-code-coverage/src/TestSize/Known.php new file mode 100644 index 00000000..785fa865 --- /dev/null +++ b/Sources/vendor/phpunit/php-code-coverage/src/TestSize/Known.php @@ -0,0 +1,26 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace SebastianBergmann\CodeCoverage\Test\TestSize; + +/** + * @psalm-immutable + */ +abstract class Known extends TestSize +{ + /** + * @psalm-assert-if-true Known $this + */ + public function isKnown(): bool + { + return true; + } + + abstract public function isGreaterThan(self $other): bool; +} diff --git a/Sources/vendor/phpunit/php-code-coverage/src/TestSize/Large.php b/Sources/vendor/phpunit/php-code-coverage/src/TestSize/Large.php new file mode 100644 index 00000000..cdf3441d --- /dev/null +++ b/Sources/vendor/phpunit/php-code-coverage/src/TestSize/Large.php @@ -0,0 +1,34 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace SebastianBergmann\CodeCoverage\Test\TestSize; + +/** + * @psalm-immutable + */ +final class Large extends Known +{ + /** + * @psalm-assert-if-true Large $this + */ + public function isLarge(): bool + { + return true; + } + + public function isGreaterThan(TestSize $other): bool + { + return !$other->isLarge(); + } + + public function asString(): string + { + return 'large'; + } +} diff --git a/Sources/vendor/phpunit/php-code-coverage/src/TestSize/Medium.php b/Sources/vendor/phpunit/php-code-coverage/src/TestSize/Medium.php new file mode 100644 index 00000000..30965546 --- /dev/null +++ b/Sources/vendor/phpunit/php-code-coverage/src/TestSize/Medium.php @@ -0,0 +1,34 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace SebastianBergmann\CodeCoverage\Test\TestSize; + +/** + * @psalm-immutable + */ +final class Medium extends Known +{ + /** + * @psalm-assert-if-true Medium $this + */ + public function isMedium(): bool + { + return true; + } + + public function isGreaterThan(TestSize $other): bool + { + return $other->isSmall(); + } + + public function asString(): string + { + return 'medium'; + } +} diff --git a/Sources/vendor/phpunit/php-code-coverage/src/TestSize/Small.php b/Sources/vendor/phpunit/php-code-coverage/src/TestSize/Small.php new file mode 100644 index 00000000..6697bdef --- /dev/null +++ b/Sources/vendor/phpunit/php-code-coverage/src/TestSize/Small.php @@ -0,0 +1,34 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace SebastianBergmann\CodeCoverage\Test\TestSize; + +/** + * @psalm-immutable + */ +final class Small extends Known +{ + /** + * @psalm-assert-if-true Small $this + */ + public function isSmall(): bool + { + return true; + } + + public function isGreaterThan(TestSize $other): bool + { + return false; + } + + public function asString(): string + { + return 'small'; + } +} diff --git a/Sources/vendor/phpunit/php-code-coverage/src/TestSize/TestSize.php b/Sources/vendor/phpunit/php-code-coverage/src/TestSize/TestSize.php new file mode 100644 index 00000000..0eacc59a --- /dev/null +++ b/Sources/vendor/phpunit/php-code-coverage/src/TestSize/TestSize.php @@ -0,0 +1,78 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace SebastianBergmann\CodeCoverage\Test\TestSize; + +/** + * @psalm-immutable + */ +abstract class TestSize +{ + public static function unknown(): self + { + return new Unknown; + } + + public static function small(): self + { + return new Small; + } + + public static function medium(): self + { + return new Medium; + } + + public static function large(): self + { + return new Large; + } + + /** + * @psalm-assert-if-true Known $this + */ + public function isKnown(): bool + { + return false; + } + + /** + * @psalm-assert-if-true Unknown $this + */ + public function isUnknown(): bool + { + return false; + } + + /** + * @psalm-assert-if-true Small $this + */ + public function isSmall(): bool + { + return false; + } + + /** + * @psalm-assert-if-true Medium $this + */ + public function isMedium(): bool + { + return false; + } + + /** + * @psalm-assert-if-true Large $this + */ + public function isLarge(): bool + { + return false; + } + + abstract public function asString(): string; +} diff --git a/Sources/vendor/phpunit/php-code-coverage/src/TestSize/Unknown.php b/Sources/vendor/phpunit/php-code-coverage/src/TestSize/Unknown.php new file mode 100644 index 00000000..24116f94 --- /dev/null +++ b/Sources/vendor/phpunit/php-code-coverage/src/TestSize/Unknown.php @@ -0,0 +1,29 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace SebastianBergmann\CodeCoverage\Test\TestSize; + +/** + * @psalm-immutable + */ +final class Unknown extends TestSize +{ + /** + * @psalm-assert-if-true Unknown $this + */ + public function isUnknown(): bool + { + return true; + } + + public function asString(): string + { + return 'unknown'; + } +} diff --git a/Sources/vendor/phpunit/php-code-coverage/src/TestStatus/Failure.php b/Sources/vendor/phpunit/php-code-coverage/src/TestStatus/Failure.php new file mode 100644 index 00000000..1867d81d --- /dev/null +++ b/Sources/vendor/phpunit/php-code-coverage/src/TestStatus/Failure.php @@ -0,0 +1,29 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace SebastianBergmann\CodeCoverage\Test\TestStatus; + +/** + * @psalm-immutable + */ +final class Failure extends Known +{ + /** + * @psalm-assert-if-true Failure $this + */ + public function isFailure(): bool + { + return true; + } + + public function asString(): string + { + return 'failure'; + } +} diff --git a/Sources/vendor/phpunit/php-code-coverage/src/TestStatus/Known.php b/Sources/vendor/phpunit/php-code-coverage/src/TestStatus/Known.php new file mode 100644 index 00000000..9c0a52a5 --- /dev/null +++ b/Sources/vendor/phpunit/php-code-coverage/src/TestStatus/Known.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace SebastianBergmann\CodeCoverage\Test\TestStatus; + +/** + * @psalm-immutable + */ +abstract class Known extends TestStatus +{ + /** + * @psalm-assert-if-true Known $this + */ + public function isKnown(): bool + { + return true; + } +} diff --git a/Sources/vendor/phpunit/php-code-coverage/src/TestStatus/Success.php b/Sources/vendor/phpunit/php-code-coverage/src/TestStatus/Success.php new file mode 100644 index 00000000..dcb81a3c --- /dev/null +++ b/Sources/vendor/phpunit/php-code-coverage/src/TestStatus/Success.php @@ -0,0 +1,29 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace SebastianBergmann\CodeCoverage\Test\TestStatus; + +/** + * @psalm-immutable + */ +final class Success extends Known +{ + /** + * @psalm-assert-if-true Success $this + */ + public function isSuccess(): bool + { + return true; + } + + public function asString(): string + { + return 'success'; + } +} diff --git a/Sources/vendor/phpunit/php-code-coverage/src/TestStatus/TestStatus.php b/Sources/vendor/phpunit/php-code-coverage/src/TestStatus/TestStatus.php new file mode 100644 index 00000000..5d532eaa --- /dev/null +++ b/Sources/vendor/phpunit/php-code-coverage/src/TestStatus/TestStatus.php @@ -0,0 +1,65 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace SebastianBergmann\CodeCoverage\Test\TestStatus; + +/** + * @psalm-immutable + */ +abstract class TestStatus +{ + public static function unknown(): self + { + return new Unknown; + } + + public static function success(): self + { + return new Success; + } + + public static function failure(): self + { + return new Failure; + } + + /** + * @psalm-assert-if-true Known $this + */ + public function isKnown(): bool + { + return false; + } + + /** + * @psalm-assert-if-true Unknown $this + */ + public function isUnknown(): bool + { + return false; + } + + /** + * @psalm-assert-if-true Success $this + */ + public function isSuccess(): bool + { + return false; + } + + /** + * @psalm-assert-if-true Failure $this + */ + public function isFailure(): bool + { + return false; + } + + abstract public function asString(): string; +} diff --git a/Sources/vendor/phpunit/php-code-coverage/src/TestStatus/Unknown.php b/Sources/vendor/phpunit/php-code-coverage/src/TestStatus/Unknown.php new file mode 100644 index 00000000..d9183fb3 --- /dev/null +++ b/Sources/vendor/phpunit/php-code-coverage/src/TestStatus/Unknown.php @@ -0,0 +1,29 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace SebastianBergmann\CodeCoverage\Test\TestStatus; + +/** + * @psalm-immutable + */ +final class Unknown extends TestStatus +{ + /** + * @psalm-assert-if-true Unknown $this + */ + public function isUnknown(): bool + { + return true; + } + + public function asString(): string + { + return 'unknown'; + } +} diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Util/Filesystem.php b/Sources/vendor/phpunit/php-code-coverage/src/Util/Filesystem.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Util/Percentage.php b/Sources/vendor/phpunit/php-code-coverage/src/Util/Percentage.php old mode 100755 new mode 100644 index 0f7a3fec..a69f2366 --- a/Sources/vendor/phpunit/php-code-coverage/src/Util/Percentage.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/Util/Percentage.php @@ -16,15 +16,8 @@ use function sprintf; */ final class Percentage { - /** - * @var float - */ - private $fraction; - - /** - * @var float - */ - private $total; + private readonly float $fraction; + private readonly float $total; public static function fromFractionAndTotal(float $fraction, float $total): self { diff --git a/Sources/vendor/phpunit/php-code-coverage/src/Version.php b/Sources/vendor/phpunit/php-code-coverage/src/Version.php old mode 100755 new mode 100644 index 9f0b1b92..12404574 --- a/Sources/vendor/phpunit/php-code-coverage/src/Version.php +++ b/Sources/vendor/phpunit/php-code-coverage/src/Version.php @@ -14,15 +14,12 @@ use SebastianBergmann\Version as VersionId; final class Version { - /** - * @var string - */ - private static $version; + private static string $version = ''; public static function id(): string { - if (self::$version === null) { - self::$version = (new VersionId('9.2.29', dirname(__DIR__)))->getVersion(); + if (self::$version === '') { + self::$version = (new VersionId('10.1.9', dirname(__DIR__)))->asString(); } return self::$version; diff --git a/Sources/vendor/phpunit/php-file-iterator/.psalm/baseline.xml b/Sources/vendor/phpunit/php-file-iterator/.psalm/baseline.xml deleted file mode 100755 index 8b6cdc24..00000000 --- a/Sources/vendor/phpunit/php-file-iterator/.psalm/baseline.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - current - - - diff --git a/Sources/vendor/phpunit/php-file-iterator/.psalm/config.xml b/Sources/vendor/phpunit/php-file-iterator/.psalm/config.xml deleted file mode 100755 index 2a4b16f2..00000000 --- a/Sources/vendor/phpunit/php-file-iterator/.psalm/config.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - diff --git a/Sources/vendor/phpunit/php-file-iterator/ChangeLog.md b/Sources/vendor/phpunit/php-file-iterator/ChangeLog.md old mode 100755 new mode 100644 index 44833762..e2ddc646 --- a/Sources/vendor/phpunit/php-file-iterator/ChangeLog.md +++ b/Sources/vendor/phpunit/php-file-iterator/ChangeLog.md @@ -2,6 +2,32 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [4.1.0] - 2023-08-31 + +### Added + +* [#81](https://github.com/sebastianbergmann/php-file-iterator/issues/81): Accept `array|string $paths` in `Facade::getFilesAsArray()` + +## [4.0.2] - 2023-05-07 + +### Fixed + +* [#80](https://github.com/sebastianbergmann/php-file-iterator/pull/80): Ignore unresolvable symbolic link + +## [4.0.1] - 2023-02-10 + +### Fixed + +* [#67](https://github.com/sebastianbergmann/php-file-iterator/issues/61): Excluded directories are traversed unnecessarily + +## [4.0.0] - 2023-02-03 + +### Removed + +* The optional `$commonPath` parameter of `SebastianBergmann\FileIterator\Facade` as well as the functionality it controlled has been removed +* The `SebastianBergmann\FileIterator\Factory` and `SebastianBergmann\FileIterator\Iterator` classes are now marked `@internal` +* This component is no longer supported on PHP 7.3, PHP 7.4 and PHP 8.0 + ## [3.0.6] - 2021-12-02 ### Changed @@ -124,6 +150,10 @@ No changes * [#23](https://github.com/sebastianbergmann/php-file-iterator/pull/23): Added support for wildcards (glob) in exclude +[4.1.0]: https://github.com/sebastianbergmann/php-file-iterator/compare/4.0.2...4.1.0 +[4.0.2]: https://github.com/sebastianbergmann/php-file-iterator/compare/4.0.1...4.0.2 +[4.0.1]: https://github.com/sebastianbergmann/php-file-iterator/compare/4.0.0...4.0.1 +[4.0.0]: https://github.com/sebastianbergmann/php-file-iterator/compare/3.0.6...4.0.0 [3.0.6]: https://github.com/sebastianbergmann/php-file-iterator/compare/3.0.5...3.0.6 [3.0.5]: https://github.com/sebastianbergmann/php-file-iterator/compare/3.0.4...3.0.5 [3.0.4]: https://github.com/sebastianbergmann/php-file-iterator/compare/3.0.3...3.0.4 diff --git a/Sources/vendor/phpunit/php-file-iterator/LICENSE b/Sources/vendor/phpunit/php-file-iterator/LICENSE old mode 100755 new mode 100644 index 51db9163..80e09f7b --- a/Sources/vendor/phpunit/php-file-iterator/LICENSE +++ b/Sources/vendor/phpunit/php-file-iterator/LICENSE @@ -1,33 +1,29 @@ -php-file-iterator +BSD 3-Clause License -Copyright (c) 2009-2021, Sebastian Bergmann . +Copyright (c) 2009-2023, Sebastian Bergmann All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. - * Neither the name of Sebastian Bergmann nor the names of his - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Sources/vendor/phpunit/php-file-iterator/README.md b/Sources/vendor/phpunit/php-file-iterator/README.md old mode 100755 new mode 100644 index 3cbfdaae..f012ba73 --- a/Sources/vendor/phpunit/php-file-iterator/README.md +++ b/Sources/vendor/phpunit/php-file-iterator/README.md @@ -1,4 +1,7 @@ -[![Build Status](https://travis-ci.org/sebastianbergmann/php-file-iterator.svg?branch=master)](https://travis-ci.org/sebastianbergmann/php-file-iterator) +[![Latest Stable Version](https://poser.pugx.org/phpunit/php-file-iterator/v/stable.png)](https://packagist.org/packages/phpunit/php-file-iterator) +[![CI Status](https://github.com/sebastianbergmann/php-file-iterator/workflows/CI/badge.svg)](https://github.com/sebastianbergmann/php-file-iterator/actions) +[![Type Coverage](https://shepherd.dev/github/sebastianbergmann/php-file-iterator/coverage.svg)](https://shepherd.dev/github/sebastianbergmann/php-file-iterator) +[![codecov](https://codecov.io/gh/sebastianbergmann/php-file-iterator/branch/main/graph/badge.svg)](https://codecov.io/gh/sebastianbergmann/php-file-iterator) # php-file-iterator diff --git a/Sources/vendor/phpunit/php-file-iterator/SECURITY.md b/Sources/vendor/phpunit/php-file-iterator/SECURITY.md new file mode 100644 index 00000000..d88ff001 --- /dev/null +++ b/Sources/vendor/phpunit/php-file-iterator/SECURITY.md @@ -0,0 +1,30 @@ +# Security Policy + +If you believe you have found a security vulnerability in the library that is developed in this repository, please report it to us through coordinated disclosure. + +**Please do not report security vulnerabilities through public GitHub issues, discussions, or pull requests.** + +Instead, please email `sebastian@phpunit.de`. + +Please include as much of the information listed below as you can to help us better understand and resolve the issue: + +* The type of issue +* Full paths of source file(s) related to the manifestation of the issue +* The location of the affected source code (tag/branch/commit or direct URL) +* Any special configuration required to reproduce the issue +* Step-by-step instructions to reproduce the issue +* Proof-of-concept or exploit code (if possible) +* Impact of the issue, including how an attacker might exploit the issue + +This information will help us triage your report more quickly. + +## Web Context + +The library that is developed in this repository was either extracted from [PHPUnit](https://github.com/sebastianbergmann/phpunit) or developed specifically as a dependency for PHPUnit. + +The library is developed with a focus on development environments and the command-line. No specific testing or hardening with regard to using the library in an HTTP or web context or with untrusted input data is performed. The library might also contain functionality that intentionally exposes internal application data for debugging purposes. + +If the library is used in a web application, the application developer is responsible for filtering inputs or escaping outputs as necessary and for verifying that the used functionality is safe for use within the intended context. + +Vulnerabilities specific to the use outside a development context will be fixed as applicable, provided that the fix does not have an averse effect on the primary use case for development purposes. + diff --git a/Sources/vendor/phpunit/php-file-iterator/composer.json b/Sources/vendor/phpunit/php-file-iterator/composer.json old mode 100755 new mode 100644 index f1b95b3f..3f0089c2 --- a/Sources/vendor/phpunit/php-file-iterator/composer.json +++ b/Sources/vendor/phpunit/php-file-iterator/composer.json @@ -16,21 +16,22 @@ } ], "support": { - "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues" + "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", + "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy" }, "config": { "platform": { - "php": "7.3.0" + "php": "8.1.0" }, "optimize-autoloader": true, "sort-packages": true }, "prefer-stable": true, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "autoload": { "classmap": [ @@ -39,7 +40,7 @@ }, "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-main": "4.0-dev" } } } diff --git a/Sources/vendor/phpunit/php-file-iterator/src/ExcludeIterator.php b/Sources/vendor/phpunit/php-file-iterator/src/ExcludeIterator.php new file mode 100644 index 00000000..a928b4ba --- /dev/null +++ b/Sources/vendor/phpunit/php-file-iterator/src/ExcludeIterator.php @@ -0,0 +1,80 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace SebastianBergmann\FileIterator; + +use function assert; +use function str_starts_with; +use RecursiveDirectoryIterator; +use RecursiveFilterIterator; +use SplFileInfo; + +/** + * @internal This class is not covered by the backward compatibility promise for phpunit/php-file-iterator + */ +final class ExcludeIterator extends RecursiveFilterIterator +{ + /** + * @psalm-var list + */ + private array $exclude; + + /** + * @psalm-param list $exclude + */ + public function __construct(RecursiveDirectoryIterator $iterator, array $exclude) + { + parent::__construct($iterator); + + $this->exclude = $exclude; + } + + public function accept(): bool + { + $current = $this->current(); + + assert($current instanceof SplFileInfo); + + $path = $current->getRealPath(); + + if ($path === false) { + return false; + } + + foreach ($this->exclude as $exclude) { + if (str_starts_with($path, $exclude)) { + return false; + } + } + + return true; + } + + public function hasChildren(): bool + { + return $this->getInnerIterator()->hasChildren(); + } + + public function getChildren(): self + { + return new self( + $this->getInnerIterator()->getChildren(), + $this->exclude + ); + } + + public function getInnerIterator(): RecursiveDirectoryIterator + { + $innerIterator = parent::getInnerIterator(); + + assert($innerIterator instanceof RecursiveDirectoryIterator); + + return $innerIterator; + } +} diff --git a/Sources/vendor/phpunit/php-file-iterator/src/Facade.php b/Sources/vendor/phpunit/php-file-iterator/src/Facade.php old mode 100755 new mode 100644 index 87b6588d..b782bf96 --- a/Sources/vendor/phpunit/php-file-iterator/src/Facade.php +++ b/Sources/vendor/phpunit/php-file-iterator/src/Facade.php @@ -9,34 +9,33 @@ */ namespace SebastianBergmann\FileIterator; -use const DIRECTORY_SEPARATOR; use function array_unique; -use function count; -use function dirname; -use function explode; -use function is_file; -use function is_string; -use function realpath; +use function assert; use function sort; +use SplFileInfo; -class Facade +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class Facade { /** - * @param array|string $paths - * @param array|string $suffixes - * @param array|string $prefixes + * @psalm-param list|non-empty-string $paths + * @psalm-param list|string $suffixes + * @psalm-param list|string $prefixes + * @psalm-param list $exclude + * + * @psalm-return list */ - public function getFilesAsArray($paths, $suffixes = '', $prefixes = '', array $exclude = [], bool $commonPath = false): array + public function getFilesAsArray(array|string $paths, array|string $suffixes = '', array|string $prefixes = '', array $exclude = []): array { - if (is_string($paths)) { - $paths = [$paths]; - } - $iterator = (new Factory)->getFileIterator($paths, $suffixes, $prefixes, $exclude); $files = []; foreach ($iterator as $file) { + assert($file instanceof SplFileInfo); + $file = $file->getRealPath(); if ($file) { @@ -44,72 +43,10 @@ class Facade } } - foreach ($paths as $path) { - if (is_file($path)) { - $files[] = realpath($path); - } - } - $files = array_unique($files); - sort($files); - if ($commonPath) { - return [ - 'commonPath' => $this->getCommonPath($files), - 'files' => $files, - ]; - } + sort($files); return $files; } - - protected function getCommonPath(array $files): string - { - $count = count($files); - - if ($count === 0) { - return ''; - } - - if ($count === 1) { - return dirname($files[0]) . DIRECTORY_SEPARATOR; - } - - $_files = []; - - foreach ($files as $file) { - $_files[] = $_fileParts = explode(DIRECTORY_SEPARATOR, $file); - - if (empty($_fileParts[0])) { - $_fileParts[0] = DIRECTORY_SEPARATOR; - } - } - - $common = ''; - $done = false; - $j = 0; - $count--; - - while (!$done) { - for ($i = 0; $i < $count; $i++) { - if ($_files[$i][$j] != $_files[$i + 1][$j]) { - $done = true; - - break; - } - } - - if (!$done) { - $common .= $_files[0][$j]; - - if ($j > 0) { - $common .= DIRECTORY_SEPARATOR; - } - } - - $j++; - } - - return DIRECTORY_SEPARATOR . $common; - } } diff --git a/Sources/vendor/phpunit/php-file-iterator/src/Factory.php b/Sources/vendor/phpunit/php-file-iterator/src/Factory.php old mode 100755 new mode 100644 index 08f8de99..35f9ca08 --- a/Sources/vendor/phpunit/php-file-iterator/src/Factory.php +++ b/Sources/vendor/phpunit/php-file-iterator/src/Factory.php @@ -13,29 +13,35 @@ use const GLOB_ONLYDIR; use function array_filter; use function array_map; use function array_merge; +use function array_values; use function glob; use function is_dir; use function is_string; use function realpath; use AppendIterator; +use FilesystemIterator; use RecursiveDirectoryIterator; use RecursiveIteratorIterator; -class Factory +/** + * @internal This class is not covered by the backward compatibility promise for phpunit/php-file-iterator + */ +final class Factory { /** - * @param array|string $paths - * @param array|string $suffixes - * @param array|string $prefixes + * @psalm-param list|non-empty-string $paths + * @psalm-param list|string $suffixes + * @psalm-param list|string $prefixes + * @psalm-param list $exclude */ - public function getFileIterator($paths, $suffixes = '', $prefixes = '', array $exclude = []): AppendIterator + public function getFileIterator(array|string $paths, array|string $suffixes = '', array|string $prefixes = '', array $exclude = []): AppendIterator { if (is_string($paths)) { $paths = [$paths]; } - $paths = $this->getPathsAfterResolvingWildcards($paths); - $exclude = $this->getPathsAfterResolvingWildcards($exclude); + $paths = $this->resolveWildcards($paths); + $exclude = $this->resolveWildcards($exclude); if (is_string($prefixes)) { if ($prefixes !== '') { @@ -61,11 +67,13 @@ class Factory new Iterator( $path, new RecursiveIteratorIterator( - new RecursiveDirectoryIterator($path, RecursiveDirectoryIterator::FOLLOW_SYMLINKS | RecursiveDirectoryIterator::SKIP_DOTS) + new ExcludeIterator( + new RecursiveDirectoryIterator($path, FilesystemIterator::FOLLOW_SYMLINKS | FilesystemIterator::SKIP_DOTS), + $exclude, + ), ), $suffixes, $prefixes, - $exclude ) ); } @@ -74,7 +82,12 @@ class Factory return $iterator; } - protected function getPathsAfterResolvingWildcards(array $paths): array + /** + * @psalm-param list $paths + * + * @psalm-return list + */ + private function resolveWildcards(array $paths): array { $_paths = [[]]; @@ -82,10 +95,12 @@ class Factory if ($locals = glob($path, GLOB_ONLYDIR)) { $_paths[] = array_map('\realpath', $locals); } else { + // @codeCoverageIgnoreStart $_paths[] = [realpath($path)]; + // @codeCoverageIgnoreEnd } } - return array_filter(array_merge(...$_paths)); + return array_values(array_filter(array_merge(...$_paths))); } } diff --git a/Sources/vendor/phpunit/php-file-iterator/src/Iterator.php b/Sources/vendor/phpunit/php-file-iterator/src/Iterator.php old mode 100755 new mode 100644 index 7eb82ad6..d071205a --- a/Sources/vendor/phpunit/php-file-iterator/src/Iterator.php +++ b/Sources/vendor/phpunit/php-file-iterator/src/Iterator.php @@ -9,60 +9,63 @@ */ namespace SebastianBergmann\FileIterator; -use function array_filter; -use function array_map; +use function assert; use function preg_match; use function realpath; +use function str_ends_with; use function str_replace; -use function strlen; -use function strpos; -use function substr; +use function str_starts_with; +use AppendIterator; use FilterIterator; +use SplFileInfo; -class Iterator extends FilterIterator +/** + * @template-extends FilterIterator + * + * @internal This class is not covered by the backward compatibility promise for phpunit/php-file-iterator + */ +final class Iterator extends FilterIterator { public const PREFIX = 0; - public const SUFFIX = 1; + private string|false $basePath; /** - * @var string - */ - private $basePath; - - /** - * @var array + * @psalm-var list */ - private $suffixes = []; + private array $suffixes; /** - * @var array + * @psalm-var list */ - private $prefixes = []; + private array $prefixes; /** - * @var array + * @psalm-param list $suffixes + * @psalm-param list $prefixes */ - private $exclude = []; - - public function __construct(string $basePath, \Iterator $iterator, array $suffixes = [], array $prefixes = [], array $exclude = []) + public function __construct(string $basePath, \Iterator $iterator, array $suffixes = [], array $prefixes = []) { $this->basePath = realpath($basePath); $this->prefixes = $prefixes; $this->suffixes = $suffixes; - $this->exclude = array_filter(array_map('realpath', $exclude)); parent::__construct($iterator); } public function accept(): bool { - $current = $this->getInnerIterator()->current(); + $current = $this->getInnerIterator()->current(); + + assert($current instanceof SplFileInfo); + $filename = $current->getFilename(); $realPath = $current->getRealPath(); if ($realPath === false) { + // @codeCoverageIgnoreStart return false; + // @codeCoverageIgnoreEnd } return $this->acceptPath($realPath) && @@ -73,16 +76,10 @@ class Iterator extends FilterIterator private function acceptPath(string $path): bool { // Filter files in hidden directories by checking path that is relative to the base path. - if (preg_match('=/\.[^/]*/=', str_replace($this->basePath, '', $path))) { + if (preg_match('=/\.[^/]*/=', str_replace((string) $this->basePath, '', $path))) { return false; } - foreach ($this->exclude as $exclude) { - if (strpos($path, $exclude) === 0) { - return false; - } - } - return true; } @@ -96,24 +93,22 @@ class Iterator extends FilterIterator return $this->acceptSubString($filename, $this->suffixes, self::SUFFIX); } + /** + * @psalm-param list $subStrings + */ private function acceptSubString(string $filename, array $subStrings, int $type): bool { if (empty($subStrings)) { return true; } - $matched = false; - foreach ($subStrings as $string) { - if (($type === self::PREFIX && strpos($filename, $string) === 0) || - ($type === self::SUFFIX && - substr($filename, -1 * strlen($string)) === $string)) { - $matched = true; - - break; + if (($type === self::PREFIX && str_starts_with($filename, $string)) || + ($type === self::SUFFIX && str_ends_with($filename, $string))) { + return true; } } - return $matched; + return false; } } diff --git a/Sources/vendor/phpunit/php-invoker/.psalm/baseline.xml b/Sources/vendor/phpunit/php-invoker/.psalm/baseline.xml new file mode 100644 index 00000000..7aaad59d --- /dev/null +++ b/Sources/vendor/phpunit/php-invoker/.psalm/baseline.xml @@ -0,0 +1,8 @@ + + + + + $timeout + + + diff --git a/Sources/vendor/sebastian/code-unit/.psalm/config.xml b/Sources/vendor/phpunit/php-invoker/.psalm/config.xml old mode 100755 new mode 100644 similarity index 95% rename from Sources/vendor/sebastian/code-unit/.psalm/config.xml rename to Sources/vendor/phpunit/php-invoker/.psalm/config.xml index a39e9a4c..a2312368 --- a/Sources/vendor/sebastian/code-unit/.psalm/config.xml +++ b/Sources/vendor/phpunit/php-invoker/.psalm/config.xml @@ -1,6 +1,5 @@ . +Copyright (c) 2011-2023, Sebastian Bergmann All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. - * Neither the name of Sebastian Bergmann nor the names of his - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Sources/vendor/phpunit/php-invoker/README.md b/Sources/vendor/phpunit/php-invoker/README.md old mode 100755 new mode 100644 index ace07e5f..7b6ff133 --- a/Sources/vendor/phpunit/php-invoker/README.md +++ b/Sources/vendor/phpunit/php-invoker/README.md @@ -1,7 +1,9 @@ # phpunit/php-invoker +[![Latest Stable Version](https://poser.pugx.org/phpunit/php-invoker/v/stable.png)](https://packagist.org/packages/phpunit/php-invoker) [![CI Status](https://github.com/sebastianbergmann/php-invoker/workflows/CI/badge.svg)](https://github.com/sebastianbergmann/php-invoker/actions) [![Type Coverage](https://shepherd.dev/github/sebastianbergmann/php-invoker/coverage.svg)](https://shepherd.dev/github/sebastianbergmann/php-invoker) +[![codecov](https://codecov.io/gh/sebastianbergmann/php-invoker/branch/main/graph/badge.svg)](https://codecov.io/gh/sebastianbergmann/php-invoker) ## Installation diff --git a/Sources/vendor/phpunit/php-invoker/SECURITY.md b/Sources/vendor/phpunit/php-invoker/SECURITY.md new file mode 100644 index 00000000..d4ee967b --- /dev/null +++ b/Sources/vendor/phpunit/php-invoker/SECURITY.md @@ -0,0 +1,9 @@ +# Security Policy + +This library is intended to be used in development environments only. For instance, it is used by the testing framework PHPUnit. There is no reason why this library should be installed on a webserver. + +**If you upload this library to a webserver then your deployment process is broken. On a more general note, if your `vendor` directory is publicly accessible on your webserver then your deployment process is also broken.** + +## Security Contact Information + +After the above, if you still would like to report a security vulnerability, please email `sebastian@phpunit.de`. diff --git a/Sources/vendor/phpunit/php-invoker/composer.json b/Sources/vendor/phpunit/php-invoker/composer.json old mode 100755 new mode 100644 index 6c007cd8..c3dc5acb --- a/Sources/vendor/phpunit/php-invoker/composer.json +++ b/Sources/vendor/phpunit/php-invoker/composer.json @@ -20,17 +20,17 @@ "prefer-stable": true, "config": { "platform": { - "php": "7.3.0" + "php": "8.1.0" }, "optimize-autoloader": true, "sort-packages": true }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { "ext-pcntl": "*", - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "autoload": { "classmap": [ @@ -47,7 +47,7 @@ }, "extra": { "branch-alias": { - "dev-master": "3.1-dev" + "dev-main": "4.0-dev" } } } diff --git a/Sources/vendor/phpunit/php-invoker/src/Invoker.php b/Sources/vendor/phpunit/php-invoker/src/Invoker.php old mode 100755 new mode 100644 index 656f4180..d5765219 --- a/Sources/vendor/phpunit/php-invoker/src/Invoker.php +++ b/Sources/vendor/phpunit/php-invoker/src/Invoker.php @@ -20,15 +20,12 @@ use Throwable; final class Invoker { - /** - * @var int - */ - private $timeout; + private int $timeout; /** * @throws Throwable */ - public function invoke(callable $callable, array $arguments, int $timeout) + public function invoke(callable $callable, array $arguments, int $timeout): mixed { if (!$this->canInvokeWithTimeout()) { throw new ProcessControlExtensionNotLoadedException( @@ -38,7 +35,8 @@ final class Invoker pcntl_signal( SIGALRM, - function (): void { + function (): void + { throw new TimeoutException( sprintf( 'Execution aborted after %d second%s', diff --git a/Sources/vendor/phpunit/php-invoker/src/exceptions/Exception.php b/Sources/vendor/phpunit/php-invoker/src/exceptions/Exception.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-invoker/src/exceptions/ProcessControlExtensionNotLoadedException.php b/Sources/vendor/phpunit/php-invoker/src/exceptions/ProcessControlExtensionNotLoadedException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-invoker/src/exceptions/TimeoutException.php b/Sources/vendor/phpunit/php-invoker/src/exceptions/TimeoutException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-text-template/.psalm/baseline.xml b/Sources/vendor/phpunit/php-text-template/.psalm/baseline.xml deleted file mode 100755 index 77e688e0..00000000 --- a/Sources/vendor/phpunit/php-text-template/.psalm/baseline.xml +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/Sources/vendor/phpunit/php-text-template/.psalm/config.xml b/Sources/vendor/phpunit/php-text-template/.psalm/config.xml deleted file mode 100755 index 2a4b16f2..00000000 --- a/Sources/vendor/phpunit/php-text-template/.psalm/config.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - diff --git a/Sources/vendor/phpunit/php-text-template/ChangeLog.md b/Sources/vendor/phpunit/php-text-template/ChangeLog.md old mode 100755 new mode 100644 index 32a48a7a..012f02b2 --- a/Sources/vendor/phpunit/php-text-template/ChangeLog.md +++ b/Sources/vendor/phpunit/php-text-template/ChangeLog.md @@ -2,6 +2,18 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. +## [3.0.1] - 2023-08-31 + +### Changed + +* Warnings from `file_put_contents()` are now suppressed + +## [3.0.0] - 2023-02-03 + +### Removed + +* This component is no longer supported on PHP 7.3, PHP 7.4 and PHP 8.0 + ## [2.0.4] - 2020-10-26 ### Fixed @@ -36,6 +48,8 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt * Removed support for PHP 5.3, PHP 5.4, PHP 5.5, PHP 5.6, PHP 7.0, PHP 7.1, and PHP 7.2 +[3.0.1]: https://github.com/sebastianbergmann/php-text-template/compare/3.0.0...3.0.1 +[3.0.0]: https://github.com/sebastianbergmann/php-text-template/compare/2.0.4...3.0.0 [2.0.4]: https://github.com/sebastianbergmann/php-text-template/compare/2.0.3...2.0.4 [2.0.3]: https://github.com/sebastianbergmann/php-text-template/compare/2.0.2...2.0.3 [2.0.2]: https://github.com/sebastianbergmann/php-text-template/compare/2.0.1...2.0.2 diff --git a/Sources/vendor/phpunit/php-text-template/LICENSE b/Sources/vendor/phpunit/php-text-template/LICENSE old mode 100755 new mode 100644 index 6db5566c..80e09f7b --- a/Sources/vendor/phpunit/php-text-template/LICENSE +++ b/Sources/vendor/phpunit/php-text-template/LICENSE @@ -1,33 +1,29 @@ -phpunit/php-text-template +BSD 3-Clause License -Copyright (c) 2009-2020, Sebastian Bergmann . +Copyright (c) 2009-2023, Sebastian Bergmann All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. - * Neither the name of Sebastian Bergmann nor the names of his - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Sources/vendor/phpunit/php-text-template/README.md b/Sources/vendor/phpunit/php-text-template/README.md old mode 100755 new mode 100644 index b2865935..5144a6a9 --- a/Sources/vendor/phpunit/php-text-template/README.md +++ b/Sources/vendor/phpunit/php-text-template/README.md @@ -1,4 +1,9 @@ -# Text_Template +[![Latest Stable Version](https://poser.pugx.org/phpunit/php-text-template/v/stable.png)](https://packagist.org/packages/phpunit/php-text-template) +[![CI Status](https://github.com/sebastianbergmann/php-text-template/workflows/CI/badge.svg)](https://github.com/sebastianbergmann/php-text-template/actions) +[![Type Coverage](https://shepherd.dev/github/sebastianbergmann/php-text-template/coverage.svg)](https://shepherd.dev/github/sebastianbergmann/php-text-template) +[![codecov](https://codecov.io/gh/sebastianbergmann/php-text-template/branch/main/graph/badge.svg)](https://codecov.io/gh/sebastianbergmann/php-text-template) + +# php-text-template ## Installation diff --git a/Sources/vendor/phpunit/php-text-template/SECURITY.md b/Sources/vendor/phpunit/php-text-template/SECURITY.md new file mode 100644 index 00000000..d88ff001 --- /dev/null +++ b/Sources/vendor/phpunit/php-text-template/SECURITY.md @@ -0,0 +1,30 @@ +# Security Policy + +If you believe you have found a security vulnerability in the library that is developed in this repository, please report it to us through coordinated disclosure. + +**Please do not report security vulnerabilities through public GitHub issues, discussions, or pull requests.** + +Instead, please email `sebastian@phpunit.de`. + +Please include as much of the information listed below as you can to help us better understand and resolve the issue: + +* The type of issue +* Full paths of source file(s) related to the manifestation of the issue +* The location of the affected source code (tag/branch/commit or direct URL) +* Any special configuration required to reproduce the issue +* Step-by-step instructions to reproduce the issue +* Proof-of-concept or exploit code (if possible) +* Impact of the issue, including how an attacker might exploit the issue + +This information will help us triage your report more quickly. + +## Web Context + +The library that is developed in this repository was either extracted from [PHPUnit](https://github.com/sebastianbergmann/phpunit) or developed specifically as a dependency for PHPUnit. + +The library is developed with a focus on development environments and the command-line. No specific testing or hardening with regard to using the library in an HTTP or web context or with untrusted input data is performed. The library might also contain functionality that intentionally exposes internal application data for debugging purposes. + +If the library is used in a web application, the application developer is responsible for filtering inputs or escaping outputs as necessary and for verifying that the used functionality is safe for use within the intended context. + +Vulnerabilities specific to the use outside a development context will be fixed as applicable, provided that the fix does not have an averse effect on the primary use case for development purposes. + diff --git a/Sources/vendor/phpunit/php-text-template/composer.json b/Sources/vendor/phpunit/php-text-template/composer.json old mode 100755 new mode 100644 index a51b34b9..cd6cf754 --- a/Sources/vendor/phpunit/php-text-template/composer.json +++ b/Sources/vendor/phpunit/php-text-template/composer.json @@ -15,20 +15,22 @@ } ], "support": { - "issues": "https://github.com/sebastianbergmann/php-text-template/issues" + "issues": "https://github.com/sebastianbergmann/php-text-template/issues", + "security": "https://github.com/sebastianbergmann/php-text-template/security/policy" }, "config": { "platform": { - "php": "7.3.0" + "php": "8.1.0" }, "optimize-autoloader": true, "sort-packages": true }, + "prefer-stable": true, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "autoload": { "classmap": [ @@ -37,7 +39,7 @@ }, "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-main": "3.0-dev" } } } diff --git a/Sources/vendor/phpunit/php-text-template/src/Template.php b/Sources/vendor/phpunit/php-text-template/src/Template.php old mode 100755 new mode 100644 index 25e29ea9..167e2385 --- a/Sources/vendor/phpunit/php-text-template/src/Template.php +++ b/Sources/vendor/phpunit/php-text-template/src/Template.php @@ -9,34 +9,24 @@ */ namespace SebastianBergmann\Template; +use function array_keys; use function array_merge; -use function file_exists; use function file_get_contents; use function file_put_contents; +use function is_file; use function sprintf; use function str_replace; final class Template { - /** - * @var string - */ - private $template = ''; - - /** - * @var string - */ - private $openDelimiter; + private string $template = ''; + private string $openDelimiter; + private string $closeDelimiter; /** - * @var string + * @psalm-var array */ - private $closeDelimiter; - - /** - * @var array - */ - private $values = []; + private array $values = []; /** * @throws InvalidArgumentException @@ -54,36 +44,47 @@ final class Template */ public function setFile(string $file): void { + if (is_file($file)) { + $this->template = file_get_contents($file); + + return; + } + $distFile = $file . '.dist'; - if (file_exists($file)) { - $this->template = file_get_contents($file); - } elseif (file_exists($distFile)) { + if (is_file($distFile)) { $this->template = file_get_contents($distFile); - } else { - throw new InvalidArgumentException( - sprintf( - 'Failed to load template "%s"', - $file - ) - ); + + return; } + + throw new InvalidArgumentException( + sprintf( + 'Failed to load template "%s"', + $file + ) + ); } + /** + * @psalm-param array $values + */ public function setVar(array $values, bool $merge = true): void { if (!$merge || empty($this->values)) { $this->values = $values; - } else { - $this->values = array_merge($this->values, $values); + + return; } + + $this->values = array_merge($this->values, $values); } public function render(): string { $keys = []; - foreach ($this->values as $key => $value) { + foreach (array_keys($this->values) as $key) { $keys[] = $this->openDelimiter . $key . $this->closeDelimiter; } @@ -95,7 +96,7 @@ final class Template */ public function renderTo(string $target): void { - if (!file_put_contents($target, $this->render())) { + if (!@file_put_contents($target, $this->render())) { throw new RuntimeException( sprintf( 'Writing rendered result to "%s" failed', diff --git a/Sources/vendor/phpunit/php-text-template/src/exceptions/Exception.php b/Sources/vendor/phpunit/php-text-template/src/exceptions/Exception.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-text-template/src/exceptions/InvalidArgumentException.php b/Sources/vendor/phpunit/php-text-template/src/exceptions/InvalidArgumentException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-text-template/src/exceptions/RuntimeException.php b/Sources/vendor/phpunit/php-text-template/src/exceptions/RuntimeException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-timer/.psalm/baseline.xml b/Sources/vendor/phpunit/php-timer/.psalm/baseline.xml deleted file mode 100755 index 77e688e0..00000000 --- a/Sources/vendor/phpunit/php-timer/.psalm/baseline.xml +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/Sources/vendor/phpunit/php-timer/.psalm/config.xml b/Sources/vendor/phpunit/php-timer/.psalm/config.xml deleted file mode 100755 index 15abef05..00000000 --- a/Sources/vendor/phpunit/php-timer/.psalm/config.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - diff --git a/Sources/vendor/phpunit/php-timer/ChangeLog.md b/Sources/vendor/phpunit/php-timer/ChangeLog.md old mode 100755 new mode 100644 index 34ef7d1d..2814b007 --- a/Sources/vendor/phpunit/php-timer/ChangeLog.md +++ b/Sources/vendor/phpunit/php-timer/ChangeLog.md @@ -2,6 +2,12 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. +## [6.0.0] - 2023-02-03 + +### Removed + +* This component is no longer supported on PHP 7.3, PHP 7.4 and PHP 8.0 + ## [5.0.3] - 2020-10-26 ### Fixed @@ -121,6 +127,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt * This component is no longer supported on PHP 5.3, PHP 5.4, PHP 5.5, PHP 5.6, and PHP 7.0 +[6.0.0]: https://github.com/sebastianbergmann/php-timer/compare/5.0.3...6.0.0 [5.0.3]: https://github.com/sebastianbergmann/php-timer/compare/5.0.2...5.0.3 [5.0.2]: https://github.com/sebastianbergmann/php-timer/compare/5.0.1...5.0.2 [5.0.1]: https://github.com/sebastianbergmann/php-timer/compare/5.0.0...5.0.1 diff --git a/Sources/vendor/phpunit/php-timer/LICENSE b/Sources/vendor/phpunit/php-timer/LICENSE old mode 100755 new mode 100644 index 4193d8ae..bf96e0e8 --- a/Sources/vendor/phpunit/php-timer/LICENSE +++ b/Sources/vendor/phpunit/php-timer/LICENSE @@ -1,33 +1,29 @@ -phpunit/php-timer +BSD 3-Clause License -Copyright (c) 2010-2020, Sebastian Bergmann . +Copyright (c) 2010-2023, Sebastian Bergmann All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. - * Neither the name of Sebastian Bergmann nor the names of his - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Sources/vendor/phpunit/php-timer/README.md b/Sources/vendor/phpunit/php-timer/README.md old mode 100755 new mode 100644 index a7d1e70d..b553e32c --- a/Sources/vendor/phpunit/php-timer/README.md +++ b/Sources/vendor/phpunit/php-timer/README.md @@ -1,7 +1,9 @@ # phpunit/php-timer +[![Latest Stable Version](https://poser.pugx.org/phpunit/php-timer/v/stable.png)](https://packagist.org/packages/phpunit/php-timer) [![CI Status](https://github.com/sebastianbergmann/php-timer/workflows/CI/badge.svg)](https://github.com/sebastianbergmann/php-timer/actions) [![Type Coverage](https://shepherd.dev/github/sebastianbergmann/php-timer/coverage.svg)](https://shepherd.dev/github/sebastianbergmann/php-timer) +[![codecov](https://codecov.io/gh/sebastianbergmann/php-timer/branch/main/graph/badge.svg)](https://codecov.io/gh/sebastianbergmann/php-timer) Utility class for timing things, factored out of PHPUnit into a stand-alone component. diff --git a/Sources/vendor/phpunit/php-timer/SECURITY.md b/Sources/vendor/phpunit/php-timer/SECURITY.md new file mode 100644 index 00000000..d4ee967b --- /dev/null +++ b/Sources/vendor/phpunit/php-timer/SECURITY.md @@ -0,0 +1,9 @@ +# Security Policy + +This library is intended to be used in development environments only. For instance, it is used by the testing framework PHPUnit. There is no reason why this library should be installed on a webserver. + +**If you upload this library to a webserver then your deployment process is broken. On a more general note, if your `vendor` directory is publicly accessible on your webserver then your deployment process is also broken.** + +## Security Contact Information + +After the above, if you still would like to report a security vulnerability, please email `sebastian@phpunit.de`. diff --git a/Sources/vendor/phpunit/php-timer/composer.json b/Sources/vendor/phpunit/php-timer/composer.json old mode 100755 new mode 100644 index 001701c2..6f5880b6 --- a/Sources/vendor/phpunit/php-timer/composer.json +++ b/Sources/vendor/phpunit/php-timer/composer.json @@ -19,14 +19,14 @@ }, "prefer-stable": true, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "config": { "platform": { - "php": "7.3.0" + "php": "8.1.0" }, "optimize-autoloader": true, "sort-packages": true @@ -38,7 +38,7 @@ }, "extra": { "branch-alias": { - "dev-master": "5.0-dev" + "dev-main": "6.0-dev" } } } diff --git a/Sources/vendor/phpunit/php-timer/src/Duration.php b/Sources/vendor/phpunit/php-timer/src/Duration.php old mode 100755 new mode 100644 index e52bf018..ef3f3bee --- a/Sources/vendor/phpunit/php-timer/src/Duration.php +++ b/Sources/vendor/phpunit/php-timer/src/Duration.php @@ -17,30 +17,11 @@ use function sprintf; */ final class Duration { - /** - * @var float - */ - private $nanoseconds; - - /** - * @var int - */ - private $hours; - - /** - * @var int - */ - private $minutes; - - /** - * @var int - */ - private $seconds; - - /** - * @var int - */ - private $milliseconds; + private readonly float $nanoseconds; + private readonly int $hours; + private readonly int $minutes; + private readonly int $seconds; + private readonly int $milliseconds; public static function fromMicroseconds(float $microseconds): self { diff --git a/Sources/vendor/phpunit/php-timer/src/ResourceUsageFormatter.php b/Sources/vendor/phpunit/php-timer/src/ResourceUsageFormatter.php old mode 100755 new mode 100644 index ad792627..0c94b9b3 --- a/Sources/vendor/phpunit/php-timer/src/ResourceUsageFormatter.php +++ b/Sources/vendor/phpunit/php-timer/src/ResourceUsageFormatter.php @@ -62,7 +62,7 @@ final class ResourceUsageFormatter { foreach (self::SIZES as $unit => $value) { if ($bytes >= $value) { - return sprintf('%.2f %s', $bytes >= 1024 ? $bytes / $value : $bytes, $unit); + return sprintf('%.2f %s', $bytes / $value, $unit); } } diff --git a/Sources/vendor/phpunit/php-timer/src/Timer.php b/Sources/vendor/phpunit/php-timer/src/Timer.php old mode 100755 new mode 100644 index 0917109b..ead26181 --- a/Sources/vendor/phpunit/php-timer/src/Timer.php +++ b/Sources/vendor/phpunit/php-timer/src/Timer.php @@ -17,7 +17,7 @@ final class Timer /** * @psalm-var list */ - private $startTimes = []; + private array $startTimes = []; public function start(): void { diff --git a/Sources/vendor/phpunit/php-timer/src/exceptions/Exception.php b/Sources/vendor/phpunit/php-timer/src/exceptions/Exception.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-timer/src/exceptions/NoActiveTimerException.php b/Sources/vendor/phpunit/php-timer/src/exceptions/NoActiveTimerException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/php-timer/src/exceptions/TimeSinceStartOfRequestNotAvailableException.php b/Sources/vendor/phpunit/php-timer/src/exceptions/TimeSinceStartOfRequestNotAvailableException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/phpunit/.phpstorm.meta.php b/Sources/vendor/phpunit/phpunit/.phpstorm.meta.php old mode 100755 new mode 100644 index b69ff789..496a943e --- a/Sources/vendor/phpunit/phpunit/.phpstorm.meta.php +++ b/Sources/vendor/phpunit/phpunit/.phpstorm.meta.php @@ -2,12 +2,17 @@ namespace PHPSTORM_META { override( - \PHPUnit\Framework\TestCase::createMock(0), + \PHPUnit\Framework\TestCase::createStub(0), map([""=>"$0"]) ); override( - \PHPUnit\Framework\TestCase::createStub(0), + \PHPUnit\Framework\TestCase::createConfiguredStub(0), + map([""=>"$0"]) + ); + + override( + \PHPUnit\Framework\TestCase::createMock(0), map([""=>"$0"]) ); diff --git a/Sources/vendor/phpunit/phpunit/ChangeLog-10.4.md b/Sources/vendor/phpunit/phpunit/ChangeLog-10.4.md new file mode 100644 index 00000000..b9f1a045 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/ChangeLog-10.4.md @@ -0,0 +1,52 @@ +# Changes in PHPUnit 10.4 + +All notable changes of the PHPUnit 10.4 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles. + +## [10.4.2] - 2023-10-26 + +### Fixed + +* [#5048](https://github.com/sebastianbergmann/phpunit/issues/5048): Methods that return `never` cannot be doubled + +## [10.4.1] - 2023-10-08 + +### Fixed + +* [#5534](https://github.com/sebastianbergmann/phpunit/issues/5534): Cache for generated Test Double code was not updated for Test Stub and Mock Object distinction + +## [10.4.0] - 2023-10-06 + +### Added + +* [#5441](https://github.com/sebastianbergmann/phpunit/issues/5441): Baseline for `E_(USER_)DEPRECATED`, `E_(USER_)NOTICE`, `E_STRICT`, and `E_(USER_)WARNING` +* [#5462](https://github.com/sebastianbergmann/phpunit/pull/5462): Support for multiple arguments +* [#5471](https://github.com/sebastianbergmann/phpunit/issues/5471): `assertFileMatchesFormat()` and `assertFileMatchesFormatFile()` +* [#5515](https://github.com/sebastianbergmann/phpunit/issues/5515): `PHPUnit\Runner\Extension\Facade::requireExportOfObjects()` so that test runner extensions can indicate that they require the export of objects for events such as `Test\AssertionSucceeded` and `Test\AssertionFailed` +* `Test\PreparationFailed` event +* Attribute `id` attribute for `testCaseMethod` elements in the XML document generated by `--list-tests-xml` + +### Changed + +* [#5505](https://github.com/sebastianbergmann/phpunit/pull/5505): Improve the failure description of `StringContains`-based assertions when the strings are encoded differently +* [#5515](https://github.com/sebastianbergmann/phpunit/issues/5515): The `Test\AssertionSucceeded` and `Test\AssertionFailed` events are always emitted again +* [#5515](https://github.com/sebastianbergmann/phpunit/issues/5515): `--log-events-verbose-text` enables the export of non-scalar values for the `Test\AssertionSucceeded` and `Test\AssertionFailed` events +* [#5524](https://github.com/sebastianbergmann/phpunit/issues/5524): Do not export data passed to test for PHPUnit\Event\Code\TestMethod value object by default +* [#5526](https://github.com/sebastianbergmann/phpunit/issues/5526): Do not limit number of columns to 80 on non-interactive TTY +* Exceptions thrown by third-party event subscribers are now reported as test runner warnings +* The name of the top-level test suite that is created when a directory or file path is passed as an argument to the test runner is now `CLI Arguments` +* Simplified the failure description for `assertInstanceOf()` and `assertNotInstanceOf()` +* Simplified the failure description for `assertJson()` +* The `--enforce-time-limit` CLI option and the `enforceTimeLimit` XML configuration file attribute no longer affect the running of PHPT tests +* The `@codeCoverageIgnore`, `@codeCoverageIgnoreStart`, and `@codeCoverageIgnoreEnd` annotations are no longer deprecated + +### Deprecated + +* [#5472](https://github.com/sebastianbergmann/phpunit/issues/5472): `TestCase::assertStringNotMatchesFormat()` and `TestCase::assertStringNotMatchesFormatFile()` (these methods only have a `@deprecated` annotation for now; using these methods will trigger a deprecation warning in PHPUnit 11; these methods will be removed in PHPUnit 12) +* [#5481](https://github.com/sebastianbergmann/phpunit/issues/5481): `dataSet` attribute for `testCaseMethod` elements in the XML document generated by `--list-tests-xml` (the attribute will not be generated anymore starting with PHPUnit 11) +* [#5513](https://github.com/sebastianbergmann/phpunit/issues/5513): `IgnoreClassForCodeCoverage`, `IgnoreMethodForCodeCoverage`, and `IgnoreFunctionForCodeCoverage` attributes (these attributes will be removed in PHPUnit 11) +* `PHPUnit\TextUI\Configuration\Configuration::cliArgument()` and `PHPUnit\TextUI\Configuration\Configuration::hasCliArgument()` +* `PHPUnit\Framework\Constraint\Constraint::exporter()` + +[10.4.2]: https://github.com/sebastianbergmann/phpunit/compare/10.4.1...10.4.2 +[10.4.1]: https://github.com/sebastianbergmann/phpunit/compare/10.4.0...10.4.1 +[10.4.0]: https://github.com/sebastianbergmann/phpunit/compare/10.3.5...10.4.0 diff --git a/Sources/vendor/phpunit/phpunit/ChangeLog-9.6.md b/Sources/vendor/phpunit/phpunit/ChangeLog-9.6.md deleted file mode 100755 index 8fb7ed9e..00000000 --- a/Sources/vendor/phpunit/phpunit/ChangeLog-9.6.md +++ /dev/null @@ -1,111 +0,0 @@ -# Changes in PHPUnit 9.6 - -All notable changes of the PHPUnit 9.6 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles. - -## [9.6.13] - 2023-09-19 - -### Changed - -* The child processes used for process isolation now use temporary files to communicate their result to the parent process - -## [9.6.12] - 2023-09-12 - -### Changed - -* [#5508](https://github.com/sebastianbergmann/phpunit/pull/5508): Generate code coverage report in PHP format as first in list to avoid serializing cache data - -## [9.6.11] - 2023-08-19 - -### Added - -* [#5478](https://github.com/sebastianbergmann/phpunit/pull/5478): `assertObjectHasProperty()` and `assertObjectNotHasProperty()` - -## [9.6.10] - 2023-07-10 - -### Changed - -* [#5419](https://github.com/sebastianbergmann/phpunit/pull/5419): Allow empty `` element in XML configuration - -## [9.6.9] - 2023-06-11 - -### Fixed - -* [#5405](https://github.com/sebastianbergmann/phpunit/issues/5405): XML configuration migration does not migrate `whitelist/file` elements -* Always use `X.Y.Z` version number (and not just `X.Y`) of PHPUnit's version when checking whether a PHAR-distributed extension is compatible - -## [9.6.8] - 2023-05-11 - -### Fixed - -* [#5345](https://github.com/sebastianbergmann/phpunit/issues/5345): No stack trace shown for previous exceptions during bootstrap - -## [9.6.7] - 2023-04-14 - -### Fixed - -* Tests that have `@doesNotPerformAssertions` do not contribute to code coverage - -## [9.6.6] - 2023-03-27 - -### Fixed - -* [#5270](https://github.com/sebastianbergmann/phpunit/issues/5270): `GlobalState::getIniSettingsAsString()` generates code that triggers warnings - -## [9.6.5] - 2023-03-09 - -### Changed - -* Backported the HTML and CSS improvements made to the `--testdox-html` from PHPUnit 10 - -### Fixed - -* [#5205](https://github.com/sebastianbergmann/phpunit/issues/5205): Wrong default value for optional parameter of `PHPUnit\Util\Test::parseTestMethodAnnotations()` causes `ReflectionException` - -## [9.6.4] - 2023-02-27 - -### Fixed - -* [#5186](https://github.com/sebastianbergmann/phpunit/issues/5186): SBOM does not validate - -## [9.6.3] - 2023-02-04 - -### Fixed - -* [#5164](https://github.com/sebastianbergmann/phpunit/issues/5164): `markTestSkipped()` not handled correctly when called in "before first test" method - -## [9.6.2] - 2023-02-04 - -### Fixed - -* [#4618](https://github.com/sebastianbergmann/phpunit/issues/4618): Support for generators in `assertCount()` etc. is not marked as deprecated in PHPUnit 9.6 - -## [9.6.1] - 2023-02-03 - -### Fixed - -* [#5073](https://github.com/sebastianbergmann/phpunit/issues/5073): `--no-extensions` CLI option only prevents extension PHARs from being loaded -* [#5160](https://github.com/sebastianbergmann/phpunit/issues/5160): Deprecate `assertClassHasAttribute()`, `assertClassNotHasAttribute()`, `assertClassHasStaticAttribute()`, `assertClassNotHasStaticAttribute()`, `assertObjectHasAttribute()`, `assertObjectNotHasAttribute()`, `classHasAttribute()`, `classHasStaticAttribute()`, and `objectHasAttribute()` - -## [9.6.0] - 2023-02-03 - -### Changed - -* [#5062](https://github.com/sebastianbergmann/phpunit/issues/5062): Deprecate `expectDeprecation()`, `expectDeprecationMessage()`, `expectDeprecationMessageMatches()`, `expectError()`, `expectErrorMessage()`, `expectErrorMessageMatches()`, `expectNotice()`, `expectNoticeMessage()`, `expectNoticeMessageMatches()`, `expectWarning()`, `expectWarningMessage()`, and `expectWarningMessageMatches()` -* [#5063](https://github.com/sebastianbergmann/phpunit/issues/5063): Deprecate `withConsecutive()` -* [#5064](https://github.com/sebastianbergmann/phpunit/issues/5064): Deprecate `PHPUnit\Framework\TestCase::getMockClass()` -* [#5132](https://github.com/sebastianbergmann/phpunit/issues/5132): Deprecate `Test` suffix for abstract test case classes - -[9.6.13]: https://github.com/sebastianbergmann/phpunit/compare/9.6.12...9.6.13 -[9.6.12]: https://github.com/sebastianbergmann/phpunit/compare/9.6.11...9.6.12 -[9.6.11]: https://github.com/sebastianbergmann/phpunit/compare/9.6.10...9.6.11 -[9.6.10]: https://github.com/sebastianbergmann/phpunit/compare/9.6.9...9.6.10 -[9.6.9]: https://github.com/sebastianbergmann/phpunit/compare/9.6.8...9.6.9 -[9.6.8]: https://github.com/sebastianbergmann/phpunit/compare/9.6.7...9.6.8 -[9.6.7]: https://github.com/sebastianbergmann/phpunit/compare/9.6.6...9.6.7 -[9.6.6]: https://github.com/sebastianbergmann/phpunit/compare/9.6.5...9.6.6 -[9.6.5]: https://github.com/sebastianbergmann/phpunit/compare/9.6.4...9.6.5 -[9.6.4]: https://github.com/sebastianbergmann/phpunit/compare/9.6.3...9.6.4 -[9.6.3]: https://github.com/sebastianbergmann/phpunit/compare/9.6.2...9.6.3 -[9.6.2]: https://github.com/sebastianbergmann/phpunit/compare/9.6.1...9.6.2 -[9.6.1]: https://github.com/sebastianbergmann/phpunit/compare/9.6.0...9.6.1 -[9.6.0]: https://github.com/sebastianbergmann/phpunit/compare/9.5.28...9.6.0 diff --git a/Sources/vendor/phpunit/phpunit/DEPRECATIONS.md b/Sources/vendor/phpunit/phpunit/DEPRECATIONS.md old mode 100755 new mode 100644 index b8349592..56c77369 --- a/Sources/vendor/phpunit/phpunit/DEPRECATIONS.md +++ b/Sources/vendor/phpunit/phpunit/DEPRECATIONS.md @@ -6,84 +6,85 @@ This functionality is currently [soft-deprecated](https://phpunit.de/backward-co ### Writing Tests +#### Assertions, Constraints, and Expectations + +| Issue | Description | Since | Replacement | +|-------------------------------------------------------------------|------------------------------------------------|--------|-------------| +| [#5472](https://github.com/sebastianbergmann/phpunit/issues/5472) | `TestCase::assertStringNotMatchesFormat()` | 10.4.0 | | +| [#5472](https://github.com/sebastianbergmann/phpunit/issues/5472) | `TestCase::assertStringNotMatchesFormatFile()` | 10.4.0 | | + #### Test Double API -| Issue | Description | Since | Replacement | -|-------------------------------------------------------------------|-----------------------------------|-------|-------------| -| [#3687](https://github.com/sebastianbergmann/phpunit/issues/3687) | `MockBuilder::setMethods()` | 8.3.0 | | -| [#3687](https://github.com/sebastianbergmann/phpunit/issues/3687) | `MockBuilder::setMethodsExcept()` | 9.6.0 | | +| Issue | Description | Since | Replacement | +|-------------------------------------------------------------------|---------------------------------------------------|--------|-----------------------------------------------------------------------------------------| +| [#5240](https://github.com/sebastianbergmann/phpunit/issues/5240) | `TestCase::createTestProxy()` | 10.1.0 | | +| [#5241](https://github.com/sebastianbergmann/phpunit/issues/5241) | `TestCase::getMockForAbstractClass()` | 10.1.0 | | +| [#5242](https://github.com/sebastianbergmann/phpunit/issues/5242) | `TestCase::getMockFromWsdl()` | 10.1.0 | | +| [#5243](https://github.com/sebastianbergmann/phpunit/issues/5243) | `TestCase::getMockForTrait()` | 10.1.0 | | +| [#5244](https://github.com/sebastianbergmann/phpunit/issues/5244) | `TestCase::getObjectForTrait()` | 10.1.0 | | +| [#5305](https://github.com/sebastianbergmann/phpunit/issues/5305) | `MockBuilder::getMockForAbstractClass()` | 10.1.0 | | +| [#5306](https://github.com/sebastianbergmann/phpunit/issues/5306) | `MockBuilder::getMockForTrait()` | 10.1.0 | | +| [#5307](https://github.com/sebastianbergmann/phpunit/issues/5307) | `MockBuilder::disableProxyingToOriginalMethods()` | 10.1.0 | | +| [#5307](https://github.com/sebastianbergmann/phpunit/issues/5307) | `MockBuilder::enableProxyingToOriginalMethods()` | 10.1.0 | | +| [#5307](https://github.com/sebastianbergmann/phpunit/issues/5307) | `MockBuilder::setProxyTarget()` | 10.1.0 | | +| [#5308](https://github.com/sebastianbergmann/phpunit/issues/5308) | `MockBuilder::allowMockingUnknownTypes()` | 10.1.0 | | +| [#5308](https://github.com/sebastianbergmann/phpunit/issues/5308) | `MockBuilder::disallowMockingUnknownTypes()` | 10.1.0 | | +| [#5309](https://github.com/sebastianbergmann/phpunit/issues/5309) | `MockBuilder::disableAutoload()` | 10.1.0 | | +| [#5309](https://github.com/sebastianbergmann/phpunit/issues/5309) | `MockBuilder::enableAutoload()` | 10.1.0 | | +| [#5315](https://github.com/sebastianbergmann/phpunit/issues/5315) | `MockBuilder::disableArgumentCloning()` | 10.1.0 | | +| [#5315](https://github.com/sebastianbergmann/phpunit/issues/5315) | `MockBuilder::enableArgumentCloning()` | 10.1.0 | | +| [#5320](https://github.com/sebastianbergmann/phpunit/issues/5320) | `MockBuilder::addMethods()` | 10.1.0 | | +| [#5421](https://github.com/sebastianbergmann/phpunit/issues/5421) | `MockBuilder::disableAutoReturnValueGeneration()` | 10.3.0 | | +| [#5421](https://github.com/sebastianbergmann/phpunit/issues/5421) | `MockBuilder::enableAutoReturnValueGeneration()` | 10.3.0 | | +| [#5423](https://github.com/sebastianbergmann/phpunit/issues/5423) | `TestCase::onConsecutiveCalls()` | 10.3.0 | Use `$double->willReturn()` instead of `$double->will($this->onConsecutiveCalls())` | +| [#5423](https://github.com/sebastianbergmann/phpunit/issues/5423) | `TestCase::returnArgument()` | 10.3.0 | Use `$double->willReturnArgument()` instead of `$double->will($this->returnArgument())` | +| [#5423](https://github.com/sebastianbergmann/phpunit/issues/5423) | `TestCase::returnCallback()` | 10.3.0 | Use `$double->willReturnCallback()` instead of `$double->will($this->returnCallback())` | +| [#5423](https://github.com/sebastianbergmann/phpunit/issues/5423) | `TestCase::returnSelf()` | 10.3.0 | Use `$double->willReturnSelf()` instead of `$double->will($this->returnSelf())` | +| [#5423](https://github.com/sebastianbergmann/phpunit/issues/5423) | `TestCase::returnValue()` | 10.3.0 | Use `$double->willReturn()` instead of `$double->will($this->returnValue())` | +| [#5423](https://github.com/sebastianbergmann/phpunit/issues/5423) | `TestCase::returnValueMap()` | 10.3.0 | Use `$double->willReturnMap()` instead of `$double->will($this->returnValueMap())` | -## Hard Deprecations +#### Miscellaneous -This functionality is currently [hard-deprecated](https://phpunit.de/backward-compatibility.html#hard-deprecation): +| Issue | Description | Since | Replacement | +|-------------------------------------------------------------------|----------------------------------------------------------------|--------|--------------------------------------------------------------------| +| [#5236](https://github.com/sebastianbergmann/phpunit/issues/5236) | `PHPUnit\Framework\Attributes\CodeCoverageIgnore()` | 10.1.0 | | +| [#5214](https://github.com/sebastianbergmann/phpunit/issues/5214) | `TestCase::iniSet()` | 10.3.0 | | +| [#5216](https://github.com/sebastianbergmann/phpunit/issues/5216) | `TestCase::setLocale()` | 10.3.0 | | +| [#5236](https://github.com/sebastianbergmann/phpunit/issues/5513) | `PHPUnit\Framework\Attributes\IgnoreClassForCodeCoverage()` | 10.4.0 | Use `@codeCoverageIgnore` annotation in the class' doc-comment | +| [#5236](https://github.com/sebastianbergmann/phpunit/issues/5513) | `PHPUnit\Framework\Attributes\IgnoreMethodForCodeCoverage()` | 10.4.0 | Use `@codeCoverageIgnore` annotation in the method's doc-comment | +| [#5236](https://github.com/sebastianbergmann/phpunit/issues/5513) | `PHPUnit\Framework\Attributes\IgnoreFunctionForCodeCoverage()` | 10.4.0 | Use `@codeCoverageIgnore` annotation in the function's doc-comment | -### Writing Tests +### Running Tests -#### Assertions, Constraints, and Expectations +| Issue | Description | Since | Replacement | +|-------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|--------|-------------| +| [#5481](https://github.com/sebastianbergmann/phpunit/issues/5481) | `dataSet` attribute for `testCaseMethod` elements in the XML document generated by `--list-tests-xml` | 10.4.0 | | -| Issue | Description | Since | Replacement | -|-------------------------------------------------------------------|------------------------------------------------|-------|---------------------------------------------------| -| [#4062](https://github.com/sebastianbergmann/phpunit/issues/4062) | `TestCase::assertNotIsReadable()` | 9.1.0 | `TestCase::assertIsNotReadable()` | -| [#4065](https://github.com/sebastianbergmann/phpunit/issues/4065) | `TestCase::assertNotIsWritable()` | 9.1.0 | `TestCase::assertIsNotWritable()` | -| [#4068](https://github.com/sebastianbergmann/phpunit/issues/4068) | `TestCase::assertDirectoryNotExists()` | 9.1.0 | `TestCase::assertDirectoryDoesNotExist()` | -| [#4071](https://github.com/sebastianbergmann/phpunit/issues/4071) | `TestCase::assertDirectoryNotIsReadable()` | 9.1.0 | `TestCase::assertDirectoryIsNotReadable()` | -| [#4074](https://github.com/sebastianbergmann/phpunit/issues/4074) | `TestCase::assertDirectoryNotIsWritable()` | 9.1.0 | `TestCase::assertDirectoryIsNotWritable()` | -| [#4077](https://github.com/sebastianbergmann/phpunit/issues/4077) | `TestCase::assertFileNotExists()` | 9.1.0 | `TestCase::assertFileDoesNotExist()` | -| [#4080](https://github.com/sebastianbergmann/phpunit/issues/4080) | `TestCase::assertFileNotIsReadable()` | 9.1.0 | `TestCase::assertFileIsNotReadable()` | -| [#4083](https://github.com/sebastianbergmann/phpunit/issues/4083) | `TestCase::assertFileNotIsWritable()` | 9.1.0 | `TestCase::assertFileIsNotWritable()` | -| [#4086](https://github.com/sebastianbergmann/phpunit/issues/4086) | `TestCase::assertRegExp()` | 9.1.0 | `TestCase::assertMatchesRegularExpression()` | -| [#4089](https://github.com/sebastianbergmann/phpunit/issues/4089) | `TestCase::assertNotRegExp()` | 9.1.0 | `TestCase::assertDoesNotMatchRegularExpression()` | -| [#4091](https://github.com/sebastianbergmann/phpunit/issues/4091) | `TestCase::assertEqualXMLStructure()` | 9.1.0 | | -| [#5062](https://github.com/sebastianbergmann/phpunit/issues/5062) | `TestCase::expectDeprecation()` | 9.6.0 | | -| [#5062](https://github.com/sebastianbergmann/phpunit/issues/5062) | `TestCase::expectDeprecationMessage()` | 9.6.0 | | -| [#5062](https://github.com/sebastianbergmann/phpunit/issues/5062) | `TestCase::expectDeprecationMessageMatches()` | 9.6.0 | | -| [#5062](https://github.com/sebastianbergmann/phpunit/issues/5062) | `TestCase::expectError()` | 9.6.0 | | -| [#5062](https://github.com/sebastianbergmann/phpunit/issues/5062) | `TestCase::expectErrorMessage()` | 9.6.0 | | -| [#5062](https://github.com/sebastianbergmann/phpunit/issues/5062) | `TestCase::expectErrorMessageMatches()` | 9.6.0 | | -| [#5062](https://github.com/sebastianbergmann/phpunit/issues/5062) | `TestCase::expectNotice()` | 9.6.0 | | -| [#5062](https://github.com/sebastianbergmann/phpunit/issues/5062) | `TestCase::expectNoticeMessage()` | 9.6.0 | | -| [#5062](https://github.com/sebastianbergmann/phpunit/issues/5062) | `TestCase::expectNoticeMessageMatches()` | 9.6.0 | | -| [#5062](https://github.com/sebastianbergmann/phpunit/issues/5062) | `TestCase::expectWarning()` | 9.6.0 | | -| [#5062](https://github.com/sebastianbergmann/phpunit/issues/5062) | `TestCase::expectWarningMessage()` | 9.6.0 | | -| [#5062](https://github.com/sebastianbergmann/phpunit/issues/5062) | `TestCase::expectWarningMessageMatches()` | 9.6.0 | | -| [#4601](https://github.com/sebastianbergmann/phpunit/issues/4601) | `TestCase::assertClassHasAttribute()` | 9.6.1 | | -| [#4601](https://github.com/sebastianbergmann/phpunit/issues/4601) | `TestCase::assertClassNotHasAttribute()` | 9.6.1 | | -| [#4601](https://github.com/sebastianbergmann/phpunit/issues/4601) | `TestCase::assertClassHasStaticAttribute()` | 9.6.1 | | -| [#4601](https://github.com/sebastianbergmann/phpunit/issues/4601) | `TestCase::assertClassNotHasStaticAttribute()` | 9.6.1 | | -| [#4601](https://github.com/sebastianbergmann/phpunit/issues/4601) | `TestCase::assertObjectHasAttribute()` | 9.6.1 | `TestCase::assertObjectHasProperty()` | -| [#4601](https://github.com/sebastianbergmann/phpunit/issues/4601) | `TestCase::assertObjectNotHasAttribute()` | 9.6.1 | `TestCase::assertObjectNotHasProperty()` | -| [#4601](https://github.com/sebastianbergmann/phpunit/issues/4601) | `TestCase::classHasAttribute()` | 9.6.1 | | -| [#4601](https://github.com/sebastianbergmann/phpunit/issues/4601) | `TestCase::classHasStaticAttribute()` | 9.6.1 | | -| [#4601](https://github.com/sebastianbergmann/phpunit/issues/4601) | `TestCase::objectHasAttribute()` | 9.6.1 | | -| [#4601](https://github.com/sebastianbergmann/phpunit/issues/4601) | `ClassHasAttribute` | 9.6.1 | | -| [#4601](https://github.com/sebastianbergmann/phpunit/issues/4601) | `ClassHasStaticAttribute` | 9.6.1 | | -| [#4601](https://github.com/sebastianbergmann/phpunit/issues/4601) | `ObjectHasAttribute` | 9.6.1 | `ObjectHasProperty` | +### Extending PHPUnit -#### Test Double API +| Issue | Description | Since | Replacement | +|-------|--------------------------------------------------------------------------------------------------------|--------|--------------------------------------------------------------------------------| +| | `PHPUnit\TextUI\Configuration\Configuration::excludeDirectories()` | 10.2.0 | `PHPUnit\TextUI\Configuration\Configuration::source()->excludeDirectories()` | +| | `PHPUnit\TextUI\Configuration\Configuration::excludeFiles()` | 10.2.0 | `PHPUnit\TextUI\Configuration\Configuration::source()->excludeFiles()` | +| | `PHPUnit\TextUI\Configuration\Configuration::includeDirectories()` | 10.2.0 | `PHPUnit\TextUI\Configuration\Configuration::source()->includeDirectories()` | +| | `PHPUnit\TextUI\Configuration\Configuration::includeFiles()` | 10.2.0 | `PHPUnit\TextUI\Configuration\Configuration::source()->includeFiles()` | +| | `PHPUnit\TextUI\Configuration\Configuration::loadPharExtensions()` | 10.2.0 | `PHPUnit\TextUI\Configuration\Configuration::noExtensions()` | +| | `PHPUnit\TextUI\Configuration\Configuration::hasNonEmptyListOfFilesToBeIncludedInCodeCoverageReport()` | 10.2.0 | `PHPUnit\TextUI\Configuration\Configuration::source()->notEmpty()` | +| | `PHPUnit\TextUI\Configuration\Configuration::restrictDeprecations()` | 10.2.0 | `PHPUnit\TextUI\Configuration\Configuration::source()->restrictDeprecations()` | +| | `PHPUnit\TextUI\Configuration\Configuration::restrictNotices()` | 10.2.0 | `PHPUnit\TextUI\Configuration\Configuration::source()->restrictNotices()` | +| | `PHPUnit\TextUI\Configuration\Configuration::restrictWarnings()` | 10.2.0 | `PHPUnit\TextUI\Configuration\Configuration::source()->restrictWarnings()` | +| | `PHPUnit\TextUI\Configuration\Configuration::cliArgument()` | 10.4.0 | `PHPUnit\TextUI\Configuration\Configuration::cliArguments()[0]` | +| | `PHPUnit\TextUI\Configuration\Configuration::hasCliArgument()` | 10.4.0 | `PHPUnit\TextUI\Configuration\Configuration::hasCliArguments()` | +| | `PHPUnit\Framework\Constraint\Constraint::exporter()` | 10.4.0 | | -| Issue | Description | Since | Replacement | -|-------------------------------------------------------------------|---------------------------------------|-------|-------------------------------------------------------------------------| -| [#4141](https://github.com/sebastianbergmann/phpunit/issues/4141) | `TestCase::prophesize()` | 9.1.0 | [phpspec/prophecy-phpunit](https://github.com/phpspec/prophecy-phpunit) | -| [#4297](https://github.com/sebastianbergmann/phpunit/issues/4297) | `TestCase::at()` | 9.3.0 | | -| [#4297](https://github.com/sebastianbergmann/phpunit/issues/4297) | `InvokedAtIndex` | 9.3.0 | | -| [#5063](https://github.com/sebastianbergmann/phpunit/issues/5063) | `InvocationMocker::withConsecutive()` | 9.6.0 | | -| [#5063](https://github.com/sebastianbergmann/phpunit/issues/5063) | `ConsecutiveParameters` | 9.6.0 | | -| [#5064](https://github.com/sebastianbergmann/phpunit/issues/5064) | `TestCase::getMockClass()` | 9.6.0 | | +## Hard Deprecations -#### Miscellaneous +This functionality is currently [hard-deprecated](https://phpunit.de/backward-compatibility.html#hard-deprecation): -| Issue | Description | Since | Replacement | -|-------------------------------------------------------------------|----------------------------------------------|-------|------------------------------------------------| -| [#5132](https://github.com/sebastianbergmann/phpunit/issues/5132) | `Test` suffix for abstract test case classes | | | -| | `TestCase::$backupGlobalsBlacklist` | 9.3.0 | `TestCase::$backupGlobalsExcludeList` | -| | `TestCase::$backupStaticAttributesBlacklist` | 9.3.0 | `TestCase::$backupStaticAttributesExcludeList` | +### Writing Tests -### Extending PHPUnit +#### Miscellaneous -| Issue | Description | Since | Replacement | -|-------------------------------------------------------------------|--------------------------------------|-------|-------------------------------------------------------------| -| [#4676](https://github.com/sebastianbergmann/phpunit/issues/4676) | `TestListener` | 8.0.0 | [Event System](https://docs.phpunit.de/en/10.3/events.html) | -| [#4039](https://github.com/sebastianbergmann/phpunit/issues/4039) | `Command::handleLoader()` | 9.1.0 | | -| [#4039](https://github.com/sebastianbergmann/phpunit/issues/4039) | `TestSuiteLoader` | 9.1.0 | | -| [#4039](https://github.com/sebastianbergmann/phpunit/issues/4039) | `StandardTestSuiteLoader` | 9.1.0 | | -| [#4676](https://github.com/sebastianbergmann/phpunit/issues/4676) | `TestListenerDefaultImplementation` | 8.2.4 | [Event System](https://docs.phpunit.de/en/10.3/events.html) | +| Issue | Description | Since | Replacement | +|-------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|--------|-------------| +| [#5100](https://github.com/sebastianbergmann/phpunit/issues/5100) | Support for non-static data provider methods, non-public data provider methods, and data provider methods that declare parameters | 10.0.0 | | diff --git a/Sources/vendor/phpunit/phpunit/LICENSE b/Sources/vendor/phpunit/phpunit/LICENSE old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/phpunit/README.md b/Sources/vendor/phpunit/phpunit/README.md old mode 100755 new mode 100644 index c561c594..0e4789a0 --- a/Sources/vendor/phpunit/phpunit/README.md +++ b/Sources/vendor/phpunit/phpunit/README.md @@ -5,7 +5,7 @@ [![Latest Stable Version](https://poser.pugx.org/phpunit/phpunit/v/stable.png)](https://packagist.org/packages/phpunit/phpunit) [![CI Status](https://github.com/sebastianbergmann/phpunit/workflows/CI/badge.svg)](https://github.com/sebastianbergmann/phpunit/actions) [![Type Coverage](https://shepherd.dev/github/sebastianbergmann/phpunit/coverage.svg)](https://shepherd.dev/github/sebastianbergmann/phpunit) -[![codecov](https://codecov.io/gh/sebastianbergmann/phpunit/branch/9.6/graph/badge.svg)](https://codecov.io/gh/sebastianbergmann/phpunit) +[![codecov](https://codecov.io/gh/sebastianbergmann/phpunit/branch/main/graph/badge.svg)](https://codecov.io/gh/sebastianbergmann/phpunit) PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of the xUnit architecture for unit testing frameworks. @@ -35,4 +35,3 @@ Thanks to everyone who has contributed to PHPUnit! You can find a detailed list * [php-code-coverage](https://github.com/sebastianbergmann/php-code-coverage/graphs/contributors) A very special thanks to everyone who has contributed to the [documentation](https://github.com/sebastianbergmann/phpunit-documentation-english/graphs/contributors). - diff --git a/Sources/vendor/phpunit/phpunit/SECURITY.md b/Sources/vendor/phpunit/phpunit/SECURITY.md old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/phpunit/composer.json b/Sources/vendor/phpunit/phpunit/composer.json old mode 100755 new mode 100644 index 42e16c6f..bce9e30a --- a/Sources/vendor/phpunit/phpunit/composer.json +++ b/Sources/vendor/phpunit/phpunit/composer.json @@ -22,44 +22,42 @@ }, "prefer-stable": true, "require": { - "php": ">=7.3", + "php": ">=8.1", "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", "ext-xml": "*", "ext-xmlwriter": "*", - "doctrine/instantiator": "^1.3.1 || ^2", "myclabs/deep-copy": "^1.10.1", "phar-io/manifest": "^2.0.3", "phar-io/version": "^3.0.2", - "phpunit/php-code-coverage": "^9.2.28", - "phpunit/php-file-iterator": "^3.0.5", - "phpunit/php-invoker": "^3.1.1", - "phpunit/php-text-template": "^2.0.3", - "phpunit/php-timer": "^5.0.2", - "sebastian/cli-parser": "^1.0.1", - "sebastian/code-unit": "^1.0.6", - "sebastian/comparator": "^4.0.8", - "sebastian/diff": "^4.0.3", - "sebastian/environment": "^5.1.3", - "sebastian/exporter": "^4.0.5", - "sebastian/global-state": "^5.0.1", - "sebastian/object-enumerator": "^4.0.3", - "sebastian/resource-operations": "^3.0.3", - "sebastian/type": "^3.2", - "sebastian/version": "^3.0.2" + "phpunit/php-code-coverage": "^10.1.5", + "phpunit/php-file-iterator": "^4.0", + "phpunit/php-invoker": "^4.0", + "phpunit/php-text-template": "^3.0", + "phpunit/php-timer": "^6.0", + "sebastian/cli-parser": "^2.0", + "sebastian/code-unit": "^2.0", + "sebastian/comparator": "^5.0", + "sebastian/diff": "^5.0", + "sebastian/environment": "^6.0", + "sebastian/exporter": "^5.1", + "sebastian/global-state": "^6.0.1", + "sebastian/object-enumerator": "^5.0", + "sebastian/recursion-context": "^5.0", + "sebastian/type": "^4.0", + "sebastian/version": "^4.0" }, "config": { "platform": { - "php": "7.3.0" + "php": "8.1.0" }, "optimize-autoloader": true, "sort-packages": true }, "suggest": { - "ext-soap": "To be able to generate mocks based on WSDL files", - "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" + "ext-soap": "To be able to generate mocks based on WSDL files" }, "bin": [ "phpunit" @@ -79,12 +77,14 @@ "files": [ "tests/_files/CoverageNamespacedFunctionTest.php", "tests/_files/CoveredFunction.php", - "tests/_files/NamespaceCoveredFunction.php" + "tests/_files/Generator.php", + "tests/_files/NamespaceCoveredFunction.php", + "tests/end-to-end/code-coverage/ignore-function-using-attribute/src/CoveredFunction.php" ] }, "extra": { "branch-alias": { - "dev-master": "9.6-dev" + "dev-main": "10.4-dev" } } } diff --git a/Sources/vendor/phpunit/phpunit/phpunit b/Sources/vendor/phpunit/phpunit/phpunit index b9f5cf29..624c8b4d 100755 --- a/Sources/vendor/phpunit/phpunit/phpunit +++ b/Sources/vendor/phpunit/phpunit/phpunit @@ -24,11 +24,11 @@ if (!version_compare(PHP_VERSION, PHP_VERSION, '=')) { die(1); } -if (version_compare('7.3.0', PHP_VERSION, '>')) { +if (version_compare('8.1.0', PHP_VERSION, '>')) { fwrite( STDERR, sprintf( - 'This version of PHPUnit requires PHP >= 7.3.' . PHP_EOL . + 'This version of PHPUnit requires PHP >= 8.1.' . PHP_EOL . 'You are using PHP %s (%s).' . PHP_EOL, PHP_VERSION, PHP_BINARY @@ -94,14 +94,6 @@ if (!defined('PHPUNIT_COMPOSER_INSTALL')) { die(1); } -$options = getopt('', array('prepend:')); - -if (isset($options['prepend'])) { - require $options['prepend']; -} - -unset($options); - require PHPUNIT_COMPOSER_INSTALL; -PHPUnit\TextUI\Command::main(); +exit((new PHPUnit\TextUI\Application)->run($_SERVER['argv'])); diff --git a/Sources/vendor/phpunit/phpunit/phpunit.xsd b/Sources/vendor/phpunit/phpunit/phpunit.xsd old mode 100755 new mode 100644 index 619434ef..bd22b2ca --- a/Sources/vendor/phpunit/phpunit/phpunit.xsd +++ b/Sources/vendor/phpunit/phpunit/phpunit.xsd @@ -2,7 +2,7 @@ - This Schema file defines the rules by which the XML configuration file of PHPUnit 9.6 may be structured. + This Schema file defines the rules by which the XML configuration file of PHPUnit 10.4 may be structured. @@ -11,18 +11,49 @@ Root Element - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -32,7 +63,6 @@ - @@ -57,62 +87,19 @@ - - - - - - + - + - - - - - + - - - - - - - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -125,23 +112,6 @@ - - - - - - - - - - - - - - - - - @@ -164,17 +134,6 @@ - - - - - - - - - - - @@ -207,47 +166,44 @@ - + + - - - - - - - + + + + + + + + + + + - + - - - - - + - - + - - - @@ -255,17 +211,21 @@ - + + + + + + - + - @@ -280,12 +240,40 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -303,8 +291,6 @@ - - @@ -321,6 +307,12 @@ + + + + + + diff --git a/Sources/vendor/phpunit/phpunit/schema/10.0.xsd b/Sources/vendor/phpunit/phpunit/schema/10.0.xsd new file mode 100644 index 00000000..480d54de --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/schema/10.0.xsd @@ -0,0 +1,284 @@ + + + + + This Schema file defines the rules by which the XML configuration file of PHPUnit 10.0 may be structured. + + + + + + Root Element + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The main type specifying the document structure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/vendor/phpunit/phpunit/schema/8.5.xsd b/Sources/vendor/phpunit/phpunit/schema/8.5.xsd old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/phpunit/schema/9.2.xsd b/Sources/vendor/phpunit/phpunit/schema/9.2.xsd old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/phpunit/schema/9.5.xsd b/Sources/vendor/phpunit/phpunit/schema/9.5.xsd new file mode 100644 index 00000000..a25d683a --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/schema/9.5.xsd @@ -0,0 +1,328 @@ + + + + + This Schema file defines the rules by which the XML configuration file of PHPUnit 9.5 may be structured. + + + + + + Root Element + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The main type specifying the document structure + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Dispatcher/CollectingDispatcher.php b/Sources/vendor/phpunit/phpunit/src/Event/Dispatcher/CollectingDispatcher.php new file mode 100644 index 00000000..39433fe3 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Dispatcher/CollectingDispatcher.php @@ -0,0 +1,37 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class CollectingDispatcher implements Dispatcher +{ + private EventCollection $events; + + public function __construct() + { + $this->events = new EventCollection; + } + + public function dispatch(Event $event): void + { + $this->events->add($event); + } + + public function flush(): EventCollection + { + $events = $this->events; + + $this->events = new EventCollection; + + return $events; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Dispatcher/DeferringDispatcher.php b/Sources/vendor/phpunit/phpunit/src/Event/Dispatcher/DeferringDispatcher.php new file mode 100644 index 00000000..8c67d2df --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Dispatcher/DeferringDispatcher.php @@ -0,0 +1,58 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class DeferringDispatcher implements SubscribableDispatcher +{ + private readonly SubscribableDispatcher $dispatcher; + private EventCollection $events; + private bool $recording = true; + + public function __construct(SubscribableDispatcher $dispatcher) + { + $this->dispatcher = $dispatcher; + $this->events = new EventCollection; + } + + public function registerTracer(Tracer\Tracer $tracer): void + { + $this->dispatcher->registerTracer($tracer); + } + + public function registerSubscriber(Subscriber $subscriber): void + { + $this->dispatcher->registerSubscriber($subscriber); + } + + public function dispatch(Event $event): void + { + if ($this->recording) { + $this->events->add($event); + + return; + } + + $this->dispatcher->dispatch($event); + } + + public function flush(): void + { + $this->recording = false; + + foreach ($this->events as $event) { + $this->dispatcher->dispatch($event); + } + + $this->events = new EventCollection; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Dispatcher/DirectDispatcher.php b/Sources/vendor/phpunit/phpunit/src/Event/Dispatcher/DirectDispatcher.php new file mode 100644 index 00000000..042b2418 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Dispatcher/DirectDispatcher.php @@ -0,0 +1,132 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event; + +use function array_key_exists; +use function dirname; +use function sprintf; +use function str_starts_with; +use Throwable; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class DirectDispatcher implements SubscribableDispatcher +{ + private readonly TypeMap $typeMap; + + /** + * @psalm-var array> + */ + private array $subscribers = []; + + /** + * @psalm-var list + */ + private array $tracers = []; + + public function __construct(TypeMap $map) + { + $this->typeMap = $map; + } + + public function registerTracer(Tracer\Tracer $tracer): void + { + $this->tracers[] = $tracer; + } + + /** + * @throws MapError + * @throws UnknownSubscriberTypeException + */ + public function registerSubscriber(Subscriber $subscriber): void + { + if (!$this->typeMap->isKnownSubscriberType($subscriber)) { + throw new UnknownSubscriberTypeException( + sprintf( + 'Subscriber "%s" does not implement any known interface - did you forget to register it?', + $subscriber::class, + ), + ); + } + + $eventClassName = $this->typeMap->map($subscriber); + + if (!array_key_exists($eventClassName, $this->subscribers)) { + $this->subscribers[$eventClassName] = []; + } + + $this->subscribers[$eventClassName][] = $subscriber; + } + + /** + * @throws Throwable + * @throws UnknownEventTypeException + */ + public function dispatch(Event $event): void + { + $eventClassName = $event::class; + + if (!$this->typeMap->isKnownEventType($event)) { + throw new UnknownEventTypeException( + sprintf( + 'Unknown event type "%s"', + $eventClassName, + ), + ); + } + + foreach ($this->tracers as $tracer) { + try { + $tracer->trace($event); + } catch (Throwable $t) { + $this->handleThrowable($t); + } + } + + if (!array_key_exists($eventClassName, $this->subscribers)) { + return; + } + + foreach ($this->subscribers[$eventClassName] as $subscriber) { + try { + $subscriber->notify($event); + } catch (Throwable $t) { + $this->handleThrowable($t); + } + } + } + + /** + * @throws Throwable + */ + public function handleThrowable(Throwable $t): void + { + if ($this->isThrowableFromThirdPartySubscriber($t)) { + Facade::emitter()->testRunnerTriggeredWarning( + sprintf( + 'Exception in third-party event subscriber: %s%s%s', + $t->getMessage(), + PHP_EOL, + $t->getTraceAsString(), + ), + ); + + return; + } + + throw $t; + } + + private function isThrowableFromThirdPartySubscriber(Throwable $t): bool + { + return !str_starts_with($t->getFile(), dirname(__DIR__, 2)); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Dispatcher/Dispatcher.php b/Sources/vendor/phpunit/phpunit/src/Event/Dispatcher/Dispatcher.php new file mode 100644 index 00000000..35691be7 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Dispatcher/Dispatcher.php @@ -0,0 +1,21 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event; + +/** + * @internal This interface is not covered by the backward compatibility promise for PHPUnit + */ +interface Dispatcher +{ + /** + * @throws UnknownEventTypeException + */ + public function dispatch(Event $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Dispatcher/SubscribableDispatcher.php b/Sources/vendor/phpunit/phpunit/src/Event/Dispatcher/SubscribableDispatcher.php new file mode 100644 index 00000000..067c0cc6 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Dispatcher/SubscribableDispatcher.php @@ -0,0 +1,23 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event; + +/** + * @internal This interface is not covered by the backward compatibility promise for PHPUnit + */ +interface SubscribableDispatcher extends Dispatcher +{ + /** + * @throws UnknownSubscriberTypeException + */ + public function registerSubscriber(Subscriber $subscriber): void; + + public function registerTracer(Tracer\Tracer $tracer): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Emitter/DispatchingEmitter.php b/Sources/vendor/phpunit/phpunit/src/Event/Emitter/DispatchingEmitter.php new file mode 100644 index 00000000..857a870c --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Emitter/DispatchingEmitter.php @@ -0,0 +1,1182 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event; + +use PHPUnit\Event\Code\ClassMethod; +use PHPUnit\Event\Code\ComparisonFailure; +use PHPUnit\Event\Code\Throwable; +use PHPUnit\Event\Test\DataProviderMethodCalled; +use PHPUnit\Event\Test\DataProviderMethodFinished; +use PHPUnit\Event\TestSuite\Filtered as TestSuiteFiltered; +use PHPUnit\Event\TestSuite\Finished as TestSuiteFinished; +use PHPUnit\Event\TestSuite\Loaded as TestSuiteLoaded; +use PHPUnit\Event\TestSuite\Skipped as TestSuiteSkipped; +use PHPUnit\Event\TestSuite\Sorted as TestSuiteSorted; +use PHPUnit\Event\TestSuite\Started as TestSuiteStarted; +use PHPUnit\Event\TestSuite\TestSuite; +use PHPUnit\Framework\Constraint; +use PHPUnit\TextUI\Configuration\Configuration; +use PHPUnit\Util\Exporter; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class DispatchingEmitter implements Emitter +{ + private readonly Dispatcher $dispatcher; + private readonly Telemetry\System $system; + private readonly Telemetry\Snapshot $startSnapshot; + private Telemetry\Snapshot $previousSnapshot; + private bool $exportObjects = false; + + public function __construct(Dispatcher $dispatcher, Telemetry\System $system) + { + $this->dispatcher = $dispatcher; + $this->system = $system; + + $this->startSnapshot = $system->snapshot(); + $this->previousSnapshot = $system->snapshot(); + } + + public function exportObjects(): void + { + $this->exportObjects = true; + } + + public function exportsObjects(): bool + { + return $this->exportObjects; + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function applicationStarted(): void + { + $this->dispatcher->dispatch( + new Application\Started( + $this->telemetryInfo(), + new Runtime\Runtime, + ), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testRunnerStarted(): void + { + $this->dispatcher->dispatch( + new TestRunner\Started( + $this->telemetryInfo(), + ), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testRunnerConfigured(Configuration $configuration): void + { + $this->dispatcher->dispatch( + new TestRunner\Configured( + $this->telemetryInfo(), + $configuration, + ), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testRunnerBootstrapFinished(string $filename): void + { + $this->dispatcher->dispatch( + new TestRunner\BootstrapFinished( + $this->telemetryInfo(), + $filename, + ), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testRunnerLoadedExtensionFromPhar(string $filename, string $name, string $version): void + { + $this->dispatcher->dispatch( + new TestRunner\ExtensionLoadedFromPhar( + $this->telemetryInfo(), + $filename, + $name, + $version, + ), + ); + } + + /** + * @psalm-param class-string $className + * @psalm-param array $parameters + * + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testRunnerBootstrappedExtension(string $className, array $parameters): void + { + $this->dispatcher->dispatch( + new TestRunner\ExtensionBootstrapped( + $this->telemetryInfo(), + $className, + $parameters, + ), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function dataProviderMethodCalled(ClassMethod $testMethod, ClassMethod $dataProviderMethod): void + { + $this->dispatcher->dispatch( + new DataProviderMethodCalled( + $this->telemetryInfo(), + $testMethod, + $dataProviderMethod, + ), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function dataProviderMethodFinished(ClassMethod $testMethod, ClassMethod ...$calledMethods): void + { + $this->dispatcher->dispatch( + new DataProviderMethodFinished( + $this->telemetryInfo(), + $testMethod, + ...$calledMethods, + ), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testSuiteLoaded(TestSuite $testSuite): void + { + $this->dispatcher->dispatch( + new TestSuiteLoaded( + $this->telemetryInfo(), + $testSuite, + ), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testSuiteFiltered(TestSuite $testSuite): void + { + $this->dispatcher->dispatch( + new TestSuiteFiltered( + $this->telemetryInfo(), + $testSuite, + ), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testSuiteSorted(int $executionOrder, int $executionOrderDefects, bool $resolveDependencies): void + { + $this->dispatcher->dispatch( + new TestSuiteSorted( + $this->telemetryInfo(), + $executionOrder, + $executionOrderDefects, + $resolveDependencies, + ), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testRunnerEventFacadeSealed(): void + { + $this->dispatcher->dispatch( + new TestRunner\EventFacadeSealed( + $this->telemetryInfo(), + ), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testRunnerExecutionStarted(TestSuite $testSuite): void + { + $this->dispatcher->dispatch( + new TestRunner\ExecutionStarted( + $this->telemetryInfo(), + $testSuite, + ), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testRunnerDisabledGarbageCollection(): void + { + $this->dispatcher->dispatch( + new TestRunner\GarbageCollectionDisabled($this->telemetryInfo()), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testRunnerTriggeredGarbageCollection(): void + { + $this->dispatcher->dispatch( + new TestRunner\GarbageCollectionTriggered($this->telemetryInfo()), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testSuiteSkipped(TestSuite $testSuite, string $message): void + { + $this->dispatcher->dispatch( + new TestSuiteSkipped( + $this->telemetryInfo(), + $testSuite, + $message, + ), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testSuiteStarted(TestSuite $testSuite): void + { + $this->dispatcher->dispatch( + new TestSuiteStarted( + $this->telemetryInfo(), + $testSuite, + ), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testPreparationStarted(Code\Test $test): void + { + $this->dispatcher->dispatch( + new Test\PreparationStarted( + $this->telemetryInfo(), + $test, + ), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testPreparationFailed(Code\Test $test): void + { + $this->dispatcher->dispatch( + new Test\PreparationFailed( + $this->telemetryInfo(), + $test, + ), + ); + } + + /** + * @psalm-param class-string $testClassName + * + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testBeforeFirstTestMethodCalled(string $testClassName, Code\ClassMethod $calledMethod): void + { + $this->dispatcher->dispatch( + new Test\BeforeFirstTestMethodCalled( + $this->telemetryInfo(), + $testClassName, + $calledMethod, + ), + ); + } + + /** + * @psalm-param class-string $testClassName + * + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testBeforeFirstTestMethodErrored(string $testClassName, Code\ClassMethod $calledMethod, Throwable $throwable): void + { + $this->dispatcher->dispatch( + new Test\BeforeFirstTestMethodErrored( + $this->telemetryInfo(), + $testClassName, + $calledMethod, + $throwable, + ), + ); + } + + /** + * @psalm-param class-string $testClassName + * + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testBeforeFirstTestMethodFinished(string $testClassName, Code\ClassMethod ...$calledMethods): void + { + $this->dispatcher->dispatch( + new Test\BeforeFirstTestMethodFinished( + $this->telemetryInfo(), + $testClassName, + ...$calledMethods, + ), + ); + } + + /** + * @psalm-param class-string $testClassName + * + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testBeforeTestMethodCalled(string $testClassName, Code\ClassMethod $calledMethod): void + { + $this->dispatcher->dispatch( + new Test\BeforeTestMethodCalled( + $this->telemetryInfo(), + $testClassName, + $calledMethod, + ), + ); + } + + /** + * @psalm-param class-string $testClassName + * + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testBeforeTestMethodFinished(string $testClassName, Code\ClassMethod ...$calledMethods): void + { + $this->dispatcher->dispatch( + new Test\BeforeTestMethodFinished( + $this->telemetryInfo(), + $testClassName, + ...$calledMethods, + ), + ); + } + + /** + * @psalm-param class-string $testClassName + * + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testPreConditionCalled(string $testClassName, Code\ClassMethod $calledMethod): void + { + $this->dispatcher->dispatch( + new Test\PreConditionCalled( + $this->telemetryInfo(), + $testClassName, + $calledMethod, + ), + ); + } + + /** + * @psalm-param class-string $testClassName + * + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testPreConditionFinished(string $testClassName, Code\ClassMethod ...$calledMethods): void + { + $this->dispatcher->dispatch( + new Test\PreConditionFinished( + $this->telemetryInfo(), + $testClassName, + ...$calledMethods, + ), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testPrepared(Code\Test $test): void + { + $this->dispatcher->dispatch( + new Test\Prepared( + $this->telemetryInfo(), + $test, + ), + ); + } + + /** + * @psalm-param class-string $className + * + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testRegisteredComparator(string $className): void + { + $this->dispatcher->dispatch( + new Test\ComparatorRegistered( + $this->telemetryInfo(), + $className, + ), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testAssertionSucceeded(mixed $value, Constraint\Constraint $constraint, string $message): void + { + $this->dispatcher->dispatch( + new Test\AssertionSucceeded( + $this->telemetryInfo(), + Exporter::export($value, $this->exportObjects), + $constraint->toString($this->exportObjects), + $constraint->count(), + $message, + ), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testAssertionFailed(mixed $value, Constraint\Constraint $constraint, string $message): void + { + $this->dispatcher->dispatch( + new Test\AssertionFailed( + $this->telemetryInfo(), + Exporter::export($value, $this->exportObjects), + $constraint->toString($this->exportObjects), + $constraint->count(), + $message, + ), + ); + } + + /** + * @psalm-param class-string $className + * + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testCreatedMockObject(string $className): void + { + $this->dispatcher->dispatch( + new Test\MockObjectCreated( + $this->telemetryInfo(), + $className, + ), + ); + } + + /** + * @psalm-param list $interfaces + * + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testCreatedMockObjectForIntersectionOfInterfaces(array $interfaces): void + { + $this->dispatcher->dispatch( + new Test\MockObjectForIntersectionOfInterfacesCreated( + $this->telemetryInfo(), + $interfaces, + ), + ); + } + + /** + * @psalm-param trait-string $traitName + * + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testCreatedMockObjectForTrait(string $traitName): void + { + $this->dispatcher->dispatch( + new Test\MockObjectForTraitCreated( + $this->telemetryInfo(), + $traitName, + ), + ); + } + + /** + * @psalm-param class-string $className + * + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testCreatedMockObjectForAbstractClass(string $className): void + { + $this->dispatcher->dispatch( + new Test\MockObjectForAbstractClassCreated( + $this->telemetryInfo(), + $className, + ), + ); + } + + /** + * @psalm-param class-string $originalClassName + * @psalm-param class-string $mockClassName + * + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testCreatedMockObjectFromWsdl(string $wsdlFile, string $originalClassName, string $mockClassName, array $methods, bool $callOriginalConstructor, array $options): void + { + $this->dispatcher->dispatch( + new Test\MockObjectFromWsdlCreated( + $this->telemetryInfo(), + $wsdlFile, + $originalClassName, + $mockClassName, + $methods, + $callOriginalConstructor, + $options, + ), + ); + } + + /** + * @psalm-param class-string $className + * + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testCreatedPartialMockObject(string $className, string ...$methodNames): void + { + $this->dispatcher->dispatch( + new Test\PartialMockObjectCreated( + $this->telemetryInfo(), + $className, + ...$methodNames, + ), + ); + } + + /** + * @psalm-param class-string $className + * + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testCreatedTestProxy(string $className, array $constructorArguments): void + { + $this->dispatcher->dispatch( + new Test\TestProxyCreated( + $this->telemetryInfo(), + $className, + Exporter::export($constructorArguments, $this->exportObjects), + ), + ); + } + + /** + * @psalm-param class-string $className + * + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testCreatedStub(string $className): void + { + $this->dispatcher->dispatch( + new Test\TestStubCreated( + $this->telemetryInfo(), + $className, + ), + ); + } + + /** + * @psalm-param list $interfaces + * + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testCreatedStubForIntersectionOfInterfaces(array $interfaces): void + { + $this->dispatcher->dispatch( + new Test\TestStubForIntersectionOfInterfacesCreated( + $this->telemetryInfo(), + $interfaces, + ), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testErrored(Code\Test $test, Throwable $throwable): void + { + $this->dispatcher->dispatch( + new Test\Errored( + $this->telemetryInfo(), + $test, + $throwable, + ), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testFailed(Code\Test $test, Throwable $throwable, ?ComparisonFailure $comparisonFailure): void + { + $this->dispatcher->dispatch( + new Test\Failed( + $this->telemetryInfo(), + $test, + $throwable, + $comparisonFailure, + ), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testPassed(Code\Test $test): void + { + $this->dispatcher->dispatch( + new Test\Passed( + $this->telemetryInfo(), + $test, + ), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testConsideredRisky(Code\Test $test, string $message): void + { + $this->dispatcher->dispatch( + new Test\ConsideredRisky( + $this->telemetryInfo(), + $test, + $message, + ), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testMarkedAsIncomplete(Code\Test $test, Throwable $throwable): void + { + $this->dispatcher->dispatch( + new Test\MarkedIncomplete( + $this->telemetryInfo(), + $test, + $throwable, + ), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testSkipped(Code\Test $test, string $message): void + { + $this->dispatcher->dispatch( + new Test\Skipped( + $this->telemetryInfo(), + $test, + $message, + ), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testTriggeredPhpunitDeprecation(Code\Test $test, string $message): void + { + $this->dispatcher->dispatch( + new Test\PhpunitDeprecationTriggered( + $this->telemetryInfo(), + $test, + $message, + ), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testTriggeredPhpDeprecation(Code\Test $test, string $message, string $file, int $line, bool $suppressed, bool $ignoredByBaseline): void + { + $this->dispatcher->dispatch( + new Test\PhpDeprecationTriggered( + $this->telemetryInfo(), + $test, + $message, + $file, + $line, + $suppressed, + $ignoredByBaseline, + ), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testTriggeredDeprecation(Code\Test $test, string $message, string $file, int $line, bool $suppressed, bool $ignoredByBaseline): void + { + $this->dispatcher->dispatch( + new Test\DeprecationTriggered( + $this->telemetryInfo(), + $test, + $message, + $file, + $line, + $suppressed, + $ignoredByBaseline, + ), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testTriggeredError(Code\Test $test, string $message, string $file, int $line, bool $suppressed): void + { + $this->dispatcher->dispatch( + new Test\ErrorTriggered( + $this->telemetryInfo(), + $test, + $message, + $file, + $line, + $suppressed, + ), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testTriggeredNotice(Code\Test $test, string $message, string $file, int $line, bool $suppressed, bool $ignoredByBaseline): void + { + $this->dispatcher->dispatch( + new Test\NoticeTriggered( + $this->telemetryInfo(), + $test, + $message, + $file, + $line, + $suppressed, + $ignoredByBaseline, + ), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testTriggeredPhpNotice(Code\Test $test, string $message, string $file, int $line, bool $suppressed, bool $ignoredByBaseline): void + { + $this->dispatcher->dispatch( + new Test\PhpNoticeTriggered( + $this->telemetryInfo(), + $test, + $message, + $file, + $line, + $suppressed, + $ignoredByBaseline, + ), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testTriggeredWarning(Code\Test $test, string $message, string $file, int $line, bool $suppressed, bool $ignoredByBaseline): void + { + $this->dispatcher->dispatch( + new Test\WarningTriggered( + $this->telemetryInfo(), + $test, + $message, + $file, + $line, + $suppressed, + $ignoredByBaseline, + ), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testTriggeredPhpWarning(Code\Test $test, string $message, string $file, int $line, bool $suppressed, bool $ignoredByBaseline): void + { + $this->dispatcher->dispatch( + new Test\PhpWarningTriggered( + $this->telemetryInfo(), + $test, + $message, + $file, + $line, + $suppressed, + $ignoredByBaseline, + ), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testTriggeredPhpunitError(Code\Test $test, string $message): void + { + $this->dispatcher->dispatch( + new Test\PhpunitErrorTriggered( + $this->telemetryInfo(), + $test, + $message, + ), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testTriggeredPhpunitWarning(Code\Test $test, string $message): void + { + $this->dispatcher->dispatch( + new Test\PhpunitWarningTriggered( + $this->telemetryInfo(), + $test, + $message, + ), + ); + } + + /** + * @psalm-param non-empty-string $output + * + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testPrintedUnexpectedOutput(string $output): void + { + $this->dispatcher->dispatch( + new Test\PrintedUnexpectedOutput( + $this->telemetryInfo(), + $output, + ), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testFinished(Code\Test $test, int $numberOfAssertionsPerformed): void + { + $this->dispatcher->dispatch( + new Test\Finished( + $this->telemetryInfo(), + $test, + $numberOfAssertionsPerformed, + ), + ); + } + + /** + * @psalm-param class-string $testClassName + * + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testPostConditionCalled(string $testClassName, Code\ClassMethod $calledMethod): void + { + $this->dispatcher->dispatch( + new Test\PostConditionCalled( + $this->telemetryInfo(), + $testClassName, + $calledMethod, + ), + ); + } + + /** + * @psalm-param class-string $testClassName + * + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testPostConditionFinished(string $testClassName, Code\ClassMethod ...$calledMethods): void + { + $this->dispatcher->dispatch( + new Test\PostConditionFinished( + $this->telemetryInfo(), + $testClassName, + ...$calledMethods, + ), + ); + } + + /** + * @psalm-param class-string $testClassName + * + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testAfterTestMethodCalled(string $testClassName, Code\ClassMethod $calledMethod): void + { + $this->dispatcher->dispatch( + new Test\AfterTestMethodCalled( + $this->telemetryInfo(), + $testClassName, + $calledMethod, + ), + ); + } + + /** + * @psalm-param class-string $testClassName + * + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testAfterTestMethodFinished(string $testClassName, Code\ClassMethod ...$calledMethods): void + { + $this->dispatcher->dispatch( + new Test\AfterTestMethodFinished( + $this->telemetryInfo(), + $testClassName, + ...$calledMethods, + ), + ); + } + + /** + * @psalm-param class-string $testClassName + * + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testAfterLastTestMethodCalled(string $testClassName, Code\ClassMethod $calledMethod): void + { + $this->dispatcher->dispatch( + new Test\AfterLastTestMethodCalled( + $this->telemetryInfo(), + $testClassName, + $calledMethod, + ), + ); + } + + /** + * @psalm-param class-string $testClassName + * + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testAfterLastTestMethodFinished(string $testClassName, Code\ClassMethod ...$calledMethods): void + { + $this->dispatcher->dispatch( + new Test\AfterLastTestMethodFinished( + $this->telemetryInfo(), + $testClassName, + ...$calledMethods, + ), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testSuiteFinished(TestSuite $testSuite): void + { + $this->dispatcher->dispatch( + new TestSuiteFinished( + $this->telemetryInfo(), + $testSuite, + ), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testRunnerTriggeredDeprecation(string $message): void + { + $this->dispatcher->dispatch( + new TestRunner\DeprecationTriggered( + $this->telemetryInfo(), + $message, + ), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testRunnerTriggeredWarning(string $message): void + { + $this->dispatcher->dispatch( + new TestRunner\WarningTriggered( + $this->telemetryInfo(), + $message, + ), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testRunnerEnabledGarbageCollection(): void + { + $this->dispatcher->dispatch( + new TestRunner\GarbageCollectionEnabled($this->telemetryInfo()), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testRunnerExecutionAborted(): void + { + $this->dispatcher->dispatch( + new TestRunner\ExecutionAborted($this->telemetryInfo()), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testRunnerExecutionFinished(): void + { + $this->dispatcher->dispatch( + new TestRunner\ExecutionFinished($this->telemetryInfo()), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function testRunnerFinished(): void + { + $this->dispatcher->dispatch( + new TestRunner\Finished($this->telemetryInfo()), + ); + } + + /** + * @throws InvalidArgumentException + * @throws UnknownEventTypeException + */ + public function applicationFinished(int $shellExitCode): void + { + $this->dispatcher->dispatch( + new Application\Finished( + $this->telemetryInfo(), + $shellExitCode, + ), + ); + } + + /** + * @throws InvalidArgumentException + */ + private function telemetryInfo(): Telemetry\Info + { + $current = $this->system->snapshot(); + + $info = new Telemetry\Info( + $current, + $current->time()->duration($this->startSnapshot->time()), + $current->memoryUsage()->diff($this->startSnapshot->memoryUsage()), + $current->time()->duration($this->previousSnapshot->time()), + $current->memoryUsage()->diff($this->previousSnapshot->memoryUsage()), + ); + + $this->previousSnapshot = $current; + + return $info; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Emitter/Emitter.php b/Sources/vendor/phpunit/phpunit/src/Event/Emitter/Emitter.php new file mode 100644 index 00000000..e9fb74e9 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Emitter/Emitter.php @@ -0,0 +1,246 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event; + +use PHPUnit\Event\Code\ClassMethod; +use PHPUnit\Event\Code\ComparisonFailure; +use PHPUnit\Event\Code\Throwable; +use PHPUnit\Event\TestSuite\TestSuite; +use PHPUnit\Framework\Constraint; +use PHPUnit\TextUI\Configuration\Configuration; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +interface Emitter +{ + public function exportObjects(): void; + + public function exportsObjects(): bool; + + public function applicationStarted(): void; + + public function testRunnerStarted(): void; + + public function testRunnerConfigured(Configuration $configuration): void; + + public function testRunnerBootstrapFinished(string $filename): void; + + public function testRunnerLoadedExtensionFromPhar(string $filename, string $name, string $version): void; + + /** + * @psalm-param class-string $className + * @psalm-param array $parameters + */ + public function testRunnerBootstrappedExtension(string $className, array $parameters): void; + + public function dataProviderMethodCalled(ClassMethod $testMethod, ClassMethod $dataProviderMethod): void; + + public function dataProviderMethodFinished(ClassMethod $testMethod, ClassMethod ...$calledMethods): void; + + public function testSuiteLoaded(TestSuite $testSuite): void; + + public function testSuiteFiltered(TestSuite $testSuite): void; + + public function testSuiteSorted(int $executionOrder, int $executionOrderDefects, bool $resolveDependencies): void; + + public function testRunnerEventFacadeSealed(): void; + + public function testRunnerExecutionStarted(TestSuite $testSuite): void; + + public function testRunnerDisabledGarbageCollection(): void; + + public function testRunnerTriggeredGarbageCollection(): void; + + public function testSuiteSkipped(TestSuite $testSuite, string $message): void; + + public function testSuiteStarted(TestSuite $testSuite): void; + + public function testPreparationStarted(Code\Test $test): void; + + public function testPreparationFailed(Code\Test $test): void; + + /** + * @psalm-param class-string $testClassName + */ + public function testBeforeFirstTestMethodCalled(string $testClassName, Code\ClassMethod $calledMethod): void; + + /** + * @psalm-param class-string $testClassName + */ + public function testBeforeFirstTestMethodErrored(string $testClassName, Code\ClassMethod $calledMethod, Throwable $throwable): void; + + /** + * @psalm-param class-string $testClassName + */ + public function testBeforeFirstTestMethodFinished(string $testClassName, Code\ClassMethod ...$calledMethods): void; + + /** + * @psalm-param class-string $testClassName + */ + public function testBeforeTestMethodCalled(string $testClassName, Code\ClassMethod $calledMethod): void; + + /** + * @psalm-param class-string $testClassName + */ + public function testBeforeTestMethodFinished(string $testClassName, Code\ClassMethod ...$calledMethods): void; + + /** + * @psalm-param class-string $testClassName + */ + public function testPreConditionCalled(string $testClassName, Code\ClassMethod $calledMethod): void; + + /** + * @psalm-param class-string $testClassName + */ + public function testPreConditionFinished(string $testClassName, Code\ClassMethod ...$calledMethods): void; + + public function testPrepared(Code\Test $test): void; + + /** + * @psalm-param class-string $className + */ + public function testRegisteredComparator(string $className): void; + + public function testAssertionSucceeded(mixed $value, Constraint\Constraint $constraint, string $message): void; + + public function testAssertionFailed(mixed $value, Constraint\Constraint $constraint, string $message): void; + + /** + * @psalm-param class-string $className + */ + public function testCreatedMockObject(string $className): void; + + /** + * @psalm-param list $interfaces + */ + public function testCreatedMockObjectForIntersectionOfInterfaces(array $interfaces): void; + + /** + * @psalm-param trait-string $traitName + */ + public function testCreatedMockObjectForTrait(string $traitName): void; + + /** + * @psalm-param class-string $className + */ + public function testCreatedMockObjectForAbstractClass(string $className): void; + + /** + * @psalm-param class-string $originalClassName + * @psalm-param class-string $mockClassName + */ + public function testCreatedMockObjectFromWsdl(string $wsdlFile, string $originalClassName, string $mockClassName, array $methods, bool $callOriginalConstructor, array $options): void; + + /** + * @psalm-param class-string $className + */ + public function testCreatedPartialMockObject(string $className, string ...$methodNames): void; + + /** + * @psalm-param class-string $className + */ + public function testCreatedTestProxy(string $className, array $constructorArguments): void; + + /** + * @psalm-param class-string $className + */ + public function testCreatedStub(string $className): void; + + /** + * @psalm-param list $interfaces + */ + public function testCreatedStubForIntersectionOfInterfaces(array $interfaces): void; + + public function testErrored(Code\Test $test, Throwable $throwable): void; + + public function testFailed(Code\Test $test, Throwable $throwable, ?ComparisonFailure $comparisonFailure): void; + + public function testPassed(Code\Test $test): void; + + public function testConsideredRisky(Code\Test $test, string $message): void; + + public function testMarkedAsIncomplete(Code\Test $test, Throwable $throwable): void; + + public function testSkipped(Code\Test $test, string $message): void; + + public function testTriggeredPhpunitDeprecation(Code\Test $test, string $message): void; + + public function testTriggeredPhpDeprecation(Code\Test $test, string $message, string $file, int $line, bool $suppressed, bool $ignoredByBaseline): void; + + public function testTriggeredDeprecation(Code\Test $test, string $message, string $file, int $line, bool $suppressed, bool $ignoredByBaseline): void; + + public function testTriggeredError(Code\Test $test, string $message, string $file, int $line, bool $suppressed): void; + + public function testTriggeredNotice(Code\Test $test, string $message, string $file, int $line, bool $suppressed, bool $ignoredByBaseline): void; + + public function testTriggeredPhpNotice(Code\Test $test, string $message, string $file, int $line, bool $suppressed, bool $ignoredByBaseline): void; + + public function testTriggeredWarning(Code\Test $test, string $message, string $file, int $line, bool $suppressed, bool $ignoredByBaseline): void; + + public function testTriggeredPhpWarning(Code\Test $test, string $message, string $file, int $line, bool $suppressed, bool $ignoredByBaseline): void; + + public function testTriggeredPhpunitError(Code\Test $test, string $message): void; + + public function testTriggeredPhpunitWarning(Code\Test $test, string $message): void; + + /** + * @psalm-param non-empty-string $output + */ + public function testPrintedUnexpectedOutput(string $output): void; + + public function testFinished(Code\Test $test, int $numberOfAssertionsPerformed): void; + + /** + * @psalm-param class-string $testClassName + */ + public function testPostConditionCalled(string $testClassName, Code\ClassMethod $calledMethod): void; + + /** + * @psalm-param class-string $testClassName + */ + public function testPostConditionFinished(string $testClassName, Code\ClassMethod ...$calledMethods): void; + + /** + * @psalm-param class-string $testClassName + */ + public function testAfterTestMethodCalled(string $testClassName, Code\ClassMethod $calledMethod): void; + + /** + * @psalm-param class-string $testClassName + */ + public function testAfterTestMethodFinished(string $testClassName, Code\ClassMethod ...$calledMethods): void; + + /** + * @psalm-param class-string $testClassName + */ + public function testAfterLastTestMethodCalled(string $testClassName, Code\ClassMethod $calledMethod): void; + + /** + * @psalm-param class-string $testClassName + */ + public function testAfterLastTestMethodFinished(string $testClassName, Code\ClassMethod ...$calledMethods): void; + + public function testSuiteFinished(TestSuite $testSuite): void; + + public function testRunnerTriggeredDeprecation(string $message): void; + + public function testRunnerTriggeredWarning(string $message): void; + + public function testRunnerEnabledGarbageCollection(): void; + + public function testRunnerExecutionAborted(): void; + + public function testRunnerExecutionFinished(): void; + + public function testRunnerFinished(): void; + + public function applicationFinished(int $shellExitCode): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Application/Finished.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Application/Finished.php new file mode 100644 index 00000000..e196c4f6 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Application/Finished.php @@ -0,0 +1,49 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Application; + +use function sprintf; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class Finished implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + private readonly int $shellExitCode; + + public function __construct(Telemetry\Info $telemetryInfo, int $shellExitCode) + { + $this->telemetryInfo = $telemetryInfo; + $this->shellExitCode = $shellExitCode; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function shellExitCode(): int + { + return $this->shellExitCode; + } + + public function asString(): string + { + return sprintf( + 'PHPUnit Finished (Shell Exit Code: %d)', + $this->shellExitCode, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Application/FinishedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Application/FinishedSubscriber.php new file mode 100644 index 00000000..1e759776 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Application/FinishedSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Application; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface FinishedSubscriber extends Subscriber +{ + public function notify(Finished $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Application/Started.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Application/Started.php new file mode 100644 index 00000000..da570a02 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Application/Started.php @@ -0,0 +1,50 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Application; + +use function sprintf; +use PHPUnit\Event\Event; +use PHPUnit\Event\Runtime\Runtime; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class Started implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + private readonly Runtime $runtime; + + public function __construct(Telemetry\Info $telemetryInfo, Runtime $runtime) + { + $this->telemetryInfo = $telemetryInfo; + $this->runtime = $runtime; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function runtime(): Runtime + { + return $this->runtime; + } + + public function asString(): string + { + return sprintf( + 'PHPUnit Started (%s)', + $this->runtime->asString(), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Application/StartedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Application/StartedSubscriber.php new file mode 100644 index 00000000..f2ebee2f --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Application/StartedSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Application; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface StartedSubscriber extends Subscriber +{ + public function notify(Started $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Event.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Event.php new file mode 100644 index 00000000..8aa014b0 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Event.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface Event +{ + public function telemetryInfo(): Telemetry\Info; + + public function asString(): string; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/EventCollection.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/EventCollection.php new file mode 100644 index 00000000..ecefb376 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/EventCollection.php @@ -0,0 +1,62 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event; + +use function count; +use Countable; +use IteratorAggregate; + +/** + * @template-implements IteratorAggregate + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class EventCollection implements Countable, IteratorAggregate +{ + /** + * @psalm-var list + */ + private array $events = []; + + public function add(Event ...$events): void + { + foreach ($events as $event) { + $this->events[] = $event; + } + } + + /** + * @psalm-return list + */ + public function asArray(): array + { + return $this->events; + } + + public function count(): int + { + return count($this->events); + } + + public function isEmpty(): bool + { + return $this->count() === 0; + } + + public function isNotEmpty(): bool + { + return $this->count() > 0; + } + + public function getIterator(): EventCollectionIterator + { + return new EventCollectionIterator($this); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/EventCollectionIterator.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/EventCollectionIterator.php new file mode 100644 index 00000000..7a09fa40 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/EventCollectionIterator.php @@ -0,0 +1,57 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event; + +use function count; +use Iterator; + +/** + * @template-implements Iterator + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class EventCollectionIterator implements Iterator +{ + /** + * @psalm-var list + */ + private readonly array $events; + private int $position = 0; + + public function __construct(EventCollection $events) + { + $this->events = $events->asArray(); + } + + public function rewind(): void + { + $this->position = 0; + } + + public function valid(): bool + { + return $this->position < count($this->events); + } + + public function key(): int + { + return $this->position; + } + + public function current(): Event + { + return $this->events[$this->position]; + } + + public function next(): void + { + $this->position++; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Assertion/AssertionFailed.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Assertion/AssertionFailed.php new file mode 100644 index 00000000..cab77823 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Assertion/AssertionFailed.php @@ -0,0 +1,74 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use function sprintf; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class AssertionFailed implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + private readonly string $value; + private readonly string $constraint; + private readonly int $count; + private readonly string $message; + + public function __construct(Telemetry\Info $telemetryInfo, string $value, string $constraint, int $count, string $message) + { + $this->telemetryInfo = $telemetryInfo; + $this->value = $value; + $this->constraint = $constraint; + $this->count = $count; + $this->message = $message; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function value(): string + { + return $this->value; + } + + public function count(): int + { + return $this->count; + } + + public function message(): string + { + return $this->message; + } + + public function asString(): string + { + $message = ''; + + if (!empty($this->message)) { + $message = sprintf( + ', Message: %s', + $this->message, + ); + } + + return sprintf( + 'Assertion Failed (Constraint: %s, Value: %s%s)', + $this->constraint, + $this->value, + $message, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Assertion/AssertionFailedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Assertion/AssertionFailedSubscriber.php new file mode 100644 index 00000000..a14cd5f5 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Assertion/AssertionFailedSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface AssertionFailedSubscriber extends Subscriber +{ + public function notify(AssertionFailed $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Assertion/AssertionSucceeded.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Assertion/AssertionSucceeded.php new file mode 100644 index 00000000..405753e8 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Assertion/AssertionSucceeded.php @@ -0,0 +1,74 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use function sprintf; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class AssertionSucceeded implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + private readonly string $value; + private readonly string $constraint; + private readonly int $count; + private readonly string $message; + + public function __construct(Telemetry\Info $telemetryInfo, string $value, string $constraint, int $count, string $message) + { + $this->telemetryInfo = $telemetryInfo; + $this->value = $value; + $this->constraint = $constraint; + $this->count = $count; + $this->message = $message; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function value(): string + { + return $this->value; + } + + public function count(): int + { + return $this->count; + } + + public function message(): string + { + return $this->message; + } + + public function asString(): string + { + $message = ''; + + if (!empty($this->message)) { + $message = sprintf( + ', Message: %s', + $this->message, + ); + } + + return sprintf( + 'Assertion Succeeded (Constraint: %s, Value: %s%s)', + $this->constraint, + $this->value, + $message, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Assertion/AssertionSucceededSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Assertion/AssertionSucceededSubscriber.php new file mode 100644 index 00000000..535860a3 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Assertion/AssertionSucceededSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface AssertionSucceededSubscriber extends Subscriber +{ + public function notify(AssertionSucceeded $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/ComparatorRegistered.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/ComparatorRegistered.php new file mode 100644 index 00000000..9e83d3d2 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/ComparatorRegistered.php @@ -0,0 +1,59 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use function sprintf; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class ComparatorRegistered implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + + /** + * @psalm-var class-string + */ + private readonly string $className; + + /** + * @psalm-param class-string $className + */ + public function __construct(Telemetry\Info $telemetryInfo, string $className) + { + $this->telemetryInfo = $telemetryInfo; + $this->className = $className; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + /** + * @psalm-return class-string + */ + public function className(): string + { + return $this->className; + } + + public function asString(): string + { + return sprintf( + 'Comparator Registered (%s)', + $this->className, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/ComparatorRegisteredSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/ComparatorRegisteredSubscriber.php new file mode 100644 index 00000000..10ba78e4 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/ComparatorRegisteredSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface ComparatorRegisteredSubscriber extends Subscriber +{ + public function notify(ComparatorRegistered $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterLastTestMethodCalled.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterLastTestMethodCalled.php new file mode 100644 index 00000000..fec2a79e --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterLastTestMethodCalled.php @@ -0,0 +1,68 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use function sprintf; +use PHPUnit\Event\Code; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class AfterLastTestMethodCalled implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + + /** + * @psalm-var class-string + */ + private readonly string $testClassName; + private readonly Code\ClassMethod $calledMethod; + + /** + * @psalm-param class-string $testClassName + */ + public function __construct(Telemetry\Info $telemetryInfo, string $testClassName, Code\ClassMethod $calledMethod) + { + $this->telemetryInfo = $telemetryInfo; + $this->testClassName = $testClassName; + $this->calledMethod = $calledMethod; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + /** + * @psalm-return class-string + */ + public function testClassName(): string + { + return $this->testClassName; + } + + public function calledMethod(): Code\ClassMethod + { + return $this->calledMethod; + } + + public function asString(): string + { + return sprintf( + 'After Last Test Method Called (%s::%s)', + $this->calledMethod->className(), + $this->calledMethod->methodName(), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/ResultPrinter.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterLastTestMethodCalledSubscriber.php old mode 100755 new mode 100644 similarity index 59% rename from Sources/vendor/phpunit/phpunit/src/TextUI/ResultPrinter.php rename to Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterLastTestMethodCalledSubscriber.php index ec89f600..08530ab7 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/ResultPrinter.php +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterLastTestMethodCalledSubscriber.php @@ -7,17 +7,14 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\TextUI; +namespace PHPUnit\Event\Test; -use PHPUnit\Framework\TestListener; -use PHPUnit\Framework\TestResult; +use PHPUnit\Event\Subscriber; /** * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit */ -interface ResultPrinter extends TestListener +interface AfterLastTestMethodCalledSubscriber extends Subscriber { - public function printResult(TestResult $result): void; - - public function write(string $buffer): void; + public function notify(AfterLastTestMethodCalled $event): void; } diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterLastTestMethodFinished.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterLastTestMethodFinished.php new file mode 100644 index 00000000..40a6c9fc --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterLastTestMethodFinished.php @@ -0,0 +1,82 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use const PHP_EOL; +use function sprintf; +use PHPUnit\Event\Code; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class AfterLastTestMethodFinished implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + + /** + * @psalm-var class-string + */ + private readonly string $testClassName; + + /** + * @psalm-var list + */ + private readonly array $calledMethods; + + /** + * @psalm-param class-string $testClassName + */ + public function __construct(Telemetry\Info $telemetryInfo, string $testClassName, Code\ClassMethod ...$calledMethods) + { + $this->telemetryInfo = $telemetryInfo; + $this->testClassName = $testClassName; + $this->calledMethods = $calledMethods; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + /** + * @psalm-return class-string + */ + public function testClassName(): string + { + return $this->testClassName; + } + + /** + * @psalm-return list + */ + public function calledMethods(): array + { + return $this->calledMethods; + } + + public function asString(): string + { + $buffer = 'After Last Test Method Finished:'; + + foreach ($this->calledMethods as $calledMethod) { + $buffer .= sprintf( + PHP_EOL . '- %s::%s', + $calledMethod->className(), + $calledMethod->methodName(), + ); + } + + return $buffer; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterLastTestMethodFinishedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterLastTestMethodFinishedSubscriber.php new file mode 100644 index 00000000..0a366b0d --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterLastTestMethodFinishedSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface AfterLastTestMethodFinishedSubscriber extends Subscriber +{ + public function notify(AfterLastTestMethodFinished $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterTestMethodCalled.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterTestMethodCalled.php new file mode 100644 index 00000000..52afc14c --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterTestMethodCalled.php @@ -0,0 +1,68 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use function sprintf; +use PHPUnit\Event\Code; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class AfterTestMethodCalled implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + + /** + * @psalm-var class-string + */ + private readonly string $testClassName; + private readonly Code\ClassMethod $calledMethod; + + /** + * @psalm-param class-string $testClassName + */ + public function __construct(Telemetry\Info $telemetryInfo, string $testClassName, Code\ClassMethod $calledMethod) + { + $this->telemetryInfo = $telemetryInfo; + $this->testClassName = $testClassName; + $this->calledMethod = $calledMethod; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + /** + * @psalm-return class-string + */ + public function testClassName(): string + { + return $this->testClassName; + } + + public function calledMethod(): Code\ClassMethod + { + return $this->calledMethod; + } + + public function asString(): string + { + return sprintf( + 'After Test Method Called (%s::%s)', + $this->calledMethod->className(), + $this->calledMethod->methodName(), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterTestMethodCalledSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterTestMethodCalledSubscriber.php new file mode 100644 index 00000000..3e72fc91 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterTestMethodCalledSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface AfterTestMethodCalledSubscriber extends Subscriber +{ + public function notify(AfterTestMethodCalled $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterTestMethodFinished.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterTestMethodFinished.php new file mode 100644 index 00000000..e934eea8 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterTestMethodFinished.php @@ -0,0 +1,82 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use const PHP_EOL; +use function sprintf; +use PHPUnit\Event\Code; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class AfterTestMethodFinished implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + + /** + * @psalm-var class-string + */ + private readonly string $testClassName; + + /** + * @psalm-var list + */ + private readonly array $calledMethods; + + /** + * @psalm-param class-string $testClassName + */ + public function __construct(Telemetry\Info $telemetryInfo, string $testClassName, Code\ClassMethod ...$calledMethods) + { + $this->telemetryInfo = $telemetryInfo; + $this->testClassName = $testClassName; + $this->calledMethods = $calledMethods; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + /** + * @psalm-return class-string + */ + public function testClassName(): string + { + return $this->testClassName; + } + + /** + * @psalm-return list + */ + public function calledMethods(): array + { + return $this->calledMethods; + } + + public function asString(): string + { + $buffer = 'After Test Method Finished:'; + + foreach ($this->calledMethods as $calledMethod) { + $buffer .= sprintf( + PHP_EOL . '- %s::%s', + $calledMethod->className(), + $calledMethod->methodName(), + ); + } + + return $buffer; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterTestMethodFinishedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterTestMethodFinishedSubscriber.php new file mode 100644 index 00000000..5e566889 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/AfterTestMethodFinishedSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface AfterTestMethodFinishedSubscriber extends Subscriber +{ + public function notify(AfterTestMethodFinished $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodCalled.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodCalled.php new file mode 100644 index 00000000..da28f2bf --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodCalled.php @@ -0,0 +1,68 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use function sprintf; +use PHPUnit\Event\Code; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class BeforeFirstTestMethodCalled implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + + /** + * @psalm-var class-string + */ + private readonly string $testClassName; + private readonly Code\ClassMethod $calledMethod; + + /** + * @psalm-param class-string $testClassName + */ + public function __construct(Telemetry\Info $telemetryInfo, string $testClassName, Code\ClassMethod $calledMethod) + { + $this->telemetryInfo = $telemetryInfo; + $this->testClassName = $testClassName; + $this->calledMethod = $calledMethod; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + /** + * @psalm-return class-string + */ + public function testClassName(): string + { + return $this->testClassName; + } + + public function calledMethod(): Code\ClassMethod + { + return $this->calledMethod; + } + + public function asString(): string + { + return sprintf( + 'Before First Test Method Called (%s::%s)', + $this->calledMethod->className(), + $this->calledMethod->methodName(), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodCalledSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodCalledSubscriber.php new file mode 100644 index 00000000..a0d4281f --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodCalledSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface BeforeFirstTestMethodCalledSubscriber extends Subscriber +{ + public function notify(BeforeFirstTestMethodCalled $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodErrored.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodErrored.php new file mode 100644 index 00000000..81833227 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodErrored.php @@ -0,0 +1,83 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use function sprintf; +use PHPUnit\Event\Code; +use PHPUnit\Event\Code\Throwable; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class BeforeFirstTestMethodErrored implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + + /** + * @psalm-var class-string + */ + private readonly string $testClassName; + private readonly Code\ClassMethod $calledMethod; + private readonly Throwable $throwable; + + /** + * @psalm-param class-string $testClassName + */ + public function __construct(Telemetry\Info $telemetryInfo, string $testClassName, Code\ClassMethod $calledMethod, Throwable $throwable) + { + $this->telemetryInfo = $telemetryInfo; + $this->testClassName = $testClassName; + $this->calledMethod = $calledMethod; + $this->throwable = $throwable; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + /** + * @psalm-return class-string + */ + public function testClassName(): string + { + return $this->testClassName; + } + + public function calledMethod(): Code\ClassMethod + { + return $this->calledMethod; + } + + public function throwable(): Throwable + { + return $this->throwable; + } + + public function asString(): string + { + $message = $this->throwable->message(); + + if (!empty($message)) { + $message = PHP_EOL . $message; + } + + return sprintf( + 'Before First Test Method Errored (%s::%s)%s', + $this->calledMethod->className(), + $this->calledMethod->methodName(), + $message, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodErroredSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodErroredSubscriber.php new file mode 100644 index 00000000..9a1b8754 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodErroredSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface BeforeFirstTestMethodErroredSubscriber extends Subscriber +{ + public function notify(BeforeFirstTestMethodErrored $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodFinished.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodFinished.php new file mode 100644 index 00000000..fba563d7 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodFinished.php @@ -0,0 +1,82 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use const PHP_EOL; +use function sprintf; +use PHPUnit\Event\Code; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class BeforeFirstTestMethodFinished implements Event +{ + private readonly Telemetry\Info$telemetryInfo; + + /** + * @psalm-var class-string + */ + private readonly string $testClassName; + + /** + * @psalm-var list + */ + private readonly array $calledMethods; + + /** + * @psalm-param class-string $testClassName + */ + public function __construct(Telemetry\Info $telemetryInfo, string $testClassName, Code\ClassMethod ...$calledMethods) + { + $this->telemetryInfo = $telemetryInfo; + $this->testClassName = $testClassName; + $this->calledMethods = $calledMethods; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + /** + * @psalm-return class-string + */ + public function testClassName(): string + { + return $this->testClassName; + } + + /** + * @psalm-return list + */ + public function calledMethods(): array + { + return $this->calledMethods; + } + + public function asString(): string + { + $buffer = 'Before First Test Method Finished:'; + + foreach ($this->calledMethods as $calledMethod) { + $buffer .= sprintf( + PHP_EOL . '- %s::%s', + $calledMethod->className(), + $calledMethod->methodName(), + ); + } + + return $buffer; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodFinishedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodFinishedSubscriber.php new file mode 100644 index 00000000..c9f18064 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeFirstTestMethodFinishedSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface BeforeFirstTestMethodFinishedSubscriber extends Subscriber +{ + public function notify(BeforeFirstTestMethodFinished $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeTestMethodCalled.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeTestMethodCalled.php new file mode 100644 index 00000000..3b300fa3 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeTestMethodCalled.php @@ -0,0 +1,68 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use function sprintf; +use PHPUnit\Event\Code; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class BeforeTestMethodCalled implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + + /** + * @psalm-var class-string + */ + private readonly string $testClassName; + private readonly Code\ClassMethod $calledMethod; + + /** + * @psalm-param class-string $testClassName + */ + public function __construct(Telemetry\Info $telemetryInfo, string $testClassName, Code\ClassMethod $calledMethod) + { + $this->telemetryInfo = $telemetryInfo; + $this->testClassName = $testClassName; + $this->calledMethod = $calledMethod; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + /** + * @psalm-return class-string + */ + public function testClassName(): string + { + return $this->testClassName; + } + + public function calledMethod(): Code\ClassMethod + { + return $this->calledMethod; + } + + public function asString(): string + { + return sprintf( + 'Before Test Method Called (%s::%s)', + $this->calledMethod->className(), + $this->calledMethod->methodName(), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeTestMethodCalledSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeTestMethodCalledSubscriber.php new file mode 100644 index 00000000..5f4e180e --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeTestMethodCalledSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface BeforeTestMethodCalledSubscriber extends Subscriber +{ + public function notify(BeforeTestMethodCalled $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeTestMethodFinished.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeTestMethodFinished.php new file mode 100644 index 00000000..f84b51bb --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeTestMethodFinished.php @@ -0,0 +1,82 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use const PHP_EOL; +use function sprintf; +use PHPUnit\Event\Code; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class BeforeTestMethodFinished implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + + /** + * @psalm-var class-string + */ + private readonly string $testClassName; + + /** + * @psalm-var list + */ + private readonly array $calledMethods; + + /** + * @psalm-param class-string $testClassName + */ + public function __construct(Telemetry\Info $telemetryInfo, string $testClassName, Code\ClassMethod ...$calledMethods) + { + $this->telemetryInfo = $telemetryInfo; + $this->testClassName = $testClassName; + $this->calledMethods = $calledMethods; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + /** + * @psalm-return class-string + */ + public function testClassName(): string + { + return $this->testClassName; + } + + /** + * @psalm-return list + */ + public function calledMethods(): array + { + return $this->calledMethods; + } + + public function asString(): string + { + $buffer = 'Before Test Method Finished:'; + + foreach ($this->calledMethods as $calledMethod) { + $buffer .= sprintf( + PHP_EOL . '- %s::%s', + $calledMethod->className(), + $calledMethod->methodName(), + ); + } + + return $buffer; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeTestMethodFinishedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeTestMethodFinishedSubscriber.php new file mode 100644 index 00000000..2a6c758c --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/BeforeTestMethodFinishedSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface BeforeTestMethodFinishedSubscriber extends Subscriber +{ + public function notify(BeforeTestMethodFinished $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PostConditionCalled.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PostConditionCalled.php new file mode 100644 index 00000000..e7b6c435 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PostConditionCalled.php @@ -0,0 +1,68 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use function sprintf; +use PHPUnit\Event\Code; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class PostConditionCalled implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + + /** + * @psalm-var class-string + */ + private readonly string $testClassName; + private readonly Code\ClassMethod $calledMethod; + + /** + * @psalm-param class-string $testClassName + */ + public function __construct(Telemetry\Info $telemetryInfo, string $testClassName, Code\ClassMethod $calledMethod) + { + $this->telemetryInfo = $telemetryInfo; + $this->testClassName = $testClassName; + $this->calledMethod = $calledMethod; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + /** + * @psalm-return class-string + */ + public function testClassName(): string + { + return $this->testClassName; + } + + public function calledMethod(): Code\ClassMethod + { + return $this->calledMethod; + } + + public function asString(): string + { + return sprintf( + 'Post Condition Method Called (%s::%s)', + $this->calledMethod->className(), + $this->calledMethod->methodName(), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PostConditionCalledSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PostConditionCalledSubscriber.php new file mode 100644 index 00000000..2c135f50 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PostConditionCalledSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface PostConditionCalledSubscriber extends Subscriber +{ + public function notify(PostConditionCalled $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PostConditionFinished.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PostConditionFinished.php new file mode 100644 index 00000000..fff07ce7 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PostConditionFinished.php @@ -0,0 +1,82 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use const PHP_EOL; +use function sprintf; +use PHPUnit\Event\Code; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class PostConditionFinished implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + + /** + * @psalm-var class-string + */ + private readonly string $testClassName; + + /** + * @psalm-var list + */ + private readonly array $calledMethods; + + /** + * @psalm-param class-string $testClassName + */ + public function __construct(Telemetry\Info $telemetryInfo, string $testClassName, Code\ClassMethod ...$calledMethods) + { + $this->telemetryInfo = $telemetryInfo; + $this->testClassName = $testClassName; + $this->calledMethods = $calledMethods; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + /** + * @psalm-return class-string + */ + public function testClassName(): string + { + return $this->testClassName; + } + + /** + * @psalm-return list + */ + public function calledMethods(): array + { + return $this->calledMethods; + } + + public function asString(): string + { + $buffer = 'Post Condition Method Finished:'; + + foreach ($this->calledMethods as $calledMethod) { + $buffer .= sprintf( + PHP_EOL . '- %s::%s', + $calledMethod->className(), + $calledMethod->methodName(), + ); + } + + return $buffer; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PostConditionFinishedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PostConditionFinishedSubscriber.php new file mode 100644 index 00000000..f24d9480 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PostConditionFinishedSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface PostConditionFinishedSubscriber extends Subscriber +{ + public function notify(PostConditionFinished $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PreConditionCalled.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PreConditionCalled.php new file mode 100644 index 00000000..93752546 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PreConditionCalled.php @@ -0,0 +1,68 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use function sprintf; +use PHPUnit\Event\Code; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class PreConditionCalled implements Event +{ + private readonly Telemetry\Info$telemetryInfo; + + /** + * @psalm-var class-string + */ + private readonly string $testClassName; + private readonly Code\ClassMethod $calledMethod; + + /** + * @psalm-param class-string $testClassName + */ + public function __construct(Telemetry\Info $telemetryInfo, string $testClassName, Code\ClassMethod $calledMethod) + { + $this->telemetryInfo = $telemetryInfo; + $this->testClassName = $testClassName; + $this->calledMethod = $calledMethod; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + /** + * @psalm-return class-string + */ + public function testClassName(): string + { + return $this->testClassName; + } + + public function calledMethod(): Code\ClassMethod + { + return $this->calledMethod; + } + + public function asString(): string + { + return sprintf( + 'Pre Condition Method Called (%s::%s)', + $this->calledMethod->className(), + $this->calledMethod->methodName(), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PreConditionCalledSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PreConditionCalledSubscriber.php new file mode 100644 index 00000000..431dfcc4 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PreConditionCalledSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface PreConditionCalledSubscriber extends Subscriber +{ + public function notify(PreConditionCalled $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PreConditionFinished.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PreConditionFinished.php new file mode 100644 index 00000000..05340796 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PreConditionFinished.php @@ -0,0 +1,82 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use const PHP_EOL; +use function sprintf; +use PHPUnit\Event\Code; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class PreConditionFinished implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + + /** + * @psalm-var class-string + */ + private readonly string $testClassName; + + /** + * @psalm-var list + */ + private readonly array $calledMethods; + + /** + * @psalm-param class-string $testClassName + */ + public function __construct(Telemetry\Info $telemetryInfo, string $testClassName, Code\ClassMethod ...$calledMethods) + { + $this->telemetryInfo = $telemetryInfo; + $this->testClassName = $testClassName; + $this->calledMethods = $calledMethods; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + /** + * @psalm-return class-string + */ + public function testClassName(): string + { + return $this->testClassName; + } + + /** + * @psalm-return list + */ + public function calledMethods(): array + { + return $this->calledMethods; + } + + public function asString(): string + { + $buffer = 'Pre Condition Method Finished:'; + + foreach ($this->calledMethods as $calledMethod) { + $buffer .= sprintf( + PHP_EOL . '- %s::%s', + $calledMethod->className(), + $calledMethod->methodName(), + ); + } + + return $buffer; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PreConditionFinishedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PreConditionFinishedSubscriber.php new file mode 100644 index 00000000..9c499407 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/HookMethod/PreConditionFinishedSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface PreConditionFinishedSubscriber extends Subscriber +{ + public function notify(PreConditionFinished $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/ConsideredRisky.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/ConsideredRisky.php new file mode 100644 index 00000000..5b90d1bf --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/ConsideredRisky.php @@ -0,0 +1,70 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use const PHP_EOL; +use function sprintf; +use PHPUnit\Event\Code; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class ConsideredRisky implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + private readonly Code\Test $test; + + /** + * @psalm-var non-empty-string + */ + private readonly string $message; + + /** + * @psalm-param non-empty-string $message + */ + public function __construct(Telemetry\Info $telemetryInfo, Code\Test $test, string $message) + { + $this->telemetryInfo = $telemetryInfo; + $this->test = $test; + $this->message = $message; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function test(): Code\Test + { + return $this->test; + } + + /** + * @psalm-return non-empty-string + */ + public function message(): string + { + return $this->message; + } + + public function asString(): string + { + return sprintf( + 'Test Considered Risky (%s)%s%s', + $this->test->id(), + PHP_EOL, + $this->message, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/ConsideredRiskySubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/ConsideredRiskySubscriber.php new file mode 100644 index 00000000..a0c714a9 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/ConsideredRiskySubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface ConsideredRiskySubscriber extends Subscriber +{ + public function notify(ConsideredRisky $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/DeprecationTriggered.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/DeprecationTriggered.php new file mode 100644 index 00000000..7eeb2340 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/DeprecationTriggered.php @@ -0,0 +1,128 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use const PHP_EOL; +use function sprintf; +use PHPUnit\Event\Code\Test; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class DeprecationTriggered implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + private readonly Test $test; + + /** + * @psalm-var non-empty-string + */ + private readonly string $message; + + /** + * @psalm-var non-empty-string + */ + private readonly string $file; + + /** + * @psalm-var positive-int + */ + private readonly int $line; + private readonly bool $suppressed; + private readonly bool $ignoredByBaseline; + + /** + * @psalm-param non-empty-string $message + * @psalm-param non-empty-string $file + * @psalm-param positive-int $line + */ + public function __construct(Telemetry\Info $telemetryInfo, Test $test, string $message, string $file, int $line, bool $suppressed, bool $ignoredByBaseline) + { + $this->telemetryInfo = $telemetryInfo; + $this->test = $test; + $this->message = $message; + $this->file = $file; + $this->line = $line; + $this->suppressed = $suppressed; + $this->ignoredByBaseline = $ignoredByBaseline; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function test(): Test + { + return $this->test; + } + + /** + * @psalm-return non-empty-string + */ + public function message(): string + { + return $this->message; + } + + /** + * @psalm-return non-empty-string + */ + public function file(): string + { + return $this->file; + } + + /** + * @psalm-return positive-int + */ + public function line(): int + { + return $this->line; + } + + public function wasSuppressed(): bool + { + return $this->suppressed; + } + + public function ignoredByBaseline(): bool + { + return $this->ignoredByBaseline; + } + + public function asString(): string + { + $message = $this->message; + + if (!empty($message)) { + $message = PHP_EOL . $message; + } + + $status = ''; + + if ($this->ignoredByBaseline) { + $status = 'Baseline-Ignored '; + } elseif ($this->suppressed) { + $status = 'Suppressed '; + } + + return sprintf( + 'Test Triggered %sDeprecation (%s)%s', + $status, + $this->test->id(), + $message, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/DeprecationTriggeredSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/DeprecationTriggeredSubscriber.php new file mode 100644 index 00000000..e166dbed --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/DeprecationTriggeredSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface DeprecationTriggeredSubscriber extends Subscriber +{ + public function notify(DeprecationTriggered $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/ErrorTriggered.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/ErrorTriggered.php new file mode 100644 index 00000000..0407c0b7 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/ErrorTriggered.php @@ -0,0 +1,113 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use const PHP_EOL; +use function sprintf; +use PHPUnit\Event\Code\Test; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class ErrorTriggered implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + private readonly Test $test; + + /** + * @psalm-var non-empty-string + */ + private readonly string $message; + + /** + * @psalm-var non-empty-string + */ + private readonly string $file; + + /** + * @psalm-var positive-int + */ + private readonly int $line; + private readonly bool $suppressed; + + /** + * @psalm-param non-empty-string $message + * @psalm-param non-empty-string $file + * @psalm-param positive-int $line + */ + public function __construct(Telemetry\Info $telemetryInfo, Test $test, string $message, string $file, int $line, bool $suppressed) + { + $this->telemetryInfo = $telemetryInfo; + $this->test = $test; + $this->message = $message; + $this->file = $file; + $this->line = $line; + $this->suppressed = $suppressed; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function test(): Test + { + return $this->test; + } + + /** + * @psalm-return non-empty-string + */ + public function message(): string + { + return $this->message; + } + + /** + * @psalm-return non-empty-string + */ + public function file(): string + { + return $this->file; + } + + /** + * @psalm-return positive-int + */ + public function line(): int + { + return $this->line; + } + + public function wasSuppressed(): bool + { + return $this->suppressed; + } + + public function asString(): string + { + $message = $this->message; + + if (!empty($message)) { + $message = PHP_EOL . $message; + } + + return sprintf( + 'Test Triggered %sError (%s)%s', + $this->wasSuppressed() ? 'Suppressed ' : '', + $this->test->id(), + $message, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/ErrorTriggeredSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/ErrorTriggeredSubscriber.php new file mode 100644 index 00000000..901d8855 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/ErrorTriggeredSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface ErrorTriggeredSubscriber extends Subscriber +{ + public function notify(ErrorTriggered $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/NoticeTriggered.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/NoticeTriggered.php new file mode 100644 index 00000000..d8a27bbd --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/NoticeTriggered.php @@ -0,0 +1,128 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use const PHP_EOL; +use function sprintf; +use PHPUnit\Event\Code\Test; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class NoticeTriggered implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + private readonly Test $test; + + /** + * @psalm-var non-empty-string + */ + private readonly string $message; + + /** + * @psalm-var non-empty-string + */ + private readonly string $file; + + /** + * @psalm-var positive-int + */ + private readonly int $line; + private readonly bool $suppressed; + private readonly bool $ignoredByBaseline; + + /** + * @psalm-param non-empty-string $message + * @psalm-param non-empty-string $file + * @psalm-param positive-int $line + */ + public function __construct(Telemetry\Info $telemetryInfo, Test $test, string $message, string $file, int $line, bool $suppressed, bool $ignoredByBaseline) + { + $this->telemetryInfo = $telemetryInfo; + $this->test = $test; + $this->message = $message; + $this->file = $file; + $this->line = $line; + $this->suppressed = $suppressed; + $this->ignoredByBaseline = $ignoredByBaseline; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function test(): Test + { + return $this->test; + } + + /** + * @psalm-return non-empty-string + */ + public function message(): string + { + return $this->message; + } + + /** + * @psalm-return non-empty-string + */ + public function file(): string + { + return $this->file; + } + + /** + * @psalm-return positive-int + */ + public function line(): int + { + return $this->line; + } + + public function wasSuppressed(): bool + { + return $this->suppressed; + } + + public function ignoredByBaseline(): bool + { + return $this->ignoredByBaseline; + } + + public function asString(): string + { + $message = $this->message; + + if (!empty($message)) { + $message = PHP_EOL . $message; + } + + $status = ''; + + if ($this->ignoredByBaseline) { + $status = 'Baseline-Ignored '; + } elseif ($this->suppressed) { + $status = 'Suppressed '; + } + + return sprintf( + 'Test Triggered %sNotice (%s)%s', + $status, + $this->test->id(), + $message, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/NoticeTriggeredSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/NoticeTriggeredSubscriber.php new file mode 100644 index 00000000..95230d0f --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/NoticeTriggeredSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface NoticeTriggeredSubscriber extends Subscriber +{ + public function notify(NoticeTriggered $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpDeprecationTriggered.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpDeprecationTriggered.php new file mode 100644 index 00000000..a59e5c41 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpDeprecationTriggered.php @@ -0,0 +1,128 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use const PHP_EOL; +use function sprintf; +use PHPUnit\Event\Code\Test; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class PhpDeprecationTriggered implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + private readonly Test $test; + + /** + * @psalm-var non-empty-string + */ + private readonly string $message; + + /** + * @psalm-var non-empty-string + */ + private readonly string $file; + + /** + * @psalm-var positive-int + */ + private readonly int $line; + private readonly bool $suppressed; + private readonly bool $ignoredByBaseline; + + /** + * @psalm-param non-empty-string $message + * @psalm-param non-empty-string $file + * @psalm-param positive-int $line + */ + public function __construct(Telemetry\Info $telemetryInfo, Test $test, string $message, string $file, int $line, bool $suppressed, bool $ignoredByBaseline) + { + $this->telemetryInfo = $telemetryInfo; + $this->test = $test; + $this->message = $message; + $this->file = $file; + $this->line = $line; + $this->suppressed = $suppressed; + $this->ignoredByBaseline = $ignoredByBaseline; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function test(): Test + { + return $this->test; + } + + /** + * @psalm-return non-empty-string + */ + public function message(): string + { + return $this->message; + } + + /** + * @psalm-return non-empty-string + */ + public function file(): string + { + return $this->file; + } + + /** + * @psalm-return positive-int + */ + public function line(): int + { + return $this->line; + } + + public function wasSuppressed(): bool + { + return $this->suppressed; + } + + public function ignoredByBaseline(): bool + { + return $this->ignoredByBaseline; + } + + public function asString(): string + { + $message = $this->message; + + if (!empty($message)) { + $message = PHP_EOL . $message; + } + + $status = ''; + + if ($this->ignoredByBaseline) { + $status = 'Baseline-Ignored '; + } elseif ($this->suppressed) { + $status = 'Suppressed '; + } + + return sprintf( + 'Test Triggered %sPHP Deprecation (%s)%s', + $status, + $this->test->id(), + $message, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpDeprecationTriggeredSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpDeprecationTriggeredSubscriber.php new file mode 100644 index 00000000..06159a7c --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpDeprecationTriggeredSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface PhpDeprecationTriggeredSubscriber extends Subscriber +{ + public function notify(PhpDeprecationTriggered $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpNoticeTriggered.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpNoticeTriggered.php new file mode 100644 index 00000000..f03d0ba9 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpNoticeTriggered.php @@ -0,0 +1,128 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use const PHP_EOL; +use function sprintf; +use PHPUnit\Event\Code\Test; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class PhpNoticeTriggered implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + private readonly Test $test; + + /** + * @psalm-var non-empty-string + */ + private readonly string $message; + + /** + * @psalm-var non-empty-string + */ + private readonly string $file; + + /** + * @psalm-var positive-int + */ + private readonly int $line; + private readonly bool $suppressed; + private readonly bool $ignoredByBaseline; + + /** + * @psalm-param non-empty-string $message + * @psalm-param non-empty-string $file + * @psalm-param positive-int $line + */ + public function __construct(Telemetry\Info $telemetryInfo, Test $test, string $message, string $file, int $line, bool $suppressed, bool $ignoredByBaseline) + { + $this->telemetryInfo = $telemetryInfo; + $this->test = $test; + $this->message = $message; + $this->file = $file; + $this->line = $line; + $this->suppressed = $suppressed; + $this->ignoredByBaseline = $ignoredByBaseline; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function test(): Test + { + return $this->test; + } + + /** + * @psalm-return non-empty-string + */ + public function message(): string + { + return $this->message; + } + + /** + * @psalm-return non-empty-string + */ + public function file(): string + { + return $this->file; + } + + /** + * @psalm-return positive-int + */ + public function line(): int + { + return $this->line; + } + + public function wasSuppressed(): bool + { + return $this->suppressed; + } + + public function ignoredByBaseline(): bool + { + return $this->ignoredByBaseline; + } + + public function asString(): string + { + $message = $this->message; + + if (!empty($message)) { + $message = PHP_EOL . $message; + } + + $status = ''; + + if ($this->ignoredByBaseline) { + $status = 'Baseline-Ignored '; + } elseif ($this->suppressed) { + $status = 'Suppressed '; + } + + return sprintf( + 'Test Triggered %sPHP Notice (%s)%s', + $status, + $this->test->id(), + $message, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpNoticeTriggeredSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpNoticeTriggeredSubscriber.php new file mode 100644 index 00000000..98649bda --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpNoticeTriggeredSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface PhpNoticeTriggeredSubscriber extends Subscriber +{ + public function notify(PhpNoticeTriggered $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpWarningTriggered.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpWarningTriggered.php new file mode 100644 index 00000000..a93dc73e --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpWarningTriggered.php @@ -0,0 +1,128 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use const PHP_EOL; +use function sprintf; +use PHPUnit\Event\Code\Test; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class PhpWarningTriggered implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + private readonly Test $test; + + /** + * @psalm-var non-empty-string + */ + private readonly string $message; + + /** + * @psalm-var non-empty-string + */ + private readonly string $file; + + /** + * @psalm-var positive-int + */ + private readonly int $line; + private readonly bool $suppressed; + private readonly bool $ignoredByBaseline; + + /** + * @psalm-param non-empty-string $message + * @psalm-param non-empty-string $file + * @psalm-param positive-int $line + */ + public function __construct(Telemetry\Info $telemetryInfo, Test $test, string $message, string $file, int $line, bool $suppressed, bool $ignoredByBaseline) + { + $this->telemetryInfo = $telemetryInfo; + $this->test = $test; + $this->message = $message; + $this->file = $file; + $this->line = $line; + $this->suppressed = $suppressed; + $this->ignoredByBaseline = $ignoredByBaseline; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function test(): Test + { + return $this->test; + } + + /** + * @psalm-return non-empty-string + */ + public function message(): string + { + return $this->message; + } + + /** + * @psalm-return non-empty-string + */ + public function file(): string + { + return $this->file; + } + + /** + * @psalm-return positive-int + */ + public function line(): int + { + return $this->line; + } + + public function wasSuppressed(): bool + { + return $this->suppressed; + } + + public function ignoredByBaseline(): bool + { + return $this->ignoredByBaseline; + } + + public function asString(): string + { + $message = $this->message; + + if (!empty($message)) { + $message = PHP_EOL . $message; + } + + $status = ''; + + if ($this->ignoredByBaseline) { + $status = 'Baseline-Ignored '; + } elseif ($this->suppressed) { + $status = 'Suppressed '; + } + + return sprintf( + 'Test Triggered %sPHP Warning (%s)%s', + $status, + $this->test->id(), + $message, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpWarningTriggeredSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpWarningTriggeredSubscriber.php new file mode 100644 index 00000000..3638ba1a --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpWarningTriggeredSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface PhpWarningTriggeredSubscriber extends Subscriber +{ + public function notify(PhpWarningTriggered $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitDeprecationTriggered.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitDeprecationTriggered.php new file mode 100644 index 00000000..fadc46d2 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitDeprecationTriggered.php @@ -0,0 +1,65 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use const PHP_EOL; +use function sprintf; +use PHPUnit\Event\Code\Test; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class PhpunitDeprecationTriggered implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + private readonly Test $test; + private readonly string $message; + + public function __construct(Telemetry\Info $telemetryInfo, Test $test, string $message) + { + $this->telemetryInfo = $telemetryInfo; + $this->test = $test; + $this->message = $message; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function test(): Test + { + return $this->test; + } + + public function message(): string + { + return $this->message; + } + + public function asString(): string + { + $message = $this->message; + + if (!empty($message)) { + $message = PHP_EOL . $message; + } + + return sprintf( + 'Test Triggered PHPUnit Deprecation (%s)%s', + $this->test->id(), + $message, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitDeprecationTriggeredSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitDeprecationTriggeredSubscriber.php new file mode 100644 index 00000000..f6b3a239 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitDeprecationTriggeredSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface PhpunitDeprecationTriggeredSubscriber extends Subscriber +{ + public function notify(PhpunitDeprecationTriggered $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitErrorTriggered.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitErrorTriggered.php new file mode 100644 index 00000000..e5b75b4d --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitErrorTriggered.php @@ -0,0 +1,66 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use const PHP_EOL; +use function sprintf; +use function trim; +use PHPUnit\Event\Code\Test; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class PhpunitErrorTriggered implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + private readonly Test $test; + private readonly string $message; + + public function __construct(Telemetry\Info $telemetryInfo, Test $test, string $message) + { + $this->telemetryInfo = $telemetryInfo; + $this->test = $test; + $this->message = $message; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function test(): Test + { + return $this->test; + } + + public function message(): string + { + return $this->message; + } + + public function asString(): string + { + $message = trim($this->message); + + if (!empty($message)) { + $message = PHP_EOL . $message; + } + + return sprintf( + 'Test Triggered PHPUnit Error (%s)%s', + $this->test->id(), + $message, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitErrorTriggeredSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitErrorTriggeredSubscriber.php new file mode 100644 index 00000000..e94d1dde --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitErrorTriggeredSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface PhpunitErrorTriggeredSubscriber extends Subscriber +{ + public function notify(PhpunitErrorTriggered $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitWarningTriggered.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitWarningTriggered.php new file mode 100644 index 00000000..6a816ee4 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitWarningTriggered.php @@ -0,0 +1,65 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use const PHP_EOL; +use function sprintf; +use PHPUnit\Event\Code\Test; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class PhpunitWarningTriggered implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + private readonly Test $test; + private readonly string $message; + + public function __construct(Telemetry\Info $telemetryInfo, Test $test, string $message) + { + $this->telemetryInfo = $telemetryInfo; + $this->test = $test; + $this->message = $message; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function test(): Test + { + return $this->test; + } + + public function message(): string + { + return $this->message; + } + + public function asString(): string + { + $message = $this->message; + + if (!empty($message)) { + $message = PHP_EOL . $message; + } + + return sprintf( + 'Test Triggered PHPUnit Warning (%s)%s', + $this->test->id(), + $message, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitWarningTriggeredSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitWarningTriggeredSubscriber.php new file mode 100644 index 00000000..72149b2c --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/PhpunitWarningTriggeredSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface PhpunitWarningTriggeredSubscriber extends Subscriber +{ + public function notify(PhpunitWarningTriggered $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/WarningTriggered.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/WarningTriggered.php new file mode 100644 index 00000000..9bccafa1 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/WarningTriggered.php @@ -0,0 +1,128 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use const PHP_EOL; +use function sprintf; +use PHPUnit\Event\Code\Test; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class WarningTriggered implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + private readonly Test $test; + + /** + * @psalm-var non-empty-string + */ + private readonly string $message; + + /** + * @psalm-var non-empty-string + */ + private readonly string $file; + + /** + * @psalm-var positive-int + */ + private readonly int $line; + private readonly bool $suppressed; + private readonly bool $ignoredByBaseline; + + /** + * @psalm-param non-empty-string $message + * @psalm-param non-empty-string $file + * @psalm-param positive-int $line + */ + public function __construct(Telemetry\Info $telemetryInfo, Test $test, string $message, string $file, int $line, bool $suppressed, bool $ignoredByBaseline) + { + $this->telemetryInfo = $telemetryInfo; + $this->test = $test; + $this->message = $message; + $this->file = $file; + $this->line = $line; + $this->suppressed = $suppressed; + $this->ignoredByBaseline = $ignoredByBaseline; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function test(): Test + { + return $this->test; + } + + /** + * @psalm-return non-empty-string + */ + public function message(): string + { + return $this->message; + } + + /** + * @psalm-return non-empty-string + */ + public function file(): string + { + return $this->file; + } + + /** + * @psalm-return positive-int + */ + public function line(): int + { + return $this->line; + } + + public function wasSuppressed(): bool + { + return $this->suppressed; + } + + public function ignoredByBaseline(): bool + { + return $this->ignoredByBaseline; + } + + public function asString(): string + { + $message = $this->message; + + if (!empty($message)) { + $message = PHP_EOL . $message; + } + + $status = ''; + + if ($this->ignoredByBaseline) { + $status = 'Baseline-Ignored '; + } elseif ($this->suppressed) { + $status = 'Suppressed '; + } + + return sprintf( + 'Test Triggered %sWarning (%s)%s', + $status, + $this->test->id(), + $message, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/WarningTriggeredSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/WarningTriggeredSubscriber.php new file mode 100644 index 00000000..8eb66648 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Issue/WarningTriggeredSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface WarningTriggeredSubscriber extends Subscriber +{ + public function notify(WarningTriggered $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/DataProviderMethodCalled.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/DataProviderMethodCalled.php new file mode 100644 index 00000000..2b6becab --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/DataProviderMethodCalled.php @@ -0,0 +1,60 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use function sprintf; +use PHPUnit\Event\Code\ClassMethod; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry\Info; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class DataProviderMethodCalled implements Event +{ + private readonly Info $telemetryInfo; + private readonly ClassMethod $testMethod; + private readonly ClassMethod $dataProviderMethod; + + public function __construct(Info $telemetryInfo, ClassMethod $testMethod, ClassMethod $dataProviderMethod) + { + $this->telemetryInfo = $telemetryInfo; + $this->testMethod = $testMethod; + $this->dataProviderMethod = $dataProviderMethod; + } + + public function telemetryInfo(): Info + { + return $this->telemetryInfo; + } + + public function testMethod(): ClassMethod + { + return $this->testMethod; + } + + public function dataProviderMethod(): ClassMethod + { + return $this->dataProviderMethod; + } + + public function asString(): string + { + return sprintf( + 'Data Provider Method Called (%s::%s for test method %s::%s)', + $this->dataProviderMethod->className(), + $this->dataProviderMethod->methodName(), + $this->testMethod->className(), + $this->testMethod->methodName(), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/DataProviderMethodCalledSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/DataProviderMethodCalledSubscriber.php new file mode 100644 index 00000000..5f7d4013 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/DataProviderMethodCalledSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface DataProviderMethodCalledSubscriber extends Subscriber +{ + public function notify(DataProviderMethodCalled $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/DataProviderMethodFinished.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/DataProviderMethodFinished.php new file mode 100644 index 00000000..0036e408 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/DataProviderMethodFinished.php @@ -0,0 +1,77 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use const PHP_EOL; +use function sprintf; +use PHPUnit\Event\Code; +use PHPUnit\Event\Code\ClassMethod; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class DataProviderMethodFinished implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + private readonly ClassMethod $testMethod; + + /** + * @psalm-var list + */ + private readonly array $calledMethods; + + public function __construct(Telemetry\Info $telemetryInfo, ClassMethod $testMethod, ClassMethod ...$calledMethods) + { + $this->telemetryInfo = $telemetryInfo; + $this->testMethod = $testMethod; + $this->calledMethods = $calledMethods; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function testMethod(): ClassMethod + { + return $this->testMethod; + } + + /** + * @psalm-return list + */ + public function calledMethods(): array + { + return $this->calledMethods; + } + + public function asString(): string + { + $buffer = sprintf( + 'Data Provider Method Finished for %s::%s:', + $this->testMethod->className(), + $this->testMethod->methodName(), + ); + + foreach ($this->calledMethods as $calledMethod) { + $buffer .= sprintf( + PHP_EOL . '- %s::%s', + $calledMethod->className(), + $calledMethod->methodName(), + ); + } + + return $buffer; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/DataProviderMethodFinishedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/DataProviderMethodFinishedSubscriber.php new file mode 100644 index 00000000..624f8921 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/DataProviderMethodFinishedSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface DataProviderMethodFinishedSubscriber extends Subscriber +{ + public function notify(DataProviderMethodFinished $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/Finished.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/Finished.php new file mode 100644 index 00000000..fd828152 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/Finished.php @@ -0,0 +1,57 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use function sprintf; +use PHPUnit\Event\Code; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class Finished implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + private readonly Code\Test $test; + private readonly int $numberOfAssertionsPerformed; + + public function __construct(Telemetry\Info $telemetryInfo, Code\Test $test, int $numberOfAssertionsPerformed) + { + $this->telemetryInfo = $telemetryInfo; + $this->test = $test; + $this->numberOfAssertionsPerformed = $numberOfAssertionsPerformed; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function test(): Code\Test + { + return $this->test; + } + + public function numberOfAssertionsPerformed(): int + { + return $this->numberOfAssertionsPerformed; + } + + public function asString(): string + { + return sprintf( + 'Test Finished (%s)', + $this->test->id(), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/FinishedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/FinishedSubscriber.php new file mode 100644 index 00000000..5751e3df --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/FinishedSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface FinishedSubscriber extends Subscriber +{ + public function notify(Finished $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/PreparationFailed.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/PreparationFailed.php new file mode 100644 index 00000000..4989d9ee --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/PreparationFailed.php @@ -0,0 +1,50 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use function sprintf; +use PHPUnit\Event\Code; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class PreparationFailed implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + private readonly Code\Test $test; + + public function __construct(Telemetry\Info $telemetryInfo, Code\Test $test) + { + $this->telemetryInfo = $telemetryInfo; + $this->test = $test; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function test(): Code\Test + { + return $this->test; + } + + public function asString(): string + { + return sprintf( + 'Test Preparation Failed (%s)', + $this->test->id(), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/PreparationFailedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/PreparationFailedSubscriber.php new file mode 100644 index 00000000..da20f11e --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/PreparationFailedSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface PreparationFailedSubscriber extends Subscriber +{ + public function notify(PreparationFailed $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/PreparationStarted.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/PreparationStarted.php new file mode 100644 index 00000000..a6e8b8a0 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/PreparationStarted.php @@ -0,0 +1,50 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use function sprintf; +use PHPUnit\Event\Code; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class PreparationStarted implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + private readonly Code\Test $test; + + public function __construct(Telemetry\Info $telemetryInfo, Code\Test $test) + { + $this->telemetryInfo = $telemetryInfo; + $this->test = $test; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function test(): Code\Test + { + return $this->test; + } + + public function asString(): string + { + return sprintf( + 'Test Preparation Started (%s)', + $this->test->id(), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/PreparationStartedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/PreparationStartedSubscriber.php new file mode 100644 index 00000000..f13296b4 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/PreparationStartedSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface PreparationStartedSubscriber extends Subscriber +{ + public function notify(PreparationStarted $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/Prepared.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/Prepared.php new file mode 100644 index 00000000..25075855 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/Prepared.php @@ -0,0 +1,50 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use function sprintf; +use PHPUnit\Event\Code; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class Prepared implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + private readonly Code\Test $test; + + public function __construct(Telemetry\Info $telemetryInfo, Code\Test $test) + { + $this->telemetryInfo = $telemetryInfo; + $this->test = $test; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function test(): Code\Test + { + return $this->test; + } + + public function asString(): string + { + return sprintf( + 'Test Prepared (%s)', + $this->test->id(), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/PreparedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/PreparedSubscriber.php new file mode 100644 index 00000000..f53e227f --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Lifecycle/PreparedSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface PreparedSubscriber extends Subscriber +{ + public function notify(Prepared $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/Errored.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/Errored.php new file mode 100644 index 00000000..0c3f4aa2 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/Errored.php @@ -0,0 +1,67 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use const PHP_EOL; +use function sprintf; +use function trim; +use PHPUnit\Event\Code; +use PHPUnit\Event\Code\Throwable; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class Errored implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + private readonly Code\Test $test; + private readonly Throwable $throwable; + + public function __construct(Telemetry\Info $telemetryInfo, Code\Test $test, Throwable $throwable) + { + $this->telemetryInfo = $telemetryInfo; + $this->test = $test; + $this->throwable = $throwable; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function test(): Code\Test + { + return $this->test; + } + + public function throwable(): Throwable + { + return $this->throwable; + } + + public function asString(): string + { + $message = trim($this->throwable->message()); + + if (!empty($message)) { + $message = PHP_EOL . $message; + } + + return sprintf( + 'Test Errored (%s)%s', + $this->test->id(), + $message, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/ErroredSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/ErroredSubscriber.php new file mode 100644 index 00000000..42dd5b24 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/ErroredSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface ErroredSubscriber extends Subscriber +{ + public function notify(Errored $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/Failed.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/Failed.php new file mode 100644 index 00000000..0bce79ef --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/Failed.php @@ -0,0 +1,90 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use const PHP_EOL; +use function sprintf; +use function trim; +use PHPUnit\Event\Code; +use PHPUnit\Event\Code\ComparisonFailure; +use PHPUnit\Event\Code\Throwable; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class Failed implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + private readonly Code\Test $test; + private readonly Throwable $throwable; + private readonly ?ComparisonFailure $comparisonFailure; + + public function __construct(Telemetry\Info $telemetryInfo, Code\Test $test, Throwable $throwable, ?ComparisonFailure $comparisonFailure) + { + $this->telemetryInfo = $telemetryInfo; + $this->test = $test; + $this->throwable = $throwable; + $this->comparisonFailure = $comparisonFailure; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function test(): Code\Test + { + return $this->test; + } + + public function throwable(): Throwable + { + return $this->throwable; + } + + /** + * @psalm-assert-if-true !null $this->comparisonFailure + */ + public function hasComparisonFailure(): bool + { + return $this->comparisonFailure !== null; + } + + /** + * @throws NoComparisonFailureException + */ + public function comparisonFailure(): ComparisonFailure + { + if ($this->comparisonFailure === null) { + throw new NoComparisonFailureException; + } + + return $this->comparisonFailure; + } + + public function asString(): string + { + $message = trim($this->throwable->message()); + + if (!empty($message)) { + $message = PHP_EOL . $message; + } + + return sprintf( + 'Test Failed (%s)%s', + $this->test->id(), + $message, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/FailedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/FailedSubscriber.php new file mode 100644 index 00000000..8da6a85f --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/FailedSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface FailedSubscriber extends Subscriber +{ + public function notify(Failed $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/MarkedIncomplete.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/MarkedIncomplete.php new file mode 100644 index 00000000..c501fa46 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/MarkedIncomplete.php @@ -0,0 +1,67 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use const PHP_EOL; +use function sprintf; +use function trim; +use PHPUnit\Event\Code; +use PHPUnit\Event\Code\Throwable; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class MarkedIncomplete implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + private readonly Code\Test $test; + private readonly Throwable $throwable; + + public function __construct(Telemetry\Info $telemetryInfo, Code\Test $test, Throwable $throwable) + { + $this->telemetryInfo = $telemetryInfo; + $this->test = $test; + $this->throwable = $throwable; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function test(): Code\Test + { + return $this->test; + } + + public function throwable(): Throwable + { + return $this->throwable; + } + + public function asString(): string + { + $message = trim($this->throwable->message()); + + if (!empty($message)) { + $message = PHP_EOL . $message; + } + + return sprintf( + 'Test Marked Incomplete (%s)%s', + $this->test->id(), + $message, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/MarkedIncompleteSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/MarkedIncompleteSubscriber.php new file mode 100644 index 00000000..ff0acd86 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/MarkedIncompleteSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface MarkedIncompleteSubscriber extends Subscriber +{ + public function notify(MarkedIncomplete $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/Passed.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/Passed.php new file mode 100644 index 00000000..256923d4 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/Passed.php @@ -0,0 +1,50 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use function sprintf; +use PHPUnit\Event\Code; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class Passed implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + private readonly Code\Test $test; + + public function __construct(Telemetry\Info $telemetryInfo, Code\Test $test) + { + $this->telemetryInfo = $telemetryInfo; + $this->test = $test; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function test(): Code\Test + { + return $this->test; + } + + public function asString(): string + { + return sprintf( + 'Test Passed (%s)', + $this->test->id(), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/PassedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/PassedSubscriber.php new file mode 100644 index 00000000..4a567381 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/PassedSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface PassedSubscriber extends Subscriber +{ + public function notify(Passed $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/Skipped.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/Skipped.php new file mode 100644 index 00000000..14501058 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/Skipped.php @@ -0,0 +1,65 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use const PHP_EOL; +use function sprintf; +use PHPUnit\Event\Code; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class Skipped implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + private readonly Code\Test $test; + private readonly string $message; + + public function __construct(Telemetry\Info $telemetryInfo, Code\Test $test, string $message) + { + $this->telemetryInfo = $telemetryInfo; + $this->test = $test; + $this->message = $message; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function test(): Code\Test + { + return $this->test; + } + + public function message(): string + { + return $this->message; + } + + public function asString(): string + { + $message = $this->message; + + if (!empty($message)) { + $message = PHP_EOL . $message; + } + + return sprintf( + 'Test Skipped (%s)%s', + $this->test->id(), + $message, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/SkippedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/SkippedSubscriber.php new file mode 100644 index 00000000..5fd48ac6 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/Outcome/SkippedSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface SkippedSubscriber extends Subscriber +{ + public function notify(Skipped $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/PrintedUnexpectedOutput.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/PrintedUnexpectedOutput.php new file mode 100644 index 00000000..733520e6 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/PrintedUnexpectedOutput.php @@ -0,0 +1,60 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use function sprintf; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class PrintedUnexpectedOutput implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + + /** + * @psalm-var non-empty-string + */ + private readonly string $output; + + /** + * @psalm-param non-empty-string $output + */ + public function __construct(Telemetry\Info $telemetryInfo, string $output) + { + $this->telemetryInfo = $telemetryInfo; + $this->output = $output; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + /** + * @psalm-return non-empty-string + */ + public function output(): string + { + return $this->output; + } + + public function asString(): string + { + return sprintf( + 'Test Printed Unexpected Output%s%s', + PHP_EOL, + $this->output, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/PrintedUnexpectedOutputSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/PrintedUnexpectedOutputSubscriber.php new file mode 100644 index 00000000..ee201572 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/PrintedUnexpectedOutputSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface PrintedUnexpectedOutputSubscriber extends Subscriber +{ + public function notify(PrintedUnexpectedOutput $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectCreated.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectCreated.php new file mode 100644 index 00000000..ad462440 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectCreated.php @@ -0,0 +1,59 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use function sprintf; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class MockObjectCreated implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + + /** + * @psalm-var class-string + */ + private readonly string $className; + + /** + * @psalm-param class-string $className + */ + public function __construct(Telemetry\Info $telemetryInfo, string $className) + { + $this->telemetryInfo = $telemetryInfo; + $this->className = $className; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + /** + * @psalm-return class-string + */ + public function className(): string + { + return $this->className; + } + + public function asString(): string + { + return sprintf( + 'Mock Object Created (%s)', + $this->className, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectCreatedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectCreatedSubscriber.php new file mode 100644 index 00000000..8ad2f176 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectCreatedSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface MockObjectCreatedSubscriber extends Subscriber +{ + public function notify(MockObjectCreated $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForAbstractClassCreated.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForAbstractClassCreated.php new file mode 100644 index 00000000..7976a1c9 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForAbstractClassCreated.php @@ -0,0 +1,59 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use function sprintf; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class MockObjectForAbstractClassCreated implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + + /** + * @psalm-var class-string + */ + private readonly string $className; + + /** + * @psalm-param class-string $className + */ + public function __construct(Telemetry\Info $telemetryInfo, string $className) + { + $this->telemetryInfo = $telemetryInfo; + $this->className = $className; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + /** + * @psalm-return class-string + */ + public function className(): string + { + return $this->className; + } + + public function asString(): string + { + return sprintf( + 'Mock Object Created (%s)', + $this->className, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForAbstractClassCreatedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForAbstractClassCreatedSubscriber.php new file mode 100644 index 00000000..c335d191 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForAbstractClassCreatedSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface MockObjectForAbstractClassCreatedSubscriber extends Subscriber +{ + public function notify(MockObjectForAbstractClassCreated $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForIntersectionOfInterfacesCreated.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForIntersectionOfInterfacesCreated.php new file mode 100644 index 00000000..deb7ec75 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForIntersectionOfInterfacesCreated.php @@ -0,0 +1,60 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use function implode; +use function sprintf; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class MockObjectForIntersectionOfInterfacesCreated implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + + /** + * @psalm-var list + */ + private readonly array $interfaces; + + /** + * @psalm-param list $interfaces + */ + public function __construct(Telemetry\Info $telemetryInfo, array $interfaces) + { + $this->telemetryInfo = $telemetryInfo; + $this->interfaces = $interfaces; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + /** + * @return list + */ + public function interfaces(): array + { + return $this->interfaces; + } + + public function asString(): string + { + return sprintf( + 'Mock Object Created (%s)', + implode('&', $this->interfaces), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForIntersectionOfInterfacesCreatedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForIntersectionOfInterfacesCreatedSubscriber.php new file mode 100644 index 00000000..5b345b56 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForIntersectionOfInterfacesCreatedSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface MockObjectForIntersectionOfInterfacesCreatedSubscriber extends Subscriber +{ + public function notify(MockObjectForIntersectionOfInterfacesCreated $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForTraitCreated.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForTraitCreated.php new file mode 100644 index 00000000..fd09d594 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForTraitCreated.php @@ -0,0 +1,59 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use function sprintf; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class MockObjectForTraitCreated implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + + /** + * @psalm-var trait-string + */ + private readonly string $traitName; + + /** + * @psalm-param trait-string $traitName + */ + public function __construct(Telemetry\Info $telemetryInfo, string $traitName) + { + $this->telemetryInfo = $telemetryInfo; + $this->traitName = $traitName; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + /** + * @psalm-return trait-string + */ + public function traitName(): string + { + return $this->traitName; + } + + public function asString(): string + { + return sprintf( + 'Mock Object Created (%s)', + $this->traitName, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForTraitCreatedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForTraitCreatedSubscriber.php new file mode 100644 index 00000000..a7e7dd07 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectForTraitCreatedSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface MockObjectForTraitCreatedSubscriber extends Subscriber +{ + public function notify(MockObjectForTraitCreated $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectFromWsdlCreated.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectFromWsdlCreated.php new file mode 100644 index 00000000..09992831 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectFromWsdlCreated.php @@ -0,0 +1,109 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use function sprintf; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class MockObjectFromWsdlCreated implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + private readonly string $wsdlFile; + + /** + * @psalm-var class-string + */ + private readonly string $originalClassName; + + /** + * @psalm-var class-string + */ + private readonly string $mockClassName; + + /** + * @psalm-var list + */ + private readonly array $methods; + private readonly bool $callOriginalConstructor; + private readonly array $options; + + /** + * @psalm-param class-string $originalClassName + * @psalm-param class-string $mockClassName + */ + public function __construct(Telemetry\Info $telemetryInfo, string $wsdlFile, string $originalClassName, string $mockClassName, array $methods, bool $callOriginalConstructor, array $options) + { + $this->telemetryInfo = $telemetryInfo; + $this->wsdlFile = $wsdlFile; + $this->originalClassName = $originalClassName; + $this->mockClassName = $mockClassName; + $this->methods = $methods; + $this->callOriginalConstructor = $callOriginalConstructor; + $this->options = $options; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function wsdlFile(): string + { + return $this->wsdlFile; + } + + /** + * @psalm-return class-string + */ + public function originalClassName(): string + { + return $this->originalClassName; + } + + /** + * @psalm-return class-string + */ + public function mockClassName(): string + { + return $this->mockClassName; + } + + /** + * @psalm-return list + */ + public function methods(): array + { + return $this->methods; + } + + public function callOriginalConstructor(): bool + { + return $this->callOriginalConstructor; + } + + public function options(): array + { + return $this->options; + } + + public function asString(): string + { + return sprintf( + 'Mock Object Created (%s)', + $this->wsdlFile, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectFromWsdlCreatedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectFromWsdlCreatedSubscriber.php new file mode 100644 index 00000000..fb0524b2 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/MockObjectFromWsdlCreatedSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface MockObjectFromWsdlCreatedSubscriber extends Subscriber +{ + public function notify(MockObjectFromWsdlCreated $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/PartialMockObjectCreated.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/PartialMockObjectCreated.php new file mode 100644 index 00000000..604ba3ce --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/PartialMockObjectCreated.php @@ -0,0 +1,73 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use function sprintf; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class PartialMockObjectCreated implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + + /** + * @psalm-var class-string + */ + private readonly string $className; + + /** + * @psalm-var list + */ + private readonly array $methodNames; + + /** + * @psalm-param class-string $className + */ + public function __construct(Telemetry\Info $telemetryInfo, string $className, string ...$methodNames) + { + $this->telemetryInfo = $telemetryInfo; + $this->className = $className; + $this->methodNames = $methodNames; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + /** + * @psalm-return class-string + */ + public function className(): string + { + return $this->className; + } + + /** + * @psalm-return list + */ + public function methodNames(): array + { + return $this->methodNames; + } + + public function asString(): string + { + return sprintf( + 'Partial Mock Object Created (%s)', + $this->className, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/PartialMockObjectCreatedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/PartialMockObjectCreatedSubscriber.php new file mode 100644 index 00000000..e7640741 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/PartialMockObjectCreatedSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface PartialMockObjectCreatedSubscriber extends Subscriber +{ + public function notify(PartialMockObjectCreated $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestProxyCreated.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestProxyCreated.php new file mode 100644 index 00000000..3f089412 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestProxyCreated.php @@ -0,0 +1,66 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use function sprintf; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class TestProxyCreated implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + + /** + * @psalm-var class-string + */ + private readonly string $className; + private readonly string $constructorArguments; + + /** + * @psalm-param class-string $className + */ + public function __construct(Telemetry\Info $telemetryInfo, string $className, string $constructorArguments) + { + $this->telemetryInfo = $telemetryInfo; + $this->className = $className; + $this->constructorArguments = $constructorArguments; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + /** + * @psalm-return class-string + */ + public function className(): string + { + return $this->className; + } + + public function constructorArguments(): string + { + return $this->constructorArguments; + } + + public function asString(): string + { + return sprintf( + 'Test Proxy Created (%s)', + $this->className, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestProxyCreatedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestProxyCreatedSubscriber.php new file mode 100644 index 00000000..8af83844 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestProxyCreatedSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface TestProxyCreatedSubscriber extends Subscriber +{ + public function notify(TestProxyCreated $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestStubCreated.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestStubCreated.php new file mode 100644 index 00000000..9d0330f6 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestStubCreated.php @@ -0,0 +1,59 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use function sprintf; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class TestStubCreated implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + + /** + * @var class-string + */ + private readonly string $className; + + /** + * @psalm-param class-string $className + */ + public function __construct(Telemetry\Info $telemetryInfo, string $className) + { + $this->telemetryInfo = $telemetryInfo; + $this->className = $className; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + /** + * @return class-string + */ + public function className(): string + { + return $this->className; + } + + public function asString(): string + { + return sprintf( + 'Test Stub Created (%s)', + $this->className, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestStubCreatedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestStubCreatedSubscriber.php new file mode 100644 index 00000000..6b5deaf3 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestStubCreatedSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface TestStubCreatedSubscriber extends Subscriber +{ + public function notify(TestStubCreated $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestStubForIntersectionOfInterfacesCreated.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestStubForIntersectionOfInterfacesCreated.php new file mode 100644 index 00000000..4aded8c8 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestStubForIntersectionOfInterfacesCreated.php @@ -0,0 +1,60 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use function implode; +use function sprintf; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class TestStubForIntersectionOfInterfacesCreated implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + + /** + * @psalm-var list + */ + private readonly array $interfaces; + + /** + * @psalm-param list $interfaces + */ + public function __construct(Telemetry\Info $telemetryInfo, array $interfaces) + { + $this->telemetryInfo = $telemetryInfo; + $this->interfaces = $interfaces; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + /** + * @return list + */ + public function interfaces(): array + { + return $this->interfaces; + } + + public function asString(): string + { + return sprintf( + 'Test Stub Created (%s)', + implode('&', $this->interfaces), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestStubForIntersectionOfInterfacesCreatedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestStubForIntersectionOfInterfacesCreatedSubscriber.php new file mode 100644 index 00000000..aec6f66c --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/Test/TestDouble/TestStubForIntersectionOfInterfacesCreatedSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface TestStubForIntersectionOfInterfacesCreatedSubscriber extends Subscriber +{ + public function notify(TestStubForIntersectionOfInterfacesCreated $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/BootstrapFinished.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/BootstrapFinished.php new file mode 100644 index 00000000..9ec3f348 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/BootstrapFinished.php @@ -0,0 +1,49 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestRunner; + +use function sprintf; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class BootstrapFinished implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + private readonly string $filename; + + public function __construct(Telemetry\Info $telemetryInfo, string $filename) + { + $this->telemetryInfo = $telemetryInfo; + $this->filename = $filename; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function filename(): string + { + return $this->filename; + } + + public function asString(): string + { + return sprintf( + 'Bootstrap Finished (%s)', + $this->filename, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/BootstrapFinishedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/BootstrapFinishedSubscriber.php new file mode 100644 index 00000000..749648ec --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/BootstrapFinishedSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestRunner; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface BootstrapFinishedSubscriber extends Subscriber +{ + public function notify(BootstrapFinished $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/Configured.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/Configured.php new file mode 100644 index 00000000..e27fd7b8 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/Configured.php @@ -0,0 +1,44 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestRunner; + +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; +use PHPUnit\TextUI\Configuration\Configuration; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class Configured implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + private readonly Configuration $configuration; + + public function __construct(Telemetry\Info $telemetryInfo, Configuration $configuration) + { + $this->telemetryInfo = $telemetryInfo; + $this->configuration = $configuration; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function configuration(): Configuration + { + return $this->configuration; + } + + public function asString(): string + { + return 'Test Runner Configured'; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ConfiguredSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ConfiguredSubscriber.php new file mode 100644 index 00000000..0b58f70b --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ConfiguredSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestRunner; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface ConfiguredSubscriber extends Subscriber +{ + public function notify(Configured $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/DeprecationTriggered.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/DeprecationTriggered.php new file mode 100644 index 00000000..31d27e28 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/DeprecationTriggered.php @@ -0,0 +1,49 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestRunner; + +use function sprintf; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class DeprecationTriggered implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + private readonly string $message; + + public function __construct(Telemetry\Info $telemetryInfo, string $message) + { + $this->telemetryInfo = $telemetryInfo; + $this->message = $message; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function message(): string + { + return $this->message; + } + + public function asString(): string + { + return sprintf( + 'Test Runner Triggered Deprecation (%s)', + $this->message, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/DeprecationTriggeredSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/DeprecationTriggeredSubscriber.php new file mode 100644 index 00000000..627ffbd0 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/DeprecationTriggeredSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestRunner; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface DeprecationTriggeredSubscriber extends Subscriber +{ + public function notify(DeprecationTriggered $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/EventFacadeSealed.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/EventFacadeSealed.php new file mode 100644 index 00000000..ea8ab985 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/EventFacadeSealed.php @@ -0,0 +1,38 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestRunner; + +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class EventFacadeSealed implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + + public function __construct(Telemetry\Info $telemetryInfo) + { + $this->telemetryInfo = $telemetryInfo; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function asString(): string + { + return 'Event Facade Sealed'; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/EventFacadeSealedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/EventFacadeSealedSubscriber.php new file mode 100644 index 00000000..4d0d3d01 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/EventFacadeSealedSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestRunner; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface EventFacadeSealedSubscriber extends Subscriber +{ + public function notify(EventFacadeSealed $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionAborted.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionAborted.php new file mode 100644 index 00000000..2e2b92ce --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionAborted.php @@ -0,0 +1,38 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestRunner; + +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class ExecutionAborted implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + + public function __construct(Telemetry\Info $telemetryInfo) + { + $this->telemetryInfo = $telemetryInfo; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function asString(): string + { + return 'Test Runner Execution Aborted'; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionAbortedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionAbortedSubscriber.php new file mode 100644 index 00000000..00397cca --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionAbortedSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestRunner; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface ExecutionAbortedSubscriber extends Subscriber +{ + public function notify(ExecutionAborted $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionFinished.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionFinished.php new file mode 100644 index 00000000..5496d1e6 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionFinished.php @@ -0,0 +1,38 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestRunner; + +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class ExecutionFinished implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + + public function __construct(Telemetry\Info $telemetryInfo) + { + $this->telemetryInfo = $telemetryInfo; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function asString(): string + { + return 'Test Runner Execution Finished'; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionFinishedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionFinishedSubscriber.php new file mode 100644 index 00000000..9945fc77 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionFinishedSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestRunner; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface ExecutionFinishedSubscriber extends Subscriber +{ + public function notify(ExecutionFinished $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionStarted.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionStarted.php new file mode 100644 index 00000000..77fd570d --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionStarted.php @@ -0,0 +1,51 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestRunner; + +use function sprintf; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; +use PHPUnit\Event\TestSuite\TestSuite; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class ExecutionStarted implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + private readonly TestSuite $testSuite; + + public function __construct(Telemetry\Info $telemetryInfo, TestSuite $testSuite) + { + $this->telemetryInfo = $telemetryInfo; + $this->testSuite = $testSuite; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function testSuite(): TestSuite + { + return $this->testSuite; + } + + public function asString(): string + { + return sprintf( + 'Test Runner Execution Started (%d test%s)', + $this->testSuite->count(), + $this->testSuite->count() !== 1 ? 's' : '', + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionStartedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionStartedSubscriber.php new file mode 100644 index 00000000..532f4409 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExecutionStartedSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestRunner; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface ExecutionStartedSubscriber extends Subscriber +{ + public function notify(ExecutionStarted $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExtensionBootstrapped.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExtensionBootstrapped.php new file mode 100644 index 00000000..8ef3ff1b --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExtensionBootstrapped.php @@ -0,0 +1,74 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestRunner; + +use function sprintf; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class ExtensionBootstrapped implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + + /** + * @psalm-var class-string + */ + private readonly string $className; + + /** + * @psalm-var array + */ + private readonly array $parameters; + + /** + * @psalm-param class-string $className + * @psalm-param array $parameters + */ + public function __construct(Telemetry\Info $telemetryInfo, string $className, array $parameters) + { + $this->telemetryInfo = $telemetryInfo; + $this->className = $className; + $this->parameters = $parameters; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + /** + * @psalm-return class-string + */ + public function className(): string + { + return $this->className; + } + + /** + * @psalm-return array + */ + public function parameters(): array + { + return $this->parameters; + } + + public function asString(): string + { + return sprintf( + 'Extension Bootstrapped (%s)', + $this->className, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExtensionBootstrappedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExtensionBootstrappedSubscriber.php new file mode 100644 index 00000000..c4c7d55c --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExtensionBootstrappedSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestRunner; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface ExtensionBootstrappedSubscriber extends Subscriber +{ + public function notify(ExtensionBootstrapped $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExtensionLoadedFromPhar.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExtensionLoadedFromPhar.php new file mode 100644 index 00000000..a2f1f147 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExtensionLoadedFromPhar.php @@ -0,0 +1,64 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestRunner; + +use function sprintf; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class ExtensionLoadedFromPhar implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + private readonly string $filename; + private readonly string $name; + private readonly string $version; + + public function __construct(Telemetry\Info $telemetryInfo, string $filename, string $name, string $version) + { + $this->telemetryInfo = $telemetryInfo; + $this->filename = $filename; + $this->name = $name; + $this->version = $version; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function filename(): string + { + return $this->filename; + } + + public function name(): string + { + return $this->name; + } + + public function version(): string + { + return $this->version; + } + + public function asString(): string + { + return sprintf( + 'Extension Loaded from PHAR (%s %s)', + $this->name, + $this->version, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExtensionLoadedFromPharSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExtensionLoadedFromPharSubscriber.php new file mode 100644 index 00000000..fc7c2b0a --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/ExtensionLoadedFromPharSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestRunner; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface ExtensionLoadedFromPharSubscriber extends Subscriber +{ + public function notify(ExtensionLoadedFromPhar $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/Finished.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/Finished.php new file mode 100644 index 00000000..3b984068 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/Finished.php @@ -0,0 +1,38 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestRunner; + +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class Finished implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + + public function __construct(Telemetry\Info $telemetryInfo) + { + $this->telemetryInfo = $telemetryInfo; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function asString(): string + { + return 'Test Runner Finished'; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/FinishedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/FinishedSubscriber.php new file mode 100644 index 00000000..6efc622d --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/FinishedSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestRunner; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface FinishedSubscriber extends Subscriber +{ + public function notify(Finished $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionDisabled.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionDisabled.php new file mode 100644 index 00000000..b7ac6a05 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionDisabled.php @@ -0,0 +1,38 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestRunner; + +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class GarbageCollectionDisabled implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + + public function __construct(Telemetry\Info $telemetryInfo) + { + $this->telemetryInfo = $telemetryInfo; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function asString(): string + { + return 'Test Runner Disabled Garbage Collection'; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionDisabledSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionDisabledSubscriber.php new file mode 100644 index 00000000..bb7e224f --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionDisabledSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestRunner; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface GarbageCollectionDisabledSubscriber extends Subscriber +{ + public function notify(GarbageCollectionDisabled $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionEnabled.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionEnabled.php new file mode 100644 index 00000000..9f3e8b8b --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionEnabled.php @@ -0,0 +1,38 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestRunner; + +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class GarbageCollectionEnabled implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + + public function __construct(Telemetry\Info $telemetryInfo) + { + $this->telemetryInfo = $telemetryInfo; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function asString(): string + { + return 'Test Runner Enabled Garbage Collection'; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionEnabledSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionEnabledSubscriber.php new file mode 100644 index 00000000..437eddc2 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionEnabledSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestRunner; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface GarbageCollectionEnabledSubscriber extends Subscriber +{ + public function notify(GarbageCollectionEnabled $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionTriggered.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionTriggered.php new file mode 100644 index 00000000..5ab2f828 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionTriggered.php @@ -0,0 +1,38 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestRunner; + +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class GarbageCollectionTriggered implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + + public function __construct(Telemetry\Info $telemetryInfo) + { + $this->telemetryInfo = $telemetryInfo; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function asString(): string + { + return 'Test Runner Triggered Garbage Collection'; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionTriggeredSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionTriggeredSubscriber.php new file mode 100644 index 00000000..8b941c53 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/GarbageCollectionTriggeredSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestRunner; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface GarbageCollectionTriggeredSubscriber extends Subscriber +{ + public function notify(GarbageCollectionTriggered $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/Started.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/Started.php new file mode 100644 index 00000000..fd2f494a --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/Started.php @@ -0,0 +1,38 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestRunner; + +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class Started implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + + public function __construct(Telemetry\Info $telemetryInfo) + { + $this->telemetryInfo = $telemetryInfo; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function asString(): string + { + return 'Test Runner Started'; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/StartedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/StartedSubscriber.php new file mode 100644 index 00000000..34240703 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/StartedSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestRunner; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface StartedSubscriber extends Subscriber +{ + public function notify(Started $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/WarningTriggered.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/WarningTriggered.php new file mode 100644 index 00000000..cb80a07b --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/WarningTriggered.php @@ -0,0 +1,49 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestRunner; + +use function sprintf; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class WarningTriggered implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + private readonly string $message; + + public function __construct(Telemetry\Info $telemetryInfo, string $message) + { + $this->telemetryInfo = $telemetryInfo; + $this->message = $message; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function message(): string + { + return $this->message; + } + + public function asString(): string + { + return sprintf( + 'Test Runner Triggered Warning (%s)', + $this->message, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/WarningTriggeredSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/WarningTriggeredSubscriber.php new file mode 100644 index 00000000..9afdd18f --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestRunner/WarningTriggeredSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestRunner; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface WarningTriggeredSubscriber extends Subscriber +{ + public function notify(WarningTriggered $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/Filtered.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/Filtered.php new file mode 100644 index 00000000..1beadde5 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/Filtered.php @@ -0,0 +1,50 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestSuite; + +use function sprintf; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class Filtered implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + private readonly TestSuite $testSuite; + + public function __construct(Telemetry\Info $telemetryInfo, TestSuite $testSuite) + { + $this->telemetryInfo = $telemetryInfo; + $this->testSuite = $testSuite; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function testSuite(): TestSuite + { + return $this->testSuite; + } + + public function asString(): string + { + return sprintf( + 'Test Suite Filtered (%d test%s)', + $this->testSuite->count(), + $this->testSuite->count() !== 1 ? 's' : '', + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/FilteredSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/FilteredSubscriber.php new file mode 100644 index 00000000..6bba3ad4 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/FilteredSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestSuite; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface FilteredSubscriber extends Subscriber +{ + public function notify(Filtered $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/Finished.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/Finished.php new file mode 100644 index 00000000..e89076c1 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/Finished.php @@ -0,0 +1,51 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestSuite; + +use function sprintf; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class Finished implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + private readonly TestSuite $testSuite; + + public function __construct(Telemetry\Info $telemetryInfo, TestSuite $testSuite) + { + $this->telemetryInfo = $telemetryInfo; + $this->testSuite = $testSuite; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function testSuite(): TestSuite + { + return $this->testSuite; + } + + public function asString(): string + { + return sprintf( + 'Test Suite Finished (%s, %d test%s)', + $this->testSuite->name(), + $this->testSuite->count(), + $this->testSuite->count() !== 1 ? 's' : '', + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/FinishedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/FinishedSubscriber.php new file mode 100644 index 00000000..463c6213 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/FinishedSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestSuite; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface FinishedSubscriber extends Subscriber +{ + public function notify(Finished $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/Loaded.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/Loaded.php new file mode 100644 index 00000000..271ab37f --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/Loaded.php @@ -0,0 +1,50 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestSuite; + +use function sprintf; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class Loaded implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + private readonly TestSuite $testSuite; + + public function __construct(Telemetry\Info $telemetryInfo, TestSuite $testSuite) + { + $this->telemetryInfo = $telemetryInfo; + $this->testSuite = $testSuite; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function testSuite(): TestSuite + { + return $this->testSuite; + } + + public function asString(): string + { + return sprintf( + 'Test Suite Loaded (%d test%s)', + $this->testSuite->count(), + $this->testSuite->count() !== 1 ? 's' : '', + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/LoadedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/LoadedSubscriber.php new file mode 100644 index 00000000..e43886c4 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/LoadedSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestSuite; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface LoadedSubscriber extends Subscriber +{ + public function notify(Loaded $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/Skipped.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/Skipped.php new file mode 100644 index 00000000..9a8f5230 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/Skipped.php @@ -0,0 +1,57 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestSuite; + +use function sprintf; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class Skipped implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + private readonly TestSuite $testSuite; + private readonly string $message; + + public function __construct(Telemetry\Info $telemetryInfo, TestSuite $testSuite, string $message) + { + $this->telemetryInfo = $telemetryInfo; + $this->testSuite = $testSuite; + $this->message = $message; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function testSuite(): TestSuite + { + return $this->testSuite; + } + + public function message(): string + { + return $this->message; + } + + public function asString(): string + { + return sprintf( + 'Test Suite Skipped (%s, %s)', + $this->testSuite->name(), + $this->message, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/SkippedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/SkippedSubscriber.php new file mode 100644 index 00000000..30f509fc --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/SkippedSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestSuite; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface SkippedSubscriber extends Subscriber +{ + public function notify(Skipped $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/Sorted.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/Sorted.php new file mode 100644 index 00000000..ae2b53cd --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/Sorted.php @@ -0,0 +1,59 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestSuite; + +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class Sorted implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + private readonly int $executionOrder; + private readonly int $executionOrderDefects; + private readonly bool $resolveDependencies; + + public function __construct(Telemetry\Info $telemetryInfo, int $executionOrder, int $executionOrderDefects, bool $resolveDependencies) + { + $this->telemetryInfo = $telemetryInfo; + $this->executionOrder = $executionOrder; + $this->executionOrderDefects = $executionOrderDefects; + $this->resolveDependencies = $resolveDependencies; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function executionOrder(): int + { + return $this->executionOrder; + } + + public function executionOrderDefects(): int + { + return $this->executionOrderDefects; + } + + public function resolveDependencies(): bool + { + return $this->resolveDependencies; + } + + public function asString(): string + { + return 'Test Suite Sorted'; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/SortedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/SortedSubscriber.php new file mode 100644 index 00000000..481eabb0 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/SortedSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestSuite; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface SortedSubscriber extends Subscriber +{ + public function notify(Sorted $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/Started.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/Started.php new file mode 100644 index 00000000..1e34aa7d --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/Started.php @@ -0,0 +1,51 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestSuite; + +use function sprintf; +use PHPUnit\Event\Event; +use PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class Started implements Event +{ + private readonly Telemetry\Info $telemetryInfo; + private readonly TestSuite $testSuite; + + public function __construct(Telemetry\Info $telemetryInfo, TestSuite $testSuite) + { + $this->telemetryInfo = $telemetryInfo; + $this->testSuite = $testSuite; + } + + public function telemetryInfo(): Telemetry\Info + { + return $this->telemetryInfo; + } + + public function testSuite(): TestSuite + { + return $this->testSuite; + } + + public function asString(): string + { + return sprintf( + 'Test Suite Started (%s, %d test%s)', + $this->testSuite->name(), + $this->testSuite->count(), + $this->testSuite->count() !== 1 ? 's' : '', + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/StartedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/StartedSubscriber.php new file mode 100644 index 00000000..66c4e1b2 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Events/TestSuite/StartedSubscriber.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestSuite; + +use PHPUnit\Event\Subscriber; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface StartedSubscriber extends Subscriber +{ + public function notify(Started $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Exception/EventAlreadyAssignedException.php b/Sources/vendor/phpunit/phpunit/src/Event/Exception/EventAlreadyAssignedException.php new file mode 100644 index 00000000..a7dba264 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Exception/EventAlreadyAssignedException.php @@ -0,0 +1,19 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event; + +use RuntimeException; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class EventAlreadyAssignedException extends RuntimeException implements Exception +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Exception/EventFacadeIsSealedException.php b/Sources/vendor/phpunit/phpunit/src/Event/Exception/EventFacadeIsSealedException.php new file mode 100644 index 00000000..96bf949d --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Exception/EventFacadeIsSealedException.php @@ -0,0 +1,19 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event; + +use RuntimeException; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class EventFacadeIsSealedException extends RuntimeException implements Exception +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Error/Notice.php b/Sources/vendor/phpunit/phpunit/src/Event/Exception/Exception.php old mode 100755 new mode 100644 similarity index 74% rename from Sources/vendor/phpunit/phpunit/src/Framework/Error/Notice.php rename to Sources/vendor/phpunit/phpunit/src/Event/Exception/Exception.php index 54e5e31e..88b526d2 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Error/Notice.php +++ b/Sources/vendor/phpunit/phpunit/src/Event/Exception/Exception.php @@ -7,11 +7,8 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Framework\Error; +namespace PHPUnit\Event; -/** - * @internal - */ -final class Notice extends Error +interface Exception extends \PHPUnit\Exception { } diff --git a/Sources/vendor/sebastian/recursion-context/src/InvalidArgumentException.php b/Sources/vendor/phpunit/phpunit/src/Event/Exception/InvalidArgumentException.php old mode 100755 new mode 100644 similarity index 64% rename from Sources/vendor/sebastian/recursion-context/src/InvalidArgumentException.php rename to Sources/vendor/phpunit/phpunit/src/Event/Exception/InvalidArgumentException.php index 93d150bc..3fb060cf --- a/Sources/vendor/sebastian/recursion-context/src/InvalidArgumentException.php +++ b/Sources/vendor/phpunit/phpunit/src/Event/Exception/InvalidArgumentException.php @@ -1,14 +1,17 @@ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace SebastianBergmann\RecursionContext; +namespace PHPUnit\Event; +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ final class InvalidArgumentException extends \InvalidArgumentException implements Exception { } diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Exception/InvalidEventException.php b/Sources/vendor/phpunit/phpunit/src/Event/Exception/InvalidEventException.php new file mode 100644 index 00000000..05290372 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Exception/InvalidEventException.php @@ -0,0 +1,19 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event; + +use RuntimeException; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class InvalidEventException extends RuntimeException implements Exception +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Exception/InvalidSubscriberException.php b/Sources/vendor/phpunit/phpunit/src/Event/Exception/InvalidSubscriberException.php new file mode 100644 index 00000000..d12deb7f --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Exception/InvalidSubscriberException.php @@ -0,0 +1,19 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event; + +use RuntimeException; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class InvalidSubscriberException extends RuntimeException implements Exception +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Exception/MapError.php b/Sources/vendor/phpunit/phpunit/src/Event/Exception/MapError.php new file mode 100644 index 00000000..b97a18e6 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Exception/MapError.php @@ -0,0 +1,19 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event; + +use RuntimeException; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class MapError extends RuntimeException implements Exception +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Exception/MoreThanOneDataSetFromDataProviderException.php b/Sources/vendor/phpunit/phpunit/src/Event/Exception/MoreThanOneDataSetFromDataProviderException.php new file mode 100644 index 00000000..0d26b7f6 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Exception/MoreThanOneDataSetFromDataProviderException.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestData; + +use PHPUnit\Event\Exception; +use RuntimeException; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class MoreThanOneDataSetFromDataProviderException extends RuntimeException implements Exception +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Exception/NoComparisonFailureException.php b/Sources/vendor/phpunit/phpunit/src/Event/Exception/NoComparisonFailureException.php new file mode 100644 index 00000000..f9926772 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Exception/NoComparisonFailureException.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Test; + +use PHPUnit\Event\Exception; +use RuntimeException; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class NoComparisonFailureException extends RuntimeException implements Exception +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Exception/NoDataSetFromDataProviderException.php b/Sources/vendor/phpunit/phpunit/src/Event/Exception/NoDataSetFromDataProviderException.php new file mode 100644 index 00000000..b17a4d15 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Exception/NoDataSetFromDataProviderException.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestData; + +use PHPUnit\Event\Exception; +use RuntimeException; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class NoDataSetFromDataProviderException extends RuntimeException implements Exception +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Exception/NoPreviousThrowableException.php b/Sources/vendor/phpunit/phpunit/src/Event/Exception/NoPreviousThrowableException.php new file mode 100644 index 00000000..e339323c --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Exception/NoPreviousThrowableException.php @@ -0,0 +1,19 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event; + +use RuntimeException; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class NoPreviousThrowableException extends RuntimeException implements Exception +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Exception/NoTestCaseObjectOnCallStackException.php b/Sources/vendor/phpunit/phpunit/src/Event/Exception/NoTestCaseObjectOnCallStackException.php new file mode 100644 index 00000000..6e5b0342 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Exception/NoTestCaseObjectOnCallStackException.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Code; + +use PHPUnit\Event\Exception; +use RuntimeException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class NoTestCaseObjectOnCallStackException extends RuntimeException implements Exception +{ + public function __construct() + { + parent::__construct('Cannot find TestCase object on call stack'); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Exception/RuntimeException.php b/Sources/vendor/phpunit/phpunit/src/Event/Exception/RuntimeException.php new file mode 100644 index 00000000..2a444db2 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Exception/RuntimeException.php @@ -0,0 +1,17 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class RuntimeException extends \RuntimeException implements Exception +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Exception/SubscriberTypeAlreadyRegisteredException.php b/Sources/vendor/phpunit/phpunit/src/Event/Exception/SubscriberTypeAlreadyRegisteredException.php new file mode 100644 index 00000000..ebbbd3fa --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Exception/SubscriberTypeAlreadyRegisteredException.php @@ -0,0 +1,19 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event; + +use RuntimeException; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class SubscriberTypeAlreadyRegisteredException extends RuntimeException implements Exception +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Exception/UnknownEventException.php b/Sources/vendor/phpunit/phpunit/src/Event/Exception/UnknownEventException.php new file mode 100644 index 00000000..0c121147 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Exception/UnknownEventException.php @@ -0,0 +1,19 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event; + +use RuntimeException; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class UnknownEventException extends RuntimeException implements Exception +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Exception/UnknownEventTypeException.php b/Sources/vendor/phpunit/phpunit/src/Event/Exception/UnknownEventTypeException.php new file mode 100644 index 00000000..ab9432de --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Exception/UnknownEventTypeException.php @@ -0,0 +1,19 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event; + +use RuntimeException; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class UnknownEventTypeException extends RuntimeException implements Exception +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Exception/UnknownSubscriberException.php b/Sources/vendor/phpunit/phpunit/src/Event/Exception/UnknownSubscriberException.php new file mode 100644 index 00000000..b9aaedb1 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Exception/UnknownSubscriberException.php @@ -0,0 +1,19 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event; + +use RuntimeException; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class UnknownSubscriberException extends RuntimeException implements Exception +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Exception/UnknownSubscriberTypeException.php b/Sources/vendor/phpunit/phpunit/src/Event/Exception/UnknownSubscriberTypeException.php new file mode 100644 index 00000000..d44ff0e9 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Exception/UnknownSubscriberTypeException.php @@ -0,0 +1,19 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event; + +use RuntimeException; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class UnknownSubscriberTypeException extends RuntimeException implements Exception +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Facade.php b/Sources/vendor/phpunit/phpunit/src/Event/Facade.php new file mode 100644 index 00000000..bda44484 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Facade.php @@ -0,0 +1,266 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event; + +use function gc_status; +use PHPUnit\Event\Telemetry\HRTime; +use PHPUnit\Event\Telemetry\Php81GarbageCollectorStatusProvider; +use PHPUnit\Event\Telemetry\Php83GarbageCollectorStatusProvider; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class Facade +{ + private static ?self $instance = null; + private Emitter $emitter; + private ?TypeMap $typeMap = null; + private ?Emitter $suspended = null; + private ?DeferringDispatcher $deferringDispatcher = null; + private bool $sealed = false; + + public static function instance(): self + { + if (self::$instance === null) { + self::$instance = new self; + } + + return self::$instance; + } + + public static function emitter(): Emitter + { + return self::instance()->emitter; + } + + public function __construct() + { + $this->emitter = $this->createDispatchingEmitter(); + } + + /** + * @throws EventFacadeIsSealedException + * @throws UnknownSubscriberTypeException + */ + public function registerSubscribers(Subscriber ...$subscribers): void + { + foreach ($subscribers as $subscriber) { + $this->registerSubscriber($subscriber); + } + } + + /** + * @throws EventFacadeIsSealedException + * @throws UnknownSubscriberTypeException + */ + public function registerSubscriber(Subscriber $subscriber): void + { + if ($this->sealed) { + throw new EventFacadeIsSealedException; + } + + $this->deferredDispatcher()->registerSubscriber($subscriber); + } + + /** + * @throws EventFacadeIsSealedException + */ + public function registerTracer(Tracer\Tracer $tracer): void + { + if ($this->sealed) { + throw new EventFacadeIsSealedException; + } + + $this->deferredDispatcher()->registerTracer($tracer); + } + + /** @noinspection PhpUnused */ + public function initForIsolation(HRTime $offset, bool $exportObjects): CollectingDispatcher + { + $dispatcher = new CollectingDispatcher; + + $this->emitter = new DispatchingEmitter( + $dispatcher, + new Telemetry\System( + new Telemetry\SystemStopWatchWithOffset($offset), + new Telemetry\SystemMemoryMeter, + $this->garbageCollectorStatusProvider(), + ), + ); + + if ($exportObjects) { + $this->emitter->exportObjects(); + } + + $this->sealed = true; + + return $dispatcher; + } + + public function forward(EventCollection $events): void + { + if ($this->suspended !== null) { + return; + } + + $dispatcher = $this->deferredDispatcher(); + + foreach ($events as $event) { + $dispatcher->dispatch($event); + } + } + + public function seal(): void + { + $this->deferredDispatcher()->flush(); + + $this->sealed = true; + + $this->emitter->testRunnerEventFacadeSealed(); + } + + private function createDispatchingEmitter(): DispatchingEmitter + { + return new DispatchingEmitter( + $this->deferredDispatcher(), + $this->createTelemetrySystem(), + ); + } + + private function createTelemetrySystem(): Telemetry\System + { + return new Telemetry\System( + new Telemetry\SystemStopWatch, + new Telemetry\SystemMemoryMeter, + $this->garbageCollectorStatusProvider(), + ); + } + + private function deferredDispatcher(): DeferringDispatcher + { + if ($this->deferringDispatcher === null) { + $this->deferringDispatcher = new DeferringDispatcher( + new DirectDispatcher($this->typeMap()), + ); + } + + return $this->deferringDispatcher; + } + + private function typeMap(): TypeMap + { + if ($this->typeMap === null) { + $typeMap = new TypeMap; + + $this->registerDefaultTypes($typeMap); + + $this->typeMap = $typeMap; + } + + return $this->typeMap; + } + + private function registerDefaultTypes(TypeMap $typeMap): void + { + $defaultEvents = [ + Application\Started::class, + Application\Finished::class, + + Test\DataProviderMethodCalled::class, + Test\DataProviderMethodFinished::class, + Test\MarkedIncomplete::class, + Test\AfterLastTestMethodCalled::class, + Test\AfterLastTestMethodFinished::class, + Test\AfterTestMethodCalled::class, + Test\AfterTestMethodFinished::class, + Test\AssertionSucceeded::class, + Test\AssertionFailed::class, + Test\BeforeFirstTestMethodCalled::class, + Test\BeforeFirstTestMethodErrored::class, + Test\BeforeFirstTestMethodFinished::class, + Test\BeforeTestMethodCalled::class, + Test\BeforeTestMethodFinished::class, + Test\ComparatorRegistered::class, + Test\ConsideredRisky::class, + Test\DeprecationTriggered::class, + Test\Errored::class, + Test\ErrorTriggered::class, + Test\Failed::class, + Test\Finished::class, + Test\NoticeTriggered::class, + Test\Passed::class, + Test\PhpDeprecationTriggered::class, + Test\PhpNoticeTriggered::class, + Test\PhpunitDeprecationTriggered::class, + Test\PhpunitErrorTriggered::class, + Test\PhpunitWarningTriggered::class, + Test\PhpWarningTriggered::class, + Test\PostConditionCalled::class, + Test\PostConditionFinished::class, + Test\PreConditionCalled::class, + Test\PreConditionFinished::class, + Test\PreparationStarted::class, + Test\Prepared::class, + Test\PreparationFailed::class, + Test\PrintedUnexpectedOutput::class, + Test\Skipped::class, + Test\WarningTriggered::class, + + Test\MockObjectCreated::class, + Test\MockObjectForAbstractClassCreated::class, + Test\MockObjectForIntersectionOfInterfacesCreated::class, + Test\MockObjectForTraitCreated::class, + Test\MockObjectFromWsdlCreated::class, + Test\PartialMockObjectCreated::class, + Test\TestProxyCreated::class, + Test\TestStubCreated::class, + Test\TestStubForIntersectionOfInterfacesCreated::class, + + TestRunner\BootstrapFinished::class, + TestRunner\Configured::class, + TestRunner\EventFacadeSealed::class, + TestRunner\ExecutionAborted::class, + TestRunner\ExecutionFinished::class, + TestRunner\ExecutionStarted::class, + TestRunner\ExtensionLoadedFromPhar::class, + TestRunner\ExtensionBootstrapped::class, + TestRunner\Finished::class, + TestRunner\Started::class, + TestRunner\DeprecationTriggered::class, + TestRunner\WarningTriggered::class, + TestRunner\GarbageCollectionDisabled::class, + TestRunner\GarbageCollectionTriggered::class, + TestRunner\GarbageCollectionEnabled::class, + + TestSuite\Filtered::class, + TestSuite\Finished::class, + TestSuite\Loaded::class, + TestSuite\Skipped::class, + TestSuite\Sorted::class, + TestSuite\Started::class, + ]; + + foreach ($defaultEvents as $eventClass) { + $typeMap->addMapping( + $eventClass . 'Subscriber', + $eventClass, + ); + } + } + + private function garbageCollectorStatusProvider(): Telemetry\GarbageCollectorStatusProvider + { + if (!isset(gc_status()['running'])) { + return new Php81GarbageCollectorStatusProvider; + } + + return new Php83GarbageCollectorStatusProvider; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Subscriber.php b/Sources/vendor/phpunit/phpunit/src/Event/Subscriber.php new file mode 100644 index 00000000..e0455c02 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Subscriber.php @@ -0,0 +1,17 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface Subscriber +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Tracer.php b/Sources/vendor/phpunit/phpunit/src/Event/Tracer.php new file mode 100644 index 00000000..3b029fdf --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Tracer.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Tracer; + +use PHPUnit\Event\Event; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface Tracer +{ + public function trace(Event $event): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/TypeMap.php b/Sources/vendor/phpunit/phpunit/src/Event/TypeMap.php new file mode 100644 index 00000000..b4217320 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/TypeMap.php @@ -0,0 +1,190 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event; + +use function array_key_exists; +use function class_exists; +use function class_implements; +use function in_array; +use function interface_exists; +use function sprintf; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TypeMap +{ + /** + * @psalm-var array + */ + private array $mapping = []; + + /** + * @psalm-param class-string $subscriberInterface + * @psalm-param class-string $eventClass + * + * @throws EventAlreadyAssignedException + * @throws InvalidEventException + * @throws InvalidSubscriberException + * @throws SubscriberTypeAlreadyRegisteredException + * @throws UnknownEventException + * @throws UnknownSubscriberException + */ + public function addMapping(string $subscriberInterface, string $eventClass): void + { + $this->ensureSubscriberInterfaceExists($subscriberInterface); + $this->ensureSubscriberInterfaceExtendsInterface($subscriberInterface); + $this->ensureEventClassExists($eventClass); + $this->ensureEventClassImplementsEventInterface($eventClass); + $this->ensureSubscriberWasNotAlreadyRegistered($subscriberInterface); + $this->ensureEventWasNotAlreadyAssigned($eventClass); + + $this->mapping[$subscriberInterface] = $eventClass; + } + + public function isKnownSubscriberType(Subscriber $subscriber): bool + { + foreach (class_implements($subscriber) as $interface) { + if (array_key_exists($interface, $this->mapping)) { + return true; + } + } + + return false; + } + + public function isKnownEventType(Event $event): bool + { + return in_array($event::class, $this->mapping, true); + } + + /** + * @psalm-return class-string + * + * @throws MapError + */ + public function map(Subscriber $subscriber): string + { + foreach (class_implements($subscriber) as $interface) { + if (array_key_exists($interface, $this->mapping)) { + return $this->mapping[$interface]; + } + } + + throw new MapError( + sprintf( + 'Subscriber "%s" does not implement a known interface', + $subscriber::class, + ), + ); + } + + /** + * @psalm-param class-string $subscriberInterface + * + * @throws UnknownSubscriberException + */ + private function ensureSubscriberInterfaceExists(string $subscriberInterface): void + { + if (!interface_exists($subscriberInterface)) { + throw new UnknownSubscriberException( + sprintf( + 'Subscriber "%s" does not exist or is not an interface', + $subscriberInterface, + ), + ); + } + } + + /** + * @psalm-param class-string $eventClass + * + * @throws UnknownEventException + */ + private function ensureEventClassExists(string $eventClass): void + { + if (!class_exists($eventClass)) { + throw new UnknownEventException( + sprintf( + 'Event class "%s" does not exist', + $eventClass, + ), + ); + } + } + + /** + * @psalm-param class-string $subscriberInterface + * + * @throws InvalidSubscriberException + */ + private function ensureSubscriberInterfaceExtendsInterface(string $subscriberInterface): void + { + if (!in_array(Subscriber::class, class_implements($subscriberInterface), true)) { + throw new InvalidSubscriberException( + sprintf( + 'Subscriber "%s" does not extend Subscriber interface', + $subscriberInterface, + ), + ); + } + } + + /** + * @psalm-param class-string $eventClass + * + * @throws InvalidEventException + */ + private function ensureEventClassImplementsEventInterface(string $eventClass): void + { + if (!in_array(Event::class, class_implements($eventClass), true)) { + throw new InvalidEventException( + sprintf( + 'Event "%s" does not implement Event interface', + $eventClass, + ), + ); + } + } + + /** + * @psalm-param class-string $subscriberInterface + * + * @throws SubscriberTypeAlreadyRegisteredException + */ + private function ensureSubscriberWasNotAlreadyRegistered(string $subscriberInterface): void + { + if (array_key_exists($subscriberInterface, $this->mapping)) { + throw new SubscriberTypeAlreadyRegisteredException( + sprintf( + 'Subscriber type "%s" already registered', + $subscriberInterface, + ), + ); + } + } + + /** + * @psalm-param class-string $eventClass + * + * @throws EventAlreadyAssignedException + */ + private function ensureEventWasNotAlreadyAssigned(string $eventClass): void + { + if (in_array($eventClass, $this->mapping, true)) { + throw new EventAlreadyAssignedException( + sprintf( + 'Event "%s" already assigned', + $eventClass, + ), + ); + } + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Value/ClassMethod.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/ClassMethod.php new file mode 100644 index 00000000..5b7d56c2 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/ClassMethod.php @@ -0,0 +1,54 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Code; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class ClassMethod +{ + /** + * @psalm-var class-string + */ + private readonly string $className; + + /** + * @psalm-var non-empty-string + */ + private readonly string $methodName; + + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + */ + public function __construct(string $className, string $methodName) + { + $this->className = $className; + $this->methodName = $methodName; + } + + /** + * @psalm-return class-string + */ + public function className(): string + { + return $this->className; + } + + /** + * @psalm-return non-empty-string + */ + public function methodName(): string + { + return $this->methodName; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Value/ComparisonFailure.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/ComparisonFailure.php new file mode 100644 index 00000000..b8e5cc93 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/ComparisonFailure.php @@ -0,0 +1,44 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Code; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class ComparisonFailure +{ + private readonly string $expected; + private readonly string $actual; + private readonly string $diff; + + public function __construct(string $expected, string $actual, string $diff) + { + $this->expected = $expected; + $this->actual = $actual; + $this->diff = $diff; + } + + public function expected(): string + { + return $this->expected; + } + + public function actual(): string + { + return $this->actual; + } + + public function diff(): string + { + return $this->diff; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Value/ComparisonFailureBuilder.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/ComparisonFailureBuilder.php new file mode 100644 index 00000000..be411a9d --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/ComparisonFailureBuilder.php @@ -0,0 +1,68 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Code; + +use function is_bool; +use function is_scalar; +use function print_r; +use PHPUnit\Framework\ExpectationFailedException; +use Throwable; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class ComparisonFailureBuilder +{ + public static function from(Throwable $t): ?ComparisonFailure + { + if (!$t instanceof ExpectationFailedException) { + return null; + } + + if (!$t->getComparisonFailure()) { + return null; + } + + $expectedAsString = $t->getComparisonFailure()->getExpectedAsString(); + + if (empty($expectedAsString)) { + $expectedAsString = self::mapScalarValueToString($t->getComparisonFailure()->getExpected()); + } + + $actualAsString = $t->getComparisonFailure()->getActualAsString(); + + if (empty($actualAsString)) { + $actualAsString = self::mapScalarValueToString($t->getComparisonFailure()->getActual()); + } + + return new ComparisonFailure( + $expectedAsString, + $actualAsString, + $t->getComparisonFailure()->getDiff(), + ); + } + + private static function mapScalarValueToString(mixed $value): string + { + if ($value === null) { + return 'null'; + } + + if (is_bool($value)) { + return $value ? 'true' : 'false'; + } + + if (is_scalar($value)) { + return print_r($value, true); + } + + return ''; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Value/Runtime/OperatingSystem.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/Runtime/OperatingSystem.php new file mode 100644 index 00000000..a901be43 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/Runtime/OperatingSystem.php @@ -0,0 +1,40 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Runtime; + +use const PHP_OS; +use const PHP_OS_FAMILY; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class OperatingSystem +{ + private readonly string $operatingSystem; + private readonly string $operatingSystemFamily; + + public function __construct() + { + $this->operatingSystem = PHP_OS; + $this->operatingSystemFamily = PHP_OS_FAMILY; + } + + public function operatingSystem(): string + { + return $this->operatingSystem; + } + + public function operatingSystemFamily(): string + { + return $this->operatingSystemFamily; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Value/Runtime/PHP.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/Runtime/PHP.php new file mode 100644 index 00000000..717f3c12 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/Runtime/PHP.php @@ -0,0 +1,105 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Runtime; + +use const PHP_EXTRA_VERSION; +use const PHP_MAJOR_VERSION; +use const PHP_MINOR_VERSION; +use const PHP_RELEASE_VERSION; +use const PHP_SAPI; +use const PHP_VERSION; +use const PHP_VERSION_ID; +use function array_merge; +use function get_loaded_extensions; +use function sort; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class PHP +{ + private readonly string $version; + private readonly int $versionId; + private readonly int $majorVersion; + private readonly int $minorVersion; + private readonly int $releaseVersion; + private readonly string $extraVersion; + private readonly string $sapi; + + /** + * @psalm-var list + */ + private readonly array $extensions; + + public function __construct() + { + $this->version = PHP_VERSION; + $this->versionId = PHP_VERSION_ID; + $this->majorVersion = PHP_MAJOR_VERSION; + $this->minorVersion = PHP_MINOR_VERSION; + $this->releaseVersion = PHP_RELEASE_VERSION; + $this->extraVersion = PHP_EXTRA_VERSION; + $this->sapi = PHP_SAPI; + + $extensions = array_merge( + get_loaded_extensions(true), + get_loaded_extensions(), + ); + + sort($extensions); + + $this->extensions = $extensions; + } + + public function version(): string + { + return $this->version; + } + + public function sapi(): string + { + return $this->sapi; + } + + public function majorVersion(): int + { + return $this->majorVersion; + } + + public function minorVersion(): int + { + return $this->minorVersion; + } + + public function releaseVersion(): int + { + return $this->releaseVersion; + } + + public function extraVersion(): string + { + return $this->extraVersion; + } + + public function versionId(): int + { + return $this->versionId; + } + + /** + * @psalm-return list + */ + public function extensions(): array + { + return $this->extensions; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Value/Runtime/PHPUnit.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/Runtime/PHPUnit.php new file mode 100644 index 00000000..f6fb0375 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/Runtime/PHPUnit.php @@ -0,0 +1,39 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Runtime; + +use PHPUnit\Runner\Version; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class PHPUnit +{ + private readonly string $versionId; + private readonly string $releaseSeries; + + public function __construct() + { + $this->versionId = Version::id(); + $this->releaseSeries = Version::series(); + } + + public function versionId(): string + { + return $this->versionId; + } + + public function releaseSeries(): string + { + return $this->releaseSeries; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Value/Runtime/Runtime.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/Runtime/Runtime.php new file mode 100644 index 00000000..cea7ba32 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/Runtime/Runtime.php @@ -0,0 +1,59 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Runtime; + +use function sprintf; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class Runtime +{ + private readonly OperatingSystem $operatingSystem; + private readonly PHP $php; + private readonly PHPUnit $phpunit; + + public function __construct() + { + $this->operatingSystem = new OperatingSystem; + $this->php = new PHP; + $this->phpunit = new PHPUnit; + } + + public function asString(): string + { + $php = $this->php(); + + return sprintf( + 'PHPUnit %s using PHP %s (%s) on %s', + $this->phpunit()->versionId(), + $php->version(), + $php->sapi(), + $this->operatingSystem()->operatingSystem(), + ); + } + + public function operatingSystem(): OperatingSystem + { + return $this->operatingSystem; + } + + public function php(): PHP + { + return $this->php; + } + + public function phpunit(): PHPUnit + { + return $this->phpunit; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/Duration.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/Duration.php new file mode 100644 index 00000000..000216cd --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/Duration.php @@ -0,0 +1,148 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Telemetry; + +use function floor; +use function sprintf; +use PHPUnit\Event\InvalidArgumentException; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class Duration +{ + private readonly int $seconds; + private readonly int $nanoseconds; + + /** + * @throws InvalidArgumentException + */ + public static function fromSecondsAndNanoseconds(int $seconds, int $nanoseconds): self + { + return new self( + $seconds, + $nanoseconds, + ); + } + + /** + * @throws InvalidArgumentException + */ + private function __construct(int $seconds, int $nanoseconds) + { + $this->ensureNotNegative($seconds, 'seconds'); + $this->ensureNotNegative($nanoseconds, 'nanoseconds'); + $this->ensureNanoSecondsInRange($nanoseconds); + + $this->seconds = $seconds; + $this->nanoseconds = $nanoseconds; + } + + public function seconds(): int + { + return $this->seconds; + } + + public function nanoseconds(): int + { + return $this->nanoseconds; + } + + public function asFloat(): float + { + return $this->seconds() + ($this->nanoseconds() / 1000000000); + } + + public function asString(): string + { + $seconds = $this->seconds(); + $minutes = 0; + $hours = 0; + + if ($seconds > 60 * 60) { + $hours = floor($seconds / 60 / 60); + $seconds -= ($hours * 60 * 60); + } + + if ($seconds > 60) { + $minutes = floor($seconds / 60); + $seconds -= ($minutes * 60); + } + + return sprintf( + '%02d:%02d:%02d.%09d', + $hours, + $minutes, + $seconds, + $this->nanoseconds(), + ); + } + + public function equals(self $other): bool + { + return $this->seconds === $other->seconds && + $this->nanoseconds === $other->nanoseconds; + } + + public function isLessThan(self $other): bool + { + if ($this->seconds < $other->seconds) { + return true; + } + + if ($this->seconds > $other->seconds) { + return false; + } + + return $this->nanoseconds < $other->nanoseconds; + } + + public function isGreaterThan(self $other): bool + { + if ($this->seconds > $other->seconds) { + return true; + } + + if ($this->seconds < $other->seconds) { + return false; + } + + return $this->nanoseconds > $other->nanoseconds; + } + + /** + * @throws InvalidArgumentException + */ + private function ensureNotNegative(int $value, string $type): void + { + if ($value < 0) { + throw new InvalidArgumentException( + sprintf( + 'Value for %s must not be negative.', + $type, + ), + ); + } + } + + /** + * @throws InvalidArgumentException + */ + private function ensureNanoSecondsInRange(int $nanoseconds): void + { + if ($nanoseconds > 999999999) { + throw new InvalidArgumentException( + 'Value for nanoseconds must not be greater than 999999999.', + ); + } + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/GarbageCollectorStatus.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/GarbageCollectorStatus.php new file mode 100644 index 00000000..51a5ac68 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/GarbageCollectorStatus.php @@ -0,0 +1,180 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Telemetry; + +use PHPUnit\Event\RuntimeException; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class GarbageCollectorStatus +{ + private readonly int $runs; + private readonly int $collected; + private readonly int $threshold; + private readonly int $roots; + private readonly ?float $applicationTime; + private readonly ?float $collectorTime; + private readonly ?float $destructorTime; + private readonly ?float $freeTime; + private readonly ?bool $running; + private readonly ?bool $protected; + private readonly ?bool $full; + private readonly ?int $bufferSize; + + public function __construct(int $runs, int $collected, int $threshold, int $roots, ?float $applicationTime, ?float $collectorTime, ?float $destructorTime, ?float $freeTime, ?bool $running, ?bool $protected, ?bool $full, ?int $bufferSize) + { + $this->runs = $runs; + $this->collected = $collected; + $this->threshold = $threshold; + $this->roots = $roots; + $this->applicationTime = $applicationTime; + $this->collectorTime = $collectorTime; + $this->destructorTime = $destructorTime; + $this->freeTime = $freeTime; + $this->running = $running; + $this->protected = $protected; + $this->full = $full; + $this->bufferSize = $bufferSize; + } + + public function runs(): int + { + return $this->runs; + } + + public function collected(): int + { + return $this->collected; + } + + public function threshold(): int + { + return $this->threshold; + } + + public function roots(): int + { + return $this->roots; + } + + /** + * @psalm-assert-if-true !null $this->applicationTime + * @psalm-assert-if-true !null $this->collectorTime + * @psalm-assert-if-true !null $this->destructorTime + * @psalm-assert-if-true !null $this->freeTime + * @psalm-assert-if-true !null $this->running + * @psalm-assert-if-true !null $this->protected + * @psalm-assert-if-true !null $this->full + * @psalm-assert-if-true !null $this->bufferSize + */ + public function hasExtendedInformation(): bool + { + return $this->running !== null; + } + + /** + * @throws RuntimeException on PHP < 8.3 + */ + public function applicationTime(): float + { + if ($this->applicationTime === null) { + throw new RuntimeException('Information not available'); + } + + return $this->applicationTime; + } + + /** + * @throws RuntimeException on PHP < 8.3 + */ + public function collectorTime(): float + { + if ($this->collectorTime === null) { + throw new RuntimeException('Information not available'); + } + + return $this->collectorTime; + } + + /** + * @throws RuntimeException on PHP < 8.3 + */ + public function destructorTime(): float + { + if ($this->destructorTime === null) { + throw new RuntimeException('Information not available'); + } + + return $this->destructorTime; + } + + /** + * @throws RuntimeException on PHP < 8.3 + */ + public function freeTime(): float + { + if ($this->freeTime === null) { + throw new RuntimeException('Information not available'); + } + + return $this->freeTime; + } + + /** + * @throws RuntimeException on PHP < 8.3 + */ + public function isRunning(): bool + { + if ($this->running === null) { + throw new RuntimeException('Information not available'); + } + + return $this->running; + } + + /** + * @throws RuntimeException on PHP < 8.3 + */ + public function isProtected(): bool + { + if ($this->protected === null) { + throw new RuntimeException('Information not available'); + } + + return $this->protected; + } + + /** + * @throws RuntimeException on PHP < 8.3 + */ + public function isFull(): bool + { + if ($this->full === null) { + throw new RuntimeException('Information not available'); + } + + return $this->full; + } + + /** + * @throws RuntimeException on PHP < 8.3 + */ + public function bufferSize(): int + { + if ($this->bufferSize === null) { + throw new RuntimeException('Information not available'); + } + + return $this->bufferSize; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/GarbageCollectorStatusProvider.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/GarbageCollectorStatusProvider.php new file mode 100644 index 00000000..15651208 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/GarbageCollectorStatusProvider.php @@ -0,0 +1,18 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Telemetry; + +/** + * @internal This interface is not covered by the backward compatibility promise for PHPUnit + */ +interface GarbageCollectorStatusProvider +{ + public function status(): GarbageCollectorStatus; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/HRTime.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/HRTime.php new file mode 100644 index 00000000..5a82ebb8 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/HRTime.php @@ -0,0 +1,109 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Telemetry; + +use function sprintf; +use PHPUnit\Event\InvalidArgumentException; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class HRTime +{ + private readonly int $seconds; + private readonly int $nanoseconds; + + /** + * @throws InvalidArgumentException + */ + public static function fromSecondsAndNanoseconds(int $seconds, int $nanoseconds): self + { + return new self( + $seconds, + $nanoseconds, + ); + } + + /** + * @throws InvalidArgumentException + */ + private function __construct(int $seconds, int $nanoseconds) + { + $this->ensureNotNegative($seconds, 'seconds'); + $this->ensureNotNegative($nanoseconds, 'nanoseconds'); + $this->ensureNanoSecondsInRange($nanoseconds); + + $this->seconds = $seconds; + $this->nanoseconds = $nanoseconds; + } + + public function seconds(): int + { + return $this->seconds; + } + + public function nanoseconds(): int + { + return $this->nanoseconds; + } + + /** + * @throws InvalidArgumentException + */ + public function duration(self $start): Duration + { + $seconds = $this->seconds - $start->seconds(); + $nanoseconds = $this->nanoseconds - $start->nanoseconds(); + + if ($nanoseconds < 0) { + $seconds--; + + $nanoseconds += 1000000000; + } + + if ($seconds < 0) { + throw new InvalidArgumentException('Start needs to be smaller.'); + } + + return Duration::fromSecondsAndNanoseconds( + $seconds, + $nanoseconds, + ); + } + + /** + * @throws InvalidArgumentException + */ + private function ensureNotNegative(int $value, string $type): void + { + if ($value < 0) { + throw new InvalidArgumentException( + sprintf( + 'Value for %s must not be negative.', + $type, + ), + ); + } + } + + /** + * @throws InvalidArgumentException + */ + private function ensureNanoSecondsInRange(int $nanoseconds): void + { + if ($nanoseconds > 999999999) { + throw new InvalidArgumentException( + 'Value for nanoseconds must not be greater than 999999999.', + ); + } + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/Info.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/Info.php new file mode 100644 index 00000000..1546d940 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/Info.php @@ -0,0 +1,85 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Telemetry; + +use function sprintf; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class Info +{ + private readonly Snapshot $current; + private readonly Duration $durationSinceStart; + private readonly MemoryUsage $memorySinceStart; + private readonly Duration $durationSincePrevious; + private readonly MemoryUsage $memorySincePrevious; + + public function __construct(Snapshot $current, Duration $durationSinceStart, MemoryUsage $memorySinceStart, Duration $durationSincePrevious, MemoryUsage $memorySincePrevious) + { + $this->current = $current; + $this->durationSinceStart = $durationSinceStart; + $this->memorySinceStart = $memorySinceStart; + $this->durationSincePrevious = $durationSincePrevious; + $this->memorySincePrevious = $memorySincePrevious; + } + + public function time(): HRTime + { + return $this->current->time(); + } + + public function memoryUsage(): MemoryUsage + { + return $this->current->memoryUsage(); + } + + public function peakMemoryUsage(): MemoryUsage + { + return $this->current->peakMemoryUsage(); + } + + public function durationSinceStart(): Duration + { + return $this->durationSinceStart; + } + + public function memoryUsageSinceStart(): MemoryUsage + { + return $this->memorySinceStart; + } + + public function durationSincePrevious(): Duration + { + return $this->durationSincePrevious; + } + + public function memoryUsageSincePrevious(): MemoryUsage + { + return $this->memorySincePrevious; + } + + public function garbageCollectorStatus(): GarbageCollectorStatus + { + return $this->current->garbageCollectorStatus(); + } + + public function asString(): string + { + return sprintf( + '[%s / %s] [%d bytes]', + $this->durationSinceStart()->asString(), + $this->durationSincePrevious()->asString(), + $this->memoryUsage()->bytes(), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/MemoryMeter.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/MemoryMeter.php new file mode 100644 index 00000000..4955397e --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/MemoryMeter.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Telemetry; + +/** + * @internal This interface is not covered by the backward compatibility promise for PHPUnit + */ +interface MemoryMeter +{ + public function memoryUsage(): MemoryUsage; + + public function peakMemoryUsage(): MemoryUsage; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/MemoryUsage.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/MemoryUsage.php new file mode 100644 index 00000000..7e8bc699 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/MemoryUsage.php @@ -0,0 +1,40 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class MemoryUsage +{ + private readonly int $bytes; + + public static function fromBytes(int $bytes): self + { + return new self($bytes); + } + + private function __construct(int $bytes) + { + $this->bytes = $bytes; + } + + public function bytes(): int + { + return $this->bytes; + } + + public function diff(self $other): self + { + return self::fromBytes($this->bytes - $other->bytes); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/Php81GarbageCollectorStatusProvider.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/Php81GarbageCollectorStatusProvider.php new file mode 100644 index 00000000..335a7e24 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/Php81GarbageCollectorStatusProvider.php @@ -0,0 +1,38 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Telemetry; + +use function gc_status; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class Php81GarbageCollectorStatusProvider implements GarbageCollectorStatusProvider +{ + public function status(): GarbageCollectorStatus + { + $status = gc_status(); + + return new GarbageCollectorStatus( + $status['runs'], + $status['collected'], + $status['threshold'], + $status['roots'], + null, + null, + null, + null, + null, + null, + null, + null, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/Php83GarbageCollectorStatusProvider.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/Php83GarbageCollectorStatusProvider.php new file mode 100644 index 00000000..c3808b6b --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/Php83GarbageCollectorStatusProvider.php @@ -0,0 +1,38 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Telemetry; + +use function gc_status; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class Php83GarbageCollectorStatusProvider implements GarbageCollectorStatusProvider +{ + public function status(): GarbageCollectorStatus + { + $status = gc_status(); + + return new GarbageCollectorStatus( + $status['runs'], + $status['collected'], + $status['threshold'], + $status['roots'], + $status['application_time'], + $status['collector_time'], + $status['destructor_time'], + $status['free_time'], + $status['running'], + $status['protected'], + $status['full'], + $status['buffer_size'], + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/Snapshot.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/Snapshot.php new file mode 100644 index 00000000..6c5a1659 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/Snapshot.php @@ -0,0 +1,51 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Telemetry; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class Snapshot +{ + private readonly HRTime $time; + private readonly MemoryUsage $memoryUsage; + private readonly MemoryUsage $peakMemoryUsage; + private readonly GarbageCollectorStatus $garbageCollectorStatus; + + public function __construct(HRTime $time, MemoryUsage $memoryUsage, MemoryUsage $peakMemoryUsage, GarbageCollectorStatus $garbageCollectorStatus) + { + $this->time = $time; + $this->memoryUsage = $memoryUsage; + $this->peakMemoryUsage = $peakMemoryUsage; + $this->garbageCollectorStatus = $garbageCollectorStatus; + } + + public function time(): HRTime + { + return $this->time; + } + + public function memoryUsage(): MemoryUsage + { + return $this->memoryUsage; + } + + public function peakMemoryUsage(): MemoryUsage + { + return $this->peakMemoryUsage; + } + + public function garbageCollectorStatus(): GarbageCollectorStatus + { + return $this->garbageCollectorStatus; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/StopWatch.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/StopWatch.php new file mode 100644 index 00000000..8a149257 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/StopWatch.php @@ -0,0 +1,18 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Telemetry; + +/** + * @internal This interface is not covered by the backward compatibility promise for PHPUnit + */ +interface StopWatch +{ + public function current(): HRTime; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/System.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/System.php new file mode 100644 index 00000000..53b394da --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/System.php @@ -0,0 +1,37 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Telemetry; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class System +{ + private readonly StopWatch $stopWatch; + private readonly MemoryMeter $memoryMeter; + private readonly GarbageCollectorStatusProvider $garbageCollectorStatusProvider; + + public function __construct(StopWatch $stopWatch, MemoryMeter $memoryMeter, GarbageCollectorStatusProvider $garbageCollectorStatusProvider) + { + $this->stopWatch = $stopWatch; + $this->memoryMeter = $memoryMeter; + $this->garbageCollectorStatusProvider = $garbageCollectorStatusProvider; + } + + public function snapshot(): Snapshot + { + return new Snapshot( + $this->stopWatch->current(), + $this->memoryMeter->memoryUsage(), + $this->memoryMeter->peakMemoryUsage(), + $this->garbageCollectorStatusProvider->status(), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/SystemMemoryMeter.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/SystemMemoryMeter.php new file mode 100644 index 00000000..f052f6f4 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/SystemMemoryMeter.php @@ -0,0 +1,29 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Telemetry; + +use function memory_get_peak_usage; +use function memory_get_usage; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class SystemMemoryMeter implements MemoryMeter +{ + public function memoryUsage(): MemoryUsage + { + return MemoryUsage::fromBytes(memory_get_usage(true)); + } + + public function peakMemoryUsage(): MemoryUsage + { + return MemoryUsage::fromBytes(memory_get_peak_usage(true)); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/SystemStopWatch.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/SystemStopWatch.php new file mode 100644 index 00000000..bf37fb4e --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/SystemStopWatch.php @@ -0,0 +1,27 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Telemetry; + +use function hrtime; +use PHPUnit\Event\InvalidArgumentException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class SystemStopWatch implements StopWatch +{ + /** + * @throws InvalidArgumentException + */ + public function current(): HRTime + { + return HRTime::fromSecondsAndNanoseconds(...hrtime()); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/SystemStopWatchWithOffset.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/SystemStopWatchWithOffset.php new file mode 100644 index 00000000..f4515787 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/Telemetry/SystemStopWatchWithOffset.php @@ -0,0 +1,42 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Telemetry; + +use function hrtime; +use PHPUnit\Event\InvalidArgumentException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class SystemStopWatchWithOffset implements StopWatch +{ + private ?HRTime $offset; + + public function __construct(HRTime $offset) + { + $this->offset = $offset; + } + + /** + * @throws InvalidArgumentException + */ + public function current(): HRTime + { + if ($this->offset !== null) { + $offset = $this->offset; + + $this->offset = null; + + return $offset; + } + + return HRTime::fromSecondsAndNanoseconds(...hrtime()); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Value/Test/Phpt.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/Test/Phpt.php new file mode 100644 index 00000000..10567871 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/Test/Phpt.php @@ -0,0 +1,42 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Code; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class Phpt extends Test +{ + /** + * @psalm-assert-if-true Phpt $this + */ + public function isPhpt(): bool + { + return true; + } + + /** + * @psalm-return non-empty-string + */ + public function id(): string + { + return $this->file(); + } + + /** + * @psalm-return non-empty-string + */ + public function name(): string + { + return $this->file(); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Value/Test/Test.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/Test/Test.php new file mode 100644 index 00000000..6ec899c6 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/Test/Test.php @@ -0,0 +1,65 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Code; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +abstract class Test +{ + /** + * @psalm-var non-empty-string + */ + private readonly string $file; + + /** + * @psalm-param non-empty-string $file + */ + public function __construct(string $file) + { + $this->file = $file; + } + + /** + * @psalm-return non-empty-string + */ + public function file(): string + { + return $this->file; + } + + /** + * @psalm-assert-if-true TestMethod $this + */ + public function isTestMethod(): bool + { + return false; + } + + /** + * @psalm-assert-if-true Phpt $this + */ + public function isPhpt(): bool + { + return false; + } + + /** + * @psalm-return non-empty-string + */ + abstract public function id(): string; + + /** + * @psalm-return non-empty-string + */ + abstract public function name(): string; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestCollection.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestCollection.php new file mode 100644 index 00000000..2656e1ce --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestCollection.php @@ -0,0 +1,60 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Code; + +use function count; +use Countable; +use IteratorAggregate; + +/** + * @template-implements IteratorAggregate + * + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class TestCollection implements Countable, IteratorAggregate +{ + /** + * @psalm-var list + */ + private readonly array $tests; + + /** + * @psalm-param list $tests + */ + public static function fromArray(array $tests): self + { + return new self(...$tests); + } + + private function __construct(Test ...$tests) + { + $this->tests = $tests; + } + + /** + * @psalm-return list + */ + public function asArray(): array + { + return $this->tests; + } + + public function count(): int + { + return count($this->tests); + } + + public function getIterator(): TestCollectionIterator + { + return new TestCollectionIterator($this); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestCollectionIterator.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestCollectionIterator.php new file mode 100644 index 00000000..a392a60e --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestCollectionIterator.php @@ -0,0 +1,57 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Code; + +use function count; +use Iterator; + +/** + * @template-implements Iterator + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class TestCollectionIterator implements Iterator +{ + /** + * @psalm-var list + */ + private readonly array $tests; + private int $position = 0; + + public function __construct(TestCollection $tests) + { + $this->tests = $tests->asArray(); + } + + public function rewind(): void + { + $this->position = 0; + } + + public function valid(): bool + { + return $this->position < count($this->tests); + } + + public function key(): int + { + return $this->position; + } + + public function current(): Test + { + return $this->tests[$this->position]; + } + + public function next(): void + { + $this->position++; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestData/DataFromDataProvider.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestData/DataFromDataProvider.php new file mode 100644 index 00000000..7ca96dd0 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestData/DataFromDataProvider.php @@ -0,0 +1,45 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestData; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class DataFromDataProvider extends TestData +{ + private readonly int|string $dataSetName; + + public static function from(int|string $dataSetName, string $data): self + { + return new self($dataSetName, $data); + } + + protected function __construct(int|string $dataSetName, string $data) + { + $this->dataSetName = $dataSetName; + + parent::__construct($data); + } + + public function dataSetName(): int|string + { + return $this->dataSetName; + } + + /** + * @psalm-assert-if-true DataFromDataProvider $this + */ + public function isFromDataProvider(): bool + { + return true; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Hook/AfterLastTestHook.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestData/DataFromTestDependency.php old mode 100755 new mode 100644 similarity index 50% rename from Sources/vendor/phpunit/phpunit/src/Runner/Hook/AfterLastTestHook.php rename to Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestData/DataFromTestDependency.php index eb789f26..48fa5cdc --- a/Sources/vendor/phpunit/phpunit/src/Runner/Hook/AfterLastTestHook.php +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestData/DataFromTestDependency.php @@ -7,18 +7,25 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Runner; +namespace PHPUnit\Event\TestData; /** - * This interface, as well as the associated mechanism for extending PHPUnit, - * will be removed in PHPUnit 10. There is no alternative available in this - * version of PHPUnit. + * @psalm-immutable * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit - * - * @see https://github.com/sebastianbergmann/phpunit/issues/4676 */ -interface AfterLastTestHook extends Hook +final class DataFromTestDependency extends TestData { - public function executeAfterLastTest(): void; + public static function from(string $data): self + { + return new self($data); + } + + /** + * @psalm-assert-if-true DataFromTestDependency $this + */ + public function isFromTestDependency(): bool + { + return true; + } } diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestData/TestData.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestData/TestData.php new file mode 100644 index 00000000..dd68d1f6 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestData/TestData.php @@ -0,0 +1,46 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestData; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +abstract class TestData +{ + private readonly string $data; + + protected function __construct(string $data) + { + $this->data = $data; + } + + public function data(): string + { + return $this->data; + } + + /** + * @psalm-assert-if-true DataFromDataProvider $this + */ + public function isFromDataProvider(): bool + { + return false; + } + + /** + * @psalm-assert-if-true DataFromTestDependency $this + */ + public function isFromTestDependency(): bool + { + return false; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestData/TestDataCollection.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestData/TestDataCollection.php new file mode 100644 index 00000000..55012259 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestData/TestDataCollection.php @@ -0,0 +1,104 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestData; + +use function count; +use Countable; +use IteratorAggregate; + +/** + * @template-implements IteratorAggregate + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class TestDataCollection implements Countable, IteratorAggregate +{ + /** + * @psalm-var list + */ + private readonly array $data; + private ?DataFromDataProvider $fromDataProvider = null; + + /** + * @psalm-param list $data + * + * @throws MoreThanOneDataSetFromDataProviderException + */ + public static function fromArray(array $data): self + { + return new self(...$data); + } + + /** + * @throws MoreThanOneDataSetFromDataProviderException + */ + private function __construct(TestData ...$data) + { + $this->ensureNoMoreThanOneDataFromDataProvider($data); + + $this->data = $data; + } + + /** + * @psalm-return list + */ + public function asArray(): array + { + return $this->data; + } + + public function count(): int + { + return count($this->data); + } + + /** + * @psalm-assert-if-true !null $this->fromDataProvider + */ + public function hasDataFromDataProvider(): bool + { + return $this->fromDataProvider !== null; + } + + /** + * @throws NoDataSetFromDataProviderException + */ + public function dataFromDataProvider(): DataFromDataProvider + { + if (!$this->hasDataFromDataProvider()) { + throw new NoDataSetFromDataProviderException; + } + + return $this->fromDataProvider; + } + + public function getIterator(): TestDataCollectionIterator + { + return new TestDataCollectionIterator($this); + } + + /** + * @psalm-param list $data + * + * @throws MoreThanOneDataSetFromDataProviderException + */ + private function ensureNoMoreThanOneDataFromDataProvider(array $data): void + { + foreach ($data as $_data) { + if ($_data->isFromDataProvider()) { + if ($this->fromDataProvider !== null) { + throw new MoreThanOneDataSetFromDataProviderException; + } + + $this->fromDataProvider = $_data; + } + } + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestData/TestDataCollectionIterator.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestData/TestDataCollectionIterator.php new file mode 100644 index 00000000..93f02c49 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestData/TestDataCollectionIterator.php @@ -0,0 +1,57 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestData; + +use function count; +use Iterator; + +/** + * @template-implements Iterator + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class TestDataCollectionIterator implements Iterator +{ + /** + * @psalm-var list + */ + private readonly array $data; + private int $position = 0; + + public function __construct(TestDataCollection $data) + { + $this->data = $data->asArray(); + } + + public function rewind(): void + { + $this->position = 0; + } + + public function valid(): bool + { + return $this->position < count($this->data); + } + + public function key(): int + { + return $this->position; + } + + public function current(): TestData + { + return $this->data[$this->position]; + } + + public function next(): void + { + $this->position++; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestDox.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestDox.php new file mode 100644 index 00000000..948d55fd --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestDox.php @@ -0,0 +1,43 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Code; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class TestDox +{ + private readonly string $prettifiedClassName; + private readonly string $prettifiedMethodName; + private readonly string $prettifiedAndColorizedMethodName; + + public function __construct(string $prettifiedClassName, string $prettifiedMethodName, string $prettifiedAndColorizedMethodName) + { + $this->prettifiedClassName = $prettifiedClassName; + $this->prettifiedMethodName = $prettifiedMethodName; + $this->prettifiedAndColorizedMethodName = $prettifiedAndColorizedMethodName; + } + + public function prettifiedClassName(): string + { + return $this->prettifiedClassName; + } + + public function prettifiedMethodName(bool $colorize = false): string + { + if ($colorize) { + return $this->prettifiedAndColorizedMethodName; + } + + return $this->prettifiedMethodName; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestDoxBuilder.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestDoxBuilder.php new file mode 100644 index 00000000..2c174698 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestDoxBuilder.php @@ -0,0 +1,49 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Code; + +use PHPUnit\Event\TestData\MoreThanOneDataSetFromDataProviderException; +use PHPUnit\Framework\TestCase; +use PHPUnit\Logging\TestDox\NamePrettifier; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestDoxBuilder +{ + /** + * @throws MoreThanOneDataSetFromDataProviderException + */ + public static function fromTestCase(TestCase $testCase): TestDox + { + $prettifier = new NamePrettifier; + + return new TestDox( + $prettifier->prettifyTestClassName($testCase::class), + $prettifier->prettifyTestCase($testCase, false), + $prettifier->prettifyTestCase($testCase, true), + ); + } + + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + */ + public static function fromClassNameAndMethodName(string $className, string $methodName): TestDox + { + $prettifier = new NamePrettifier; + + return new TestDox( + $prettifier->prettifyTestClassName($className), + $prettifier->prettifyTestMethodName($methodName), + $prettifier->prettifyTestMethodName($methodName), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestMethod.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestMethod.php new file mode 100644 index 00000000..58b2e015 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestMethod.php @@ -0,0 +1,162 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Code; + +use function assert; +use function is_int; +use function sprintf; +use PHPUnit\Event\TestData\NoDataSetFromDataProviderException; +use PHPUnit\Event\TestData\TestDataCollection; +use PHPUnit\Metadata\MetadataCollection; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class TestMethod extends Test +{ + /** + * @psalm-var class-string + */ + private readonly string $className; + + /** + * @psalm-var non-empty-string + */ + private readonly string $methodName; + + /** + * @psalm-var non-negative-int + */ + private readonly int $line; + private readonly TestDox $testDox; + private readonly MetadataCollection $metadata; + private readonly TestDataCollection $testData; + + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + * @psalm-param non-empty-string $file + * @psalm-param non-negative-int $line + */ + public function __construct(string $className, string $methodName, string $file, int $line, TestDox $testDox, MetadataCollection $metadata, TestDataCollection $testData) + { + parent::__construct($file); + + $this->className = $className; + $this->methodName = $methodName; + $this->line = $line; + $this->testDox = $testDox; + $this->metadata = $metadata; + $this->testData = $testData; + } + + /** + * @psalm-return class-string + */ + public function className(): string + { + return $this->className; + } + + /** + * @psalm-return non-empty-string + */ + public function methodName(): string + { + return $this->methodName; + } + + /** + * @psalm-return non-negative-int + */ + public function line(): int + { + return $this->line; + } + + public function testDox(): TestDox + { + return $this->testDox; + } + + public function metadata(): MetadataCollection + { + return $this->metadata; + } + + public function testData(): TestDataCollection + { + return $this->testData; + } + + /** + * @psalm-assert-if-true TestMethod $this + */ + public function isTestMethod(): bool + { + return true; + } + + /** + * @psalm-return non-empty-string + * + * @throws NoDataSetFromDataProviderException + */ + public function id(): string + { + $buffer = $this->className . '::' . $this->methodName; + + if ($this->testData()->hasDataFromDataProvider()) { + $buffer .= '#' . $this->testData->dataFromDataProvider()->dataSetName(); + } + + return $buffer; + } + + /** + * @psalm-return non-empty-string + * + * @throws NoDataSetFromDataProviderException + */ + public function nameWithClass(): string + { + return $this->className . '::' . $this->name(); + } + + /** + * @psalm-return non-empty-string + * + * @throws NoDataSetFromDataProviderException + */ + public function name(): string + { + if (!$this->testData->hasDataFromDataProvider()) { + return $this->methodName; + } + + $dataSetName = $this->testData->dataFromDataProvider()->dataSetName(); + + if (is_int($dataSetName)) { + $dataSetName = sprintf( + ' with data set #%d', + $dataSetName, + ); + } else { + $dataSetName = sprintf( + ' with data set "%s"', + $dataSetName, + ); + } + + return $this->methodName . $dataSetName; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestMethodBuilder.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestMethodBuilder.php new file mode 100644 index 00000000..8d413f63 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/Test/TestMethodBuilder.php @@ -0,0 +1,94 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Code; + +use function assert; +use function debug_backtrace; +use function is_numeric; +use PHPUnit\Event\Facade as EventFacade; +use PHPUnit\Event\TestData\DataFromDataProvider; +use PHPUnit\Event\TestData\DataFromTestDependency; +use PHPUnit\Event\TestData\MoreThanOneDataSetFromDataProviderException; +use PHPUnit\Event\TestData\TestDataCollection; +use PHPUnit\Framework\TestCase; +use PHPUnit\Metadata\Parser\Registry as MetadataRegistry; +use PHPUnit\Util\Exporter; +use PHPUnit\Util\Reflection; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestMethodBuilder +{ + /** + * @throws MoreThanOneDataSetFromDataProviderException + */ + public static function fromTestCase(TestCase $testCase): TestMethod + { + $methodName = $testCase->name(); + + assert(!empty($methodName)); + + $location = Reflection::sourceLocationFor($testCase::class, $methodName); + + return new TestMethod( + $testCase::class, + $methodName, + $location['file'], + $location['line'], + TestDoxBuilder::fromTestCase($testCase), + MetadataRegistry::parser()->forClassAndMethod($testCase::class, $methodName), + self::dataFor($testCase), + ); + } + + /** + * @throws NoTestCaseObjectOnCallStackException + */ + public static function fromCallStack(): TestMethod + { + foreach (debug_backtrace() as $frame) { + if (isset($frame['object']) && $frame['object'] instanceof TestCase) { + return $frame['object']->valueObjectForEvents(); + } + } + + throw new NoTestCaseObjectOnCallStackException; + } + + /** + * @throws MoreThanOneDataSetFromDataProviderException + */ + private static function dataFor(TestCase $testCase): TestDataCollection + { + $testData = []; + + if ($testCase->usesDataProvider()) { + $dataSetName = $testCase->dataName(); + + if (is_numeric($dataSetName)) { + $dataSetName = (int) $dataSetName; + } + + $testData[] = DataFromDataProvider::from( + $dataSetName, + Exporter::export($testCase->providedData(), EventFacade::emitter()->exportsObjects()), + ); + } + + if ($testCase->hasDependencyInput()) { + $testData[] = DataFromTestDependency::from( + Exporter::export($testCase->dependencyInput(), EventFacade::emitter()->exportsObjects()), + ); + } + + return TestDataCollection::fromArray($testData); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Value/TestSuite/TestSuite.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/TestSuite/TestSuite.php new file mode 100644 index 00000000..744f7095 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/TestSuite/TestSuite.php @@ -0,0 +1,79 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestSuite; + +use PHPUnit\Event\Code\TestCollection; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +abstract class TestSuite +{ + /** + * @psalm-var non-empty-string + */ + private readonly string $name; + private readonly int $count; + private readonly TestCollection $tests; + + /** + * @psalm-param non-empty-string $name + */ + public function __construct(string $name, int $size, TestCollection $tests) + { + $this->name = $name; + $this->count = $size; + $this->tests = $tests; + } + + /** + * @psalm-return non-empty-string + */ + public function name(): string + { + return $this->name; + } + + public function count(): int + { + return $this->count; + } + + public function tests(): TestCollection + { + return $this->tests; + } + + /** + * @psalm-assert-if-true TestSuiteWithName $this + */ + public function isWithName(): bool + { + return false; + } + + /** + * @psalm-assert-if-true TestSuiteForTestClass $this + */ + public function isForTestClass(): bool + { + return false; + } + + /** + * @psalm-assert-if-true TestSuiteForTestMethodWithDataProvider $this + */ + public function isForTestMethodWithDataProvider(): bool + { + return false; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Value/TestSuite/TestSuiteBuilder.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/TestSuite/TestSuiteBuilder.php new file mode 100644 index 00000000..c8988693 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/TestSuite/TestSuiteBuilder.php @@ -0,0 +1,122 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestSuite; + +use function explode; +use PHPUnit\Event\Code\Test; +use PHPUnit\Event\Code\TestCollection; +use PHPUnit\Event\RuntimeException; +use PHPUnit\Framework\DataProviderTestSuite; +use PHPUnit\Framework\TestCase; +use PHPUnit\Framework\TestSuite as FrameworkTestSuite; +use PHPUnit\Runner\PhptTestCase; +use ReflectionClass; +use ReflectionException; +use ReflectionMethod; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestSuiteBuilder +{ + /** + * @throws RuntimeException + */ + public static function from(FrameworkTestSuite $testSuite): TestSuite + { + $groups = []; + + foreach ($testSuite->groupDetails() as $groupName => $tests) { + if (!isset($groups[$groupName])) { + $groups[$groupName] = []; + } + + foreach ($tests as $test) { + $groups[$groupName][] = $test::class; + } + } + + $tests = []; + + self::process($testSuite, $tests); + + if ($testSuite instanceof DataProviderTestSuite) { + [$className, $methodName] = explode('::', $testSuite->name()); + + try { + $reflector = new ReflectionMethod($className, $methodName); + + return new TestSuiteForTestMethodWithDataProvider( + $testSuite->name(), + $testSuite->count(), + TestCollection::fromArray($tests), + $className, + $methodName, + $reflector->getFileName(), + $reflector->getStartLine(), + ); + // @codeCoverageIgnoreStart + } catch (ReflectionException $e) { + throw new RuntimeException( + $e->getMessage(), + $e->getCode(), + $e, + ); + } + // @codeCoverageIgnoreEnd + } + + if ($testSuite->isForTestClass()) { + try { + $reflector = new ReflectionClass($testSuite->name()); + + return new TestSuiteForTestClass( + $testSuite->name(), + $testSuite->count(), + TestCollection::fromArray($tests), + $reflector->getFileName(), + $reflector->getStartLine(), + ); + // @codeCoverageIgnoreStart + } catch (ReflectionException $e) { + throw new RuntimeException( + $e->getMessage(), + $e->getCode(), + $e, + ); + } + // @codeCoverageIgnoreEnd + } + + return new TestSuiteWithName( + $testSuite->name(), + $testSuite->count(), + TestCollection::fromArray($tests), + ); + } + + /** + * @psalm-param list $tests + */ + private static function process(FrameworkTestSuite $testSuite, &$tests): void + { + foreach ($testSuite->tests() as $test) { + if ($test instanceof FrameworkTestSuite) { + self::process($test, $tests); + + continue; + } + + if ($test instanceof TestCase || $test instanceof PhptTestCase) { + $tests[] = $test->valueObjectForEvents(); + } + } + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Value/TestSuite/TestSuiteForTestClass.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/TestSuite/TestSuiteForTestClass.php new file mode 100644 index 00000000..fcfc9d0a --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/TestSuite/TestSuiteForTestClass.php @@ -0,0 +1,65 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestSuite; + +use PHPUnit\Event\Code\TestCollection; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class TestSuiteForTestClass extends TestSuite +{ + /** + * @psalm-var class-string + */ + private readonly string $className; + private readonly string $file; + private readonly int $line; + + /** + * @psalm-param class-string $name + */ + public function __construct(string $name, int $size, TestCollection $tests, string $file, int $line) + { + parent::__construct($name, $size, $tests); + + $this->className = $name; + $this->file = $file; + $this->line = $line; + } + + /** + * @psalm-return class-string + */ + public function className(): string + { + return $this->className; + } + + public function file(): string + { + return $this->file; + } + + public function line(): int + { + return $this->line; + } + + /** + * @psalm-assert-if-true TestSuiteForTestClass $this + */ + public function isForTestClass(): bool + { + return true; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Value/TestSuite/TestSuiteForTestMethodWithDataProvider.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/TestSuite/TestSuiteForTestMethodWithDataProvider.php new file mode 100644 index 00000000..29bebc6f --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/TestSuite/TestSuiteForTestMethodWithDataProvider.php @@ -0,0 +1,81 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestSuite; + +use PHPUnit\Event\Code\TestCollection; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class TestSuiteForTestMethodWithDataProvider extends TestSuite +{ + /** + * @psalm-var class-string + */ + private readonly string $className; + + /** + * @psalm-var non-empty-string + */ + private readonly string $methodName; + private readonly string $file; + private readonly int $line; + + /** + * @psalm-param non-empty-string $name + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + */ + public function __construct(string $name, int $size, TestCollection $tests, string $className, string $methodName, string $file, int $line) + { + parent::__construct($name, $size, $tests); + + $this->className = $className; + $this->methodName = $methodName; + $this->file = $file; + $this->line = $line; + } + + /** + * @psalm-return class-string + */ + public function className(): string + { + return $this->className; + } + + /** + * @psalm-return non-empty-string + */ + public function methodName(): string + { + return $this->methodName; + } + + public function file(): string + { + return $this->file; + } + + public function line(): int + { + return $this->line; + } + + /** + * @psalm-assert-if-true TestSuiteForTestMethodWithDataProvider $this + */ + public function isForTestMethodWithDataProvider(): bool + { + return true; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Value/TestSuite/TestSuiteWithName.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/TestSuite/TestSuiteWithName.php new file mode 100644 index 00000000..68c2f706 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/TestSuite/TestSuiteWithName.php @@ -0,0 +1,26 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\TestSuite; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class TestSuiteWithName extends TestSuite +{ + /** + * @psalm-assert-if-true TestSuiteWithName $this + */ + public function isWithName(): bool + { + return true; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Value/Throwable.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/Throwable.php new file mode 100644 index 00000000..f94a8a22 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/Throwable.php @@ -0,0 +1,103 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Code; + +use const PHP_EOL; +use PHPUnit\Event\NoPreviousThrowableException; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class Throwable +{ + /** + * @psalm-var class-string + */ + private readonly string $className; + private readonly string $message; + private readonly string $description; + private readonly string $stackTrace; + private readonly ?Throwable $previous; + + /** + * @psalm-param class-string $className + */ + public function __construct(string $className, string $message, string $description, string $stackTrace, ?self $previous) + { + $this->className = $className; + $this->message = $message; + $this->description = $description; + $this->stackTrace = $stackTrace; + $this->previous = $previous; + } + + /** + * @throws NoPreviousThrowableException + */ + public function asString(): string + { + $buffer = $this->description(); + + if (!empty($this->stackTrace())) { + $buffer .= PHP_EOL . $this->stackTrace(); + } + + if ($this->hasPrevious()) { + $buffer .= PHP_EOL . 'Caused by' . PHP_EOL . $this->previous()->asString(); + } + + return $buffer; + } + + /** + * @psalm-return class-string + */ + public function className(): string + { + return $this->className; + } + + public function message(): string + { + return $this->message; + } + + public function description(): string + { + return $this->description; + } + + public function stackTrace(): string + { + return $this->stackTrace; + } + + /** + * @psalm-assert-if-true !null $this->previous + */ + public function hasPrevious(): bool + { + return $this->previous !== null; + } + + /** + * @throws NoPreviousThrowableException + */ + public function previous(): self + { + if ($this->previous === null) { + throw new NoPreviousThrowableException; + } + + return $this->previous; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Event/Value/ThrowableBuilder.php b/Sources/vendor/phpunit/phpunit/src/Event/Value/ThrowableBuilder.php new file mode 100644 index 00000000..aed9144f --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Event/Value/ThrowableBuilder.php @@ -0,0 +1,42 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Event\Code; + +use PHPUnit\Event\NoPreviousThrowableException; +use PHPUnit\Framework\Exception; +use PHPUnit\Util\Filter; +use PHPUnit\Util\ThrowableToStringMapper; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class ThrowableBuilder +{ + /** + * @throws Exception + * @throws NoPreviousThrowableException + */ + public static function from(\Throwable $t): Throwable + { + $previous = $t->getPrevious(); + + if ($previous !== null) { + $previous = self::from($previous); + } + + return new Throwable( + $t::class, + $t->getMessage(), + ThrowableToStringMapper::map($t), + Filter::getFilteredStacktrace($t), + $previous, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Exception.php b/Sources/vendor/phpunit/phpunit/src/Exception.php old mode 100755 new mode 100644 index 4e7c3335..21721b70 --- a/Sources/vendor/phpunit/phpunit/src/Exception.php +++ b/Sources/vendor/phpunit/phpunit/src/Exception.php @@ -11,9 +11,6 @@ namespace PHPUnit; use Throwable; -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - */ interface Exception extends Throwable { } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Assert.php b/Sources/vendor/phpunit/phpunit/src/Framework/Assert.php old mode 100755 new mode 100644 index 8724fae7..6694fb6c --- a/Sources/vendor/phpunit/phpunit/src/Framework/Assert.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Assert.php @@ -9,39 +9,17 @@ */ namespace PHPUnit\Framework; -use const DEBUG_BACKTRACE_IGNORE_ARGS; -use const PHP_EOL; -use function array_shift; -use function array_unshift; -use function assert; use function class_exists; use function count; -use function debug_backtrace; -use function explode; use function file_get_contents; -use function func_get_args; -use function implode; use function interface_exists; -use function is_array; use function is_bool; -use function is_int; -use function is_iterable; -use function is_object; -use function is_string; -use function preg_match; -use function preg_split; -use function sprintf; -use function strpos; use ArrayAccess; use Countable; -use DOMAttr; -use DOMDocument; -use DOMElement; use Generator; +use PHPUnit\Event; use PHPUnit\Framework\Constraint\ArrayHasKey; use PHPUnit\Framework\Constraint\Callback; -use PHPUnit\Framework\Constraint\ClassHasAttribute; -use PHPUnit\Framework\Constraint\ClassHasStaticAttribute; use PHPUnit\Framework\Constraint\Constraint; use PHPUnit\Framework\Constraint\Count; use PHPUnit\Framework\Constraint\DirectoryExists; @@ -59,6 +37,7 @@ use PHPUnit\Framework\Constraint\IsIdentical; use PHPUnit\Framework\Constraint\IsInfinite; use PHPUnit\Framework\Constraint\IsInstanceOf; use PHPUnit\Framework\Constraint\IsJson; +use PHPUnit\Framework\Constraint\IsList; use PHPUnit\Framework\Constraint\IsNan; use PHPUnit\Framework\Constraint\IsNull; use PHPUnit\Framework\Constraint\IsReadable; @@ -72,57 +51,35 @@ use PHPUnit\Framework\Constraint\LogicalNot; use PHPUnit\Framework\Constraint\LogicalOr; use PHPUnit\Framework\Constraint\LogicalXor; use PHPUnit\Framework\Constraint\ObjectEquals; -use PHPUnit\Framework\Constraint\ObjectHasAttribute; use PHPUnit\Framework\Constraint\ObjectHasProperty; use PHPUnit\Framework\Constraint\RegularExpression; use PHPUnit\Framework\Constraint\SameSize; use PHPUnit\Framework\Constraint\StringContains; use PHPUnit\Framework\Constraint\StringEndsWith; +use PHPUnit\Framework\Constraint\StringEqualsStringIgnoringLineEndings; use PHPUnit\Framework\Constraint\StringMatchesFormatDescription; use PHPUnit\Framework\Constraint\StringStartsWith; use PHPUnit\Framework\Constraint\TraversableContainsEqual; use PHPUnit\Framework\Constraint\TraversableContainsIdentical; use PHPUnit\Framework\Constraint\TraversableContainsOnly; -use PHPUnit\Util\Type; -use PHPUnit\Util\Xml; use PHPUnit\Util\Xml\Loader as XmlLoader; +use PHPUnit\Util\Xml\XmlException; /** * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit */ abstract class Assert { - /** - * @var int - */ - private static $count = 0; + private static int $count = 0; /** * Asserts that an array has a specified key. * - * @param int|string $key - * @param array|ArrayAccess $array - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws Exception * @throws ExpectationFailedException */ - public static function assertArrayHasKey($key, $array, string $message = ''): void + final public static function assertArrayHasKey(int|string $key, array|ArrayAccess $array, string $message = ''): void { - if (!(is_int($key) || is_string($key))) { - throw InvalidArgumentException::create( - 1, - 'integer or string', - ); - } - - if (!(is_array($array) || $array instanceof ArrayAccess)) { - throw InvalidArgumentException::create( - 2, - 'array or ArrayAccess', - ); - } - $constraint = new ArrayHasKey($key); static::assertThat($array, $constraint, $message); @@ -131,29 +88,11 @@ abstract class Assert /** * Asserts that an array does not have a specified key. * - * @param int|string $key - * @param array|ArrayAccess $array - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws Exception * @throws ExpectationFailedException */ - public static function assertArrayNotHasKey($key, $array, string $message = ''): void + final public static function assertArrayNotHasKey(int|string $key, array|ArrayAccess $array, string $message = ''): void { - if (!(is_int($key) || is_string($key))) { - throw InvalidArgumentException::create( - 1, - 'integer or string', - ); - } - - if (!(is_array($array) || $array instanceof ArrayAccess)) { - throw InvalidArgumentException::create( - 2, - 'array or ArrayAccess', - ); - } - $constraint = new LogicalNot( new ArrayHasKey($key), ); @@ -161,21 +100,35 @@ abstract class Assert static::assertThat($array, $constraint, $message); } + /** + * @throws ExpectationFailedException + */ + final public static function assertIsList(mixed $array, string $message = ''): void + { + static::assertThat( + $array, + new IsList, + $message, + ); + } + /** * Asserts that a haystack contains a needle. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws Exception * @throws ExpectationFailedException */ - public static function assertContains($needle, iterable $haystack, string $message = ''): void + final public static function assertContains(mixed $needle, iterable $haystack, string $message = ''): void { $constraint = new TraversableContainsIdentical($needle); static::assertThat($haystack, $constraint, $message); } - public static function assertContainsEquals($needle, iterable $haystack, string $message = ''): void + /** + * @throws ExpectationFailedException + */ + final public static function assertContainsEquals(mixed $needle, iterable $haystack, string $message = ''): void { $constraint = new TraversableContainsEqual($needle); @@ -185,11 +138,10 @@ abstract class Assert /** * Asserts that a haystack does not contain a needle. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws Exception * @throws ExpectationFailedException */ - public static function assertNotContains($needle, iterable $haystack, string $message = ''): void + final public static function assertNotContains(mixed $needle, iterable $haystack, string $message = ''): void { $constraint = new LogicalNot( new TraversableContainsIdentical($needle), @@ -198,7 +150,10 @@ abstract class Assert static::assertThat($haystack, $constraint, $message); } - public static function assertNotContainsEquals($needle, iterable $haystack, string $message = ''): void + /** + * @throws ExpectationFailedException + */ + final public static function assertNotContainsEquals(mixed $needle, iterable $haystack, string $message = ''): void { $constraint = new LogicalNot(new TraversableContainsEqual($needle)); @@ -208,13 +163,13 @@ abstract class Assert /** * Asserts that a haystack contains only values of a given type. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * @throws Exception * @throws ExpectationFailedException */ - public static function assertContainsOnly(string $type, iterable $haystack, ?bool $isNativeType = null, string $message = ''): void + final public static function assertContainsOnly(string $type, iterable $haystack, ?bool $isNativeType = null, string $message = ''): void { if ($isNativeType === null) { - $isNativeType = Type::isType($type); + $isNativeType = self::isNativeType($type); } static::assertThat( @@ -230,10 +185,10 @@ abstract class Assert /** * Asserts that a haystack contains only instances of a given class name. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * @throws Exception * @throws ExpectationFailedException */ - public static function assertContainsOnlyInstancesOf(string $className, iterable $haystack, string $message = ''): void + final public static function assertContainsOnlyInstancesOf(string $className, iterable $haystack, string $message = ''): void { static::assertThat( $haystack, @@ -248,13 +203,13 @@ abstract class Assert /** * Asserts that a haystack does not contain only values of a given type. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * @throws Exception * @throws ExpectationFailedException */ - public static function assertNotContainsOnly(string $type, iterable $haystack, ?bool $isNativeType = null, string $message = ''): void + final public static function assertNotContainsOnly(string $type, iterable $haystack, ?bool $isNativeType = null, string $message = ''): void { if ($isNativeType === null) { - $isNativeType = Type::isType($type); + $isNativeType = self::isNativeType($type); } static::assertThat( @@ -272,20 +227,14 @@ abstract class Assert /** * Asserts the number of elements of an array, Countable or Traversable. * - * @param Countable|iterable $haystack - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws Exception * @throws ExpectationFailedException + * @throws GeneratorNotSupportedException */ - public static function assertCount(int $expectedCount, $haystack, string $message = ''): void + final public static function assertCount(int $expectedCount, Countable|iterable $haystack, string $message = ''): void { if ($haystack instanceof Generator) { - self::createWarning('Passing an argument of type Generator for the $haystack parameter is deprecated. Support for this will be removed in PHPUnit 10.'); - } - - if (!$haystack instanceof Countable && !is_iterable($haystack)) { - throw InvalidArgumentException::create(2, 'countable or iterable'); + throw GeneratorNotSupportedException::fromParameterName('$haystack'); } static::assertThat( @@ -298,20 +247,14 @@ abstract class Assert /** * Asserts the number of elements of an array, Countable or Traversable. * - * @param Countable|iterable $haystack - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws Exception * @throws ExpectationFailedException + * @throws GeneratorNotSupportedException */ - public static function assertNotCount(int $expectedCount, $haystack, string $message = ''): void + final public static function assertNotCount(int $expectedCount, Countable|iterable $haystack, string $message = ''): void { if ($haystack instanceof Generator) { - self::createWarning('Passing an argument of type Generator for the $haystack parameter is deprecated. Support for this will be removed in PHPUnit 10.'); - } - - if (!$haystack instanceof Countable && !is_iterable($haystack)) { - throw InvalidArgumentException::create(2, 'countable or iterable'); + throw GeneratorNotSupportedException::fromParameterName('$haystack'); } $constraint = new LogicalNot( @@ -324,10 +267,9 @@ abstract class Assert /** * Asserts that two variables are equal. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertEquals($expected, $actual, string $message = ''): void + final public static function assertEquals(mixed $expected, mixed $actual, string $message = ''): void { $constraint = new IsEqual($expected); @@ -337,10 +279,9 @@ abstract class Assert /** * Asserts that two variables are equal (canonicalizing). * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertEqualsCanonicalizing($expected, $actual, string $message = ''): void + final public static function assertEqualsCanonicalizing(mixed $expected, mixed $actual, string $message = ''): void { $constraint = new IsEqualCanonicalizing($expected); @@ -350,10 +291,9 @@ abstract class Assert /** * Asserts that two variables are equal (ignoring case). * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertEqualsIgnoringCase($expected, $actual, string $message = ''): void + final public static function assertEqualsIgnoringCase(mixed $expected, mixed $actual, string $message = ''): void { $constraint = new IsEqualIgnoringCase($expected); @@ -363,10 +303,9 @@ abstract class Assert /** * Asserts that two variables are equal (with delta). * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertEqualsWithDelta($expected, $actual, float $delta, string $message = ''): void + final public static function assertEqualsWithDelta(mixed $expected, mixed $actual, float $delta, string $message = ''): void { $constraint = new IsEqualWithDelta( $expected, @@ -379,10 +318,9 @@ abstract class Assert /** * Asserts that two variables are not equal. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertNotEquals($expected, $actual, string $message = ''): void + final public static function assertNotEquals(mixed $expected, mixed $actual, string $message = ''): void { $constraint = new LogicalNot( new IsEqual($expected), @@ -394,10 +332,9 @@ abstract class Assert /** * Asserts that two variables are not equal (canonicalizing). * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertNotEqualsCanonicalizing($expected, $actual, string $message = ''): void + final public static function assertNotEqualsCanonicalizing(mixed $expected, mixed $actual, string $message = ''): void { $constraint = new LogicalNot( new IsEqualCanonicalizing($expected), @@ -409,10 +346,9 @@ abstract class Assert /** * Asserts that two variables are not equal (ignoring case). * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertNotEqualsIgnoringCase($expected, $actual, string $message = ''): void + final public static function assertNotEqualsIgnoringCase(mixed $expected, mixed $actual, string $message = ''): void { $constraint = new LogicalNot( new IsEqualIgnoringCase($expected), @@ -424,10 +360,9 @@ abstract class Assert /** * Asserts that two variables are not equal (with delta). * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertNotEqualsWithDelta($expected, $actual, float $delta, string $message = ''): void + final public static function assertNotEqualsWithDelta(mixed $expected, mixed $actual, float $delta, string $message = ''): void { $constraint = new LogicalNot( new IsEqualWithDelta( @@ -442,7 +377,7 @@ abstract class Assert /** * @throws ExpectationFailedException */ - public static function assertObjectEquals(object $expected, object $actual, string $method = 'equals', string $message = ''): void + final public static function assertObjectEquals(object $expected, object $actual, string $method = 'equals', string $message = ''): void { static::assertThat( $actual, @@ -454,15 +389,15 @@ abstract class Assert /** * Asserts that a variable is empty. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException + * @throws GeneratorNotSupportedException * * @psalm-assert empty $actual */ - public static function assertEmpty($actual, string $message = ''): void + final public static function assertEmpty(mixed $actual, string $message = ''): void { if ($actual instanceof Generator) { - self::createWarning('Passing an argument of type Generator for the $actual parameter is deprecated. Support for this will be removed in PHPUnit 10.'); + throw GeneratorNotSupportedException::fromParameterName('$actual'); } static::assertThat($actual, static::isEmpty(), $message); @@ -471,15 +406,15 @@ abstract class Assert /** * Asserts that a variable is not empty. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException + * @throws GeneratorNotSupportedException * * @psalm-assert !empty $actual */ - public static function assertNotEmpty($actual, string $message = ''): void + final public static function assertNotEmpty(mixed $actual, string $message = ''): void { if ($actual instanceof Generator) { - self::createWarning('Passing an argument of type Generator for the $actual parameter is deprecated. Support for this will be removed in PHPUnit 10.'); + throw GeneratorNotSupportedException::fromParameterName('$actual'); } static::assertThat($actual, static::logicalNot(static::isEmpty()), $message); @@ -488,10 +423,9 @@ abstract class Assert /** * Asserts that a value is greater than another value. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertGreaterThan($expected, $actual, string $message = ''): void + final public static function assertGreaterThan(mixed $expected, mixed $actual, string $message = ''): void { static::assertThat($actual, static::greaterThan($expected), $message); } @@ -499,10 +433,9 @@ abstract class Assert /** * Asserts that a value is greater than or equal to another value. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertGreaterThanOrEqual($expected, $actual, string $message = ''): void + final public static function assertGreaterThanOrEqual(mixed $expected, mixed $actual, string $message = ''): void { static::assertThat( $actual, @@ -514,10 +447,9 @@ abstract class Assert /** * Asserts that a value is smaller than another value. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertLessThan($expected, $actual, string $message = ''): void + final public static function assertLessThan(mixed $expected, mixed $actual, string $message = ''): void { static::assertThat($actual, static::lessThan($expected), $message); } @@ -525,10 +457,9 @@ abstract class Assert /** * Asserts that a value is smaller than or equal to another value. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertLessThanOrEqual($expected, $actual, string $message = ''): void + final public static function assertLessThanOrEqual(mixed $expected, mixed $actual, string $message = ''): void { static::assertThat($actual, static::lessThanOrEqual($expected), $message); } @@ -537,10 +468,9 @@ abstract class Assert * Asserts that the contents of one file is equal to the contents of another * file. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertFileEquals(string $expected, string $actual, string $message = ''): void + final public static function assertFileEquals(string $expected, string $actual, string $message = ''): void { static::assertFileExists($expected, $message); static::assertFileExists($actual, $message); @@ -554,10 +484,9 @@ abstract class Assert * Asserts that the contents of one file is equal to the contents of another * file (canonicalizing). * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertFileEqualsCanonicalizing(string $expected, string $actual, string $message = ''): void + final public static function assertFileEqualsCanonicalizing(string $expected, string $actual, string $message = ''): void { static::assertFileExists($expected, $message); static::assertFileExists($actual, $message); @@ -573,10 +502,9 @@ abstract class Assert * Asserts that the contents of one file is equal to the contents of another * file (ignoring case). * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertFileEqualsIgnoringCase(string $expected, string $actual, string $message = ''): void + final public static function assertFileEqualsIgnoringCase(string $expected, string $actual, string $message = ''): void { static::assertFileExists($expected, $message); static::assertFileExists($actual, $message); @@ -590,10 +518,9 @@ abstract class Assert * Asserts that the contents of one file is not equal to the contents of * another file. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertFileNotEquals(string $expected, string $actual, string $message = ''): void + final public static function assertFileNotEquals(string $expected, string $actual, string $message = ''): void { static::assertFileExists($expected, $message); static::assertFileExists($actual, $message); @@ -609,10 +536,9 @@ abstract class Assert * Asserts that the contents of one file is not equal to the contents of another * file (canonicalizing). * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertFileNotEqualsCanonicalizing(string $expected, string $actual, string $message = ''): void + final public static function assertFileNotEqualsCanonicalizing(string $expected, string $actual, string $message = ''): void { static::assertFileExists($expected, $message); static::assertFileExists($actual, $message); @@ -628,10 +554,9 @@ abstract class Assert * Asserts that the contents of one file is not equal to the contents of another * file (ignoring case). * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertFileNotEqualsIgnoringCase(string $expected, string $actual, string $message = ''): void + final public static function assertFileNotEqualsIgnoringCase(string $expected, string $actual, string $message = ''): void { static::assertFileExists($expected, $message); static::assertFileExists($actual, $message); @@ -647,10 +572,9 @@ abstract class Assert * Asserts that the contents of a string is equal * to the contents of a file. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertStringEqualsFile(string $expectedFile, string $actualString, string $message = ''): void + final public static function assertStringEqualsFile(string $expectedFile, string $actualString, string $message = ''): void { static::assertFileExists($expectedFile, $message); @@ -663,10 +587,9 @@ abstract class Assert * Asserts that the contents of a string is equal * to the contents of a file (canonicalizing). * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertStringEqualsFileCanonicalizing(string $expectedFile, string $actualString, string $message = ''): void + final public static function assertStringEqualsFileCanonicalizing(string $expectedFile, string $actualString, string $message = ''): void { static::assertFileExists($expectedFile, $message); @@ -679,10 +602,9 @@ abstract class Assert * Asserts that the contents of a string is equal * to the contents of a file (ignoring case). * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertStringEqualsFileIgnoringCase(string $expectedFile, string $actualString, string $message = ''): void + final public static function assertStringEqualsFileIgnoringCase(string $expectedFile, string $actualString, string $message = ''): void { static::assertFileExists($expectedFile, $message); @@ -695,10 +617,9 @@ abstract class Assert * Asserts that the contents of a string is not equal * to the contents of a file. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertStringNotEqualsFile(string $expectedFile, string $actualString, string $message = ''): void + final public static function assertStringNotEqualsFile(string $expectedFile, string $actualString, string $message = ''): void { static::assertFileExists($expectedFile, $message); @@ -713,10 +634,9 @@ abstract class Assert * Asserts that the contents of a string is not equal * to the contents of a file (canonicalizing). * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertStringNotEqualsFileCanonicalizing(string $expectedFile, string $actualString, string $message = ''): void + final public static function assertStringNotEqualsFileCanonicalizing(string $expectedFile, string $actualString, string $message = ''): void { static::assertFileExists($expectedFile, $message); @@ -731,10 +651,9 @@ abstract class Assert * Asserts that the contents of a string is not equal * to the contents of a file (ignoring case). * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertStringNotEqualsFileIgnoringCase(string $expectedFile, string $actualString, string $message = ''): void + final public static function assertStringNotEqualsFileIgnoringCase(string $expectedFile, string $actualString, string $message = ''): void { static::assertFileExists($expectedFile, $message); @@ -748,10 +667,9 @@ abstract class Assert /** * Asserts that a file/dir is readable. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertIsReadable(string $filename, string $message = ''): void + final public static function assertIsReadable(string $filename, string $message = ''): void { static::assertThat($filename, new IsReadable, $message); } @@ -759,38 +677,19 @@ abstract class Assert /** * Asserts that a file/dir exists and is not readable. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * @throws ExpectationFailedException - */ - public static function assertIsNotReadable(string $filename, string $message = ''): void - { - static::assertThat($filename, new LogicalNot(new IsReadable), $message); - } - - /** - * Asserts that a file/dir exists and is not readable. - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException - * - * @codeCoverageIgnore - * - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4062 */ - public static function assertNotIsReadable(string $filename, string $message = ''): void + final public static function assertIsNotReadable(string $filename, string $message = ''): void { - self::createWarning('assertNotIsReadable() is deprecated and will be removed in PHPUnit 10. Refactor your code to use assertIsNotReadable() instead.'); - static::assertThat($filename, new LogicalNot(new IsReadable), $message); } /** * Asserts that a file/dir exists and is writable. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertIsWritable(string $filename, string $message = ''): void + final public static function assertIsWritable(string $filename, string $message = ''): void { static::assertThat($filename, new IsWritable, $message); } @@ -798,38 +697,19 @@ abstract class Assert /** * Asserts that a file/dir exists and is not writable. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertIsNotWritable(string $filename, string $message = ''): void + final public static function assertIsNotWritable(string $filename, string $message = ''): void { static::assertThat($filename, new LogicalNot(new IsWritable), $message); } - /** - * Asserts that a file/dir exists and is not writable. - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * @throws ExpectationFailedException - * - * @codeCoverageIgnore - * - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4065 - */ - public static function assertNotIsWritable(string $filename, string $message = ''): void - { - self::createWarning('assertNotIsWritable() is deprecated and will be removed in PHPUnit 10. Refactor your code to use assertIsNotWritable() instead.'); - - static::assertThat($filename, new LogicalNot(new IsWritable), $message); - } - /** * Asserts that a directory exists. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertDirectoryExists(string $directory, string $message = ''): void + final public static function assertDirectoryExists(string $directory, string $message = ''): void { static::assertThat($directory, new DirectoryExists, $message); } @@ -837,38 +717,19 @@ abstract class Assert /** * Asserts that a directory does not exist. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertDirectoryDoesNotExist(string $directory, string $message = ''): void + final public static function assertDirectoryDoesNotExist(string $directory, string $message = ''): void { static::assertThat($directory, new LogicalNot(new DirectoryExists), $message); } - /** - * Asserts that a directory does not exist. - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * @throws ExpectationFailedException - * - * @codeCoverageIgnore - * - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4068 - */ - public static function assertDirectoryNotExists(string $directory, string $message = ''): void - { - self::createWarning('assertDirectoryNotExists() is deprecated and will be removed in PHPUnit 10. Refactor your code to use assertDirectoryDoesNotExist() instead.'); - - static::assertThat($directory, new LogicalNot(new DirectoryExists), $message); - } - /** * Asserts that a directory exists and is readable. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertDirectoryIsReadable(string $directory, string $message = ''): void + final public static function assertDirectoryIsReadable(string $directory, string $message = ''): void { self::assertDirectoryExists($directory, $message); self::assertIsReadable($directory, $message); @@ -877,29 +738,10 @@ abstract class Assert /** * Asserts that a directory exists and is not readable. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * @throws ExpectationFailedException - */ - public static function assertDirectoryIsNotReadable(string $directory, string $message = ''): void - { - self::assertDirectoryExists($directory, $message); - self::assertIsNotReadable($directory, $message); - } - - /** - * Asserts that a directory exists and is not readable. - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException - * - * @codeCoverageIgnore - * - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4071 */ - public static function assertDirectoryNotIsReadable(string $directory, string $message = ''): void + final public static function assertDirectoryIsNotReadable(string $directory, string $message = ''): void { - self::createWarning('assertDirectoryNotIsReadable() is deprecated and will be removed in PHPUnit 10. Refactor your code to use assertDirectoryIsNotReadable() instead.'); - self::assertDirectoryExists($directory, $message); self::assertIsNotReadable($directory, $message); } @@ -907,10 +749,9 @@ abstract class Assert /** * Asserts that a directory exists and is writable. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertDirectoryIsWritable(string $directory, string $message = ''): void + final public static function assertDirectoryIsWritable(string $directory, string $message = ''): void { self::assertDirectoryExists($directory, $message); self::assertIsWritable($directory, $message); @@ -919,40 +760,20 @@ abstract class Assert /** * Asserts that a directory exists and is not writable. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertDirectoryIsNotWritable(string $directory, string $message = ''): void + final public static function assertDirectoryIsNotWritable(string $directory, string $message = ''): void { self::assertDirectoryExists($directory, $message); self::assertIsNotWritable($directory, $message); } - /** - * Asserts that a directory exists and is not writable. - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * @throws ExpectationFailedException - * - * @codeCoverageIgnore - * - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4074 - */ - public static function assertDirectoryNotIsWritable(string $directory, string $message = ''): void - { - self::createWarning('assertDirectoryNotIsWritable() is deprecated and will be removed in PHPUnit 10. Refactor your code to use assertDirectoryIsNotWritable() instead.'); - - self::assertDirectoryExists($directory, $message); - self::assertIsNotWritable($directory, $message); - } - /** * Asserts that a file exists. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertFileExists(string $filename, string $message = ''): void + final public static function assertFileExists(string $filename, string $message = ''): void { static::assertThat($filename, new FileExists, $message); } @@ -960,38 +781,19 @@ abstract class Assert /** * Asserts that a file does not exist. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertFileDoesNotExist(string $filename, string $message = ''): void + final public static function assertFileDoesNotExist(string $filename, string $message = ''): void { static::assertThat($filename, new LogicalNot(new FileExists), $message); } - /** - * Asserts that a file does not exist. - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * @throws ExpectationFailedException - * - * @codeCoverageIgnore - * - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4077 - */ - public static function assertFileNotExists(string $filename, string $message = ''): void - { - self::createWarning('assertFileNotExists() is deprecated and will be removed in PHPUnit 10. Refactor your code to use assertFileDoesNotExist() instead.'); - - static::assertThat($filename, new LogicalNot(new FileExists), $message); - } - /** * Asserts that a file exists and is readable. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertFileIsReadable(string $file, string $message = ''): void + final public static function assertFileIsReadable(string $file, string $message = ''): void { self::assertFileExists($file, $message); self::assertIsReadable($file, $message); @@ -1000,29 +802,10 @@ abstract class Assert /** * Asserts that a file exists and is not readable. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * @throws ExpectationFailedException - */ - public static function assertFileIsNotReadable(string $file, string $message = ''): void - { - self::assertFileExists($file, $message); - self::assertIsNotReadable($file, $message); - } - - /** - * Asserts that a file exists and is not readable. - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException - * - * @codeCoverageIgnore - * - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4080 */ - public static function assertFileNotIsReadable(string $file, string $message = ''): void + final public static function assertFileIsNotReadable(string $file, string $message = ''): void { - self::createWarning('assertFileNotIsReadable() is deprecated and will be removed in PHPUnit 10. Refactor your code to use assertFileIsNotReadable() instead.'); - self::assertFileExists($file, $message); self::assertIsNotReadable($file, $message); } @@ -1030,10 +813,9 @@ abstract class Assert /** * Asserts that a file exists and is writable. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertFileIsWritable(string $file, string $message = ''): void + final public static function assertFileIsWritable(string $file, string $message = ''): void { self::assertFileExists($file, $message); self::assertIsWritable($file, $message); @@ -1042,29 +824,10 @@ abstract class Assert /** * Asserts that a file exists and is not writable. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertFileIsNotWritable(string $file, string $message = ''): void - { - self::assertFileExists($file, $message); - self::assertIsNotWritable($file, $message); - } - - /** - * Asserts that a file exists and is not writable. - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * @throws ExpectationFailedException - * - * @codeCoverageIgnore - * - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4083 - */ - public static function assertFileNotIsWritable(string $file, string $message = ''): void + final public static function assertFileIsNotWritable(string $file, string $message = ''): void { - self::createWarning('assertFileNotIsWritable() is deprecated and will be removed in PHPUnit 10. Refactor your code to use assertFileIsNotWritable() instead.'); - self::assertFileExists($file, $message); self::assertIsNotWritable($file, $message); } @@ -1072,12 +835,11 @@ abstract class Assert /** * Asserts that a condition is true. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException * * @psalm-assert true $condition */ - public static function assertTrue($condition, string $message = ''): void + final public static function assertTrue(mixed $condition, string $message = ''): void { static::assertThat($condition, static::isTrue(), $message); } @@ -1085,12 +847,11 @@ abstract class Assert /** * Asserts that a condition is not true. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException * * @psalm-assert !true $condition */ - public static function assertNotTrue($condition, string $message = ''): void + final public static function assertNotTrue(mixed $condition, string $message = ''): void { static::assertThat($condition, static::logicalNot(static::isTrue()), $message); } @@ -1098,12 +859,11 @@ abstract class Assert /** * Asserts that a condition is false. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException * * @psalm-assert false $condition */ - public static function assertFalse($condition, string $message = ''): void + final public static function assertFalse(mixed $condition, string $message = ''): void { static::assertThat($condition, static::isFalse(), $message); } @@ -1111,12 +871,11 @@ abstract class Assert /** * Asserts that a condition is not false. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException * * @psalm-assert !false $condition */ - public static function assertNotFalse($condition, string $message = ''): void + final public static function assertNotFalse(mixed $condition, string $message = ''): void { static::assertThat($condition, static::logicalNot(static::isFalse()), $message); } @@ -1124,12 +883,11 @@ abstract class Assert /** * Asserts that a variable is null. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException * * @psalm-assert null $actual */ - public static function assertNull($actual, string $message = ''): void + final public static function assertNull(mixed $actual, string $message = ''): void { static::assertThat($actual, static::isNull(), $message); } @@ -1137,12 +895,11 @@ abstract class Assert /** * Asserts that a variable is not null. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException * * @psalm-assert !null $actual */ - public static function assertNotNull($actual, string $message = ''): void + final public static function assertNotNull(mixed $actual, string $message = ''): void { static::assertThat($actual, static::logicalNot(static::isNull()), $message); } @@ -1150,10 +907,9 @@ abstract class Assert /** * Asserts that a variable is finite. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertFinite($actual, string $message = ''): void + final public static function assertFinite(mixed $actual, string $message = ''): void { static::assertThat($actual, static::isFinite(), $message); } @@ -1161,10 +917,9 @@ abstract class Assert /** * Asserts that a variable is infinite. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertInfinite($actual, string $message = ''): void + final public static function assertInfinite(mixed $actual, string $message = ''): void { static::assertThat($actual, static::isInfinite(), $message); } @@ -1172,188 +927,13 @@ abstract class Assert /** * Asserts that a variable is nan. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertNan($actual, string $message = ''): void + final public static function assertNan(mixed $actual, string $message = ''): void { static::assertThat($actual, static::isNan(), $message); } - /** - * Asserts that a class has a specified attribute. - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * @throws Exception - * @throws ExpectationFailedException - * - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4601 - */ - public static function assertClassHasAttribute(string $attributeName, string $className, string $message = ''): void - { - self::createWarning('assertClassHasAttribute() is deprecated and will be removed in PHPUnit 10.'); - - if (!self::isValidClassAttributeName($attributeName)) { - throw InvalidArgumentException::create(1, 'valid attribute name'); - } - - if (!class_exists($className)) { - throw InvalidArgumentException::create(2, 'class name'); - } - - static::assertThat($className, new ClassHasAttribute($attributeName), $message); - } - - /** - * Asserts that a class does not have a specified attribute. - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * @throws Exception - * @throws ExpectationFailedException - * - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4601 - */ - public static function assertClassNotHasAttribute(string $attributeName, string $className, string $message = ''): void - { - self::createWarning('assertClassNotHasAttribute() is deprecated and will be removed in PHPUnit 10.'); - - if (!self::isValidClassAttributeName($attributeName)) { - throw InvalidArgumentException::create(1, 'valid attribute name'); - } - - if (!class_exists($className)) { - throw InvalidArgumentException::create(2, 'class name'); - } - - static::assertThat( - $className, - new LogicalNot( - new ClassHasAttribute($attributeName), - ), - $message, - ); - } - - /** - * Asserts that a class has a specified static attribute. - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * @throws Exception - * @throws ExpectationFailedException - * - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4601 - */ - public static function assertClassHasStaticAttribute(string $attributeName, string $className, string $message = ''): void - { - self::createWarning('assertClassHasStaticAttribute() is deprecated and will be removed in PHPUnit 10.'); - - if (!self::isValidClassAttributeName($attributeName)) { - throw InvalidArgumentException::create(1, 'valid attribute name'); - } - - if (!class_exists($className)) { - throw InvalidArgumentException::create(2, 'class name'); - } - - static::assertThat( - $className, - new ClassHasStaticAttribute($attributeName), - $message, - ); - } - - /** - * Asserts that a class does not have a specified static attribute. - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * @throws Exception - * @throws ExpectationFailedException - * - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4601 - */ - public static function assertClassNotHasStaticAttribute(string $attributeName, string $className, string $message = ''): void - { - self::createWarning('assertClassNotHasStaticAttribute() is deprecated and will be removed in PHPUnit 10.'); - - if (!self::isValidClassAttributeName($attributeName)) { - throw InvalidArgumentException::create(1, 'valid attribute name'); - } - - if (!class_exists($className)) { - throw InvalidArgumentException::create(2, 'class name'); - } - - static::assertThat( - $className, - new LogicalNot( - new ClassHasStaticAttribute($attributeName), - ), - $message, - ); - } - - /** - * Asserts that an object has a specified attribute. - * - * @param object $object - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * @throws Exception - * @throws ExpectationFailedException - * - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4601 - */ - public static function assertObjectHasAttribute(string $attributeName, $object, string $message = ''): void - { - self::createWarning('assertObjectHasAttribute() is deprecated and will be removed in PHPUnit 10. Refactor your test to use assertObjectHasProperty() instead.'); - - if (!self::isValidObjectAttributeName($attributeName)) { - throw InvalidArgumentException::create(1, 'valid attribute name'); - } - - if (!is_object($object)) { - throw InvalidArgumentException::create(2, 'object'); - } - - static::assertThat( - $object, - new ObjectHasAttribute($attributeName), - $message, - ); - } - - /** - * Asserts that an object does not have a specified attribute. - * - * @param object $object - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * @throws Exception - * @throws ExpectationFailedException - * - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4601 - */ - public static function assertObjectNotHasAttribute(string $attributeName, $object, string $message = ''): void - { - self::createWarning('assertObjectNotHasAttribute() is deprecated and will be removed in PHPUnit 10. Refactor your test to use assertObjectNotHasProperty() instead.'); - - if (!self::isValidObjectAttributeName($attributeName)) { - throw InvalidArgumentException::create(1, 'valid attribute name'); - } - - if (!is_object($object)) { - throw InvalidArgumentException::create(2, 'object'); - } - - static::assertThat( - $object, - new LogicalNot( - new ObjectHasAttribute($attributeName), - ), - $message, - ); - } - /** * Asserts that an object has a specified property. * @@ -1389,7 +969,6 @@ abstract class Assert * Used on objects, it asserts that two variables reference * the same object. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException * * @psalm-template ExpectedType @@ -1398,7 +977,7 @@ abstract class Assert * * @psalm-assert =ExpectedType $actual */ - public static function assertSame($expected, $actual, string $message = ''): void + final public static function assertSame(mixed $expected, mixed $actual, string $message = ''): void { static::assertThat( $actual, @@ -1412,10 +991,9 @@ abstract class Assert * Used on objects, it asserts that two variables do not reference * the same object. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertNotSame($expected, $actual, string $message = ''): void + final public static function assertNotSame(mixed $expected, mixed $actual, string $message = ''): void { if (is_bool($expected) && is_bool($actual)) { static::assertNotEquals($expected, $actual, $message); @@ -1433,9 +1011,9 @@ abstract class Assert /** * Asserts that a variable is of a given type. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws Exception * @throws ExpectationFailedException + * @throws UnknownClassOrInterfaceException * * @psalm-template ExpectedType of object * @@ -1443,10 +1021,10 @@ abstract class Assert * * @psalm-assert =ExpectedType $actual */ - public static function assertInstanceOf(string $expected, $actual, string $message = ''): void + final public static function assertInstanceOf(string $expected, mixed $actual, string $message = ''): void { if (!class_exists($expected) && !interface_exists($expected)) { - throw InvalidArgumentException::create(1, 'class or interface name'); + throw new UnknownClassOrInterfaceException($expected); } static::assertThat( @@ -1459,7 +1037,6 @@ abstract class Assert /** * Asserts that a variable is not of a given type. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws Exception * @throws ExpectationFailedException * @@ -1469,10 +1046,10 @@ abstract class Assert * * @psalm-assert !ExpectedType $actual */ - public static function assertNotInstanceOf(string $expected, $actual, string $message = ''): void + final public static function assertNotInstanceOf(string $expected, mixed $actual, string $message = ''): void { if (!class_exists($expected) && !interface_exists($expected)) { - throw InvalidArgumentException::create(1, 'class or interface name'); + throw new UnknownClassOrInterfaceException($expected); } static::assertThat( @@ -1487,12 +1064,12 @@ abstract class Assert /** * Asserts that a variable is of type array. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * @throws Exception * @throws ExpectationFailedException * * @psalm-assert array $actual */ - public static function assertIsArray($actual, string $message = ''): void + final public static function assertIsArray(mixed $actual, string $message = ''): void { static::assertThat( $actual, @@ -1504,12 +1081,12 @@ abstract class Assert /** * Asserts that a variable is of type bool. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * @throws Exception * @throws ExpectationFailedException * * @psalm-assert bool $actual */ - public static function assertIsBool($actual, string $message = ''): void + final public static function assertIsBool(mixed $actual, string $message = ''): void { static::assertThat( $actual, @@ -1521,12 +1098,12 @@ abstract class Assert /** * Asserts that a variable is of type float. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * @throws Exception * @throws ExpectationFailedException * * @psalm-assert float $actual */ - public static function assertIsFloat($actual, string $message = ''): void + final public static function assertIsFloat(mixed $actual, string $message = ''): void { static::assertThat( $actual, @@ -1538,12 +1115,12 @@ abstract class Assert /** * Asserts that a variable is of type int. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * @throws Exception * @throws ExpectationFailedException * * @psalm-assert int $actual */ - public static function assertIsInt($actual, string $message = ''): void + final public static function assertIsInt(mixed $actual, string $message = ''): void { static::assertThat( $actual, @@ -1555,12 +1132,12 @@ abstract class Assert /** * Asserts that a variable is of type numeric. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * @throws Exception * @throws ExpectationFailedException * * @psalm-assert numeric $actual */ - public static function assertIsNumeric($actual, string $message = ''): void + final public static function assertIsNumeric(mixed $actual, string $message = ''): void { static::assertThat( $actual, @@ -1572,12 +1149,12 @@ abstract class Assert /** * Asserts that a variable is of type object. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * @throws Exception * @throws ExpectationFailedException * * @psalm-assert object $actual */ - public static function assertIsObject($actual, string $message = ''): void + final public static function assertIsObject(mixed $actual, string $message = ''): void { static::assertThat( $actual, @@ -1589,12 +1166,12 @@ abstract class Assert /** * Asserts that a variable is of type resource. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * @throws Exception * @throws ExpectationFailedException * * @psalm-assert resource $actual */ - public static function assertIsResource($actual, string $message = ''): void + final public static function assertIsResource(mixed $actual, string $message = ''): void { static::assertThat( $actual, @@ -1606,12 +1183,12 @@ abstract class Assert /** * Asserts that a variable is of type resource and is closed. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * @throws Exception * @throws ExpectationFailedException * * @psalm-assert resource $actual */ - public static function assertIsClosedResource($actual, string $message = ''): void + final public static function assertIsClosedResource(mixed $actual, string $message = ''): void { static::assertThat( $actual, @@ -1623,12 +1200,12 @@ abstract class Assert /** * Asserts that a variable is of type string. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * @throws Exception * @throws ExpectationFailedException * * @psalm-assert string $actual */ - public static function assertIsString($actual, string $message = ''): void + final public static function assertIsString(mixed $actual, string $message = ''): void { static::assertThat( $actual, @@ -1640,12 +1217,12 @@ abstract class Assert /** * Asserts that a variable is of type scalar. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * @throws Exception * @throws ExpectationFailedException * * @psalm-assert scalar $actual */ - public static function assertIsScalar($actual, string $message = ''): void + final public static function assertIsScalar(mixed $actual, string $message = ''): void { static::assertThat( $actual, @@ -1657,12 +1234,12 @@ abstract class Assert /** * Asserts that a variable is of type callable. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * @throws Exception * @throws ExpectationFailedException * * @psalm-assert callable $actual */ - public static function assertIsCallable($actual, string $message = ''): void + final public static function assertIsCallable(mixed $actual, string $message = ''): void { static::assertThat( $actual, @@ -1674,12 +1251,12 @@ abstract class Assert /** * Asserts that a variable is of type iterable. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * @throws Exception * @throws ExpectationFailedException * * @psalm-assert iterable $actual */ - public static function assertIsIterable($actual, string $message = ''): void + final public static function assertIsIterable(mixed $actual, string $message = ''): void { static::assertThat( $actual, @@ -1691,12 +1268,12 @@ abstract class Assert /** * Asserts that a variable is not of type array. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * @throws Exception * @throws ExpectationFailedException * * @psalm-assert !array $actual */ - public static function assertIsNotArray($actual, string $message = ''): void + final public static function assertIsNotArray(mixed $actual, string $message = ''): void { static::assertThat( $actual, @@ -1708,12 +1285,12 @@ abstract class Assert /** * Asserts that a variable is not of type bool. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * @throws Exception * @throws ExpectationFailedException * * @psalm-assert !bool $actual */ - public static function assertIsNotBool($actual, string $message = ''): void + final public static function assertIsNotBool(mixed $actual, string $message = ''): void { static::assertThat( $actual, @@ -1725,12 +1302,12 @@ abstract class Assert /** * Asserts that a variable is not of type float. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * @throws Exception * @throws ExpectationFailedException * * @psalm-assert !float $actual */ - public static function assertIsNotFloat($actual, string $message = ''): void + final public static function assertIsNotFloat(mixed $actual, string $message = ''): void { static::assertThat( $actual, @@ -1742,12 +1319,12 @@ abstract class Assert /** * Asserts that a variable is not of type int. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * @throws Exception * @throws ExpectationFailedException * * @psalm-assert !int $actual */ - public static function assertIsNotInt($actual, string $message = ''): void + final public static function assertIsNotInt(mixed $actual, string $message = ''): void { static::assertThat( $actual, @@ -1759,12 +1336,12 @@ abstract class Assert /** * Asserts that a variable is not of type numeric. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * @throws Exception * @throws ExpectationFailedException * * @psalm-assert !numeric $actual */ - public static function assertIsNotNumeric($actual, string $message = ''): void + final public static function assertIsNotNumeric(mixed $actual, string $message = ''): void { static::assertThat( $actual, @@ -1776,12 +1353,12 @@ abstract class Assert /** * Asserts that a variable is not of type object. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * @throws Exception * @throws ExpectationFailedException * * @psalm-assert !object $actual */ - public static function assertIsNotObject($actual, string $message = ''): void + final public static function assertIsNotObject(mixed $actual, string $message = ''): void { static::assertThat( $actual, @@ -1793,12 +1370,12 @@ abstract class Assert /** * Asserts that a variable is not of type resource. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * @throws Exception * @throws ExpectationFailedException * * @psalm-assert !resource $actual */ - public static function assertIsNotResource($actual, string $message = ''): void + final public static function assertIsNotResource(mixed $actual, string $message = ''): void { static::assertThat( $actual, @@ -1810,12 +1387,12 @@ abstract class Assert /** * Asserts that a variable is not of type resource. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * @throws Exception * @throws ExpectationFailedException * * @psalm-assert !resource $actual */ - public static function assertIsNotClosedResource($actual, string $message = ''): void + final public static function assertIsNotClosedResource(mixed $actual, string $message = ''): void { static::assertThat( $actual, @@ -1827,12 +1404,12 @@ abstract class Assert /** * Asserts that a variable is not of type string. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * @throws Exception * @throws ExpectationFailedException * * @psalm-assert !string $actual */ - public static function assertIsNotString($actual, string $message = ''): void + final public static function assertIsNotString(mixed $actual, string $message = ''): void { static::assertThat( $actual, @@ -1844,12 +1421,12 @@ abstract class Assert /** * Asserts that a variable is not of type scalar. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * @throws Exception * @throws ExpectationFailedException * * @psalm-assert !scalar $actual */ - public static function assertIsNotScalar($actual, string $message = ''): void + final public static function assertIsNotScalar(mixed $actual, string $message = ''): void { static::assertThat( $actual, @@ -1861,12 +1438,12 @@ abstract class Assert /** * Asserts that a variable is not of type callable. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * @throws Exception * @throws ExpectationFailedException * * @psalm-assert !callable $actual */ - public static function assertIsNotCallable($actual, string $message = ''): void + final public static function assertIsNotCallable(mixed $actual, string $message = ''): void { static::assertThat( $actual, @@ -1878,12 +1455,12 @@ abstract class Assert /** * Asserts that a variable is not of type iterable. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * @throws Exception * @throws ExpectationFailedException * * @psalm-assert !iterable $actual */ - public static function assertIsNotIterable($actual, string $message = ''): void + final public static function assertIsNotIterable(mixed $actual, string $message = ''): void { static::assertThat( $actual, @@ -1895,38 +1472,19 @@ abstract class Assert /** * Asserts that a string matches a given regular expression. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertMatchesRegularExpression(string $pattern, string $string, string $message = ''): void + final public static function assertMatchesRegularExpression(string $pattern, string $string, string $message = ''): void { static::assertThat($string, new RegularExpression($pattern), $message); } - /** - * Asserts that a string matches a given regular expression. - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * @throws ExpectationFailedException - * - * @codeCoverageIgnore - * - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4086 - */ - public static function assertRegExp(string $pattern, string $string, string $message = ''): void - { - self::createWarning('assertRegExp() is deprecated and will be removed in PHPUnit 10. Refactor your code to use assertMatchesRegularExpression() instead.'); - - static::assertThat($string, new RegularExpression($pattern), $message); - } - /** * Asserts that a string does not match a given regular expression. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertDoesNotMatchRegularExpression(string $pattern, string $string, string $message = ''): void + final public static function assertDoesNotMatchRegularExpression(string $pattern, string $string, string $message = ''): void { static::assertThat( $string, @@ -1937,56 +1495,22 @@ abstract class Assert ); } - /** - * Asserts that a string does not match a given regular expression. - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * @throws ExpectationFailedException - * - * @codeCoverageIgnore - * - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4089 - */ - public static function assertNotRegExp(string $pattern, string $string, string $message = ''): void - { - self::createWarning('assertNotRegExp() is deprecated and will be removed in PHPUnit 10. Refactor your code to use assertDoesNotMatchRegularExpression() instead.'); - - static::assertThat( - $string, - new LogicalNot( - new RegularExpression($pattern), - ), - $message, - ); - } - /** * Assert that the size of two arrays (or `Countable` or `Traversable` objects) * is the same. * - * @param Countable|iterable $expected - * @param Countable|iterable $actual - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws Exception * @throws ExpectationFailedException + * @throws GeneratorNotSupportedException */ - public static function assertSameSize($expected, $actual, string $message = ''): void + final public static function assertSameSize(Countable|iterable $expected, Countable|iterable $actual, string $message = ''): void { if ($expected instanceof Generator) { - self::createWarning('Passing an argument of type Generator for the $expected parameter is deprecated. Support for this will be removed in PHPUnit 10.'); + throw GeneratorNotSupportedException::fromParameterName('$expected'); } if ($actual instanceof Generator) { - self::createWarning('Passing an argument of type Generator for the $actual parameter is deprecated. Support for this will be removed in PHPUnit 10.'); - } - - if (!$expected instanceof Countable && !is_iterable($expected)) { - throw InvalidArgumentException::create(1, 'countable or iterable'); - } - - if (!$actual instanceof Countable && !is_iterable($actual)) { - throw InvalidArgumentException::create(2, 'countable or iterable'); + throw GeneratorNotSupportedException::fromParameterName('$actual'); } static::assertThat( @@ -2000,29 +1524,18 @@ abstract class Assert * Assert that the size of two arrays (or `Countable` or `Traversable` objects) * is not the same. * - * @param Countable|iterable $expected - * @param Countable|iterable $actual - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws Exception * @throws ExpectationFailedException + * @throws GeneratorNotSupportedException */ - public static function assertNotSameSize($expected, $actual, string $message = ''): void + final public static function assertNotSameSize(Countable|iterable $expected, Countable|iterable $actual, string $message = ''): void { if ($expected instanceof Generator) { - self::createWarning('Passing an argument of type Generator for the $expected parameter is deprecated. Support for this will be removed in PHPUnit 10.'); + throw GeneratorNotSupportedException::fromParameterName('$expected'); } if ($actual instanceof Generator) { - self::createWarning('Passing an argument of type Generator for the $actual parameter is deprecated. Support for this will be removed in PHPUnit 10.'); - } - - if (!$expected instanceof Countable && !is_iterable($expected)) { - throw InvalidArgumentException::create(1, 'countable or iterable'); - } - - if (!$actual instanceof Countable && !is_iterable($actual)) { - throw InvalidArgumentException::create(2, 'countable or iterable'); + throw GeneratorNotSupportedException::fromParameterName('$actual'); } static::assertThat( @@ -2034,13 +1547,63 @@ abstract class Assert ); } + /** + * @throws ExpectationFailedException + */ + final public static function assertStringContainsStringIgnoringLineEndings(string $needle, string $haystack, string $message = ''): void + { + static::assertThat($haystack, new StringContains($needle, false, true), $message); + } + + /** + * Asserts that two strings are equal except for line endings. + * + * @throws ExpectationFailedException + */ + final public static function assertStringEqualsStringIgnoringLineEndings(string $expected, string $actual, string $message = ''): void + { + static::assertThat($actual, new StringEqualsStringIgnoringLineEndings($expected), $message); + } + /** * Asserts that a string matches a given format string. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertStringMatchesFormat(string $format, string $string, string $message = ''): void + final public static function assertFileMatchesFormat(string $format, string $actualFile, string $message = ''): void + { + static::assertFileExists($actualFile, $message); + + static::assertThat( + file_get_contents($actualFile), + new StringMatchesFormatDescription($format), + $message, + ); + } + + /** + * Asserts that a string matches a given format string. + * + * @throws ExpectationFailedException + */ + final public static function assertFileMatchesFormatFile(string $formatFile, string $actualFile, string $message = ''): void + { + static::assertFileExists($formatFile, $message); + static::assertFileExists($actualFile, $message); + + static::assertThat( + file_get_contents($actualFile), + new StringMatchesFormatDescription(file_get_contents($formatFile)), + $message, + ); + } + + /** + * Asserts that a string matches a given format string. + * + * @throws ExpectationFailedException + */ + final public static function assertStringMatchesFormat(string $format, string $string, string $message = ''): void { static::assertThat($string, new StringMatchesFormatDescription($format), $message); } @@ -2048,10 +1611,11 @@ abstract class Assert /** * Asserts that a string does not match a given format string. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5472 */ - public static function assertStringNotMatchesFormat(string $format, string $string, string $message = ''): void + final public static function assertStringNotMatchesFormat(string $format, string $string, string $message = ''): void { static::assertThat( $string, @@ -2065,10 +1629,9 @@ abstract class Assert /** * Asserts that a string matches a given format file. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertStringMatchesFormatFile(string $formatFile, string $string, string $message = ''): void + final public static function assertStringMatchesFormatFile(string $formatFile, string $string, string $message = ''): void { static::assertFileExists($formatFile, $message); @@ -2084,10 +1647,11 @@ abstract class Assert /** * Asserts that a string does not match a given format string. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5472 */ - public static function assertStringNotMatchesFormatFile(string $formatFile, string $string, string $message = ''): void + final public static function assertStringNotMatchesFormatFile(string $formatFile, string $string, string $message = ''): void { static::assertFileExists($formatFile, $message); @@ -2105,10 +1669,12 @@ abstract class Assert /** * Asserts that a string starts with a given prefix. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * @psalm-param non-empty-string $prefix + * * @throws ExpectationFailedException + * @throws InvalidArgumentException */ - public static function assertStringStartsWith(string $prefix, string $string, string $message = ''): void + final public static function assertStringStartsWith(string $prefix, string $string, string $message = ''): void { static::assertThat($string, new StringStartsWith($prefix), $message); } @@ -2116,13 +1682,12 @@ abstract class Assert /** * Asserts that a string starts not with a given prefix. * - * @param string $prefix - * @param string $string + * @psalm-param non-empty-string $prefix * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException + * @throws InvalidArgumentException */ - public static function assertStringStartsNotWith($prefix, $string, string $message = ''): void + final public static function assertStringStartsNotWith(string $prefix, string $string, string $message = ''): void { static::assertThat( $string, @@ -2134,21 +1699,19 @@ abstract class Assert } /** - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertStringContainsString(string $needle, string $haystack, string $message = ''): void + final public static function assertStringContainsString(string $needle, string $haystack, string $message = ''): void { - $constraint = new StringContains($needle, false); + $constraint = new StringContains($needle); static::assertThat($haystack, $constraint, $message); } /** - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertStringContainsStringIgnoringCase(string $needle, string $haystack, string $message = ''): void + final public static function assertStringContainsStringIgnoringCase(string $needle, string $haystack, string $message = ''): void { $constraint = new StringContains($needle, true); @@ -2156,10 +1719,9 @@ abstract class Assert } /** - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertStringNotContainsString(string $needle, string $haystack, string $message = ''): void + final public static function assertStringNotContainsString(string $needle, string $haystack, string $message = ''): void { $constraint = new LogicalNot(new StringContains($needle)); @@ -2167,10 +1729,9 @@ abstract class Assert } /** - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertStringNotContainsStringIgnoringCase(string $needle, string $haystack, string $message = ''): void + final public static function assertStringNotContainsStringIgnoringCase(string $needle, string $haystack, string $message = ''): void { $constraint = new LogicalNot(new StringContains($needle, true)); @@ -2180,10 +1741,12 @@ abstract class Assert /** * Asserts that a string ends with a given suffix. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * @psalm-param non-empty-string $suffix + * * @throws ExpectationFailedException + * @throws InvalidArgumentException */ - public static function assertStringEndsWith(string $suffix, string $string, string $message = ''): void + final public static function assertStringEndsWith(string $suffix, string $string, string $message = ''): void { static::assertThat($string, new StringEndsWith($suffix), $message); } @@ -2191,10 +1754,12 @@ abstract class Assert /** * Asserts that a string ends not with a given suffix. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * @psalm-param non-empty-string $suffix + * * @throws ExpectationFailedException + * @throws InvalidArgumentException */ - public static function assertStringEndsNotWith(string $suffix, string $string, string $message = ''): void + final public static function assertStringEndsNotWith(string $suffix, string $string, string $message = ''): void { static::assertThat( $string, @@ -2208,11 +1773,11 @@ abstract class Assert /** * Asserts that two XML files are equal. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws Exception * @throws ExpectationFailedException + * @throws XmlException */ - public static function assertXmlFileEqualsXmlFile(string $expectedFile, string $actualFile, string $message = ''): void + final public static function assertXmlFileEqualsXmlFile(string $expectedFile, string $actualFile, string $message = ''): void { $expected = (new XmlLoader)->loadFile($expectedFile); $actual = (new XmlLoader)->loadFile($actualFile); @@ -2224,10 +1789,9 @@ abstract class Assert * Asserts that two XML files are not equal. * * @throws \PHPUnit\Util\Exception - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertXmlFileNotEqualsXmlFile(string $expectedFile, string $actualFile, string $message = ''): void + final public static function assertXmlFileNotEqualsXmlFile(string $expectedFile, string $actualFile, string $message = ''): void { $expected = (new XmlLoader)->loadFile($expectedFile); $actual = (new XmlLoader)->loadFile($actualFile); @@ -2238,23 +1802,13 @@ abstract class Assert /** * Asserts that two XML documents are equal. * - * @param DOMDocument|string $actualXml - * - * @throws \PHPUnit\Util\Xml\Exception - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException + * @throws XmlException */ - public static function assertXmlStringEqualsXmlFile(string $expectedFile, $actualXml, string $message = ''): void + final public static function assertXmlStringEqualsXmlFile(string $expectedFile, string $actualXml, string $message = ''): void { - if (!is_string($actualXml)) { - self::createWarning('Passing an argument of type DOMDocument for the $actualXml parameter is deprecated. Support for this will be removed in PHPUnit 10.'); - - $actual = $actualXml; - } else { - $actual = (new XmlLoader)->load($actualXml); - } - $expected = (new XmlLoader)->loadFile($expectedFile); + $actual = (new XmlLoader)->load($actualXml); static::assertEquals($expected, $actual, $message); } @@ -2262,23 +1816,13 @@ abstract class Assert /** * Asserts that two XML documents are not equal. * - * @param DOMDocument|string $actualXml - * - * @throws \PHPUnit\Util\Xml\Exception - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException + * @throws XmlException */ - public static function assertXmlStringNotEqualsXmlFile(string $expectedFile, $actualXml, string $message = ''): void + final public static function assertXmlStringNotEqualsXmlFile(string $expectedFile, string $actualXml, string $message = ''): void { - if (!is_string($actualXml)) { - self::createWarning('Passing an argument of type DOMDocument for the $actualXml parameter is deprecated. Support for this will be removed in PHPUnit 10.'); - - $actual = $actualXml; - } else { - $actual = (new XmlLoader)->load($actualXml); - } - $expected = (new XmlLoader)->loadFile($expectedFile); + $actual = (new XmlLoader)->load($actualXml); static::assertNotEquals($expected, $actual, $message); } @@ -2286,30 +1830,13 @@ abstract class Assert /** * Asserts that two XML documents are equal. * - * @param DOMDocument|string $expectedXml - * @param DOMDocument|string $actualXml - * - * @throws \PHPUnit\Util\Xml\Exception - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException + * @throws XmlException */ - public static function assertXmlStringEqualsXmlString($expectedXml, $actualXml, string $message = ''): void + final public static function assertXmlStringEqualsXmlString(string $expectedXml, string $actualXml, string $message = ''): void { - if (!is_string($expectedXml)) { - self::createWarning('Passing an argument of type DOMDocument for the $expectedXml parameter is deprecated. Support for this will be removed in PHPUnit 10.'); - - $expected = $expectedXml; - } else { - $expected = (new XmlLoader)->load($expectedXml); - } - - if (!is_string($actualXml)) { - self::createWarning('Passing an argument of type DOMDocument for the $actualXml parameter is deprecated. Support for this will be removed in PHPUnit 10.'); - - $actual = $actualXml; - } else { - $actual = (new XmlLoader)->load($actualXml); - } + $expected = (new XmlLoader)->load($expectedXml); + $actual = (new XmlLoader)->load($actualXml); static::assertEquals($expected, $actual, $message); } @@ -2317,145 +1844,65 @@ abstract class Assert /** * Asserts that two XML documents are not equal. * - * @param DOMDocument|string $expectedXml - * @param DOMDocument|string $actualXml - * - * @throws \PHPUnit\Util\Xml\Exception - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException + * @throws XmlException */ - public static function assertXmlStringNotEqualsXmlString($expectedXml, $actualXml, string $message = ''): void + final public static function assertXmlStringNotEqualsXmlString(string $expectedXml, string $actualXml, string $message = ''): void { - if (!is_string($expectedXml)) { - self::createWarning('Passing an argument of type DOMDocument for the $expectedXml parameter is deprecated. Support for this will be removed in PHPUnit 10.'); - - $expected = $expectedXml; - } else { - $expected = (new XmlLoader)->load($expectedXml); - } - - if (!is_string($actualXml)) { - self::createWarning('Passing an argument of type DOMDocument for the $actualXml parameter is deprecated. Support for this will be removed in PHPUnit 10.'); - - $actual = $actualXml; - } else { - $actual = (new XmlLoader)->load($actualXml); - } + $expected = (new XmlLoader)->load($expectedXml); + $actual = (new XmlLoader)->load($actualXml); static::assertNotEquals($expected, $actual, $message); } /** - * Asserts that a hierarchy of DOMElements matches. + * Evaluates a PHPUnit\Framework\Constraint matcher object. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * @throws AssertionFailedError * @throws ExpectationFailedException - * - * @codeCoverageIgnore - * - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4091 */ - public static function assertEqualXMLStructure(DOMElement $expectedElement, DOMElement $actualElement, bool $checkAttributes = false, string $message = ''): void + final public static function assertThat(mixed $value, Constraint $constraint, string $message = ''): void { - self::createWarning('assertEqualXMLStructure() is deprecated and will be removed in PHPUnit 10.'); + self::$count += count($constraint); - $expectedElement = Xml::import($expectedElement); - $actualElement = Xml::import($actualElement); + $hasFailed = true; - static::assertSame( - $expectedElement->tagName, - $actualElement->tagName, - $message, - ); + try { + $constraint->evaluate($value, $message); - if ($checkAttributes) { - static::assertSame( - $expectedElement->attributes->length, - $actualElement->attributes->length, - sprintf( - '%s%sNumber of attributes on node "%s" does not match', + $hasFailed = false; + } finally { + if ($hasFailed) { + Event\Facade::emitter()->testAssertionFailed( + $value, + $constraint, $message, - !empty($message) ? "\n" : '', - $expectedElement->tagName, - ), - ); - - for ($i = 0; $i < $expectedElement->attributes->length; $i++) { - $expectedAttribute = $expectedElement->attributes->item($i); - $actualAttribute = $actualElement->attributes->getNamedItem($expectedAttribute->name); - - assert($expectedAttribute instanceof DOMAttr); - - if (!$actualAttribute) { - static::fail( - sprintf( - '%s%sCould not find attribute "%s" on node "%s"', - $message, - !empty($message) ? "\n" : '', - $expectedAttribute->name, - $expectedElement->tagName, - ), - ); - } + ); + } else { + Event\Facade::emitter()->testAssertionSucceeded( + $value, + $constraint, + $message, + ); } } - - Xml::removeCharacterDataNodes($expectedElement); - Xml::removeCharacterDataNodes($actualElement); - - static::assertSame( - $expectedElement->childNodes->length, - $actualElement->childNodes->length, - sprintf( - '%s%sNumber of child nodes of "%s" differs', - $message, - !empty($message) ? "\n" : '', - $expectedElement->tagName, - ), - ); - - for ($i = 0; $i < $expectedElement->childNodes->length; $i++) { - static::assertEqualXMLStructure( - $expectedElement->childNodes->item($i), - $actualElement->childNodes->item($i), - $checkAttributes, - $message, - ); - } - } - - /** - * Evaluates a PHPUnit\Framework\Constraint matcher object. - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * @throws ExpectationFailedException - */ - public static function assertThat($value, Constraint $constraint, string $message = ''): void - { - self::$count += count($constraint); - - $constraint->evaluate($value, $message); } /** * Asserts that a string is a valid JSON string. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertJson(string $actualJson, string $message = ''): void + final public static function assertJson(string $actual, string $message = ''): void { - static::assertThat($actualJson, static::isJson(), $message); + static::assertThat($actual, static::isJson(), $message); } /** * Asserts that two given JSON encoded objects or arrays are equal. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertJsonStringEqualsJsonString(string $expectedJson, string $actualJson, string $message = ''): void + final public static function assertJsonStringEqualsJsonString(string $expectedJson, string $actualJson, string $message = ''): void { static::assertJson($expectedJson, $message); static::assertJson($actualJson, $message); @@ -2466,13 +1913,9 @@ abstract class Assert /** * Asserts that two given JSON encoded objects or arrays are not equal. * - * @param string $expectedJson - * @param string $actualJson - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertJsonStringNotEqualsJsonString($expectedJson, $actualJson, string $message = ''): void + final public static function assertJsonStringNotEqualsJsonString(string $expectedJson, string $actualJson, string $message = ''): void { static::assertJson($expectedJson, $message); static::assertJson($actualJson, $message); @@ -2489,10 +1932,9 @@ abstract class Assert /** * Asserts that the generated JSON encoded object and the content of the given file are equal. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertJsonStringEqualsJsonFile(string $expectedFile, string $actualJson, string $message = ''): void + final public static function assertJsonStringEqualsJsonFile(string $expectedFile, string $actualJson, string $message = ''): void { static::assertFileExists($expectedFile, $message); $expectedJson = file_get_contents($expectedFile); @@ -2506,10 +1948,9 @@ abstract class Assert /** * Asserts that the generated JSON encoded object and the content of the given file are not equal. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertJsonStringNotEqualsJsonFile(string $expectedFile, string $actualJson, string $message = ''): void + final public static function assertJsonStringNotEqualsJsonFile(string $expectedFile, string $actualJson, string $message = ''): void { static::assertFileExists($expectedFile, $message); $expectedJson = file_get_contents($expectedFile); @@ -2529,10 +1970,9 @@ abstract class Assert /** * Asserts that two JSON files are equal. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertJsonFileEqualsJsonFile(string $expectedFile, string $actualFile, string $message = ''): void + final public static function assertJsonFileEqualsJsonFile(string $expectedFile, string $actualFile, string $message = ''): void { static::assertFileExists($expectedFile, $message); static::assertFileExists($actualFile, $message); @@ -2556,10 +1996,9 @@ abstract class Assert /** * Asserts that two JSON files are not equal. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public static function assertJsonFileNotEqualsJsonFile(string $expectedFile, string $actualFile, string $message = ''): void + final public static function assertJsonFileNotEqualsJsonFile(string $expectedFile, string $actualFile, string $message = ''): void { static::assertFileExists($expectedFile, $message); static::assertFileExists($actualFile, $message); @@ -2583,47 +2022,32 @@ abstract class Assert /** * @throws Exception */ - public static function logicalAnd(): LogicalAnd + final public static function logicalAnd(mixed ...$constraints): LogicalAnd { - $constraints = func_get_args(); - - $constraint = new LogicalAnd; - $constraint->setConstraints($constraints); - - return $constraint; + return LogicalAnd::fromConstraints(...$constraints); } - public static function logicalOr(): LogicalOr + final public static function logicalOr(mixed ...$constraints): LogicalOr { - $constraints = func_get_args(); - - $constraint = new LogicalOr; - $constraint->setConstraints($constraints); - - return $constraint; + return LogicalOr::fromConstraints(...$constraints); } - public static function logicalNot(Constraint $constraint): LogicalNot + final public static function logicalNot(Constraint $constraint): LogicalNot { return new LogicalNot($constraint); } - public static function logicalXor(): LogicalXor + final public static function logicalXor(mixed ...$constraints): LogicalXor { - $constraints = func_get_args(); - - $constraint = new LogicalXor; - $constraint->setConstraints($constraints); - - return $constraint; + return LogicalXor::fromConstraints(...$constraints); } - public static function anything(): IsAnything + final public static function anything(): IsAnything { return new IsAnything; } - public static function isTrue(): IsTrue + final public static function isTrue(): IsTrue { return new IsTrue; } @@ -2635,120 +2059,128 @@ abstract class Assert * * @psalm-return Callback */ - public static function callback(callable $callback): Callback + final public static function callback(callable $callback): Callback { return new Callback($callback); } - public static function isFalse(): IsFalse + final public static function isFalse(): IsFalse { return new IsFalse; } - public static function isJson(): IsJson + final public static function isJson(): IsJson { return new IsJson; } - public static function isNull(): IsNull + final public static function isNull(): IsNull { return new IsNull; } - public static function isFinite(): IsFinite + final public static function isFinite(): IsFinite { return new IsFinite; } - public static function isInfinite(): IsInfinite + final public static function isInfinite(): IsInfinite { return new IsInfinite; } - public static function isNan(): IsNan + final public static function isNan(): IsNan { return new IsNan; } - public static function containsEqual($value): TraversableContainsEqual + final public static function containsEqual(mixed $value): TraversableContainsEqual { return new TraversableContainsEqual($value); } - public static function containsIdentical($value): TraversableContainsIdentical + final public static function containsIdentical(mixed $value): TraversableContainsIdentical { return new TraversableContainsIdentical($value); } - public static function containsOnly(string $type): TraversableContainsOnly + /** + * @throws Exception + */ + final public static function containsOnly(string $type): TraversableContainsOnly { return new TraversableContainsOnly($type); } - public static function containsOnlyInstancesOf(string $className): TraversableContainsOnly + /** + * @throws Exception + */ + final public static function containsOnlyInstancesOf(string $className): TraversableContainsOnly { return new TraversableContainsOnly($className, false); } - /** - * @param int|string $key - */ - public static function arrayHasKey($key): ArrayHasKey + final public static function arrayHasKey(int|string $key): ArrayHasKey { return new ArrayHasKey($key); } - public static function equalTo($value): IsEqual + final public static function isList(): IsList + { + return new IsList; + } + + final public static function equalTo(mixed $value): IsEqual { return new IsEqual($value, 0.0, false, false); } - public static function equalToCanonicalizing($value): IsEqualCanonicalizing + final public static function equalToCanonicalizing(mixed $value): IsEqualCanonicalizing { return new IsEqualCanonicalizing($value); } - public static function equalToIgnoringCase($value): IsEqualIgnoringCase + final public static function equalToIgnoringCase(mixed $value): IsEqualIgnoringCase { return new IsEqualIgnoringCase($value); } - public static function equalToWithDelta($value, float $delta): IsEqualWithDelta + final public static function equalToWithDelta(mixed $value, float $delta): IsEqualWithDelta { return new IsEqualWithDelta($value, $delta); } - public static function isEmpty(): IsEmpty + final public static function isEmpty(): IsEmpty { return new IsEmpty; } - public static function isWritable(): IsWritable + final public static function isWritable(): IsWritable { return new IsWritable; } - public static function isReadable(): IsReadable + final public static function isReadable(): IsReadable { return new IsReadable; } - public static function directoryExists(): DirectoryExists + final public static function directoryExists(): DirectoryExists { return new DirectoryExists; } - public static function fileExists(): FileExists + final public static function fileExists(): FileExists { return new FileExists; } - public static function greaterThan($value): GreaterThan + final public static function greaterThan(mixed $value): GreaterThan { return new GreaterThan($value); } - public static function greaterThanOrEqual($value): LogicalOr + final public static function greaterThanOrEqual(mixed $value): LogicalOr { return static::logicalOr( new IsEqual($value), @@ -2756,57 +2188,35 @@ abstract class Assert ); } - /** - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4601 - */ - public static function classHasAttribute(string $attributeName): ClassHasAttribute + final public static function identicalTo(mixed $value): IsIdentical { - self::createWarning('classHasAttribute() is deprecated and will be removed in PHPUnit 10.'); - - return new ClassHasAttribute($attributeName); + return new IsIdentical($value); } /** - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4601 + * @throws UnknownClassOrInterfaceException */ - public static function classHasStaticAttribute(string $attributeName): ClassHasStaticAttribute + final public static function isInstanceOf(string $className): IsInstanceOf { - self::createWarning('classHasStaticAttribute() is deprecated and will be removed in PHPUnit 10.'); - - return new ClassHasStaticAttribute($attributeName); + return new IsInstanceOf($className); } /** - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4601 + * @psalm-param 'array'|'boolean'|'bool'|'double'|'float'|'integer'|'int'|'null'|'numeric'|'object'|'real'|'resource'|'resource (closed)'|'string'|'scalar'|'callable'|'iterable' $type + * + * @throws Exception */ - public static function objectHasAttribute($attributeName): ObjectHasAttribute - { - self::createWarning('objectHasAttribute() is deprecated and will be removed in PHPUnit 10.'); - - return new ObjectHasAttribute($attributeName); - } - - public static function identicalTo($value): IsIdentical - { - return new IsIdentical($value); - } - - public static function isInstanceOf(string $className): IsInstanceOf - { - return new IsInstanceOf($className); - } - - public static function isType(string $type): IsType + final public static function isType(string $type): IsType { return new IsType($type); } - public static function lessThan($value): LessThan + final public static function lessThan(mixed $value): LessThan { return new LessThan($value); } - public static function lessThanOrEqual($value): LogicalOr + final public static function lessThanOrEqual(mixed $value): LogicalOr { return static::logicalOr( new IsEqual($value), @@ -2814,37 +2224,52 @@ abstract class Assert ); } - public static function matchesRegularExpression(string $pattern): RegularExpression + final public static function matchesRegularExpression(string $pattern): RegularExpression { return new RegularExpression($pattern); } - public static function matches(string $string): StringMatchesFormatDescription + final public static function matches(string $string): StringMatchesFormatDescription { return new StringMatchesFormatDescription($string); } - public static function stringStartsWith($prefix): StringStartsWith + /** + * @psalm-param non-empty-string $prefix + * + * @throws InvalidArgumentException + */ + final public static function stringStartsWith(string $prefix): StringStartsWith { return new StringStartsWith($prefix); } - public static function stringContains(string $string, bool $case = true): StringContains + final public static function stringContains(string $string, bool $case = true): StringContains { return new StringContains($string, $case); } - public static function stringEndsWith(string $suffix): StringEndsWith + /** + * @psalm-param non-empty-string $suffix + * + * @throws InvalidArgumentException + */ + final public static function stringEndsWith(string $suffix): StringEndsWith { return new StringEndsWith($suffix); } - public static function countOf(int $count): Count + final public static function stringEqualsStringIgnoringLineEndings(string $string): StringEqualsStringIgnoringLineEndings + { + return new StringEqualsStringIgnoringLineEndings($string); + } + + final public static function countOf(int $count): Count { return new Count($count); } - public static function objectEquals(object $object, string $method = 'equals'): ObjectEquals + final public static function objectEquals(object $object, string $method = 'equals'): ObjectEquals { return new ObjectEquals($object, $method); } @@ -2853,10 +2278,8 @@ abstract class Assert * Fails a test with the given message. * * @throws AssertionFailedError - * - * @psalm-return never-return */ - public static function fail(string $message = ''): void + final public static function fail(string $message = ''): never { self::$count++; @@ -2867,10 +2290,8 @@ abstract class Assert * Mark the test as incomplete. * * @throws IncompleteTestError - * - * @psalm-return never-return */ - public static function markTestIncomplete(string $message = ''): void + final public static function markTestIncomplete(string $message = ''): never { throw new IncompleteTestError($message); } @@ -2878,27 +2299,17 @@ abstract class Assert /** * Mark the test as skipped. * - * @throws SkippedTestError - * @throws SyntheticSkippedError - * - * @psalm-return never-return + * @throws SkippedWithMessageException */ - public static function markTestSkipped(string $message = ''): void + final public static function markTestSkipped(string $message = ''): never { - if ($hint = self::detectLocationHint($message)) { - $trace = debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS); - array_unshift($trace, $hint); - - throw new SyntheticSkippedError($hint['message'], 0, $hint['file'], (int) $hint['line'], $trace); - } - - throw new SkippedTestError($message); + throw new SkippedWithMessageException($message); } /** * Return the current assertion count. */ - public static function getCount(): int + final public static function getCount(): int { return self::$count; } @@ -2906,58 +2317,16 @@ abstract class Assert /** * Reset the assertion counter. */ - public static function resetCount(): void + final public static function resetCount(): void { self::$count = 0; } - private static function detectLocationHint(string $message): ?array + private static function isNativeType(string $type): bool { - $hint = null; - $lines = preg_split('/\r\n|\r|\n/', $message); - - while (strpos($lines[0], '__OFFSET') !== false) { - $offset = explode('=', array_shift($lines)); - - if ($offset[0] === '__OFFSET_FILE') { - $hint['file'] = $offset[1]; - } - - if ($offset[0] === '__OFFSET_LINE') { - $hint['line'] = $offset[1]; - } - } - - if ($hint) { - $hint['message'] = implode(PHP_EOL, $lines); - } - - return $hint; - } - - private static function isValidObjectAttributeName(string $attributeName): bool - { - return (bool) preg_match('/[^\x00-\x1f\x7f-\x9f]+/', $attributeName); - } - - private static function isValidClassAttributeName(string $attributeName): bool - { - return (bool) preg_match('/[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/', $attributeName); - } - - /** - * @codeCoverageIgnore - */ - private static function createWarning(string $warning): void - { - foreach (debug_backtrace() as $step) { - if (isset($step['object']) && $step['object'] instanceof TestCase) { - assert($step['object'] instanceof TestCase); - - $step['object']->addWarning($warning); - - break; - } - } + return match ($type) { + 'numeric', 'integer', 'int', 'iterable', 'float', 'string', 'boolean', 'bool', 'null', 'array', 'object', 'resource', 'scalar' => true, + default => false, + }; } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Assert/Functions.php b/Sources/vendor/phpunit/phpunit/src/Framework/Assert/Functions.php old mode 100755 new mode 100644 index 2005cfde..b421d349 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Assert/Functions.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Assert/Functions.php @@ -13,12 +13,8 @@ use function func_get_args; use function function_exists; use ArrayAccess; use Countable; -use DOMDocument; -use DOMElement; use PHPUnit\Framework\Constraint\ArrayHasKey; use PHPUnit\Framework\Constraint\Callback; -use PHPUnit\Framework\Constraint\ClassHasAttribute; -use PHPUnit\Framework\Constraint\ClassHasStaticAttribute; use PHPUnit\Framework\Constraint\Constraint; use PHPUnit\Framework\Constraint\Count; use PHPUnit\Framework\Constraint\DirectoryExists; @@ -36,6 +32,7 @@ use PHPUnit\Framework\Constraint\IsIdentical; use PHPUnit\Framework\Constraint\IsInfinite; use PHPUnit\Framework\Constraint\IsInstanceOf; use PHPUnit\Framework\Constraint\IsJson; +use PHPUnit\Framework\Constraint\IsList; use PHPUnit\Framework\Constraint\IsNan; use PHPUnit\Framework\Constraint\IsNull; use PHPUnit\Framework\Constraint\IsReadable; @@ -48,17 +45,16 @@ use PHPUnit\Framework\Constraint\LogicalNot; use PHPUnit\Framework\Constraint\LogicalOr; use PHPUnit\Framework\Constraint\LogicalXor; use PHPUnit\Framework\Constraint\ObjectEquals; -use PHPUnit\Framework\Constraint\ObjectHasAttribute; use PHPUnit\Framework\Constraint\RegularExpression; use PHPUnit\Framework\Constraint\StringContains; use PHPUnit\Framework\Constraint\StringEndsWith; +use PHPUnit\Framework\Constraint\StringEqualsStringIgnoringLineEndings; use PHPUnit\Framework\Constraint\StringMatchesFormatDescription; use PHPUnit\Framework\Constraint\StringStartsWith; use PHPUnit\Framework\Constraint\TraversableContainsEqual; use PHPUnit\Framework\Constraint\TraversableContainsIdentical; use PHPUnit\Framework\Constraint\TraversableContainsOnly; use PHPUnit\Framework\MockObject\Rule\AnyInvokedCount as AnyInvokedCountMatcher; -use PHPUnit\Framework\MockObject\Rule\InvokedAtIndex as InvokedAtIndexMatcher; use PHPUnit\Framework\MockObject\Rule\InvokedAtLeastCount as InvokedAtLeastCountMatcher; use PHPUnit\Framework\MockObject\Rule\InvokedAtLeastOnce as InvokedAtLeastOnceMatcher; use PHPUnit\Framework\MockObject\Rule\InvokedAtMostCount as InvokedAtMostCountMatcher; @@ -70,24 +66,21 @@ use PHPUnit\Framework\MockObject\Stub\ReturnCallback as ReturnCallbackStub; use PHPUnit\Framework\MockObject\Stub\ReturnSelf as ReturnSelfStub; use PHPUnit\Framework\MockObject\Stub\ReturnStub; use PHPUnit\Framework\MockObject\Stub\ReturnValueMap as ReturnValueMapStub; +use PHPUnit\Util\Xml\XmlException; use Throwable; if (!function_exists('PHPUnit\Framework\assertArrayHasKey')) { /** * Asserts that an array has a specified key. * - * @param int|string $key - * @param array|ArrayAccess $array - * - * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws Exception + * @throws ExpectationFailedException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @see Assert::assertArrayHasKey */ - function assertArrayHasKey($key, $array, string $message = ''): void + function assertArrayHasKey(int|string $key, array|ArrayAccess $array, string $message = ''): void { Assert::assertArrayHasKey(...func_get_args()); } @@ -97,43 +90,59 @@ if (!function_exists('PHPUnit\Framework\assertArrayNotHasKey')) { /** * Asserts that an array does not have a specified key. * - * @param int|string $key - * @param array|ArrayAccess $array - * - * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws Exception + * @throws ExpectationFailedException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @see Assert::assertArrayNotHasKey */ - function assertArrayNotHasKey($key, $array, string $message = ''): void + function assertArrayNotHasKey(int|string $key, array|ArrayAccess $array, string $message = ''): void { Assert::assertArrayNotHasKey(...func_get_args()); } } +if (!function_exists('PHPUnit\Framework\assertIsList')) { + /** + * @throws ExpectationFailedException + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * + * @see Assert::assertIsList + */ + function assertIsList(mixed $array, string $message = ''): void + { + Assert::assertIsList(...func_get_args()); + } +} + if (!function_exists('PHPUnit\Framework\assertContains')) { /** * Asserts that a haystack contains a needle. * - * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws Exception + * @throws ExpectationFailedException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @see Assert::assertContains */ - function assertContains($needle, iterable $haystack, string $message = ''): void + function assertContains(mixed $needle, iterable $haystack, string $message = ''): void { Assert::assertContains(...func_get_args()); } } if (!function_exists('PHPUnit\Framework\assertContainsEquals')) { - function assertContainsEquals($needle, iterable $haystack, string $message = ''): void + /** + * @throws ExpectationFailedException + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * + * @see Assert::assertContainsEquals + */ + function assertContainsEquals(mixed $needle, iterable $haystack, string $message = ''): void { Assert::assertContainsEquals(...func_get_args()); } @@ -143,22 +152,28 @@ if (!function_exists('PHPUnit\Framework\assertNotContains')) { /** * Asserts that a haystack does not contain a needle. * - * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws Exception + * @throws ExpectationFailedException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @see Assert::assertNotContains */ - function assertNotContains($needle, iterable $haystack, string $message = ''): void + function assertNotContains(mixed $needle, iterable $haystack, string $message = ''): void { Assert::assertNotContains(...func_get_args()); } } if (!function_exists('PHPUnit\Framework\assertNotContainsEquals')) { - function assertNotContainsEquals($needle, iterable $haystack, string $message = ''): void + /** + * @throws ExpectationFailedException + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * + * @see Assert::assertNotContainsEquals + */ + function assertNotContainsEquals(mixed $needle, iterable $haystack, string $message = ''): void { Assert::assertNotContainsEquals(...func_get_args()); } @@ -168,8 +183,8 @@ if (!function_exists('PHPUnit\Framework\assertContainsOnly')) { /** * Asserts that a haystack contains only values of a given type. * + * @throws Exception * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -185,8 +200,8 @@ if (!function_exists('PHPUnit\Framework\assertContainsOnlyInstancesOf')) { /** * Asserts that a haystack contains only instances of a given class name. * + * @throws Exception * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -202,8 +217,8 @@ if (!function_exists('PHPUnit\Framework\assertNotContainsOnly')) { /** * Asserts that a haystack does not contain only values of a given type. * + * @throws Exception * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -219,17 +234,15 @@ if (!function_exists('PHPUnit\Framework\assertCount')) { /** * Asserts the number of elements of an array, Countable or Traversable. * - * @param Countable|iterable $haystack - * - * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws Exception + * @throws ExpectationFailedException + * @throws GeneratorNotSupportedException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @see Assert::assertCount */ - function assertCount(int $expectedCount, $haystack, string $message = ''): void + function assertCount(int $expectedCount, Countable|iterable $haystack, string $message = ''): void { Assert::assertCount(...func_get_args()); } @@ -239,17 +252,15 @@ if (!function_exists('PHPUnit\Framework\assertNotCount')) { /** * Asserts the number of elements of an array, Countable or Traversable. * - * @param Countable|iterable $haystack - * - * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws Exception + * @throws ExpectationFailedException + * @throws GeneratorNotSupportedException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @see Assert::assertNotCount */ - function assertNotCount(int $expectedCount, $haystack, string $message = ''): void + function assertNotCount(int $expectedCount, Countable|iterable $haystack, string $message = ''): void { Assert::assertNotCount(...func_get_args()); } @@ -260,13 +271,12 @@ if (!function_exists('PHPUnit\Framework\assertEquals')) { * Asserts that two variables are equal. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @see Assert::assertEquals */ - function assertEquals($expected, $actual, string $message = ''): void + function assertEquals(mixed $expected, mixed $actual, string $message = ''): void { Assert::assertEquals(...func_get_args()); } @@ -277,13 +287,12 @@ if (!function_exists('PHPUnit\Framework\assertEqualsCanonicalizing')) { * Asserts that two variables are equal (canonicalizing). * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @see Assert::assertEqualsCanonicalizing */ - function assertEqualsCanonicalizing($expected, $actual, string $message = ''): void + function assertEqualsCanonicalizing(mixed $expected, mixed $actual, string $message = ''): void { Assert::assertEqualsCanonicalizing(...func_get_args()); } @@ -294,13 +303,12 @@ if (!function_exists('PHPUnit\Framework\assertEqualsIgnoringCase')) { * Asserts that two variables are equal (ignoring case). * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @see Assert::assertEqualsIgnoringCase */ - function assertEqualsIgnoringCase($expected, $actual, string $message = ''): void + function assertEqualsIgnoringCase(mixed $expected, mixed $actual, string $message = ''): void { Assert::assertEqualsIgnoringCase(...func_get_args()); } @@ -311,13 +319,12 @@ if (!function_exists('PHPUnit\Framework\assertEqualsWithDelta')) { * Asserts that two variables are equal (with delta). * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @see Assert::assertEqualsWithDelta */ - function assertEqualsWithDelta($expected, $actual, float $delta, string $message = ''): void + function assertEqualsWithDelta(mixed $expected, mixed $actual, float $delta, string $message = ''): void { Assert::assertEqualsWithDelta(...func_get_args()); } @@ -328,13 +335,12 @@ if (!function_exists('PHPUnit\Framework\assertNotEquals')) { * Asserts that two variables are not equal. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @see Assert::assertNotEquals */ - function assertNotEquals($expected, $actual, string $message = ''): void + function assertNotEquals(mixed $expected, mixed $actual, string $message = ''): void { Assert::assertNotEquals(...func_get_args()); } @@ -345,13 +351,12 @@ if (!function_exists('PHPUnit\Framework\assertNotEqualsCanonicalizing')) { * Asserts that two variables are not equal (canonicalizing). * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @see Assert::assertNotEqualsCanonicalizing */ - function assertNotEqualsCanonicalizing($expected, $actual, string $message = ''): void + function assertNotEqualsCanonicalizing(mixed $expected, mixed $actual, string $message = ''): void { Assert::assertNotEqualsCanonicalizing(...func_get_args()); } @@ -362,13 +367,12 @@ if (!function_exists('PHPUnit\Framework\assertNotEqualsIgnoringCase')) { * Asserts that two variables are not equal (ignoring case). * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @see Assert::assertNotEqualsIgnoringCase */ - function assertNotEqualsIgnoringCase($expected, $actual, string $message = ''): void + function assertNotEqualsIgnoringCase(mixed $expected, mixed $actual, string $message = ''): void { Assert::assertNotEqualsIgnoringCase(...func_get_args()); } @@ -379,13 +383,12 @@ if (!function_exists('PHPUnit\Framework\assertNotEqualsWithDelta')) { * Asserts that two variables are not equal (with delta). * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @see Assert::assertNotEqualsWithDelta */ - function assertNotEqualsWithDelta($expected, $actual, float $delta, string $message = ''): void + function assertNotEqualsWithDelta(mixed $expected, mixed $actual, float $delta, string $message = ''): void { Assert::assertNotEqualsWithDelta(...func_get_args()); } @@ -410,7 +413,7 @@ if (!function_exists('PHPUnit\Framework\assertEmpty')) { * Asserts that a variable is empty. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * @throws GeneratorNotSupportedException * * @psalm-assert empty $actual * @@ -418,7 +421,7 @@ if (!function_exists('PHPUnit\Framework\assertEmpty')) { * * @see Assert::assertEmpty */ - function assertEmpty($actual, string $message = ''): void + function assertEmpty(mixed $actual, string $message = ''): void { Assert::assertEmpty(...func_get_args()); } @@ -429,7 +432,7 @@ if (!function_exists('PHPUnit\Framework\assertNotEmpty')) { * Asserts that a variable is not empty. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * @throws GeneratorNotSupportedException * * @psalm-assert !empty $actual * @@ -437,7 +440,7 @@ if (!function_exists('PHPUnit\Framework\assertNotEmpty')) { * * @see Assert::assertNotEmpty */ - function assertNotEmpty($actual, string $message = ''): void + function assertNotEmpty(mixed $actual, string $message = ''): void { Assert::assertNotEmpty(...func_get_args()); } @@ -448,13 +451,12 @@ if (!function_exists('PHPUnit\Framework\assertGreaterThan')) { * Asserts that a value is greater than another value. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @see Assert::assertGreaterThan */ - function assertGreaterThan($expected, $actual, string $message = ''): void + function assertGreaterThan(mixed $expected, mixed $actual, string $message = ''): void { Assert::assertGreaterThan(...func_get_args()); } @@ -465,13 +467,12 @@ if (!function_exists('PHPUnit\Framework\assertGreaterThanOrEqual')) { * Asserts that a value is greater than or equal to another value. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @see Assert::assertGreaterThanOrEqual */ - function assertGreaterThanOrEqual($expected, $actual, string $message = ''): void + function assertGreaterThanOrEqual(mixed $expected, mixed $actual, string $message = ''): void { Assert::assertGreaterThanOrEqual(...func_get_args()); } @@ -482,13 +483,12 @@ if (!function_exists('PHPUnit\Framework\assertLessThan')) { * Asserts that a value is smaller than another value. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @see Assert::assertLessThan */ - function assertLessThan($expected, $actual, string $message = ''): void + function assertLessThan(mixed $expected, mixed $actual, string $message = ''): void { Assert::assertLessThan(...func_get_args()); } @@ -499,13 +499,12 @@ if (!function_exists('PHPUnit\Framework\assertLessThanOrEqual')) { * Asserts that a value is smaller than or equal to another value. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @see Assert::assertLessThanOrEqual */ - function assertLessThanOrEqual($expected, $actual, string $message = ''): void + function assertLessThanOrEqual(mixed $expected, mixed $actual, string $message = ''): void { Assert::assertLessThanOrEqual(...func_get_args()); } @@ -517,7 +516,6 @@ if (!function_exists('PHPUnit\Framework\assertFileEquals')) { * file. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -535,7 +533,6 @@ if (!function_exists('PHPUnit\Framework\assertFileEqualsCanonicalizing')) { * file (canonicalizing). * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -553,7 +550,6 @@ if (!function_exists('PHPUnit\Framework\assertFileEqualsIgnoringCase')) { * file (ignoring case). * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -571,7 +567,6 @@ if (!function_exists('PHPUnit\Framework\assertFileNotEquals')) { * another file. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -589,7 +584,6 @@ if (!function_exists('PHPUnit\Framework\assertFileNotEqualsCanonicalizing')) { * file (canonicalizing). * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -607,7 +601,6 @@ if (!function_exists('PHPUnit\Framework\assertFileNotEqualsIgnoringCase')) { * file (ignoring case). * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -625,7 +618,6 @@ if (!function_exists('PHPUnit\Framework\assertStringEqualsFile')) { * to the contents of a file. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -643,7 +635,6 @@ if (!function_exists('PHPUnit\Framework\assertStringEqualsFileCanonicalizing')) * to the contents of a file (canonicalizing). * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -661,7 +652,6 @@ if (!function_exists('PHPUnit\Framework\assertStringEqualsFileIgnoringCase')) { * to the contents of a file (ignoring case). * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -679,7 +669,6 @@ if (!function_exists('PHPUnit\Framework\assertStringNotEqualsFile')) { * to the contents of a file. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -697,7 +686,6 @@ if (!function_exists('PHPUnit\Framework\assertStringNotEqualsFileCanonicalizing' * to the contents of a file (canonicalizing). * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -715,7 +703,6 @@ if (!function_exists('PHPUnit\Framework\assertStringNotEqualsFileIgnoringCase')) * to the contents of a file (ignoring case). * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -732,7 +719,6 @@ if (!function_exists('PHPUnit\Framework\assertIsReadable')) { * Asserts that a file/dir is readable. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -749,7 +735,6 @@ if (!function_exists('PHPUnit\Framework\assertIsNotReadable')) { * Asserts that a file/dir exists and is not readable. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -761,33 +746,11 @@ if (!function_exists('PHPUnit\Framework\assertIsNotReadable')) { } } -if (!function_exists('PHPUnit\Framework\assertNotIsReadable')) { - /** - * Asserts that a file/dir exists and is not readable. - * - * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * - * @codeCoverageIgnore - * - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4062 - * - * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit - * - * @see Assert::assertNotIsReadable - */ - function assertNotIsReadable(string $filename, string $message = ''): void - { - Assert::assertNotIsReadable(...func_get_args()); - } -} - if (!function_exists('PHPUnit\Framework\assertIsWritable')) { /** * Asserts that a file/dir exists and is writable. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -804,7 +767,6 @@ if (!function_exists('PHPUnit\Framework\assertIsNotWritable')) { * Asserts that a file/dir exists and is not writable. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -816,33 +778,11 @@ if (!function_exists('PHPUnit\Framework\assertIsNotWritable')) { } } -if (!function_exists('PHPUnit\Framework\assertNotIsWritable')) { - /** - * Asserts that a file/dir exists and is not writable. - * - * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * - * @codeCoverageIgnore - * - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4065 - * - * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit - * - * @see Assert::assertNotIsWritable - */ - function assertNotIsWritable(string $filename, string $message = ''): void - { - Assert::assertNotIsWritable(...func_get_args()); - } -} - if (!function_exists('PHPUnit\Framework\assertDirectoryExists')) { /** * Asserts that a directory exists. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -859,7 +799,6 @@ if (!function_exists('PHPUnit\Framework\assertDirectoryDoesNotExist')) { * Asserts that a directory does not exist. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -871,33 +810,11 @@ if (!function_exists('PHPUnit\Framework\assertDirectoryDoesNotExist')) { } } -if (!function_exists('PHPUnit\Framework\assertDirectoryNotExists')) { - /** - * Asserts that a directory does not exist. - * - * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * - * @codeCoverageIgnore - * - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4068 - * - * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit - * - * @see Assert::assertDirectoryNotExists - */ - function assertDirectoryNotExists(string $directory, string $message = ''): void - { - Assert::assertDirectoryNotExists(...func_get_args()); - } -} - if (!function_exists('PHPUnit\Framework\assertDirectoryIsReadable')) { /** * Asserts that a directory exists and is readable. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -914,7 +831,6 @@ if (!function_exists('PHPUnit\Framework\assertDirectoryIsNotReadable')) { * Asserts that a directory exists and is not readable. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -926,33 +842,11 @@ if (!function_exists('PHPUnit\Framework\assertDirectoryIsNotReadable')) { } } -if (!function_exists('PHPUnit\Framework\assertDirectoryNotIsReadable')) { - /** - * Asserts that a directory exists and is not readable. - * - * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * - * @codeCoverageIgnore - * - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4071 - * - * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit - * - * @see Assert::assertDirectoryNotIsReadable - */ - function assertDirectoryNotIsReadable(string $directory, string $message = ''): void - { - Assert::assertDirectoryNotIsReadable(...func_get_args()); - } -} - if (!function_exists('PHPUnit\Framework\assertDirectoryIsWritable')) { /** * Asserts that a directory exists and is writable. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -969,7 +863,6 @@ if (!function_exists('PHPUnit\Framework\assertDirectoryIsNotWritable')) { * Asserts that a directory exists and is not writable. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -981,33 +874,11 @@ if (!function_exists('PHPUnit\Framework\assertDirectoryIsNotWritable')) { } } -if (!function_exists('PHPUnit\Framework\assertDirectoryNotIsWritable')) { - /** - * Asserts that a directory exists and is not writable. - * - * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * - * @codeCoverageIgnore - * - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4074 - * - * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit - * - * @see Assert::assertDirectoryNotIsWritable - */ - function assertDirectoryNotIsWritable(string $directory, string $message = ''): void - { - Assert::assertDirectoryNotIsWritable(...func_get_args()); - } -} - if (!function_exists('PHPUnit\Framework\assertFileExists')) { /** * Asserts that a file exists. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -1024,7 +895,6 @@ if (!function_exists('PHPUnit\Framework\assertFileDoesNotExist')) { * Asserts that a file does not exist. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -1036,33 +906,11 @@ if (!function_exists('PHPUnit\Framework\assertFileDoesNotExist')) { } } -if (!function_exists('PHPUnit\Framework\assertFileNotExists')) { - /** - * Asserts that a file does not exist. - * - * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * - * @codeCoverageIgnore - * - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4077 - * - * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit - * - * @see Assert::assertFileNotExists - */ - function assertFileNotExists(string $filename, string $message = ''): void - { - Assert::assertFileNotExists(...func_get_args()); - } -} - if (!function_exists('PHPUnit\Framework\assertFileIsReadable')) { /** * Asserts that a file exists and is readable. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -1079,7 +927,6 @@ if (!function_exists('PHPUnit\Framework\assertFileIsNotReadable')) { * Asserts that a file exists and is not readable. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -1091,33 +938,11 @@ if (!function_exists('PHPUnit\Framework\assertFileIsNotReadable')) { } } -if (!function_exists('PHPUnit\Framework\assertFileNotIsReadable')) { - /** - * Asserts that a file exists and is not readable. - * - * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * - * @codeCoverageIgnore - * - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4080 - * - * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit - * - * @see Assert::assertFileNotIsReadable - */ - function assertFileNotIsReadable(string $file, string $message = ''): void - { - Assert::assertFileNotIsReadable(...func_get_args()); - } -} - if (!function_exists('PHPUnit\Framework\assertFileIsWritable')) { /** * Asserts that a file exists and is writable. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -1134,7 +959,6 @@ if (!function_exists('PHPUnit\Framework\assertFileIsNotWritable')) { * Asserts that a file exists and is not writable. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -1146,33 +970,11 @@ if (!function_exists('PHPUnit\Framework\assertFileIsNotWritable')) { } } -if (!function_exists('PHPUnit\Framework\assertFileNotIsWritable')) { - /** - * Asserts that a file exists and is not writable. - * - * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * - * @codeCoverageIgnore - * - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4083 - * - * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit - * - * @see Assert::assertFileNotIsWritable - */ - function assertFileNotIsWritable(string $file, string $message = ''): void - { - Assert::assertFileNotIsWritable(...func_get_args()); - } -} - if (!function_exists('PHPUnit\Framework\assertTrue')) { /** * Asserts that a condition is true. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @psalm-assert true $condition * @@ -1180,7 +982,7 @@ if (!function_exists('PHPUnit\Framework\assertTrue')) { * * @see Assert::assertTrue */ - function assertTrue($condition, string $message = ''): void + function assertTrue(mixed $condition, string $message = ''): void { Assert::assertTrue(...func_get_args()); } @@ -1191,7 +993,6 @@ if (!function_exists('PHPUnit\Framework\assertNotTrue')) { * Asserts that a condition is not true. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @psalm-assert !true $condition * @@ -1199,7 +1000,7 @@ if (!function_exists('PHPUnit\Framework\assertNotTrue')) { * * @see Assert::assertNotTrue */ - function assertNotTrue($condition, string $message = ''): void + function assertNotTrue(mixed $condition, string $message = ''): void { Assert::assertNotTrue(...func_get_args()); } @@ -1210,7 +1011,6 @@ if (!function_exists('PHPUnit\Framework\assertFalse')) { * Asserts that a condition is false. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @psalm-assert false $condition * @@ -1218,7 +1018,7 @@ if (!function_exists('PHPUnit\Framework\assertFalse')) { * * @see Assert::assertFalse */ - function assertFalse($condition, string $message = ''): void + function assertFalse(mixed $condition, string $message = ''): void { Assert::assertFalse(...func_get_args()); } @@ -1229,7 +1029,6 @@ if (!function_exists('PHPUnit\Framework\assertNotFalse')) { * Asserts that a condition is not false. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @psalm-assert !false $condition * @@ -1237,7 +1036,7 @@ if (!function_exists('PHPUnit\Framework\assertNotFalse')) { * * @see Assert::assertNotFalse */ - function assertNotFalse($condition, string $message = ''): void + function assertNotFalse(mixed $condition, string $message = ''): void { Assert::assertNotFalse(...func_get_args()); } @@ -1248,7 +1047,6 @@ if (!function_exists('PHPUnit\Framework\assertNull')) { * Asserts that a variable is null. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @psalm-assert null $actual * @@ -1256,7 +1054,7 @@ if (!function_exists('PHPUnit\Framework\assertNull')) { * * @see Assert::assertNull */ - function assertNull($actual, string $message = ''): void + function assertNull(mixed $actual, string $message = ''): void { Assert::assertNull(...func_get_args()); } @@ -1267,7 +1065,6 @@ if (!function_exists('PHPUnit\Framework\assertNotNull')) { * Asserts that a variable is not null. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @psalm-assert !null $actual * @@ -1275,7 +1072,7 @@ if (!function_exists('PHPUnit\Framework\assertNotNull')) { * * @see Assert::assertNotNull */ - function assertNotNull($actual, string $message = ''): void + function assertNotNull(mixed $actual, string $message = ''): void { Assert::assertNotNull(...func_get_args()); } @@ -1286,13 +1083,12 @@ if (!function_exists('PHPUnit\Framework\assertFinite')) { * Asserts that a variable is finite. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @see Assert::assertFinite */ - function assertFinite($actual, string $message = ''): void + function assertFinite(mixed $actual, string $message = ''): void { Assert::assertFinite(...func_get_args()); } @@ -1303,13 +1099,12 @@ if (!function_exists('PHPUnit\Framework\assertInfinite')) { * Asserts that a variable is infinite. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @see Assert::assertInfinite */ - function assertInfinite($actual, string $message = ''): void + function assertInfinite(mixed $actual, string $message = ''): void { Assert::assertInfinite(...func_get_args()); } @@ -1320,141 +1115,26 @@ if (!function_exists('PHPUnit\Framework\assertNan')) { * Asserts that a variable is nan. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @see Assert::assertNan */ - function assertNan($actual, string $message = ''): void + function assertNan(mixed $actual, string $message = ''): void { Assert::assertNan(...func_get_args()); } } -if (!function_exists('PHPUnit\Framework\assertClassHasAttribute')) { - /** - * Asserts that a class has a specified attribute. - * - * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * @throws Exception - * - * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit - * - * @see Assert::assertClassHasAttribute - */ - function assertClassHasAttribute(string $attributeName, string $className, string $message = ''): void - { - Assert::assertClassHasAttribute(...func_get_args()); - } -} - -if (!function_exists('PHPUnit\Framework\assertClassNotHasAttribute')) { - /** - * Asserts that a class does not have a specified attribute. - * - * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * @throws Exception - * - * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit - * - * @see Assert::assertClassNotHasAttribute - */ - function assertClassNotHasAttribute(string $attributeName, string $className, string $message = ''): void - { - Assert::assertClassNotHasAttribute(...func_get_args()); - } -} - -if (!function_exists('PHPUnit\Framework\assertClassHasStaticAttribute')) { - /** - * Asserts that a class has a specified static attribute. - * - * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * @throws Exception - * - * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit - * - * @see Assert::assertClassHasStaticAttribute - */ - function assertClassHasStaticAttribute(string $attributeName, string $className, string $message = ''): void - { - Assert::assertClassHasStaticAttribute(...func_get_args()); - } -} - -if (!function_exists('PHPUnit\Framework\assertClassNotHasStaticAttribute')) { - /** - * Asserts that a class does not have a specified static attribute. - * - * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * @throws Exception - * - * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit - * - * @see Assert::assertClassNotHasStaticAttribute - */ - function assertClassNotHasStaticAttribute(string $attributeName, string $className, string $message = ''): void - { - Assert::assertClassNotHasStaticAttribute(...func_get_args()); - } -} - -if (!function_exists('PHPUnit\Framework\assertObjectHasAttribute')) { - /** - * Asserts that an object has a specified attribute. - * - * @param object $object - * - * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * @throws Exception - * - * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit - * - * @see Assert::assertObjectHasAttribute - */ - function assertObjectHasAttribute(string $attributeName, $object, string $message = ''): void - { - Assert::assertObjectHasAttribute(...func_get_args()); - } -} - -if (!function_exists('PHPUnit\Framework\assertObjectNotHasAttribute')) { - /** - * Asserts that an object does not have a specified attribute. - * - * @param object $object - * - * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * @throws Exception - * - * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit - * - * @see Assert::assertObjectNotHasAttribute - */ - function assertObjectNotHasAttribute(string $attributeName, $object, string $message = ''): void - { - Assert::assertObjectNotHasAttribute(...func_get_args()); - } -} - if (!function_exists('PHPUnit\Framework\assertObjectHasProperty')) { /** * Asserts that an object has a specified property. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * @throws Exception * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * - * @see Assert::assertObjectHasProperty + * @see Assert::assertObjectHasProperty() */ function assertObjectHasProperty(string $attributeName, object $object, string $message = ''): void { @@ -1467,12 +1147,10 @@ if (!function_exists('PHPUnit\Framework\assertObjectNotHasProperty')) { * Asserts that an object does not have a specified property. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * @throws Exception * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * - * @see Assert::assertObjectNotHasProperty + * @see Assert::assertObjectNotHasProperty() */ function assertObjectNotHasProperty(string $attributeName, object $object, string $message = ''): void { @@ -1487,7 +1165,6 @@ if (!function_exists('PHPUnit\Framework\assertSame')) { * the same object. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @psalm-template ExpectedType * @@ -1499,7 +1176,7 @@ if (!function_exists('PHPUnit\Framework\assertSame')) { * * @see Assert::assertSame */ - function assertSame($expected, $actual, string $message = ''): void + function assertSame(mixed $expected, mixed $actual, string $message = ''): void { Assert::assertSame(...func_get_args()); } @@ -1512,13 +1189,12 @@ if (!function_exists('PHPUnit\Framework\assertNotSame')) { * the same object. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @see Assert::assertNotSame */ - function assertNotSame($expected, $actual, string $message = ''): void + function assertNotSame(mixed $expected, mixed $actual, string $message = ''): void { Assert::assertNotSame(...func_get_args()); } @@ -1528,9 +1204,8 @@ if (!function_exists('PHPUnit\Framework\assertInstanceOf')) { /** * Asserts that a variable is of a given type. * - * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws Exception + * @throws ExpectationFailedException * * @psalm-template ExpectedType of object * @@ -1542,7 +1217,7 @@ if (!function_exists('PHPUnit\Framework\assertInstanceOf')) { * * @see Assert::assertInstanceOf */ - function assertInstanceOf(string $expected, $actual, string $message = ''): void + function assertInstanceOf(string $expected, mixed $actual, string $message = ''): void { Assert::assertInstanceOf(...func_get_args()); } @@ -1552,9 +1227,8 @@ if (!function_exists('PHPUnit\Framework\assertNotInstanceOf')) { /** * Asserts that a variable is not of a given type. * - * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws Exception + * @throws ExpectationFailedException * * @psalm-template ExpectedType of object * @@ -1566,7 +1240,7 @@ if (!function_exists('PHPUnit\Framework\assertNotInstanceOf')) { * * @see Assert::assertNotInstanceOf */ - function assertNotInstanceOf(string $expected, $actual, string $message = ''): void + function assertNotInstanceOf(string $expected, mixed $actual, string $message = ''): void { Assert::assertNotInstanceOf(...func_get_args()); } @@ -1576,8 +1250,8 @@ if (!function_exists('PHPUnit\Framework\assertIsArray')) { /** * Asserts that a variable is of type array. * + * @throws Exception * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @psalm-assert array $actual * @@ -1585,7 +1259,7 @@ if (!function_exists('PHPUnit\Framework\assertIsArray')) { * * @see Assert::assertIsArray */ - function assertIsArray($actual, string $message = ''): void + function assertIsArray(mixed $actual, string $message = ''): void { Assert::assertIsArray(...func_get_args()); } @@ -1595,8 +1269,8 @@ if (!function_exists('PHPUnit\Framework\assertIsBool')) { /** * Asserts that a variable is of type bool. * + * @throws Exception * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @psalm-assert bool $actual * @@ -1604,7 +1278,7 @@ if (!function_exists('PHPUnit\Framework\assertIsBool')) { * * @see Assert::assertIsBool */ - function assertIsBool($actual, string $message = ''): void + function assertIsBool(mixed $actual, string $message = ''): void { Assert::assertIsBool(...func_get_args()); } @@ -1614,8 +1288,8 @@ if (!function_exists('PHPUnit\Framework\assertIsFloat')) { /** * Asserts that a variable is of type float. * + * @throws Exception * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @psalm-assert float $actual * @@ -1623,7 +1297,7 @@ if (!function_exists('PHPUnit\Framework\assertIsFloat')) { * * @see Assert::assertIsFloat */ - function assertIsFloat($actual, string $message = ''): void + function assertIsFloat(mixed $actual, string $message = ''): void { Assert::assertIsFloat(...func_get_args()); } @@ -1633,8 +1307,8 @@ if (!function_exists('PHPUnit\Framework\assertIsInt')) { /** * Asserts that a variable is of type int. * + * @throws Exception * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @psalm-assert int $actual * @@ -1642,7 +1316,7 @@ if (!function_exists('PHPUnit\Framework\assertIsInt')) { * * @see Assert::assertIsInt */ - function assertIsInt($actual, string $message = ''): void + function assertIsInt(mixed $actual, string $message = ''): void { Assert::assertIsInt(...func_get_args()); } @@ -1652,8 +1326,8 @@ if (!function_exists('PHPUnit\Framework\assertIsNumeric')) { /** * Asserts that a variable is of type numeric. * + * @throws Exception * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @psalm-assert numeric $actual * @@ -1661,7 +1335,7 @@ if (!function_exists('PHPUnit\Framework\assertIsNumeric')) { * * @see Assert::assertIsNumeric */ - function assertIsNumeric($actual, string $message = ''): void + function assertIsNumeric(mixed $actual, string $message = ''): void { Assert::assertIsNumeric(...func_get_args()); } @@ -1671,8 +1345,8 @@ if (!function_exists('PHPUnit\Framework\assertIsObject')) { /** * Asserts that a variable is of type object. * + * @throws Exception * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @psalm-assert object $actual * @@ -1680,7 +1354,7 @@ if (!function_exists('PHPUnit\Framework\assertIsObject')) { * * @see Assert::assertIsObject */ - function assertIsObject($actual, string $message = ''): void + function assertIsObject(mixed $actual, string $message = ''): void { Assert::assertIsObject(...func_get_args()); } @@ -1690,8 +1364,8 @@ if (!function_exists('PHPUnit\Framework\assertIsResource')) { /** * Asserts that a variable is of type resource. * + * @throws Exception * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @psalm-assert resource $actual * @@ -1699,7 +1373,7 @@ if (!function_exists('PHPUnit\Framework\assertIsResource')) { * * @see Assert::assertIsResource */ - function assertIsResource($actual, string $message = ''): void + function assertIsResource(mixed $actual, string $message = ''): void { Assert::assertIsResource(...func_get_args()); } @@ -1709,8 +1383,8 @@ if (!function_exists('PHPUnit\Framework\assertIsClosedResource')) { /** * Asserts that a variable is of type resource and is closed. * + * @throws Exception * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @psalm-assert resource $actual * @@ -1718,7 +1392,7 @@ if (!function_exists('PHPUnit\Framework\assertIsClosedResource')) { * * @see Assert::assertIsClosedResource */ - function assertIsClosedResource($actual, string $message = ''): void + function assertIsClosedResource(mixed $actual, string $message = ''): void { Assert::assertIsClosedResource(...func_get_args()); } @@ -1728,8 +1402,8 @@ if (!function_exists('PHPUnit\Framework\assertIsString')) { /** * Asserts that a variable is of type string. * + * @throws Exception * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @psalm-assert string $actual * @@ -1737,7 +1411,7 @@ if (!function_exists('PHPUnit\Framework\assertIsString')) { * * @see Assert::assertIsString */ - function assertIsString($actual, string $message = ''): void + function assertIsString(mixed $actual, string $message = ''): void { Assert::assertIsString(...func_get_args()); } @@ -1747,8 +1421,8 @@ if (!function_exists('PHPUnit\Framework\assertIsScalar')) { /** * Asserts that a variable is of type scalar. * + * @throws Exception * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @psalm-assert scalar $actual * @@ -1756,7 +1430,7 @@ if (!function_exists('PHPUnit\Framework\assertIsScalar')) { * * @see Assert::assertIsScalar */ - function assertIsScalar($actual, string $message = ''): void + function assertIsScalar(mixed $actual, string $message = ''): void { Assert::assertIsScalar(...func_get_args()); } @@ -1766,8 +1440,8 @@ if (!function_exists('PHPUnit\Framework\assertIsCallable')) { /** * Asserts that a variable is of type callable. * + * @throws Exception * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @psalm-assert callable $actual * @@ -1775,7 +1449,7 @@ if (!function_exists('PHPUnit\Framework\assertIsCallable')) { * * @see Assert::assertIsCallable */ - function assertIsCallable($actual, string $message = ''): void + function assertIsCallable(mixed $actual, string $message = ''): void { Assert::assertIsCallable(...func_get_args()); } @@ -1785,8 +1459,8 @@ if (!function_exists('PHPUnit\Framework\assertIsIterable')) { /** * Asserts that a variable is of type iterable. * + * @throws Exception * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @psalm-assert iterable $actual * @@ -1794,7 +1468,7 @@ if (!function_exists('PHPUnit\Framework\assertIsIterable')) { * * @see Assert::assertIsIterable */ - function assertIsIterable($actual, string $message = ''): void + function assertIsIterable(mixed $actual, string $message = ''): void { Assert::assertIsIterable(...func_get_args()); } @@ -1804,8 +1478,8 @@ if (!function_exists('PHPUnit\Framework\assertIsNotArray')) { /** * Asserts that a variable is not of type array. * + * @throws Exception * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @psalm-assert !array $actual * @@ -1813,7 +1487,7 @@ if (!function_exists('PHPUnit\Framework\assertIsNotArray')) { * * @see Assert::assertIsNotArray */ - function assertIsNotArray($actual, string $message = ''): void + function assertIsNotArray(mixed $actual, string $message = ''): void { Assert::assertIsNotArray(...func_get_args()); } @@ -1823,8 +1497,8 @@ if (!function_exists('PHPUnit\Framework\assertIsNotBool')) { /** * Asserts that a variable is not of type bool. * + * @throws Exception * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @psalm-assert !bool $actual * @@ -1832,7 +1506,7 @@ if (!function_exists('PHPUnit\Framework\assertIsNotBool')) { * * @see Assert::assertIsNotBool */ - function assertIsNotBool($actual, string $message = ''): void + function assertIsNotBool(mixed $actual, string $message = ''): void { Assert::assertIsNotBool(...func_get_args()); } @@ -1842,8 +1516,8 @@ if (!function_exists('PHPUnit\Framework\assertIsNotFloat')) { /** * Asserts that a variable is not of type float. * + * @throws Exception * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @psalm-assert !float $actual * @@ -1851,7 +1525,7 @@ if (!function_exists('PHPUnit\Framework\assertIsNotFloat')) { * * @see Assert::assertIsNotFloat */ - function assertIsNotFloat($actual, string $message = ''): void + function assertIsNotFloat(mixed $actual, string $message = ''): void { Assert::assertIsNotFloat(...func_get_args()); } @@ -1861,8 +1535,8 @@ if (!function_exists('PHPUnit\Framework\assertIsNotInt')) { /** * Asserts that a variable is not of type int. * + * @throws Exception * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @psalm-assert !int $actual * @@ -1870,7 +1544,7 @@ if (!function_exists('PHPUnit\Framework\assertIsNotInt')) { * * @see Assert::assertIsNotInt */ - function assertIsNotInt($actual, string $message = ''): void + function assertIsNotInt(mixed $actual, string $message = ''): void { Assert::assertIsNotInt(...func_get_args()); } @@ -1880,8 +1554,8 @@ if (!function_exists('PHPUnit\Framework\assertIsNotNumeric')) { /** * Asserts that a variable is not of type numeric. * + * @throws Exception * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @psalm-assert !numeric $actual * @@ -1889,7 +1563,7 @@ if (!function_exists('PHPUnit\Framework\assertIsNotNumeric')) { * * @see Assert::assertIsNotNumeric */ - function assertIsNotNumeric($actual, string $message = ''): void + function assertIsNotNumeric(mixed $actual, string $message = ''): void { Assert::assertIsNotNumeric(...func_get_args()); } @@ -1899,8 +1573,8 @@ if (!function_exists('PHPUnit\Framework\assertIsNotObject')) { /** * Asserts that a variable is not of type object. * + * @throws Exception * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @psalm-assert !object $actual * @@ -1908,7 +1582,7 @@ if (!function_exists('PHPUnit\Framework\assertIsNotObject')) { * * @see Assert::assertIsNotObject */ - function assertIsNotObject($actual, string $message = ''): void + function assertIsNotObject(mixed $actual, string $message = ''): void { Assert::assertIsNotObject(...func_get_args()); } @@ -1918,8 +1592,8 @@ if (!function_exists('PHPUnit\Framework\assertIsNotResource')) { /** * Asserts that a variable is not of type resource. * + * @throws Exception * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @psalm-assert !resource $actual * @@ -1927,7 +1601,7 @@ if (!function_exists('PHPUnit\Framework\assertIsNotResource')) { * * @see Assert::assertIsNotResource */ - function assertIsNotResource($actual, string $message = ''): void + function assertIsNotResource(mixed $actual, string $message = ''): void { Assert::assertIsNotResource(...func_get_args()); } @@ -1937,8 +1611,8 @@ if (!function_exists('PHPUnit\Framework\assertIsNotClosedResource')) { /** * Asserts that a variable is not of type resource. * + * @throws Exception * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @psalm-assert !resource $actual * @@ -1946,7 +1620,7 @@ if (!function_exists('PHPUnit\Framework\assertIsNotClosedResource')) { * * @see Assert::assertIsNotClosedResource */ - function assertIsNotClosedResource($actual, string $message = ''): void + function assertIsNotClosedResource(mixed $actual, string $message = ''): void { Assert::assertIsNotClosedResource(...func_get_args()); } @@ -1956,8 +1630,8 @@ if (!function_exists('PHPUnit\Framework\assertIsNotString')) { /** * Asserts that a variable is not of type string. * + * @throws Exception * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @psalm-assert !string $actual * @@ -1965,7 +1639,7 @@ if (!function_exists('PHPUnit\Framework\assertIsNotString')) { * * @see Assert::assertIsNotString */ - function assertIsNotString($actual, string $message = ''): void + function assertIsNotString(mixed $actual, string $message = ''): void { Assert::assertIsNotString(...func_get_args()); } @@ -1975,8 +1649,8 @@ if (!function_exists('PHPUnit\Framework\assertIsNotScalar')) { /** * Asserts that a variable is not of type scalar. * + * @throws Exception * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @psalm-assert !scalar $actual * @@ -1984,7 +1658,7 @@ if (!function_exists('PHPUnit\Framework\assertIsNotScalar')) { * * @see Assert::assertIsNotScalar */ - function assertIsNotScalar($actual, string $message = ''): void + function assertIsNotScalar(mixed $actual, string $message = ''): void { Assert::assertIsNotScalar(...func_get_args()); } @@ -1994,8 +1668,8 @@ if (!function_exists('PHPUnit\Framework\assertIsNotCallable')) { /** * Asserts that a variable is not of type callable. * + * @throws Exception * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @psalm-assert !callable $actual * @@ -2003,7 +1677,7 @@ if (!function_exists('PHPUnit\Framework\assertIsNotCallable')) { * * @see Assert::assertIsNotCallable */ - function assertIsNotCallable($actual, string $message = ''): void + function assertIsNotCallable(mixed $actual, string $message = ''): void { Assert::assertIsNotCallable(...func_get_args()); } @@ -2013,8 +1687,8 @@ if (!function_exists('PHPUnit\Framework\assertIsNotIterable')) { /** * Asserts that a variable is not of type iterable. * + * @throws Exception * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @psalm-assert !iterable $actual * @@ -2022,7 +1696,7 @@ if (!function_exists('PHPUnit\Framework\assertIsNotIterable')) { * * @see Assert::assertIsNotIterable */ - function assertIsNotIterable($actual, string $message = ''): void + function assertIsNotIterable(mixed $actual, string $message = ''): void { Assert::assertIsNotIterable(...func_get_args()); } @@ -2033,7 +1707,6 @@ if (!function_exists('PHPUnit\Framework\assertMatchesRegularExpression')) { * Asserts that a string matches a given regular expression. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -2045,106 +1718,119 @@ if (!function_exists('PHPUnit\Framework\assertMatchesRegularExpression')) { } } -if (!function_exists('PHPUnit\Framework\assertRegExp')) { +if (!function_exists('PHPUnit\Framework\assertDoesNotMatchRegularExpression')) { /** - * Asserts that a string matches a given regular expression. + * Asserts that a string does not match a given regular expression. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * - * @codeCoverageIgnore - * - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4086 * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * - * @see Assert::assertRegExp + * @see Assert::assertDoesNotMatchRegularExpression */ - function assertRegExp(string $pattern, string $string, string $message = ''): void + function assertDoesNotMatchRegularExpression(string $pattern, string $string, string $message = ''): void { - Assert::assertRegExp(...func_get_args()); + Assert::assertDoesNotMatchRegularExpression(...func_get_args()); } } -if (!function_exists('PHPUnit\Framework\assertDoesNotMatchRegularExpression')) { +if (!function_exists('PHPUnit\Framework\assertSameSize')) { /** - * Asserts that a string does not match a given regular expression. + * Assert that the size of two arrays (or `Countable` or `Traversable` objects) + * is the same. * + * @throws Exception * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * @throws GeneratorNotSupportedException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * - * @see Assert::assertDoesNotMatchRegularExpression + * @see Assert::assertSameSize */ - function assertDoesNotMatchRegularExpression(string $pattern, string $string, string $message = ''): void + function assertSameSize(Countable|iterable $expected, Countable|iterable $actual, string $message = ''): void { - Assert::assertDoesNotMatchRegularExpression(...func_get_args()); + Assert::assertSameSize(...func_get_args()); } } -if (!function_exists('PHPUnit\Framework\assertNotRegExp')) { +if (!function_exists('PHPUnit\Framework\assertNotSameSize')) { /** - * Asserts that a string does not match a given regular expression. + * Assert that the size of two arrays (or `Countable` or `Traversable` objects) + * is not the same. * + * @throws Exception * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * @throws GeneratorNotSupportedException * - * @codeCoverageIgnore + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4089 + * @see Assert::assertNotSameSize + */ + function assertNotSameSize(Countable|iterable $expected, Countable|iterable $actual, string $message = ''): void + { + Assert::assertNotSameSize(...func_get_args()); + } +} + +if (!function_exists('PHPUnit\Framework\assertStringContainsStringIgnoringLineEndings')) { + /** + * @throws ExpectationFailedException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * - * @see Assert::assertNotRegExp + * @see Assert::assertStringContainsStringIgnoringLineEndings */ - function assertNotRegExp(string $pattern, string $string, string $message = ''): void + function assertStringContainsStringIgnoringLineEndings(string $needle, string $haystack, string $message = ''): void { - Assert::assertNotRegExp(...func_get_args()); + Assert::assertStringContainsStringIgnoringLineEndings(...func_get_args()); } } -if (!function_exists('PHPUnit\Framework\assertSameSize')) { +if (!function_exists('PHPUnit\Framework\assertStringEqualsStringIgnoringLineEndings')) { /** - * Assert that the size of two arrays (or `Countable` or `Traversable` objects) - * is the same. - * - * @param Countable|iterable $expected - * @param Countable|iterable $actual + * Asserts that two strings are equal except for line endings. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * @throws Exception * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * - * @see Assert::assertSameSize + * @see Assert::assertStringEqualsStringIgnoringLineEndings */ - function assertSameSize($expected, $actual, string $message = ''): void + function assertStringEqualsStringIgnoringLineEndings(string $expected, string $actual, string $message = ''): void { - Assert::assertSameSize(...func_get_args()); + Assert::assertStringEqualsStringIgnoringLineEndings(...func_get_args()); } } -if (!function_exists('PHPUnit\Framework\assertNotSameSize')) { +if (!function_exists('PHPUnit\Framework\assertFileMatchesFormat')) { /** - * Assert that the size of two arrays (or `Countable` or `Traversable` objects) - * is not the same. + * Asserts that a string matches a given format string. * - * @param Countable|iterable $expected - * @param Countable|iterable $actual + * @throws ExpectationFailedException + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * + * @see Assert::assertFileMatchesFormat + */ + function assertFileMatchesFormat(string $format, string $actualFile, string $message = ''): void + { + Assert::assertFileMatchesFormat(...func_get_args()); + } +} + +if (!function_exists('PHPUnit\Framework\assertFileMatchesFormatFile')) { + /** + * Asserts that a string matches a given format string. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * @throws Exception * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * - * @see Assert::assertNotSameSize + * @see Assert::assertFileMatchesFormatFile */ - function assertNotSameSize($expected, $actual, string $message = ''): void + function assertFileMatchesFormatFile(string $formatFile, string $actualFile, string $message = ''): void { - Assert::assertNotSameSize(...func_get_args()); + Assert::assertFileMatchesFormatFile(...func_get_args()); } } @@ -2153,7 +1839,6 @@ if (!function_exists('PHPUnit\Framework\assertStringMatchesFormat')) { * Asserts that a string matches a given format string. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -2170,11 +1855,11 @@ if (!function_exists('PHPUnit\Framework\assertStringNotMatchesFormat')) { * Asserts that a string does not match a given format string. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @see Assert::assertStringNotMatchesFormat + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5472 */ function assertStringNotMatchesFormat(string $format, string $string, string $message = ''): void { @@ -2187,7 +1872,6 @@ if (!function_exists('PHPUnit\Framework\assertStringMatchesFormatFile')) { * Asserts that a string matches a given format file. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -2204,11 +1888,11 @@ if (!function_exists('PHPUnit\Framework\assertStringNotMatchesFormatFile')) { * Asserts that a string does not match a given format string. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @see Assert::assertStringNotMatchesFormatFile + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5472 */ function assertStringNotMatchesFormatFile(string $formatFile, string $string, string $message = ''): void { @@ -2220,8 +1904,10 @@ if (!function_exists('PHPUnit\Framework\assertStringStartsWith')) { /** * Asserts that a string starts with a given prefix. * + * @psalm-param non-empty-string $prefix + * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * @throws InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -2237,17 +1923,16 @@ if (!function_exists('PHPUnit\Framework\assertStringStartsNotWith')) { /** * Asserts that a string starts not with a given prefix. * - * @param string $prefix - * @param string $string + * @psalm-param non-empty-string $prefix * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * @throws InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @see Assert::assertStringStartsNotWith */ - function assertStringStartsNotWith($prefix, $string, string $message = ''): void + function assertStringStartsNotWith(string $prefix, string $string, string $message = ''): void { Assert::assertStringStartsNotWith(...func_get_args()); } @@ -2256,7 +1941,6 @@ if (!function_exists('PHPUnit\Framework\assertStringStartsNotWith')) { if (!function_exists('PHPUnit\Framework\assertStringContainsString')) { /** * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -2271,7 +1955,6 @@ if (!function_exists('PHPUnit\Framework\assertStringContainsString')) { if (!function_exists('PHPUnit\Framework\assertStringContainsStringIgnoringCase')) { /** * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -2286,7 +1969,6 @@ if (!function_exists('PHPUnit\Framework\assertStringContainsStringIgnoringCase') if (!function_exists('PHPUnit\Framework\assertStringNotContainsString')) { /** * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -2301,7 +1983,6 @@ if (!function_exists('PHPUnit\Framework\assertStringNotContainsString')) { if (!function_exists('PHPUnit\Framework\assertStringNotContainsStringIgnoringCase')) { /** * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -2317,8 +1998,10 @@ if (!function_exists('PHPUnit\Framework\assertStringEndsWith')) { /** * Asserts that a string ends with a given suffix. * + * @psalm-param non-empty-string $suffix + * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * @throws InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -2334,8 +2017,10 @@ if (!function_exists('PHPUnit\Framework\assertStringEndsNotWith')) { /** * Asserts that a string ends not with a given suffix. * + * @psalm-param non-empty-string $suffix + * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * @throws InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -2351,9 +2036,9 @@ if (!function_exists('PHPUnit\Framework\assertXmlFileEqualsXmlFile')) { /** * Asserts that two XML files are equal. * - * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws Exception + * @throws ExpectationFailedException + * @throws XmlException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -2369,9 +2054,8 @@ if (!function_exists('PHPUnit\Framework\assertXmlFileNotEqualsXmlFile')) { /** * Asserts that two XML files are not equal. * - * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws \PHPUnit\Util\Exception + * @throws ExpectationFailedException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -2387,17 +2071,14 @@ if (!function_exists('PHPUnit\Framework\assertXmlStringEqualsXmlFile')) { /** * Asserts that two XML documents are equal. * - * @param DOMDocument|string $actualXml - * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * @throws \PHPUnit\Util\Xml\Exception + * @throws XmlException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @see Assert::assertXmlStringEqualsXmlFile */ - function assertXmlStringEqualsXmlFile(string $expectedFile, $actualXml, string $message = ''): void + function assertXmlStringEqualsXmlFile(string $expectedFile, string $actualXml, string $message = ''): void { Assert::assertXmlStringEqualsXmlFile(...func_get_args()); } @@ -2407,17 +2088,14 @@ if (!function_exists('PHPUnit\Framework\assertXmlStringNotEqualsXmlFile')) { /** * Asserts that two XML documents are not equal. * - * @param DOMDocument|string $actualXml - * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * @throws \PHPUnit\Util\Xml\Exception + * @throws XmlException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @see Assert::assertXmlStringNotEqualsXmlFile */ - function assertXmlStringNotEqualsXmlFile(string $expectedFile, $actualXml, string $message = ''): void + function assertXmlStringNotEqualsXmlFile(string $expectedFile, string $actualXml, string $message = ''): void { Assert::assertXmlStringNotEqualsXmlFile(...func_get_args()); } @@ -2427,18 +2105,14 @@ if (!function_exists('PHPUnit\Framework\assertXmlStringEqualsXmlString')) { /** * Asserts that two XML documents are equal. * - * @param DOMDocument|string $expectedXml - * @param DOMDocument|string $actualXml - * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * @throws \PHPUnit\Util\Xml\Exception + * @throws XmlException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @see Assert::assertXmlStringEqualsXmlString */ - function assertXmlStringEqualsXmlString($expectedXml, $actualXml, string $message = ''): void + function assertXmlStringEqualsXmlString(string $expectedXml, string $actualXml, string $message = ''): void { Assert::assertXmlStringEqualsXmlString(...func_get_args()); } @@ -2448,57 +2122,30 @@ if (!function_exists('PHPUnit\Framework\assertXmlStringNotEqualsXmlString')) { /** * Asserts that two XML documents are not equal. * - * @param DOMDocument|string $expectedXml - * @param DOMDocument|string $actualXml - * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * @throws \PHPUnit\Util\Xml\Exception + * @throws XmlException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @see Assert::assertXmlStringNotEqualsXmlString */ - function assertXmlStringNotEqualsXmlString($expectedXml, $actualXml, string $message = ''): void + function assertXmlStringNotEqualsXmlString(string $expectedXml, string $actualXml, string $message = ''): void { Assert::assertXmlStringNotEqualsXmlString(...func_get_args()); } } -if (!function_exists('PHPUnit\Framework\assertEqualXMLStructure')) { - /** - * Asserts that a hierarchy of DOMElements matches. - * - * @throws AssertionFailedError - * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * - * @codeCoverageIgnore - * - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4091 - * - * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit - * - * @see Assert::assertEqualXMLStructure - */ - function assertEqualXMLStructure(DOMElement $expectedElement, DOMElement $actualElement, bool $checkAttributes = false, string $message = ''): void - { - Assert::assertEqualXMLStructure(...func_get_args()); - } -} - if (!function_exists('PHPUnit\Framework\assertThat')) { /** * Evaluates a PHPUnit\Framework\Constraint matcher object. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @see Assert::assertThat */ - function assertThat($value, Constraint $constraint, string $message = ''): void + function assertThat(mixed $value, Constraint $constraint, string $message = ''): void { Assert::assertThat(...func_get_args()); } @@ -2509,13 +2156,12 @@ if (!function_exists('PHPUnit\Framework\assertJson')) { * Asserts that a string is a valid JSON string. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @see Assert::assertJson */ - function assertJson(string $actualJson, string $message = ''): void + function assertJson(string $actual, string $message = ''): void { Assert::assertJson(...func_get_args()); } @@ -2526,7 +2172,6 @@ if (!function_exists('PHPUnit\Framework\assertJsonStringEqualsJsonString')) { * Asserts that two given JSON encoded objects or arrays are equal. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -2542,17 +2187,13 @@ if (!function_exists('PHPUnit\Framework\assertJsonStringNotEqualsJsonString')) { /** * Asserts that two given JSON encoded objects or arrays are not equal. * - * @param string $expectedJson - * @param string $actualJson - * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @see Assert::assertJsonStringNotEqualsJsonString */ - function assertJsonStringNotEqualsJsonString($expectedJson, $actualJson, string $message = ''): void + function assertJsonStringNotEqualsJsonString(string $expectedJson, string $actualJson, string $message = ''): void { Assert::assertJsonStringNotEqualsJsonString(...func_get_args()); } @@ -2563,7 +2204,6 @@ if (!function_exists('PHPUnit\Framework\assertJsonStringEqualsJsonFile')) { * Asserts that the generated JSON encoded object and the content of the given file are equal. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -2580,7 +2220,6 @@ if (!function_exists('PHPUnit\Framework\assertJsonStringNotEqualsJsonFile')) { * Asserts that the generated JSON encoded object and the content of the given file are not equal. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -2597,7 +2236,6 @@ if (!function_exists('PHPUnit\Framework\assertJsonFileEqualsJsonFile')) { * Asserts that two JSON files are equal. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -2614,7 +2252,6 @@ if (!function_exists('PHPUnit\Framework\assertJsonFileNotEqualsJsonFile')) { * Asserts that two JSON files are not equal. * * @throws ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * @@ -2627,14 +2264,17 @@ if (!function_exists('PHPUnit\Framework\assertJsonFileNotEqualsJsonFile')) { } if (!function_exists('PHPUnit\Framework\logicalAnd')) { - function logicalAnd(): LogicalAnd + /** + * @throws Exception + */ + function logicalAnd(mixed ...$constraints): LogicalAnd { return Assert::logicalAnd(...func_get_args()); } } if (!function_exists('PHPUnit\Framework\logicalOr')) { - function logicalOr(): LogicalOr + function logicalOr(mixed ...$constraints): LogicalOr { return Assert::logicalOr(...func_get_args()); } @@ -2648,7 +2288,7 @@ if (!function_exists('PHPUnit\Framework\logicalNot')) { } if (!function_exists('PHPUnit\Framework\logicalXor')) { - function logicalXor(): LogicalXor + function logicalXor(mixed ...$constraints): LogicalXor { return Assert::logicalXor(...func_get_args()); } @@ -2718,20 +2358,23 @@ if (!function_exists('PHPUnit\Framework\isNan')) { } if (!function_exists('PHPUnit\Framework\containsEqual')) { - function containsEqual($value): TraversableContainsEqual + function containsEqual(mixed $value): TraversableContainsEqual { return Assert::containsEqual(...func_get_args()); } } if (!function_exists('PHPUnit\Framework\containsIdentical')) { - function containsIdentical($value): TraversableContainsIdentical + function containsIdentical(mixed $value): TraversableContainsIdentical { return Assert::containsIdentical(...func_get_args()); } } if (!function_exists('PHPUnit\Framework\containsOnly')) { + /** + * @throws Exception + */ function containsOnly(string $type): TraversableContainsOnly { return Assert::containsOnly(...func_get_args()); @@ -2739,6 +2382,9 @@ if (!function_exists('PHPUnit\Framework\containsOnly')) { } if (!function_exists('PHPUnit\Framework\containsOnlyInstancesOf')) { + /** + * @throws Exception + */ function containsOnlyInstancesOf(string $className): TraversableContainsOnly { return Assert::containsOnlyInstancesOf(...func_get_args()); @@ -2746,35 +2392,42 @@ if (!function_exists('PHPUnit\Framework\containsOnlyInstancesOf')) { } if (!function_exists('PHPUnit\Framework\arrayHasKey')) { - function arrayHasKey($key): ArrayHasKey + function arrayHasKey(int|string $key): ArrayHasKey { return Assert::arrayHasKey(...func_get_args()); } } +if (!function_exists('PHPUnit\Framework\isList')) { + function isList(): IsList + { + return Assert::isList(...func_get_args()); + } +} + if (!function_exists('PHPUnit\Framework\equalTo')) { - function equalTo($value): IsEqual + function equalTo(mixed $value): IsEqual { return Assert::equalTo(...func_get_args()); } } if (!function_exists('PHPUnit\Framework\equalToCanonicalizing')) { - function equalToCanonicalizing($value): IsEqualCanonicalizing + function equalToCanonicalizing(mixed $value): IsEqualCanonicalizing { return Assert::equalToCanonicalizing(...func_get_args()); } } if (!function_exists('PHPUnit\Framework\equalToIgnoringCase')) { - function equalToIgnoringCase($value): IsEqualIgnoringCase + function equalToIgnoringCase(mixed $value): IsEqualIgnoringCase { return Assert::equalToIgnoringCase(...func_get_args()); } } if (!function_exists('PHPUnit\Framework\equalToWithDelta')) { - function equalToWithDelta($value, float $delta): IsEqualWithDelta + function equalToWithDelta(mixed $value, float $delta): IsEqualWithDelta { return Assert::equalToWithDelta(...func_get_args()); } @@ -2816,48 +2469,30 @@ if (!function_exists('PHPUnit\Framework\fileExists')) { } if (!function_exists('PHPUnit\Framework\greaterThan')) { - function greaterThan($value): GreaterThan + function greaterThan(mixed $value): GreaterThan { return Assert::greaterThan(...func_get_args()); } } if (!function_exists('PHPUnit\Framework\greaterThanOrEqual')) { - function greaterThanOrEqual($value): LogicalOr + function greaterThanOrEqual(mixed $value): LogicalOr { return Assert::greaterThanOrEqual(...func_get_args()); } } -if (!function_exists('PHPUnit\Framework\classHasAttribute')) { - function classHasAttribute(string $attributeName): ClassHasAttribute - { - return Assert::classHasAttribute(...func_get_args()); - } -} - -if (!function_exists('PHPUnit\Framework\classHasStaticAttribute')) { - function classHasStaticAttribute(string $attributeName): ClassHasStaticAttribute - { - return Assert::classHasStaticAttribute(...func_get_args()); - } -} - -if (!function_exists('PHPUnit\Framework\objectHasAttribute')) { - function objectHasAttribute($attributeName): ObjectHasAttribute - { - return Assert::objectHasAttribute(...func_get_args()); - } -} - if (!function_exists('PHPUnit\Framework\identicalTo')) { - function identicalTo($value): IsIdentical + function identicalTo(mixed $value): IsIdentical { return Assert::identicalTo(...func_get_args()); } } if (!function_exists('PHPUnit\Framework\isInstanceOf')) { + /** + * @throws UnknownClassOrInterfaceException + */ function isInstanceOf(string $className): IsInstanceOf { return Assert::isInstanceOf(...func_get_args()); @@ -2865,6 +2500,9 @@ if (!function_exists('PHPUnit\Framework\isInstanceOf')) { } if (!function_exists('PHPUnit\Framework\isType')) { + /** + * @throws Exception + */ function isType(string $type): IsType { return Assert::isType(...func_get_args()); @@ -2872,14 +2510,14 @@ if (!function_exists('PHPUnit\Framework\isType')) { } if (!function_exists('PHPUnit\Framework\lessThan')) { - function lessThan($value): LessThan + function lessThan(mixed $value): LessThan { return Assert::lessThan(...func_get_args()); } } if (!function_exists('PHPUnit\Framework\lessThanOrEqual')) { - function lessThanOrEqual($value): LogicalOr + function lessThanOrEqual(mixed $value): LogicalOr { return Assert::lessThanOrEqual(...func_get_args()); } @@ -2900,13 +2538,19 @@ if (!function_exists('PHPUnit\Framework\matches')) { } if (!function_exists('PHPUnit\Framework\stringStartsWith')) { - function stringStartsWith($prefix): StringStartsWith + /** + * @throws InvalidArgumentException + */ + function stringStartsWith(string $prefix): StringStartsWith { return Assert::stringStartsWith(...func_get_args()); } } if (!function_exists('PHPUnit\Framework\stringContains')) { + /** + * @throws InvalidArgumentException + */ function stringContains(string $string, bool $case = true): StringContains { return Assert::stringContains(...func_get_args()); @@ -2914,12 +2558,22 @@ if (!function_exists('PHPUnit\Framework\stringContains')) { } if (!function_exists('PHPUnit\Framework\stringEndsWith')) { + /** + * @throws InvalidArgumentException + */ function stringEndsWith(string $suffix): StringEndsWith { return Assert::stringEndsWith(...func_get_args()); } } +if (!function_exists('PHPUnit\Framework\stringEqualsStringIgnoringLineEndings')) { + function stringEqualsStringIgnoringLineEndings(string $string): StringEqualsStringIgnoringLineEndings + { + return Assert::stringEqualsStringIgnoringLineEndings(...func_get_args()); + } +} + if (!function_exists('PHPUnit\Framework\countOf')) { function countOf(int $count): Count { @@ -3010,19 +2664,8 @@ if (!function_exists('PHPUnit\Framework\atMost')) { } } -if (!function_exists('PHPUnit\Framework\at')) { - /** - * Returns a matcher that matches when the method is executed - * at the given index. - */ - function at(int $index): InvokedAtIndexMatcher - { - return new InvokedAtIndexMatcher($index); - } -} - if (!function_exists('PHPUnit\Framework\returnValue')) { - function returnValue($value): ReturnStub + function returnValue(mixed $value): ReturnStub { return new ReturnStub($value); } @@ -3043,7 +2686,7 @@ if (!function_exists('PHPUnit\Framework\returnArgument')) { } if (!function_exists('PHPUnit\Framework\returnCallback')) { - function returnCallback($callback): ReturnCallbackStub + function returnCallback(callable $callback): ReturnCallbackStub { return new ReturnCallbackStub($callback); } @@ -3071,8 +2714,8 @@ if (!function_exists('PHPUnit\Framework\throwException')) { if (!function_exists('PHPUnit\Framework\onConsecutiveCalls')) { function onConsecutiveCalls(): ConsecutiveCallsStub { - $args = func_get_args(); + $arguments = func_get_args(); - return new ConsecutiveCallsStub($args); + return new ConsecutiveCallsStub($arguments); } } diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Hook/TestHook.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/After.php old mode 100755 new mode 100644 similarity index 55% rename from Sources/vendor/phpunit/phpunit/src/Runner/Hook/TestHook.php rename to Sources/vendor/phpunit/phpunit/src/Framework/Attributes/After.php index 31e880e2..6fe0a3c8 --- a/Sources/vendor/phpunit/phpunit/src/Runner/Hook/TestHook.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/After.php @@ -7,17 +7,16 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Runner; +namespace PHPUnit\Framework\Attributes; + +use Attribute; /** - * This interface, as well as the associated mechanism for extending PHPUnit, - * will be removed in PHPUnit 10. There is no alternative available in this - * version of PHPUnit. + * @psalm-immutable * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit - * - * @see https://github.com/sebastianbergmann/phpunit/issues/4676 */ -interface TestHook extends Hook +#[Attribute(Attribute::TARGET_METHOD)] +final class After { } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/AfterClass.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/AfterClass.php new file mode 100644 index 00000000..8ef97f25 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/AfterClass.php @@ -0,0 +1,22 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_METHOD)] +final class AfterClass +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/BackupGlobals.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/BackupGlobals.php new file mode 100644 index 00000000..481687e4 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/BackupGlobals.php @@ -0,0 +1,33 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD)] +final class BackupGlobals +{ + private readonly bool $enabled; + + public function __construct(bool $enabled) + { + $this->enabled = $enabled; + } + + public function enabled(): bool + { + return $this->enabled; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/BackupStaticProperties.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/BackupStaticProperties.php new file mode 100644 index 00000000..8fa215b0 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/BackupStaticProperties.php @@ -0,0 +1,33 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD)] +final class BackupStaticProperties +{ + private readonly bool $enabled; + + public function __construct(bool $enabled) + { + $this->enabled = $enabled; + } + + public function enabled(): bool + { + return $this->enabled; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/Before.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/Before.php new file mode 100644 index 00000000..39ecf437 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/Before.php @@ -0,0 +1,22 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_METHOD)] +final class Before +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/BeforeClass.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/BeforeClass.php new file mode 100644 index 00000000..4ea55e0d --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/BeforeClass.php @@ -0,0 +1,22 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_METHOD)] +final class BeforeClass +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Hook/Hook.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/CodeCoverageIgnore.php old mode 100755 new mode 100644 similarity index 57% rename from Sources/vendor/phpunit/phpunit/src/Runner/Hook/Hook.php rename to Sources/vendor/phpunit/phpunit/src/Framework/Attributes/CodeCoverageIgnore.php index a08dc72b..38ec37ad --- a/Sources/vendor/phpunit/phpunit/src/Runner/Hook/Hook.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/CodeCoverageIgnore.php @@ -7,17 +7,18 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Runner; +namespace PHPUnit\Framework\Attributes; + +use Attribute; /** - * This interface, as well as the associated mechanism for extending PHPUnit, - * will be removed in PHPUnit 10. There is no alternative available in this - * version of PHPUnit. + * @psalm-immutable * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * - * @see https://github.com/sebastianbergmann/phpunit/issues/4676 + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5236 */ -interface Hook +#[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD)] +final class CodeCoverageIgnore { } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/CoversClass.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/CoversClass.php new file mode 100644 index 00000000..9b070c8a --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/CoversClass.php @@ -0,0 +1,42 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_CLASS | Attribute::IS_REPEATABLE)] +final class CoversClass +{ + /** + * @psalm-var class-string + */ + private readonly string $className; + + /** + * @psalm-param class-string $className + */ + public function __construct(string $className) + { + $this->className = $className; + } + + /** + * @psalm-return class-string + */ + public function className(): string + { + return $this->className; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/CoversFunction.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/CoversFunction.php new file mode 100644 index 00000000..ad0bbd28 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/CoversFunction.php @@ -0,0 +1,42 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_CLASS | Attribute::IS_REPEATABLE)] +final class CoversFunction +{ + /** + * @psalm-var non-empty-string + */ + private readonly string $functionName; + + /** + * @psalm-param non-empty-string $functionName + */ + public function __construct(string $functionName) + { + $this->functionName = $functionName; + } + + /** + * @psalm-return non-empty-string + */ + public function functionName(): string + { + return $this->functionName; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/CoversNothing.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/CoversNothing.php new file mode 100644 index 00000000..8ac6a2ed --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/CoversNothing.php @@ -0,0 +1,22 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD)] +final class CoversNothing +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DataProvider.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DataProvider.php new file mode 100644 index 00000000..d31130fb --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DataProvider.php @@ -0,0 +1,42 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_METHOD | Attribute::IS_REPEATABLE)] +final class DataProvider +{ + /** + * @psalm-var non-empty-string + */ + private readonly string $methodName; + + /** + * @psalm-param non-empty-string $methodName + */ + public function __construct(string $methodName) + { + $this->methodName = $methodName; + } + + /** + * @psalm-return non-empty-string + */ + public function methodName(): string + { + return $this->methodName; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DataProviderExternal.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DataProviderExternal.php new file mode 100644 index 00000000..37f85868 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DataProviderExternal.php @@ -0,0 +1,57 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_METHOD | Attribute::IS_REPEATABLE)] +final class DataProviderExternal +{ + /** + * @psalm-var class-string + */ + private readonly string $className; + + /** + * @psalm-var non-empty-string + */ + private readonly string $methodName; + + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + */ + public function __construct(string $className, string $methodName) + { + $this->className = $className; + $this->methodName = $methodName; + } + + /** + * @psalm-return class-string + */ + public function className(): string + { + return $this->className; + } + + /** + * @psalm-return non-empty-string + */ + public function methodName(): string + { + return $this->methodName; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/Depends.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/Depends.php new file mode 100644 index 00000000..38daf1ef --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/Depends.php @@ -0,0 +1,42 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_METHOD | Attribute::IS_REPEATABLE)] +final class Depends +{ + /** + * @psalm-var non-empty-string + */ + private readonly string $methodName; + + /** + * @psalm-param non-empty-string $methodName + */ + public function __construct(string $methodName) + { + $this->methodName = $methodName; + } + + /** + * @psalm-return non-empty-string + */ + public function methodName(): string + { + return $this->methodName; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DependsExternal.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DependsExternal.php new file mode 100644 index 00000000..ba5bc322 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DependsExternal.php @@ -0,0 +1,57 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_METHOD | Attribute::IS_REPEATABLE)] +final class DependsExternal +{ + /** + * @psalm-var class-string + */ + private readonly string $className; + + /** + * @psalm-var non-empty-string + */ + private readonly string $methodName; + + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + */ + public function __construct(string $className, string $methodName) + { + $this->className = $className; + $this->methodName = $methodName; + } + + /** + * @psalm-return class-string + */ + public function className(): string + { + return $this->className; + } + + /** + * @psalm-return non-empty-string + */ + public function methodName(): string + { + return $this->methodName; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DependsExternalUsingDeepClone.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DependsExternalUsingDeepClone.php new file mode 100644 index 00000000..9e426aba --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DependsExternalUsingDeepClone.php @@ -0,0 +1,57 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_METHOD | Attribute::IS_REPEATABLE)] +final class DependsExternalUsingDeepClone +{ + /** + * @psalm-var class-string + */ + private readonly string $className; + + /** + * @psalm-var non-empty-string + */ + private readonly string $methodName; + + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + */ + public function __construct(string $className, string $methodName) + { + $this->className = $className; + $this->methodName = $methodName; + } + + /** + * @psalm-return class-string + */ + public function className(): string + { + return $this->className; + } + + /** + * @psalm-return non-empty-string + */ + public function methodName(): string + { + return $this->methodName; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DependsExternalUsingShallowClone.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DependsExternalUsingShallowClone.php new file mode 100644 index 00000000..5b9a85df --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DependsExternalUsingShallowClone.php @@ -0,0 +1,57 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_METHOD | Attribute::IS_REPEATABLE)] +final class DependsExternalUsingShallowClone +{ + /** + * @psalm-var class-string + */ + private readonly string $className; + + /** + * @psalm-var non-empty-string + */ + private readonly string $methodName; + + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + */ + public function __construct(string $className, string $methodName) + { + $this->className = $className; + $this->methodName = $methodName; + } + + /** + * @psalm-return class-string + */ + public function className(): string + { + return $this->className; + } + + /** + * @psalm-return non-empty-string + */ + public function methodName(): string + { + return $this->methodName; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DependsOnClass.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DependsOnClass.php new file mode 100644 index 00000000..73722e36 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DependsOnClass.php @@ -0,0 +1,42 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_METHOD | Attribute::IS_REPEATABLE)] +final class DependsOnClass +{ + /** + * @psalm-var class-string + */ + private readonly string $className; + + /** + * @psalm-param class-string $className + */ + public function __construct(string $className) + { + $this->className = $className; + } + + /** + * @psalm-return class-string + */ + public function className(): string + { + return $this->className; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DependsOnClassUsingDeepClone.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DependsOnClassUsingDeepClone.php new file mode 100644 index 00000000..7ce05476 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DependsOnClassUsingDeepClone.php @@ -0,0 +1,42 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_METHOD | Attribute::IS_REPEATABLE)] +final class DependsOnClassUsingDeepClone +{ + /** + * @psalm-var class-string + */ + private readonly string $className; + + /** + * @psalm-param class-string $className + */ + public function __construct(string $className) + { + $this->className = $className; + } + + /** + * @psalm-return class-string + */ + public function className(): string + { + return $this->className; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DependsOnClassUsingShallowClone.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DependsOnClassUsingShallowClone.php new file mode 100644 index 00000000..206c0add --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DependsOnClassUsingShallowClone.php @@ -0,0 +1,42 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_METHOD | Attribute::IS_REPEATABLE)] +final class DependsOnClassUsingShallowClone +{ + /** + * @psalm-var class-string + */ + private readonly string $className; + + /** + * @psalm-param class-string $className + */ + public function __construct(string $className) + { + $this->className = $className; + } + + /** + * @psalm-return class-string + */ + public function className(): string + { + return $this->className; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DependsUsingDeepClone.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DependsUsingDeepClone.php new file mode 100644 index 00000000..11c4091c --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DependsUsingDeepClone.php @@ -0,0 +1,42 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_METHOD | Attribute::IS_REPEATABLE)] +final class DependsUsingDeepClone +{ + /** + * @psalm-var non-empty-string + */ + private readonly string $methodName; + + /** + * @psalm-param non-empty-string $methodName + */ + public function __construct(string $methodName) + { + $this->methodName = $methodName; + } + + /** + * @psalm-return non-empty-string + */ + public function methodName(): string + { + return $this->methodName; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DependsUsingShallowClone.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DependsUsingShallowClone.php new file mode 100644 index 00000000..0812c85c --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DependsUsingShallowClone.php @@ -0,0 +1,42 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_METHOD | Attribute::IS_REPEATABLE)] +final class DependsUsingShallowClone +{ + /** + * @psalm-var non-empty-string + */ + private readonly string $methodName; + + /** + * @psalm-param non-empty-string $methodName + */ + public function __construct(string $methodName) + { + $this->methodName = $methodName; + } + + /** + * @psalm-return non-empty-string + */ + public function methodName(): string + { + return $this->methodName; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DoesNotPerformAssertions.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DoesNotPerformAssertions.php new file mode 100644 index 00000000..3d6045a2 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/DoesNotPerformAssertions.php @@ -0,0 +1,22 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD)] +final class DoesNotPerformAssertions +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/ExcludeGlobalVariableFromBackup.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/ExcludeGlobalVariableFromBackup.php new file mode 100644 index 00000000..dcd7a12b --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/ExcludeGlobalVariableFromBackup.php @@ -0,0 +1,42 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD | Attribute::IS_REPEATABLE)] +final class ExcludeGlobalVariableFromBackup +{ + /** + * @psalm-var non-empty-string + */ + private readonly string $globalVariableName; + + /** + * @psalm-param non-empty-string $globalVariableName + */ + public function __construct(string $globalVariableName) + { + $this->globalVariableName = $globalVariableName; + } + + /** + * @psalm-return non-empty-string + */ + public function globalVariableName(): string + { + return $this->globalVariableName; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/ExcludeStaticPropertyFromBackup.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/ExcludeStaticPropertyFromBackup.php new file mode 100644 index 00000000..64b25ed5 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/ExcludeStaticPropertyFromBackup.php @@ -0,0 +1,57 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD | Attribute::IS_REPEATABLE)] +final class ExcludeStaticPropertyFromBackup +{ + /** + * @psalm-var class-string + */ + private readonly string $className; + + /** + * @psalm-var non-empty-string + */ + private readonly string $propertyName; + + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $propertyName + */ + public function __construct(string $className, string $propertyName) + { + $this->className = $className; + $this->propertyName = $propertyName; + } + + /** + * @psalm-return class-string + */ + public function className(): string + { + return $this->className; + } + + /** + * @psalm-return non-empty-string + */ + public function propertyName(): string + { + return $this->propertyName; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/Group.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/Group.php new file mode 100644 index 00000000..feccb287 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/Group.php @@ -0,0 +1,42 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD | Attribute::IS_REPEATABLE)] +final class Group +{ + /** + * @psalm-var non-empty-string + */ + private readonly string $name; + + /** + * @psalm-param non-empty-string $name + */ + public function __construct(string $name) + { + $this->name = $name; + } + + /** + * @psalm-return non-empty-string + */ + public function name(): string + { + return $this->name; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/IgnoreClassForCodeCoverage.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/IgnoreClassForCodeCoverage.php new file mode 100644 index 00000000..28355074 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/IgnoreClassForCodeCoverage.php @@ -0,0 +1,44 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5513 + */ +#[Attribute(Attribute::TARGET_CLASS | Attribute::IS_REPEATABLE)] +final class IgnoreClassForCodeCoverage +{ + /** + * @psalm-var class-string + */ + private readonly string $className; + + /** + * @psalm-param class-string $className + */ + public function __construct(string $className) + { + $this->className = $className; + } + + /** + * @psalm-return class-string + */ + public function className(): string + { + return $this->className; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/IgnoreFunctionForCodeCoverage.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/IgnoreFunctionForCodeCoverage.php new file mode 100644 index 00000000..90a4bab0 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/IgnoreFunctionForCodeCoverage.php @@ -0,0 +1,44 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5513 + */ +#[Attribute(Attribute::TARGET_CLASS | Attribute::IS_REPEATABLE)] +final class IgnoreFunctionForCodeCoverage +{ + /** + * @psalm-var non-empty-string + */ + private readonly string $functionName; + + /** + * @psalm-param non-empty-string $functionName + */ + public function __construct(string $functionName) + { + $this->functionName = $functionName; + } + + /** + * @psalm-return non-empty-string + */ + public function functionName(): string + { + return $this->functionName; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/IgnoreMethodForCodeCoverage.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/IgnoreMethodForCodeCoverage.php new file mode 100644 index 00000000..a76188f9 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/IgnoreMethodForCodeCoverage.php @@ -0,0 +1,59 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5513 + */ +#[Attribute(Attribute::TARGET_CLASS | Attribute::IS_REPEATABLE)] +final class IgnoreMethodForCodeCoverage +{ + /** + * @psalm-var class-string + */ + private readonly string $className; + + /** + * @psalm-var non-empty-string + */ + private readonly string $methodName; + + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + */ + public function __construct(string $className, string $methodName) + { + $this->className = $className; + $this->methodName = $methodName; + } + + /** + * @psalm-return class-string + */ + public function className(): string + { + return $this->className; + } + + /** + * @psalm-return non-empty-string + */ + public function methodName(): string + { + return $this->methodName; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/Large.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/Large.php new file mode 100644 index 00000000..6d46c1b4 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/Large.php @@ -0,0 +1,22 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_CLASS)] +final class Large +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/Medium.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/Medium.php new file mode 100644 index 00000000..40e9c451 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/Medium.php @@ -0,0 +1,22 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_CLASS)] +final class Medium +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/PostCondition.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/PostCondition.php new file mode 100644 index 00000000..461aab42 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/PostCondition.php @@ -0,0 +1,22 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_METHOD)] +final class PostCondition +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/PreCondition.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/PreCondition.php new file mode 100644 index 00000000..120ed6c1 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/PreCondition.php @@ -0,0 +1,22 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_METHOD)] +final class PreCondition +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/PreserveGlobalState.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/PreserveGlobalState.php new file mode 100644 index 00000000..69bc3f52 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/PreserveGlobalState.php @@ -0,0 +1,33 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD)] +final class PreserveGlobalState +{ + private readonly bool $enabled; + + public function __construct(bool $enabled) + { + $this->enabled = $enabled; + } + + public function enabled(): bool + { + return $this->enabled; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresFunction.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresFunction.php new file mode 100644 index 00000000..250915d6 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresFunction.php @@ -0,0 +1,42 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD | Attribute::IS_REPEATABLE)] +final class RequiresFunction +{ + /** + * @psalm-var non-empty-string + */ + private readonly string $functionName; + + /** + * @psalm-param non-empty-string $functionName + */ + public function __construct(string $functionName) + { + $this->functionName = $functionName; + } + + /** + * @psalm-return non-empty-string + */ + public function functionName(): string + { + return $this->functionName; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresMethod.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresMethod.php new file mode 100644 index 00000000..120c705a --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresMethod.php @@ -0,0 +1,57 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD | Attribute::IS_REPEATABLE)] +final class RequiresMethod +{ + /** + * @psalm-var class-string + */ + private readonly string $className; + + /** + * @psalm-var non-empty-string + */ + private readonly string $methodName; + + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + */ + public function __construct(string $className, string $methodName) + { + $this->className = $className; + $this->methodName = $methodName; + } + + /** + * @psalm-return class-string + */ + public function className(): string + { + return $this->className; + } + + /** + * @psalm-return non-empty-string + */ + public function methodName(): string + { + return $this->methodName; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresOperatingSystem.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresOperatingSystem.php new file mode 100644 index 00000000..cbf82117 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresOperatingSystem.php @@ -0,0 +1,42 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD)] +final class RequiresOperatingSystem +{ + /** + * @psalm-var non-empty-string + */ + private readonly string $regularExpression; + + /** + * @psalm-param non-empty-string $regularExpression + */ + public function __construct(string $regularExpression) + { + $this->regularExpression = $regularExpression; + } + + /** + * @psalm-return non-empty-string + */ + public function regularExpression(): string + { + return $this->regularExpression; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresOperatingSystemFamily.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresOperatingSystemFamily.php new file mode 100644 index 00000000..d4e2c92b --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresOperatingSystemFamily.php @@ -0,0 +1,42 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD)] +final class RequiresOperatingSystemFamily +{ + /** + * @psalm-var non-empty-string + */ + private readonly string $operatingSystemFamily; + + /** + * @psalm-param non-empty-string $operatingSystemFamily + */ + public function __construct(string $operatingSystemFamily) + { + $this->operatingSystemFamily = $operatingSystemFamily; + } + + /** + * @psalm-return non-empty-string + */ + public function operatingSystemFamily(): string + { + return $this->operatingSystemFamily; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresPhp.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresPhp.php new file mode 100644 index 00000000..a6c20b37 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresPhp.php @@ -0,0 +1,42 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD)] +final class RequiresPhp +{ + /** + * @psalm-var non-empty-string + */ + private readonly string $versionRequirement; + + /** + * @psalm-param non-empty-string $versionRequirement + */ + public function __construct(string $versionRequirement) + { + $this->versionRequirement = $versionRequirement; + } + + /** + * @psalm-return non-empty-string + */ + public function versionRequirement(): string + { + return $this->versionRequirement; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresPhpExtension.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresPhpExtension.php new file mode 100644 index 00000000..ab3b57a3 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresPhpExtension.php @@ -0,0 +1,57 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD | Attribute::IS_REPEATABLE)] +final class RequiresPhpExtension +{ + /** + * @psalm-var non-empty-string + */ + private readonly string $extension; + + /** + * @psalm-var null|non-empty-string + */ + private readonly ?string $versionRequirement; + + /** + * @psalm-param non-empty-string $extension + * @psalm-param null|non-empty-string $versionRequirement + */ + public function __construct(string $extension, ?string $versionRequirement = null) + { + $this->extension = $extension; + $this->versionRequirement = $versionRequirement; + } + + /** + * @psalm-return non-empty-string + */ + public function extension(): string + { + return $this->extension; + } + + /** + * @psalm-return null|non-empty-string + */ + public function versionRequirement(): ?string + { + return $this->versionRequirement; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresPhpunit.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresPhpunit.php new file mode 100644 index 00000000..908e400b --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresPhpunit.php @@ -0,0 +1,42 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD)] +final class RequiresPhpunit +{ + /** + * @psalm-var non-empty-string + */ + private readonly string $versionRequirement; + + /** + * @psalm-param non-empty-string $versionRequirement + */ + public function __construct(string $versionRequirement) + { + $this->versionRequirement = $versionRequirement; + } + + /** + * @psalm-return non-empty-string + */ + public function versionRequirement(): string + { + return $this->versionRequirement; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresSetting.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresSetting.php new file mode 100644 index 00000000..cb7127ab --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RequiresSetting.php @@ -0,0 +1,57 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD | Attribute::IS_REPEATABLE)] +final class RequiresSetting +{ + /** + * @psalm-var non-empty-string + */ + private readonly string $setting; + + /** + * @psalm-var non-empty-string + */ + private readonly string $value; + + /** + * @psalm-param non-empty-string $setting + * @psalm-param non-empty-string $value + */ + public function __construct(string $setting, string $value) + { + $this->setting = $setting; + $this->value = $value; + } + + /** + * @psalm-return non-empty-string + */ + public function setting(): string + { + return $this->setting; + } + + /** + * @psalm-return non-empty-string + */ + public function value(): string + { + return $this->value; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RunClassInSeparateProcess.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RunClassInSeparateProcess.php new file mode 100644 index 00000000..621774fb --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RunClassInSeparateProcess.php @@ -0,0 +1,22 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_CLASS)] +final class RunClassInSeparateProcess +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RunInSeparateProcess.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RunInSeparateProcess.php new file mode 100644 index 00000000..dd0066bf --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RunInSeparateProcess.php @@ -0,0 +1,22 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_METHOD)] +final class RunInSeparateProcess +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RunTestsInSeparateProcesses.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RunTestsInSeparateProcesses.php new file mode 100644 index 00000000..b823ccb1 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/RunTestsInSeparateProcesses.php @@ -0,0 +1,22 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_CLASS)] +final class RunTestsInSeparateProcesses +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/Small.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/Small.php new file mode 100644 index 00000000..598b6540 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/Small.php @@ -0,0 +1,22 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_CLASS)] +final class Small +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/Test.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/Test.php new file mode 100644 index 00000000..711d58d2 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/Test.php @@ -0,0 +1,22 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_METHOD)] +final class Test +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/TestDox.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/TestDox.php new file mode 100644 index 00000000..f49c4bd5 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/TestDox.php @@ -0,0 +1,42 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD)] +final class TestDox +{ + /** + * @psalm-var non-empty-string + */ + private readonly string $text; + + /** + * @psalm-param non-empty-string $text + */ + public function __construct(string $text) + { + $this->text = $text; + } + + /** + * @psalm-return non-empty-string + */ + public function text(): string + { + return $this->text; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/TestWith.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/TestWith.php new file mode 100644 index 00000000..ed20baa8 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/TestWith.php @@ -0,0 +1,33 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_METHOD | Attribute::IS_REPEATABLE)] +final class TestWith +{ + private readonly array $data; + + public function __construct(array $data) + { + $this->data = $data; + } + + public function data(): array + { + return $this->data; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/TestWithJson.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/TestWithJson.php new file mode 100644 index 00000000..b1cbc340 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/TestWithJson.php @@ -0,0 +1,42 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_METHOD | Attribute::IS_REPEATABLE)] +final class TestWithJson +{ + /** + * @psalm-var non-empty-string + */ + private readonly string $json; + + /** + * @psalm-param non-empty-string $json + */ + public function __construct(string $json) + { + $this->json = $json; + } + + /** + * @psalm-return non-empty-string + */ + public function json(): string + { + return $this->json; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/Ticket.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/Ticket.php new file mode 100644 index 00000000..c0418e53 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/Ticket.php @@ -0,0 +1,42 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD | Attribute::IS_REPEATABLE)] +final class Ticket +{ + /** + * @psalm-var non-empty-string + */ + private readonly string $text; + + /** + * @psalm-param non-empty-string $text + */ + public function __construct(string $text) + { + $this->text = $text; + } + + /** + * @psalm-return non-empty-string + */ + public function text(): string + { + return $this->text; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/UsesClass.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/UsesClass.php new file mode 100644 index 00000000..78c64e7b --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/UsesClass.php @@ -0,0 +1,42 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_CLASS | Attribute::IS_REPEATABLE)] +final class UsesClass +{ + /** + * @psalm-var class-string + */ + private readonly string $className; + + /** + * @psalm-param class-string $className + */ + public function __construct(string $className) + { + $this->className = $className; + } + + /** + * @psalm-return class-string + */ + public function className(): string + { + return $this->className; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/UsesFunction.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/UsesFunction.php new file mode 100644 index 00000000..9e108adb --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/UsesFunction.php @@ -0,0 +1,42 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_CLASS | Attribute::IS_REPEATABLE)] +final class UsesFunction +{ + /** + * @psalm-var non-empty-string + */ + private readonly string $functionName; + + /** + * @psalm-param non-empty-string $functionName + */ + public function __construct(string $functionName) + { + $this->functionName = $functionName; + } + + /** + * @psalm-return non-empty-string + */ + public function functionName(): string + { + return $this->functionName; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/WithoutErrorHandler.php b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/WithoutErrorHandler.php new file mode 100644 index 00000000..2dce1e98 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Attributes/WithoutErrorHandler.php @@ -0,0 +1,22 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Attributes; + +use Attribute; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +#[Attribute(Attribute::TARGET_METHOD)] +final class WithoutErrorHandler +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Boolean/IsFalse.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Boolean/IsFalse.php old mode 100755 new mode 100644 index 212e2bcb..5846cf19 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Boolean/IsFalse.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Boolean/IsFalse.php @@ -25,10 +25,8 @@ final class IsFalse extends Constraint /** * Evaluates the constraint for parameter $other. Returns true if the * constraint is met, false otherwise. - * - * @param mixed $other value or object to evaluate */ - protected function matches($other): bool + protected function matches(mixed $other): bool { return $other === false; } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Boolean/IsTrue.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Boolean/IsTrue.php old mode 100755 new mode 100644 index e1d6b269..be589523 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Boolean/IsTrue.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Boolean/IsTrue.php @@ -25,10 +25,8 @@ final class IsTrue extends Constraint /** * Evaluates the constraint for parameter $other. Returns true if the * constraint is met, false otherwise. - * - * @param mixed $other value or object to evaluate */ - protected function matches($other): bool + protected function matches(mixed $other): bool { return $other === true; } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Callback.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Callback.php old mode 100755 new mode 100644 index b7cf95a1..665ed543 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Callback.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Callback.php @@ -17,13 +17,13 @@ namespace PHPUnit\Framework\Constraint; final class Callback extends Constraint { /** - * @var callable - * * @psalm-var callable(CallbackInput $input): bool */ - private $callback; + private readonly mixed $callback; - /** @psalm-param callable(CallbackInput $input): bool $callback */ + /** + * @psalm-param callable(CallbackInput $input): bool $callback + */ public function __construct(callable $callback) { $this->callback = $callback; @@ -41,11 +41,9 @@ final class Callback extends Constraint * Evaluates the constraint for parameter $value. Returns true if the * constraint is met, false otherwise. * - * @param mixed $other value or object to evaluate - * * @psalm-param CallbackInput $other */ - protected function matches($other): bool + protected function matches(mixed $other): bool { return ($this->callback)($other); } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/Count.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/Count.php old mode 100755 new mode 100644 index ff04a698..2ec012a0 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/Count.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/Count.php @@ -10,15 +10,15 @@ namespace PHPUnit\Framework\Constraint; use function count; -use function is_array; +use function is_countable; use function iterator_count; use function sprintf; -use Countable; use EmptyIterator; use Generator; use Iterator; use IteratorAggregate; use PHPUnit\Framework\Exception; +use PHPUnit\Framework\GeneratorNotSupportedException; use Traversable; /** @@ -26,10 +26,7 @@ use Traversable; */ class Count extends Constraint { - /** - * @var int - */ - private $expectedCount; + private readonly int $expectedCount; public function __construct(int $expected) { @@ -50,7 +47,7 @@ class Count extends Constraint * * @throws Exception */ - protected function matches($other): bool + protected function matches(mixed $other): bool { return $this->expectedCount === $this->getCountOf($other); } @@ -58,9 +55,9 @@ class Count extends Constraint /** * @throws Exception */ - protected function getCountOf($other): ?int + protected function getCountOf(mixed $other): ?int { - if ($other instanceof Countable || is_array($other)) { + if (is_countable($other)) { return count($other); } @@ -84,7 +81,7 @@ class Count extends Constraint $iterator = $other; if ($iterator instanceof Generator) { - return $this->getCountOfGenerator($iterator); + throw new GeneratorNotSupportedException; } if (!$iterator instanceof Iterator) { @@ -110,28 +107,15 @@ class Count extends Constraint return null; } - /** - * Returns the total number of iterations from a generator. - * This will fully exhaust the generator. - */ - protected function getCountOfGenerator(Generator $generator): int - { - for ($count = 0; $generator->valid(); $generator->next()) { - $count++; - } - - return $count; - } - /** * Returns the description of the failure. * * The beginning of failure messages is "Failed asserting that" in most * cases. This method should return the second part of that sentence. * - * @param mixed $other evaluated value or object + * @throws Exception */ - protected function failureDescription($other): string + protected function failureDescription(mixed $other): string { return sprintf( 'actual size %d matches expected size %d', diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/GreaterThan.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/GreaterThan.php old mode 100755 new mode 100644 index 31df5020..7e8f0ee6 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/GreaterThan.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/GreaterThan.php @@ -9,41 +9,33 @@ */ namespace PHPUnit\Framework\Constraint; +use PHPUnit\Util\Exporter; + /** * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit */ final class GreaterThan extends Constraint { - /** - * @var float|int - */ - private $value; + private readonly mixed $value; - /** - * @param float|int $value - */ - public function __construct($value) + public function __construct(mixed $value) { $this->value = $value; } /** * Returns a string representation of the constraint. - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException */ - public function toString(): string + public function toString(bool $exportObjects = false): string { - return 'is greater than ' . $this->exporter()->export($this->value); + return 'is greater than ' . Exporter::export($this->value, $exportObjects); } /** * Evaluates the constraint for parameter $other. Returns true if the * constraint is met, false otherwise. - * - * @param mixed $other value or object to evaluate */ - protected function matches($other): bool + protected function matches(mixed $other): bool { return $this->value < $other; } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/IsEmpty.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/IsEmpty.php old mode 100755 new mode 100644 index ee01e93d..ddf4a9f7 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/IsEmpty.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/IsEmpty.php @@ -12,7 +12,7 @@ namespace PHPUnit\Framework\Constraint; use function count; use function gettype; use function sprintf; -use function strpos; +use function str_starts_with; use Countable; use EmptyIterator; @@ -32,10 +32,8 @@ final class IsEmpty extends Constraint /** * Evaluates the constraint for parameter $other. Returns true if the * constraint is met, false otherwise. - * - * @param mixed $other value or object to evaluate */ - protected function matches($other): bool + protected function matches(mixed $other): bool { if ($other instanceof EmptyIterator) { return true; @@ -53,18 +51,16 @@ final class IsEmpty extends Constraint * * The beginning of failure messages is "Failed asserting that" in most * cases. This method should return the second part of that sentence. - * - * @param mixed $other evaluated value or object */ - protected function failureDescription($other): string + protected function failureDescription(mixed $other): string { $type = gettype($other); return sprintf( '%s %s %s', - strpos($type, 'a') === 0 || strpos($type, 'o') === 0 ? 'an' : 'a', + str_starts_with($type, 'a') || str_starts_with($type, 'o') ? 'an' : 'a', $type, - $this->toString(), + $this->toString(true), ); } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/LessThan.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/LessThan.php old mode 100755 new mode 100644 index c7884ba1..cc3ec344 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/LessThan.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/LessThan.php @@ -9,41 +9,33 @@ */ namespace PHPUnit\Framework\Constraint; +use PHPUnit\Util\Exporter; + /** * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit */ final class LessThan extends Constraint { - /** - * @var float|int - */ - private $value; + private readonly mixed $value; - /** - * @param float|int $value - */ - public function __construct($value) + public function __construct(mixed $value) { $this->value = $value; } /** * Returns a string representation of the constraint. - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException */ - public function toString(): string + public function toString(bool $exportObjects = false): string { - return 'is less than ' . $this->exporter()->export($this->value); + return 'is less than ' . Exporter::export($this->value, $exportObjects); } /** * Evaluates the constraint for parameter $other. Returns true if the * constraint is met, false otherwise. - * - * @param mixed $other value or object to evaluate */ - protected function matches($other): bool + protected function matches(mixed $other): bool { return $this->value > $other; } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/SameSize.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/SameSize.php old mode 100755 new mode 100644 index a5467942..e4e9f3c9 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/SameSize.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/SameSize.php @@ -9,12 +9,19 @@ */ namespace PHPUnit\Framework\Constraint; +use PHPUnit\Framework\Exception; + /** * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit */ final class SameSize extends Count { - public function __construct(iterable $expected) + /** + * @psalm-param \Countable|iterable $expected + * + * @throws Exception + */ + public function __construct($expected) { parent::__construct((int) $this->getCountOf($expected)); } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Constraint.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Constraint.php old mode 100755 new mode 100644 index 37548e56..40ffb820 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Constraint.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Constraint.php @@ -9,23 +9,20 @@ */ namespace PHPUnit\Framework\Constraint; +use function gettype; use function sprintf; +use function strtolower; use Countable; use PHPUnit\Framework\ExpectationFailedException; use PHPUnit\Framework\SelfDescribing; +use PHPUnit\Util\Exporter; use SebastianBergmann\Comparator\ComparisonFailure; -use SebastianBergmann\Exporter\Exporter; /** * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit */ abstract class Constraint implements Countable, SelfDescribing { - /** - * @var ?Exporter - */ - private $exporter; - /** * Evaluates the constraint for parameter $other. * @@ -36,10 +33,9 @@ abstract class Constraint implements Countable, SelfDescribing * a boolean value instead: true in case of success, false in case of a * failure. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public function evaluate($other, string $description = '', bool $returnResult = false): ?bool + public function evaluate(mixed $other, string $description = '', bool $returnResult = false): ?bool { $success = false; @@ -66,13 +62,12 @@ abstract class Constraint implements Countable, SelfDescribing return 1; } - protected function exporter(): Exporter + /** + * @deprecated + */ + protected function exporter(): \SebastianBergmann\Exporter\Exporter { - if ($this->exporter === null) { - $this->exporter = new Exporter; - } - - return $this->exporter; + return new \SebastianBergmann\Exporter\Exporter; } /** @@ -80,12 +75,8 @@ abstract class Constraint implements Countable, SelfDescribing * constraint is met, false otherwise. * * This method can be overridden to implement the evaluation algorithm. - * - * @param mixed $other value or object to evaluate - * - * @codeCoverageIgnore */ - protected function matches($other): bool + protected function matches(mixed $other): bool { return false; } @@ -93,15 +84,9 @@ abstract class Constraint implements Countable, SelfDescribing /** * Throws an exception for the given compared value and test description. * - * @param mixed $other evaluated value or object - * @param string $description Additional information about the test - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException - * - * @psalm-return never-return */ - protected function fail($other, $description, ComparisonFailure $comparisonFailure = null): void + protected function fail(mixed $other, string $description, ComparisonFailure $comparisonFailure = null): never { $failureDescription = sprintf( 'Failed asserting that %s.', @@ -129,10 +114,8 @@ abstract class Constraint implements Countable, SelfDescribing * * The function can be overridden to provide additional failure * information like a diff - * - * @param mixed $other evaluated value or object */ - protected function additionalFailureDescription($other): string + protected function additionalFailureDescription(mixed $other): string { return ''; } @@ -145,14 +128,10 @@ abstract class Constraint implements Countable, SelfDescribing * * To provide additional failure information additionalFailureDescription * can be used. - * - * @param mixed $other evaluated value or object - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException */ - protected function failureDescription($other): string + protected function failureDescription(mixed $other): string { - return $this->exporter()->export($other) . ' ' . $this->toString(); + return Exporter::export($other, true) . ' ' . $this->toString(true); } /** @@ -166,11 +145,8 @@ abstract class Constraint implements Countable, SelfDescribing * * The method shall return empty string, when it does not handle * customization by itself. - * - * @param Operator $operator the $operator of the expression - * @param mixed $role role of $this constraint in the $operator expression */ - protected function toStringInContext(Operator $operator, $role): string + protected function toStringInContext(Operator $operator, mixed $role): string { return ''; } @@ -186,12 +162,8 @@ abstract class Constraint implements Countable, SelfDescribing * * The method shall return empty string, when it does not handle * customization by itself. - * - * @param Operator $operator the $operator of the expression - * @param mixed $role role of $this constraint in the $operator expression - * @param mixed $other evaluated value or object */ - protected function failureDescriptionInContext(Operator $operator, $role, $other): string + protected function failureDescriptionInContext(Operator $operator, mixed $role, mixed $other): string { $string = $this->toStringInContext($operator, $role); @@ -199,7 +171,7 @@ abstract class Constraint implements Countable, SelfDescribing return ''; } - return $this->exporter()->export($other) . ' ' . $string; + return Exporter::export($other, true) . ' ' . $string; } /** @@ -266,4 +238,27 @@ abstract class Constraint implements Countable, SelfDescribing { return $this; } + + /** + * @psalm-return non-empty-string + */ + protected function valueToTypeStringFragment(mixed $value): string + { + $type = strtolower(gettype($value)); + + if ($type === 'double') { + $type = 'float'; + } + + if ($type === 'resource (closed)') { + $type = 'closed resource'; + } + + return match ($type) { + 'array', 'integer', 'object' => 'an ' . $type . ' ', + 'boolean', 'closed resource', 'float', 'resource', 'string' => 'a ' . $type . ' ', + 'null' => 'null ', + default => 'a value of ' . $type . ' ', + }; + } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqual.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqual.php old mode 100755 new mode 100644 index d209444b..2238475d --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqual.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqual.php @@ -11,9 +11,10 @@ namespace PHPUnit\Framework\Constraint; use function is_string; use function sprintf; -use function strpos; +use function str_contains; use function trim; use PHPUnit\Framework\ExpectationFailedException; +use PHPUnit\Util\Exporter; use SebastianBergmann\Comparator\ComparisonFailure; use SebastianBergmann\Comparator\Factory as ComparatorFactory; @@ -22,27 +23,12 @@ use SebastianBergmann\Comparator\Factory as ComparatorFactory; */ final class IsEqual extends Constraint { - /** - * @var mixed - */ - private $value; - - /** - * @var float - */ - private $delta; - - /** - * @var bool - */ - private $canonicalize; - - /** - * @var bool - */ - private $ignoreCase; + private readonly mixed $value; + private readonly float $delta; + private readonly bool $canonicalize; + private readonly bool $ignoreCase; - public function __construct($value, float $delta = 0.0, bool $canonicalize = false, bool $ignoreCase = false) + public function __construct(mixed $value, float $delta = 0.0, bool $canonicalize = false, bool $ignoreCase = false) { $this->value = $value; $this->delta = $delta; @@ -62,7 +48,7 @@ final class IsEqual extends Constraint * * @throws ExpectationFailedException */ - public function evaluate($other, string $description = '', bool $returnResult = false): ?bool + public function evaluate(mixed $other, string $description = '', bool $returnResult = false): ?bool { // If $this->value and $other are identical, they are also equal. // This is the most common path and will allow us to skip @@ -102,15 +88,13 @@ final class IsEqual extends Constraint /** * Returns a string representation of the constraint. - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException */ - public function toString(): string + public function toString(bool $exportObjects = false): string { $delta = ''; if (is_string($this->value)) { - if (strpos($this->value, "\n") !== false) { + if (str_contains($this->value, "\n")) { return 'is equal to '; } @@ -129,7 +113,7 @@ final class IsEqual extends Constraint return sprintf( 'is equal to %s%s', - $this->exporter()->export($this->value), + Exporter::export($this->value, $exportObjects), $delta, ); } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualCanonicalizing.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualCanonicalizing.php old mode 100755 new mode 100644 index b87dadad..109438ec --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualCanonicalizing.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualCanonicalizing.php @@ -11,9 +11,10 @@ namespace PHPUnit\Framework\Constraint; use function is_string; use function sprintf; -use function strpos; +use function str_contains; use function trim; use PHPUnit\Framework\ExpectationFailedException; +use PHPUnit\Util\Exporter; use SebastianBergmann\Comparator\ComparisonFailure; use SebastianBergmann\Comparator\Factory as ComparatorFactory; @@ -22,12 +23,9 @@ use SebastianBergmann\Comparator\Factory as ComparatorFactory; */ final class IsEqualCanonicalizing extends Constraint { - /** - * @var mixed - */ - private $value; + private readonly mixed $value; - public function __construct($value) + public function __construct(mixed $value) { $this->value = $value; } @@ -44,7 +42,7 @@ final class IsEqualCanonicalizing extends Constraint * * @throws ExpectationFailedException */ - public function evaluate($other, string $description = '', bool $returnResult = false): ?bool + public function evaluate(mixed $other, string $description = '', bool $returnResult = false): ?bool { // If $this->value and $other are identical, they are also equal. // This is the most common path and will allow us to skip @@ -84,13 +82,11 @@ final class IsEqualCanonicalizing extends Constraint /** * Returns a string representation of the constraint. - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException */ - public function toString(): string + public function toString(bool $exportObjects = false): string { if (is_string($this->value)) { - if (strpos($this->value, "\n") !== false) { + if (str_contains($this->value, "\n")) { return 'is equal to '; } @@ -102,7 +98,7 @@ final class IsEqualCanonicalizing extends Constraint return sprintf( 'is equal to %s', - $this->exporter()->export($this->value), + Exporter::export($this->value, $exportObjects), ); } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualIgnoringCase.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualIgnoringCase.php old mode 100755 new mode 100644 index 3642da21..f5b9b99d --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualIgnoringCase.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualIgnoringCase.php @@ -11,9 +11,10 @@ namespace PHPUnit\Framework\Constraint; use function is_string; use function sprintf; -use function strpos; +use function str_contains; use function trim; use PHPUnit\Framework\ExpectationFailedException; +use PHPUnit\Util\Exporter; use SebastianBergmann\Comparator\ComparisonFailure; use SebastianBergmann\Comparator\Factory as ComparatorFactory; @@ -22,12 +23,9 @@ use SebastianBergmann\Comparator\Factory as ComparatorFactory; */ final class IsEqualIgnoringCase extends Constraint { - /** - * @var mixed - */ - private $value; + private readonly mixed $value; - public function __construct($value) + public function __construct(mixed $value) { $this->value = $value; } @@ -44,7 +42,7 @@ final class IsEqualIgnoringCase extends Constraint * * @throws ExpectationFailedException */ - public function evaluate($other, string $description = '', bool $returnResult = false): ?bool + public function evaluate(mixed $other, string $description = '', bool $returnResult = false): ?bool { // If $this->value and $other are identical, they are also equal. // This is the most common path and will allow us to skip @@ -84,13 +82,11 @@ final class IsEqualIgnoringCase extends Constraint /** * Returns a string representation of the constraint. - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException */ - public function toString(): string + public function toString(bool $exportObjects = false): string { if (is_string($this->value)) { - if (strpos($this->value, "\n") !== false) { + if (str_contains($this->value, "\n")) { return 'is equal to '; } @@ -102,7 +98,7 @@ final class IsEqualIgnoringCase extends Constraint return sprintf( 'is equal to %s', - $this->exporter()->export($this->value), + Exporter::export($this->value, $exportObjects), ); } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualWithDelta.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualWithDelta.php old mode 100755 new mode 100644 index f7d8aced..d587f6f7 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualWithDelta.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Equality/IsEqualWithDelta.php @@ -12,6 +12,7 @@ namespace PHPUnit\Framework\Constraint; use function sprintf; use function trim; use PHPUnit\Framework\ExpectationFailedException; +use PHPUnit\Util\Exporter; use SebastianBergmann\Comparator\ComparisonFailure; use SebastianBergmann\Comparator\Factory as ComparatorFactory; @@ -20,17 +21,10 @@ use SebastianBergmann\Comparator\Factory as ComparatorFactory; */ final class IsEqualWithDelta extends Constraint { - /** - * @var mixed - */ - private $value; - - /** - * @var float - */ - private $delta; + private readonly mixed $value; + private readonly float $delta; - public function __construct($value, float $delta) + public function __construct(mixed $value, float $delta) { $this->value = $value; $this->delta = $delta; @@ -48,7 +42,7 @@ final class IsEqualWithDelta extends Constraint * * @throws ExpectationFailedException */ - public function evaluate($other, string $description = '', bool $returnResult = false): ?bool + public function evaluate(mixed $other, string $description = '', bool $returnResult = false): ?bool { // If $this->value and $other are identical, they are also equal. // This is the most common path and will allow us to skip @@ -86,14 +80,12 @@ final class IsEqualWithDelta extends Constraint /** * Returns a string representation of the constraint. - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException */ - public function toString(): string + public function toString(bool $exportObjects = false): string { return sprintf( 'is equal to %s with delta <%F>', - $this->exporter()->export($this->value), + Exporter::export($this->value, $exportObjects), $this->delta, ); } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/Exception.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/Exception.php old mode 100755 new mode 100644 index bbaab4af..14905e77 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/Exception.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/Exception.php @@ -9,20 +9,16 @@ */ namespace PHPUnit\Framework\Constraint; -use function get_class; use function sprintf; use PHPUnit\Util\Filter; use Throwable; /** - * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Exception extends Constraint { - /** - * @var string - */ - private $className; + private readonly string $className; public function __construct(string $className) { @@ -43,10 +39,8 @@ final class Exception extends Constraint /** * Evaluates the constraint for parameter $other. Returns true if the * constraint is met, false otherwise. - * - * @param mixed $other value or object to evaluate */ - protected function matches($other): bool + protected function matches(mixed $other): bool { return $other instanceof $this->className; } @@ -57,29 +51,29 @@ final class Exception extends Constraint * The beginning of failure messages is "Failed asserting that" in most * cases. This method should return the second part of that sentence. * - * @param mixed $other evaluated value or object + * @throws \PHPUnit\Framework\Exception */ - protected function failureDescription($other): string + protected function failureDescription(mixed $other): string { - if ($other !== null) { - $message = ''; - - if ($other instanceof Throwable) { - $message = '. Message was: "' . $other->getMessage() . '" at' - . "\n" . Filter::getFilteredStacktrace($other); - } - + if ($other === null) { return sprintf( - 'exception of type "%s" matches expected exception "%s"%s', - get_class($other), + 'exception of type "%s" is thrown', $this->className, - $message, ); } + $message = ''; + + if ($other instanceof Throwable) { + $message = '. Message was: "' . $other->getMessage() . '" at' + . "\n" . Filter::getFilteredStacktrace($other); + } + return sprintf( - 'exception of type "%s" is thrown', + 'exception of type "%s" matches expected exception "%s"%s', + $other::class, $this->className, + $message, ); } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionCode.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionCode.php old mode 100755 new mode 100644 index a6fad4c7..255aff33 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionCode.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionCode.php @@ -10,40 +10,32 @@ namespace PHPUnit\Framework\Constraint; use function sprintf; -use Throwable; +use PHPUnit\Util\Exporter; /** - * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ExceptionCode extends Constraint { - /** - * @var int|string - */ - private $expectedCode; + private readonly int|string $expectedCode; - /** - * @param int|string $expected - */ - public function __construct($expected) + public function __construct(int|string $expected) { $this->expectedCode = $expected; } public function toString(): string { - return 'exception code is '; + return 'exception code is ' . $this->expectedCode; } /** * Evaluates the constraint for parameter $other. Returns true if the * constraint is met, false otherwise. - * - * @param Throwable $other */ - protected function matches($other): bool + protected function matches(mixed $other): bool { - return (string) $other->getCode() === (string) $this->expectedCode; + return (string) $other === (string) $this->expectedCode; } /** @@ -51,17 +43,13 @@ final class ExceptionCode extends Constraint * * The beginning of failure messages is "Failed asserting that" in most * cases. This method should return the second part of that sentence. - * - * @param mixed $other evaluated value or object - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException */ - protected function failureDescription($other): string + protected function failureDescription(mixed $other): string { return sprintf( '%s is equal to expected exception code %s', - $this->exporter()->export($other->getCode()), - $this->exporter()->export($this->expectedCode), + Exporter::export($other, true), + Exporter::export($this->expectedCode, true), ); } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessage.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageIsOrContains.php old mode 100755 new mode 100644 similarity index 53% rename from Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessage.php rename to Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageIsOrContains.php index 5139e720..56ab6f0d --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessage.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageIsOrContains.php @@ -10,22 +10,19 @@ namespace PHPUnit\Framework\Constraint; use function sprintf; -use function strpos; -use Throwable; +use function str_contains; +use PHPUnit\Util\Exporter; /** - * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * @internal This class is not covered by the backward compatibility promise for PHPUnit */ -final class ExceptionMessage extends Constraint +final class ExceptionMessageIsOrContains extends Constraint { - /** - * @var string - */ - private $expectedMessage; + private readonly string $expectedMessage; - public function __construct(string $expected) + public function __construct(string $expectedMessage) { - $this->expectedMessage = $expected; + $this->expectedMessage = $expectedMessage; } public function toString(): string @@ -34,22 +31,16 @@ final class ExceptionMessage extends Constraint return 'exception message is empty'; } - return 'exception message contains '; + return 'exception message contains ' . Exporter::export($this->expectedMessage); } - /** - * Evaluates the constraint for parameter $other. Returns true if the - * constraint is met, false otherwise. - * - * @param Throwable $other - */ - protected function matches($other): bool + protected function matches(mixed $other): bool { if ($this->expectedMessage === '') { - return $other->getMessage() === ''; + return $other === ''; } - return strpos((string) $other->getMessage(), $this->expectedMessage) !== false; + return str_contains((string) $other, $this->expectedMessage); } /** @@ -57,21 +48,19 @@ final class ExceptionMessage extends Constraint * * The beginning of failure messages is "Failed asserting that" in most * cases. This method should return the second part of that sentence. - * - * @param mixed $other evaluated value or object */ - protected function failureDescription($other): string + protected function failureDescription(mixed $other): string { if ($this->expectedMessage === '') { return sprintf( "exception message is empty but is '%s'", - $other->getMessage(), + $other, ); } return sprintf( "exception message '%s' contains '%s'", - $other->getMessage(), + $other, $this->expectedMessage, ); } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageRegularExpression.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageMatchesRegularExpression.php old mode 100755 new mode 100644 similarity index 53% rename from Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageRegularExpression.php rename to Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageMatchesRegularExpression.php index bc737709..dfb477d0 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageRegularExpression.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageMatchesRegularExpression.php @@ -9,46 +9,45 @@ */ namespace PHPUnit\Framework\Constraint; +use function preg_match; use function sprintf; use Exception; -use PHPUnit\Util\RegularExpression as RegularExpressionUtil; +use PHPUnit\Util\Exporter; /** - * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * @internal This class is not covered by the backward compatibility promise for PHPUnit */ -final class ExceptionMessageRegularExpression extends Constraint +final class ExceptionMessageMatchesRegularExpression extends Constraint { - /** - * @var string - */ - private $expectedMessageRegExp; + private readonly string $regularExpression; - public function __construct(string $expected) + public function __construct(string $regularExpression) { - $this->expectedMessageRegExp = $expected; + $this->regularExpression = $regularExpression; } public function toString(): string { - return 'exception message matches '; + return 'exception message matches ' . Exporter::export($this->regularExpression); } /** * Evaluates the constraint for parameter $other. Returns true if the * constraint is met, false otherwise. * - * @param \PHPUnit\Framework\Exception $other - * * @throws \PHPUnit\Framework\Exception * @throws Exception */ - protected function matches($other): bool + protected function matches(mixed $other): bool { - $match = RegularExpressionUtil::safeMatch($this->expectedMessageRegExp, $other->getMessage()); + $match = @preg_match($this->regularExpression, (string) $other); if ($match === false) { throw new \PHPUnit\Framework\Exception( - "Invalid expected exception message regex given: '{$this->expectedMessageRegExp}'", + sprintf( + 'Invalid expected exception message regular expression given: %s', + $this->regularExpression, + ), ); } @@ -60,15 +59,13 @@ final class ExceptionMessageRegularExpression extends Constraint * * The beginning of failure messages is "Failed asserting that" in most * cases. This method should return the second part of that sentence. - * - * @param mixed $other evaluated value or object */ - protected function failureDescription($other): string + protected function failureDescription(mixed $other): string { return sprintf( "exception message '%s' matches '%s'", - $other->getMessage(), - $this->expectedMessageRegExp, + $other, + $this->regularExpression, ); } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/DirectoryExists.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/DirectoryExists.php old mode 100755 new mode 100644 index 24268c7d..83b991e1 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/DirectoryExists.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/DirectoryExists.php @@ -28,10 +28,8 @@ final class DirectoryExists extends Constraint /** * Evaluates the constraint for parameter $other. Returns true if the * constraint is met, false otherwise. - * - * @param mixed $other value or object to evaluate */ - protected function matches($other): bool + protected function matches(mixed $other): bool { return is_dir($other); } @@ -41,10 +39,8 @@ final class DirectoryExists extends Constraint * * The beginning of failure messages is "Failed asserting that" in most * cases. This method should return the second part of that sentence. - * - * @param mixed $other evaluated value or object */ - protected function failureDescription($other): string + protected function failureDescription(mixed $other): string { return sprintf( 'directory "%s" exists', diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/FileExists.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/FileExists.php old mode 100755 new mode 100644 index 6cae9502..cfc3b1b6 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/FileExists.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/FileExists.php @@ -28,10 +28,8 @@ final class FileExists extends Constraint /** * Evaluates the constraint for parameter $other. Returns true if the * constraint is met, false otherwise. - * - * @param mixed $other value or object to evaluate */ - protected function matches($other): bool + protected function matches(mixed $other): bool { return file_exists($other); } @@ -41,10 +39,8 @@ final class FileExists extends Constraint * * The beginning of failure messages is "Failed asserting that" in most * cases. This method should return the second part of that sentence. - * - * @param mixed $other evaluated value or object */ - protected function failureDescription($other): string + protected function failureDescription(mixed $other): string { return sprintf( 'file "%s" exists', diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsReadable.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsReadable.php old mode 100755 new mode 100644 index 12436938..1a32546c --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsReadable.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsReadable.php @@ -28,10 +28,8 @@ final class IsReadable extends Constraint /** * Evaluates the constraint for parameter $other. Returns true if the * constraint is met, false otherwise. - * - * @param mixed $other value or object to evaluate */ - protected function matches($other): bool + protected function matches(mixed $other): bool { return is_readable($other); } @@ -41,10 +39,8 @@ final class IsReadable extends Constraint * * The beginning of failure messages is "Failed asserting that" in most * cases. This method should return the second part of that sentence. - * - * @param mixed $other evaluated value or object */ - protected function failureDescription($other): string + protected function failureDescription(mixed $other): string { return sprintf( '"%s" is readable', diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsWritable.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsWritable.php old mode 100755 new mode 100644 index 8da02076..24e94f82 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsWritable.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsWritable.php @@ -28,10 +28,8 @@ final class IsWritable extends Constraint /** * Evaluates the constraint for parameter $other. Returns true if the * constraint is met, false otherwise. - * - * @param mixed $other value or object to evaluate */ - protected function matches($other): bool + protected function matches(mixed $other): bool { return is_writable($other); } @@ -41,10 +39,8 @@ final class IsWritable extends Constraint * * The beginning of failure messages is "Failed asserting that" in most * cases. This method should return the second part of that sentence. - * - * @param mixed $other evaluated value or object */ - protected function failureDescription($other): string + protected function failureDescription(mixed $other): string { return sprintf( '"%s" is writable', diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/IsAnything.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/IsAnything.php old mode 100755 new mode 100644 index db84a743..ef1b8bdf --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/IsAnything.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/IsAnything.php @@ -28,7 +28,7 @@ final class IsAnything extends Constraint * * @throws ExpectationFailedException */ - public function evaluate($other, string $description = '', bool $returnResult = false): ?bool + public function evaluate(mixed $other, string $description = '', bool $returnResult = false): ?bool { return $returnResult ? true : null; } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/IsIdentical.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/IsIdentical.php old mode 100755 new mode 100644 index f36d44e7..e3fa7a40 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/IsIdentical.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/IsIdentical.php @@ -9,12 +9,12 @@ */ namespace PHPUnit\Framework\Constraint; -use function get_class; use function is_array; use function is_object; use function is_string; use function sprintf; use PHPUnit\Framework\ExpectationFailedException; +use PHPUnit\Util\Exporter; use SebastianBergmann\Comparator\ComparisonFailure; /** @@ -22,12 +22,9 @@ use SebastianBergmann\Comparator\ComparisonFailure; */ final class IsIdentical extends Constraint { - /** - * @var mixed - */ - private $value; + private readonly mixed $value; - public function __construct($value) + public function __construct(mixed $value) { $this->value = $value; } @@ -42,10 +39,9 @@ final class IsIdentical extends Constraint * a boolean value instead: true in case of success, false in case of a * failure. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public function evaluate($other, string $description = '', bool $returnResult = false): ?bool + public function evaluate(mixed $other, string $description = '', bool $returnResult = false): ?bool { $success = $this->value === $other; @@ -71,8 +67,8 @@ final class IsIdentical extends Constraint $f = new ComparisonFailure( $this->value, $other, - $this->exporter()->export($this->value), - $this->exporter()->export($other), + Exporter::export($this->value, true), + Exporter::export($other, true), ); } @@ -84,17 +80,15 @@ final class IsIdentical extends Constraint /** * Returns a string representation of the constraint. - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException */ - public function toString(): string + public function toString(bool $exportObjects = false): string { if (is_object($this->value)) { return 'is identical to an object of class "' . - get_class($this->value) . '"'; + $this->value::class . '"'; } - return 'is identical to ' . $this->exporter()->export($this->value); + return 'is identical to ' . Exporter::export($this->value, $exportObjects); } /** @@ -102,12 +96,8 @@ final class IsIdentical extends Constraint * * The beginning of failure messages is "Failed asserting that" in most * cases. This method should return the second part of that sentence. - * - * @param mixed $other evaluated value or object - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException */ - protected function failureDescription($other): string + protected function failureDescription(mixed $other): string { if (is_object($this->value) && is_object($other)) { return 'two variables reference the same object'; diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatches.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatches.php old mode 100755 new mode 100644 index 54de688c..0000c8ef --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatches.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatches.php @@ -12,6 +12,7 @@ namespace PHPUnit\Framework\Constraint; use function json_decode; use function sprintf; use PHPUnit\Framework\ExpectationFailedException; +use PHPUnit\Util\InvalidJsonException; use PHPUnit\Util\Json; use SebastianBergmann\Comparator\ComparisonFailure; @@ -20,10 +21,7 @@ use SebastianBergmann\Comparator\ComparisonFailure; */ final class JsonMatches extends Constraint { - /** - * @var string - */ - private $value; + private readonly string $value; public function __construct(string $value) { @@ -46,10 +44,8 @@ final class JsonMatches extends Constraint * constraint is met, false otherwise. * * This method can be overridden to implement the evaluation algorithm. - * - * @param mixed $other value or object to evaluate */ - protected function matches($other): bool + protected function matches(mixed $other): bool { [$error, $recodedOther] = Json::canonicalize($other); @@ -69,16 +65,10 @@ final class JsonMatches extends Constraint /** * Throws an exception for the given compared value and test description. * - * @param mixed $other evaluated value or object - * @param string $description Additional information about the test - * - * @throws \PHPUnit\Framework\Exception - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException - * - * @psalm-return never-return + * @throws InvalidJsonException */ - protected function fail($other, $description, ComparisonFailure $comparisonFailure = null): void + protected function fail(mixed $other, string $description, ComparisonFailure $comparisonFailure = null): never { if ($comparisonFailure === null) { [$error, $recodedOther] = Json::canonicalize($other); @@ -98,7 +88,6 @@ final class JsonMatches extends Constraint json_decode($other), Json::prettify($recodedValue), Json::prettify($recodedOther), - false, 'Failed asserting that two json values are equal.', ); } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatchesErrorMessageProvider.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatchesErrorMessageProvider.php deleted file mode 100755 index 4bf19e27..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatchesErrorMessageProvider.php +++ /dev/null @@ -1,78 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Framework\Constraint; - -use const JSON_ERROR_CTRL_CHAR; -use const JSON_ERROR_DEPTH; -use const JSON_ERROR_NONE; -use const JSON_ERROR_STATE_MISMATCH; -use const JSON_ERROR_SYNTAX; -use const JSON_ERROR_UTF8; -use function strtolower; - -/** - * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit - */ -final class JsonMatchesErrorMessageProvider -{ - /** - * Translates JSON error to a human readable string. - */ - public static function determineJsonError(string $error, string $prefix = ''): ?string - { - switch ($error) { - case JSON_ERROR_NONE: - return null; - - case JSON_ERROR_DEPTH: - return $prefix . 'Maximum stack depth exceeded'; - - case JSON_ERROR_STATE_MISMATCH: - return $prefix . 'Underflow or the modes mismatch'; - - case JSON_ERROR_CTRL_CHAR: - return $prefix . 'Unexpected control character found'; - - case JSON_ERROR_SYNTAX: - return $prefix . 'Syntax error, malformed JSON'; - - case JSON_ERROR_UTF8: - return $prefix . 'Malformed UTF-8 characters, possibly incorrectly encoded'; - - default: - return $prefix . 'Unknown error'; - } - } - - /** - * Translates a given type to a human readable message prefix. - */ - public static function translateTypeToPrefix(string $type): string - { - switch (strtolower($type)) { - case 'expected': - $prefix = 'Expected value JSON decode error - '; - - break; - - case 'actual': - $prefix = 'Actual value JSON decode error - '; - - break; - - default: - $prefix = ''; - - break; - } - - return $prefix; - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsFinite.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsFinite.php old mode 100755 new mode 100644 index 9a2f3286..b70de503 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsFinite.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsFinite.php @@ -27,10 +27,8 @@ final class IsFinite extends Constraint /** * Evaluates the constraint for parameter $other. Returns true if the * constraint is met, false otherwise. - * - * @param mixed $other value or object to evaluate */ - protected function matches($other): bool + protected function matches(mixed $other): bool { return is_finite($other); } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsInfinite.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsInfinite.php old mode 100755 new mode 100644 index c718514c..dbf4803b --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsInfinite.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsInfinite.php @@ -27,10 +27,8 @@ final class IsInfinite extends Constraint /** * Evaluates the constraint for parameter $other. Returns true if the * constraint is met, false otherwise. - * - * @param mixed $other value or object to evaluate */ - protected function matches($other): bool + protected function matches(mixed $other): bool { return is_infinite($other); } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsNan.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsNan.php old mode 100755 new mode 100644 index 0062c5b5..f9c47219 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsNan.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsNan.php @@ -27,10 +27,8 @@ final class IsNan extends Constraint /** * Evaluates the constraint for parameter $other. Returns true if the * constraint is met, false otherwise. - * - * @param mixed $other value or object to evaluate */ - protected function matches($other): bool + protected function matches(mixed $other): bool { return is_nan($other); } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasAttribute.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasAttribute.php deleted file mode 100755 index 40e1d614..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasAttribute.php +++ /dev/null @@ -1,90 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Framework\Constraint; - -use function get_class; -use function is_object; -use function sprintf; -use PHPUnit\Framework\Exception; -use ReflectionClass; -use ReflectionException; - -/** - * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit - * - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4601 - */ -class ClassHasAttribute extends Constraint -{ - /** - * @var string - */ - private $attributeName; - - public function __construct(string $attributeName) - { - $this->attributeName = $attributeName; - } - - /** - * Returns a string representation of the constraint. - */ - public function toString(): string - { - return sprintf( - 'has attribute "%s"', - $this->attributeName, - ); - } - - /** - * Evaluates the constraint for parameter $other. Returns true if the - * constraint is met, false otherwise. - * - * @param mixed $other value or object to evaluate - */ - protected function matches($other): bool - { - try { - return (new ReflectionClass($other))->hasProperty($this->attributeName); - // @codeCoverageIgnoreStart - } catch (ReflectionException $e) { - throw new Exception( - $e->getMessage(), - $e->getCode(), - $e, - ); - } - // @codeCoverageIgnoreEnd - } - - /** - * Returns the description of the failure. - * - * The beginning of failure messages is "Failed asserting that" in most - * cases. This method should return the second part of that sentence. - * - * @param mixed $other evaluated value or object - */ - protected function failureDescription($other): string - { - return sprintf( - '%sclass "%s" %s', - is_object($other) ? 'object of ' : '', - is_object($other) ? get_class($other) : $other, - $this->toString(), - ); - } - - protected function attributeName(): string - { - return $this->attributeName; - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasStaticAttribute.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasStaticAttribute.php deleted file mode 100755 index bd5eefe4..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ClassHasStaticAttribute.php +++ /dev/null @@ -1,61 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Framework\Constraint; - -use function sprintf; -use PHPUnit\Framework\Exception; -use ReflectionClass; -use ReflectionException; - -/** - * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit - * - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4601 - */ -final class ClassHasStaticAttribute extends ClassHasAttribute -{ - /** - * Returns a string representation of the constraint. - */ - public function toString(): string - { - return sprintf( - 'has static attribute "%s"', - $this->attributeName(), - ); - } - - /** - * Evaluates the constraint for parameter $other. Returns true if the - * constraint is met, false otherwise. - * - * @param mixed $other value or object to evaluate - */ - protected function matches($other): bool - { - try { - $class = new ReflectionClass($other); - - if ($class->hasProperty($this->attributeName())) { - return $class->getProperty($this->attributeName())->isStatic(); - } - // @codeCoverageIgnoreStart - } catch (ReflectionException $e) { - throw new Exception( - $e->getMessage(), - $e->getCode(), - $e, - ); - } - // @codeCoverageIgnoreEnd - - return false; - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectEquals.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectEquals.php old mode 100755 new mode 100644 index b837b4cd..b513545f --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectEquals.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectEquals.php @@ -9,7 +9,6 @@ */ namespace PHPUnit\Framework\Constraint; -use function get_class; use function is_object; use PHPUnit\Framework\ActualValueIsNotAnObjectException; use PHPUnit\Framework\ComparisonMethodDoesNotAcceptParameterTypeException; @@ -25,15 +24,8 @@ use ReflectionObject; */ final class ObjectEquals extends Constraint { - /** - * @var object - */ - private $expected; - - /** - * @var string - */ - private $method; + private readonly object $expected; + private readonly string $method; public function __construct(object $object, string $method = 'equals') { @@ -54,7 +46,7 @@ final class ObjectEquals extends Constraint * @throws ComparisonMethodDoesNotDeclareParameterTypeException * @throws ComparisonMethodDoesNotExistException */ - protected function matches($other): bool + protected function matches(mixed $other): bool { if (!is_object($other)) { throw new ActualValueIsNotAnObjectException; @@ -64,17 +56,16 @@ final class ObjectEquals extends Constraint if (!$object->hasMethod($this->method)) { throw new ComparisonMethodDoesNotExistException( - get_class($other), + $other::class, $this->method, ); } - /** @noinspection PhpUnhandledExceptionInspection */ $method = $object->getMethod($this->method); if (!$method->hasReturnType()) { throw new ComparisonMethodDoesNotDeclareBoolReturnTypeException( - get_class($other), + $other::class, $this->method, ); } @@ -83,28 +74,28 @@ final class ObjectEquals extends Constraint if (!$returnType instanceof ReflectionNamedType) { throw new ComparisonMethodDoesNotDeclareBoolReturnTypeException( - get_class($other), + $other::class, $this->method, ); } if ($returnType->allowsNull()) { throw new ComparisonMethodDoesNotDeclareBoolReturnTypeException( - get_class($other), + $other::class, $this->method, ); } if ($returnType->getName() !== 'bool') { throw new ComparisonMethodDoesNotDeclareBoolReturnTypeException( - get_class($other), + $other::class, $this->method, ); } if ($method->getNumberOfParameters() !== 1 || $method->getNumberOfRequiredParameters() !== 1) { throw new ComparisonMethodDoesNotDeclareExactlyOneParameterException( - get_class($other), + $other::class, $this->method, ); } @@ -113,7 +104,7 @@ final class ObjectEquals extends Constraint if (!$parameter->hasType()) { throw new ComparisonMethodDoesNotDeclareParameterTypeException( - get_class($other), + $other::class, $this->method, ); } @@ -122,7 +113,7 @@ final class ObjectEquals extends Constraint if (!$type instanceof ReflectionNamedType) { throw new ComparisonMethodDoesNotDeclareParameterTypeException( - get_class($other), + $other::class, $this->method, ); } @@ -130,22 +121,22 @@ final class ObjectEquals extends Constraint $typeName = $type->getName(); if ($typeName === 'self') { - $typeName = get_class($other); + $typeName = $other::class; } if (!$this->expected instanceof $typeName) { throw new ComparisonMethodDoesNotAcceptParameterTypeException( - get_class($other), + $other::class, $this->method, - get_class($this->expected), + $this->expected::class, ); } return $other->{$this->method}($this->expected); } - protected function failureDescription($other): string + protected function failureDescription(mixed $other): string { - return $this->toString(); + return $this->toString(true); } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectHasAttribute.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectHasAttribute.php deleted file mode 100755 index 602cb05d..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectHasAttribute.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Framework\Constraint; - -use ReflectionObject; - -/** - * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit - * - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4601 - */ -final class ObjectHasAttribute extends ClassHasAttribute -{ - /** - * Evaluates the constraint for parameter $other. Returns true if the - * constraint is met, false otherwise. - * - * @param mixed $other value or object to evaluate - */ - protected function matches($other): bool - { - return (new ReflectionObject($other))->hasProperty($this->attributeName()); - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectHasProperty.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectHasProperty.php old mode 100755 new mode 100644 index c41d21a1..6c8bc415 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectHasProperty.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectHasProperty.php @@ -9,7 +9,6 @@ */ namespace PHPUnit\Framework\Constraint; -use function get_class; use function gettype; use function is_object; use function sprintf; @@ -20,10 +19,7 @@ use ReflectionObject; */ final class ObjectHasProperty extends Constraint { - /** - * @var string - */ - private $propertyName; + private readonly string $propertyName; public function __construct(string $propertyName) { @@ -47,7 +43,7 @@ final class ObjectHasProperty extends Constraint * * @param mixed $other value or object to evaluate */ - protected function matches($other): bool + protected function matches(mixed $other): bool { if (!is_object($other)) { return false; @@ -64,13 +60,13 @@ final class ObjectHasProperty extends Constraint * * @param mixed $other evaluated value or object */ - protected function failureDescription($other): string + protected function failureDescription(mixed $other): string { if (is_object($other)) { return sprintf( 'object of class "%s" %s', - get_class($other), - $this->toString(), + $other::class, + $this->toString(true), ); } @@ -78,7 +74,7 @@ final class ObjectHasProperty extends Constraint '"%s" (%s) %s', $other, gettype($other), - $this->toString(), + $this->toString(true), ); } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/BinaryOperator.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/BinaryOperator.php old mode 100755 new mode 100644 index 11c86b52..4c3d8e4b --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/BinaryOperator.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/BinaryOperator.php @@ -10,7 +10,6 @@ namespace PHPUnit\Framework\Constraint; use function array_map; -use function array_values; use function count; /** @@ -19,28 +18,16 @@ use function count; abstract class BinaryOperator extends Operator { /** - * @var Constraint[] + * @psalm-var list */ - private $constraints = []; + private readonly array $constraints; - public static function fromConstraints(Constraint ...$constraints): self + protected function __construct(mixed ...$constraints) { - $constraint = new static; - - $constraint->constraints = $constraints; - - return $constraint; - } - - /** - * @param mixed[] $constraints - */ - public function setConstraints(array $constraints): void - { - $this->constraints = array_map(function ($constraint): Constraint - { - return $this->checkConstraint($constraint); - }, array_values($constraints)); + $this->constraints = array_map( + fn ($constraint): Constraint => $this->checkConstraint($constraint), + $constraints, + ); } /** @@ -88,7 +75,7 @@ abstract class BinaryOperator extends Operator } /** - * Returns the nested constraints. + * @psalm-return list */ final protected function constraints(): array { @@ -121,9 +108,6 @@ abstract class BinaryOperator extends Operator /** * Returns string representation of given operand in context of this operator. - * - * @param Constraint $constraint operand constraint - * @param int $position position of $constraint in this expression */ private function constraintToString(Constraint $constraint, int $position): string { diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalAnd.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalAnd.php old mode 100755 new mode 100644 index a1af4dd3..e0a00a0e --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalAnd.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalAnd.php @@ -14,6 +14,11 @@ namespace PHPUnit\Framework\Constraint; */ final class LogicalAnd extends BinaryOperator { + public static function fromConstraints(mixed ...$constraints): self + { + return new self(...$constraints); + } + /** * Returns the name of this operator. */ @@ -35,10 +40,8 @@ final class LogicalAnd extends BinaryOperator /** * Evaluates the constraint for parameter $other. Returns true if the * constraint is met, false otherwise. - * - * @param mixed $other value or object to evaluate */ - protected function matches($other): bool + protected function matches(mixed $other): bool { foreach ($this->constraints() as $constraint) { if (!$constraint->evaluate($other, '', true)) { diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalNot.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalNot.php old mode 100755 new mode 100644 index 327f85bf..021afddd --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalNot.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalNot.php @@ -14,6 +14,7 @@ use function count; use function preg_match; use function preg_quote; use function preg_replace; +use PHPUnit\Framework\ExpectationFailedException; /** * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit @@ -50,10 +51,10 @@ final class LogicalNot extends UnaryOperator preg_match('/(\'[\w\W]*\')([\w\W]*)("[\w\W]*")/i', $string, $matches); - $positives = array_map(static function (string $s) - { - return '/\\b' . preg_quote($s, '/') . '/'; - }, $positives); + $positives = array_map( + static fn (string $s) => '/\\b' . preg_quote($s, '/') . '/', + $positives, + ); if (count($matches) > 0) { $nonInput = $matches[2]; @@ -100,9 +101,9 @@ final class LogicalNot extends UnaryOperator * Evaluates the constraint for parameter $other. Returns true if the * constraint is met, false otherwise. * - * @param mixed $other value or object to evaluate + * @throws ExpectationFailedException */ - protected function matches($other): bool + protected function matches(mixed $other): bool { return !$this->constraint()->evaluate($other, '', true); } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalOr.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalOr.php old mode 100755 new mode 100644 index 2932de67..cbd87b9c --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalOr.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalOr.php @@ -14,6 +14,11 @@ namespace PHPUnit\Framework\Constraint; */ final class LogicalOr extends BinaryOperator { + public static function fromConstraints(mixed ...$constraints): self + { + return new self(...$constraints); + } + /** * Returns the name of this operator. */ @@ -35,10 +40,8 @@ final class LogicalOr extends BinaryOperator /** * Evaluates the constraint for parameter $other. Returns true if the * constraint is met, false otherwise. - * - * @param mixed $other value or object to evaluate */ - public function matches($other): bool + public function matches(mixed $other): bool { foreach ($this->constraints() as $constraint) { if ($constraint->evaluate($other, '', true)) { diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalXor.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalXor.php old mode 100755 new mode 100644 index ee1b1c29..e8ffc34d --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalXor.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalXor.php @@ -11,12 +11,18 @@ namespace PHPUnit\Framework\Constraint; use function array_reduce; use function array_shift; +use PHPUnit\Framework\ExpectationFailedException; /** * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit */ final class LogicalXor extends BinaryOperator { + public static function fromConstraints(mixed ...$constraints): self + { + return new self(...$constraints); + } + /** * Returns the name of this operator. */ @@ -39,9 +45,9 @@ final class LogicalXor extends BinaryOperator * Evaluates the constraint for parameter $other. Returns true if the * constraint is met, false otherwise. * - * @param mixed $other value or object to evaluate + * @throws ExpectationFailedException */ - public function matches($other): bool + public function matches(mixed $other): bool { $constraints = $this->constraints(); @@ -53,10 +59,7 @@ final class LogicalXor extends BinaryOperator return array_reduce( $constraints, - static function (bool $matches, Constraint $constraint) use ($other): bool - { - return $matches xor $constraint->evaluate($other, '', true); - }, + static fn (bool $matches, Constraint $constraint): bool => $matches xor $constraint->evaluate($other, '', true), $initial->evaluate($other, '', true), ); } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/Operator.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/Operator.php old mode 100755 new mode 100644 index 3f51a0f4..1195156e --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/Operator.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/Operator.php @@ -34,7 +34,7 @@ abstract class Operator extends Constraint /** * Validates $constraint argument. */ - protected function checkConstraint($constraint): Constraint + protected function checkConstraint(mixed $constraint): Constraint { if (!$constraint instanceof Constraint) { return new IsEqual($constraint); diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/UnaryOperator.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/UnaryOperator.php old mode 100755 new mode 100644 index 0a7a5fa2..10b0cc62 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/UnaryOperator.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Operator/UnaryOperator.php @@ -16,15 +16,9 @@ use function count; */ abstract class UnaryOperator extends Operator { - /** - * @var Constraint - */ - private $constraint; + private readonly Constraint $constraint; - /** - * @param Constraint|mixed $constraint - */ - public function __construct($constraint) + public function __construct(mixed $constraint) { $this->constraint = $this->checkConstraint($constraint); } @@ -76,12 +70,8 @@ abstract class UnaryOperator extends Operator * * The beginning of failure messages is "Failed asserting that" in most * cases. This method should return the second part of that sentence. - * - * @param mixed $other evaluated value or object - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException */ - protected function failureDescription($other): string + protected function failureDescription(mixed $other): string { $reduced = $this->reduce(); @@ -112,8 +102,6 @@ abstract class UnaryOperator extends Operator * The method may be overwritten in a subclass to apply default * transformation in case the operand constraint does not provide its own * custom strings via toStringInContext() or failureDescriptionInContext(). - * - * @param string $string the string to be transformed */ protected function transformString(string $string): string { diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/String/IsJson.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/String/IsJson.php old mode 100755 new mode 100644 index f90704f0..fdd663cd --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/String/IsJson.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/String/IsJson.php @@ -9,6 +9,7 @@ */ namespace PHPUnit\Framework\Constraint; +use function is_string; use function json_decode; use function json_last_error; use function sprintf; @@ -29,12 +30,10 @@ final class IsJson extends Constraint /** * Evaluates the constraint for parameter $other. Returns true if the * constraint is met, false otherwise. - * - * @param mixed $other value or object to evaluate */ - protected function matches($other): bool + protected function matches(mixed $other): bool { - if ($other === '') { + if (!is_string($other) || $other === '') { return false; } @@ -52,26 +51,35 @@ final class IsJson extends Constraint * * The beginning of failure messages is "Failed asserting that" in most * cases. This method should return the second part of that sentence. - * - * @param mixed $other evaluated value or object - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException */ - protected function failureDescription($other): string + protected function failureDescription(mixed $other): string { + if (!is_string($other)) { + return $this->valueToTypeStringFragment($other) . 'is valid JSON'; + } + if ($other === '') { return 'an empty string is valid JSON'; } - json_decode($other); - $error = (string) JsonMatchesErrorMessageProvider::determineJsonError( - (string) json_last_error(), - ); - return sprintf( - '%s is valid JSON (%s)', - $this->exporter()->shortenedExport($other), - $error, + 'a string is valid JSON (%s)', + $this->determineJsonError($other), ); } + + private function determineJsonError(string $json): string + { + json_decode($json); + + return match (json_last_error()) { + JSON_ERROR_NONE => '', + JSON_ERROR_DEPTH => 'Maximum stack depth exceeded', + JSON_ERROR_STATE_MISMATCH => 'Underflow or the modes mismatch', + JSON_ERROR_CTRL_CHAR => 'Unexpected control character found', + JSON_ERROR_SYNTAX => 'Syntax error, malformed JSON', + JSON_ERROR_UTF8 => 'Malformed UTF-8 characters, possibly incorrectly encoded', + default => 'Unknown error', + }; + } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/String/RegularExpression.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/String/RegularExpression.php old mode 100755 new mode 100644 index 9ccfb9bd..03b0e4ea --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/String/RegularExpression.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/String/RegularExpression.php @@ -15,12 +15,9 @@ use function sprintf; /** * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit */ -class RegularExpression extends Constraint +final class RegularExpression extends Constraint { - /** - * @var string - */ - private $pattern; + private readonly string $pattern; public function __construct(string $pattern) { @@ -41,10 +38,8 @@ class RegularExpression extends Constraint /** * Evaluates the constraint for parameter $other. Returns true if the * constraint is met, false otherwise. - * - * @param mixed $other value or object to evaluate */ - protected function matches($other): bool + protected function matches(mixed $other): bool { return preg_match($this->pattern, $other) > 0; } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringContains.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringContains.php old mode 100755 new mode 100644 index 5aa2c8e5..7ba71587 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringContains.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringContains.php @@ -9,30 +9,34 @@ */ namespace PHPUnit\Framework\Constraint; +use function is_string; +use function mb_detect_encoding; use function mb_stripos; use function mb_strtolower; use function sprintf; -use function strpos; +use function str_contains; +use function strlen; +use function strtr; +use PHPUnit\Util\Exporter; /** * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit */ final class StringContains extends Constraint { - /** - * @var string - */ - private $string; - - /** - * @var bool - */ - private $ignoreCase; + private readonly string $needle; + private readonly bool $ignoreCase; + private readonly bool $ignoreLineEndings; - public function __construct(string $string, bool $ignoreCase = false) + public function __construct(string $needle, bool $ignoreCase = false, bool $ignoreLineEndings = false) { - $this->string = $string; - $this->ignoreCase = $ignoreCase; + if ($ignoreLineEndings) { + $needle = $this->normalizeLineEndings($needle); + } + + $this->needle = $needle; + $this->ignoreCase = $ignoreCase; + $this->ignoreLineEndings = $ignoreLineEndings; } /** @@ -40,46 +44,117 @@ final class StringContains extends Constraint */ public function toString(): string { + $needle = $this->needle; + if ($this->ignoreCase) { - $string = mb_strtolower($this->string, 'UTF-8'); - } else { - $string = $this->string; + $needle = mb_strtolower($this->needle, 'UTF-8'); } return sprintf( - 'contains "%s"', - $string, + 'contains "%s" [%s](length: %s)', + $needle, + $this->getDetectedEncoding($needle), + strlen($needle), + ); + } + + public function failureDescription(mixed $other): string + { + $stringifiedHaystack = Exporter::export($other, true); + $haystackEncoding = $this->getDetectedEncoding($other); + $haystackLength = $this->getHaystackLength($other); + + $haystackInformation = sprintf( + '%s [%s](length: %s) ', + $stringifiedHaystack, + $haystackEncoding, + $haystackLength, ); + + $needleInformation = $this->toString(true); + + return $haystackInformation . $needleInformation; } /** * Evaluates the constraint for parameter $other. Returns true if the * constraint is met, false otherwise. - * - * @param mixed $other value or object to evaluate */ - protected function matches($other): bool + protected function matches(mixed $other): bool { - if ('' === $this->string) { + $haystack = $other; + + if ('' === $this->needle) { return true; } + if (!is_string($haystack)) { + return false; + } + + if ($this->ignoreLineEndings) { + $haystack = $this->normalizeLineEndings($haystack); + } + if ($this->ignoreCase) { /* - * We must use the multi byte safe version so we can accurately compare non latin upper characters with + * We must use the multibyte-safe version, so we can accurately compare non-latin uppercase characters with * their lowercase equivalents. */ - return mb_stripos($other, $this->string, 0, 'UTF-8') !== false; + return mb_stripos($haystack, $this->needle, 0, 'UTF-8') !== false; } /* - * Use the non multi byte safe functions to see if the string is contained in $other. + * Use the non-multibyte safe functions to see if the string is contained in $other. * - * This function is very fast and we don't care about the character position in the string. + * This function is very fast, and we don't care about the character position in the string. * - * Additionally, we want this method to be binary safe so we can check if some binary data is in other binary + * Additionally, we want this method to be binary safe, so we can check if some binary data is in other binary * data. */ - return strpos($other, $this->string) !== false; + return str_contains($haystack, $this->needle); + } + + private function getDetectedEncoding(mixed $other): string + { + if ($this->ignoreCase) { + return 'Encoding ignored'; + } + + if (!is_string($other)) { + return 'Encoding detection failed'; + } + + $detectedEncoding = mb_detect_encoding($other, null, true); + + if (!$detectedEncoding) { + return 'Encoding detection failed'; + } + + return $detectedEncoding; + } + + private function getHaystackLength(mixed $haystack): int + { + if (!is_string($haystack)) { + return 0; + } + + if ($this->ignoreLineEndings) { + $haystack = $this->normalizeLineEndings($haystack); + } + + return strlen($haystack); + } + + private function normalizeLineEndings(string $string): string + { + return strtr( + $string, + [ + "\r\n" => "\n", + "\r" => "\n", + ], + ); } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringEndsWith.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringEndsWith.php old mode 100755 new mode 100644 index bb4ce23b..1dd43b84 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringEndsWith.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringEndsWith.php @@ -9,21 +9,25 @@ */ namespace PHPUnit\Framework\Constraint; -use function strlen; -use function substr; +use function str_ends_with; +use PHPUnit\Framework\EmptyStringException; /** * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit */ final class StringEndsWith extends Constraint { + private readonly string $suffix; + /** - * @var string + * @throws EmptyStringException */ - private $suffix; - public function __construct(string $suffix) { + if ($suffix === '') { + throw new EmptyStringException; + } + $this->suffix = $suffix; } @@ -38,11 +42,9 @@ final class StringEndsWith extends Constraint /** * Evaluates the constraint for parameter $other. Returns true if the * constraint is met, false otherwise. - * - * @param mixed $other value or object to evaluate */ - protected function matches($other): bool + protected function matches(mixed $other): bool { - return substr($other, 0 - strlen($this->suffix)) === $this->suffix; + return str_ends_with((string) $other, $this->suffix); } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringEqualsStringIgnoringLineEndings.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringEqualsStringIgnoringLineEndings.php new file mode 100644 index 00000000..56c59943 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringEqualsStringIgnoringLineEndings.php @@ -0,0 +1,57 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Constraint; + +use function sprintf; +use function strtr; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class StringEqualsStringIgnoringLineEndings extends Constraint +{ + private readonly string $string; + + public function __construct(string $string) + { + $this->string = $this->normalizeLineEndings($string); + } + + /** + * Returns a string representation of the constraint. + */ + public function toString(): string + { + return sprintf( + 'is equal to "%s" ignoring line endings', + $this->string, + ); + } + + /** + * Evaluates the constraint for parameter $other. Returns true if the + * constraint is met, false otherwise. + */ + protected function matches(mixed $other): bool + { + return $this->string === $this->normalizeLineEndings((string) $other); + } + + private function normalizeLineEndings(string $string): string + { + return strtr( + $string, + [ + "\r\n" => "\n", + "\r" => "\n", + ], + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringMatchesFormatDescription.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringMatchesFormatDescription.php old mode 100755 new mode 100644 index 9c01ecb9..8e5072db --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringMatchesFormatDescription.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringMatchesFormatDescription.php @@ -22,50 +22,51 @@ use SebastianBergmann\Diff\Output\UnifiedDiffOutputBuilder; /** * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit */ -final class StringMatchesFormatDescription extends RegularExpression +final class StringMatchesFormatDescription extends Constraint { - /** - * @var string - */ - private $string; + private readonly string $formatDescription; - public function __construct(string $string) + public function __construct(string $formatDescription) { - parent::__construct( - $this->createPatternFromFormat( - $this->convertNewlines($string), - ), - ); + $this->formatDescription = $formatDescription; + } - $this->string = $string; + public function toString(): string + { + return 'matches format description:' . PHP_EOL . $this->formatDescription; } /** * Evaluates the constraint for parameter $other. Returns true if the * constraint is met, false otherwise. - * - * @param mixed $other value or object to evaluate */ - protected function matches($other): bool + protected function matches(mixed $other): bool { - return parent::matches( - $this->convertNewlines($other), + $other = $this->convertNewlines($other); + + $matches = preg_match( + $this->regularExpressionForFormatDescription( + $this->convertNewlines($this->formatDescription), + ), + $other, ); + + return $matches > 0; } - protected function failureDescription($other): string + protected function failureDescription(mixed $other): string { return 'string matches format description'; } - protected function additionalFailureDescription($other): string + protected function additionalFailureDescription(mixed $other): string { - $from = explode("\n", $this->string); + $from = explode("\n", $this->formatDescription); $to = explode("\n", $this->convertNewlines($other)); foreach ($from as $index => $line) { if (isset($to[$index]) && $line !== $to[$index]) { - $line = $this->createPatternFromFormat($line); + $line = $this->regularExpressionForFormatDescription($line); if (preg_match($line, $to[$index]) > 0) { $from[$index] = $to[$index]; @@ -73,13 +74,13 @@ final class StringMatchesFormatDescription extends RegularExpression } } - $this->string = implode("\n", $from); - $other = implode("\n", $to); + $from = implode("\n", $from); + $to = implode("\n", $to); - return (new Differ(new UnifiedDiffOutputBuilder("--- Expected\n+++ Actual\n")))->diff($this->string, $other); + return $this->differ()->diff($from, $to); } - private function createPatternFromFormat(string $string): string + private function regularExpressionForFormatDescription(string $string): string { $string = strtr( preg_quote($string, '/'), @@ -106,4 +107,9 @@ final class StringMatchesFormatDescription extends RegularExpression { return preg_replace('/\r\n/', "\n", $text); } + + private function differ(): Differ + { + return new Differ(new UnifiedDiffOutputBuilder("--- Expected\n+++ Actual\n")); + } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringStartsWith.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringStartsWith.php old mode 100755 new mode 100644 index 8683e272..eee545c7 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringStartsWith.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/String/StringStartsWith.php @@ -9,23 +9,23 @@ */ namespace PHPUnit\Framework\Constraint; -use function strpos; -use PHPUnit\Framework\InvalidArgumentException; +use function str_starts_with; +use PHPUnit\Framework\EmptyStringException; /** * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit */ final class StringStartsWith extends Constraint { + private readonly string $prefix; + /** - * @var string + * @throws EmptyStringException */ - private $prefix; - public function __construct(string $prefix) { if ($prefix === '') { - throw InvalidArgumentException::create(1, 'non-empty string'); + throw new EmptyStringException; } $this->prefix = $prefix; @@ -42,11 +42,9 @@ final class StringStartsWith extends Constraint /** * Evaluates the constraint for parameter $other. Returns true if the * constraint is met, false otherwise. - * - * @param mixed $other value or object to evaluate */ - protected function matches($other): bool + protected function matches(mixed $other): bool { - return strpos((string) $other, $this->prefix) === 0; + return str_starts_with((string) $other, $this->prefix); } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/ArrayHasKey.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/ArrayHasKey.php old mode 100755 new mode 100644 index 44cada3a..07bfa4fd --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/ArrayHasKey.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/ArrayHasKey.php @@ -12,42 +12,33 @@ namespace PHPUnit\Framework\Constraint; use function array_key_exists; use function is_array; use ArrayAccess; +use PHPUnit\Util\Exporter; /** * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit */ final class ArrayHasKey extends Constraint { - /** - * @var int|string - */ - private $key; + private readonly int|string $key; - /** - * @param int|string $key - */ - public function __construct($key) + public function __construct(int|string $key) { $this->key = $key; } /** * Returns a string representation of the constraint. - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException */ public function toString(): string { - return 'has the key ' . $this->exporter()->export($this->key); + return 'has the key ' . Exporter::export($this->key); } /** * Evaluates the constraint for parameter $other. Returns true if the * constraint is met, false otherwise. - * - * @param mixed $other value or object to evaluate */ - protected function matches($other): bool + protected function matches(mixed $other): bool { if (is_array($other)) { return array_key_exists($this->key, $other); @@ -65,13 +56,9 @@ final class ArrayHasKey extends Constraint * * The beginning of failure messages is "Failed asserting that" in most * cases. This method should return the second part of that sentence. - * - * @param mixed $other evaluated value or object - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException */ - protected function failureDescription($other): string + protected function failureDescription(mixed $other): string { - return 'an array ' . $this->toString(); + return 'an array ' . $this->toString(true); } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/IsList.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/IsList.php new file mode 100644 index 00000000..2e2f60cb --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/IsList.php @@ -0,0 +1,51 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\Constraint; + +use function array_is_list; +use function is_array; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class IsList extends Constraint +{ + /** + * Returns a string representation of the constraint. + */ + public function toString(): string + { + return 'is a list'; + } + + /** + * Evaluates the constraint for parameter $other. Returns true if the + * constraint is met, false otherwise. + */ + protected function matches(mixed $other): bool + { + if (!is_array($other)) { + return false; + } + + return array_is_list($other); + } + + /** + * Returns the description of the failure. + * + * The beginning of failure messages is "Failed asserting that" in most + * cases. This method should return the second part of that sentence. + */ + protected function failureDescription(mixed $other): string + { + return $this->valueToTypeStringFragment($other) . $this->toString(true); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContains.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContains.php old mode 100755 new mode 100644 index d0f61f46..770bdb8a --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContains.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContains.php @@ -11,30 +11,26 @@ namespace PHPUnit\Framework\Constraint; use function is_array; use function sprintf; +use PHPUnit\Util\Exporter; /** * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit */ abstract class TraversableContains extends Constraint { - /** - * @var mixed - */ - private $value; + private readonly mixed $value; - public function __construct($value) + public function __construct(mixed $value) { $this->value = $value; } /** * Returns a string representation of the constraint. - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException */ - public function toString(): string + public function toString(bool $exportObjects = false): string { - return 'contains ' . $this->exporter()->export($this->value); + return 'contains ' . Exporter::export($this->value, $exportObjects); } /** @@ -42,21 +38,17 @@ abstract class TraversableContains extends Constraint * * The beginning of failure messages is "Failed asserting that" in most * cases. This method should return the second part of that sentence. - * - * @param mixed $other evaluated value or object - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException */ - protected function failureDescription($other): string + protected function failureDescription(mixed $other): string { return sprintf( '%s %s', is_array($other) ? 'an array' : 'a traversable', - $this->toString(), + $this->toString(true), ); } - protected function value() + protected function value(): mixed { return $this->value; } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsEqual.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsEqual.php old mode 100755 new mode 100644 index c315e709..9bb0f3c0 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsEqual.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsEqual.php @@ -19,10 +19,8 @@ final class TraversableContainsEqual extends TraversableContains /** * Evaluates the constraint for parameter $other. Returns true if the * constraint is met, false otherwise. - * - * @param mixed $other value or object to evaluate */ - protected function matches($other): bool + protected function matches(mixed $other): bool { if ($other instanceof SplObjectStorage) { return $other->contains($this->value()); diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsIdentical.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsIdentical.php old mode 100755 new mode 100644 index a3437dbc..fc070358 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsIdentical.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsIdentical.php @@ -19,10 +19,8 @@ final class TraversableContainsIdentical extends TraversableContains /** * Evaluates the constraint for parameter $other. Returns true if the * constraint is met, false otherwise. - * - * @param mixed $other value or object to evaluate */ - protected function matches($other): bool + protected function matches(mixed $other): bool { if ($other instanceof SplObjectStorage) { return $other->contains($this->value()); diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsOnly.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsOnly.php old mode 100755 new mode 100644 index e5c68890..72e3ccc0 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsOnly.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsOnly.php @@ -10,22 +10,14 @@ namespace PHPUnit\Framework\Constraint; use PHPUnit\Framework\ExpectationFailedException; -use Traversable; /** * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit */ final class TraversableContainsOnly extends Constraint { - /** - * @var Constraint - */ - private $constraint; - - /** - * @var string - */ - private $type; + private Constraint $constraint; + private readonly string $type; /** * @throws \PHPUnit\Framework\Exception @@ -35,9 +27,7 @@ final class TraversableContainsOnly extends Constraint if ($isNativeType) { $this->constraint = new IsType($type); } else { - $this->constraint = new IsInstanceOf( - $type, - ); + $this->constraint = new IsInstanceOf($type); } $this->type = $type; @@ -53,12 +43,9 @@ final class TraversableContainsOnly extends Constraint * a boolean value instead: true in case of success, false in case of a * failure. * - * @param mixed|Traversable $other - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ - public function evaluate($other, string $description = '', bool $returnResult = false): ?bool + public function evaluate(mixed $other, string $description = '', bool $returnResult = false): bool { $success = true; @@ -70,15 +57,11 @@ final class TraversableContainsOnly extends Constraint } } - if ($returnResult) { - return $success; - } - - if (!$success) { + if (!$success && !$returnResult) { $this->fail($other, $description); } - return null; + return $success; } /** diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsInstanceOf.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsInstanceOf.php old mode 100755 new mode 100644 index ef26813f..e69f4f86 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsInstanceOf.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsInstanceOf.php @@ -9,9 +9,10 @@ */ namespace PHPUnit\Framework\Constraint; +use function class_exists; +use function interface_exists; use function sprintf; -use ReflectionClass; -use ReflectionException; +use PHPUnit\Framework\UnknownClassOrInterfaceException; /** * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit @@ -19,13 +20,29 @@ use ReflectionException; final class IsInstanceOf extends Constraint { /** - * @var string + * @psalm-var class-string */ - private $className; + private readonly string $name; - public function __construct(string $className) + /** + * @psalm-var 'class'|'interface' + */ + private readonly string $type; + + /** + * @throws UnknownClassOrInterfaceException + */ + public function __construct(string $name) { - $this->className = $className; + if (class_exists($name)) { + $this->type = 'class'; + } elseif (interface_exists($name)) { + $this->type = 'interface'; + } else { + throw new UnknownClassOrInterfaceException($name); + } + + $this->name = $name; } /** @@ -34,21 +51,19 @@ final class IsInstanceOf extends Constraint public function toString(): string { return sprintf( - 'is instance of %s "%s"', - $this->getType(), - $this->className, + 'is an instance of %s %s', + $this->type, + $this->name, ); } /** * Evaluates the constraint for parameter $other. Returns true if the * constraint is met, false otherwise. - * - * @param mixed $other value or object to evaluate */ - protected function matches($other): bool + protected function matches(mixed $other): bool { - return $other instanceof $this->className; + return $other instanceof $this->name; } /** @@ -56,32 +71,9 @@ final class IsInstanceOf extends Constraint * * The beginning of failure messages is "Failed asserting that" in most * cases. This method should return the second part of that sentence. - * - * @param mixed $other evaluated value or object - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException */ - protected function failureDescription($other): string + protected function failureDescription(mixed $other): string { - return sprintf( - '%s is an instance of %s "%s"', - $this->exporter()->shortenedExport($other), - $this->getType(), - $this->className, - ); - } - - private function getType(): string - { - try { - $reflection = new ReflectionClass($this->className); - - if ($reflection->isInterface()) { - return 'interface'; - } - } catch (ReflectionException $e) { - } - - return 'class'; + return $this->valueToTypeStringFragment($other) . $this->toString(true); } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsNull.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsNull.php old mode 100755 new mode 100644 index b9fcdd7a..37c89f7a --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsNull.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsNull.php @@ -25,10 +25,8 @@ final class IsNull extends Constraint /** * Evaluates the constraint for parameter $other. Returns true if the * constraint is met, false otherwise. - * - * @param mixed $other value or object to evaluate */ - protected function matches($other): bool + protected function matches(mixed $other): bool { return $other === null; } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsType.php b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsType.php old mode 100755 new mode 100644 index 6edcc2b9..84c422f8 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsType.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsType.php @@ -21,6 +21,7 @@ use function is_object; use function is_scalar; use function is_string; use function sprintf; +use PHPUnit\Framework\UnknownTypeException; /** * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit @@ -93,7 +94,7 @@ final class IsType extends Constraint public const TYPE_ITERABLE = 'iterable'; /** - * @var array + * @psalm-var array */ private const KNOWN_TYPES = [ 'array' => true, @@ -116,23 +117,19 @@ final class IsType extends Constraint ]; /** - * @var string + * @psalm-var 'array'|'boolean'|'bool'|'double'|'float'|'integer'|'int'|'null'|'numeric'|'object'|'real'|'resource'|'resource (closed)'|'string'|'scalar'|'callable'|'iterable' */ - private $type; + private readonly string $type; /** - * @throws \PHPUnit\Framework\Exception + * @psalm-param 'array'|'boolean'|'bool'|'double'|'float'|'integer'|'int'|'null'|'numeric'|'object'|'real'|'resource'|'resource (closed)'|'string'|'scalar'|'callable'|'iterable' $type + * + * @throws UnknownTypeException */ public function __construct(string $type) { if (!isset(self::KNOWN_TYPES[$type])) { - throw new \PHPUnit\Framework\Exception( - sprintf( - 'Type specified for PHPUnit\Framework\Constraint\IsType <%s> ' . - 'is not a valid type.', - $type, - ), - ); + throw new UnknownTypeException($type); } $this->type = $type; @@ -144,7 +141,7 @@ final class IsType extends Constraint public function toString(): string { return sprintf( - 'is of type "%s"', + 'is of type %s', $this->type, ); } @@ -152,10 +149,8 @@ final class IsType extends Constraint /** * Evaluates the constraint for parameter $other. Returns true if the * constraint is met, false otherwise. - * - * @param mixed $other value or object to evaluate */ - protected function matches($other): bool + protected function matches(mixed $other): bool { switch ($this->type) { case 'numeric': diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/DataProviderTestSuite.php b/Sources/vendor/phpunit/phpunit/src/Framework/DataProviderTestSuite.php old mode 100755 new mode 100644 index 18b54999..6975d1c6 --- a/Sources/vendor/phpunit/phpunit/src/Framework/DataProviderTestSuite.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/DataProviderTestSuite.php @@ -10,7 +10,8 @@ namespace PHPUnit\Framework; use function explode; -use PHPUnit\Util\Test as TestUtil; +use PHPUnit\Framework\TestSize\TestSize; +use PHPUnit\Metadata\Api\Groups; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit @@ -18,41 +19,41 @@ use PHPUnit\Util\Test as TestUtil; final class DataProviderTestSuite extends TestSuite { /** - * @var list + * @psalm-var list */ - private $dependencies = []; + private array $dependencies = []; + private ?array $providedTests = null; /** - * @param list $dependencies + * @psalm-param list $dependencies */ public function setDependencies(array $dependencies): void { $this->dependencies = $dependencies; - foreach ($this->tests as $test) { + foreach ($this->tests() as $test) { if (!$test instanceof TestCase) { - // @codeCoverageIgnoreStart continue; - // @codeCoverageIgnoreStart } + $test->setDependencies($dependencies); } } /** - * @return list + * @psalm-return list */ public function provides(): array { if ($this->providedTests === null) { - $this->providedTests = [new ExecutionOrderDependency($this->getName())]; + $this->providedTests = [new ExecutionOrderDependency($this->name())]; } return $this->providedTests; } /** - * @return list + * @psalm-return list */ public function requires(): array { @@ -62,14 +63,12 @@ final class DataProviderTestSuite extends TestSuite } /** - * Returns the size of the each test created using the data provider(s). - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * Returns the size of each test created using the data provider(s). */ - public function getSize(): int + public function size(): TestSize { - [$className, $methodName] = explode('::', $this->getName()); + [$className, $methodName] = explode('::', $this->name()); - return TestUtil::getSize($className, $methodName); + return (new Groups)->size($className, $methodName); } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Error/Error.php b/Sources/vendor/phpunit/phpunit/src/Framework/Error/Error.php deleted file mode 100755 index 2990b360..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Error/Error.php +++ /dev/null @@ -1,26 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Framework\Error; - -use PHPUnit\Framework\Exception; - -/** - * @internal - */ -class Error extends Exception -{ - public function __construct(string $message, int $code, string $file, int $line, \Exception $previous = null) - { - parent::__construct($message, $code, $previous); - - $this->file = $file; - $this->line = $line; - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/ErrorTestCase.php b/Sources/vendor/phpunit/phpunit/src/Framework/ErrorTestCase.php deleted file mode 100755 index 245f0336..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Framework/ErrorTestCase.php +++ /dev/null @@ -1,66 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Framework; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - */ -final class ErrorTestCase extends TestCase -{ - /** - * @var ?bool - */ - protected $backupGlobals = false; - - /** - * @var ?bool - */ - protected $backupStaticAttributes = false; - - /** - * @var ?bool - */ - protected $runTestInSeparateProcess = false; - - /** - * @var string - */ - private $message; - - public function __construct(string $message = '') - { - $this->message = $message; - - parent::__construct('Error'); - } - - public function getMessage(): string - { - return $this->message; - } - - /** - * Returns a string representation of the test case. - */ - public function toString(): string - { - return 'Error'; - } - - /** - * @throws Exception - * - * @psalm-return never-return - */ - protected function runTest(): void - { - throw new Error($this->message); - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/AssertionFailedError.php b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/AssertionFailedError.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/CodeCoverageException.php b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/CodeCoverageException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/InvalidParameterGroupException.php b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/EmptyStringException.php old mode 100755 new mode 100644 similarity index 85% rename from Sources/vendor/phpunit/phpunit/src/Framework/InvalidParameterGroupException.php rename to Sources/vendor/phpunit/phpunit/src/Framework/Exception/EmptyStringException.php index feb9cc98..e7f4fa9f --- a/Sources/vendor/phpunit/phpunit/src/Framework/InvalidParameterGroupException.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/EmptyStringException.php @@ -12,6 +12,6 @@ namespace PHPUnit\Framework; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit */ -final class InvalidParameterGroupException extends Exception +final class EmptyStringException extends InvalidArgumentException { } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/Exception.php b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/Exception.php old mode 100755 new mode 100644 index 0b21e6de..01531f5e --- a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/Exception.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/Exception.php @@ -11,7 +11,6 @@ namespace PHPUnit\Framework; use function array_keys; use function get_object_vars; -use PHPUnit\Util\Filter; use RuntimeException; use Throwable; @@ -39,12 +38,9 @@ use Throwable; */ class Exception extends RuntimeException implements \PHPUnit\Exception { - /** - * @var array - */ - protected $serializableTrace; + protected array $serializableTrace; - public function __construct($message = '', $code = 0, Throwable $previous = null) + public function __construct(string $message = '', int $code = 0, Throwable $previous = null) { parent::__construct($message, $code, $previous); @@ -55,17 +51,6 @@ class Exception extends RuntimeException implements \PHPUnit\Exception } } - public function __toString(): string - { - $string = TestFailure::exceptionToString($this); - - if ($trace = Filter::getFilteredStacktrace($this)) { - $string .= "\n" . $trace; - } - - return $string; - } - public function __sleep(): array { return array_keys(get_object_vars($this)); diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/ExpectationFailedException.php b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/ExpectationFailedException.php old mode 100755 new mode 100644 index b9a595a8..c1a4c043 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/ExpectationFailedException.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/ExpectationFailedException.php @@ -23,10 +23,7 @@ use SebastianBergmann\Comparator\ComparisonFailure; */ final class ExpectationFailedException extends AssertionFailedError { - /** - * @var ComparisonFailure - */ - protected $comparisonFailure; + protected ?ComparisonFailure $comparisonFailure = null; public function __construct(string $message, ComparisonFailure $comparisonFailure = null, Exception $previous = null) { diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/GeneratorNotSupportedException.php b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/GeneratorNotSupportedException.php new file mode 100644 index 00000000..2a6ff542 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/GeneratorNotSupportedException.php @@ -0,0 +1,28 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework; + +use function sprintf; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class GeneratorNotSupportedException extends InvalidArgumentException +{ + public static function fromParameterName(string $parameterName): self + { + return new self( + sprintf( + 'Passing an argument of type Generator for the %s parameter is not supported', + $parameterName, + ), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/IncompleteTest.php b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/Incomplete/IncompleteTest.php old mode 100755 new mode 100644 similarity index 100% rename from Sources/vendor/phpunit/phpunit/src/Framework/IncompleteTest.php rename to Sources/vendor/phpunit/phpunit/src/Framework/Exception/Incomplete/IncompleteTest.php diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/IncompleteTestError.php b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/Incomplete/IncompleteTestError.php old mode 100755 new mode 100644 similarity index 100% rename from Sources/vendor/phpunit/phpunit/src/Framework/Exception/IncompleteTestError.php rename to Sources/vendor/phpunit/phpunit/src/Framework/Exception/Incomplete/IncompleteTestError.php diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/InvalidArgumentException.php b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/InvalidArgumentException.php old mode 100755 new mode 100644 index 888e9300..12a94ec1 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/InvalidArgumentException.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/InvalidArgumentException.php @@ -9,38 +9,9 @@ */ namespace PHPUnit\Framework; -use function debug_backtrace; -use function in_array; -use function lcfirst; -use function sprintf; - /** * @internal This class is not covered by the backward compatibility promise for PHPUnit */ -final class InvalidArgumentException extends Exception +abstract class InvalidArgumentException extends Exception { - public static function create(int $argument, string $type): self - { - $stack = debug_backtrace(); - $function = $stack[1]['function']; - - if (isset($stack[1]['class'])) { - $function = sprintf('%s::%s', $stack[1]['class'], $stack[1]['function']); - } - - return new self( - sprintf( - 'Argument #%d of %s() must be %s %s', - $argument, - $function, - in_array(lcfirst($type)[0], ['a', 'e', 'i', 'o', 'u'], true) ? 'an' : 'a', - $type, - ), - ); - } - - private function __construct(string $message = '', int $code = 0, \Exception $previous = null) - { - parent::__construct($message, $code, $previous); - } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/InvalidCoversTargetException.php b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/InvalidCoversTargetException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/InvalidDataProviderException.php b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/InvalidDataProviderException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/CoveredCodeNotExecutedException.php b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/InvalidDependencyException.php old mode 100755 new mode 100644 similarity index 80% rename from Sources/vendor/phpunit/phpunit/src/Framework/Exception/CoveredCodeNotExecutedException.php rename to Sources/vendor/phpunit/phpunit/src/Framework/Exception/InvalidDependencyException.php index 78f89bc3..3a949554 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/CoveredCodeNotExecutedException.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/InvalidDependencyException.php @@ -12,6 +12,6 @@ namespace PHPUnit\Framework; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit */ -final class CoveredCodeNotExecutedException extends RiskyTestError +final class InvalidDependencyException extends AssertionFailedError implements SkippedTest { } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/NoChildTestSuiteException.php b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/NoChildTestSuiteException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/ActualValueIsNotAnObjectException.php b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ActualValueIsNotAnObjectException.php old mode 100755 new mode 100644 similarity index 79% rename from Sources/vendor/phpunit/phpunit/src/Framework/Exception/ActualValueIsNotAnObjectException.php rename to Sources/vendor/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ActualValueIsNotAnObjectException.php index 4364788c..c2579df3 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/ActualValueIsNotAnObjectException.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ActualValueIsNotAnObjectException.php @@ -9,8 +9,6 @@ */ namespace PHPUnit\Framework; -use const PHP_EOL; - /** * @internal This class is not covered by the backward compatibility promise for PHPUnit */ @@ -20,13 +18,6 @@ final class ActualValueIsNotAnObjectException extends Exception { parent::__construct( 'Actual value is not an object', - 0, - null, ); } - - public function __toString(): string - { - return $this->getMessage() . PHP_EOL; - } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotAcceptParameterTypeException.php b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotAcceptParameterTypeException.php old mode 100755 new mode 100644 similarity index 84% rename from Sources/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotAcceptParameterTypeException.php rename to Sources/vendor/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotAcceptParameterTypeException.php index 0c2c1afe..19f4a490 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotAcceptParameterTypeException.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotAcceptParameterTypeException.php @@ -9,7 +9,6 @@ */ namespace PHPUnit\Framework; -use const PHP_EOL; use function sprintf; /** @@ -26,13 +25,6 @@ final class ComparisonMethodDoesNotAcceptParameterTypeException extends Exceptio $className, $methodName, ), - 0, - null, ); } - - public function __toString(): string - { - return $this->getMessage() . PHP_EOL; - } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareBoolReturnTypeException.php b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotDeclareBoolReturnTypeException.php old mode 100755 new mode 100644 similarity index 83% rename from Sources/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareBoolReturnTypeException.php rename to Sources/vendor/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotDeclareBoolReturnTypeException.php index 4eb9a2fd..87cd241d --- a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareBoolReturnTypeException.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotDeclareBoolReturnTypeException.php @@ -9,7 +9,6 @@ */ namespace PHPUnit\Framework; -use const PHP_EOL; use function sprintf; /** @@ -25,13 +24,6 @@ final class ComparisonMethodDoesNotDeclareBoolReturnTypeException extends Except $className, $methodName, ), - 0, - null, ); } - - public function __toString(): string - { - return $this->getMessage() . PHP_EOL; - } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareExactlyOneParameterException.php b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotDeclareExactlyOneParameterException.php old mode 100755 new mode 100644 similarity index 84% rename from Sources/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareExactlyOneParameterException.php rename to Sources/vendor/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotDeclareExactlyOneParameterException.php index e8cd9787..b8d61933 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareExactlyOneParameterException.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotDeclareExactlyOneParameterException.php @@ -9,7 +9,6 @@ */ namespace PHPUnit\Framework; -use const PHP_EOL; use function sprintf; /** @@ -25,13 +24,6 @@ final class ComparisonMethodDoesNotDeclareExactlyOneParameterException extends E $className, $methodName, ), - 0, - null, ); } - - public function __toString(): string - { - return $this->getMessage() . PHP_EOL; - } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareParameterTypeException.php b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotDeclareParameterTypeException.php old mode 100755 new mode 100644 similarity index 83% rename from Sources/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareParameterTypeException.php rename to Sources/vendor/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotDeclareParameterTypeException.php index 68616ba1..937a3b69 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotDeclareParameterTypeException.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotDeclareParameterTypeException.php @@ -9,7 +9,6 @@ */ namespace PHPUnit\Framework; -use const PHP_EOL; use function sprintf; /** @@ -25,13 +24,6 @@ final class ComparisonMethodDoesNotDeclareParameterTypeException extends Excepti $className, $methodName, ), - 0, - null, ); } - - public function __toString(): string - { - return $this->getMessage() . PHP_EOL; - } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotExistException.php b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotExistException.php old mode 100755 new mode 100644 similarity index 83% rename from Sources/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotExistException.php rename to Sources/vendor/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotExistException.php index 0f1adcbc..a482fb4f --- a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/ComparisonMethodDoesNotExistException.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/ObjectEquals/ComparisonMethodDoesNotExistException.php @@ -9,7 +9,6 @@ */ namespace PHPUnit\Framework; -use const PHP_EOL; use function sprintf; /** @@ -25,13 +24,6 @@ final class ComparisonMethodDoesNotExistException extends Exception $className, $methodName, ), - 0, - null, ); } - - public function __toString(): string - { - return $this->getMessage() . PHP_EOL; - } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/PHPTAssertionFailedError.php b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/PHPTAssertionFailedError.php old mode 100755 new mode 100644 index 17126139..e645e69f --- a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/PHPTAssertionFailedError.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/PHPTAssertionFailedError.php @@ -10,22 +10,43 @@ namespace PHPUnit\Framework; /** + * @psalm-immutable + * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ -final class PHPTAssertionFailedError extends SyntheticError +final class PhptAssertionFailedError extends AssertionFailedError { - /** - * @var string - */ - private $diff; + private readonly string $syntheticFile; + private readonly int $syntheticLine; + private readonly array $syntheticTrace; + private readonly string $diff; public function __construct(string $message, int $code, string $file, int $line, array $trace, string $diff) { - parent::__construct($message, $code, $file, $line, $trace); - $this->diff = $diff; + parent::__construct($message, $code); + + $this->syntheticFile = $file; + $this->syntheticLine = $line; + $this->syntheticTrace = $trace; + $this->diff = $diff; + } + + public function syntheticFile(): string + { + return $this->syntheticFile; + } + + public function syntheticLine(): int + { + return $this->syntheticLine; + } + + public function syntheticTrace(): array + { + return $this->syntheticTrace; } - public function getDiff(): string + public function diff(): string { return $this->diff; } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/RiskyTestError.php b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/ProcessIsolationException.php old mode 100755 new mode 100644 similarity index 87% rename from Sources/vendor/phpunit/phpunit/src/Framework/Exception/RiskyTestError.php rename to Sources/vendor/phpunit/phpunit/src/Framework/Exception/ProcessIsolationException.php index a66552c0..c4086fbb --- a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/RiskyTestError.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/ProcessIsolationException.php @@ -12,6 +12,6 @@ namespace PHPUnit\Framework; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit */ -class RiskyTestError extends AssertionFailedError +final class ProcessIsolationException extends Exception { } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/SkippedTest.php b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/Skipped/SkippedTest.php old mode 100755 new mode 100644 similarity index 100% rename from Sources/vendor/phpunit/phpunit/src/Framework/SkippedTest.php rename to Sources/vendor/phpunit/phpunit/src/Framework/Exception/Skipped/SkippedTest.php diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/SkippedTestSuiteError.php b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/Skipped/SkippedTestSuiteError.php old mode 100755 new mode 100644 similarity index 100% rename from Sources/vendor/phpunit/phpunit/src/Framework/Exception/SkippedTestSuiteError.php rename to Sources/vendor/phpunit/phpunit/src/Framework/Exception/Skipped/SkippedTestSuiteError.php diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/MissingCoversAnnotationException.php b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/Skipped/SkippedWithMessageException.php old mode 100755 new mode 100644 similarity index 80% rename from Sources/vendor/phpunit/phpunit/src/Framework/Exception/MissingCoversAnnotationException.php rename to Sources/vendor/phpunit/phpunit/src/Framework/Exception/Skipped/SkippedWithMessageException.php index 567a6c4c..22b73a1c --- a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/MissingCoversAnnotationException.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/Skipped/SkippedWithMessageException.php @@ -12,6 +12,6 @@ namespace PHPUnit\Framework; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit */ -final class MissingCoversAnnotationException extends RiskyTestError +final class SkippedWithMessageException extends AssertionFailedError implements SkippedTest { } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/SkippedTestError.php b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/SkippedTestError.php deleted file mode 100755 index 7d553dcf..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/SkippedTestError.php +++ /dev/null @@ -1,17 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Framework; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - */ -final class SkippedTestError extends AssertionFailedError implements SkippedTest -{ -} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/SyntheticError.php b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/SyntheticError.php deleted file mode 100755 index c3124ba0..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/SyntheticError.php +++ /dev/null @@ -1,61 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Framework; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - */ -class SyntheticError extends AssertionFailedError -{ - /** - * The synthetic file. - * - * @var string - */ - protected $syntheticFile = ''; - - /** - * The synthetic line number. - * - * @var int - */ - protected $syntheticLine = 0; - - /** - * The synthetic trace. - * - * @var array - */ - protected $syntheticTrace = []; - - public function __construct(string $message, int $code, string $file, int $line, array $trace) - { - parent::__construct($message, $code); - - $this->syntheticFile = $file; - $this->syntheticLine = $line; - $this->syntheticTrace = $trace; - } - - public function getSyntheticFile(): string - { - return $this->syntheticFile; - } - - public function getSyntheticLine(): int - { - return $this->syntheticLine; - } - - public function getSyntheticTrace(): array - { - return $this->syntheticTrace; - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/SyntheticSkippedError.php b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/SyntheticSkippedError.php deleted file mode 100755 index f6e155d7..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/SyntheticSkippedError.php +++ /dev/null @@ -1,17 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Framework; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - */ -final class SyntheticSkippedError extends SyntheticError implements SkippedTest -{ -} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/UnintentionallyCoveredCodeError.php b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/UnintentionallyCoveredCodeError.php deleted file mode 100755 index fcd1d824..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/UnintentionallyCoveredCodeError.php +++ /dev/null @@ -1,17 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Framework; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - */ -final class UnintentionallyCoveredCodeError extends RiskyTestError -{ -} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/UnknownClassOrInterfaceException.php b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/UnknownClassOrInterfaceException.php new file mode 100644 index 00000000..c3cab6c6 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/UnknownClassOrInterfaceException.php @@ -0,0 +1,28 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework; + +use function sprintf; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class UnknownClassOrInterfaceException extends InvalidArgumentException +{ + public function __construct(string $name) + { + parent::__construct( + sprintf( + 'Class or interface "%s" does not exist', + $name, + ), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/Warning.php b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/UnknownTypeException.php old mode 100755 new mode 100644 similarity index 58% rename from Sources/vendor/phpunit/phpunit/src/Framework/Exception/Warning.php rename to Sources/vendor/phpunit/phpunit/src/Framework/Exception/UnknownTypeException.php index 35e94493..b5f9debf --- a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/Warning.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Exception/UnknownTypeException.php @@ -9,16 +9,20 @@ */ namespace PHPUnit\Framework; +use function sprintf; + /** * @internal This class is not covered by the backward compatibility promise for PHPUnit */ -final class Warning extends Exception implements SelfDescribing +final class UnknownTypeException extends InvalidArgumentException { - /** - * Wrapper for getMessage() which is declared as final. - */ - public function toString(): string + public function __construct(string $name) { - return $this->getMessage(); + parent::__construct( + sprintf( + 'Type "%s" is not known', + $name, + ), + ); } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/ExceptionWrapper.php b/Sources/vendor/phpunit/phpunit/src/Framework/ExceptionWrapper.php deleted file mode 100755 index 00d40353..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Framework/ExceptionWrapper.php +++ /dev/null @@ -1,138 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Framework; - -use const PHP_VERSION_ID; -use function array_keys; -use function get_class; -use function spl_object_hash; -use PHPUnit\Util\Filter; -use Throwable; -use WeakReference; - -/** - * Wraps Exceptions thrown by code under test. - * - * Re-instantiates Exceptions thrown by user-space code to retain their original - * class names, properties, and stack traces (but without arguments). - * - * Unlike PHPUnit\Framework\Exception, the complete stack of previous Exceptions - * is processed. - * - * @internal This class is not covered by the backward compatibility promise for PHPUnit - */ -final class ExceptionWrapper extends Exception -{ - /** - * @var string - */ - protected $className; - - /** - * @var null|ExceptionWrapper - */ - protected $previous; - - /** - * @var null|WeakReference - */ - private $originalException; - - public function __construct(Throwable $t) - { - // PDOException::getCode() is a string. - // @see https://php.net/manual/en/class.pdoexception.php#95812 - parent::__construct($t->getMessage(), (int) $t->getCode()); - - $this->setOriginalException($t); - } - - public function __toString(): string - { - $string = TestFailure::exceptionToString($this); - - if ($trace = Filter::getFilteredStacktrace($this)) { - $string .= "\n" . $trace; - } - - if ($this->previous) { - $string .= "\nCaused by\n" . $this->previous; - } - - return $string; - } - - public function getClassName(): string - { - return $this->className; - } - - public function getPreviousWrapped(): ?self - { - return $this->previous; - } - - public function setClassName(string $className): void - { - $this->className = $className; - } - - public function setOriginalException(Throwable $t): void - { - $this->originalException($t); - - $this->className = get_class($t); - $this->file = $t->getFile(); - $this->line = $t->getLine(); - - $this->serializableTrace = $t->getTrace(); - - foreach (array_keys($this->serializableTrace) as $key) { - unset($this->serializableTrace[$key]['args']); - } - - if ($t->getPrevious()) { - $this->previous = new self($t->getPrevious()); - } - } - - public function getOriginalException(): ?Throwable - { - return $this->originalException(); - } - - /** - * Method to contain static originalException to exclude it from stacktrace to prevent the stacktrace contents, - * which can be quite big, from being garbage-collected, thus blocking memory until shutdown. - * - * Approach works both for var_dump() and var_export() and print_r(). - */ - private function originalException(Throwable $exceptionToStore = null): ?Throwable - { - // drop once PHP 7.3 support is removed - if (PHP_VERSION_ID < 70400) { - static $originalExceptions; - - $instanceId = spl_object_hash($this); - - if ($exceptionToStore) { - $originalExceptions[$instanceId] = $exceptionToStore; - } - - return $originalExceptions[$instanceId] ?? null; - } - - if ($exceptionToStore) { - $this->originalException = WeakReference::create($exceptionToStore); - } - - return $this->originalException !== null ? $this->originalException->get() : null; - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/ExecutionOrderDependency.php b/Sources/vendor/phpunit/phpunit/src/Framework/ExecutionOrderDependency.php old mode 100755 new mode 100644 index 89ecc5e2..9d5419b3 --- a/Sources/vendor/phpunit/phpunit/src/Framework/ExecutionOrderDependency.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/ExecutionOrderDependency.php @@ -12,56 +12,51 @@ namespace PHPUnit\Framework; use function array_filter; use function array_map; use function array_values; -use function count; use function explode; use function in_array; -use function strpos; -use function trim; +use function str_contains; +use PHPUnit\Metadata\DependsOnClass; +use PHPUnit\Metadata\DependsOnMethod; +use Stringable; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit */ -final class ExecutionOrderDependency +final class ExecutionOrderDependency implements Stringable { - /** - * @var string - */ - private $className = ''; - - /** - * @var string - */ - private $methodName = ''; - - /** - * @var bool - */ - private $useShallowClone = false; - - /** - * @var bool - */ - private $useDeepClone = false; + private string $className = ''; + private string $methodName = ''; + private readonly bool $shallowClone; + private readonly bool $deepClone; - public static function createFromDependsAnnotation(string $className, string $annotation): self + public static function invalid(): self { - // Split clone option and target - $parts = explode(' ', trim($annotation), 2); - - if (count($parts) === 1) { - $cloneOption = ''; - $target = $parts[0]; - } else { - $cloneOption = $parts[0]; - $target = $parts[1]; - } + return new self( + '', + '', + false, + false, + ); + } - // Prefix provided class for targets assumed to be in scope - if ($target !== '' && strpos($target, '::') === false) { - $target = $className . '::' . $target; - } + public static function forClass(DependsOnClass $metadata): self + { + return new self( + $metadata->className(), + 'class', + $metadata->deepClone(), + $metadata->shallowClone(), + ); + } - return new self($target, null, $cloneOption); + public static function forMethod(DependsOnMethod $metadata): self + { + return new self( + $metadata->className(), + $metadata->methodName(), + $metadata->deepClone(), + $metadata->shallowClone(), + ); } /** @@ -74,10 +69,7 @@ final class ExecutionOrderDependency return array_values( array_filter( $dependencies, - static function (self $d) - { - return $d->isValid(); - }, + static fn (self $d) => $d->isValid(), ), ); } @@ -91,10 +83,7 @@ final class ExecutionOrderDependency public static function mergeUnique(array $existing, array $additional): array { $existingTargets = array_map( - static function ($dependency) - { - return $dependency->getTarget(); - }, + static fn ($dependency) => $dependency->getTarget(), $existing, ); @@ -128,10 +117,7 @@ final class ExecutionOrderDependency $diff = []; $rightTargets = array_map( - static function ($dependency) - { - return $dependency->getTarget(); - }, + static fn ($dependency) => $dependency->getTarget(), $right, ); @@ -146,24 +132,21 @@ final class ExecutionOrderDependency return $diff; } - public function __construct(string $classOrCallableName, ?string $methodName = null, ?string $option = null) + public function __construct(string $classOrCallableName, ?string $methodName = null, bool $deepClone = false, bool $shallowClone = false) { if ($classOrCallableName === '') { return; } - if (strpos($classOrCallableName, '::') !== false) { + if (str_contains($classOrCallableName, '::')) { [$this->className, $this->methodName] = explode('::', $classOrCallableName); } else { $this->className = $classOrCallableName; $this->methodName = !empty($methodName) ? $methodName : 'class'; } - if ($option === 'clone') { - $this->useDeepClone = true; - } elseif ($option === 'shallowClone') { - $this->useShallowClone = true; - } + $this->deepClone = $deepClone; + $this->shallowClone = $shallowClone; } public function __toString(): string @@ -177,14 +160,14 @@ final class ExecutionOrderDependency return $this->className !== '' && $this->methodName !== ''; } - public function useShallowClone(): bool + public function shallowClone(): bool { - return $this->useShallowClone; + return $this->shallowClone; } - public function useDeepClone(): bool + public function deepClone(): bool { - return $this->useDeepClone; + return $this->deepClone; } public function targetIsClass(): bool diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/IncompleteTestCase.php b/Sources/vendor/phpunit/phpunit/src/Framework/IncompleteTestCase.php deleted file mode 100755 index 53e031a2..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Framework/IncompleteTestCase.php +++ /dev/null @@ -1,66 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Framework; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - */ -final class IncompleteTestCase extends TestCase -{ - /** - * @var ?bool - */ - protected $backupGlobals = false; - - /** - * @var ?bool - */ - protected $backupStaticAttributes = false; - - /** - * @var ?bool - */ - protected $runTestInSeparateProcess = false; - - /** - * @var string - */ - private $message; - - public function __construct(string $className, string $methodName, string $message = '') - { - parent::__construct($className . '::' . $methodName); - - $this->message = $message; - } - - public function getMessage(): string - { - return $this->message; - } - - /** - * Returns a string representation of the test case. - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - */ - public function toString(): string - { - return $this->getName(); - } - - /** - * @throws Exception - */ - protected function runTest(): void - { - $this->markTestIncomplete($this->message); - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Api/Api.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Api/Api.php deleted file mode 100755 index 56e6b69b..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Api/Api.php +++ /dev/null @@ -1,97 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Framework\MockObject; - -use PHPUnit\Framework\MockObject\Builder\InvocationMocker as InvocationMockerBuilder; -use PHPUnit\Framework\MockObject\Rule\InvocationOrder; - -/** - * @internal This trait is not covered by the backward compatibility promise for PHPUnit - */ -trait Api -{ - /** - * @var ConfigurableMethod[] - */ - private static $__phpunit_configurableMethods; - - /** - * @var object - */ - private $__phpunit_originalObject; - - /** - * @var bool - */ - private $__phpunit_returnValueGeneration = true; - - /** - * @var InvocationHandler - */ - private $__phpunit_invocationMocker; - - /** @noinspection MagicMethodsValidityInspection */ - public static function __phpunit_initConfigurableMethods(ConfigurableMethod ...$configurableMethods): void - { - if (isset(static::$__phpunit_configurableMethods)) { - throw new ConfigurableMethodsAlreadyInitializedException( - 'Configurable methods is already initialized and can not be reinitialized', - ); - } - - static::$__phpunit_configurableMethods = $configurableMethods; - } - - /** @noinspection MagicMethodsValidityInspection */ - public function __phpunit_setOriginalObject($originalObject): void - { - $this->__phpunit_originalObject = $originalObject; - } - - /** @noinspection MagicMethodsValidityInspection */ - public function __phpunit_setReturnValueGeneration(bool $returnValueGeneration): void - { - $this->__phpunit_returnValueGeneration = $returnValueGeneration; - } - - /** @noinspection MagicMethodsValidityInspection */ - public function __phpunit_getInvocationHandler(): InvocationHandler - { - if ($this->__phpunit_invocationMocker === null) { - $this->__phpunit_invocationMocker = new InvocationHandler( - static::$__phpunit_configurableMethods, - $this->__phpunit_returnValueGeneration, - ); - } - - return $this->__phpunit_invocationMocker; - } - - /** @noinspection MagicMethodsValidityInspection */ - public function __phpunit_hasMatchers(): bool - { - return $this->__phpunit_getInvocationHandler()->hasMatchers(); - } - - /** @noinspection MagicMethodsValidityInspection */ - public function __phpunit_verify(bool $unsetInvocationMocker = true): void - { - $this->__phpunit_getInvocationHandler()->verify(); - - if ($unsetInvocationMocker) { - $this->__phpunit_invocationMocker = null; - } - } - - public function expects(InvocationOrder $matcher): InvocationMockerBuilder - { - return $this->__phpunit_getInvocationHandler()->expects($matcher); - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationStubber.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationStubber.php deleted file mode 100755 index 1756cfc0..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationStubber.php +++ /dev/null @@ -1,65 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Framework\MockObject\Builder; - -use PHPUnit\Framework\MockObject\Stub\Stub; -use Throwable; - -/** - * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit - */ -interface InvocationStubber -{ - public function will(Stub $stub): Identity; - - /** @return self */ - public function willReturn($value, ...$nextValues)/* : self */; - - /** - * @param mixed $reference - * - * @return self - */ - public function willReturnReference(&$reference)/* : self */; - - /** - * @param array> $valueMap - * - * @return self - */ - public function willReturnMap(array $valueMap)/* : self */; - - /** - * @param int $argumentIndex - * - * @return self - */ - public function willReturnArgument($argumentIndex)/* : self */; - - /** - * @param callable $callback - * - * @return self - */ - public function willReturnCallback($callback)/* : self */; - - /** @return self */ - public function willReturnSelf()/* : self */; - - /** - * @param mixed $values - * - * @return self - */ - public function willReturnOnConsecutiveCalls(...$values)/* : self */; - - /** @return self */ - public function willThrowException(Throwable $exception)/* : self */; -} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/ConfigurableMethod.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/ConfigurableMethod.php old mode 100755 new mode 100644 index 4757dc63..d517ffde --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/ConfigurableMethod.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/ConfigurableMethod.php @@ -17,36 +17,34 @@ use SebastianBergmann\Type\Type; final class ConfigurableMethod { /** - * @var string + * @psalm-var non-empty-string */ - private $name; + private readonly string $name; + private readonly Type $returnType; /** - * @var Type + * @psalm-param non-empty-string $name */ - private $returnType; - public function __construct(string $name, Type $returnType) { $this->name = $name; $this->returnType = $returnType; } - public function getName(): string + /** + * @psalm-return non-empty-string + */ + public function name(): string { return $this->name; } - public function mayReturn($value): bool + public function mayReturn(mixed $value): bool { - if ($value === null && $this->returnType->allowsNull()) { - return true; - } - return $this->returnType->isAssignable(Type::fromValue($value, false)); } - public function getReturnTypeDeclaration(): string + public function returnTypeDeclaration(): string { return $this->returnType->asString(); } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/BadMethodCallException.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/BadMethodCallException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseAddMethodsException.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseAddMethodsException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseOnlyMethodsException.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseOnlyMethodsException.php old mode 100755 new mode 100644 index 0efcd02a..61fe0cc5 --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseOnlyMethodsException.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/CannotUseOnlyMethodsException.php @@ -20,7 +20,7 @@ final class CannotUseOnlyMethodsException extends \PHPUnit\Framework\Exception i { parent::__construct( sprintf( - 'Trying to configure method "%s" with onlyMethods(), but it does not exist in class "%s". Use addMethods() for methods that do not exist in the class', + 'Trying to configure method "%s" with onlyMethods(), but it does not exist in class "%s"', $methodName, $type, ), diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/Exception.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/Exception.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/IncompatibleReturnValueException.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/IncompatibleReturnValueException.php old mode 100755 new mode 100644 index 1ca8e9c9..6409204a --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/IncompatibleReturnValueException.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/IncompatibleReturnValueException.php @@ -9,9 +9,7 @@ */ namespace PHPUnit\Framework\MockObject; -use function get_class; -use function gettype; -use function is_object; +use function get_debug_type; use function sprintf; /** @@ -19,17 +17,14 @@ use function sprintf; */ final class IncompatibleReturnValueException extends \PHPUnit\Framework\Exception implements Exception { - /** - * @param mixed $value - */ - public function __construct(ConfigurableMethod $method, $value) + public function __construct(ConfigurableMethod $method, mixed $value) { parent::__construct( sprintf( 'Method %s may not return value of type %s, its declared return type is "%s"', - $method->getName(), - is_object($value) ? get_class($value) : gettype($value), - $method->getReturnTypeDeclaration(), + $method->name(), + get_debug_type($value), + $method->returnTypeDeclaration(), ), ); } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MatchBuilderNotFoundException.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MatchBuilderNotFoundException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MatcherAlreadyRegisteredException.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MatcherAlreadyRegisteredException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodCannotBeConfiguredException.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodCannotBeConfiguredException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameAlreadyConfiguredException.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameAlreadyConfiguredException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameNotConfiguredException.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodNameNotConfiguredException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodParametersAlreadyConfiguredException.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/MethodParametersAlreadyConfiguredException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/NeverReturningMethodException.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/NeverReturningMethodException.php new file mode 100644 index 00000000..21aa6982 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/NeverReturningMethodException.php @@ -0,0 +1,34 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\MockObject; + +use function sprintf; +use RuntimeException; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class NeverReturningMethodException extends RuntimeException implements Exception +{ + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + */ + public function __construct(string $className, string $methodName) + { + parent::__construct( + sprintf( + 'Method %s::%s() is declared to never return', + $className, + $methodName, + ), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ReflectionException.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ReflectionException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ReturnValueNotConfiguredException.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ReturnValueNotConfiguredException.php old mode 100755 new mode 100644 index 2bc4e882..0b7bceb3 --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ReturnValueNotConfiguredException.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ReturnValueNotConfiguredException.php @@ -20,9 +20,9 @@ final class ReturnValueNotConfiguredException extends \PHPUnit\Framework\Excepti { parent::__construct( sprintf( - 'Return value inference disabled and no expectation set up for %s::%s()', - $invocation->getClassName(), - $invocation->getMethodName(), + 'No return value is configured for %s::%s() and return value generation is disabled', + $invocation->className(), + $invocation->methodName(), ), ); } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/RuntimeException.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/RuntimeException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ClassAlreadyExistsException.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ClassAlreadyExistsException.php old mode 100755 new mode 100644 similarity index 93% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ClassAlreadyExistsException.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ClassAlreadyExistsException.php index 8c9c0a52..4ff72ab5 --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ClassAlreadyExistsException.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ClassAlreadyExistsException.php @@ -7,7 +7,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Framework\MockObject; +namespace PHPUnit\Framework\MockObject\Generator; use function sprintf; diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ClassIsEnumerationException.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ClassIsEnumerationException.php new file mode 100644 index 00000000..96137c41 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ClassIsEnumerationException.php @@ -0,0 +1,28 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\MockObject\Generator; + +use function sprintf; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class ClassIsEnumerationException extends \PHPUnit\Framework\Exception implements Exception +{ + public function __construct(string $className) + { + parent::__construct( + sprintf( + 'Class "%s" is an enumeration and cannot be doubled', + $className, + ), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsFinalException.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ClassIsFinalException.php old mode 100755 new mode 100644 similarity index 93% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsFinalException.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ClassIsFinalException.php index 2bce2d88..de9e9430 --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsFinalException.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ClassIsFinalException.php @@ -7,7 +7,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Framework\MockObject; +namespace PHPUnit\Framework\MockObject\Generator; use function sprintf; diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsReadonlyException.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ClassIsReadonlyException.php old mode 100755 new mode 100644 similarity index 93% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsReadonlyException.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ClassIsReadonlyException.php index f73570e1..7cf07fe9 --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ClassIsReadonlyException.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ClassIsReadonlyException.php @@ -7,7 +7,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Framework\MockObject; +namespace PHPUnit\Framework\MockObject\Generator; use function sprintf; diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/DuplicateMethodException.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/DuplicateMethodException.php old mode 100755 new mode 100644 similarity index 95% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/DuplicateMethodException.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/DuplicateMethodException.php index f96a04ac..71bed992 --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/DuplicateMethodException.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/DuplicateMethodException.php @@ -7,7 +7,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Framework\MockObject; +namespace PHPUnit\Framework\MockObject\Generator; use function array_diff_assoc; use function array_unique; diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/Exception.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/Exception.php new file mode 100644 index 00000000..9a3c2588 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/Exception.php @@ -0,0 +1,19 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\MockObject\Generator; + +use PHPUnit\Framework\MockObject\Exception as BaseException; + +/** + * @internal This interface is not covered by the backward compatibility promise for PHPUnit + */ +interface Exception extends BaseException +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/InvalidMethodNameException.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/InvalidMethodNameException.php old mode 100755 new mode 100644 similarity index 93% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/InvalidMethodNameException.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/InvalidMethodNameException.php index 0ab74cbb..4a7bd68e --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/InvalidMethodNameException.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/InvalidMethodNameException.php @@ -7,7 +7,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Framework\MockObject; +namespace PHPUnit\Framework\MockObject\Generator; use function sprintf; diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/OriginalConstructorInvocationRequiredException.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/OriginalConstructorInvocationRequiredException.php old mode 100755 new mode 100644 similarity index 92% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/OriginalConstructorInvocationRequiredException.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/OriginalConstructorInvocationRequiredException.php index ecb9b63c..b91e2614 --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/OriginalConstructorInvocationRequiredException.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/OriginalConstructorInvocationRequiredException.php @@ -7,7 +7,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Framework\MockObject; +namespace PHPUnit\Framework\MockObject\Generator; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ReflectionException.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ReflectionException.php new file mode 100644 index 00000000..03efd52d --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ReflectionException.php @@ -0,0 +1,17 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\MockObject\Generator; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class ReflectionException extends \PHPUnit\Framework\Exception implements Exception +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/RuntimeException.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/RuntimeException.php new file mode 100644 index 00000000..0cca5fa5 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/RuntimeException.php @@ -0,0 +1,17 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\MockObject\Generator; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class RuntimeException extends \PHPUnit\Framework\Exception implements Exception +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/SoapExtensionNotAvailableException.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/SoapExtensionNotAvailableException.php old mode 100755 new mode 100644 similarity index 92% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/SoapExtensionNotAvailableException.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/SoapExtensionNotAvailableException.php index 6ec5057a..37af4913 --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/SoapExtensionNotAvailableException.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/SoapExtensionNotAvailableException.php @@ -7,7 +7,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Framework\MockObject; +namespace PHPUnit\Framework\MockObject\Generator; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownClassException.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/UnknownClassException.php old mode 100755 new mode 100644 similarity index 93% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownClassException.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/UnknownClassException.php index b08dead0..64c79e0a --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownClassException.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/UnknownClassException.php @@ -7,7 +7,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Framework\MockObject; +namespace PHPUnit\Framework\MockObject\Generator; use function sprintf; diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTraitException.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/UnknownTraitException.php old mode 100755 new mode 100644 similarity index 84% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTraitException.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/UnknownTraitException.php index c689dae9..67cecfa9 --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTraitException.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/UnknownTraitException.php @@ -7,12 +7,14 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Framework\MockObject; +namespace PHPUnit\Framework\MockObject\Generator; use function sprintf; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5243 */ final class UnknownTraitException extends \PHPUnit\Framework\Exception implements Exception { diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTypeException.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/UnknownTypeException.php old mode 100755 new mode 100644 similarity index 93% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTypeException.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/UnknownTypeException.php index c50b6911..ccda69bb --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/UnknownTypeException.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/UnknownTypeException.php @@ -7,7 +7,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Framework\MockObject; +namespace PHPUnit\Framework\MockObject\Generator; use function sprintf; diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Generator.php old mode 100755 new mode 100644 similarity index 60% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Generator.php index d61725b1..45d8460a --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Generator.php @@ -7,16 +7,15 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Framework\MockObject; +namespace PHPUnit\Framework\MockObject\Generator; -use const DIRECTORY_SEPARATOR; use const PHP_EOL; -use const PHP_MAJOR_VERSION; use const PREG_OFFSET_CAPTURE; use const WSDL_CACHE_NONE; use function array_merge; use function array_pop; use function array_unique; +use function assert; use function class_exists; use function count; use function explode; @@ -35,22 +34,28 @@ use function range; use function serialize; use function sort; use function sprintf; +use function str_contains; use function str_replace; use function strlen; use function strpos; -use function strtolower; use function substr; use function trait_exists; -use Doctrine\Instantiator\Exception\ExceptionInterface as InstantiatorException; -use Doctrine\Instantiator\Instantiator; use Exception; use Iterator; use IteratorAggregate; use PHPUnit\Framework\InvalidArgumentException; +use PHPUnit\Framework\MockObject\ConfigurableMethod; +use PHPUnit\Framework\MockObject\DoubledCloneMethod; +use PHPUnit\Framework\MockObject\Method; +use PHPUnit\Framework\MockObject\MockObject; +use PHPUnit\Framework\MockObject\MockObjectApi; +use PHPUnit\Framework\MockObject\MockObjectInternal; +use PHPUnit\Framework\MockObject\ProxiedCloneMethod; +use PHPUnit\Framework\MockObject\Stub; +use PHPUnit\Framework\MockObject\StubApi; +use PHPUnit\Framework\MockObject\StubInternal; use ReflectionClass; use ReflectionMethod; -use SebastianBergmann\Template\Exception as TemplateException; -use SebastianBergmann\Template\Template; use SoapClient; use SoapFault; use Throwable; @@ -61,54 +66,7 @@ use Traversable; */ final class Generator { - private const MOCKED_CLONE_METHOD_WITH_VOID_RETURN_TYPE_TRAIT = <<<'EOT' -namespace PHPUnit\Framework\MockObject; - -trait MockedCloneMethodWithVoidReturnType -{ - public function __clone(): void - { - $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationHandler(); - } -} -EOT; - private const MOCKED_CLONE_METHOD_WITHOUT_RETURN_TYPE_TRAIT = <<<'EOT' -namespace PHPUnit\Framework\MockObject; - -trait MockedCloneMethodWithoutReturnType -{ - public function __clone() - { - $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationHandler(); - } -} -EOT; - private const UNMOCKED_CLONE_METHOD_WITH_VOID_RETURN_TYPE_TRAIT = <<<'EOT' -namespace PHPUnit\Framework\MockObject; - -trait UnmockedCloneMethodWithVoidReturnType -{ - public function __clone(): void - { - $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationHandler(); - - parent::__clone(); - } -} -EOT; - private const UNMOCKED_CLONE_METHOD_WITHOUT_RETURN_TYPE_TRAIT = <<<'EOT' -namespace PHPUnit\Framework\MockObject; - -trait UnmockedCloneMethodWithoutReturnType -{ - public function __clone() - { - $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationHandler(); - - parent::__clone(); - } -} -EOT; + use TemplateLoader; /** * @var array @@ -127,22 +85,15 @@ EOT; ]; /** - * @var array - */ - private static $cache = []; - - /** - * @var Template[] + * @psalm-var array */ - private static $templates = []; + private static array $cache = []; /** - * Returns a mock object for the specified class. + * Returns a test double for the specified class. * - * @param null|array $methods - * - * @throws \PHPUnit\Framework\InvalidArgumentException * @throws ClassAlreadyExistsException + * @throws ClassIsEnumerationException * @throws ClassIsFinalException * @throws ClassIsReadonlyException * @throws DuplicateMethodException @@ -152,49 +103,18 @@ EOT; * @throws RuntimeException * @throws UnknownTypeException */ - public function getMock(string $type, $methods = [], array $arguments = [], string $mockClassName = '', bool $callOriginalConstructor = true, bool $callOriginalClone = true, bool $callAutoload = true, bool $cloneArguments = true, bool $callOriginalMethods = false, object $proxyTarget = null, bool $allowMockingUnknownTypes = true, bool $returnValueGeneration = true): MockObject + public function testDouble(string $type, bool $mockObject, ?array $methods = [], array $arguments = [], string $mockClassName = '', bool $callOriginalConstructor = true, bool $callOriginalClone = true, bool $callAutoload = true, bool $cloneArguments = true, bool $callOriginalMethods = false, object $proxyTarget = null, bool $allowMockingUnknownTypes = true, bool $returnValueGeneration = true): MockObject|Stub { - if (!is_array($methods) && null !== $methods) { - throw InvalidArgumentException::create(2, 'array'); - } - - if ($type === 'Traversable' || $type === '\\Traversable') { - $type = 'Iterator'; + if ($type === Traversable::class) { + $type = Iterator::class; } - if (!$allowMockingUnknownTypes && !class_exists($type, $callAutoload) && !interface_exists($type, $callAutoload)) { - throw new UnknownTypeException($type); + if (!$allowMockingUnknownTypes) { + $this->ensureKnownType($type, $callAutoload); } - if (null !== $methods) { - foreach ($methods as $method) { - if (!preg_match('~[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*~', (string) $method)) { - throw new InvalidMethodNameException((string) $method); - } - } - - if ($methods !== array_unique($methods)) { - throw new DuplicateMethodException($methods); - } - } - - if ($mockClassName !== '' && class_exists($mockClassName, false)) { - try { - $reflector = new ReflectionClass($mockClassName); - // @codeCoverageIgnoreStart - } catch (\ReflectionException $e) { - throw new ReflectionException( - $e->getMessage(), - $e->getCode(), - $e, - ); - } - // @codeCoverageIgnoreEnd - - if (!$reflector->implementsInterface(MockObject::class)) { - throw new ClassAlreadyExistsException($mockClassName); - } - } + $this->ensureValidMethods($methods); + $this->ensureMockedClassDoesNotAlreadyExist($mockClassName); if (!$callOriginalConstructor && $callOriginalMethods) { throw new OriginalConstructorInvocationRequiredException; @@ -202,6 +122,7 @@ EOT; $mock = $this->generate( $type, + $mockObject, $methods, $mockClassName, $callOriginalClone, @@ -210,16 +131,25 @@ EOT; $callOriginalMethods, ); - return $this->getObject( + $object = $this->getObject( $mock, $type, $callOriginalConstructor, - $callAutoload, $arguments, $callOriginalMethods, $proxyTarget, $returnValueGeneration, ); + + assert($object instanceof $type); + + if ($mockObject) { + assert($object instanceof MockObject); + } else { + assert($object instanceof Stub); + } + + return $object; } /** @@ -228,7 +158,7 @@ EOT; * @throws RuntimeException * @throws UnknownTypeException */ - public function getMockForInterfaces(array $interfaces, bool $callAutoload = true): MockObject + public function testDoubleForInterfaceIntersection(array $interfaces, bool $mockObject, bool $callAutoload = true): MockObject|Stub { if (count($interfaces) < 2) { throw new RuntimeException('At least two interfaces must be specified'); @@ -245,7 +175,7 @@ EOT; $methods = []; foreach ($interfaces as $interface) { - $methods = array_merge($methods, $this->getClassMethods($interface)); + $methods = array_merge($methods, $this->namesOfMethodsIn($interface)); } if (count(array_unique($methods)) < count($methods)) { @@ -269,7 +199,7 @@ EOT; ); } while (interface_exists($intersectionName, false)); - $template = $this->getTemplate('intersection.tpl'); + $template = $this->loadTemplate('intersection.tpl'); $template->setVar( [ @@ -280,7 +210,7 @@ EOT; eval($template->render()); - return $this->getMock($intersectionName); + return $this->testDouble($intersectionName, $mockObject); } /** @@ -289,41 +219,27 @@ EOT; * * Concrete methods to mock can be specified with the $mockedMethods parameter. * - * @psalm-template RealInstanceType of object - * - * @psalm-param class-string $originalClassName - * - * @psalm-return MockObject&RealInstanceType - * - * @throws \PHPUnit\Framework\InvalidArgumentException * @throws ClassAlreadyExistsException + * @throws ClassIsEnumerationException * @throws ClassIsFinalException * @throws ClassIsReadonlyException * @throws DuplicateMethodException + * @throws InvalidArgumentException * @throws InvalidMethodNameException * @throws OriginalConstructorInvocationRequiredException * @throws ReflectionException * @throws RuntimeException * @throws UnknownClassException * @throws UnknownTypeException + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5241 */ - public function getMockForAbstractClass(string $originalClassName, array $arguments = [], string $mockClassName = '', bool $callOriginalConstructor = true, bool $callOriginalClone = true, bool $callAutoload = true, array $mockedMethods = null, bool $cloneArguments = true): MockObject + public function mockObjectForAbstractClass(string $originalClassName, array $arguments = [], string $mockClassName = '', bool $callOriginalConstructor = true, bool $callOriginalClone = true, bool $callAutoload = true, array $mockedMethods = null, bool $cloneArguments = true): MockObject { if (class_exists($originalClassName, $callAutoload) || interface_exists($originalClassName, $callAutoload)) { - try { - $reflector = new ReflectionClass($originalClassName); - // @codeCoverageIgnoreStart - } catch (\ReflectionException $e) { - throw new ReflectionException( - $e->getMessage(), - $e->getCode(), - $e, - ); - } - // @codeCoverageIgnoreEnd - - $methods = $mockedMethods; + $reflector = $this->reflectClass($originalClassName); + $methods = $mockedMethods; foreach ($reflector->getMethods() as $method) { if ($method->isAbstract() && !in_array($method->getName(), $methods ?? [], true)) { @@ -335,8 +251,9 @@ EOT; $methods = null; } - return $this->getMock( + $mockObject = $this->testDouble( $originalClassName, + true, $methods, $arguments, $mockClassName, @@ -345,6 +262,11 @@ EOT; $callAutoload, $cloneArguments, ); + + assert($mockObject instanceof $originalClassName); + assert($mockObject instanceof MockObject); + + return $mockObject; } throw new UnknownClassException($originalClassName); @@ -357,11 +279,12 @@ EOT; * * @psalm-param trait-string $traitName * - * @throws \PHPUnit\Framework\InvalidArgumentException * @throws ClassAlreadyExistsException + * @throws ClassIsEnumerationException * @throws ClassIsFinalException * @throws ClassIsReadonlyException * @throws DuplicateMethodException + * @throws InvalidArgumentException * @throws InvalidMethodNameException * @throws OriginalConstructorInvocationRequiredException * @throws ReflectionException @@ -369,8 +292,10 @@ EOT; * @throws UnknownClassException * @throws UnknownTraitException * @throws UnknownTypeException + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5243 */ - public function getMockForTrait(string $traitName, array $arguments = [], string $mockClassName = '', bool $callOriginalConstructor = true, bool $callOriginalClone = true, bool $callAutoload = true, array $mockedMethods = null, bool $cloneArguments = true): MockObject + public function mockObjectForTrait(string $traitName, array $arguments = [], string $mockClassName = '', bool $callOriginalConstructor = true, bool $callOriginalClone = true, bool $callAutoload = true, array $mockedMethods = null, bool $cloneArguments = true): MockObject { if (!trait_exists($traitName, $callAutoload)) { throw new UnknownTraitException($traitName); @@ -382,7 +307,7 @@ EOT; 'Trait_', ); - $classTemplate = $this->getTemplate('trait_class.tpl'); + $classTemplate = $this->loadTemplate('trait_class.tpl'); $classTemplate->setVar( [ @@ -395,7 +320,7 @@ EOT; $mockTrait = new MockTrait($classTemplate->render(), $className['className']); $mockTrait->generate(); - return $this->getMockForAbstractClass($className['className'], $arguments, $mockClassName, $callOriginalConstructor, $callOriginalClone, $callAutoload, $mockedMethods, $cloneArguments); + return $this->mockObjectForAbstractClass($className['className'], $arguments, $mockClassName, $callOriginalConstructor, $callOriginalClone, $callAutoload, $mockedMethods, $cloneArguments); } /** @@ -406,8 +331,10 @@ EOT; * @throws ReflectionException * @throws RuntimeException * @throws UnknownTraitException + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5244 */ - public function getObjectForTrait(string $traitName, string $traitClassName = '', bool $callAutoload = true, bool $callOriginalConstructor = false, array $arguments = []): object + public function objectForTrait(string $traitName, string $traitClassName = '', bool $callAutoload = true, bool $callOriginalConstructor = false, array $arguments = []): object { if (!trait_exists($traitName, $callAutoload)) { throw new UnknownTraitException($traitName); @@ -419,7 +346,7 @@ EOT; 'Trait_', ); - $classTemplate = $this->getTemplate('trait_class.tpl'); + $classTemplate = $this->loadTemplate('trait_class.tpl'); $classTemplate->setVar( [ @@ -436,22 +363,27 @@ EOT; ), '', $callOriginalConstructor, - $callAutoload, $arguments, ); } /** + * @throws ClassIsEnumerationException * @throws ClassIsFinalException * @throws ClassIsReadonlyException * @throws ReflectionException * @throws RuntimeException + * + * @todo This method is only public because it is used to test generated code in PHPT tests + * + * @see https://github.com/sebastianbergmann/phpunit/issues/5476 */ - public function generate(string $type, array $methods = null, string $mockClassName = '', bool $callOriginalClone = true, bool $callAutoload = true, bool $cloneArguments = true, bool $callOriginalMethods = false): MockClass + public function generate(string $type, bool $mockObject, array $methods = null, string $mockClassName = '', bool $callOriginalClone = true, bool $callAutoload = true, bool $cloneArguments = true, bool $callOriginalMethods = false): MockClass { if ($mockClassName !== '') { - return $this->generateMock( + return $this->generateCodeForTestDoubleClass( $type, + $mockObject, $methods, $mockClassName, $callOriginalClone, @@ -463,6 +395,7 @@ EOT; $key = md5( $type . + ($mockObject ? 'MockObject' : 'TestStub') . serialize($methods) . serialize($callOriginalClone) . serialize($cloneArguments) . @@ -470,8 +403,9 @@ EOT; ); if (!isset(self::$cache[$key])) { - self::$cache[$key] = $this->generateMock( + self::$cache[$key] = $this->generateCodeForTestDoubleClass( $type, + $mockObject, $methods, $mockClassName, $callOriginalClone, @@ -487,6 +421,8 @@ EOT; /** * @throws RuntimeException * @throws SoapExtensionNotAvailableException + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5242 */ public function generateClassFromWsdl(string $wsdlFile, string $className, array $methods = [], array $options = []): string { @@ -494,11 +430,12 @@ EOT; throw new SoapExtensionNotAvailableException; } - $options = array_merge($options, ['cache_wsdl' => WSDL_CACHE_NONE]); + $options['cache_wsdl'] = WSDL_CACHE_NONE; try { $client = new SoapClient($wsdlFile, $options); $_methods = array_unique($client->__getFunctions()); + unset($client); } catch (SoapFault $e) { throw new RuntimeException( @@ -510,36 +447,37 @@ EOT; sort($_methods); - $methodTemplate = $this->getTemplate('wsdl_method.tpl'); + $methodTemplate = $this->loadTemplate('wsdl_method.tpl'); $methodsBuffer = ''; foreach ($_methods as $method) { preg_match_all('/[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*\(/', $method, $matches, PREG_OFFSET_CAPTURE); + $lastFunction = array_pop($matches[0]); $nameStart = $lastFunction[1]; $nameEnd = $nameStart + strlen($lastFunction[0]) - 1; $name = str_replace('(', '', $lastFunction[0]); if (empty($methods) || in_array($name, $methods, true)) { - $args = explode( + $arguments = explode( ',', str_replace(')', '', substr($method, $nameEnd + 1)), ); - foreach (range(0, count($args) - 1) as $i) { - $parameterStart = strpos($args[$i], '$'); + foreach (range(0, count($arguments) - 1) as $i) { + $parameterStart = strpos($arguments[$i], '$'); if (!$parameterStart) { continue; } - $args[$i] = substr($args[$i], $parameterStart); + $arguments[$i] = substr($arguments[$i], $parameterStart); } $methodTemplate->setVar( [ 'method_name' => $name, - 'arguments' => implode(', ', $args), + 'arguments' => implode(', ', $arguments), ], ); @@ -555,10 +493,10 @@ EOT; $optionsBuffer .= ']'; - $classTemplate = $this->getTemplate('wsdl_class.tpl'); + $classTemplate = $this->loadTemplate('wsdl_class.tpl'); $namespace = ''; - if (strpos($className, '\\') !== false) { + if (str_contains($className, '\\')) { $parts = explode('\\', $className); $className = array_pop($parts); $namespace = 'namespace ' . implode('\\', $parts) . ';' . "\n\n"; @@ -580,56 +518,15 @@ EOT; /** * @throws ReflectionException * - * @return string[] - */ - public function getClassMethods(string $className): array - { - try { - $class = new ReflectionClass($className); - // @codeCoverageIgnoreStart - } catch (\ReflectionException $e) { - throw new ReflectionException( - $e->getMessage(), - $e->getCode(), - $e, - ); - } - // @codeCoverageIgnoreEnd - - $methods = []; - - foreach ($class->getMethods() as $method) { - if ($method->isPublic() || $method->isAbstract()) { - $methods[] = $method->getName(); - } - } - - return $methods; - } - - /** - * @throws ReflectionException - * - * @return MockMethod[] + * @psalm-return list */ public function mockClassMethods(string $className, bool $callOriginalMethods, bool $cloneArguments): array { - try { - $class = new ReflectionClass($className); - // @codeCoverageIgnoreStart - } catch (\ReflectionException $e) { - throw new ReflectionException( - $e->getMessage(), - $e->getCode(), - $e, - ); - } - // @codeCoverageIgnoreEnd - + $class = $this->reflectClass($className); $methods = []; foreach ($class->getMethods() as $method) { - if (($method->isPublic() || $method->isAbstract()) && $this->canMockMethod($method)) { + if (($method->isPublic() || $method->isAbstract()) && $this->canMethodBeDoubled($method)) { $methods[] = MockMethod::fromReflection($method, $callOriginalMethods, $cloneArguments); } } @@ -637,56 +534,17 @@ EOT; return $methods; } - /** - * @throws ReflectionException - * - * @return MockMethod[] - */ - public function mockInterfaceMethods(string $interfaceName, bool $cloneArguments): array - { - try { - $class = new ReflectionClass($interfaceName); - // @codeCoverageIgnoreStart - } catch (\ReflectionException $e) { - throw new ReflectionException( - $e->getMessage(), - $e->getCode(), - $e, - ); - } - // @codeCoverageIgnoreEnd - - $methods = []; - - foreach ($class->getMethods() as $method) { - $methods[] = MockMethod::fromReflection($method, false, $cloneArguments); - } - - return $methods; - } - /** * @psalm-param class-string $interfaceName * * @throws ReflectionException * - * @return ReflectionMethod[] + * @psalm-return list */ private function userDefinedInterfaceMethods(string $interfaceName): array { - try { - // @codeCoverageIgnoreStart - $interface = new ReflectionClass($interfaceName); - } catch (\ReflectionException $e) { - throw new ReflectionException( - $e->getMessage(), - $e->getCode(), - $e, - ); - } - // @codeCoverageIgnoreEnd - - $methods = []; + $interface = $this->reflectClass($interfaceName); + $methods = []; foreach ($interface->getMethods() as $method) { if (!$method->isUserDefined()) { @@ -703,61 +561,16 @@ EOT; * @throws ReflectionException * @throws RuntimeException */ - private function getObject(MockType $mockClass, $type = '', bool $callOriginalConstructor = false, bool $callAutoload = false, array $arguments = [], bool $callOriginalMethods = false, object $proxyTarget = null, bool $returnValueGeneration = true) + private function getObject(MockType $mockClass, string $type = '', bool $callOriginalConstructor = false, array $arguments = [], bool $callOriginalMethods = false, object $proxyTarget = null, bool $returnValueGeneration = true): object { $className = $mockClass->generate(); - - if ($callOriginalConstructor) { - if (count($arguments) === 0) { - $object = new $className; - } else { - try { - $class = new ReflectionClass($className); - // @codeCoverageIgnoreStart - } catch (\ReflectionException $e) { - throw new ReflectionException( - $e->getMessage(), - $e->getCode(), - $e, - ); - } - // @codeCoverageIgnoreEnd - - $object = $class->newInstanceArgs($arguments); - } - } else { - try { - $object = (new Instantiator)->instantiate($className); - } catch (InstantiatorException $e) { - throw new RuntimeException($e->getMessage()); - } - } + $object = $this->instantiate($className, $callOriginalConstructor, $arguments); if ($callOriginalMethods) { - if (!is_object($proxyTarget)) { - if (count($arguments) === 0) { - $proxyTarget = new $type; - } else { - try { - $class = new ReflectionClass($type); - // @codeCoverageIgnoreStart - } catch (\ReflectionException $e) { - throw new ReflectionException( - $e->getMessage(), - $e->getCode(), - $e, - ); - } - // @codeCoverageIgnoreEnd - - $proxyTarget = $class->newInstanceArgs($arguments); - } - } - - $object->__phpunit_setOriginalObject($proxyTarget); + $this->instantiateProxyTarget($proxyTarget, $object, $type, $arguments); } - if ($object instanceof MockObject) { + if ($object instanceof StubInternal) { $object->__phpunit_setReturnValueGeneration($returnValueGeneration); } @@ -765,26 +578,28 @@ EOT; } /** + * @throws ClassIsEnumerationException * @throws ClassIsFinalException * @throws ClassIsReadonlyException * @throws ReflectionException * @throws RuntimeException */ - private function generateMock(string $type, ?array $explicitMethods, string $mockClassName, bool $callOriginalClone, bool $callAutoload, bool $cloneArguments, bool $callOriginalMethods): MockClass + private function generateCodeForTestDoubleClass(string $type, bool $mockObject, ?array $explicitMethods, string $mockClassName, bool $callOriginalClone, bool $callAutoload, bool $cloneArguments, bool $callOriginalMethods): MockClass { - $classTemplate = $this->getTemplate('mocked_class.tpl'); - $additionalInterfaces = []; - $mockedCloneMethod = false; - $unmockedCloneMethod = false; - $isClass = false; - $isInterface = false; - $class = null; - $mockMethods = new MockMethodSet; + $classTemplate = $this->loadTemplate('test_double_class.tpl'); + $additionalInterfaces = []; + $doubledCloneMethod = false; + $proxiedCloneMethod = false; + $isClass = false; + $isInterface = false; + $class = null; + $mockMethods = new MockMethodSet; + $testDoubleClassPrefix = $mockObject ? 'MockObject_' : 'TestStub_'; $_mockClassName = $this->generateClassName( $type, $mockClassName, - 'Mock_', + $testDoubleClassPrefix, ); if (class_exists($_mockClassName['fullClassName'], $callAutoload)) { @@ -804,19 +619,13 @@ EOT; $epilogue = "\n\n}"; } - $mockedCloneMethod = true; + $doubledCloneMethod = true; } else { - try { - $class = new ReflectionClass($_mockClassName['fullClassName']); - // @codeCoverageIgnoreStart - } catch (\ReflectionException $e) { - throw new ReflectionException( - $e->getMessage(), - $e->getCode(), - $e, - ); + $class = $this->reflectClass($_mockClassName['fullClassName']); + + if ($class->isEnum()) { + throw new ClassIsEnumerationException($_mockClassName['fullClassName']); } - // @codeCoverageIgnoreEnd if ($class->isFinal()) { throw new ClassIsFinalException($_mockClassName['fullClassName']); @@ -831,36 +640,15 @@ EOT; $actualClassName = Exception::class; $additionalInterfaces[] = $class->getName(); $isInterface = false; - - try { - $class = new ReflectionClass($actualClassName); - // @codeCoverageIgnoreStart - } catch (\ReflectionException $e) { - throw new ReflectionException( - $e->getMessage(), - $e->getCode(), - $e, - ); - } - // @codeCoverageIgnoreEnd + $class = $this->reflectClass($actualClassName); foreach ($this->userDefinedInterfaceMethods($_mockClassName['fullClassName']) as $method) { $methodName = $method->getName(); if ($class->hasMethod($methodName)) { - try { - $classMethod = $class->getMethod($methodName); - // @codeCoverageIgnoreStart - } catch (\ReflectionException $e) { - throw new ReflectionException( - $e->getMessage(), - $e->getCode(), - $e, - ); - } - // @codeCoverageIgnoreEnd + $classMethod = $class->getMethod($methodName); - if (!$this->canMockMethod($classMethod)) { + if (!$this->canMethodBeDoubled($classMethod)) { continue; } } @@ -873,7 +661,7 @@ EOT; $_mockClassName = $this->generateClassName( $actualClassName, $_mockClassName['className'], - 'Mock_', + $testDoubleClassPrefix, ); } @@ -889,27 +677,17 @@ EOT; } if ($class->hasMethod('__clone')) { - try { - $cloneMethod = $class->getMethod('__clone'); - // @codeCoverageIgnoreStart - } catch (\ReflectionException $e) { - throw new ReflectionException( - $e->getMessage(), - $e->getCode(), - $e, - ); - } - // @codeCoverageIgnoreEnd + $cloneMethod = $class->getMethod('__clone'); if (!$cloneMethod->isFinal()) { if ($callOriginalClone && !$isInterface) { - $unmockedCloneMethod = true; + $proxiedCloneMethod = true; } else { - $mockedCloneMethod = true; + $doubledCloneMethod = true; } } } else { - $mockedCloneMethod = true; + $doubledCloneMethod = true; } } @@ -921,26 +699,16 @@ EOT; if ($isInterface && ($explicitMethods === [] || $explicitMethods === null)) { $mockMethods->addMethods( - ...$this->mockInterfaceMethods($_mockClassName['fullClassName'], $cloneArguments), + ...$this->interfaceMethods($_mockClassName['fullClassName'], $cloneArguments), ); } if (is_array($explicitMethods)) { foreach ($explicitMethods as $methodName) { if ($class !== null && $class->hasMethod($methodName)) { - try { - $method = $class->getMethod($methodName); - // @codeCoverageIgnoreStart - } catch (\ReflectionException $e) { - throw new ReflectionException( - $e->getMessage(), - $e->getCode(), - $e, - ); - } - // @codeCoverageIgnoreEnd + $method = $class->getMethod($methodName); - if ($this->canMockMethod($method)) { + if ($this->canMethodBeDoubled($method)) { $mockMethods->addMethods( MockMethod::fromReflection($method, $callOriginalMethods, $cloneArguments), ); @@ -962,38 +730,52 @@ EOT; foreach ($mockMethods->asArray() as $mockMethod) { $mockedMethods .= $mockMethod->generateCode(); - $configurable[] = new ConfigurableMethod($mockMethod->getName(), $mockMethod->getReturnType()); + $configurable[] = new ConfigurableMethod($mockMethod->methodName(), $mockMethod->returnType()); } - $method = ''; + /** @psalm-var trait-string[] $traits */ + $traits = [StubApi::class]; + + if ($mockObject) { + $traits[] = MockObjectApi::class; + } if (!$mockMethods->hasMethod('method') && (!isset($class) || !$class->hasMethod('method'))) { - $method = PHP_EOL . ' use \PHPUnit\Framework\MockObject\Method;'; + $traits[] = Method::class; } - $cloneTrait = ''; + if ($doubledCloneMethod) { + $traits[] = DoubledCloneMethod::class; + } - if ($mockedCloneMethod) { - $cloneTrait = $this->mockedCloneMethod(); + if ($proxiedCloneMethod) { + $traits[] = ProxiedCloneMethod::class; } - if ($unmockedCloneMethod) { - $cloneTrait = $this->unmockedCloneMethod(); + $useStatements = ''; + + foreach ($traits as $trait) { + $useStatements .= sprintf( + ' use %s;' . PHP_EOL, + $trait, + ); } + unset($traits); + $classTemplate->setVar( [ 'prologue' => $prologue ?? '', 'epilogue' => $epilogue ?? '', - 'class_declaration' => $this->generateMockClassDeclaration( + 'class_declaration' => $this->generateTestDoubleClassDeclaration( + $mockObject, $_mockClassName, $isInterface, $additionalInterfaces, ), - 'clone' => $cloneTrait, + 'use_statements' => $useStatements, 'mock_class_name' => $_mockClassName['className'], 'mocked_methods' => $mockedMethods, - 'method' => $method, ], ); @@ -1036,12 +818,16 @@ EOT; ]; } - private function generateMockClassDeclaration(array $mockClassName, bool $isInterface, array $additionalInterfaces = []): string + private function generateTestDoubleClassDeclaration(bool $mockObject, array $mockClassName, bool $isInterface, array $additionalInterfaces = []): string { - $buffer = 'class '; + if ($mockObject) { + $additionalInterfaces[] = MockObjectInternal::class; + } else { + $additionalInterfaces[] = StubInternal::class; + } - $additionalInterfaces[] = MockObject::class; - $interfaces = implode(', ', $additionalInterfaces); + $buffer = 'class '; + $interfaces = implode(', ', $additionalInterfaces); if ($isInterface) { $buffer .= sprintf( @@ -1072,9 +858,25 @@ EOT; return $buffer; } - private function canMockMethod(ReflectionMethod $method): bool + private function canMethodBeDoubled(ReflectionMethod $method): bool { - return !($this->isConstructor($method) || $method->isFinal() || $method->isPrivate() || $this->isMethodNameExcluded($method->getName())); + if ($method->isConstructor()) { + return false; + } + + if ($method->isDestructor()) { + return false; + } + + if ($method->isFinal()) { + return false; + } + + if ($method->isPrivate()) { + return false; + } + + return !$this->isMethodNameExcluded($method->getName()); } private function isMethodNameExcluded(string $name): bool @@ -1083,78 +885,180 @@ EOT; } /** - * @throws RuntimeException + * @throws UnknownTypeException + */ + private function ensureKnownType(string $type, bool $callAutoload): void + { + if (!class_exists($type, $callAutoload) && !interface_exists($type, $callAutoload)) { + throw new UnknownTypeException($type); + } + } + + /** + * @throws DuplicateMethodException + * @throws InvalidMethodNameException + */ + private function ensureValidMethods(?array $methods): void + { + if ($methods === null) { + return; + } + + foreach ($methods as $method) { + if (!preg_match('~[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*~', (string) $method)) { + throw new InvalidMethodNameException((string) $method); + } + } + + if ($methods !== array_unique($methods)) { + throw new DuplicateMethodException($methods); + } + } + + /** + * @throws ClassAlreadyExistsException + * @throws ReflectionException + */ + private function ensureMockedClassDoesNotAlreadyExist(string $mockClassName): void + { + if ($mockClassName !== '' && class_exists($mockClassName, false)) { + $reflector = $this->reflectClass($mockClassName); + + if (!$reflector->implementsInterface(MockObject::class)) { + throw new ClassAlreadyExistsException($mockClassName); + } + } + } + + /** + * @psalm-param class-string $className + * + * @throws ReflectionException */ - private function getTemplate(string $template): Template + private function instantiate(string $className, bool $callOriginalConstructor, array $arguments): object { - $filename = __DIR__ . DIRECTORY_SEPARATOR . 'Generator' . DIRECTORY_SEPARATOR . $template; + if ($callOriginalConstructor) { + if (count($arguments) === 0) { + return new $className; + } - if (!isset(self::$templates[$filename])) { try { - self::$templates[$filename] = new Template($filename); - } catch (TemplateException $e) { - throw new RuntimeException( + return (new ReflectionClass($className))->newInstanceArgs($arguments); + // @codeCoverageIgnoreStart + } catch (\ReflectionException $e) { + throw new ReflectionException( $e->getMessage(), $e->getCode(), $e, ); } + // @codeCoverageIgnoreEnd } - return self::$templates[$filename]; + try { + return (new ReflectionClass($className))->newInstanceWithoutConstructor(); + // @codeCoverageIgnoreStart + } catch (\ReflectionException $e) { + throw new ReflectionException( + $e->getMessage(), + $e->getCode(), + $e, + ); + // @codeCoverageIgnoreEnd + } } /** - * @see https://github.com/sebastianbergmann/phpunit/issues/4139#issuecomment-605409765 + * @psalm-param class-string $type + * + * @throws ReflectionException */ - private function isConstructor(ReflectionMethod $method): bool + private function instantiateProxyTarget(?object $proxyTarget, object $object, string $type, array $arguments): void { - $methodName = strtolower($method->getName()); + if (!is_object($proxyTarget)) { + assert(class_exists($type)); - if ($methodName === '__construct') { - return true; - } + if (count($arguments) === 0) { + $proxyTarget = new $type; + } else { + $class = new ReflectionClass($type); - if (PHP_MAJOR_VERSION >= 8) { - return false; + try { + $proxyTarget = $class->newInstanceArgs($arguments); + // @codeCoverageIgnoreStart + } catch (\ReflectionException $e) { + throw new ReflectionException( + $e->getMessage(), + $e->getCode(), + $e, + ); + } + // @codeCoverageIgnoreEnd + } } - $className = strtolower($method->getDeclaringClass()->getName()); - - return $methodName === $className; + $object->__phpunit_setOriginalObject($proxyTarget); } - private function mockedCloneMethod(): string + /** + * @psalm-param class-string $className + * + * @throws ReflectionException + */ + private function reflectClass(string $className): ReflectionClass { - if (PHP_MAJOR_VERSION >= 8) { - if (!trait_exists('\PHPUnit\Framework\MockObject\MockedCloneMethodWithVoidReturnType')) { - eval(self::MOCKED_CLONE_METHOD_WITH_VOID_RETURN_TYPE_TRAIT); - } - - return PHP_EOL . ' use \PHPUnit\Framework\MockObject\MockedCloneMethodWithVoidReturnType;'; - } - - if (!trait_exists('\PHPUnit\Framework\MockObject\MockedCloneMethodWithoutReturnType')) { - eval(self::MOCKED_CLONE_METHOD_WITHOUT_RETURN_TYPE_TRAIT); + try { + $class = new ReflectionClass($className); + // @codeCoverageIgnoreStart + } catch (\ReflectionException $e) { + throw new ReflectionException( + $e->getMessage(), + $e->getCode(), + $e, + ); } + // @codeCoverageIgnoreEnd - return PHP_EOL . ' use \PHPUnit\Framework\MockObject\MockedCloneMethodWithoutReturnType;'; + return $class; } - private function unmockedCloneMethod(): string + /** + * @psalm-param class-string $classOrInterfaceName + * + * @psalm-return list + * + * @throws ReflectionException + */ + private function namesOfMethodsIn(string $classOrInterfaceName): array { - if (PHP_MAJOR_VERSION >= 8) { - if (!trait_exists('\PHPUnit\Framework\MockObject\UnmockedCloneMethodWithVoidReturnType')) { - eval(self::UNMOCKED_CLONE_METHOD_WITH_VOID_RETURN_TYPE_TRAIT); - } + $class = $this->reflectClass($classOrInterfaceName); + $methods = []; - return PHP_EOL . ' use \PHPUnit\Framework\MockObject\UnmockedCloneMethodWithVoidReturnType;'; + foreach ($class->getMethods() as $method) { + if ($method->isPublic() || $method->isAbstract()) { + $methods[] = $method->getName(); + } } - if (!trait_exists('\PHPUnit\Framework\MockObject\UnmockedCloneMethodWithoutReturnType')) { - eval(self::UNMOCKED_CLONE_METHOD_WITHOUT_RETURN_TYPE_TRAIT); + return $methods; + } + + /** + * @psalm-param class-string $interfaceName + * + * @psalm-return list + * + * @throws ReflectionException + */ + private function interfaceMethods(string $interfaceName, bool $cloneArguments): array + { + $class = $this->reflectClass($interfaceName); + $methods = []; + + foreach ($class->getMethods() as $method) { + $methods[] = MockMethod::fromReflection($method, false, $cloneArguments); } - return PHP_EOL . ' use \PHPUnit\Framework\MockObject\UnmockedCloneMethodWithoutReturnType;'; + return $methods; } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/MockClass.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/MockClass.php old mode 100755 new mode 100644 similarity index 76% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/MockClass.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/MockClass.php index 8f5c276d..7606ea59 --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/MockClass.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/MockClass.php @@ -7,33 +7,32 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Framework\MockObject; +namespace PHPUnit\Framework\MockObject\Generator; use function call_user_func; use function class_exists; +use PHPUnit\Framework\MockObject\ConfigurableMethod; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class MockClass implements MockType { - /** - * @var string - */ - private $classCode; + private readonly string $classCode; /** - * @var class-string + * @psalm-var class-string */ - private $mockName; + private readonly string $mockName; /** - * @var ConfigurableMethod[] + * @psalm-var list */ - private $configurableMethods; + private readonly array $configurableMethods; /** * @psalm-param class-string $mockName + * @psalm-param list $configurableMethods */ public function __construct(string $classCode, string $mockName, array $configurableMethods) { @@ -62,7 +61,7 @@ final class MockClass implements MockType return $this->mockName; } - public function getClassCode(): string + public function classCode(): string { return $this->classCode; } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/MockMethod.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/MockMethod.php old mode 100755 new mode 100644 similarity index 73% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/MockMethod.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/MockMethod.php index 88462dfe..e6955e51 --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/MockMethod.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/MockMethod.php @@ -7,9 +7,8 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Framework\MockObject; +namespace PHPUnit\Framework\MockObject\Generator; -use const DIRECTORY_SEPARATOR; use function explode; use function implode; use function is_object; @@ -25,8 +24,6 @@ use function trim; use function var_export; use ReflectionMethod; use ReflectionParameter; -use SebastianBergmann\Template\Exception as TemplateException; -use SebastianBergmann\Template\Template; use SebastianBergmann\Type\ReflectionMapper; use SebastianBergmann\Type\Type; use SebastianBergmann\Type\UnknownType; @@ -36,65 +33,26 @@ use SebastianBergmann\Type\UnknownType; */ final class MockMethod { - /** - * @var Template[] - */ - private static $templates = []; - - /** - * @var string - */ - private $className; - - /** - * @var string - */ - private $methodName; - - /** - * @var bool - */ - private $cloneArguments; - - /** - * @var string string - */ - private $modifier; - - /** - * @var string - */ - private $argumentsForDeclaration; - - /** - * @var string - */ - private $argumentsForCall; - - /** - * @var Type - */ - private $returnType; - - /** - * @var string - */ - private $reference; - - /** - * @var bool - */ - private $callOriginalMethod; + use TemplateLoader; /** - * @var bool + * @psalm-var class-string */ - private $static; + private readonly string $className; /** - * @var ?string + * @psalm-var non-empty-string */ - private $deprecation; + private readonly string $methodName; + private readonly bool $cloneArguments; + private readonly string $modifier; + private readonly string $argumentsForDeclaration; + private readonly string $argumentsForCall; + private readonly Type $returnType; + private readonly string $reference; + private readonly bool $callOriginalMethod; + private readonly bool $static; + private readonly ?string $deprecation; /** * @throws ReflectionException @@ -134,8 +92,8 @@ final class MockMethod $method->getName(), $cloneArguments, $modifier, - self::getMethodParametersForDeclaration($method), - self::getMethodParametersForCall($method), + self::methodParametersForDeclaration($method), + self::methodParametersForCall($method), (new ReflectionMapper)->fromReturnType($method), $reference, $callOriginalMethod, @@ -144,10 +102,14 @@ final class MockMethod ); } - public static function fromName(string $fullClassName, string $methodName, bool $cloneArguments): self + /** + * @param class-string $className + * @param non-empty-string $methodName + */ + public static function fromName(string $className, string $methodName, bool $cloneArguments): self { return new self( - $fullClassName, + $className, $methodName, $cloneArguments, 'public', @@ -161,7 +123,11 @@ final class MockMethod ); } - public function __construct(string $className, string $methodName, bool $cloneArguments, string $modifier, string $argumentsForDeclaration, string $argumentsForCall, Type $returnType, string $reference, bool $callOriginalMethod, bool $static, ?string $deprecation) + /** + * @param class-string $className + * @param non-empty-string $methodName + */ + private function __construct(string $className, string $methodName, bool $cloneArguments, string $modifier, string $argumentsForDeclaration, string $argumentsForCall, Type $returnType, string $reference, bool $callOriginalMethod, bool $static, ?string $deprecation) { $this->className = $className; $this->methodName = $methodName; @@ -176,7 +142,10 @@ final class MockMethod $this->deprecation = $deprecation; } - public function getName(): string + /** + * @psalm-return non-empty-string + */ + public function methodName(): string { return $this->methodName; } @@ -187,24 +156,28 @@ final class MockMethod public function generateCode(): string { if ($this->static) { - $templateFile = 'mocked_static_method.tpl'; - } elseif ($this->returnType->isNever() || $this->returnType->isVoid()) { - $templateFile = sprintf( - '%s_method_never_or_void.tpl', - $this->callOriginalMethod ? 'proxied' : 'mocked', - ); + $templateFile = 'doubled_static_method.tpl'; } else { $templateFile = sprintf( '%s_method.tpl', - $this->callOriginalMethod ? 'proxied' : 'mocked', + $this->callOriginalMethod ? 'proxied' : 'doubled', ); } - $deprecation = $this->deprecation; + $deprecation = $this->deprecation; + $returnResult = ''; + + if (!$this->returnType->isNever() && !$this->returnType->isVoid()) { + $returnResult = <<<'EOT' + + + return $__phpunit_result; +EOT; + } if (null !== $this->deprecation) { $deprecation = "The {$this->className}::{$this->methodName} method is deprecated ({$this->deprecation})."; - $deprecationTemplate = $this->getTemplate('deprecation.tpl'); + $deprecationTemplate = $this->loadTemplate('deprecation.tpl'); $deprecationTemplate->setVar( [ @@ -215,7 +188,7 @@ final class MockMethod $deprecation = $deprecationTemplate->render(); } - $template = $this->getTemplate($templateFile); + $template = $this->loadTemplate($templateFile); $template->setVar( [ @@ -230,45 +203,24 @@ final class MockMethod 'reference' => $this->reference, 'clone_arguments' => $this->cloneArguments ? 'true' : 'false', 'deprecation' => $deprecation, + 'return_result' => $returnResult, ], ); return $template->render(); } - public function getReturnType(): Type + public function returnType(): Type { return $this->returnType; } - /** - * @throws RuntimeException - */ - private function getTemplate(string $template): Template - { - $filename = __DIR__ . DIRECTORY_SEPARATOR . 'Generator' . DIRECTORY_SEPARATOR . $template; - - if (!isset(self::$templates[$filename])) { - try { - self::$templates[$filename] = new Template($filename); - } catch (TemplateException $e) { - throw new RuntimeException( - $e->getMessage(), - $e->getCode(), - $e, - ); - } - } - - return self::$templates[$filename]; - } - /** * Returns the parameters of a function or method. * * @throws RuntimeException */ - private static function getMethodParametersForDeclaration(ReflectionMethod $method): string + private static function methodParametersForDeclaration(ReflectionMethod $method): string { $parameters = []; $types = (new ReflectionMapper)->fromParameterTypes($method); @@ -314,7 +266,7 @@ final class MockMethod * * @throws ReflectionException */ - private static function getMethodParametersForCall(ReflectionMethod $method): string + private static function methodParametersForCall(ReflectionMethod $method): string { $parameters = []; @@ -351,12 +303,12 @@ final class MockMethod $defaultValue = $parameter->getDefaultValue(); if (!is_object($defaultValue)) { - return (string) var_export($defaultValue, true); + return var_export($defaultValue, true); } $parameterAsString = $parameter->__toString(); - return (string) explode( + return explode( ' = ', substr( substr( diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/MockMethodSet.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/MockMethodSet.php old mode 100755 new mode 100644 similarity index 78% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/MockMethodSet.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/MockMethodSet.php index 1c78963c..31f48a6a --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/MockMethodSet.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/MockMethodSet.php @@ -7,7 +7,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Framework\MockObject; +namespace PHPUnit\Framework\MockObject\Generator; use function array_key_exists; use function array_values; @@ -19,19 +19,19 @@ use function strtolower; final class MockMethodSet { /** - * @var MockMethod[] + * @psalm-var array */ - private $methods = []; + private array $methods = []; public function addMethods(MockMethod ...$methods): void { foreach ($methods as $method) { - $this->methods[strtolower($method->getName())] = $method; + $this->methods[strtolower($method->methodName())] = $method; } } /** - * @return MockMethod[] + * @psalm-return list */ public function asArray(): array { diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/MockTrait.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/MockTrait.php old mode 100755 new mode 100644 similarity index 79% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/MockTrait.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/MockTrait.php index 7c326988..20e9301b --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/MockTrait.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/MockTrait.php @@ -7,24 +7,23 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Framework\MockObject; +namespace PHPUnit\Framework\MockObject\Generator; use function class_exists; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5243 */ final class MockTrait implements MockType { - /** - * @var string - */ - private $classCode; + private readonly string $classCode; /** - * @var class-string + * @psalm-var class-string */ - private $mockName; + private readonly string $mockName; /** * @psalm-param class-string $mockName @@ -46,9 +45,4 @@ final class MockTrait implements MockType return $this->mockName; } - - public function getClassCode(): string - { - return $this->classCode; - } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/MockType.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/MockType.php old mode 100755 new mode 100644 similarity index 90% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/MockType.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/MockType.php index 6a03fb51..3f7799f0 --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/MockType.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/MockType.php @@ -7,7 +7,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Framework\MockObject; +namespace PHPUnit\Framework\MockObject\Generator; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/TemplateLoader.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/TemplateLoader.php new file mode 100644 index 00000000..fc3b73a1 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/TemplateLoader.php @@ -0,0 +1,37 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\MockObject\Generator; + +use SebastianBergmann\Template\Template; + +/** + * @internal This trait is not covered by the backward compatibility promise for PHPUnit + */ +trait TemplateLoader +{ + /** + * @psalm-var array + */ + private static array $templates = []; + + /** + * @psalm-suppress MissingThrowsDocblock + */ + private function loadTemplate(string $template): Template + { + $filename = __DIR__ . '/templates/' . $template; + + if (!isset(self::$templates[$filename])) { + self::$templates[$filename] = new Template($filename); + } + + return self::$templates[$filename]; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_class.tpl b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_class.tpl deleted file mode 100755 index 593119fb..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_class.tpl +++ /dev/null @@ -1,6 +0,0 @@ -declare(strict_types=1); - -{prologue}{class_declaration} -{ - use \PHPUnit\Framework\MockObject\Api;{method}{clone} -{mocked_methods}}{epilogue} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_method_never_or_void.tpl b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_method_never_or_void.tpl deleted file mode 100755 index 39020220..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_method_never_or_void.tpl +++ /dev/null @@ -1,20 +0,0 @@ - - {modifier} function {reference}{method_name}({arguments_decl}){return_declaration} - {{deprecation} - $__phpunit_arguments = [{arguments_call}]; - $__phpunit_count = func_num_args(); - - if ($__phpunit_count > {arguments_count}) { - $__phpunit_arguments_tmp = func_get_args(); - - for ($__phpunit_i = {arguments_count}; $__phpunit_i < $__phpunit_count; $__phpunit_i++) { - $__phpunit_arguments[] = $__phpunit_arguments_tmp[$__phpunit_i]; - } - } - - $this->__phpunit_getInvocationHandler()->invoke( - new \PHPUnit\Framework\MockObject\Invocation( - '{class_name}', '{method_name}', $__phpunit_arguments, '{return_type}', $this, {clone_arguments} - ) - ); - } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/proxied_method_never_or_void.tpl b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/proxied_method_never_or_void.tpl deleted file mode 100755 index cce19882..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/proxied_method_never_or_void.tpl +++ /dev/null @@ -1,22 +0,0 @@ - - {modifier} function {reference}{method_name}({arguments_decl}){return_declaration} - { - $__phpunit_arguments = [{arguments_call}]; - $__phpunit_count = func_num_args(); - - if ($__phpunit_count > {arguments_count}) { - $__phpunit_arguments_tmp = func_get_args(); - - for ($__phpunit_i = {arguments_count}; $__phpunit_i < $__phpunit_count; $__phpunit_i++) { - $__phpunit_arguments[] = $__phpunit_arguments_tmp[$__phpunit_i]; - } - } - - $this->__phpunit_getInvocationHandler()->invoke( - new \PHPUnit\Framework\MockObject\Invocation( - '{class_name}', '{method_name}', $__phpunit_arguments, '{return_type}', $this, {clone_arguments}, true - ) - ); - - call_user_func_array(array($this->__phpunit_originalObject, "{method_name}"), $__phpunit_arguments); - } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/deprecation.tpl b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/deprecation.tpl old mode 100755 new mode 100644 similarity index 100% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/deprecation.tpl rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/deprecation.tpl diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_method.tpl b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/doubled_method.tpl old mode 100755 new mode 100644 similarity index 94% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_method.tpl rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/doubled_method.tpl index 114ff8d0..8b4af38b --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_method.tpl +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/doubled_method.tpl @@ -16,7 +16,5 @@ new \PHPUnit\Framework\MockObject\Invocation( '{class_name}', '{method_name}', $__phpunit_arguments, '{return_type}', $this, {clone_arguments} ) - ); - - return $__phpunit_result; + );{return_result} } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_static_method.tpl b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/doubled_static_method.tpl old mode 100755 new mode 100644 similarity index 100% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/mocked_static_method.tpl rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/doubled_static_method.tpl diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/intersection.tpl b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/intersection.tpl old mode 100755 new mode 100644 similarity index 100% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/intersection.tpl rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/intersection.tpl diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/proxied_method.tpl b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/proxied_method.tpl old mode 100755 new mode 100644 similarity index 84% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/proxied_method.tpl rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/proxied_method.tpl index 91bef463..330cdcfc --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/proxied_method.tpl +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/proxied_method.tpl @@ -18,5 +18,5 @@ ) ); - return call_user_func_array(array($this->__phpunit_originalObject, "{method_name}"), $__phpunit_arguments); + $__phpunit_result = call_user_func_array([$this->__phpunit_originalObject, "{method_name}"], $__phpunit_arguments);{return_result} } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/test_double_class.tpl b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/test_double_class.tpl new file mode 100644 index 00000000..369a47a6 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/test_double_class.tpl @@ -0,0 +1,5 @@ +declare(strict_types=1); + +{prologue}{class_declaration} +{ +{use_statements}{mocked_methods}}{epilogue} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/trait_class.tpl b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/trait_class.tpl old mode 100755 new mode 100644 similarity index 100% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/trait_class.tpl rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/trait_class.tpl diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/wsdl_class.tpl b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/wsdl_class.tpl old mode 100755 new mode 100644 similarity index 100% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/wsdl_class.tpl rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/wsdl_class.tpl diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/wsdl_method.tpl b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/wsdl_method.tpl old mode 100755 new mode 100644 similarity index 100% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/wsdl_method.tpl rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/wsdl_method.tpl diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Invocation.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Invocation.php deleted file mode 100755 index ed8c4e92..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Invocation.php +++ /dev/null @@ -1,301 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Framework\MockObject; - -use function array_map; -use function explode; -use function get_class; -use function implode; -use function in_array; -use function interface_exists; -use function is_object; -use function sprintf; -use function strpos; -use function strtolower; -use function substr; -use Doctrine\Instantiator\Instantiator; -use PHPUnit\Framework\SelfDescribing; -use PHPUnit\Util\Cloner; -use SebastianBergmann\Exporter\Exporter; -use stdClass; -use Throwable; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - */ -final class Invocation implements SelfDescribing -{ - /** - * @var string - */ - private $className; - - /** - * @var string - */ - private $methodName; - - /** - * @var array - */ - private $parameters; - - /** - * @var string - */ - private $returnType; - - /** - * @var bool - */ - private $isReturnTypeNullable = false; - - /** - * @var bool - */ - private $proxiedCall; - - /** - * @var object - */ - private $object; - - public function __construct(string $className, string $methodName, array $parameters, string $returnType, object $object, bool $cloneObjects = false, bool $proxiedCall = false) - { - $this->className = $className; - $this->methodName = $methodName; - $this->parameters = $parameters; - $this->object = $object; - $this->proxiedCall = $proxiedCall; - - if (strtolower($methodName) === '__tostring') { - $returnType = 'string'; - } - - if (strpos($returnType, '?') === 0) { - $returnType = substr($returnType, 1); - $this->isReturnTypeNullable = true; - } - - $this->returnType = $returnType; - - if (!$cloneObjects) { - return; - } - - foreach ($this->parameters as $key => $value) { - if (is_object($value)) { - $this->parameters[$key] = Cloner::clone($value); - } - } - } - - public function getClassName(): string - { - return $this->className; - } - - public function getMethodName(): string - { - return $this->methodName; - } - - public function getParameters(): array - { - return $this->parameters; - } - - /** - * @throws RuntimeException - * - * @return mixed Mocked return value - */ - public function generateReturnValue() - { - if ($this->isReturnTypeNullable || $this->proxiedCall) { - return null; - } - - $intersection = false; - $union = false; - $unionContainsIntersections = false; - - if (strpos($this->returnType, '|') !== false) { - $types = explode('|', $this->returnType); - $union = true; - - if (strpos($this->returnType, '(') !== false) { - $unionContainsIntersections = true; - } - } elseif (strpos($this->returnType, '&') !== false) { - $types = explode('&', $this->returnType); - $intersection = true; - } else { - $types = [$this->returnType]; - } - - $types = array_map('strtolower', $types); - - if (!$intersection && !$unionContainsIntersections) { - if (in_array('', $types, true) || - in_array('null', $types, true) || - in_array('mixed', $types, true) || - in_array('void', $types, true)) { - return null; - } - - if (in_array('true', $types, true)) { - return true; - } - - if (in_array('false', $types, true) || - in_array('bool', $types, true)) { - return false; - } - - if (in_array('float', $types, true)) { - return 0.0; - } - - if (in_array('int', $types, true)) { - return 0; - } - - if (in_array('string', $types, true)) { - return ''; - } - - if (in_array('array', $types, true)) { - return []; - } - - if (in_array('static', $types, true)) { - try { - return (new Instantiator)->instantiate(get_class($this->object)); - } catch (Throwable $t) { - throw new RuntimeException( - $t->getMessage(), - (int) $t->getCode(), - $t, - ); - } - } - - if (in_array('object', $types, true)) { - return new stdClass; - } - - if (in_array('callable', $types, true) || - in_array('closure', $types, true)) { - return static function (): void - { - }; - } - - if (in_array('traversable', $types, true) || - in_array('generator', $types, true) || - in_array('iterable', $types, true)) { - $generator = static function (): \Generator - { - yield from []; - }; - - return $generator(); - } - - if (!$union) { - try { - return (new Generator)->getMock($this->returnType, [], [], '', false); - } catch (Throwable $t) { - if ($t instanceof Exception) { - throw $t; - } - - throw new RuntimeException( - $t->getMessage(), - (int) $t->getCode(), - $t, - ); - } - } - } - - if ($intersection && $this->onlyInterfaces($types)) { - try { - return (new Generator)->getMockForInterfaces($types); - } catch (Throwable $t) { - throw new RuntimeException( - sprintf( - 'Return value for %s::%s() cannot be generated: %s', - $this->className, - $this->methodName, - $t->getMessage(), - ), - (int) $t->getCode(), - ); - } - } - - $reason = ''; - - if ($union) { - $reason = ' because the declared return type is a union'; - } elseif ($intersection) { - $reason = ' because the declared return type is an intersection'; - } - - throw new RuntimeException( - sprintf( - 'Return value for %s::%s() cannot be generated%s, please configure a return value for this method', - $this->className, - $this->methodName, - $reason, - ), - ); - } - - public function toString(): string - { - $exporter = new Exporter; - - return sprintf( - '%s::%s(%s)%s', - $this->className, - $this->methodName, - implode( - ', ', - array_map( - [$exporter, 'shortenedExport'], - $this->parameters, - ), - ), - $this->returnType ? sprintf(': %s', $this->returnType) : '', - ); - } - - public function getObject(): object - { - return $this->object; - } - - /** - * @psalm-param non-empty-list $types - */ - private function onlyInterfaces(array $types): bool - { - foreach ($types as $type) { - if (!interface_exists($type)) { - return false; - } - } - - return true; - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/MockBuilder.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/MockBuilder.php old mode 100755 new mode 100644 index 69ec2502..e5e78c86 --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/MockBuilder.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/MockBuilder.php @@ -9,8 +9,21 @@ */ namespace PHPUnit\Framework\MockObject; -use function array_diff; use function array_merge; +use function assert; +use function trait_exists; +use PHPUnit\Framework\InvalidArgumentException; +use PHPUnit\Framework\MockObject\Generator\ClassAlreadyExistsException; +use PHPUnit\Framework\MockObject\Generator\ClassIsEnumerationException; +use PHPUnit\Framework\MockObject\Generator\ClassIsFinalException; +use PHPUnit\Framework\MockObject\Generator\ClassIsReadonlyException; +use PHPUnit\Framework\MockObject\Generator\DuplicateMethodException; +use PHPUnit\Framework\MockObject\Generator\Generator; +use PHPUnit\Framework\MockObject\Generator\InvalidMethodNameException; +use PHPUnit\Framework\MockObject\Generator\OriginalConstructorInvocationRequiredException; +use PHPUnit\Framework\MockObject\Generator\ReflectionException; +use PHPUnit\Framework\MockObject\Generator\RuntimeException; +use PHPUnit\Framework\MockObject\Generator\UnknownTypeException; use PHPUnit\Framework\TestCase; use ReflectionClass; @@ -21,87 +34,38 @@ use ReflectionClass; */ final class MockBuilder { - /** - * @var TestCase - */ - private $testCase; - - /** - * @var string - */ - private $type; - - /** - * @var null|string[] - */ - private $methods = []; - - /** - * @var bool - */ - private $emptyMethodsArray = false; - - /** - * @var string - */ - private $mockClassName = ''; - - /** - * @var array - */ - private $constructorArgs = []; - - /** - * @var bool - */ - private $originalConstructor = true; - - /** - * @var bool - */ - private $originalClone = true; - - /** - * @var bool - */ - private $autoload = true; - - /** - * @var bool - */ - private $cloneArguments = false; + private readonly TestCase $testCase; /** - * @var bool + * @psalm-var class-string|trait-string */ - private $callOriginalMethods = false; + private readonly string $type; /** - * @var ?object + * @psalm-var list */ - private $proxyTarget; + private array $methods = []; + private bool $emptyMethodsArray = false; /** - * @var bool + * @psalm-var ?class-string */ - private $allowMockingUnknownTypes = true; + private ?string $mockClassName = null; + private array $constructorArgs = []; + private bool $originalConstructor = true; + private bool $originalClone = true; + private bool $autoload = true; + private bool $cloneArguments = false; + private bool $callOriginalMethods = false; + private ?object $proxyTarget = null; + private bool $allowMockingUnknownTypes = true; + private bool $returnValueGeneration = true; + private readonly Generator $generator; /** - * @var bool + * @psalm-param class-string|trait-string $type */ - private $returnValueGeneration = true; - - /** - * @var Generator - */ - private $generator; - - /** - * @param string|string[] $type - * - * @psalm-param class-string|string|string[] $type - */ - public function __construct(TestCase $testCase, $type) + public function __construct(TestCase $testCase, string $type) { $this->testCase = $testCase; $this->type = $type; @@ -111,11 +75,12 @@ final class MockBuilder /** * Creates a mock object using a fluent interface. * - * @throws \PHPUnit\Framework\InvalidArgumentException * @throws ClassAlreadyExistsException + * @throws ClassIsEnumerationException * @throws ClassIsFinalException * @throws ClassIsReadonlyException * @throws DuplicateMethodException + * @throws InvalidArgumentException * @throws InvalidMethodNameException * @throws OriginalConstructorInvocationRequiredException * @throws ReflectionException @@ -126,11 +91,12 @@ final class MockBuilder */ public function getMock(): MockObject { - $object = $this->generator->getMock( + $object = $this->generator->testDouble( $this->type, + true, !$this->emptyMethodsArray ? $this->methods : null, $this->constructorArgs, - $this->mockClassName, + $this->mockClassName ?? '', $this->originalConstructor, $this->originalClone, $this->autoload, @@ -141,6 +107,9 @@ final class MockBuilder $this->returnValueGeneration, ); + assert($object instanceof $this->type); + assert($object instanceof MockObject); + $this->testCase->registerMockObject($object); return $object; @@ -154,13 +123,15 @@ final class MockBuilder * @throws \PHPUnit\Framework\Exception * @throws ReflectionException * @throws RuntimeException + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5305 */ public function getMockForAbstractClass(): MockObject { - $object = $this->generator->getMockForAbstractClass( + $object = $this->generator->mockObjectForAbstractClass( $this->type, $this->constructorArgs, - $this->mockClassName, + $this->mockClassName ?? '', $this->originalConstructor, $this->originalClone, $this->autoload, @@ -168,6 +139,8 @@ final class MockBuilder $this->cloneArguments, ); + assert($object instanceof MockObject); + $this->testCase->registerMockObject($object); return $object; @@ -181,13 +154,17 @@ final class MockBuilder * @throws \PHPUnit\Framework\Exception * @throws ReflectionException * @throws RuntimeException + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5306 */ public function getMockForTrait(): MockObject { - $object = $this->generator->getMockForTrait( + assert(trait_exists($this->type)); + + $object = $this->generator->mockObjectForTrait( $this->type, $this->constructorArgs, - $this->mockClassName, + $this->mockClassName ?? '', $this->originalConstructor, $this->originalClone, $this->autoload, @@ -195,33 +172,17 @@ final class MockBuilder $this->cloneArguments, ); + assert($object instanceof MockObject); + $this->testCase->registerMockObject($object); return $object; } - /** - * Specifies the subset of methods to mock. Default is to mock none of them. - * - * @deprecated https://github.com/sebastianbergmann/phpunit/pull/3687 - * - * @return $this - */ - public function setMethods(?array $methods = null): self - { - if ($methods === null) { - $this->methods = $methods; - } else { - $this->methods = array_merge($this->methods ?? [], $methods); - } - - return $this; - } - /** * Specifies the subset of methods to mock, requiring each to exist in the class. * - * @param string[] $methods + * @psalm-param list $methods * * @throws CannotUseOnlyMethodsException * @throws ReflectionException @@ -245,8 +206,8 @@ final class MockBuilder $e->getCode(), $e, ); + // @codeCoverageIgnoreEnd } - // @codeCoverageIgnoreEnd foreach ($methods as $method) { if (!$reflector->hasMethod($method)) { @@ -254,7 +215,7 @@ final class MockBuilder } } - $this->methods = array_merge($this->methods ?? [], $methods); + $this->methods = array_merge($this->methods, $methods); return $this; } @@ -262,13 +223,15 @@ final class MockBuilder /** * Specifies methods that don't exist in the class which you want to mock. * - * @param string[] $methods + * @psalm-param list $methods * * @throws CannotUseAddMethodsException * @throws ReflectionException * @throws RuntimeException * * @return $this + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5320 */ public function addMethods(array $methods): self { @@ -287,8 +250,8 @@ final class MockBuilder $e->getCode(), $e, ); + // @codeCoverageIgnoreEnd } - // @codeCoverageIgnoreEnd foreach ($methods as $method) { if ($reflector->hasMethod($method)) { @@ -296,36 +259,19 @@ final class MockBuilder } } - $this->methods = array_merge($this->methods ?? [], $methods); + $this->methods = array_merge($this->methods, $methods); return $this; } - /** - * Specifies the subset of methods to not mock. Default is to mock all of them. - * - * @deprecated https://github.com/sebastianbergmann/phpunit/pull/3687 - * - * @throws ReflectionException - */ - public function setMethodsExcept(array $methods = []): self - { - return $this->setMethods( - array_diff( - $this->generator->getClassMethods($this->type), - $methods, - ), - ); - } - /** * Specifies the arguments for the constructor. * * @return $this */ - public function setConstructorArgs(array $args): self + public function setConstructorArgs(array $arguments): self { - $this->constructorArgs = $args; + $this->constructorArgs = $arguments; return $this; } @@ -333,6 +279,8 @@ final class MockBuilder /** * Specifies the name for the mock class. * + * @psalm-param class-string $name + * * @return $this */ public function setMockClassName(string $name): self @@ -394,6 +342,8 @@ final class MockBuilder * Disables the use of class autoloading while creating the mock object. * * @return $this + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5309 */ public function disableAutoload(): self { @@ -406,6 +356,8 @@ final class MockBuilder * Enables the use of class autoloading while creating the mock object. * * @return $this + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5309 */ public function enableAutoload(): self { @@ -418,6 +370,8 @@ final class MockBuilder * Disables the cloning of arguments passed to mocked methods. * * @return $this + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5315 */ public function disableArgumentCloning(): self { @@ -430,6 +384,8 @@ final class MockBuilder * Enables the cloning of arguments passed to mocked methods. * * @return $this + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5315 */ public function enableArgumentCloning(): self { @@ -442,6 +398,8 @@ final class MockBuilder * Enables the invocation of the original methods. * * @return $this + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5307 */ public function enableProxyingToOriginalMethods(): self { @@ -454,6 +412,8 @@ final class MockBuilder * Disables the invocation of the original methods. * * @return $this + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5307 */ public function disableProxyingToOriginalMethods(): self { @@ -467,6 +427,8 @@ final class MockBuilder * Sets the proxy target. * * @return $this + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5307 */ public function setProxyTarget(object $object): self { @@ -477,6 +439,8 @@ final class MockBuilder /** * @return $this + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5308 */ public function allowMockingUnknownTypes(): self { @@ -487,6 +451,8 @@ final class MockBuilder /** * @return $this + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5308 */ public function disallowMockingUnknownTypes(): self { @@ -497,6 +463,8 @@ final class MockBuilder /** * @return $this + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5421 */ public function enableAutoReturnValueGeneration(): self { @@ -507,6 +475,8 @@ final class MockBuilder /** * @return $this + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5421 */ public function disableAutoReturnValueGeneration(): self { diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/ConsecutiveParameters.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/ConsecutiveParameters.php deleted file mode 100755 index 703c1434..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/ConsecutiveParameters.php +++ /dev/null @@ -1,132 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Framework\MockObject\Rule; - -use function count; -use function gettype; -use function is_iterable; -use function sprintf; -use PHPUnit\Framework\Constraint\Constraint; -use PHPUnit\Framework\Constraint\IsEqual; -use PHPUnit\Framework\ExpectationFailedException; -use PHPUnit\Framework\InvalidParameterGroupException; -use PHPUnit\Framework\MockObject\Invocation as BaseInvocation; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - * - * @deprecated - */ -final class ConsecutiveParameters implements ParametersRule -{ - /** - * @var array - */ - private $parameterGroups = []; - - /** - * @var array - */ - private $invocations = []; - - /** - * @throws \PHPUnit\Framework\Exception - */ - public function __construct(array $parameterGroups) - { - foreach ($parameterGroups as $index => $parameters) { - if (!is_iterable($parameters)) { - throw new InvalidParameterGroupException( - sprintf( - 'Parameter group #%d must be an array or Traversable, got %s', - $index, - gettype($parameters), - ), - ); - } - - foreach ($parameters as $parameter) { - if (!$parameter instanceof Constraint) { - $parameter = new IsEqual($parameter); - } - - $this->parameterGroups[$index][] = $parameter; - } - } - } - - public function toString(): string - { - return 'with consecutive parameters'; - } - - /** - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * @throws ExpectationFailedException - */ - public function apply(BaseInvocation $invocation): void - { - $this->invocations[] = $invocation; - $callIndex = count($this->invocations) - 1; - - $this->verifyInvocation($invocation, $callIndex); - } - - /** - * @throws \PHPUnit\Framework\ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - */ - public function verify(): void - { - foreach ($this->invocations as $callIndex => $invocation) { - $this->verifyInvocation($invocation, $callIndex); - } - } - - /** - * Verify a single invocation. - * - * @param int $callIndex - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * @throws ExpectationFailedException - */ - private function verifyInvocation(BaseInvocation $invocation, $callIndex): void - { - if (!isset($this->parameterGroups[$callIndex])) { - // no parameter assertion for this call index - return; - } - - $parameters = $this->parameterGroups[$callIndex]; - - if (count($invocation->getParameters()) < count($parameters)) { - throw new ExpectationFailedException( - sprintf( - 'Parameter count for invocation %s is too low.', - $invocation->toString(), - ), - ); - } - - foreach ($parameters as $i => $parameter) { - $parameter->evaluate( - $invocation->getParameters()[$i], - sprintf( - 'Parameter %s for invocation #%d %s does not match expected ' . - 'value.', - $i, - $callIndex, - $invocation->toString(), - ), - ); - } - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtIndex.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtIndex.php deleted file mode 100755 index d56618cb..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtIndex.php +++ /dev/null @@ -1,76 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Framework\MockObject\Rule; - -use function sprintf; -use PHPUnit\Framework\ExpectationFailedException; -use PHPUnit\Framework\MockObject\Invocation as BaseInvocation; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - * - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4297 - * - * @codeCoverageIgnore - */ -final class InvokedAtIndex extends InvocationOrder -{ - /** - * @var int - */ - private $sequenceIndex; - - /** - * @var int - */ - private $currentIndex = -1; - - /** - * @param int $sequenceIndex - */ - public function __construct($sequenceIndex) - { - $this->sequenceIndex = $sequenceIndex; - } - - public function toString(): string - { - return 'invoked at sequence index ' . $this->sequenceIndex; - } - - public function matches(BaseInvocation $invocation): bool - { - $this->currentIndex++; - - return $this->currentIndex == $this->sequenceIndex; - } - - /** - * Verifies that the current expectation is valid. If everything is OK the - * code should just return, if not it must throw an exception. - * - * @throws ExpectationFailedException - */ - public function verify(): void - { - if ($this->currentIndex < $this->sequenceIndex) { - throw new ExpectationFailedException( - sprintf( - 'The expected invocation at index %s was never reached.', - $this->sequenceIndex, - ), - ); - } - } - - protected function invokedDo(BaseInvocation $invocation): void - { - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ConfigurableMethodsAlreadyInitializedException.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/DoubledCloneMethod.php old mode 100755 new mode 100644 similarity index 59% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ConfigurableMethodsAlreadyInitializedException.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/DoubledCloneMethod.php index d12ac997..bb02daf8 --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/ConfigurableMethodsAlreadyInitializedException.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/DoubledCloneMethod.php @@ -10,8 +10,12 @@ namespace PHPUnit\Framework\MockObject; /** - * @internal This class is not covered by the backward compatibility promise for PHPUnit + * @internal This trait is not covered by the backward compatibility promise for PHPUnit */ -final class ConfigurableMethodsAlreadyInitializedException extends \PHPUnit\Framework\Exception implements Exception +trait DoubledCloneMethod { + public function __clone(): void + { + $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationHandler(); + } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Api/Method.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/Method.php old mode 100755 new mode 100644 similarity index 86% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Api/Method.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/Method.php index f8be3808..a991eae4 --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Api/Method.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/Method.php @@ -11,6 +11,7 @@ namespace PHPUnit\Framework\MockObject; use function call_user_func_array; use function func_get_args; +use PHPUnit\Framework\MockObject\Builder\InvocationMocker; use PHPUnit\Framework\MockObject\Rule\AnyInvokedCount; /** @@ -18,7 +19,7 @@ use PHPUnit\Framework\MockObject\Rule\AnyInvokedCount; */ trait Method { - public function method() + public function method(): InvocationMocker { $expects = $this->expects(new AnyInvokedCount); diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/MockObjectApi.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/MockObjectApi.php new file mode 100644 index 00000000..b6b3bd52 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/MockObjectApi.php @@ -0,0 +1,52 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\MockObject; + +use PHPUnit\Framework\MockObject\Builder\InvocationMocker as InvocationMockerBuilder; +use PHPUnit\Framework\MockObject\Rule\InvocationOrder; + +/** + * @internal This trait is not covered by the backward compatibility promise for PHPUnit + */ +trait MockObjectApi +{ + private object $__phpunit_originalObject; + + /** @noinspection MagicMethodsValidityInspection */ + public function __phpunit_hasMatchers(): bool + { + return $this->__phpunit_getInvocationHandler()->hasMatchers(); + } + + /** @noinspection MagicMethodsValidityInspection */ + public function __phpunit_setOriginalObject(object $originalObject): void + { + $this->__phpunit_originalObject = $originalObject; + } + + /** @noinspection MagicMethodsValidityInspection */ + public function __phpunit_verify(bool $unsetInvocationMocker = true): void + { + $this->__phpunit_getInvocationHandler()->verify(); + + if ($unsetInvocationMocker) { + $this->__phpunit_unsetInvocationMocker(); + } + } + + abstract public function __phpunit_getInvocationHandler(): InvocationHandler; + + abstract public function __phpunit_unsetInvocationMocker(): void; + + public function expects(InvocationOrder $matcher): InvocationMockerBuilder + { + return $this->__phpunit_getInvocationHandler()->expects($matcher); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/ProxiedCloneMethod.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/ProxiedCloneMethod.php new file mode 100644 index 00000000..ae0dbc78 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/ProxiedCloneMethod.php @@ -0,0 +1,23 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\MockObject; + +/** + * @internal This trait is not covered by the backward compatibility promise for PHPUnit + */ +trait ProxiedCloneMethod +{ + public function __clone(): void + { + $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationHandler(); + + parent::__clone(); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/StubApi.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/StubApi.php new file mode 100644 index 00000000..64bed690 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/StubApi.php @@ -0,0 +1,54 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\MockObject; + +/** + * @internal This trait is not covered by the backward compatibility promise for PHPUnit + */ +trait StubApi +{ + /** + * @psalm-var list + */ + private static array $__phpunit_configurableMethods; + private bool $__phpunit_returnValueGeneration = true; + private ?InvocationHandler $__phpunit_invocationMocker = null; + + /** @noinspection MagicMethodsValidityInspection */ + public static function __phpunit_initConfigurableMethods(ConfigurableMethod ...$configurableMethods): void + { + static::$__phpunit_configurableMethods = $configurableMethods; + } + + /** @noinspection MagicMethodsValidityInspection */ + public function __phpunit_setReturnValueGeneration(bool $returnValueGeneration): void + { + $this->__phpunit_returnValueGeneration = $returnValueGeneration; + } + + /** @noinspection MagicMethodsValidityInspection */ + public function __phpunit_getInvocationHandler(): InvocationHandler + { + if ($this->__phpunit_invocationMocker === null) { + $this->__phpunit_invocationMocker = new InvocationHandler( + static::$__phpunit_configurableMethods, + $this->__phpunit_returnValueGeneration, + ); + } + + return $this->__phpunit_invocationMocker; + } + + /** @noinspection MagicMethodsValidityInspection */ + public function __phpunit_unsetInvocationMocker(): void + { + $this->__phpunit_invocationMocker = null; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/Identity.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/Identity.php old mode 100755 new mode 100644 similarity index 85% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/Identity.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/Identity.php index a68bfadf..28c0bc03 --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/Identity.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/Identity.php @@ -18,8 +18,6 @@ interface Identity * Sets the identification of the expectation to $id. * * @note The identifier is unique per mock object. - * - * @param string $id unique identification of expectation */ - public function id($id); + public function id(string $id): self; } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationMocker.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/InvocationMocker.php old mode 100755 new mode 100644 similarity index 73% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationMocker.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/InvocationMocker.php index 626c33a7..f7d1d168 --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/InvocationMocker.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/InvocationMocker.php @@ -9,13 +9,15 @@ */ namespace PHPUnit\Framework\MockObject\Builder; +use function array_flip; +use function array_key_exists; use function array_map; use function array_merge; use function count; -use function in_array; use function is_string; use function strtolower; use PHPUnit\Framework\Constraint\Constraint; +use PHPUnit\Framework\InvalidArgumentException; use PHPUnit\Framework\MockObject\ConfigurableMethod; use PHPUnit\Framework\MockObject\IncompatibleReturnValueException; use PHPUnit\Framework\MockObject\InvocationHandler; @@ -42,20 +44,18 @@ use Throwable; */ final class InvocationMocker implements InvocationStubber, MethodNameMatch { - /** - * @var InvocationHandler - */ - private $invocationHandler; + private readonly InvocationHandler $invocationHandler; + private readonly Matcher $matcher; /** - * @var Matcher + * @psalm-var list */ - private $matcher; + private readonly array $configurableMethods; /** - * @var ConfigurableMethod[] + * @psalm-var ?array */ - private $configurableMethods; + private ?array $configurableMethodNames = null; public function __construct(InvocationHandler $handler, Matcher $matcher, ConfigurableMethod ...$configurableMethods) { @@ -69,7 +69,7 @@ final class InvocationMocker implements InvocationStubber, MethodNameMatch * * @return $this */ - public function id($id): self + public function id(string $id): self { $this->invocationHandler->registerMatcher($id, $this->matcher); @@ -87,29 +87,28 @@ final class InvocationMocker implements InvocationStubber, MethodNameMatch } /** - * @param mixed $value - * @param mixed[] $nextValues - * * @throws IncompatibleReturnValueException */ - public function willReturn($value, ...$nextValues): self + public function willReturn(mixed $value, mixed ...$nextValues): self { if (count($nextValues) === 0) { $this->ensureTypeOfReturnValues([$value]); $stub = $value instanceof Stub ? $value : new ReturnStub($value); - } else { - $values = array_merge([$value], $nextValues); - - $this->ensureTypeOfReturnValues($values); - $stub = new ConsecutiveCalls($values); + return $this->will($stub); } + $values = array_merge([$value], $nextValues); + + $this->ensureTypeOfReturnValues($values); + + $stub = new ConsecutiveCalls($values); + return $this->will($stub); } - public function willReturnReference(&$reference): self + public function willReturnReference(mixed &$reference): self { $stub = new ReturnReference($reference); @@ -123,14 +122,14 @@ final class InvocationMocker implements InvocationStubber, MethodNameMatch return $this->will($stub); } - public function willReturnArgument($argumentIndex): self + public function willReturnArgument(int $argumentIndex): self { $stub = new ReturnArgument($argumentIndex); return $this->will($stub); } - public function willReturnCallback($callback): self + public function willReturnCallback(callable $callback): self { $stub = new ReturnCallback($callback); @@ -144,7 +143,7 @@ final class InvocationMocker implements InvocationStubber, MethodNameMatch return $this->will($stub); } - public function willReturnOnConsecutiveCalls(...$values): self + public function willReturnOnConsecutiveCalls(mixed ...$values): self { $stub = new ConsecutiveCalls($values); @@ -161,7 +160,7 @@ final class InvocationMocker implements InvocationStubber, MethodNameMatch /** * @return $this */ - public function after($id): self + public function after(string $id): self { $this->matcher->setAfterMatchBuilderId($id); @@ -169,15 +168,13 @@ final class InvocationMocker implements InvocationStubber, MethodNameMatch } /** - * @param mixed[] $arguments - * * @throws \PHPUnit\Framework\Exception * @throws MethodNameNotConfiguredException * @throws MethodParametersAlreadyConfiguredException * * @return $this */ - public function with(...$arguments): self + public function with(mixed ...$arguments): self { $this->ensureParametersCanBeConfigured(); @@ -186,26 +183,6 @@ final class InvocationMocker implements InvocationStubber, MethodNameMatch return $this; } - /** - * @param array ...$arguments - * - * @throws \PHPUnit\Framework\Exception - * @throws MethodNameNotConfiguredException - * @throws MethodParametersAlreadyConfiguredException - * - * @return $this - * - * @deprecated - */ - public function withConsecutive(...$arguments): self - { - $this->ensureParametersCanBeConfigured(); - - $this->matcher->setParametersRule(new Rule\ConsecutiveParameters($arguments)); - - return $this; - } - /** * @throws MethodNameNotConfiguredException * @throws MethodParametersAlreadyConfiguredException @@ -222,30 +199,29 @@ final class InvocationMocker implements InvocationStubber, MethodNameMatch } /** - * @param Constraint|string $constraint - * - * @throws \PHPUnit\Framework\InvalidArgumentException + * @throws InvalidArgumentException * @throws MethodCannotBeConfiguredException * @throws MethodNameAlreadyConfiguredException * * @return $this */ - public function method($constraint): self + public function method(Constraint|string $constraint): self { if ($this->matcher->hasMethodNameRule()) { throw new MethodNameAlreadyConfiguredException; } - $configurableMethodNames = array_map( - static function (ConfigurableMethod $configurable) - { - return strtolower($configurable->getName()); - }, - $this->configurableMethods, - ); + if (is_string($constraint)) { + $this->configurableMethodNames ??= array_flip( + array_map( + static fn (ConfigurableMethod $configurable) => strtolower($configurable->name()), + $this->configurableMethods, + ), + ); - if (is_string($constraint) && !in_array(strtolower($constraint), $configurableMethodNames, true)) { - throw new MethodCannotBeConfiguredException($constraint); + if (!array_key_exists(strtolower($constraint), $this->configurableMethodNames)) { + throw new MethodCannotBeConfiguredException($constraint); + } } $this->matcher->setMethodNameRule(new Rule\MethodName($constraint)); @@ -268,12 +244,12 @@ final class InvocationMocker implements InvocationStubber, MethodNameMatch } } - private function getConfiguredMethod(): ?ConfigurableMethod + private function configuredMethod(): ?ConfigurableMethod { $configuredMethod = null; foreach ($this->configurableMethods as $configurableMethod) { - if ($this->matcher->getMethodNameRule()->matchesName($configurableMethod->getName())) { + if ($this->matcher->methodNameRule()->matchesName($configurableMethod->name())) { if ($configuredMethod !== null) { return null; } @@ -290,7 +266,7 @@ final class InvocationMocker implements InvocationStubber, MethodNameMatch */ private function ensureTypeOfReturnValues(array $values): void { - $configuredMethod = $this->getConfiguredMethod(); + $configuredMethod = $this->configuredMethod(); if ($configuredMethod === null) { return; diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/InvocationStubber.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/InvocationStubber.php new file mode 100644 index 00000000..9918b77f --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/InvocationStubber.php @@ -0,0 +1,40 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\MockObject\Builder; + +use PHPUnit\Framework\MockObject\Stub\Stub; +use Throwable; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface InvocationStubber +{ + public function will(Stub $stub): Identity; + + public function willReturn(mixed $value, mixed ...$nextValues): self; + + public function willReturnReference(mixed &$reference): self; + + /** + * @psalm-param array> $valueMap + */ + public function willReturnMap(array $valueMap): self; + + public function willReturnArgument(int $argumentIndex): self; + + public function willReturnCallback(callable $callback): self; + + public function willReturnSelf(): self; + + public function willReturnOnConsecutiveCalls(mixed ...$values): self; + + public function willThrowException(Throwable $exception): self; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/MethodNameMatch.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/MethodNameMatch.php old mode 100755 new mode 100644 similarity index 69% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/MethodNameMatch.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/MethodNameMatch.php index 543d596c..46b35e62 --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/MethodNameMatch.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/MethodNameMatch.php @@ -9,6 +9,8 @@ */ namespace PHPUnit\Framework\MockObject\Builder; +use PHPUnit\Framework\Constraint\Constraint; + /** * @internal This class is not covered by the backward compatibility promise for PHPUnit */ @@ -17,10 +19,6 @@ interface MethodNameMatch extends ParametersMatch /** * Adds a new method name match and returns the parameter match object for * further matching possibilities. - * - * @param \PHPUnit\Framework\Constraint\Constraint $constraint Constraint for matching method, if a string is passed it will use the PHPUnit_Framework_Constraint_IsEqual - * - * @return ParametersMatch */ - public function method($constraint); + public function method(Constraint|string $constraint): self; } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/ParametersMatch.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/ParametersMatch.php old mode 100755 new mode 100644 similarity index 80% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/ParametersMatch.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/ParametersMatch.php index 707d8255..656d21b2 --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/ParametersMatch.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/ParametersMatch.php @@ -16,13 +16,8 @@ interface ParametersMatch extends Stub { /** * Defines the expectation which must occur before the current is valid. - * - * @param string $id the identification of the expectation that should - * occur before this one - * - * @return Stub */ - public function after($id); + public function after(string $id): Stub; /** * Sets the parameters to match for, each parameter to this function will @@ -38,10 +33,8 @@ interface ParametersMatch extends Stub * // match first parameter with value 'smock' and second identical to 42 * $b->with('smock', new PHPUnit\Framework\Constraint\IsEqual(42)); * - * - * @return ParametersMatch */ - public function with(...$arguments); + public function with(mixed ...$arguments): self; /** * Sets a rule which allows any kind of parameters. @@ -51,8 +44,6 @@ interface ParametersMatch extends Stub * // match any number of parameters * $b->withAnyParameters(); * - * - * @return ParametersMatch */ - public function withAnyParameters(); + public function withAnyParameters(): self; } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/Stub.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/Stub.php old mode 100755 new mode 100644 similarity index 100% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Builder/Stub.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Builder/Stub.php diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/MockObject.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Interface/MockObject.php old mode 100755 new mode 100644 similarity index 56% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/MockObject.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Interface/MockObject.php index 094decf4..4096d73f --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/MockObject.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Interface/MockObject.php @@ -9,19 +9,15 @@ */ namespace PHPUnit\Framework\MockObject; -use PHPUnit\Framework\MockObject\Builder\InvocationMocker as BuilderInvocationMocker; +use PHPUnit\Framework\MockObject\Builder\InvocationMocker; use PHPUnit\Framework\MockObject\Rule\InvocationOrder; /** - * @method BuilderInvocationMocker method($constraint) + * @method InvocationMocker method($constraint) * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit */ interface MockObject extends Stub { - public function __phpunit_setOriginalObject($originalObject): void; - - public function __phpunit_verify(bool $unsetInvocationMocker = true): void; - - public function expects(InvocationOrder $invocationRule): BuilderInvocationMocker; + public function expects(InvocationOrder $invocationRule): InvocationMocker; } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Interface/MockObjectInternal.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Interface/MockObjectInternal.php new file mode 100644 index 00000000..bb84ffac --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Interface/MockObjectInternal.php @@ -0,0 +1,22 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\MockObject; + +/** + * @internal This interface is not covered by the backward compatibility promise for PHPUnit + */ +interface MockObjectInternal extends MockObject, StubInternal +{ + public function __phpunit_hasMatchers(): bool; + + public function __phpunit_setOriginalObject(object $originalObject): void; + + public function __phpunit_verify(bool $unsetInvocationMocker = true): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Stub.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Interface/Stub.php old mode 100755 new mode 100644 similarity index 71% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Stub.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Interface/Stub.php index 2b032e2d..96f84d23 --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Stub.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Interface/Stub.php @@ -18,9 +18,4 @@ use PHPUnit\Framework\MockObject\Builder\InvocationStubber; */ interface Stub { - public function __phpunit_getInvocationHandler(): InvocationHandler; - - public function __phpunit_hasMatchers(): bool; - - public function __phpunit_setReturnValueGeneration(bool $returnValueGeneration): void; } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Interface/StubInternal.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Interface/StubInternal.php new file mode 100644 index 00000000..79cc6a27 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Interface/StubInternal.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\MockObject; + +/** + * @internal This interface is not covered by the backward compatibility promise for PHPUnit + */ +interface StubInternal extends Stub +{ + public static function __phpunit_initConfigurableMethods(ConfigurableMethod ...$configurableMethods): void; + + public function __phpunit_getInvocationHandler(): InvocationHandler; + + public function __phpunit_setReturnValueGeneration(bool $returnValueGeneration): void; + + public function __phpunit_unsetInvocationMocker(): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Invocation.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Invocation.php new file mode 100644 index 00000000..e3dbefd4 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Invocation.php @@ -0,0 +1,150 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\MockObject; + +use function array_map; +use function implode; +use function is_object; +use function sprintf; +use function str_starts_with; +use function strtolower; +use function substr; +use PHPUnit\Framework\SelfDescribing; +use PHPUnit\Util\Cloner; +use SebastianBergmann\Exporter\Exporter; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class Invocation implements SelfDescribing +{ + /** + * @psalm-var class-string + */ + private readonly string $className; + + /** + * @psalm-var non-empty-string + */ + private readonly string $methodName; + private readonly array $parameters; + private readonly string $returnType; + private readonly bool $isReturnTypeNullable; + private readonly bool $proxiedCall; + private readonly MockObjectInternal|StubInternal $object; + + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + */ + public function __construct(string $className, string $methodName, array $parameters, string $returnType, MockObjectInternal|StubInternal $object, bool $cloneObjects = false, bool $proxiedCall = false) + { + $this->className = $className; + $this->methodName = $methodName; + $this->object = $object; + $this->proxiedCall = $proxiedCall; + + if (strtolower($methodName) === '__tostring') { + $returnType = 'string'; + } + + if (str_starts_with($returnType, '?')) { + $returnType = substr($returnType, 1); + $this->isReturnTypeNullable = true; + } else { + $this->isReturnTypeNullable = false; + } + + $this->returnType = $returnType; + + if (!$cloneObjects) { + $this->parameters = $parameters; + + return; + } + + foreach ($parameters as $key => $value) { + if (is_object($value)) { + $parameters[$key] = Cloner::clone($value); + } + } + + $this->parameters = $parameters; + } + + /** + * @psalm-return class-string + */ + public function className(): string + { + return $this->className; + } + + /** + * @psalm-return non-empty-string + */ + public function methodName(): string + { + return $this->methodName; + } + + public function parameters(): array + { + return $this->parameters; + } + + /** + * @throws Exception + */ + public function generateReturnValue(): mixed + { + if ($this->returnType === 'never') { + throw new NeverReturningMethodException( + $this->className, + $this->methodName, + ); + } + + if ($this->isReturnTypeNullable || $this->proxiedCall) { + return null; + } + + return (new ReturnValueGenerator)->generate( + $this->className, + $this->methodName, + $this->object::class, + $this->returnType, + ); + } + + public function toString(): string + { + $exporter = new Exporter; + + return sprintf( + '%s::%s(%s)%s', + $this->className, + $this->methodName, + implode( + ', ', + array_map( + [$exporter, 'shortenedExport'], + $this->parameters, + ), + ), + $this->returnType ? sprintf(': %s', $this->returnType) : '', + ); + } + + public function object(): MockObjectInternal|StubInternal + { + return $this->object; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/InvocationHandler.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/InvocationHandler.php old mode 100755 new mode 100644 similarity index 71% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/InvocationHandler.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/InvocationHandler.php index f8ee16e0..45baebbb --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/InvocationHandler.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/InvocationHandler.php @@ -21,30 +21,24 @@ use Throwable; final class InvocationHandler { /** - * @var Matcher[] + * @psalm-var list */ - private $matchers = []; + private array $matchers = []; /** - * @var Matcher[] + * @psalm-var array */ - private $matcherMap = []; + private array $matcherMap = []; /** - * @var ConfigurableMethod[] + * @psalm-var list */ - private $configurableMethods; + private readonly array $configurableMethods; + private readonly bool $returnValueGeneration; /** - * @var bool + * @psalm-param list $configurableMethods */ - private $returnValueGeneration; - - /** - * @var Throwable - */ - private $deferredError; - public function __construct(array $configurableMethods, bool $returnValueGeneration) { $this->configurableMethods = $configurableMethods; @@ -64,25 +58,16 @@ final class InvocationHandler /** * Looks up the match builder with identification $id and returns it. - * - * @param string $id The identification of the match builder */ public function lookupMatcher(string $id): ?Matcher { - if (isset($this->matcherMap[$id])) { - return $this->matcherMap[$id]; - } - - return null; + return $this->matcherMap[$id] ?? null; } /** * Registers a matcher with the identification $id. The matcher can later be * looked up using lookupMatcher() to figure out if it has been invoked. * - * @param string $id The identification of the matcher - * @param Matcher $matcher The builder which is being registered - * * @throws MatcherAlreadyRegisteredException */ public function registerMatcher(string $id, Matcher $matcher): void @@ -107,10 +92,10 @@ final class InvocationHandler } /** + * @throws \PHPUnit\Framework\MockObject\Exception * @throws Exception - * @throws RuntimeException */ - public function invoke(Invocation $invocation) + public function invoke(Invocation $invocation): mixed { $exception = null; $hasReturnValue = false; @@ -140,31 +125,16 @@ final class InvocationHandler } if (!$this->returnValueGeneration) { - $exception = new ReturnValueNotConfiguredException($invocation); - - if (strtolower($invocation->getMethodName()) === '__tostring') { - $this->deferredError = $exception; - + if (strtolower($invocation->methodName()) === '__tostring') { return ''; } - throw $exception; + throw new ReturnValueNotConfiguredException($invocation); } return $invocation->generateReturnValue(); } - public function matches(Invocation $invocation): bool - { - foreach ($this->matchers as $matcher) { - if (!$matcher->matches($invocation)) { - return false; - } - } - - return true; - } - /** * @throws Throwable */ @@ -173,10 +143,6 @@ final class InvocationHandler foreach ($this->matchers as $matcher) { $matcher->verify(); } - - if ($this->deferredError) { - throw $this->deferredError; - } } private function addMatcher(Matcher $matcher): void diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Matcher.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Matcher.php old mode 100755 new mode 100644 similarity index 74% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Matcher.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Matcher.php index a8ebe14f..f53c1d9f --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Matcher.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Matcher.php @@ -9,8 +9,6 @@ */ namespace PHPUnit\Framework\MockObject; -use function assert; -use function implode; use function sprintf; use PHPUnit\Framework\ExpectationFailedException; use PHPUnit\Framework\MockObject\Rule\AnyInvokedCount; @@ -21,42 +19,18 @@ use PHPUnit\Framework\MockObject\Rule\InvokedCount; use PHPUnit\Framework\MockObject\Rule\MethodName; use PHPUnit\Framework\MockObject\Rule\ParametersRule; use PHPUnit\Framework\MockObject\Stub\Stub; -use PHPUnit\Framework\TestFailure; +use PHPUnit\Util\ThrowableToStringMapper; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Matcher { - /** - * @var InvocationOrder - */ - private $invocationRule; - - /** - * @var mixed - */ - private $afterMatchBuilderId; - - /** - * @var bool - */ - private $afterMatchBuilderIsInvoked = false; - - /** - * @var MethodName - */ - private $methodNameRule; - - /** - * @var ParametersRule - */ - private $parametersRule; - - /** - * @var Stub - */ - private $stub; + private readonly InvocationOrder $invocationRule; + private ?string $afterMatchBuilderId = null; + private ?MethodName $methodNameRule = null; + private ?ParametersRule $parametersRule = null; + private ?Stub $stub = null; public function __construct(InvocationOrder $rule) { @@ -73,7 +47,7 @@ final class Matcher return $this->methodNameRule !== null; } - public function getMethodNameRule(): MethodName + public function methodNameRule(): MethodName { return $this->methodNameRule; } @@ -104,39 +78,32 @@ final class Matcher } /** + * @throws Exception * @throws ExpectationFailedException * @throws MatchBuilderNotFoundException * @throws MethodNameNotConfiguredException * @throws RuntimeException */ - public function invoked(Invocation $invocation) + public function invoked(Invocation $invocation): mixed { if ($this->methodNameRule === null) { throw new MethodNameNotConfiguredException; } if ($this->afterMatchBuilderId !== null) { - $matcher = $invocation->getObject() + $matcher = $invocation->object() ->__phpunit_getInvocationHandler() ->lookupMatcher($this->afterMatchBuilderId); if (!$matcher) { throw new MatchBuilderNotFoundException($this->afterMatchBuilderId); } - - assert($matcher instanceof self); - - if ($matcher->invocationRule->hasBeenInvoked()) { - $this->afterMatchBuilderIsInvoked = true; - } } $this->invocationRule->invoked($invocation); try { - if ($this->parametersRule !== null) { - $this->parametersRule->apply($invocation); - } + $this->parametersRule?->apply($invocation); } catch (ExpectationFailedException $e) { throw new ExpectationFailedException( sprintf( @@ -157,7 +124,6 @@ final class Matcher } /** - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException * @throws MatchBuilderNotFoundException * @throws MethodNameNotConfiguredException @@ -166,7 +132,7 @@ final class Matcher public function matches(Invocation $invocation): bool { if ($this->afterMatchBuilderId !== null) { - $matcher = $invocation->getObject() + $matcher = $invocation->object() ->__phpunit_getInvocationHandler() ->lookupMatcher($this->afterMatchBuilderId); @@ -174,8 +140,6 @@ final class Matcher throw new MatchBuilderNotFoundException($this->afterMatchBuilderId); } - assert($matcher instanceof self); - if (!$matcher->invocationRule->hasBeenInvoked()) { return false; } @@ -209,7 +173,6 @@ final class Matcher } /** - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException * @throws MethodNameNotConfiguredException */ @@ -239,36 +202,9 @@ final class Matcher "Expectation failed for %s when %s.\n%s", $this->methodNameRule->toString(), $this->invocationRule->toString(), - TestFailure::exceptionToString($e), + ThrowableToStringMapper::map($e), ), ); } } - - public function toString(): string - { - $list = []; - - if ($this->invocationRule !== null) { - $list[] = $this->invocationRule->toString(); - } - - if ($this->methodNameRule !== null) { - $list[] = 'where ' . $this->methodNameRule->toString(); - } - - if ($this->parametersRule !== null) { - $list[] = 'and ' . $this->parametersRule->toString(); - } - - if ($this->afterMatchBuilderId !== null) { - $list[] = 'after ' . $this->afterMatchBuilderId; - } - - if ($this->stub !== null) { - $list[] = 'will ' . $this->stub->toString(); - } - - return implode(' ', $list); - } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/MethodNameConstraint.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/MethodNameConstraint.php old mode 100755 new mode 100644 similarity index 74% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/MethodNameConstraint.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/MethodNameConstraint.php index e5c955d3..450331ec --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/MethodNameConstraint.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/MethodNameConstraint.php @@ -9,7 +9,6 @@ */ namespace PHPUnit\Framework\MockObject; -use function is_string; use function sprintf; use function strtolower; use PHPUnit\Framework\Constraint\Constraint; @@ -19,10 +18,7 @@ use PHPUnit\Framework\Constraint\Constraint; */ final class MethodNameConstraint extends Constraint { - /** - * @var string - */ - private $methodName; + private readonly string $methodName; public function __construct(string $methodName) { @@ -37,12 +33,8 @@ final class MethodNameConstraint extends Constraint ); } - protected function matches($other): bool + protected function matches(mixed $other): bool { - if (!is_string($other)) { - return false; - } - - return strtolower($this->methodName) === strtolower($other); + return strtolower($this->methodName) === strtolower((string) $other); } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/ReturnValueGenerator.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/ReturnValueGenerator.php new file mode 100644 index 00000000..8338d425 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/ReturnValueGenerator.php @@ -0,0 +1,242 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\MockObject; + +use function array_keys; +use function array_map; +use function explode; +use function in_array; +use function interface_exists; +use function sprintf; +use function str_contains; +use function str_ends_with; +use function str_starts_with; +use function substr; +use PHPUnit\Framework\MockObject\Generator\Generator; +use ReflectionClass; +use stdClass; +use Throwable; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class ReturnValueGenerator +{ + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + * @psalm-param class-string $stubClassName + * + * @throws Exception + */ + public function generate(string $className, string $methodName, string $stubClassName, string $returnType): mixed + { + $intersection = false; + $union = false; + + if (str_contains($returnType, '|')) { + $types = explode('|', $returnType); + $union = true; + + foreach (array_keys($types) as $key) { + if (str_starts_with($types[$key], '(') && str_ends_with($types[$key], ')')) { + $types[$key] = substr($types[$key], 1, -1); + } + } + } elseif (str_contains($returnType, '&')) { + $types = explode('&', $returnType); + $intersection = true; + } else { + $types = [$returnType]; + } + + $types = array_map('strtolower', $types); + + if (!$intersection) { + if (in_array('', $types, true) || + in_array('null', $types, true) || + in_array('mixed', $types, true) || + in_array('void', $types, true)) { + return null; + } + + if (in_array('true', $types, true)) { + return true; + } + + if (in_array('false', $types, true) || + in_array('bool', $types, true)) { + return false; + } + + if (in_array('float', $types, true)) { + return 0.0; + } + + if (in_array('int', $types, true)) { + return 0; + } + + if (in_array('string', $types, true)) { + return ''; + } + + if (in_array('array', $types, true)) { + return []; + } + + if (in_array('static', $types, true)) { + return $this->newInstanceOf($stubClassName, $className, $methodName); + } + + if (in_array('object', $types, true)) { + return new stdClass; + } + + if (in_array('callable', $types, true) || + in_array('closure', $types, true)) { + return static function (): void + { + }; + } + + if (in_array('traversable', $types, true) || + in_array('generator', $types, true) || + in_array('iterable', $types, true)) { + $generator = static function (): \Generator + { + yield from []; + }; + + return $generator(); + } + + if (!$union) { + return $this->testDoubleFor($returnType, $className, $methodName); + } + } + + if ($union) { + foreach ($types as $type) { + if (str_contains($type, '&')) { + $_types = explode('&', $type); + + if ($this->onlyInterfaces($_types)) { + return $this->testDoubleForIntersectionOfInterfaces($_types, $className, $methodName); + } + } + } + } + + if ($intersection && $this->onlyInterfaces($types)) { + return $this->testDoubleForIntersectionOfInterfaces($types, $className, $methodName); + } + + $reason = ''; + + if ($union) { + $reason = ' because the declared return type is a union'; + } elseif ($intersection) { + $reason = ' because the declared return type is an intersection'; + } + + throw new RuntimeException( + sprintf( + 'Return value for %s::%s() cannot be generated%s, please configure a return value for this method', + $className, + $methodName, + $reason, + ), + ); + } + + /** + * @psalm-param non-empty-list $types + */ + private function onlyInterfaces(array $types): bool + { + foreach ($types as $type) { + if (!interface_exists($type)) { + return false; + } + } + + return true; + } + + /** + * @psalm-param class-string $stubClassName + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + * + * @throws RuntimeException + */ + private function newInstanceOf(string $stubClassName, string $className, string $methodName): MockObject + { + try { + return (new ReflectionClass($stubClassName))->newInstanceWithoutConstructor(); + } catch (Throwable $t) { + throw new RuntimeException( + sprintf( + 'Return value for %s::%s() cannot be generated: %s', + $className, + $methodName, + $t->getMessage(), + ), + ); + } + } + + /** + * @psalm-param class-string $type + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + * + * @throws RuntimeException + */ + private function testDoubleFor(string $type, string $className, string $methodName): Stub + { + try { + return (new Generator)->testDouble($type, false, [], [], '', false); + } catch (Throwable $t) { + throw new RuntimeException( + sprintf( + 'Return value for %s::%s() cannot be generated: %s', + $className, + $methodName, + $t->getMessage(), + ), + ); + } + } + + /** + * @psalm-param non-empty-list $types + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + * + * @throws RuntimeException + */ + private function testDoubleForIntersectionOfInterfaces(array $types, string $className, string $methodName): Stub + { + try { + return (new Generator)->testDoubleForInterfaceIntersection($types, false); + } catch (Throwable $t) { + throw new RuntimeException( + sprintf( + 'Return value for %s::%s() cannot be generated: %s', + $className, + $methodName, + $t->getMessage(), + ), + ); + } + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/AnyInvokedCount.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/AnyInvokedCount.php old mode 100755 new mode 100644 similarity index 90% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/AnyInvokedCount.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/AnyInvokedCount.php index f93e5686..1dd52081 --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/AnyInvokedCount.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/AnyInvokedCount.php @@ -29,8 +29,4 @@ final class AnyInvokedCount extends InvocationOrder { return true; } - - protected function invokedDo(BaseInvocation $invocation): void - { - } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/AnyParameters.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/AnyParameters.php old mode 100755 new mode 100644 similarity index 87% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/AnyParameters.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/AnyParameters.php index 61de7887..75232027 --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/AnyParameters.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/AnyParameters.php @@ -16,11 +16,6 @@ use PHPUnit\Framework\MockObject\Invocation as BaseInvocation; */ final class AnyParameters implements ParametersRule { - public function toString(): string - { - return 'with any parameters'; - } - public function apply(BaseInvocation $invocation): void { } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvocationOrder.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/InvocationOrder.php old mode 100755 new mode 100644 similarity index 66% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvocationOrder.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/InvocationOrder.php index 90aa4935..2d7a7d25 --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvocationOrder.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/InvocationOrder.php @@ -11,20 +11,19 @@ namespace PHPUnit\Framework\MockObject\Rule; use function count; use PHPUnit\Framework\MockObject\Invocation as BaseInvocation; -use PHPUnit\Framework\MockObject\Verifiable; use PHPUnit\Framework\SelfDescribing; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit */ -abstract class InvocationOrder implements SelfDescribing, Verifiable +abstract class InvocationOrder implements SelfDescribing { /** - * @var BaseInvocation[] + * @psalm-var list */ - private $invocations = []; + private array $invocations = []; - public function getInvocationCount(): int + public function numberOfInvocations(): int { return count($this->invocations); } @@ -34,14 +33,18 @@ abstract class InvocationOrder implements SelfDescribing, Verifiable return count($this->invocations) > 0; } - final public function invoked(BaseInvocation $invocation) + final public function invoked(BaseInvocation $invocation): void { $this->invocations[] = $invocation; - return $this->invokedDo($invocation); + $this->invokedDo($invocation); } abstract public function matches(BaseInvocation $invocation): bool; - abstract protected function invokedDo(BaseInvocation $invocation); + abstract public function verify(): void; + + protected function invokedDo(BaseInvocation $invocation): void + { + } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastCount.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/InvokedAtLeastCount.php old mode 100755 new mode 100644 similarity index 59% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastCount.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/InvokedAtLeastCount.php index afc880e1..d6d251bd --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastCount.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/InvokedAtLeastCount.php @@ -9,6 +9,7 @@ */ namespace PHPUnit\Framework\MockObject\Rule; +use function sprintf; use PHPUnit\Framework\ExpectationFailedException; use PHPUnit\Framework\MockObject\Invocation as BaseInvocation; @@ -17,22 +18,20 @@ use PHPUnit\Framework\MockObject\Invocation as BaseInvocation; */ final class InvokedAtLeastCount extends InvocationOrder { - /** - * @var int - */ - private $requiredInvocations; + private readonly int $requiredInvocations; - /** - * @param int $requiredInvocations - */ - public function __construct($requiredInvocations) + public function __construct(int $requiredInvocations) { $this->requiredInvocations = $requiredInvocations; } public function toString(): string { - return 'invoked at least ' . $this->requiredInvocations . ' times'; + return sprintf( + 'invoked at least %d time%s', + $this->requiredInvocations, + $this->requiredInvocations !== 1 ? 's' : '', + ); } /** @@ -43,12 +42,17 @@ final class InvokedAtLeastCount extends InvocationOrder */ public function verify(): void { - $count = $this->getInvocationCount(); + $actualInvocations = $this->numberOfInvocations(); - if ($count < $this->requiredInvocations) { + if ($actualInvocations < $this->requiredInvocations) { throw new ExpectationFailedException( - 'Expected invocation at least ' . $this->requiredInvocations . - ' times but it occurred ' . $count . ' time(s).', + sprintf( + 'Expected invocation at least %d time%s but it occurred %d time%s.', + $this->requiredInvocations, + $this->requiredInvocations !== 1 ? 's' : '', + $actualInvocations, + $actualInvocations !== 1 ? 's' : '', + ), ); } } @@ -57,8 +61,4 @@ final class InvokedAtLeastCount extends InvocationOrder { return true; } - - protected function invokedDo(BaseInvocation $invocation): void - { - } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastOnce.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/InvokedAtLeastOnce.php old mode 100755 new mode 100644 similarity index 90% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastOnce.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/InvokedAtLeastOnce.php index 645ed309..efe51838 --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtLeastOnce.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/InvokedAtLeastOnce.php @@ -30,7 +30,7 @@ final class InvokedAtLeastOnce extends InvocationOrder */ public function verify(): void { - $count = $this->getInvocationCount(); + $count = $this->numberOfInvocations(); if ($count < 1) { throw new ExpectationFailedException( @@ -43,8 +43,4 @@ final class InvokedAtLeastOnce extends InvocationOrder { return true; } - - protected function invokedDo(BaseInvocation $invocation): void - { - } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtMostCount.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/InvokedAtMostCount.php old mode 100755 new mode 100644 similarity index 59% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtMostCount.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/InvokedAtMostCount.php index df81a613..64ed9403 --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedAtMostCount.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/InvokedAtMostCount.php @@ -9,6 +9,7 @@ */ namespace PHPUnit\Framework\MockObject\Rule; +use function sprintf; use PHPUnit\Framework\ExpectationFailedException; use PHPUnit\Framework\MockObject\Invocation as BaseInvocation; @@ -17,22 +18,20 @@ use PHPUnit\Framework\MockObject\Invocation as BaseInvocation; */ final class InvokedAtMostCount extends InvocationOrder { - /** - * @var int - */ - private $allowedInvocations; + private readonly int $allowedInvocations; - /** - * @param int $allowedInvocations - */ - public function __construct($allowedInvocations) + public function __construct(int $allowedInvocations) { $this->allowedInvocations = $allowedInvocations; } public function toString(): string { - return 'invoked at most ' . $this->allowedInvocations . ' times'; + return sprintf( + 'invoked at most %d time%s', + $this->allowedInvocations, + $this->allowedInvocations !== 1 ? 's' : '', + ); } /** @@ -43,12 +42,17 @@ final class InvokedAtMostCount extends InvocationOrder */ public function verify(): void { - $count = $this->getInvocationCount(); + $actualInvocations = $this->numberOfInvocations(); - if ($count > $this->allowedInvocations) { + if ($actualInvocations > $this->allowedInvocations) { throw new ExpectationFailedException( - 'Expected invocation at most ' . $this->allowedInvocations . - ' times but it occurred ' . $count . ' time(s).', + sprintf( + 'Expected invocation at most %d time%s but it occurred %d time%s.', + $this->allowedInvocations, + $this->allowedInvocations !== 1 ? 's' : '', + $actualInvocations, + $actualInvocations !== 1 ? 's' : '', + ), ); } } @@ -57,8 +61,4 @@ final class InvokedAtMostCount extends InvocationOrder { return true; } - - protected function invokedDo(BaseInvocation $invocation): void - { - } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedCount.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/InvokedCount.php old mode 100755 new mode 100644 similarity index 61% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedCount.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/InvokedCount.php index a962118e..638317ca --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/InvokedCount.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/InvokedCount.php @@ -18,15 +18,9 @@ use PHPUnit\Framework\MockObject\Invocation as BaseInvocation; */ final class InvokedCount extends InvocationOrder { - /** - * @var int - */ - private $expectedCount; + private readonly int $expectedCount; - /** - * @param int $expectedCount - */ - public function __construct($expectedCount) + public function __construct(int $expectedCount) { $this->expectedCount = $expectedCount; } @@ -38,7 +32,11 @@ final class InvokedCount extends InvocationOrder public function toString(): string { - return 'invoked ' . $this->expectedCount . ' time(s)'; + return sprintf( + 'invoked %d time%s', + $this->expectedCount, + $this->expectedCount !== 1 ? 's' : '', + ); } public function matches(BaseInvocation $invocation): bool @@ -54,15 +52,16 @@ final class InvokedCount extends InvocationOrder */ public function verify(): void { - $count = $this->getInvocationCount(); + $actualCount = $this->numberOfInvocations(); - if ($count !== $this->expectedCount) { + if ($actualCount !== $this->expectedCount) { throw new ExpectationFailedException( sprintf( - 'Method was expected to be called %d times, ' . - 'actually called %d times.', + 'Method was expected to be called %d time%s, actually called %d time%s.', $this->expectedCount, - $count, + $this->expectedCount !== 1 ? 's' : '', + $actualCount, + $actualCount !== 1 ? 's' : '', ), ); } @@ -73,28 +72,19 @@ final class InvokedCount extends InvocationOrder */ protected function invokedDo(BaseInvocation $invocation): void { - $count = $this->getInvocationCount(); + $count = $this->numberOfInvocations(); if ($count > $this->expectedCount) { $message = $invocation->toString() . ' '; - switch ($this->expectedCount) { - case 0: - $message .= 'was not expected to be called.'; - - break; - - case 1: - $message .= 'was not expected to be called more than once.'; - - break; - - default: - $message .= sprintf( - 'was not expected to be called more than %d times.', - $this->expectedCount, - ); - } + $message .= match ($this->expectedCount) { + 0 => 'was not expected to be called.', + 1 => 'was not expected to be called more than once.', + default => sprintf( + 'was not expected to be called more than %d times.', + $this->expectedCount, + ), + }; throw new ExpectationFailedException($message); } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/MethodName.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/MethodName.php old mode 100755 new mode 100644 similarity index 71% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/MethodName.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/MethodName.php index 83ba3b8d..3c410128 --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/MethodName.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/MethodName.php @@ -20,26 +20,17 @@ use PHPUnit\Framework\MockObject\MethodNameConstraint; */ final class MethodName { - /** - * @var Constraint - */ - private $constraint; + private readonly Constraint $constraint; /** - * @param Constraint|string $constraint - * * @throws InvalidArgumentException */ - public function __construct($constraint) + public function __construct(Constraint|string $constraint) { if (is_string($constraint)) { $constraint = new MethodNameConstraint($constraint); } - if (!$constraint instanceof Constraint) { - throw InvalidArgumentException::create(1, 'PHPUnit\Framework\Constraint\Constraint object or string'); - } - $this->constraint = $constraint; } @@ -50,16 +41,14 @@ final class MethodName /** * @throws \PHPUnit\Framework\ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException */ public function matches(BaseInvocation $invocation): bool { - return $this->matchesName($invocation->getMethodName()); + return $this->matchesName($invocation->methodName()); } /** * @throws \PHPUnit\Framework\ExpectationFailedException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException */ public function matchesName(string $methodName): bool { diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/Parameters.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/Parameters.php old mode 100755 new mode 100644 similarity index 79% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/Parameters.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/Parameters.php index cb71b271..4119a0ec --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/Parameters.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/Parameters.php @@ -10,7 +10,6 @@ namespace PHPUnit\Framework\MockObject\Rule; use function count; -use function get_class; use function sprintf; use Exception; use PHPUnit\Framework\Constraint\Constraint; @@ -25,19 +24,11 @@ use PHPUnit\Framework\MockObject\Invocation as BaseInvocation; final class Parameters implements ParametersRule { /** - * @var Constraint[] + * @psalm-var list */ - private $parameters = []; - - /** - * @var BaseInvocation - */ - private $invocation; - - /** - * @var bool|ExpectationFailedException - */ - private $parameterVerificationResult; + private array $parameters = []; + private ?BaseInvocation $invocation = null; + private null|bool|ExpectationFailedException $parameterVerificationResult; /** * @throws \PHPUnit\Framework\Exception @@ -55,21 +46,6 @@ final class Parameters implements ParametersRule } } - public function toString(): string - { - $text = 'with parameter'; - - foreach ($this->parameters as $index => $parameter) { - if ($index > 0) { - $text .= ' and'; - } - - $text .= ' ' . $index . ' ' . $parameter->toString(); - } - - return $text; - } - /** * @throws Exception */ @@ -92,7 +68,6 @@ final class Parameters implements ParametersRule * does the rule will get the invoked() method called which should check * if an expectation is met. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ public function verify(): void @@ -101,7 +76,6 @@ final class Parameters implements ParametersRule } /** - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws ExpectationFailedException */ private function doVerify(): bool @@ -114,7 +88,7 @@ final class Parameters implements ParametersRule throw new ExpectationFailedException('Mocked method does not exist.'); } - if (count($this->invocation->getParameters()) < count($this->parameters)) { + if (count($this->invocation->parameters()) < count($this->parameters)) { $message = 'Parameter count for invocation %s is too low.'; // The user called `->with($this->anything())`, but may have meant @@ -122,7 +96,7 @@ final class Parameters implements ParametersRule // // @see https://github.com/sebastianbergmann/phpunit-mock-objects/issues/199 if (count($this->parameters) === 1 && - get_class($this->parameters[0]) === IsAnything::class) { + $this->parameters[0]::class === IsAnything::class) { $message .= "\nTo allow 0 or more parameters with any value, omit ->with() or use ->withAnyParameters() instead."; } @@ -133,7 +107,7 @@ final class Parameters implements ParametersRule foreach ($this->parameters as $i => $parameter) { $parameter->evaluate( - $this->invocation->getParameters()[$i], + $this->invocation->parameters()[$i], sprintf( 'Parameter %s for invocation %s does not match expected ' . 'value.', diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/ParametersRule.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/ParametersRule.php old mode 100755 new mode 100644 similarity index 83% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/ParametersRule.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/ParametersRule.php index 70c47fe3..03cfe2a4 --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Rule/ParametersRule.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Rule/ParametersRule.php @@ -11,13 +11,11 @@ namespace PHPUnit\Framework\MockObject\Rule; use PHPUnit\Framework\ExpectationFailedException; use PHPUnit\Framework\MockObject\Invocation as BaseInvocation; -use PHPUnit\Framework\MockObject\Verifiable; -use PHPUnit\Framework\SelfDescribing; /** * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit */ -interface ParametersRule extends SelfDescribing, Verifiable +interface ParametersRule { /** * @throws ExpectationFailedException if the invocation violates the rule diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ConsecutiveCalls.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ConsecutiveCalls.php old mode 100755 new mode 100644 similarity index 50% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ConsecutiveCalls.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ConsecutiveCalls.php index 8b01656f..155226ee --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ConsecutiveCalls.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ConsecutiveCalls.php @@ -10,48 +10,28 @@ namespace PHPUnit\Framework\MockObject\Stub; use function array_shift; -use function sprintf; use PHPUnit\Framework\MockObject\Invocation; -use SebastianBergmann\Exporter\Exporter; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ConsecutiveCalls implements Stub { - /** - * @var array - */ - private $stack; - - /** - * @var mixed - */ - private $value; + private array $stack; public function __construct(array $stack) { $this->stack = $stack; } - public function invoke(Invocation $invocation) + public function invoke(Invocation $invocation): mixed { - $this->value = array_shift($this->stack); + $value = array_shift($this->stack); - if ($this->value instanceof Stub) { - $this->value = $this->value->invoke($invocation); + if ($value instanceof Stub) { + $value = $value->invoke($invocation); } - return $this->value; - } - - public function toString(): string - { - $exporter = new Exporter; - - return sprintf( - 'return user-specified value %s', - $exporter->export($this->value), - ); + return $value; } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/Exception.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/Exception.php old mode 100755 new mode 100644 similarity index 65% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/Exception.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/Exception.php index aa9074eb..c2b349ca --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/Exception.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/Exception.php @@ -9,9 +9,7 @@ */ namespace PHPUnit\Framework\MockObject\Stub; -use function sprintf; use PHPUnit\Framework\MockObject\Invocation; -use SebastianBergmann\Exporter\Exporter; use Throwable; /** @@ -19,7 +17,7 @@ use Throwable; */ final class Exception implements Stub { - private $exception; + private readonly Throwable $exception; public function __construct(Throwable $exception) { @@ -29,18 +27,8 @@ final class Exception implements Stub /** * @throws Throwable */ - public function invoke(Invocation $invocation): void + public function invoke(Invocation $invocation): never { throw $this->exception; } - - public function toString(): string - { - $exporter = new Exporter; - - return sprintf( - 'raise user-specified exception %s', - $exporter->export($this->exception), - ); - } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnArgument.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnArgument.php old mode 100755 new mode 100644 similarity index 55% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnArgument.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnArgument.php index c7b3f8f4..4b28813c --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnArgument.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnArgument.php @@ -9,7 +9,6 @@ */ namespace PHPUnit\Framework\MockObject\Stub; -use function sprintf; use PHPUnit\Framework\MockObject\Invocation; /** @@ -17,25 +16,15 @@ use PHPUnit\Framework\MockObject\Invocation; */ final class ReturnArgument implements Stub { - /** - * @var int - */ - private $argumentIndex; + private readonly int $argumentIndex; - public function __construct($argumentIndex) + public function __construct(int $argumentIndex) { $this->argumentIndex = $argumentIndex; } - public function invoke(Invocation $invocation) + public function invoke(Invocation $invocation): mixed { - if (isset($invocation->getParameters()[$this->argumentIndex])) { - return $invocation->getParameters()[$this->argumentIndex]; - } - } - - public function toString(): string - { - return sprintf('return argument #%d', $this->argumentIndex); + return $invocation->parameters()[$this->argumentIndex] ?? null; } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnCallback.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnCallback.php new file mode 100644 index 00000000..be4a0151 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnCallback.php @@ -0,0 +1,34 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\MockObject\Stub; + +use function call_user_func_array; +use PHPUnit\Framework\MockObject\Invocation; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class ReturnCallback implements Stub +{ + /** + * @var callable + */ + private $callback; + + public function __construct(callable $callback) + { + $this->callback = $callback; + } + + public function invoke(Invocation $invocation): mixed + { + return call_user_func_array($this->callback, $invocation->parameters()); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnReference.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnReference.php old mode 100755 new mode 100644 similarity index 57% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnReference.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnReference.php index ea2bb735..fd9e34de --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnReference.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnReference.php @@ -9,37 +9,22 @@ */ namespace PHPUnit\Framework\MockObject\Stub; -use function sprintf; use PHPUnit\Framework\MockObject\Invocation; -use SebastianBergmann\Exporter\Exporter; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ReturnReference implements Stub { - /** - * @var mixed - */ - private $reference; + private mixed $reference; - public function __construct(&$reference) + public function __construct(mixed &$reference) { $this->reference = &$reference; } - public function invoke(Invocation $invocation) + public function invoke(Invocation $invocation): mixed { return $this->reference; } - - public function toString(): string - { - $exporter = new Exporter; - - return sprintf( - 'return user-specified reference %s', - $exporter->export($this->reference), - ); - } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnSelf.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnSelf.php old mode 100755 new mode 100644 similarity index 76% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnSelf.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnSelf.php index 6d2137bf..059ef18b --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnSelf.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnSelf.php @@ -20,13 +20,8 @@ final class ReturnSelf implements Stub /** * @throws RuntimeException */ - public function invoke(Invocation $invocation) + public function invoke(Invocation $invocation): object { - return $invocation->getObject(); - } - - public function toString(): string - { - return 'return the current object'; + return $invocation->object(); } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnStub.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnStub.php old mode 100755 new mode 100644 similarity index 57% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnStub.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnStub.php index 4ecbc3b9..d810ceba --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnStub.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnStub.php @@ -9,37 +9,22 @@ */ namespace PHPUnit\Framework\MockObject\Stub; -use function sprintf; use PHPUnit\Framework\MockObject\Invocation; -use SebastianBergmann\Exporter\Exporter; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ReturnStub implements Stub { - /** - * @var mixed - */ - private $value; + private readonly mixed $value; - public function __construct($value) + public function __construct(mixed $value) { $this->value = $value; } - public function invoke(Invocation $invocation) + public function invoke(Invocation $invocation): mixed { return $this->value; } - - public function toString(): string - { - $exporter = new Exporter; - - return sprintf( - 'return user-specified value %s', - $exporter->export($this->value), - ); - } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnValueMap.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnValueMap.php old mode 100755 new mode 100644 similarity index 74% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnValueMap.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnValueMap.php index 5fcd3a09..2cdf1604 --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnValueMap.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/ReturnValueMap.php @@ -19,19 +19,16 @@ use PHPUnit\Framework\MockObject\Invocation; */ final class ReturnValueMap implements Stub { - /** - * @var array - */ - private $valueMap; + private readonly array $valueMap; public function __construct(array $valueMap) { $this->valueMap = $valueMap; } - public function invoke(Invocation $invocation) + public function invoke(Invocation $invocation): mixed { - $parameterCount = count($invocation->getParameters()); + $parameterCount = count($invocation->parameters()); foreach ($this->valueMap as $map) { if (!is_array($map) || $parameterCount !== (count($map) - 1)) { @@ -40,14 +37,11 @@ final class ReturnValueMap implements Stub $return = array_pop($map); - if ($invocation->getParameters() === $map) { + if ($invocation->parameters() === $map) { return $return; } } - } - public function toString(): string - { - return 'return value from a map'; + return null; } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/Stub.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/Stub.php old mode 100755 new mode 100644 similarity index 68% rename from Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/Stub.php rename to Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/Stub.php index 15cfce5c..e889adfe --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/Stub.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/Stub/Stub.php @@ -10,18 +10,15 @@ namespace PHPUnit\Framework\MockObject\Stub; use PHPUnit\Framework\MockObject\Invocation; -use PHPUnit\Framework\SelfDescribing; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit */ -interface Stub extends SelfDescribing +interface Stub { /** * Fakes the processing of the invocation $invocation by returning a * specific value. - * - * @param Invocation $invocation The invocation which was mocked and matched by the current method and argument matchers */ - public function invoke(Invocation $invocation); + public function invoke(Invocation $invocation): mixed; } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnCallback.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnCallback.php deleted file mode 100755 index 0f24aafc..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Stub/ReturnCallback.php +++ /dev/null @@ -1,59 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Framework\MockObject\Stub; - -use function call_user_func_array; -use function get_class; -use function is_array; -use function is_object; -use function sprintf; -use PHPUnit\Framework\MockObject\Invocation; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - */ -final class ReturnCallback implements Stub -{ - private $callback; - - public function __construct($callback) - { - $this->callback = $callback; - } - - public function invoke(Invocation $invocation) - { - return call_user_func_array($this->callback, $invocation->getParameters()); - } - - public function toString(): string - { - if (is_array($this->callback)) { - if (is_object($this->callback[0])) { - $class = get_class($this->callback[0]); - $type = '->'; - } else { - $class = $this->callback[0]; - $type = '::'; - } - - return sprintf( - 'return result of user defined callback %s%s%s() with the ' . - 'passed arguments', - $class, - $type, - $this->callback[1], - ); - } - - return 'return result of user defined callback ' . $this->callback . - ' with the passed arguments'; - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Verifiable.php b/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Verifiable.php deleted file mode 100755 index 8c9a82c5..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Framework/MockObject/Verifiable.php +++ /dev/null @@ -1,26 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Framework\MockObject; - -use PHPUnit\Framework\ExpectationFailedException; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - */ -interface Verifiable -{ - /** - * Verifies that the current expectation is valid. If everything is OK the - * code should just return, if not it must throw an exception. - * - * @throws ExpectationFailedException - */ - public function verify(): void; -} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Reorderable.php b/Sources/vendor/phpunit/phpunit/src/Framework/Reorderable.php old mode 100755 new mode 100644 index 34951f8d..a75e8b94 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Reorderable.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Reorderable.php @@ -17,12 +17,12 @@ interface Reorderable public function sortId(): string; /** - * @return list + * @psalm-return list */ public function provides(): array; /** - * @return list + * @psalm-return list */ public function requires(): array; } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/SelfDescribing.php b/Sources/vendor/phpunit/phpunit/src/Framework/SelfDescribing.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/SkippedTestCase.php b/Sources/vendor/phpunit/phpunit/src/Framework/SkippedTestCase.php deleted file mode 100755 index 6f8a267c..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Framework/SkippedTestCase.php +++ /dev/null @@ -1,66 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Framework; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - */ -final class SkippedTestCase extends TestCase -{ - /** - * @var ?bool - */ - protected $backupGlobals = false; - - /** - * @var ?bool - */ - protected $backupStaticAttributes = false; - - /** - * @var ?bool - */ - protected $runTestInSeparateProcess = false; - - /** - * @var string - */ - private $message; - - public function __construct(string $className, string $methodName, string $message = '') - { - parent::__construct($className . '::' . $methodName); - - $this->message = $message; - } - - public function getMessage(): string - { - return $this->message; - } - - /** - * Returns a string representation of the test case. - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - */ - public function toString(): string - { - return $this->getName(); - } - - /** - * @throws Exception - */ - protected function runTest(): void - { - $this->markTestSkipped($this->message); - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Test.php b/Sources/vendor/phpunit/phpunit/src/Framework/Test.php old mode 100755 new mode 100644 index be0dcd0e..b3e862f7 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Test.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/Test.php @@ -16,8 +16,5 @@ use Countable; */ interface Test extends Countable { - /** - * Runs a test and collects its result in a TestResult instance. - */ - public function run(TestResult $result = null): TestResult; + public function run(): void; } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/TestBuilder.php b/Sources/vendor/phpunit/phpunit/src/Framework/TestBuilder.php old mode 100755 new mode 100644 index 77404df0..8e5e019d --- a/Sources/vendor/phpunit/phpunit/src/Framework/TestBuilder.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/TestBuilder.php @@ -10,230 +10,260 @@ namespace PHPUnit\Framework; use function assert; -use function count; -use function get_class; -use function sprintf; -use function trim; -use PHPUnit\Util\Filter; -use PHPUnit\Util\InvalidDataSetException; -use PHPUnit\Util\Test as TestUtil; +use PHPUnit\Metadata\Api\DataProvider; +use PHPUnit\Metadata\Api\Groups; +use PHPUnit\Metadata\BackupGlobals; +use PHPUnit\Metadata\BackupStaticProperties; +use PHPUnit\Metadata\ExcludeGlobalVariableFromBackup; +use PHPUnit\Metadata\ExcludeStaticPropertyFromBackup; +use PHPUnit\Metadata\Parser\Registry as MetadataRegistry; +use PHPUnit\Metadata\PreserveGlobalState; +use PHPUnit\TextUI\Configuration\Registry as ConfigurationRegistry; use ReflectionClass; -use Throwable; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestBuilder { + /** + * @psalm-param non-empty-string $methodName + * + * @throws InvalidDataProviderException + */ public function build(ReflectionClass $theClass, string $methodName): Test { $className = $theClass->getName(); - if (!$theClass->isInstantiable()) { - return new ErrorTestCase( - sprintf('Cannot instantiate class "%s".', $className), - ); - } - - $backupSettings = TestUtil::getBackupSettings( + $data = (new DataProvider)->providedData( $className, $methodName, ); - $preserveGlobalState = TestUtil::getPreserveGlobalStateSettings( - $className, - $methodName, - ); + if ($data !== null) { + return $this->buildDataProviderTestSuite( + $methodName, + $className, + $data, + $this->shouldTestMethodBeRunInSeparateProcess($className, $methodName), + $this->shouldGlobalStateBePreserved($className, $methodName), + $this->shouldAllTestMethodsOfTestClassBeRunInSingleSeparateProcess($className), + $this->backupSettings($className, $methodName), + ); + } - $runTestInSeparateProcess = TestUtil::getProcessIsolationSettings( - $className, - $methodName, + $test = new $className($methodName); + + assert($test instanceof TestCase); + + $this->configureTestCase( + $test, + $this->shouldTestMethodBeRunInSeparateProcess($className, $methodName), + $this->shouldGlobalStateBePreserved($className, $methodName), + $this->shouldAllTestMethodsOfTestClassBeRunInSingleSeparateProcess($className), + $this->backupSettings($className, $methodName), ); - $runClassInSeparateProcess = TestUtil::getClassProcessIsolationSettings( - $className, - $methodName, + return $test; + } + + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + * @psalm-param array{backupGlobals: ?bool, backupGlobalsExcludeList: list, backupStaticProperties: ?bool, backupStaticPropertiesExcludeList: array>} $backupSettings + */ + private function buildDataProviderTestSuite(string $methodName, string $className, array $data, bool $runTestInSeparateProcess, ?bool $preserveGlobalState, bool $runClassInSeparateProcess, array $backupSettings): DataProviderTestSuite + { + $dataProviderTestSuite = DataProviderTestSuite::empty( + $className . '::' . $methodName, ); - $constructor = $theClass->getConstructor(); + $groups = (new Groups)->groups($className, $methodName); - if ($constructor === null) { - throw new Exception('No valid test provided.'); - } + foreach ($data as $_dataName => $_data) { + $_test = new $className($methodName); - $parameters = $constructor->getParameters(); - - // TestCase() or TestCase($name) - if (count($parameters) < 2) { - $test = $this->buildTestWithoutData($className); - } // TestCase($name, $data) - else { - try { - $data = TestUtil::getProvidedData( - $className, - $methodName, - ); - } catch (IncompleteTestError $e) { - $message = sprintf( - "Test for %s::%s marked incomplete by data provider\n%s", - $className, - $methodName, - $this->throwableToString($e), - ); - - $data = new IncompleteTestCase($className, $methodName, $message); - } catch (SkippedTestError $e) { - $message = sprintf( - "Test for %s::%s skipped by data provider\n%s", - $className, - $methodName, - $this->throwableToString($e), - ); - - $data = new SkippedTestCase($className, $methodName, $message); - } catch (Throwable $t) { - $message = sprintf( - "The data provider specified for %s::%s is invalid.\n%s", - $className, - $methodName, - $this->throwableToString($t), - ); - - $data = new ErrorTestCase($message); - } + assert($_test instanceof TestCase); - // Test method with @dataProvider. - if (isset($data)) { - $test = $this->buildDataProviderTestSuite( - $methodName, - $className, - $data, - $runTestInSeparateProcess, - $preserveGlobalState, - $runClassInSeparateProcess, - $backupSettings, - ); - } else { - $test = $this->buildTestWithoutData($className); - } - } + $_test->setData($_dataName, $_data); - if ($test instanceof TestCase) { - $test->setName($methodName); $this->configureTestCase( - $test, + $_test, $runTestInSeparateProcess, $preserveGlobalState, $runClassInSeparateProcess, $backupSettings, ); + + $dataProviderTestSuite->addTest($_test, $groups); } - return $test; + return $dataProviderTestSuite; } - /** @psalm-param class-string $className */ - private function buildTestWithoutData(string $className) + /** + * @psalm-param array{backupGlobals: ?bool, backupGlobalsExcludeList: list, backupStaticProperties: ?bool, backupStaticPropertiesExcludeList: array>} $backupSettings + */ + private function configureTestCase(TestCase $test, bool $runTestInSeparateProcess, ?bool $preserveGlobalState, bool $runClassInSeparateProcess, array $backupSettings): void { - return new $className; - } + if ($runTestInSeparateProcess) { + $test->setRunTestInSeparateProcess(true); + } - /** @psalm-param class-string $className */ - private function buildDataProviderTestSuite( - string $methodName, - string $className, - $data, - bool $runTestInSeparateProcess, - ?bool $preserveGlobalState, - bool $runClassInSeparateProcess, - array $backupSettings - ): DataProviderTestSuite { - $dataProviderTestSuite = new DataProviderTestSuite( - $className . '::' . $methodName, - ); + if ($runClassInSeparateProcess) { + $test->setRunClassInSeparateProcess(true); + } + + if ($preserveGlobalState !== null) { + $test->setPreserveGlobalState($preserveGlobalState); + } + + if ($backupSettings['backupGlobals'] !== null) { + $test->setBackupGlobals($backupSettings['backupGlobals']); + } else { + $test->setBackupGlobals(ConfigurationRegistry::get()->backupGlobals()); + } - $groups = TestUtil::getGroups($className, $methodName); + $test->setBackupGlobalsExcludeList($backupSettings['backupGlobalsExcludeList']); - if ($data instanceof ErrorTestCase || - $data instanceof SkippedTestCase || - $data instanceof IncompleteTestCase) { - $dataProviderTestSuite->addTest($data, $groups); + if ($backupSettings['backupStaticProperties'] !== null) { + $test->setBackupStaticProperties($backupSettings['backupStaticProperties']); } else { - foreach ($data as $_dataName => $_data) { - $_test = new $className($methodName, $_data, $_dataName); + $test->setBackupStaticProperties(ConfigurationRegistry::get()->backupStaticProperties()); + } + + $test->setBackupStaticPropertiesExcludeList($backupSettings['backupStaticPropertiesExcludeList']); + } + + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + * + * @psalm-return array{backupGlobals: ?bool, backupGlobalsExcludeList: list, backupStaticProperties: ?bool, backupStaticPropertiesExcludeList: array>} + */ + private function backupSettings(string $className, string $methodName): array + { + $metadataForClass = MetadataRegistry::parser()->forClass($className); + $metadataForMethod = MetadataRegistry::parser()->forMethod($className, $methodName); + $metadataForClassAndMethod = MetadataRegistry::parser()->forClassAndMethod($className, $methodName); + + $backupGlobals = null; + $backupGlobalsExcludeList = []; - assert($_test instanceof TestCase); + if ($metadataForMethod->isBackupGlobals()->isNotEmpty()) { + $metadata = $metadataForMethod->isBackupGlobals()->asArray()[0]; - $this->configureTestCase( - $_test, - $runTestInSeparateProcess, - $preserveGlobalState, - $runClassInSeparateProcess, - $backupSettings, - ); + assert($metadata instanceof BackupGlobals); - $dataProviderTestSuite->addTest($_test, $groups); + if ($metadata->enabled()) { + $backupGlobals = true; + } + } elseif ($metadataForClass->isBackupGlobals()->isNotEmpty()) { + $metadata = $metadataForClass->isBackupGlobals()->asArray()[0]; + + assert($metadata instanceof BackupGlobals); + + if ($metadata->enabled()) { + $backupGlobals = true; } } - return $dataProviderTestSuite; - } + foreach ($metadataForClassAndMethod->isExcludeGlobalVariableFromBackup() as $metadata) { + assert($metadata instanceof ExcludeGlobalVariableFromBackup); - private function configureTestCase( - TestCase $test, - bool $runTestInSeparateProcess, - ?bool $preserveGlobalState, - bool $runClassInSeparateProcess, - array $backupSettings - ): void { - if ($runTestInSeparateProcess) { - $test->setRunTestInSeparateProcess(true); + $backupGlobalsExcludeList[] = $metadata->globalVariableName(); + } + + $backupStaticProperties = null; + $backupStaticPropertiesExcludeList = []; + + if ($metadataForMethod->isBackupStaticProperties()->isNotEmpty()) { + $metadata = $metadataForMethod->isBackupStaticProperties()->asArray()[0]; - if ($preserveGlobalState !== null) { - $test->setPreserveGlobalState($preserveGlobalState); + assert($metadata instanceof BackupStaticProperties); + + if ($metadata->enabled()) { + $backupStaticProperties = true; + } + } elseif ($metadataForClass->isBackupStaticProperties()->isNotEmpty()) { + $metadata = $metadataForClass->isBackupStaticProperties()->asArray()[0]; + + assert($metadata instanceof BackupStaticProperties); + + if ($metadata->enabled()) { + $backupStaticProperties = true; } } - if ($runClassInSeparateProcess) { - $test->setRunClassInSeparateProcess(true); + foreach ($metadataForClassAndMethod->isExcludeStaticPropertyFromBackup() as $metadata) { + assert($metadata instanceof ExcludeStaticPropertyFromBackup); - if ($preserveGlobalState !== null) { - $test->setPreserveGlobalState($preserveGlobalState); + if (!isset($backupStaticPropertiesExcludeList[$metadata->className()])) { + $backupStaticPropertiesExcludeList[$metadata->className()] = []; } + + $backupStaticPropertiesExcludeList[$metadata->className()][] = $metadata->propertyName(); } - if ($backupSettings['backupGlobals'] !== null) { - $test->setBackupGlobals($backupSettings['backupGlobals']); + return [ + 'backupGlobals' => $backupGlobals, + 'backupGlobalsExcludeList' => $backupGlobalsExcludeList, + 'backupStaticProperties' => $backupStaticProperties, + 'backupStaticPropertiesExcludeList' => $backupStaticPropertiesExcludeList, + ]; + } + + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + */ + private function shouldGlobalStateBePreserved(string $className, string $methodName): ?bool + { + $metadataForMethod = MetadataRegistry::parser()->forMethod($className, $methodName); + + if ($metadataForMethod->isPreserveGlobalState()->isNotEmpty()) { + $metadata = $metadataForMethod->isPreserveGlobalState()->asArray()[0]; + + assert($metadata instanceof PreserveGlobalState); + + return $metadata->enabled(); } - if ($backupSettings['backupStaticAttributes'] !== null) { - $test->setBackupStaticAttributes( - $backupSettings['backupStaticAttributes'], - ); + $metadataForClass = MetadataRegistry::parser()->forClass($className); + + if ($metadataForClass->isPreserveGlobalState()->isNotEmpty()) { + $metadata = $metadataForClass->isPreserveGlobalState()->asArray()[0]; + + assert($metadata instanceof PreserveGlobalState); + + return $metadata->enabled(); } + + return null; } - private function throwableToString(Throwable $t): string + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + */ + private function shouldTestMethodBeRunInSeparateProcess(string $className, string $methodName): bool { - $message = $t->getMessage(); - - if (empty(trim($message))) { - $message = ''; + if (MetadataRegistry::parser()->forClass($className)->isRunTestsInSeparateProcesses()->isNotEmpty()) { + return true; } - if ($t instanceof InvalidDataSetException) { - return sprintf( - "%s\n%s", - $message, - Filter::getFilteredStacktrace($t), - ); + if (MetadataRegistry::parser()->forMethod($className, $methodName)->isRunInSeparateProcess()->isNotEmpty()) { + return true; } - return sprintf( - "%s: %s\n%s", - get_class($t), - $message, - Filter::getFilteredStacktrace($t), - ); + return false; + } + + /** + * @psalm-param class-string $className + */ + private function shouldAllTestMethodsOfTestClassBeRunInSingleSeparateProcess(string $className): bool + { + return MetadataRegistry::parser()->forClass($className)->isRunClassInSeparateProcess()->isNotEmpty(); } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/TestCase.php b/Sources/vendor/phpunit/phpunit/src/Framework/TestCase.php old mode 100755 new mode 100644 index 3a67f5dd..c03ae295 --- a/Sources/vendor/phpunit/phpunit/src/Framework/TestCase.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/TestCase.php @@ -18,25 +18,17 @@ use const LC_TIME; use const PATHINFO_FILENAME; use const PHP_EOL; use const PHP_URL_PATH; -use function array_filter; -use function array_flip; use function array_keys; use function array_merge; -use function array_pop; -use function array_search; -use function array_unique; use function array_values; +use function assert; use function basename; -use function call_user_func; use function chdir; use function class_exists; use function clearstatcache; use function count; -use function debug_backtrace; use function defined; use function explode; -use function get_class; -use function get_include_path; use function getcwd; use function implode; use function in_array; @@ -49,36 +41,32 @@ use function is_string; use function libxml_clear_errors; use function method_exists; use function ob_end_clean; +use function ob_get_clean; use function ob_get_contents; use function ob_get_level; use function ob_start; use function parse_url; use function pathinfo; use function preg_replace; -use function serialize; use function setlocale; use function sprintf; -use function strpos; -use function substr; -use function sys_get_temp_dir; -use function tempnam; +use function str_contains; use function trim; -use function var_export; +use AssertionError; use DeepCopy\DeepCopy; +use PHPUnit\Event; +use PHPUnit\Event\NoPreviousThrowableException; +use PHPUnit\Event\TestData\MoreThanOneDataSetFromDataProviderException; +use PHPUnit\Event\TestData\NoDataSetFromDataProviderException; use PHPUnit\Framework\Constraint\Exception as ExceptionConstraint; use PHPUnit\Framework\Constraint\ExceptionCode; -use PHPUnit\Framework\Constraint\ExceptionMessage; -use PHPUnit\Framework\Constraint\ExceptionMessageRegularExpression; -use PHPUnit\Framework\Constraint\LogicalOr; -use PHPUnit\Framework\Error\Deprecated; -use PHPUnit\Framework\Error\Error; -use PHPUnit\Framework\Error\Notice; -use PHPUnit\Framework\Error\Warning as WarningError; -use PHPUnit\Framework\MockObject\Generator as MockGenerator; +use PHPUnit\Framework\Constraint\ExceptionMessageIsOrContains; +use PHPUnit\Framework\Constraint\ExceptionMessageMatchesRegularExpression; +use PHPUnit\Framework\MockObject\Generator\Generator as MockGenerator; use PHPUnit\Framework\MockObject\MockBuilder; use PHPUnit\Framework\MockObject\MockObject; +use PHPUnit\Framework\MockObject\MockObjectInternal; use PHPUnit\Framework\MockObject\Rule\AnyInvokedCount as AnyInvokedCountMatcher; -use PHPUnit\Framework\MockObject\Rule\InvokedAtIndex as InvokedAtIndexMatcher; use PHPUnit\Framework\MockObject\Rule\InvokedAtLeastCount as InvokedAtLeastCountMatcher; use PHPUnit\Framework\MockObject\Rule\InvokedAtLeastOnce as InvokedAtLeastOnceMatcher; use PHPUnit\Framework\MockObject\Rule\InvokedAtMostCount as InvokedAtMostCountMatcher; @@ -91,29 +79,32 @@ use PHPUnit\Framework\MockObject\Stub\ReturnCallback as ReturnCallbackStub; use PHPUnit\Framework\MockObject\Stub\ReturnSelf as ReturnSelfStub; use PHPUnit\Framework\MockObject\Stub\ReturnStub; use PHPUnit\Framework\MockObject\Stub\ReturnValueMap as ReturnValueMapStub; -use PHPUnit\Runner\BaseTestRunner; -use PHPUnit\Runner\PhptTestCase; +use PHPUnit\Framework\TestSize\TestSize; +use PHPUnit\Framework\TestStatus\TestStatus; +use PHPUnit\Metadata\Api\Groups; +use PHPUnit\Metadata\Api\HookMethods; +use PHPUnit\Metadata\Api\Requirements; +use PHPUnit\Metadata\Parser\Registry as MetadataRegistry; +use PHPUnit\TestRunner\TestResult\PassedTests; +use PHPUnit\TextUI\Configuration\Registry as ConfigurationRegistry; use PHPUnit\Util\Cloner; -use PHPUnit\Util\Exception as UtilException; -use PHPUnit\Util\GlobalState; -use PHPUnit\Util\PHP\AbstractPhpProcess; use PHPUnit\Util\Test as TestUtil; -use Prophecy\Exception\Prediction\PredictionException; -use Prophecy\Prophecy\MethodProphecy; -use Prophecy\Prophecy\ObjectProphecy; -use Prophecy\Prophet; use ReflectionClass; use ReflectionException; +use ReflectionObject; +use SebastianBergmann\CodeCoverage\StaticAnalysisCacheNotConfiguredException; +use SebastianBergmann\CodeCoverage\UnintentionallyCoveredCodeException; use SebastianBergmann\Comparator\Comparator; use SebastianBergmann\Comparator\Factory as ComparatorFactory; use SebastianBergmann\Diff\Differ; +use SebastianBergmann\Diff\Output\UnifiedDiffOutputBuilder; use SebastianBergmann\Exporter\Exporter; -use SebastianBergmann\GlobalState\ExcludeList; +use SebastianBergmann\GlobalState\ExcludeList as GlobalStateExcludeList; use SebastianBergmann\GlobalState\Restorer; use SebastianBergmann\GlobalState\Snapshot; +use SebastianBergmann\Invoker\TimeoutException; use SebastianBergmann\ObjectEnumerator\Enumerator; -use SebastianBergmann\Template\Template; -use SoapClient; +use SebastianBergmann\RecursionContext\Context; use Throwable; /** @@ -122,241 +113,90 @@ use Throwable; abstract class TestCase extends Assert implements Reorderable, SelfDescribing, Test { private const LOCALE_CATEGORIES = [LC_ALL, LC_COLLATE, LC_CTYPE, LC_MONETARY, LC_NUMERIC, LC_TIME]; + private ?bool $backupGlobals = null; /** - * @var ?bool + * @psalm-var list */ - protected $backupGlobals; + private array $backupGlobalsExcludeList = []; + private ?bool $backupStaticProperties = null; /** - * @var string[] + * @psalm-var array> */ - protected $backupGlobalsExcludeList = []; + private array $backupStaticPropertiesExcludeList = []; + private ?Snapshot $snapshot = null; + private ?bool $runClassInSeparateProcess = null; + private ?bool $runTestInSeparateProcess = null; + private bool $preserveGlobalState = false; + private bool $inIsolation = false; + private ?string $expectedException = null; + private ?string $expectedExceptionMessage = null; + private ?string $expectedExceptionMessageRegExp = null; + private null|int|string $expectedExceptionCode = null; /** - * @var string[] - * - * @deprecated Use $backupGlobalsExcludeList instead - */ - protected $backupGlobalsBlacklist = []; - - /** - * @var ?bool - */ - protected $backupStaticAttributes; - - /** - * @var array> - */ - protected $backupStaticAttributesExcludeList = []; - - /** - * @var array> - * - * @deprecated Use $backupStaticAttributesExcludeList instead - */ - protected $backupStaticAttributesBlacklist = []; - - /** - * @var ?bool - */ - protected $runTestInSeparateProcess; - - /** - * @var bool - */ - protected $preserveGlobalState = true; - - /** - * @var list - */ - protected $providedTests = []; - - /** - * @var ?bool - */ - private $runClassInSeparateProcess; - - /** - * @var bool - */ - private $inIsolation = false; - - /** - * @var array - */ - private $data; - - /** - * @var int|string - */ - private $dataName; - - /** - * @var null|string - */ - private $expectedException; - - /** - * @var null|string - */ - private $expectedExceptionMessage; - - /** - * @var null|string - */ - private $expectedExceptionMessageRegExp; - - /** - * @var null|int|string - */ - private $expectedExceptionCode; - - /** - * @var string - */ - private $name = ''; - - /** - * @var list - */ - private $dependencies = []; - - /** - * @var array - */ - private $dependencyInput = []; - - /** - * @var array - */ - private $iniSettings = []; - - /** - * @var array - */ - private $locale = []; - - /** - * @var MockObject[] - */ - private $mockObjects = []; - - /** - * @var MockGenerator - */ - private $mockObjectGenerator; - - /** - * @var int - */ - private $status = BaseTestRunner::STATUS_UNKNOWN; - - /** - * @var string - */ - private $statusMessage = ''; - - /** - * @var int - */ - private $numAssertions = 0; - - /** - * @var TestResult - */ - private $result; - - /** - * @var mixed - */ - private $testResult; - - /** - * @var string - */ - private $output = ''; - - /** - * @var ?string - */ - private $outputExpectedRegex; - - /** - * @var ?string - */ - private $outputExpectedString; - - /** - * @var mixed - */ - private $outputCallback = false; - - /** - * @var bool - */ - private $outputBufferingActive = false; - - /** - * @var int - */ - private $outputBufferingLevel; - - /** - * @var bool - */ - private $outputRetrievedForAssertion = false; - - /** - * @var ?Snapshot + * @psalm-var list */ - private $snapshot; + private array $providedTests = []; + private array $data = []; + private int|string $dataName = ''; /** - * @var \Prophecy\Prophet + * @psalm-var non-empty-string */ - private $prophet; + private string $name; /** - * @var bool + * @psalm-var list */ - private $beStrictAboutChangesToGlobalState = false; + private array $groups = []; /** - * @var bool + * @psalm-var list */ - private $registerMockObjectsFromTestArgumentsRecursively = false; + private array $dependencies = []; + private array $dependencyInput = []; /** - * @var string[] + * @psalm-var array */ - private $warnings = []; + private array $iniSettings = []; + private array $locale = []; /** - * @var string[] + * @psalm-var list */ - private $groups = []; + private array $mockObjects = []; + private bool $registerMockObjectsFromTestArgumentsRecursively = false; + private TestStatus $status; + private int $numberOfAssertionsPerformed = 0; + private mixed $testResult = null; + private string $output = ''; + private ?string $outputExpectedRegex = null; + private ?string $outputExpectedString = null; + private bool $outputBufferingActive = false; + private int $outputBufferingLevel; + private bool $outputRetrievedForAssertion = false; + private bool $doesNotPerformAssertions = false; /** - * @var bool + * @psalm-var list */ - private $doesNotPerformAssertions = false; + private array $customComparators = []; + private ?Event\Code\TestMethod $testValueObjectForEvents = null; + private bool $wasPrepared = false; /** - * @var Comparator[] + * @psalm-var array */ - private $customComparators = []; - - /** - * @var string[] - */ - private $doubledTypes = []; + private array $failureTypes = []; /** * Returns a matcher that matches when the method is executed * zero or more times. */ - public static function any(): AnyInvokedCountMatcher + final public static function any(): AnyInvokedCountMatcher { return new AnyInvokedCountMatcher; } @@ -364,7 +204,7 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T /** * Returns a matcher that matches when the method is never executed. */ - public static function never(): InvokedCountMatcher + final public static function never(): InvokedCountMatcher { return new InvokedCountMatcher(0); } @@ -373,7 +213,7 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T * Returns a matcher that matches when the method is executed * at least N times. */ - public static function atLeast(int $requiredInvocations): InvokedAtLeastCountMatcher + final public static function atLeast(int $requiredInvocations): InvokedAtLeastCountMatcher { return new InvokedAtLeastCountMatcher( $requiredInvocations, @@ -383,7 +223,7 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T /** * Returns a matcher that matches when the method is executed at least once. */ - public static function atLeastOnce(): InvokedAtLeastOnceMatcher + final public static function atLeastOnce(): InvokedAtLeastOnceMatcher { return new InvokedAtLeastOnceMatcher; } @@ -391,7 +231,7 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T /** * Returns a matcher that matches when the method is executed exactly once. */ - public static function once(): InvokedCountMatcher + final public static function once(): InvokedCountMatcher { return new InvokedCountMatcher(1); } @@ -400,7 +240,7 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T * Returns a matcher that matches when the method is executed * exactly $count times. */ - public static function exactly(int $count): InvokedCountMatcher + final public static function exactly(int $count): InvokedCountMatcher { return new InvokedCountMatcher($count); } @@ -409,91 +249,81 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T * Returns a matcher that matches when the method is executed * at most N times. */ - public static function atMost(int $allowedInvocations): InvokedAtMostCountMatcher + final public static function atMost(int $allowedInvocations): InvokedAtMostCountMatcher { return new InvokedAtMostCountMatcher($allowedInvocations); } /** - * Returns a matcher that matches when the method is executed - * at the given index. - * - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4297 - * - * @codeCoverageIgnore + * @deprecated Use $double->willReturn() instead of $double->will($this->returnValue()) + * @see https://github.com/sebastianbergmann/phpunit/issues/5423 */ - public static function at(int $index): InvokedAtIndexMatcher - { - $stack = debug_backtrace(); - - while (!empty($stack)) { - $frame = array_pop($stack); - - if (isset($frame['object']) && $frame['object'] instanceof self) { - $frame['object']->addWarning( - 'The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked.', - ); - - break; - } - } - - return new InvokedAtIndexMatcher($index); - } - - public static function returnValue($value): ReturnStub + final public static function returnValue(mixed $value): ReturnStub { return new ReturnStub($value); } - public static function returnValueMap(array $valueMap): ReturnValueMapStub + /** + * @deprecated Use $double->willReturnMap() instead of $double->will($this->returnValueMap()) + * @see https://github.com/sebastianbergmann/phpunit/issues/5423 + */ + final public static function returnValueMap(array $valueMap): ReturnValueMapStub { return new ReturnValueMapStub($valueMap); } - public static function returnArgument(int $argumentIndex): ReturnArgumentStub + /** + * @deprecated Use $double->willReturnArgument() instead of $double->will($this->returnArgument()) + * @see https://github.com/sebastianbergmann/phpunit/issues/5423 + */ + final public static function returnArgument(int $argumentIndex): ReturnArgumentStub { return new ReturnArgumentStub($argumentIndex); } - public static function returnCallback($callback): ReturnCallbackStub + /** + * @deprecated Use $double->willReturnCallback() instead of $double->will($this->returnCallback()) + * @see https://github.com/sebastianbergmann/phpunit/issues/5423 + */ + final public static function returnCallback(callable $callback): ReturnCallbackStub { return new ReturnCallbackStub($callback); } /** - * Returns the current object. - * - * This method is useful when mocking a fluent interface. + * @deprecated Use $double->willReturnSelf() instead of $double->will($this->returnSelf()) + * @see https://github.com/sebastianbergmann/phpunit/issues/5423 */ - public static function returnSelf(): ReturnSelfStub + final public static function returnSelf(): ReturnSelfStub { return new ReturnSelfStub; } - public static function throwException(Throwable $exception): ExceptionStub + final public static function throwException(Throwable $exception): ExceptionStub { return new ExceptionStub($exception); } - public static function onConsecutiveCalls(...$args): ConsecutiveCallsStub + /** + * @deprecated Use $double->willReturn() instead of $double->will($this->onConsecutiveCalls()) + * @see https://github.com/sebastianbergmann/phpunit/issues/5423 + * @see https://github.com/sebastianbergmann/phpunit/issues/5425 + */ + final public static function onConsecutiveCalls(mixed ...$arguments): ConsecutiveCallsStub { - return new ConsecutiveCallsStub($args); + return new ConsecutiveCallsStub($arguments); } /** - * @param int|string $dataName + * @psalm-param non-empty-string $name * * @internal This method is not covered by the backward compatibility promise for PHPUnit */ - public function __construct(?string $name = null, array $data = [], $dataName = '') + public function __construct(string $name) { - if ($name !== null) { - $this->setName($name); - } + $this->setName($name); - $this->data = $data; - $this->dataName = $dataName; + $this->status = TestStatus::unknown(); } /** @@ -545,100 +375,65 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T /** * Returns a string representation of the test case. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws Exception + * + * @internal This method is not covered by the backward compatibility promise for PHPUnit */ public function toString(): string { - try { - $class = new ReflectionClass($this); - // @codeCoverageIgnoreStart - } catch (ReflectionException $e) { - throw new Exception( - $e->getMessage(), - $e->getCode(), - $e, - ); - } - // @codeCoverageIgnoreEnd - $buffer = sprintf( '%s::%s', - $class->name, - $this->getName(false), + (new ReflectionClass($this))->getName(), + $this->name, ); - return $buffer . $this->getDataSetAsString(); + return $buffer . $this->dataSetAsStringWithData(); } - public function count(): int + /** + * @internal This method is not covered by the backward compatibility promise for PHPUnit + */ + final public function count(): int { return 1; } - public function getActualOutputForAssertion(): string + final public function getActualOutputForAssertion(): string { $this->outputRetrievedForAssertion = true; - return $this->getActualOutput(); + return $this->output(); } - public function expectOutputRegex(string $expectedRegex): void + final public function expectOutputRegex(string $expectedRegex): void { $this->outputExpectedRegex = $expectedRegex; } - public function expectOutputString(string $expectedString): void + final public function expectOutputString(string $expectedString): void { $this->outputExpectedString = $expectedString; } /** - * @psalm-param class-string<\Throwable> $exception + * @psalm-param class-string $exception */ - public function expectException(string $exception): void + final public function expectException(string $exception): void { - // @codeCoverageIgnoreStart - switch ($exception) { - case Deprecated::class: - $this->addWarning('Expecting E_DEPRECATED and E_USER_DEPRECATED is deprecated and will no longer be possible in PHPUnit 10.'); - - break; - - case Error::class: - $this->addWarning('Expecting E_ERROR and E_USER_ERROR is deprecated and will no longer be possible in PHPUnit 10.'); - - break; - - case Notice::class: - $this->addWarning('Expecting E_STRICT, E_NOTICE, and E_USER_NOTICE is deprecated and will no longer be possible in PHPUnit 10.'); - - break; - - case WarningError::class: - $this->addWarning('Expecting E_WARNING and E_USER_WARNING is deprecated and will no longer be possible in PHPUnit 10.'); - - break; - } - // @codeCoverageIgnoreEnd - $this->expectedException = $exception; } - /** - * @param int|string $code - */ - public function expectExceptionCode($code): void + final public function expectExceptionCode(int|string $code): void { $this->expectedExceptionCode = $code; } - public function expectExceptionMessage(string $message): void + final public function expectExceptionMessage(string $message): void { $this->expectedExceptionMessage = $message; } - public function expectExceptionMessageMatches(string $regularExpression): void + final public function expectExceptionMessageMatches(string $regularExpression): void { $this->expectedExceptionMessageRegExp = $regularExpression; } @@ -648,641 +443,329 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T * Information for expected exception class, expected exception message, and * expected exception code are retrieved from a given Exception object. */ - public function expectExceptionObject(\Exception $exception): void + final public function expectExceptionObject(\Exception $exception): void { - $this->expectException(get_class($exception)); + $this->expectException($exception::class); $this->expectExceptionMessage($exception->getMessage()); $this->expectExceptionCode($exception->getCode()); } - public function expectNotToPerformAssertions(): void + final public function expectNotToPerformAssertions(): void { $this->doesNotPerformAssertions = true; } /** - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5062 + * @internal This method is not covered by the backward compatibility promise for PHPUnit */ - public function expectDeprecation(): void + final public function status(): TestStatus { - $this->addWarning('Expecting E_DEPRECATED and E_USER_DEPRECATED is deprecated and will no longer be possible in PHPUnit 10.'); - - $this->expectedException = Deprecated::class; + return $this->status; } /** - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5062 + * @throws \PHPUnit\Runner\Exception + * @throws \PHPUnit\Util\Exception + * @throws \SebastianBergmann\CodeCoverage\InvalidArgumentException + * @throws \SebastianBergmann\Template\InvalidArgumentException + * @throws CodeCoverageException + * @throws Exception + * @throws MoreThanOneDataSetFromDataProviderException + * @throws NoDataSetFromDataProviderException + * @throws NoPreviousThrowableException + * @throws ProcessIsolationException + * @throws StaticAnalysisCacheNotConfiguredException + * @throws UnintentionallyCoveredCodeException + * + * @internal This method is not covered by the backward compatibility promise for PHPUnit */ - public function expectDeprecationMessage(string $message): void + final public function run(): void { - $this->addWarning('Expecting E_DEPRECATED and E_USER_DEPRECATED is deprecated and will no longer be possible in PHPUnit 10.'); + if (!$this->handleDependencies()) { + return; + } - $this->expectExceptionMessage($message); + if (!$this->shouldRunInSeparateProcess()) { + (new TestRunner)->run($this); + } else { + (new TestRunner)->runInSeparateProcess( + $this, + $this->runClassInSeparateProcess && !$this->runTestInSeparateProcess, + $this->preserveGlobalState, + ); + } } /** - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5062 + * Returns a builder object to create mock objects using a fluent interface. + * + * @psalm-template RealInstanceType of object + * + * @psalm-param class-string $className + * + * @psalm-return MockBuilder */ - public function expectDeprecationMessageMatches(string $regularExpression): void + final public function getMockBuilder(string $className): MockBuilder { - $this->addWarning('Expecting E_DEPRECATED and E_USER_DEPRECATED is deprecated and will no longer be possible in PHPUnit 10.'); - - $this->expectExceptionMessageMatches($regularExpression); + return new MockBuilder($this, $className); } /** - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5062 + * @internal This method is not covered by the backward compatibility promise for PHPUnit */ - public function expectNotice(): void + final public function groups(): array { - $this->addWarning('Expecting E_STRICT, E_NOTICE, and E_USER_NOTICE is deprecated and will no longer be possible in PHPUnit 10.'); - - $this->expectedException = Notice::class; + return $this->groups; } /** - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5062 + * @internal This method is not covered by the backward compatibility promise for PHPUnit */ - public function expectNoticeMessage(string $message): void + final public function setGroups(array $groups): void { - $this->addWarning('Expecting E_STRICT, E_NOTICE, and E_USER_NOTICE is deprecated and will no longer be possible in PHPUnit 10.'); - - $this->expectExceptionMessage($message); + $this->groups = $groups; } /** - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5062 + * @internal This method is not covered by the backward compatibility promise for PHPUnit */ - public function expectNoticeMessageMatches(string $regularExpression): void + final public function nameWithDataSet(): string { - $this->addWarning('Expecting E_STRICT, E_NOTICE, and E_USER_NOTICE is deprecated and will no longer be possible in PHPUnit 10.'); - - $this->expectExceptionMessageMatches($regularExpression); + return $this->name . $this->dataSetAsString(); } /** - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5062 + * @psalm-return non-empty-string + * + * @internal This method is not covered by the backward compatibility promise for PHPUnit */ - public function expectWarning(): void + final public function name(): string { - $this->addWarning('Expecting E_WARNING and E_USER_WARNING is deprecated and will no longer be possible in PHPUnit 10.'); - - $this->expectedException = WarningError::class; + return $this->name; } /** - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5062 + * @internal This method is not covered by the backward compatibility promise for PHPUnit */ - public function expectWarningMessage(string $message): void + final public function size(): TestSize { - $this->addWarning('Expecting E_WARNING and E_USER_WARNING is deprecated and will no longer be possible in PHPUnit 10.'); - - $this->expectExceptionMessage($message); + return (new Groups)->size( + static::class, + $this->name, + ); } /** - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5062 + * @internal This method is not covered by the backward compatibility promise for PHPUnit */ - public function expectWarningMessageMatches(string $regularExpression): void + final public function hasUnexpectedOutput(): bool { - $this->addWarning('Expecting E_WARNING and E_USER_WARNING is deprecated and will no longer be possible in PHPUnit 10.'); + if ($this->output === '') { + return false; + } + + if ($this->expectsOutput()) { + return false; + } - $this->expectExceptionMessageMatches($regularExpression); + return true; } /** - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5062 + * @internal This method is not covered by the backward compatibility promise for PHPUnit */ - public function expectError(): void + final public function output(): string { - $this->addWarning('Expecting E_ERROR and E_USER_ERROR is deprecated and will no longer be possible in PHPUnit 10.'); + if (!$this->outputBufferingActive) { + return $this->output; + } - $this->expectedException = Error::class; + return (string) ob_get_contents(); } /** - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5062 + * @internal This method is not covered by the backward compatibility promise for PHPUnit */ - public function expectErrorMessage(string $message): void + final public function doesNotPerformAssertions(): bool { - $this->addWarning('Expecting E_ERROR and E_USER_ERROR is deprecated and will no longer be possible in PHPUnit 10.'); - - $this->expectExceptionMessage($message); + return $this->doesNotPerformAssertions; } /** - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5062 + * @internal This method is not covered by the backward compatibility promise for PHPUnit */ - public function expectErrorMessageMatches(string $regularExpression): void - { - $this->addWarning('Expecting E_ERROR and E_USER_ERROR is deprecated and will no longer be possible in PHPUnit 10.'); - - $this->expectExceptionMessageMatches($regularExpression); - } - - public function getStatus(): int - { - return $this->status; - } - - public function markAsRisky(): void + final public function expectsOutput(): bool { - $this->status = BaseTestRunner::STATUS_RISKY; + return $this->hasExpectationOnOutput() || $this->outputRetrievedForAssertion; } - public function getStatusMessage(): string - { - return $this->statusMessage; - } - - public function hasFailed(): bool + /** + * @internal This method is not covered by the backward compatibility promise for PHPUnit + */ + final public function registerMockObjectsFromTestArgumentsRecursively(): void { - $status = $this->getStatus(); - - return $status === BaseTestRunner::STATUS_FAILURE || $status === BaseTestRunner::STATUS_ERROR; + $this->registerMockObjectsFromTestArgumentsRecursively = true; } /** - * Runs the test case and collects the results in a TestResult object. - * If no TestResult object is passed a new one will be created. + * @throws Throwable * - * @throws \SebastianBergmann\CodeCoverage\InvalidArgumentException - * @throws \SebastianBergmann\CodeCoverage\UnintentionallyCoveredCodeException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * @throws CodeCoverageException - * @throws UtilException + * @internal This method is not covered by the backward compatibility promise for PHPUnit */ - public function run(TestResult $result = null): TestResult + final public function runBare(): void { - if ($result === null) { - $result = $this->createResult(); - } + $emitter = Event\Facade::emitter(); - if (!$this instanceof ErrorTestCase && !$this instanceof WarningTestCase) { - $this->setTestResultObject($result); - } + $emitter->testPreparationStarted( + $this->valueObjectForEvents(), + ); - if (!$this instanceof ErrorTestCase && - !$this instanceof WarningTestCase && - !$this instanceof SkippedTestCase && - !$this->handleDependencies()) { - return $result; - } + $this->snapshotGlobalState(); + $this->startOutputBuffering(); + clearstatcache(); - if ($this->runInSeparateProcess()) { - $runEntireClass = $this->runClassInSeparateProcess && !$this->runTestInSeparateProcess; + $hookMethods = (new HookMethods)->hookMethods(static::class); + $hasMetRequirements = false; + $this->numberOfAssertionsPerformed = 0; + $currentWorkingDirectory = getcwd(); - try { - $class = new ReflectionClass($this); - // @codeCoverageIgnoreStart - } catch (ReflectionException $e) { - throw new Exception( - $e->getMessage(), - $e->getCode(), - $e, - ); + try { + $this->checkRequirements(); + $hasMetRequirements = true; + + if ($this->inIsolation) { + $this->invokeBeforeClassHookMethods($hookMethods, $emitter); } - // @codeCoverageIgnoreEnd - if ($runEntireClass) { - $template = new Template( - __DIR__ . '/../Util/PHP/Template/TestCaseClass.tpl', - ); - } else { - $template = new Template( - __DIR__ . '/../Util/PHP/Template/TestCaseMethod.tpl', - ); + if (method_exists(static::class, $this->name) && + MetadataRegistry::parser()->forClassAndMethod(static::class, $this->name)->isDoesNotPerformAssertions()->isNotEmpty()) { + $this->doesNotPerformAssertions = true; } - if ($this->preserveGlobalState) { - $constants = GlobalState::getConstantsAsString(); - $globals = GlobalState::getGlobalsAsString(); - $includedFiles = GlobalState::getIncludedFilesAsString(); - $iniSettings = GlobalState::getIniSettingsAsString(); - } else { - $constants = ''; - - if (!empty($GLOBALS['__PHPUNIT_BOOTSTRAP'])) { - $globals = '$GLOBALS[\'__PHPUNIT_BOOTSTRAP\'] = ' . var_export($GLOBALS['__PHPUNIT_BOOTSTRAP'], true) . ";\n"; - } else { - $globals = ''; - } - - $includedFiles = ''; - $iniSettings = ''; - } + $this->invokeBeforeTestHookMethods($hookMethods, $emitter); + $this->invokePreConditionHookMethods($hookMethods, $emitter); - $coverage = $result->getCollectCodeCoverageInformation() ? 'true' : 'false'; - $isStrictAboutTestsThatDoNotTestAnything = $result->isStrictAboutTestsThatDoNotTestAnything() ? 'true' : 'false'; - $isStrictAboutOutputDuringTests = $result->isStrictAboutOutputDuringTests() ? 'true' : 'false'; - $enforcesTimeLimit = $result->enforcesTimeLimit() ? 'true' : 'false'; - $isStrictAboutTodoAnnotatedTests = $result->isStrictAboutTodoAnnotatedTests() ? 'true' : 'false'; - $isStrictAboutResourceUsageDuringSmallTests = $result->isStrictAboutResourceUsageDuringSmallTests() ? 'true' : 'false'; - - if (defined('PHPUNIT_COMPOSER_INSTALL')) { - $composerAutoload = var_export(PHPUNIT_COMPOSER_INSTALL, true); - } else { - $composerAutoload = '\'\''; - } + $emitter->testPrepared( + $this->valueObjectForEvents(), + ); - if (defined('__PHPUNIT_PHAR__')) { - $phar = var_export(__PHPUNIT_PHAR__, true); - } else { - $phar = '\'\''; - } + $this->wasPrepared = true; + $this->testResult = $this->runTest(); - $codeCoverage = $result->getCodeCoverage(); - $codeCoverageFilter = null; - $cachesStaticAnalysis = 'false'; - $codeCoverageCacheDirectory = null; - $driverMethod = 'forLineCoverage'; + $this->verifyMockObjects(); + $this->invokePostConditionHookMethods($hookMethods, $emitter); - if ($codeCoverage) { - $codeCoverageFilter = $codeCoverage->filter(); + $this->status = TestStatus::success(); + } catch (IncompleteTest $e) { + $this->status = TestStatus::incomplete($e->getMessage()); - if ($codeCoverage->collectsBranchAndPathCoverage()) { - $driverMethod = 'forLineAndPathCoverage'; - } + $emitter->testMarkedAsIncomplete( + $this->valueObjectForEvents(), + Event\Code\ThrowableBuilder::from($e), + ); + } catch (SkippedTest $e) { + $this->status = TestStatus::skipped($e->getMessage()); - if ($codeCoverage->cachesStaticAnalysis()) { - $cachesStaticAnalysis = 'true'; - $codeCoverageCacheDirectory = $codeCoverage->cacheDirectory(); - } - } + $emitter->testSkipped( + $this->valueObjectForEvents(), + $e->getMessage(), + ); + } catch (AssertionError|AssertionFailedError $e) { + if (!$this->wasPrepared) { + $this->wasPrepared = true; - $data = var_export(serialize($this->data), true); - $dataName = var_export($this->dataName, true); - $dependencyInput = var_export(serialize($this->dependencyInput), true); - $includePath = var_export(get_include_path(), true); - $codeCoverageFilter = var_export(serialize($codeCoverageFilter), true); - $codeCoverageCacheDirectory = var_export(serialize($codeCoverageCacheDirectory), true); - // must do these fixes because TestCaseMethod.tpl has unserialize('{data}') in it, and we can't break BC - // the lines above used to use addcslashes() rather than var_export(), which breaks null byte escape sequences - $data = "'." . $data . ".'"; - $dataName = "'.(" . $dataName . ").'"; - $dependencyInput = "'." . $dependencyInput . ".'"; - $includePath = "'." . $includePath . ".'"; - $codeCoverageFilter = "'." . $codeCoverageFilter . ".'"; - $codeCoverageCacheDirectory = "'." . $codeCoverageCacheDirectory . ".'"; - - $configurationFilePath = $GLOBALS['__PHPUNIT_CONFIGURATION_FILE'] ?? ''; - $processResultFile = tempnam(sys_get_temp_dir(), 'phpunit_'); - - $var = [ - 'composerAutoload' => $composerAutoload, - 'phar' => $phar, - 'filename' => $class->getFileName(), - 'className' => $class->getName(), - 'collectCodeCoverageInformation' => $coverage, - 'cachesStaticAnalysis' => $cachesStaticAnalysis, - 'codeCoverageCacheDirectory' => $codeCoverageCacheDirectory, - 'driverMethod' => $driverMethod, - 'data' => $data, - 'dataName' => $dataName, - 'dependencyInput' => $dependencyInput, - 'constants' => $constants, - 'globals' => $globals, - 'include_path' => $includePath, - 'included_files' => $includedFiles, - 'iniSettings' => $iniSettings, - 'isStrictAboutTestsThatDoNotTestAnything' => $isStrictAboutTestsThatDoNotTestAnything, - 'isStrictAboutOutputDuringTests' => $isStrictAboutOutputDuringTests, - 'enforcesTimeLimit' => $enforcesTimeLimit, - 'isStrictAboutTodoAnnotatedTests' => $isStrictAboutTodoAnnotatedTests, - 'isStrictAboutResourceUsageDuringSmallTests' => $isStrictAboutResourceUsageDuringSmallTests, - 'codeCoverageFilter' => $codeCoverageFilter, - 'configurationFilePath' => $configurationFilePath, - 'name' => $this->getName(false), - 'processResultFile' => $processResultFile, - ]; - - if (!$runEntireClass) { - $var['methodName'] = $this->name; + $emitter->testPreparationFailed( + $this->valueObjectForEvents(), + ); } - $template->setVar($var); - - $php = AbstractPhpProcess::factory(); - $php->runTestJob($template->render(), $this, $result, $processResultFile); - } else { - $result->run($this); - } - - $this->result = null; - - return $result; - } - - /** - * Returns a builder object to create mock objects using a fluent interface. - * - * @psalm-template RealInstanceType of object - * - * @psalm-param class-string $className - * - * @psalm-return MockBuilder - */ - public function getMockBuilder(string $className): MockBuilder - { - $this->recordDoubledType($className); - - return new MockBuilder($this, $className); - } - - public function registerComparator(Comparator $comparator): void - { - ComparatorFactory::getInstance()->register($comparator); - - $this->customComparators[] = $comparator; - } + $this->status = TestStatus::failure($e->getMessage()); - /** - * @return string[] - * - * @internal This method is not covered by the backward compatibility promise for PHPUnit - */ - public function doubledTypes(): array - { - return array_unique($this->doubledTypes); - } + $emitter->testFailed( + $this->valueObjectForEvents(), + Event\Code\ThrowableBuilder::from($e), + Event\Code\ComparisonFailureBuilder::from($e), + ); + } catch (TimeoutException $e) { + $this->status = TestStatus::risky($e->getMessage()); + } catch (Throwable $_e) { + if ($this->isRegisteredFailure($_e)) { + $this->status = TestStatus::failure($_e->getMessage()); - /** - * @internal This method is not covered by the backward compatibility promise for PHPUnit - */ - public function getGroups(): array - { - return $this->groups; - } + $emitter->testFailed( + $this->valueObjectForEvents(), + Event\Code\ThrowableBuilder::from($_e), + null, + ); + } else { + $e = $this->transformException($_e); - /** - * @internal This method is not covered by the backward compatibility promise for PHPUnit - */ - public function setGroups(array $groups): void - { - $this->groups = $groups; - } + $this->status = TestStatus::error($e->getMessage()); - /** - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * - * @internal This method is not covered by the backward compatibility promise for PHPUnit - */ - public function getName(bool $withDataSet = true): string - { - if ($withDataSet) { - return $this->name . $this->getDataSetAsString(false); + $emitter->testErrored( + $this->valueObjectForEvents(), + Event\Code\ThrowableBuilder::from($e), + ); + } } - return $this->name; - } - - /** - * Returns the size of the test. - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * - * @internal This method is not covered by the backward compatibility promise for PHPUnit - */ - public function getSize(): int - { - return TestUtil::getSize( - static::class, - $this->getName(false), - ); - } - - /** - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * - * @internal This method is not covered by the backward compatibility promise for PHPUnit - */ - public function hasSize(): bool - { - return $this->getSize() !== TestUtil::UNKNOWN; - } - - /** - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * - * @internal This method is not covered by the backward compatibility promise for PHPUnit - */ - public function isSmall(): bool - { - return $this->getSize() === TestUtil::SMALL; - } - - /** - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * - * @internal This method is not covered by the backward compatibility promise for PHPUnit - */ - public function isMedium(): bool - { - return $this->getSize() === TestUtil::MEDIUM; - } + $outputBufferingStopped = false; - /** - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * - * @internal This method is not covered by the backward compatibility promise for PHPUnit - */ - public function isLarge(): bool - { - return $this->getSize() === TestUtil::LARGE; - } + if (!isset($e) && + $this->hasExpectationOnOutput() && + $this->stopOutputBuffering()) { + $outputBufferingStopped = true; - /** - * @internal This method is not covered by the backward compatibility promise for PHPUnit - */ - public function getActualOutput(): string - { - if (!$this->outputBufferingActive) { - return $this->output; + $this->performAssertionsOnOutput(); } - return (string) ob_get_contents(); - } - - /** - * @internal This method is not covered by the backward compatibility promise for PHPUnit - */ - public function hasOutput(): bool - { - if ($this->output === '') { - return false; - } - - if ($this->hasExpectationOnOutput()) { - return false; - } - - return true; - } - - /** - * @internal This method is not covered by the backward compatibility promise for PHPUnit - */ - public function doesNotPerformAssertions(): bool - { - return $this->doesNotPerformAssertions; - } - - /** - * @internal This method is not covered by the backward compatibility promise for PHPUnit - */ - public function hasExpectationOnOutput(): bool - { - return is_string($this->outputExpectedString) || is_string($this->outputExpectedRegex) || $this->outputRetrievedForAssertion; - } - - /** - * @internal This method is not covered by the backward compatibility promise for PHPUnit - */ - public function getExpectedException(): ?string - { - return $this->expectedException; - } - - /** - * @return null|int|string - * - * @internal This method is not covered by the backward compatibility promise for PHPUnit - */ - public function getExpectedExceptionCode() - { - return $this->expectedExceptionCode; - } - - /** - * @internal This method is not covered by the backward compatibility promise for PHPUnit - */ - public function getExpectedExceptionMessage(): ?string - { - return $this->expectedExceptionMessage; - } - - /** - * @internal This method is not covered by the backward compatibility promise for PHPUnit - */ - public function getExpectedExceptionMessageRegExp(): ?string - { - return $this->expectedExceptionMessageRegExp; - } - - /** - * @internal This method is not covered by the backward compatibility promise for PHPUnit - */ - public function setRegisterMockObjectsFromTestArgumentsRecursively(bool $flag): void - { - $this->registerMockObjectsFromTestArgumentsRecursively = $flag; - } - - /** - * @throws Throwable - * - * @internal This method is not covered by the backward compatibility promise for PHPUnit - */ - public function runBare(): void - { - $this->numAssertions = 0; - - $this->snapshotGlobalState(); - $this->startOutputBuffering(); - clearstatcache(); - $currentWorkingDirectory = getcwd(); - - $hookMethods = TestUtil::getHookMethods(static::class); - - $hasMetRequirements = false; - - try { - $this->checkRequirements(); - $hasMetRequirements = true; - - if ($this->inIsolation) { - foreach ($hookMethods['beforeClass'] as $method) { - $this->{$method}(); - } - } - - $this->setDoesNotPerformAssertionsFromAnnotation(); - - foreach ($hookMethods['before'] as $method) { - $this->{$method}(); - } - - foreach ($hookMethods['preCondition'] as $method) { - $this->{$method}(); - } - - $this->testResult = $this->runTest(); - $this->verifyMockObjects(); - - foreach ($hookMethods['postCondition'] as $method) { - $this->{$method}(); - } + if ($this->status->isSuccess()) { + Event\Facade::emitter()->testPassed( + $this->valueObjectForEvents(), + ); - if (!empty($this->warnings)) { - throw new Warning( - implode( - "\n", - array_unique($this->warnings), - ), + if (!$this->usesDataProvider()) { + PassedTests::instance()->testMethodPassed( + $this->valueObjectForEvents(), + $this->testResult, ); } - - $this->status = BaseTestRunner::STATUS_PASSED; - } catch (IncompleteTest $e) { - $this->status = BaseTestRunner::STATUS_INCOMPLETE; - $this->statusMessage = $e->getMessage(); - } catch (SkippedTest $e) { - $this->status = BaseTestRunner::STATUS_SKIPPED; - $this->statusMessage = $e->getMessage(); - } catch (Warning $e) { - $this->status = BaseTestRunner::STATUS_WARNING; - $this->statusMessage = $e->getMessage(); - } catch (AssertionFailedError $e) { - $this->status = BaseTestRunner::STATUS_FAILURE; - $this->statusMessage = $e->getMessage(); - } catch (PredictionException $e) { - $this->status = BaseTestRunner::STATUS_FAILURE; - $this->statusMessage = $e->getMessage(); - } catch (Throwable $_e) { - $e = $_e; - $this->status = BaseTestRunner::STATUS_ERROR; - $this->statusMessage = $_e->getMessage(); } $this->mockObjects = []; - $this->prophet = null; // Tear down the fixture. An exception raised in tearDown() will be // caught and passed on when no exception was raised before. try { if ($hasMetRequirements) { - foreach ($hookMethods['after'] as $method) { - $this->{$method}(); - } + $this->invokeAfterTestHookMethods($hookMethods, $emitter); if ($this->inIsolation) { - foreach ($hookMethods['afterClass'] as $method) { - $this->{$method}(); - } + $this->invokeAfterClassHookMethods($hookMethods, $emitter); } } - } catch (Throwable $_e) { - $e = $e ?? $_e; - } + } catch (AssertionError|AssertionFailedError $e) { + $this->status = TestStatus::failure($e->getMessage()); - try { - $this->stopOutputBuffering(); - } catch (RiskyTestError $_e) { - $e = $e ?? $_e; + $emitter->testFailed( + $this->valueObjectForEvents(), + Event\Code\ThrowableBuilder::from($e), + Event\Code\ComparisonFailureBuilder::from($e), + ); + } catch (Throwable $exceptionRaisedDuringTearDown) { + if (!isset($e)) { + $this->status = TestStatus::error($exceptionRaisedDuringTearDown->getMessage()); + $e = $exceptionRaisedDuringTearDown; + + $emitter->testErrored( + $this->valueObjectForEvents(), + Event\Code\ThrowableBuilder::from($exceptionRaisedDuringTearDown), + ); + } } - if (isset($_e)) { - $this->status = BaseTestRunner::STATUS_ERROR; - $this->statusMessage = $_e->getMessage(); + if (!$outputBufferingStopped) { + $this->stopOutputBuffering(); } clearstatcache(); @@ -1297,33 +780,19 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T $this->cleanupLocaleSettings(); libxml_clear_errors(); - // Perform assertion on output. - if (!isset($e)) { - try { - if ($this->outputExpectedRegex !== null) { - $this->assertMatchesRegularExpression($this->outputExpectedRegex, $this->output); - } elseif ($this->outputExpectedString !== null) { - $this->assertEquals($this->outputExpectedString, $this->output); - } - } catch (Throwable $_e) { - $e = $_e; - } - } + $this->testValueObjectForEvents = null; - // Workaround for missing "finally". if (isset($e)) { - if ($e instanceof PredictionException) { - $e = new AssertionFailedError($e->getMessage()); - } - $this->onNotSuccessfulTest($e); } } /** + * @psalm-param non-empty-string $name + * * @internal This method is not covered by the backward compatibility promise for PHPUnit */ - public function setName(string $name): void + final public function setName(string $name): void { $this->name = $name; @@ -1333,11 +802,11 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T } /** - * @param list $dependencies + * @psalm-param list $dependencies * * @internal This method is not covered by the backward compatibility promise for PHPUnit */ - public function setDependencies(array $dependencies): void + final public function setDependencies(array $dependencies): void { $this->dependencies = $dependencies; } @@ -1345,7 +814,7 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T /** * @internal This method is not covered by the backward compatibility promise for PHPUnit */ - public function setDependencyInput(array $dependencyInput): void + final public function setDependencyInput(array $dependencyInput): void { $this->dependencyInput = $dependencyInput; } @@ -1353,155 +822,147 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T /** * @internal This method is not covered by the backward compatibility promise for PHPUnit */ - public function setBeStrictAboutChangesToGlobalState(?bool $beStrictAboutChangesToGlobalState): void + final public function dependencyInput(): array { - $this->beStrictAboutChangesToGlobalState = $beStrictAboutChangesToGlobalState; + return $this->dependencyInput; } /** * @internal This method is not covered by the backward compatibility promise for PHPUnit */ - public function setBackupGlobals(?bool $backupGlobals): void + final public function hasDependencyInput(): bool { - if ($this->backupGlobals === null && $backupGlobals !== null) { - $this->backupGlobals = $backupGlobals; - } + return !empty($this->dependencyInput); } /** * @internal This method is not covered by the backward compatibility promise for PHPUnit */ - public function setBackupStaticAttributes(?bool $backupStaticAttributes): void + final public function setBackupGlobals(bool $backupGlobals): void { - if ($this->backupStaticAttributes === null && $backupStaticAttributes !== null) { - $this->backupStaticAttributes = $backupStaticAttributes; - } + $this->backupGlobals = $backupGlobals; } /** * @internal This method is not covered by the backward compatibility promise for PHPUnit */ - public function setRunTestInSeparateProcess(bool $runTestInSeparateProcess): void + final public function setBackupGlobalsExcludeList(array $backupGlobalsExcludeList): void { - if ($this->runTestInSeparateProcess === null) { - $this->runTestInSeparateProcess = $runTestInSeparateProcess; - } + $this->backupGlobalsExcludeList = $backupGlobalsExcludeList; } /** * @internal This method is not covered by the backward compatibility promise for PHPUnit */ - public function setRunClassInSeparateProcess(bool $runClassInSeparateProcess): void + final public function setBackupStaticProperties(bool $backupStaticProperties): void { - if ($this->runClassInSeparateProcess === null) { - $this->runClassInSeparateProcess = $runClassInSeparateProcess; - } + $this->backupStaticProperties = $backupStaticProperties; } /** * @internal This method is not covered by the backward compatibility promise for PHPUnit */ - public function setPreserveGlobalState(bool $preserveGlobalState): void + final public function setBackupStaticPropertiesExcludeList(array $backupStaticPropertiesExcludeList): void { - $this->preserveGlobalState = $preserveGlobalState; + $this->backupStaticPropertiesExcludeList = $backupStaticPropertiesExcludeList; } /** * @internal This method is not covered by the backward compatibility promise for PHPUnit */ - public function setInIsolation(bool $inIsolation): void + final public function setRunTestInSeparateProcess(bool $runTestInSeparateProcess): void { - $this->inIsolation = $inIsolation; + if ($this->runTestInSeparateProcess === null) { + $this->runTestInSeparateProcess = $runTestInSeparateProcess; + } } /** * @internal This method is not covered by the backward compatibility promise for PHPUnit */ - public function isInIsolation(): bool + final public function setRunClassInSeparateProcess(bool $runClassInSeparateProcess): void { - return $this->inIsolation; + $this->runClassInSeparateProcess = $runClassInSeparateProcess; } /** * @internal This method is not covered by the backward compatibility promise for PHPUnit */ - public function getResult() + final public function setPreserveGlobalState(bool $preserveGlobalState): void { - return $this->testResult; + $this->preserveGlobalState = $preserveGlobalState; } /** * @internal This method is not covered by the backward compatibility promise for PHPUnit */ - public function setResult($result): void + final public function setInIsolation(bool $inIsolation): void { - $this->testResult = $result; + $this->inIsolation = $inIsolation; } /** * @internal This method is not covered by the backward compatibility promise for PHPUnit */ - public function setOutputCallback(callable $callback): void + final public function isInIsolation(): bool { - $this->outputCallback = $callback; + return $this->inIsolation; } /** * @internal This method is not covered by the backward compatibility promise for PHPUnit */ - public function getTestResultObject(): ?TestResult + final public function result(): mixed { - return $this->result; + return $this->testResult; } /** * @internal This method is not covered by the backward compatibility promise for PHPUnit */ - public function setTestResultObject(TestResult $result): void + final public function setResult(mixed $result): void { - $this->result = $result; + $this->testResult = $result; } /** * @internal This method is not covered by the backward compatibility promise for PHPUnit */ - public function registerMockObject(MockObject $mockObject): void + final public function registerMockObject(MockObject $mockObject): void { + assert($mockObject instanceof MockObjectInternal); + $this->mockObjects[] = $mockObject; } /** * @internal This method is not covered by the backward compatibility promise for PHPUnit */ - public function addToAssertionCount(int $count): void + final public function addToAssertionCount(int $count): void { - $this->numAssertions += $count; + $this->numberOfAssertionsPerformed += $count; } /** - * Returns the number of assertions performed by this test. - * * @internal This method is not covered by the backward compatibility promise for PHPUnit */ - public function getNumAssertions(): int + final public function numberOfAssertionsPerformed(): int { - return $this->numAssertions; + return $this->numberOfAssertionsPerformed; } /** * @internal This method is not covered by the backward compatibility promise for PHPUnit */ - public function usesDataProvider(): bool + final public function usesDataProvider(): bool { return !empty($this->data); } /** - * @return int|string - * * @internal This method is not covered by the backward compatibility promise for PHPUnit */ - public function dataName() + final public function dataName(): int|string { return $this->dataName; } @@ -1509,7 +970,7 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T /** * @internal This method is not covered by the backward compatibility promise for PHPUnit */ - public function getDataSetAsString(bool $includeData = true): string + final public function dataSetAsString(): string { $buffer = ''; @@ -1519,23 +980,30 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T } else { $buffer .= sprintf(' with data set "%s"', $this->dataName); } + } - if ($includeData) { - $exporter = new Exporter; + return $buffer; + } - $buffer .= sprintf(' (%s)', $exporter->shortenedRecursiveExport($this->data)); - } + /** + * @internal This method is not covered by the backward compatibility promise for PHPUnit + */ + final public function dataSetAsStringWithData(): string + { + if (empty($this->data)) { + return ''; } - return $buffer; + return $this->dataSetAsString() . sprintf( + ' (%s)', + (new Exporter)->shortenedRecursiveExport($this->data), + ); } /** - * Gets the data set of a TestCase. - * * @internal This method is not covered by the backward compatibility promise for PHPUnit */ - public function getProvidedData(): array + final public function providedData(): array { return $this->data; } @@ -1543,67 +1011,101 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T /** * @internal This method is not covered by the backward compatibility promise for PHPUnit */ - public function addWarning(string $warning): void - { - $this->warnings[] = $warning; - } - - public function sortId(): string + final public function sortId(): string { $id = $this->name; - if (strpos($id, '::') === false) { + if (!str_contains($id, '::')) { $id = static::class . '::' . $id; } if ($this->usesDataProvider()) { - $id .= $this->getDataSetAsString(false); + $id .= $this->dataSetAsString(); } return $id; } /** - * Returns the normalized test name as class::method. + * @psalm-return list * - * @return list + * @internal This method is not covered by the backward compatibility promise for PHPUnit */ - public function provides(): array + final public function provides(): array { return $this->providedTests; } /** - * Returns a list of normalized dependency names, class::method. + * @psalm-return list * - * This list can differ from the raw dependencies as the resolver has - * no need for the [!][shallow]clone prefix that is filtered out - * during normalization. - * - * @return list + * @internal This method is not covered by the backward compatibility promise for PHPUnit */ - public function requires(): array + final public function requires(): array { return $this->dependencies; } /** - * Override to run the test and assert its state. + * @internal This method is not covered by the backward compatibility promise for PHPUnit + */ + final public function setData(int|string $dataName, array $data): void + { + $this->dataName = $dataName; + $this->data = $data; + } + + /** + * @internal This method is not covered by the backward compatibility promise for PHPUnit * - * @throws \SebastianBergmann\ObjectEnumerator\InvalidArgumentException + * @throws MoreThanOneDataSetFromDataProviderException + */ + final public function valueObjectForEvents(): Event\Code\TestMethod + { + if ($this->testValueObjectForEvents !== null) { + return $this->testValueObjectForEvents; + } + + $this->testValueObjectForEvents = Event\Code\TestMethodBuilder::fromTestCase($this); + + return $this->testValueObjectForEvents; + } + + /** + * @internal This method is not covered by the backward compatibility promise for PHPUnit + */ + final public function wasPrepared(): bool + { + return $this->wasPrepared; + } + + final protected function registerComparator(Comparator $comparator): void + { + ComparatorFactory::getInstance()->register($comparator); + + Event\Facade::emitter()->testRegisteredComparator($comparator::class); + + $this->customComparators[] = $comparator; + } + + /** + * @psalm-param class-string $classOrInterface + */ + final protected function registerFailureType(string $classOrInterface): void + { + $this->failureTypes[$classOrInterface] = true; + } + + /** * @throws AssertionFailedError * @throws Exception * @throws ExpectationFailedException * @throws Throwable + * + * @internal This method is not covered by the backward compatibility promise for PHPUnit */ - protected function runTest() + protected function runTest(): mixed { - if (trim($this->name) === '') { - throw new Exception( - 'PHPUnit\Framework\TestCase::$name must be a non-blank string.', - ); - } - $testArguments = array_merge($this->data, $this->dependencyInput); $this->registerMockObjectsFromTestArguments($testArguments); @@ -1611,94 +1113,16 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T try { $testResult = $this->{$this->name}(...array_values($testArguments)); } catch (Throwable $exception) { - if (!$this->checkExceptionExpectations($exception)) { + if (!$this->shouldExceptionExpectationsBeVerified($exception)) { throw $exception; } - if ($this->expectedException !== null) { - if ($this->expectedException === Error::class) { - $this->assertThat( - $exception, - LogicalOr::fromConstraints( - new ExceptionConstraint(Error::class), - new ExceptionConstraint(\Error::class), - ), - ); - } else { - $this->assertThat( - $exception, - new ExceptionConstraint( - $this->expectedException, - ), - ); - } - } - - if ($this->expectedExceptionMessage !== null) { - $this->assertThat( - $exception, - new ExceptionMessage( - $this->expectedExceptionMessage, - ), - ); - } - - if ($this->expectedExceptionMessageRegExp !== null) { - $this->assertThat( - $exception, - new ExceptionMessageRegularExpression( - $this->expectedExceptionMessageRegExp, - ), - ); - } - - if ($this->expectedExceptionCode !== null) { - $this->assertThat( - $exception, - new ExceptionCode( - $this->expectedExceptionCode, - ), - ); - } + $this->verifyExceptionExpectations($exception); - return; + return null; } - if ($this->expectedException !== null) { - $this->assertThat( - null, - new ExceptionConstraint( - $this->expectedException, - ), - ); - } elseif ($this->expectedExceptionMessage !== null) { - $this->numAssertions++; - - throw new AssertionFailedError( - sprintf( - 'Failed asserting that exception with message "%s" is thrown', - $this->expectedExceptionMessage, - ), - ); - } elseif ($this->expectedExceptionMessageRegExp !== null) { - $this->numAssertions++; - - throw new AssertionFailedError( - sprintf( - 'Failed asserting that exception with message matching "%s" is thrown', - $this->expectedExceptionMessageRegExp, - ), - ); - } elseif ($this->expectedExceptionCode !== null) { - $this->numAssertions++; - - throw new AssertionFailedError( - sprintf( - 'Failed asserting that exception with code "%s" is thrown', - $this->expectedExceptionCode, - ), - ); - } + $this->expectedExceptionWasNotRaised(); return $testResult; } @@ -1709,6 +1133,8 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T * test is run. * * @throws Exception + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5214 */ protected function iniSet(string $varName, string $newValue): void { @@ -1732,14 +1158,16 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T * resets the locale to its original value after the test is run. * * @throws Exception + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5216 */ - protected function setLocale(...$args): void + protected function setLocale(mixed ...$arguments): void { - if (count($args) < 2) { + if (count($arguments) < 2) { throw new Exception; } - [$category, $locale] = $args; + [$category, $locale] = $arguments; if (!in_array($category, self::LOCALE_CATEGORIES, true)) { throw new Exception; @@ -1751,7 +1179,7 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T $this->locale[$category] = setlocale($category, 0); - $result = setlocale(...$args); + $result = setlocale(...$arguments); if ($result === false) { throw new Exception( @@ -1763,45 +1191,71 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T } /** - * Makes configurable stub for the specified class. + * Creates a mock object for the specified interface or class. * * @psalm-template RealInstanceType of object * - * @psalm-param class-string $originalClassName + * @psalm-param class-string $originalClassName + * + * @psalm-return MockObject&RealInstanceType * - * @psalm-return Stub&RealInstanceType + * @throws \PHPUnit\Framework\MockObject\Exception + * @throws InvalidArgumentException + * @throws NoPreviousThrowableException */ - protected function createStub(string $originalClassName): Stub + protected function createMock(string $originalClassName): MockObject { - return $this->createMockObject($originalClassName); + $mock = (new MockGenerator)->testDouble( + $originalClassName, + true, + callOriginalConstructor: false, + callOriginalClone: false, + cloneArguments: false, + allowMockingUnknownTypes: false, + ); + + assert($mock instanceof $originalClassName); + assert($mock instanceof MockObject); + + $this->registerMockObject($mock); + + Event\Facade::emitter()->testCreatedMockObject($originalClassName); + + return $mock; } /** - * Returns a mock object for the specified class. - * - * @psalm-template RealInstanceType of object - * - * @psalm-param class-string $originalClassName + * @psalm-param list $interfaces * - * @psalm-return MockObject&RealInstanceType + * @throws \PHPUnit\Framework\MockObject\Exception */ - protected function createMock(string $originalClassName): MockObject + protected function createMockForIntersectionOfInterfaces(array $interfaces): MockObject { - return $this->createMockObject($originalClassName); + $mock = (new MockGenerator)->testDoubleForInterfaceIntersection($interfaces, true); + + Event\Facade::emitter()->testCreatedMockObjectForIntersectionOfInterfaces($interfaces); + + assert($mock instanceof MockObject); + + return $mock; } /** - * Returns a configured mock object for the specified class. + * Creates (and configures) a mock object for the specified interface or class. * * @psalm-template RealInstanceType of object * * @psalm-param class-string $originalClassName * * @psalm-return MockObject&RealInstanceType + * + * @throws \PHPUnit\Framework\MockObject\Exception + * @throws InvalidArgumentException + * @throws NoPreviousThrowableException */ protected function createConfiguredMock(string $originalClassName, array $configuration): MockObject { - $o = $this->createMockObject($originalClassName); + $o = $this->createMock($originalClassName); foreach ($configuration as $method => $return) { $o->method($method)->willReturn($return); @@ -1811,109 +1265,68 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T } /** - * Returns a partial mock object for the specified class. + * Creates a partial mock object for the specified interface or class. * - * @param string[] $methods + * @psalm-param list $methods * * @psalm-template RealInstanceType of object * * @psalm-param class-string $originalClassName * * @psalm-return MockObject&RealInstanceType + * + * @throws \PHPUnit\Framework\MockObject\Exception + * @throws InvalidArgumentException */ protected function createPartialMock(string $originalClassName, array $methods): MockObject { - try { - $reflector = new ReflectionClass($originalClassName); - // @codeCoverageIgnoreStart - } catch (ReflectionException $e) { - throw new Exception( - $e->getMessage(), - $e->getCode(), - $e, - ); - } - // @codeCoverageIgnoreEnd - - $mockedMethodsThatDontExist = array_filter( - $methods, - static function (string $method) use ($reflector) - { - return !$reflector->hasMethod($method); - }, - ); - - if ($mockedMethodsThatDontExist) { - $this->addWarning( - sprintf( - 'createPartialMock() called with method(s) %s that do not exist in %s. This will not be allowed in future versions of PHPUnit.', - implode(', ', $mockedMethodsThatDontExist), - $originalClassName, - ), - ); - } - - return $this->getMockBuilder($originalClassName) + $partialMock = $this->getMockBuilder($originalClassName) ->disableOriginalConstructor() ->disableOriginalClone() ->disableArgumentCloning() ->disallowMockingUnknownTypes() - ->setMethods(empty($methods) ? null : $methods) + ->onlyMethods($methods) ->getMock(); + + Event\Facade::emitter()->testCreatedPartialMockObject( + $originalClassName, + ...$methods, + ); + + return $partialMock; } /** - * Returns a test proxy for the specified class. + * Creates a test proxy for the specified class. * * @psalm-template RealInstanceType of object * * @psalm-param class-string $originalClassName * * @psalm-return MockObject&RealInstanceType + * + * @throws \PHPUnit\Framework\MockObject\Exception + * @throws InvalidArgumentException + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5240 */ protected function createTestProxy(string $originalClassName, array $constructorArguments = []): MockObject { - return $this->getMockBuilder($originalClassName) + $testProxy = $this->getMockBuilder($originalClassName) ->setConstructorArgs($constructorArguments) ->enableProxyingToOriginalMethods() ->getMock(); - } - - /** - * Mocks the specified class and returns the name of the mocked class. - * - * @param null|array $methods $methods - * - * @psalm-template RealInstanceType of object - * - * @psalm-param class-string|string $originalClassName - * - * @psalm-return class-string - * - * @deprecated - */ - protected function getMockClass(string $originalClassName, $methods = [], array $arguments = [], string $mockClassName = '', bool $callOriginalConstructor = false, bool $callOriginalClone = true, bool $callAutoload = true, bool $cloneArguments = false): string - { - $this->addWarning('PHPUnit\Framework\TestCase::getMockClass() is deprecated and will be removed in PHPUnit 10.'); - $this->recordDoubledType($originalClassName); - - $mock = $this->getMockObjectGenerator()->getMock( + Event\Facade::emitter()->testCreatedTestProxy( $originalClassName, - $methods, - $arguments, - $mockClassName, - $callOriginalConstructor, - $callOriginalClone, - $callAutoload, - $cloneArguments, + $constructorArguments, ); - return get_class($mock); + return $testProxy; } /** - * Returns a mock object for the specified abstract class with all abstract + * Creates a mock object for the specified abstract class with all abstract * methods of the class mocked. Concrete methods are not mocked by default. * To mock concrete methods, use the 7th parameter ($mockedMethods). * @@ -1922,12 +1335,15 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T * @psalm-param class-string $originalClassName * * @psalm-return MockObject&RealInstanceType + * + * @throws \PHPUnit\Framework\MockObject\Exception + * @throws InvalidArgumentException + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5241 */ protected function getMockForAbstractClass(string $originalClassName, array $arguments = [], string $mockClassName = '', bool $callOriginalConstructor = true, bool $callOriginalClone = true, bool $callAutoload = true, array $mockedMethods = [], bool $cloneArguments = false): MockObject { - $this->recordDoubledType($originalClassName); - - $mockObject = $this->getMockObjectGenerator()->getMockForAbstractClass( + $mockObject = (new MockGenerator)->mockObjectForAbstractClass( $originalClassName, $arguments, $mockClassName, @@ -1940,22 +1356,23 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T $this->registerMockObject($mockObject); + Event\Facade::emitter()->testCreatedMockObjectForAbstractClass($originalClassName); + + assert($mockObject instanceof $originalClassName); + assert($mockObject instanceof MockObject); + return $mockObject; } /** - * Returns a mock object based on the given WSDL file. - * - * @psalm-template RealInstanceType of object + * Creates a mock object based on the given WSDL file. * - * @psalm-param class-string|string $originalClassName + * @throws \PHPUnit\Framework\MockObject\Exception * - * @psalm-return MockObject&RealInstanceType + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5242 */ protected function getMockFromWsdl(string $wsdlFile, string $originalClassName = '', string $mockClassName = '', array $methods = [], bool $callOriginalConstructor = true, array $options = []): MockObject { - $this->recordDoubledType(SoapClient::class); - if ($originalClassName === '') { $fileName = pathinfo(basename(parse_url($wsdlFile, PHP_URL_PATH)), PATHINFO_FILENAME); $originalClassName = preg_replace('/\W/', '', $fileName); @@ -1963,7 +1380,7 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T if (!class_exists($originalClassName)) { eval( - $this->getMockObjectGenerator()->generateClassFromWsdl( + (new MockGenerator)->generateClassFromWsdl( $wsdlFile, $originalClassName, $methods, @@ -1972,8 +1389,9 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T ); } - $mockObject = $this->getMockObjectGenerator()->getMock( + $mockObject = (new MockGenerator)->testDouble( $originalClassName, + true, $methods, ['', $options], $mockClassName, @@ -1982,23 +1400,37 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T false, ); + Event\Facade::emitter()->testCreatedMockObjectFromWsdl( + $wsdlFile, + $originalClassName, + $mockClassName, + $methods, + $callOriginalConstructor, + $options, + ); + + assert($mockObject instanceof MockObject); + $this->registerMockObject($mockObject); return $mockObject; } /** - * Returns a mock object for the specified trait with all abstract methods + * Creates a mock object for the specified trait with all abstract methods * of the trait mocked. Concrete methods to mock can be specified with the * `$mockedMethods` parameter. * * @psalm-param trait-string $traitName + * + * @throws \PHPUnit\Framework\MockObject\Exception + * @throws InvalidArgumentException + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5243 */ protected function getMockForTrait(string $traitName, array $arguments = [], string $mockClassName = '', bool $callOriginalConstructor = true, bool $callOriginalClone = true, bool $callAutoload = true, array $mockedMethods = [], bool $cloneArguments = false): MockObject { - $this->recordDoubledType($traitName); - - $mockObject = $this->getMockObjectGenerator()->getMockForTrait( + $mockObject = (new MockGenerator)->mockObjectForTrait( $traitName, $arguments, $mockClassName, @@ -2011,19 +1443,23 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T $this->registerMockObject($mockObject); + Event\Facade::emitter()->testCreatedMockObjectForTrait($traitName); + return $mockObject; } /** - * Returns an object for the specified trait. + * Creates an object that uses the specified trait. * * @psalm-param trait-string $traitName + * + * @throws \PHPUnit\Framework\MockObject\Exception + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5244 */ protected function getObjectForTrait(string $traitName, array $arguments = [], string $traitClassName = '', bool $callOriginalConstructor = true, bool $callOriginalClone = true, bool $callAutoload = true): object { - $this->recordDoubledType($traitName); - - return $this->getMockObjectGenerator()->getObjectForTrait( + return (new MockGenerator)->objectForTrait( $traitName, $traitClassName, $callAutoload, @@ -2032,38 +1468,9 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T ); } - /** - * @throws \Prophecy\Exception\Doubler\ClassNotFoundException - * @throws \Prophecy\Exception\Doubler\DoubleException - * @throws \Prophecy\Exception\Doubler\InterfaceNotFoundException - * - * @psalm-param class-string|null $classOrInterface - * - * @deprecated https://github.com/sebastianbergmann/phpunit/issues/4141 - */ - protected function prophesize(?string $classOrInterface = null): ObjectProphecy - { - if (!class_exists(Prophet::class)) { - throw new Exception('This test uses TestCase::prophesize(), but phpspec/prophecy is not installed. Please run "composer require --dev phpspec/prophecy".'); - } - - $this->addWarning('PHPUnit\Framework\TestCase::prophesize() is deprecated and will be removed in PHPUnit 10. Please use the trait provided by phpspec/prophecy-phpunit.'); - - if (is_string($classOrInterface)) { - $this->recordDoubledType($classOrInterface); - } - - return $this->getProphet()->prophesize($classOrInterface); - } - - /** - * Creates a default TestResult object. - * - * @internal This method is not covered by the backward compatibility promise for PHPUnit - */ - protected function createResult(): TestResult + protected function transformException(Throwable $t): Throwable { - return new TestResult; + return $t; } /** @@ -2071,16 +1478,11 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T * * @throws Throwable */ - protected function onNotSuccessfulTest(Throwable $t): void + protected function onNotSuccessfulTest(Throwable $t): never { throw $t; } - protected function recordDoubledType(string $originalClassName): void - { - $this->doubledTypes[] = $originalClassName; - } - /** * @throws Throwable */ @@ -2088,34 +1490,17 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T { foreach ($this->mockObjects as $mockObject) { if ($mockObject->__phpunit_hasMatchers()) { - $this->numAssertions++; + $this->numberOfAssertionsPerformed++; } $mockObject->__phpunit_verify( $this->shouldInvocationMockerBeReset($mockObject), ); } - - if ($this->prophet !== null) { - try { - $this->prophet->checkPredictions(); - } finally { - foreach ($this->prophet->getProphecies() as $objectProphecy) { - foreach ($objectProphecy->getMethodProphecies() as $methodProphecies) { - foreach ($methodProphecies as $methodProphecy) { - /* @var MethodProphecy $methodProphecy */ - $this->numAssertions += count($methodProphecy->getCheckedPredictions()); - } - } - } - } - } } /** - * @throws SkippedTestError - * @throws SyntheticSkippedError - * @throws Warning + * @throws SkippedTest */ private function checkRequirements(): void { @@ -2123,7 +1508,7 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T return; } - $missingRequirements = TestUtil::getMissingRequirements( + $missingRequirements = (new Requirements)->requirementsNotSatisfiedFor( static::class, $this->name, ); @@ -2139,23 +1524,11 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T return true; } - $passed = $this->result->passed(); - $passedKeys = array_keys($passed); - $numKeys = count($passedKeys); - - for ($i = 0; $i < $numKeys; $i++) { - $pos = strpos($passedKeys[$i], ' with data set'); - - if ($pos !== false) { - $passedKeys[$i] = substr($passedKeys[$i], 0, $pos); - } - } - - $passedKeys = array_flip(array_unique($passedKeys)); + $passedTests = PassedTests::instance(); foreach ($this->dependencies as $dependency) { if (!$dependency->isValid()) { - $this->markSkippedForNotSpecifyingDependency(); + $this->markErrorForInvalidDependency(); return false; } @@ -2163,7 +1536,13 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T if ($dependency->targetIsClass()) { $dependencyClassName = $dependency->getTargetClassName(); - if (array_search($dependencyClassName, $this->result->passedClasses(), true) === false) { + if (!class_exists($dependencyClassName)) { + $this->markErrorForInvalidDependency($dependency); + + return false; + } + + if (!$passedTests->hasTestClassPassed($dependencyClassName)) { $this->markSkippedForMissingDependency($dependency); return false; @@ -2174,9 +1553,9 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T $dependencyTarget = $dependency->getTarget(); - if (!isset($passedKeys[$dependencyTarget])) { + if (!$passedTests->hasTestMethodPassed($dependencyTarget)) { if (!$this->isCallableTestMethod($dependencyTarget)) { - $this->markWarningForUncallableDependency($dependency); + $this->markErrorForInvalidDependency($dependency); } else { $this->markSkippedForMissingDependency($dependency); } @@ -2184,106 +1563,76 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T return false; } - if (isset($passed[$dependencyTarget])) { - if ($passed[$dependencyTarget]['size'] != \PHPUnit\Util\Test::UNKNOWN && - $this->getSize() != \PHPUnit\Util\Test::UNKNOWN && - $passed[$dependencyTarget]['size'] > $this->getSize()) { - $this->result->addError( - $this, - new SkippedTestError( - 'This test depends on a test that is larger than itself.', - ), - 0, - ); + if ($passedTests->isGreaterThan($dependencyTarget, $this->size())) { + Event\Facade::emitter()->testConsideredRisky( + $this->valueObjectForEvents(), + 'This test depends on a test that is larger than itself', + ); - return false; - } + return false; + } - if ($dependency->useDeepClone()) { - $deepCopy = new DeepCopy; - $deepCopy->skipUncloneable(false); + $returnValue = $passedTests->returnValue($dependencyTarget); - $this->dependencyInput[$dependencyTarget] = $deepCopy->copy($passed[$dependencyTarget]['result']); - } elseif ($dependency->useShallowClone()) { - $this->dependencyInput[$dependencyTarget] = clone $passed[$dependencyTarget]['result']; - } else { - $this->dependencyInput[$dependencyTarget] = $passed[$dependencyTarget]['result']; - } + if ($dependency->deepClone()) { + $deepCopy = new DeepCopy; + $deepCopy->skipUncloneable(false); + + $this->dependencyInput[$dependencyTarget] = $deepCopy->copy($returnValue); + } elseif ($dependency->shallowClone()) { + $this->dependencyInput[$dependencyTarget] = clone $returnValue; } else { - $this->dependencyInput[$dependencyTarget] = null; + $this->dependencyInput[$dependencyTarget] = $returnValue; } } + $this->testValueObjectForEvents = null; + return true; } - private function markSkippedForNotSpecifyingDependency(): void + /** + * @throws Exception + * @throws MoreThanOneDataSetFromDataProviderException + * @throws NoPreviousThrowableException + */ + private function markErrorForInvalidDependency(?ExecutionOrderDependency $dependency = null): void { - $this->status = BaseTestRunner::STATUS_SKIPPED; + $message = 'This test has an invalid dependency'; + + if ($dependency !== null) { + $message = sprintf( + 'This test depends on "%s" which does not exist', + $dependency->targetIsClass() ? $dependency->getTargetClassName() : $dependency->getTarget(), + ); + } - $this->result->startTest($this); + $exception = new InvalidDependencyException($message); - $this->result->addError( - $this, - new SkippedTestError( - 'This method has an invalid @depends annotation.', - ), - 0, + Event\Facade::emitter()->testErrored( + $this->valueObjectForEvents(), + Event\Code\ThrowableBuilder::from($exception), ); - $this->result->endTest($this, 0); + $this->status = TestStatus::error($message); } + /** + * @throws MoreThanOneDataSetFromDataProviderException + */ private function markSkippedForMissingDependency(ExecutionOrderDependency $dependency): void { - $this->status = BaseTestRunner::STATUS_SKIPPED; - - $this->result->startTest($this); - - $this->result->addError( - $this, - new SkippedTestError( - sprintf( - 'This test depends on "%s" to pass.', - $dependency->getTarget(), - ), - ), - 0, + $message = sprintf( + 'This test depends on "%s" to pass', + $dependency->getTarget(), ); - $this->result->endTest($this, 0); - } - - private function markWarningForUncallableDependency(ExecutionOrderDependency $dependency): void - { - $this->status = BaseTestRunner::STATUS_WARNING; - - $this->result->startTest($this); - - $this->result->addWarning( - $this, - new Warning( - sprintf( - 'This test depends on "%s" which does not exist.', - $dependency->getTarget(), - ), - ), - 0, + Event\Facade::emitter()->testSkipped( + $this->valueObjectForEvents(), + $message, ); - $this->result->endTest($this, 0); - } - - /** - * Get the mock object generator, creating it if it doesn't exist. - */ - private function getMockObjectGenerator(): MockGenerator - { - if ($this->mockObjectGenerator === null) { - $this->mockObjectGenerator = new MockGenerator; - } - - return $this->mockObjectGenerator; + $this->status = TestStatus::skipped($message); } private function startOutputBuffering(): void @@ -2295,45 +1644,55 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T } /** - * @throws RiskyTestError + * @throws MoreThanOneDataSetFromDataProviderException */ - private function stopOutputBuffering(): void + private function stopOutputBuffering(): bool { - if (ob_get_level() !== $this->outputBufferingLevel) { + $bufferingLevel = ob_get_level(); + + if ($bufferingLevel !== $this->outputBufferingLevel) { + if ($bufferingLevel > $this->outputBufferingLevel) { + $message = 'Test code or tested code did not close its own output buffers'; + } else { + $message = 'Test code or tested code closed output buffers other than its own'; + } + while (ob_get_level() >= $this->outputBufferingLevel) { ob_end_clean(); } - throw new RiskyTestError( - 'Test code or tested code did not (only) close its own output buffers', + Event\Facade::emitter()->testConsideredRisky( + $this->valueObjectForEvents(), + $message, ); - } - $this->output = ob_get_contents(); + $this->status = TestStatus::risky($message); - if ($this->outputCallback !== false) { - $this->output = (string) call_user_func($this->outputCallback, $this->output); + return false; } - ob_end_clean(); + $this->output = ob_get_clean(); $this->outputBufferingActive = false; $this->outputBufferingLevel = ob_get_level(); + + return true; } private function snapshotGlobalState(): void { if ($this->runTestInSeparateProcess || $this->inIsolation || - (!$this->backupGlobals && !$this->backupStaticAttributes)) { + (!$this->backupGlobals && !$this->backupStaticProperties)) { return; } - $this->snapshot = $this->createGlobalStateSnapshot($this->backupGlobals === true); + $snapshot = $this->createGlobalStateSnapshot($this->backupGlobals === true); + + $this->snapshot = $snapshot; } /** - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * @throws RiskyTestError + * @throws MoreThanOneDataSetFromDataProviderException */ private function restoreGlobalState(): void { @@ -2341,15 +1700,11 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T return; } - if ($this->beStrictAboutChangesToGlobalState) { - try { - $this->compareGlobalStateSnapshots( - $this->snapshot, - $this->createGlobalStateSnapshot($this->backupGlobals === true), - ); - } catch (RiskyTestError $rte) { - // Intentionally left empty - } + if (ConfigurationRegistry::get()->beStrictAboutChangesToGlobalState()) { + $this->compareGlobalStateSnapshots( + $this->snapshot, + $this->createGlobalStateSnapshot($this->backupGlobals === true), + ); } $restorer = new Restorer; @@ -2358,33 +1713,21 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T $restorer->restoreGlobalVariables($this->snapshot); } - if ($this->backupStaticAttributes) { - $restorer->restoreStaticAttributes($this->snapshot); + if ($this->backupStaticProperties) { + $restorer->restoreStaticProperties($this->snapshot); } $this->snapshot = null; - - if (isset($rte)) { - throw $rte; - } } private function createGlobalStateSnapshot(bool $backupGlobals): Snapshot { - $excludeList = new ExcludeList; + $excludeList = new GlobalStateExcludeList; foreach ($this->backupGlobalsExcludeList as $globalVariable) { $excludeList->addGlobalVariable($globalVariable); } - if (!empty($this->backupGlobalsBlacklist)) { - $this->addWarning('PHPUnit\Framework\TestCase::$backupGlobalsBlacklist is deprecated and will be removed in PHPUnit 10. Please use PHPUnit\Framework\TestCase::$backupGlobalsExcludeList instead.'); - - foreach ($this->backupGlobalsBlacklist as $globalVariable) { - $excludeList->addGlobalVariable($globalVariable); - } - } - if (!defined('PHPUNIT_TESTSUITE')) { $excludeList->addClassNamePrefix('PHPUnit'); $excludeList->addClassNamePrefix('SebastianBergmann\CodeCoverage'); @@ -2392,23 +1735,11 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T $excludeList->addClassNamePrefix('SebastianBergmann\Invoker'); $excludeList->addClassNamePrefix('SebastianBergmann\Template'); $excludeList->addClassNamePrefix('SebastianBergmann\Timer'); - $excludeList->addClassNamePrefix('Doctrine\Instantiator'); - $excludeList->addClassNamePrefix('Prophecy'); - $excludeList->addStaticAttribute(ComparatorFactory::class, 'instance'); - - foreach ($this->backupStaticAttributesExcludeList as $class => $attributes) { - foreach ($attributes as $attribute) { - $excludeList->addStaticAttribute($class, $attribute); - } - } + $excludeList->addStaticProperty(ComparatorFactory::class, 'instance'); - if (!empty($this->backupStaticAttributesBlacklist)) { - $this->addWarning('PHPUnit\Framework\TestCase::$backupStaticAttributesBlacklist is deprecated and will be removed in PHPUnit 10. Please use PHPUnit\Framework\TestCase::$backupStaticAttributesExcludeList instead.'); - - foreach ($this->backupStaticAttributesBlacklist as $class => $attributes) { - foreach ($attributes as $attribute) { - $excludeList->addStaticAttribute($class, $attribute); - } + foreach ($this->backupStaticPropertiesExcludeList as $class => $properties) { + foreach ($properties as $property) { + $excludeList->addStaticProperty($class, $property); } } } @@ -2416,7 +1747,7 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T return new Snapshot( $excludeList, $backupGlobals, - (bool) $this->backupStaticAttributes, + (bool) $this->backupStaticProperties, false, false, false, @@ -2428,8 +1759,7 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T } /** - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * @throws RiskyTestError + * @throws MoreThanOneDataSetFromDataProviderException */ private function compareGlobalStateSnapshots(Snapshot $before, Snapshot $after): void { @@ -2449,55 +1779,43 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T ); } - if ($this->backupStaticAttributes) { + if ($this->backupStaticProperties) { $this->compareGlobalStateSnapshotPart( - $before->staticAttributes(), - $after->staticAttributes(), - "--- Static attributes before the test\n+++ Static attributes after the test\n", + $before->staticProperties(), + $after->staticProperties(), + "--- Static properties before the test\n+++ Static properties after the test\n", ); } } /** - * @throws RiskyTestError + * @throws MoreThanOneDataSetFromDataProviderException */ private function compareGlobalStateSnapshotPart(array $before, array $after, string $header): void { if ($before != $after) { - $differ = new Differ($header); + $differ = new Differ(new UnifiedDiffOutputBuilder($header)); $exporter = new Exporter; - $diff = $differ->diff( - $exporter->export($before), - $exporter->export($after), - ); - - throw new RiskyTestError( - $diff, + Event\Facade::emitter()->testConsideredRisky( + $this->valueObjectForEvents(), + 'This test modified global state but was not expected to do so' . PHP_EOL . + trim( + $differ->diff( + $exporter->export($before), + $exporter->export($after), + ), + ), ); } } - private function getProphet(): Prophet - { - if ($this->prophet === null) { - $this->prophet = new Prophet; - } - - return $this->prophet; - } - - /** - * @throws \SebastianBergmann\ObjectEnumerator\InvalidArgumentException - */ private function shouldInvocationMockerBeReset(MockObject $mock): bool { $enumerator = new Enumerator; - foreach ($enumerator->enumerate($this->dependencyInput) as $object) { - if ($mock === $object) { - return false; - } + if (in_array($mock, $enumerator->enumerate($this->dependencyInput), true)) { + return false; } if (!is_array($this->testResult) && !is_object($this->testResult)) { @@ -2507,12 +1825,7 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T return !in_array($mock, $enumerator->enumerate($this->testResult), true); } - /** - * @throws \SebastianBergmann\ObjectEnumerator\InvalidArgumentException - * @throws \SebastianBergmann\ObjectReflector\InvalidArgumentException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - */ - private function registerMockObjectsFromTestArguments(array $testArguments, array &$visited = []): void + private function registerMockObjectsFromTestArguments(array $testArguments, Context $context = new Context): void { if ($this->registerMockObjectsFromTestArgumentsRecursively) { foreach ((new Enumerator)->enumerate($testArguments) as $object) { @@ -2526,30 +1839,18 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T $testArgument = Cloner::clone($testArgument); $this->registerMockObject($testArgument); - } elseif (is_array($testArgument) && !in_array($testArgument, $visited, true)) { - $visited[] = $testArgument; + } elseif (is_array($testArgument) && !$context->contains($testArgument)) { + $context->add($testArgument); $this->registerMockObjectsFromTestArguments( $testArgument, - $visited, + $context, ); } } } } - private function setDoesNotPerformAssertionsFromAnnotation(): void - { - $annotations = TestUtil::parseTestMethodAnnotations( - static::class, - $this->name, - ); - - if (isset($annotations['method']['doesNotPerformAssertions'])) { - $this->doesNotPerformAssertions = true; - } - } - private function unregisterCustomComparators(): void { $factory = ComparatorFactory::getInstance(); @@ -2582,7 +1883,7 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T /** * @throws Exception */ - private function checkExceptionExpectations(Throwable $throwable): bool + private function shouldExceptionExpectationsBeVerified(Throwable $throwable): bool { $result = false; @@ -2617,10 +1918,21 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T return $result; } - private function runInSeparateProcess(): bool + private function shouldRunInSeparateProcess(): bool { - return ($this->runTestInSeparateProcess || $this->runClassInSeparateProcess) && - !$this->inIsolation && !$this instanceof PhptTestCase; + if ($this->inIsolation) { + return false; + } + + if ($this->runTestInSeparateProcess) { + return true; + } + + if ($this->runClassInSeparateProcess) { + return true; + } + + return ConfigurationRegistry::get()->processIsolation(); } private function isCallableTestMethod(string $dependency): bool @@ -2631,11 +1943,7 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T return false; } - try { - $class = new ReflectionClass($className); - } catch (ReflectionException $e) { - return false; - } + $class = new ReflectionClass($className); if (!$class->isSubclassOf(__CLASS__)) { return false; @@ -2645,29 +1953,342 @@ abstract class TestCase extends Assert implements Reorderable, SelfDescribing, T return false; } + return TestUtil::isTestMethod( + $class->getMethod($methodName), + ); + } + + /** + * @throws Exception + * @throws ExpectationFailedException + * @throws MoreThanOneDataSetFromDataProviderException + * @throws NoPreviousThrowableException + */ + private function performAssertionsOnOutput(): void + { try { - $method = $class->getMethod($methodName); - } catch (ReflectionException $e) { - return false; + if ($this->outputExpectedRegex !== null) { + $this->assertMatchesRegularExpression($this->outputExpectedRegex, $this->output); + } elseif ($this->outputExpectedString !== null) { + $this->assertSame($this->outputExpectedString, $this->output); + } + } catch (ExpectationFailedException $e) { + $this->status = TestStatus::failure($e->getMessage()); + + Event\Facade::emitter()->testFailed( + $this->valueObjectForEvents(), + Event\Code\ThrowableBuilder::from($e), + Event\Code\ComparisonFailureBuilder::from($e), + ); + + throw $e; + } + } + + /** + * @throws Throwable + */ + private function invokeBeforeClassHookMethods(array $hookMethods, Event\Emitter $emitter): void + { + $this->invokeHookMethods( + $hookMethods['beforeClass'], + $emitter, + 'testBeforeFirstTestMethodCalled', + 'testBeforeFirstTestMethodFinished', + ); + } + + /** + * @throws Throwable + */ + private function invokeBeforeTestHookMethods(array $hookMethods, Event\Emitter $emitter): void + { + $this->invokeHookMethods( + $hookMethods['before'], + $emitter, + 'testBeforeTestMethodCalled', + 'testBeforeTestMethodFinished', + ); + } + + /** + * @throws Throwable + */ + private function invokePreConditionHookMethods(array $hookMethods, Event\Emitter $emitter): void + { + $this->invokeHookMethods( + $hookMethods['preCondition'], + $emitter, + 'testPreConditionCalled', + 'testPreConditionFinished', + ); + } + + /** + * @throws Throwable + */ + private function invokePostConditionHookMethods(array $hookMethods, Event\Emitter $emitter): void + { + $this->invokeHookMethods( + $hookMethods['postCondition'], + $emitter, + 'testPostConditionCalled', + 'testPostConditionFinished', + ); + } + + /** + * @throws Throwable + */ + private function invokeAfterTestHookMethods(array $hookMethods, Event\Emitter $emitter): void + { + $this->invokeHookMethods( + $hookMethods['after'], + $emitter, + 'testAfterTestMethodCalled', + 'testAfterTestMethodFinished', + ); + } + + /** + * @throws Throwable + */ + private function invokeAfterClassHookMethods(array $hookMethods, Event\Emitter $emitter): void + { + $this->invokeHookMethods( + $hookMethods['afterClass'], + $emitter, + 'testAfterLastTestMethodCalled', + 'testAfterLastTestMethodFinished', + ); + } + + /** + * @psalm-param list $hookMethods + * @psalm-param 'testBeforeFirstTestMethodCalled'|'testBeforeTestMethodCalled'|'testPreConditionCalled'|'testPostConditionCalled'|'testAfterTestMethodCalled'|'testAfterLastTestMethodCalled' $calledMethod + * @psalm-param 'testBeforeFirstTestMethodFinished'|'testBeforeTestMethodFinished'|'testPreConditionFinished'|'testPostConditionFinished'|'testAfterTestMethodFinished'|'testAfterLastTestMethodFinished' $finishedMethod + * + * @throws Throwable + */ + private function invokeHookMethods(array $hookMethods, Event\Emitter $emitter, string $calledMethod, string $finishedMethod): void + { + $methodsInvoked = []; + + foreach ($hookMethods as $methodName) { + if ($this->methodDoesNotExistOrIsDeclaredInTestCase($methodName)) { + continue; + } + + try { + $this->{$methodName}(); + } catch (Throwable $t) { + } + + $methodInvoked = new Event\Code\ClassMethod( + static::class, + $methodName, + ); + + $emitter->{$calledMethod}( + static::class, + $methodInvoked + ); + + $methodsInvoked[] = $methodInvoked; + + if (isset($t)) { + break; + } + } + + if (!empty($methodsInvoked)) { + $emitter->{$finishedMethod}( + static::class, + ...$methodsInvoked + ); + } + + if (isset($t)) { + throw $t; + } + } + + private function methodDoesNotExistOrIsDeclaredInTestCase(string $methodName): bool + { + $reflector = new ReflectionObject($this); + + return !$reflector->hasMethod($methodName) || + $reflector->getMethod($methodName)->getDeclaringClass()->getName() === self::class; + } + + /** + * @throws ExpectationFailedException + */ + private function verifyExceptionExpectations(\Exception|Throwable $exception): void + { + if ($this->expectedException !== null) { + $this->assertThat( + $exception, + new ExceptionConstraint( + $this->expectedException, + ), + ); + } + + if ($this->expectedExceptionMessage !== null) { + $this->assertThat( + $exception->getMessage(), + new ExceptionMessageIsOrContains( + $this->expectedExceptionMessage, + ), + ); + } + + if ($this->expectedExceptionMessageRegExp !== null) { + $this->assertThat( + $exception->getMessage(), + new ExceptionMessageMatchesRegularExpression( + $this->expectedExceptionMessageRegExp, + ), + ); + } + + if ($this->expectedExceptionCode !== null) { + $this->assertThat( + $exception->getCode(), + new ExceptionCode( + $this->expectedExceptionCode, + ), + ); + } + } + + /** + * @throws AssertionFailedError + */ + private function expectedExceptionWasNotRaised(): void + { + if ($this->expectedException !== null) { + $this->assertThat( + null, + new ExceptionConstraint($this->expectedException), + ); + } elseif ($this->expectedExceptionMessage !== null) { + $this->numberOfAssertionsPerformed++; + + throw new AssertionFailedError( + sprintf( + 'Failed asserting that exception with message "%s" is thrown', + $this->expectedExceptionMessage, + ), + ); + } elseif ($this->expectedExceptionMessageRegExp !== null) { + $this->numberOfAssertionsPerformed++; + + throw new AssertionFailedError( + sprintf( + 'Failed asserting that exception with message matching "%s" is thrown', + $this->expectedExceptionMessageRegExp, + ), + ); + } elseif ($this->expectedExceptionCode !== null) { + $this->numberOfAssertionsPerformed++; + + throw new AssertionFailedError( + sprintf( + 'Failed asserting that exception with code "%s" is thrown', + $this->expectedExceptionCode, + ), + ); + } + } + + private function isRegisteredFailure(Throwable $t): bool + { + foreach (array_keys($this->failureTypes) as $failureType) { + if ($t instanceof $failureType) { + return true; + } } - return TestUtil::isTestMethod($method); + return false; + } + + /** + * @internal This method is not covered by the backward compatibility promise for PHPUnit + */ + private function hasExpectationOnOutput(): bool + { + return is_string($this->outputExpectedString) || is_string($this->outputExpectedRegex); } /** + * Creates a test stub for the specified interface or class. + * * @psalm-template RealInstanceType of object * * @psalm-param class-string $originalClassName * - * @psalm-return MockObject&RealInstanceType + * @psalm-return Stub&RealInstanceType + * + * @throws \PHPUnit\Framework\MockObject\Exception + * @throws InvalidArgumentException + * @throws NoPreviousThrowableException */ - private function createMockObject(string $originalClassName): MockObject + protected static function createStub(string $originalClassName): Stub { - return $this->getMockBuilder($originalClassName) - ->disableOriginalConstructor() - ->disableOriginalClone() - ->disableArgumentCloning() - ->disallowMockingUnknownTypes() - ->getMock(); + $stub = (new MockGenerator)->testDouble( + $originalClassName, + true, + callOriginalConstructor: false, + callOriginalClone: false, + cloneArguments: false, + allowMockingUnknownTypes: false, + ); + + Event\Facade::emitter()->testCreatedStub($originalClassName); + + assert($stub instanceof $originalClassName); + assert($stub instanceof Stub); + + return $stub; + } + + /** + * @psalm-param list $interfaces + * + * @throws \PHPUnit\Framework\MockObject\Exception + */ + protected static function createStubForIntersectionOfInterfaces(array $interfaces): Stub + { + $stub = (new MockGenerator)->testDoubleForInterfaceIntersection($interfaces, false); + + Event\Facade::emitter()->testCreatedStubForIntersectionOfInterfaces($interfaces); + + return $stub; + } + + /** + * Creates (and configures) a test stub for the specified interface or class. + * + * @psalm-template RealInstanceType of object + * + * @psalm-param class-string $originalClassName + * + * @psalm-return Stub&RealInstanceType + * + * @throws \PHPUnit\Framework\MockObject\Exception + * @throws InvalidArgumentException + * @throws NoPreviousThrowableException + */ + final protected static function createConfiguredStub(string $originalClassName, array $configuration): Stub + { + $o = self::createStub($originalClassName); + + foreach ($configuration as $method => $return) { + $o->method($method)->willReturn($return); + } + + return $o; } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/TestFailure.php b/Sources/vendor/phpunit/phpunit/src/Framework/TestFailure.php deleted file mode 100755 index f49dfc35..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Framework/TestFailure.php +++ /dev/null @@ -1,155 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Framework; - -use function get_class; -use function sprintf; -use function trim; -use PHPUnit\Framework\Error\Error; -use Throwable; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - */ -final class TestFailure -{ - /** - * @var null|Test - */ - private $failedTest; - - /** - * @var Throwable - */ - private $thrownException; - - /** - * @var string - */ - private $testName; - - /** - * Returns a description for an exception. - */ - public static function exceptionToString(Throwable $e): string - { - if ($e instanceof SelfDescribing) { - $buffer = $e->toString(); - - if ($e instanceof ExpectationFailedException && $e->getComparisonFailure()) { - $buffer .= $e->getComparisonFailure()->getDiff(); - } - - if ($e instanceof PHPTAssertionFailedError) { - $buffer .= $e->getDiff(); - } - - if (!empty($buffer)) { - $buffer = trim($buffer) . "\n"; - } - - return $buffer; - } - - if ($e instanceof Error) { - return $e->getMessage() . "\n"; - } - - if ($e instanceof ExceptionWrapper) { - return $e->getClassName() . ': ' . $e->getMessage() . "\n"; - } - - return get_class($e) . ': ' . $e->getMessage() . "\n"; - } - - /** - * Constructs a TestFailure with the given test and exception. - */ - public function __construct(Test $failedTest, Throwable $t) - { - if ($failedTest instanceof SelfDescribing) { - $this->testName = $failedTest->toString(); - } else { - $this->testName = get_class($failedTest); - } - - if (!$failedTest instanceof TestCase || !$failedTest->isInIsolation()) { - $this->failedTest = $failedTest; - } - - $this->thrownException = $t; - } - - /** - * Returns a short description of the failure. - */ - public function toString(): string - { - return sprintf( - '%s: %s', - $this->testName, - $this->thrownException->getMessage(), - ); - } - - /** - * Returns a description for the thrown exception. - */ - public function getExceptionAsString(): string - { - return self::exceptionToString($this->thrownException); - } - - /** - * Returns the name of the failing test (including data set, if any). - */ - public function getTestName(): string - { - return $this->testName; - } - - /** - * Returns the failing test. - * - * Note: The test object is not set when the test is executed in process - * isolation. - * - * @see Exception - */ - public function failedTest(): ?Test - { - return $this->failedTest; - } - - /** - * Gets the thrown exception. - */ - public function thrownException(): Throwable - { - return $this->thrownException; - } - - /** - * Returns the exception's message. - */ - public function exceptionMessage(): string - { - return $this->thrownException()->getMessage(); - } - - /** - * Returns true if the thrown exception - * is of type AssertionFailedError. - */ - public function isFailure(): bool - { - return $this->thrownException() instanceof AssertionFailedError; - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/TestListener.php b/Sources/vendor/phpunit/phpunit/src/Framework/TestListener.php deleted file mode 100755 index eade600f..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Framework/TestListener.php +++ /dev/null @@ -1,45 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Framework; - -use Throwable; - -/** - * This interface, as well as the associated mechanism for extending PHPUnit, - * will be removed in PHPUnit 10. There is no alternative available in this - * version of PHPUnit. - * - * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit - * - * @deprecated - * @see https://github.com/sebastianbergmann/phpunit/issues/4676 - */ -interface TestListener -{ - public function addError(Test $test, Throwable $t, float $time): void; - - public function addWarning(Test $test, Warning $e, float $time): void; - - public function addFailure(Test $test, AssertionFailedError $e, float $time): void; - - public function addIncompleteTest(Test $test, Throwable $t, float $time): void; - - public function addRiskyTest(Test $test, Throwable $t, float $time): void; - - public function addSkippedTest(Test $test, Throwable $t, float $time): void; - - public function startTestSuite(TestSuite $suite): void; - - public function endTestSuite(TestSuite $suite): void; - - public function startTest(Test $test): void; - - public function endTest(Test $test, float $time): void; -} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/TestListenerDefaultImplementation.php b/Sources/vendor/phpunit/phpunit/src/Framework/TestListenerDefaultImplementation.php deleted file mode 100755 index 5731d98d..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Framework/TestListenerDefaultImplementation.php +++ /dev/null @@ -1,60 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Framework; - -use Throwable; - -/** - * @deprecated The `TestListener` interface is deprecated - * - * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit - */ -trait TestListenerDefaultImplementation -{ - public function addError(Test $test, Throwable $t, float $time): void - { - } - - public function addWarning(Test $test, Warning $e, float $time): void - { - } - - public function addFailure(Test $test, AssertionFailedError $e, float $time): void - { - } - - public function addIncompleteTest(Test $test, Throwable $t, float $time): void - { - } - - public function addRiskyTest(Test $test, Throwable $t, float $time): void - { - } - - public function addSkippedTest(Test $test, Throwable $t, float $time): void - { - } - - public function startTestSuite(TestSuite $suite): void - { - } - - public function endTestSuite(TestSuite $suite): void - { - } - - public function startTest(Test $test): void - { - } - - public function endTest(Test $test, float $time): void - { - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/TestResult.php b/Sources/vendor/phpunit/phpunit/src/Framework/TestResult.php deleted file mode 100755 index 2c487255..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Framework/TestResult.php +++ /dev/null @@ -1,1323 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Framework; - -use const PHP_EOL; -use function class_exists; -use function count; -use function extension_loaded; -use function function_exists; -use function get_class; -use function sprintf; -use function xdebug_get_monitored_functions; -use function xdebug_is_debugger_active; -use function xdebug_start_function_monitor; -use function xdebug_stop_function_monitor; -use AssertionError; -use Countable; -use Error; -use PHPUnit\Util\ErrorHandler; -use PHPUnit\Util\ExcludeList; -use PHPUnit\Util\Printer; -use PHPUnit\Util\Test as TestUtil; -use ReflectionClass; -use ReflectionException; -use SebastianBergmann\CodeCoverage\CodeCoverage; -use SebastianBergmann\CodeCoverage\Exception as OriginalCodeCoverageException; -use SebastianBergmann\CodeCoverage\UnintentionallyCoveredCodeException; -use SebastianBergmann\Invoker\Invoker; -use SebastianBergmann\Invoker\TimeoutException; -use SebastianBergmann\ResourceOperations\ResourceOperations; -use SebastianBergmann\Timer\Timer; -use Throwable; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - */ -final class TestResult implements Countable -{ - /** - * @var array - */ - private $passed = []; - - /** - * @var array - */ - private $passedTestClasses = []; - - /** - * @var bool - */ - private $currentTestSuiteFailed = false; - - /** - * @var TestFailure[] - */ - private $errors = []; - - /** - * @var TestFailure[] - */ - private $failures = []; - - /** - * @var TestFailure[] - */ - private $warnings = []; - - /** - * @var TestFailure[] - */ - private $notImplemented = []; - - /** - * @var TestFailure[] - */ - private $risky = []; - - /** - * @var TestFailure[] - */ - private $skipped = []; - - /** - * @deprecated Use the `TestHook` interfaces instead - * - * @var TestListener[] - */ - private $listeners = []; - - /** - * @var int - */ - private $runTests = 0; - - /** - * @var float - */ - private $time = 0; - - /** - * Code Coverage information. - * - * @var CodeCoverage - */ - private $codeCoverage; - - /** - * @var bool - */ - private $convertDeprecationsToExceptions = false; - - /** - * @var bool - */ - private $convertErrorsToExceptions = true; - - /** - * @var bool - */ - private $convertNoticesToExceptions = true; - - /** - * @var bool - */ - private $convertWarningsToExceptions = true; - - /** - * @var bool - */ - private $stop = false; - - /** - * @var bool - */ - private $stopOnError = false; - - /** - * @var bool - */ - private $stopOnFailure = false; - - /** - * @var bool - */ - private $stopOnWarning = false; - - /** - * @var bool - */ - private $beStrictAboutTestsThatDoNotTestAnything = true; - - /** - * @var bool - */ - private $beStrictAboutOutputDuringTests = false; - - /** - * @var bool - */ - private $beStrictAboutTodoAnnotatedTests = false; - - /** - * @var bool - */ - private $beStrictAboutResourceUsageDuringSmallTests = false; - - /** - * @var bool - */ - private $enforceTimeLimit = false; - - /** - * @var bool - */ - private $forceCoversAnnotation = false; - - /** - * @var int - */ - private $timeoutForSmallTests = 1; - - /** - * @var int - */ - private $timeoutForMediumTests = 10; - - /** - * @var int - */ - private $timeoutForLargeTests = 60; - - /** - * @var bool - */ - private $stopOnRisky = false; - - /** - * @var bool - */ - private $stopOnIncomplete = false; - - /** - * @var bool - */ - private $stopOnSkipped = false; - - /** - * @var bool - */ - private $lastTestFailed = false; - - /** - * @var int - */ - private $defaultTimeLimit = 0; - - /** - * @var bool - */ - private $stopOnDefect = false; - - /** - * @var bool - */ - private $registerMockObjectsFromTestArgumentsRecursively = false; - - /** - * @deprecated Use the `TestHook` interfaces instead - * - * @codeCoverageIgnore - * - * Registers a TestListener. - */ - public function addListener(TestListener $listener): void - { - $this->listeners[] = $listener; - } - - /** - * @deprecated Use the `TestHook` interfaces instead - * - * @codeCoverageIgnore - * - * Unregisters a TestListener. - */ - public function removeListener(TestListener $listener): void - { - foreach ($this->listeners as $key => $_listener) { - if ($listener === $_listener) { - unset($this->listeners[$key]); - } - } - } - - /** - * @deprecated Use the `TestHook` interfaces instead - * - * @codeCoverageIgnore - * - * Flushes all flushable TestListeners. - */ - public function flushListeners(): void - { - foreach ($this->listeners as $listener) { - if ($listener instanceof Printer) { - $listener->flush(); - } - } - } - - /** - * Adds an error to the list of errors. - */ - public function addError(Test $test, Throwable $t, float $time): void - { - if ($t instanceof RiskyTestError) { - $this->recordRisky($test, $t); - - $notifyMethod = 'addRiskyTest'; - - if ($test instanceof TestCase) { - $test->markAsRisky(); - } - - if ($this->stopOnRisky || $this->stopOnDefect) { - $this->stop(); - } - } elseif ($t instanceof IncompleteTest) { - $this->recordNotImplemented($test, $t); - - $notifyMethod = 'addIncompleteTest'; - - if ($this->stopOnIncomplete) { - $this->stop(); - } - } elseif ($t instanceof SkippedTest) { - $this->recordSkipped($test, $t); - - $notifyMethod = 'addSkippedTest'; - - if ($this->stopOnSkipped) { - $this->stop(); - } - } else { - $this->recordError($test, $t); - - $notifyMethod = 'addError'; - - if ($this->stopOnError || $this->stopOnFailure) { - $this->stop(); - } - } - - // @see https://github.com/sebastianbergmann/phpunit/issues/1953 - if ($t instanceof Error) { - $t = new ExceptionWrapper($t); - } - - foreach ($this->listeners as $listener) { - $listener->{$notifyMethod}($test, $t, $time); - } - - $this->lastTestFailed = true; - $this->time += $time; - } - - /** - * Adds a warning to the list of warnings. - * The passed in exception caused the warning. - */ - public function addWarning(Test $test, Warning $e, float $time): void - { - if ($this->stopOnWarning || $this->stopOnDefect) { - $this->stop(); - } - - $this->recordWarning($test, $e); - - foreach ($this->listeners as $listener) { - $listener->addWarning($test, $e, $time); - } - - $this->time += $time; - } - - /** - * Adds a failure to the list of failures. - * The passed in exception caused the failure. - */ - public function addFailure(Test $test, AssertionFailedError $e, float $time): void - { - if ($e instanceof RiskyTestError || $e instanceof OutputError) { - $this->recordRisky($test, $e); - - $notifyMethod = 'addRiskyTest'; - - if ($test instanceof TestCase) { - $test->markAsRisky(); - } - - if ($this->stopOnRisky || $this->stopOnDefect) { - $this->stop(); - } - } elseif ($e instanceof IncompleteTest) { - $this->recordNotImplemented($test, $e); - - $notifyMethod = 'addIncompleteTest'; - - if ($this->stopOnIncomplete) { - $this->stop(); - } - } elseif ($e instanceof SkippedTest) { - $this->recordSkipped($test, $e); - - $notifyMethod = 'addSkippedTest'; - - if ($this->stopOnSkipped) { - $this->stop(); - } - } else { - $this->failures[] = new TestFailure($test, $e); - $notifyMethod = 'addFailure'; - - if ($this->stopOnFailure || $this->stopOnDefect) { - $this->stop(); - } - } - - foreach ($this->listeners as $listener) { - $listener->{$notifyMethod}($test, $e, $time); - } - - $this->lastTestFailed = true; - $this->time += $time; - } - - /** - * Informs the result that a test suite will be started. - */ - public function startTestSuite(TestSuite $suite): void - { - $this->currentTestSuiteFailed = false; - - foreach ($this->listeners as $listener) { - $listener->startTestSuite($suite); - } - } - - /** - * Informs the result that a test suite was completed. - */ - public function endTestSuite(TestSuite $suite): void - { - if (!$this->currentTestSuiteFailed) { - $this->passedTestClasses[] = $suite->getName(); - } - - foreach ($this->listeners as $listener) { - $listener->endTestSuite($suite); - } - } - - /** - * Informs the result that a test will be started. - */ - public function startTest(Test $test): void - { - $this->lastTestFailed = false; - $this->runTests += count($test); - - foreach ($this->listeners as $listener) { - $listener->startTest($test); - } - } - - /** - * Informs the result that a test was completed. - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - */ - public function endTest(Test $test, float $time): void - { - foreach ($this->listeners as $listener) { - $listener->endTest($test, $time); - } - - if (!$this->lastTestFailed && $test instanceof TestCase) { - $class = get_class($test); - $key = $class . '::' . $test->getName(); - - $this->passed[$key] = [ - 'result' => $test->getResult(), - 'size' => TestUtil::getSize( - $class, - $test->getName(false), - ), - ]; - - $this->time += $time; - } - - if ($this->lastTestFailed && $test instanceof TestCase) { - $this->currentTestSuiteFailed = true; - } - } - - /** - * Returns true if no risky test occurred. - */ - public function allHarmless(): bool - { - return $this->riskyCount() === 0; - } - - /** - * Gets the number of risky tests. - */ - public function riskyCount(): int - { - return count($this->risky); - } - - /** - * Returns true if no incomplete test occurred. - */ - public function allCompletelyImplemented(): bool - { - return $this->notImplementedCount() === 0; - } - - /** - * Gets the number of incomplete tests. - */ - public function notImplementedCount(): int - { - return count($this->notImplemented); - } - - /** - * Returns an array of TestFailure objects for the risky tests. - * - * @return TestFailure[] - */ - public function risky(): array - { - return $this->risky; - } - - /** - * Returns an array of TestFailure objects for the incomplete tests. - * - * @return TestFailure[] - */ - public function notImplemented(): array - { - return $this->notImplemented; - } - - /** - * Returns true if no test has been skipped. - */ - public function noneSkipped(): bool - { - return $this->skippedCount() === 0; - } - - /** - * Gets the number of skipped tests. - */ - public function skippedCount(): int - { - return count($this->skipped); - } - - /** - * Returns an array of TestFailure objects for the skipped tests. - * - * @return TestFailure[] - */ - public function skipped(): array - { - return $this->skipped; - } - - /** - * Gets the number of detected errors. - */ - public function errorCount(): int - { - return count($this->errors); - } - - /** - * Returns an array of TestFailure objects for the errors. - * - * @return TestFailure[] - */ - public function errors(): array - { - return $this->errors; - } - - /** - * Gets the number of detected failures. - */ - public function failureCount(): int - { - return count($this->failures); - } - - /** - * Returns an array of TestFailure objects for the failures. - * - * @return TestFailure[] - */ - public function failures(): array - { - return $this->failures; - } - - /** - * Gets the number of detected warnings. - */ - public function warningCount(): int - { - return count($this->warnings); - } - - /** - * Returns an array of TestFailure objects for the warnings. - * - * @return TestFailure[] - */ - public function warnings(): array - { - return $this->warnings; - } - - /** - * Returns the names of the tests that have passed. - */ - public function passed(): array - { - return $this->passed; - } - - /** - * Returns the names of the TestSuites that have passed. - * - * This enables @depends-annotations for TestClassName::class - */ - public function passedClasses(): array - { - return $this->passedTestClasses; - } - - /** - * Returns whether code coverage information should be collected. - */ - public function getCollectCodeCoverageInformation(): bool - { - return $this->codeCoverage !== null; - } - - /** - * Runs a TestCase. - * - * @throws \SebastianBergmann\CodeCoverage\InvalidArgumentException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * @throws CodeCoverageException - * @throws UnintentionallyCoveredCodeException - */ - public function run(Test $test): void - { - Assert::resetCount(); - - $size = TestUtil::UNKNOWN; - - if ($test instanceof TestCase) { - $test->setRegisterMockObjectsFromTestArgumentsRecursively( - $this->registerMockObjectsFromTestArgumentsRecursively, - ); - - $isAnyCoverageRequired = TestUtil::requiresCodeCoverageDataCollection($test); - $size = $test->getSize(); - } - - $error = false; - $failure = false; - $warning = false; - $incomplete = false; - $risky = false; - $skipped = false; - - $this->startTest($test); - - if ($this->convertDeprecationsToExceptions || $this->convertErrorsToExceptions || $this->convertNoticesToExceptions || $this->convertWarningsToExceptions) { - $errorHandler = new ErrorHandler( - $this->convertDeprecationsToExceptions, - $this->convertErrorsToExceptions, - $this->convertNoticesToExceptions, - $this->convertWarningsToExceptions, - ); - - $errorHandler->register(); - } - - $collectCodeCoverage = $this->codeCoverage !== null && - !$test instanceof ErrorTestCase && - !$test instanceof WarningTestCase && - $isAnyCoverageRequired; - - if ($collectCodeCoverage) { - $this->codeCoverage->start($test); - } - - $monitorFunctions = $this->beStrictAboutResourceUsageDuringSmallTests && - !$test instanceof ErrorTestCase && - !$test instanceof WarningTestCase && - $size === TestUtil::SMALL && - function_exists('xdebug_start_function_monitor'); - - if ($monitorFunctions) { - /* @noinspection ForgottenDebugOutputInspection */ - xdebug_start_function_monitor(ResourceOperations::getFunctions()); - } - - $timer = new Timer; - $timer->start(); - - try { - $invoker = new Invoker; - - if (!$test instanceof ErrorTestCase && - !$test instanceof WarningTestCase && - $this->shouldTimeLimitBeEnforced($size) && - $invoker->canInvokeWithTimeout()) { - switch ($size) { - case TestUtil::SMALL: - $_timeout = $this->timeoutForSmallTests; - - break; - - case TestUtil::MEDIUM: - $_timeout = $this->timeoutForMediumTests; - - break; - - case TestUtil::LARGE: - $_timeout = $this->timeoutForLargeTests; - - break; - - default: - $_timeout = $this->defaultTimeLimit; - } - - $invoker->invoke([$test, 'runBare'], [], $_timeout); - } else { - $test->runBare(); - } - } catch (TimeoutException $e) { - $this->addFailure( - $test, - new RiskyTestError( - $e->getMessage(), - ), - $_timeout, - ); - - $risky = true; - } catch (AssertionFailedError $e) { - $failure = true; - - if ($e instanceof RiskyTestError) { - $risky = true; - } elseif ($e instanceof IncompleteTestError) { - $incomplete = true; - } elseif ($e instanceof SkippedTestError) { - $skipped = true; - } - } catch (AssertionError $e) { - $test->addToAssertionCount(1); - - $failure = true; - $frame = $e->getTrace()[0]; - - $e = new AssertionFailedError( - sprintf( - '%s in %s:%s', - $e->getMessage(), - $frame['file'] ?? $e->getFile(), - $frame['line'] ?? $e->getLine(), - ), - 0, - $e, - ); - } catch (Warning $e) { - $warning = true; - } catch (Exception $e) { - $error = true; - } catch (Throwable $e) { - $e = new ExceptionWrapper($e); - $error = true; - } - - $time = $timer->stop()->asSeconds(); - - $test->addToAssertionCount(Assert::getCount()); - - if ($monitorFunctions) { - $excludeList = new ExcludeList; - - /** @noinspection ForgottenDebugOutputInspection */ - $functions = xdebug_get_monitored_functions(); - - /* @noinspection ForgottenDebugOutputInspection */ - xdebug_stop_function_monitor(); - - foreach ($functions as $function) { - if (!$excludeList->isExcluded($function['filename'])) { - $this->addFailure( - $test, - new RiskyTestError( - sprintf( - '%s() used in %s:%s', - $function['function'], - $function['filename'], - $function['lineno'], - ), - ), - $time, - ); - } - } - } - - if ($this->beStrictAboutTestsThatDoNotTestAnything && - !$test->doesNotPerformAssertions() && - $test->getNumAssertions() === 0) { - $risky = true; - } - - if ($this->forceCoversAnnotation && !$error && !$failure && !$warning && !$incomplete && !$skipped && !$risky) { - $annotations = TestUtil::parseTestMethodAnnotations( - get_class($test), - $test->getName(false), - ); - - if (!isset($annotations['class']['covers']) && - !isset($annotations['method']['covers']) && - !isset($annotations['class']['coversNothing']) && - !isset($annotations['method']['coversNothing'])) { - $this->addFailure( - $test, - new MissingCoversAnnotationException( - 'This test does not have a @covers annotation but is expected to have one', - ), - $time, - ); - - $risky = true; - } - } - - if ($collectCodeCoverage) { - $append = !$risky && !$incomplete && !$skipped; - $linesToBeCovered = []; - $linesToBeUsed = []; - - if ($append && $test instanceof TestCase) { - try { - $linesToBeCovered = TestUtil::getLinesToBeCovered( - get_class($test), - $test->getName(false), - ); - - $linesToBeUsed = TestUtil::getLinesToBeUsed( - get_class($test), - $test->getName(false), - ); - } catch (InvalidCoversTargetException $cce) { - $this->addWarning( - $test, - new Warning( - $cce->getMessage(), - ), - $time, - ); - } - } - - try { - $this->codeCoverage->stop( - $append, - $linesToBeCovered, - $linesToBeUsed, - ); - } catch (UnintentionallyCoveredCodeException $cce) { - $unintentionallyCoveredCodeError = new UnintentionallyCoveredCodeError( - 'This test executed code that is not listed as code to be covered or used:' . - PHP_EOL . $cce->getMessage(), - ); - } catch (OriginalCodeCoverageException $cce) { - $error = true; - - $e = $e ?? $cce; - } - } - - if (isset($errorHandler)) { - $errorHandler->unregister(); - - unset($errorHandler); - } - - if ($error) { - $this->addError($test, $e, $time); - } elseif ($failure) { - $this->addFailure($test, $e, $time); - } elseif ($warning) { - $this->addWarning($test, $e, $time); - } elseif (isset($unintentionallyCoveredCodeError)) { - $this->addFailure( - $test, - $unintentionallyCoveredCodeError, - $time, - ); - } elseif ($this->beStrictAboutTestsThatDoNotTestAnything && - !$test->doesNotPerformAssertions() && - $test->getNumAssertions() === 0) { - try { - $reflected = new ReflectionClass($test); - // @codeCoverageIgnoreStart - } catch (ReflectionException $e) { - throw new Exception( - $e->getMessage(), - $e->getCode(), - $e, - ); - } - // @codeCoverageIgnoreEnd - - $name = $test->getName(false); - - if ($name && $reflected->hasMethod($name)) { - try { - $reflected = $reflected->getMethod($name); - // @codeCoverageIgnoreStart - } catch (ReflectionException $e) { - throw new Exception( - $e->getMessage(), - $e->getCode(), - $e, - ); - } - // @codeCoverageIgnoreEnd - } - - $this->addFailure( - $test, - new RiskyTestError( - sprintf( - "This test did not perform any assertions\n\n%s:%d", - $reflected->getFileName(), - $reflected->getStartLine(), - ), - ), - $time, - ); - } elseif ($this->beStrictAboutTestsThatDoNotTestAnything && - $test->doesNotPerformAssertions() && - $test->getNumAssertions() > 0) { - $this->addFailure( - $test, - new RiskyTestError( - sprintf( - 'This test is annotated with "@doesNotPerformAssertions" but performed %d assertions', - $test->getNumAssertions(), - ), - ), - $time, - ); - } elseif ($this->beStrictAboutOutputDuringTests && $test->hasOutput()) { - $this->addFailure( - $test, - new OutputError( - sprintf( - 'This test printed output: %s', - $test->getActualOutput(), - ), - ), - $time, - ); - } elseif ($this->beStrictAboutTodoAnnotatedTests && $test instanceof TestCase) { - $annotations = TestUtil::parseTestMethodAnnotations( - get_class($test), - $test->getName(false), - ); - - if (isset($annotations['method']['todo'])) { - $this->addFailure( - $test, - new RiskyTestError( - 'Test method is annotated with @todo', - ), - $time, - ); - } - } - - $this->endTest($test, $time); - } - - /** - * Gets the number of run tests. - */ - public function count(): int - { - return $this->runTests; - } - - /** - * Checks whether the test run should stop. - */ - public function shouldStop(): bool - { - return $this->stop; - } - - /** - * Marks that the test run should stop. - */ - public function stop(): void - { - $this->stop = true; - } - - /** - * Returns the code coverage object. - */ - public function getCodeCoverage(): ?CodeCoverage - { - return $this->codeCoverage; - } - - /** - * Sets the code coverage object. - */ - public function setCodeCoverage(CodeCoverage $codeCoverage): void - { - $this->codeCoverage = $codeCoverage; - } - - /** - * Enables or disables the deprecation-to-exception conversion. - */ - public function convertDeprecationsToExceptions(bool $flag): void - { - $this->convertDeprecationsToExceptions = $flag; - } - - /** - * Returns the deprecation-to-exception conversion setting. - */ - public function getConvertDeprecationsToExceptions(): bool - { - return $this->convertDeprecationsToExceptions; - } - - /** - * Enables or disables the error-to-exception conversion. - */ - public function convertErrorsToExceptions(bool $flag): void - { - $this->convertErrorsToExceptions = $flag; - } - - /** - * Returns the error-to-exception conversion setting. - */ - public function getConvertErrorsToExceptions(): bool - { - return $this->convertErrorsToExceptions; - } - - /** - * Enables or disables the notice-to-exception conversion. - */ - public function convertNoticesToExceptions(bool $flag): void - { - $this->convertNoticesToExceptions = $flag; - } - - /** - * Returns the notice-to-exception conversion setting. - */ - public function getConvertNoticesToExceptions(): bool - { - return $this->convertNoticesToExceptions; - } - - /** - * Enables or disables the warning-to-exception conversion. - */ - public function convertWarningsToExceptions(bool $flag): void - { - $this->convertWarningsToExceptions = $flag; - } - - /** - * Returns the warning-to-exception conversion setting. - */ - public function getConvertWarningsToExceptions(): bool - { - return $this->convertWarningsToExceptions; - } - - /** - * Enables or disables the stopping when an error occurs. - */ - public function stopOnError(bool $flag): void - { - $this->stopOnError = $flag; - } - - /** - * Enables or disables the stopping when a failure occurs. - */ - public function stopOnFailure(bool $flag): void - { - $this->stopOnFailure = $flag; - } - - /** - * Enables or disables the stopping when a warning occurs. - */ - public function stopOnWarning(bool $flag): void - { - $this->stopOnWarning = $flag; - } - - public function beStrictAboutTestsThatDoNotTestAnything(bool $flag): void - { - $this->beStrictAboutTestsThatDoNotTestAnything = $flag; - } - - public function isStrictAboutTestsThatDoNotTestAnything(): bool - { - return $this->beStrictAboutTestsThatDoNotTestAnything; - } - - public function beStrictAboutOutputDuringTests(bool $flag): void - { - $this->beStrictAboutOutputDuringTests = $flag; - } - - public function isStrictAboutOutputDuringTests(): bool - { - return $this->beStrictAboutOutputDuringTests; - } - - public function beStrictAboutResourceUsageDuringSmallTests(bool $flag): void - { - $this->beStrictAboutResourceUsageDuringSmallTests = $flag; - } - - public function isStrictAboutResourceUsageDuringSmallTests(): bool - { - return $this->beStrictAboutResourceUsageDuringSmallTests; - } - - public function enforceTimeLimit(bool $flag): void - { - $this->enforceTimeLimit = $flag; - } - - public function enforcesTimeLimit(): bool - { - return $this->enforceTimeLimit; - } - - public function beStrictAboutTodoAnnotatedTests(bool $flag): void - { - $this->beStrictAboutTodoAnnotatedTests = $flag; - } - - public function isStrictAboutTodoAnnotatedTests(): bool - { - return $this->beStrictAboutTodoAnnotatedTests; - } - - public function forceCoversAnnotation(): void - { - $this->forceCoversAnnotation = true; - } - - public function forcesCoversAnnotation(): bool - { - return $this->forceCoversAnnotation; - } - - /** - * Enables or disables the stopping for risky tests. - */ - public function stopOnRisky(bool $flag): void - { - $this->stopOnRisky = $flag; - } - - /** - * Enables or disables the stopping for incomplete tests. - */ - public function stopOnIncomplete(bool $flag): void - { - $this->stopOnIncomplete = $flag; - } - - /** - * Enables or disables the stopping for skipped tests. - */ - public function stopOnSkipped(bool $flag): void - { - $this->stopOnSkipped = $flag; - } - - /** - * Enables or disables the stopping for defects: error, failure, warning. - */ - public function stopOnDefect(bool $flag): void - { - $this->stopOnDefect = $flag; - } - - /** - * Returns the time spent running the tests. - */ - public function time(): float - { - return $this->time; - } - - /** - * Returns whether the entire test was successful or not. - */ - public function wasSuccessful(): bool - { - return $this->wasSuccessfulIgnoringWarnings() && empty($this->warnings); - } - - public function wasSuccessfulIgnoringWarnings(): bool - { - return empty($this->errors) && empty($this->failures); - } - - public function wasSuccessfulAndNoTestIsRiskyOrSkippedOrIncomplete(): bool - { - return $this->wasSuccessful() && $this->allHarmless() && $this->allCompletelyImplemented() && $this->noneSkipped(); - } - - /** - * Sets the default timeout for tests. - */ - public function setDefaultTimeLimit(int $timeout): void - { - $this->defaultTimeLimit = $timeout; - } - - /** - * Sets the timeout for small tests. - */ - public function setTimeoutForSmallTests(int $timeout): void - { - $this->timeoutForSmallTests = $timeout; - } - - /** - * Sets the timeout for medium tests. - */ - public function setTimeoutForMediumTests(int $timeout): void - { - $this->timeoutForMediumTests = $timeout; - } - - /** - * Sets the timeout for large tests. - */ - public function setTimeoutForLargeTests(int $timeout): void - { - $this->timeoutForLargeTests = $timeout; - } - - /** - * Returns the set timeout for large tests. - */ - public function getTimeoutForLargeTests(): int - { - return $this->timeoutForLargeTests; - } - - public function setRegisterMockObjectsFromTestArgumentsRecursively(bool $flag): void - { - $this->registerMockObjectsFromTestArgumentsRecursively = $flag; - } - - private function recordError(Test $test, Throwable $t): void - { - $this->errors[] = new TestFailure($test, $t); - } - - private function recordNotImplemented(Test $test, Throwable $t): void - { - $this->notImplemented[] = new TestFailure($test, $t); - } - - private function recordRisky(Test $test, Throwable $t): void - { - $this->risky[] = new TestFailure($test, $t); - } - - private function recordSkipped(Test $test, Throwable $t): void - { - $this->skipped[] = new TestFailure($test, $t); - } - - private function recordWarning(Test $test, Throwable $t): void - { - $this->warnings[] = new TestFailure($test, $t); - } - - private function shouldTimeLimitBeEnforced(int $size): bool - { - if (!$this->enforceTimeLimit) { - return false; - } - - if (!(($this->defaultTimeLimit || $size !== TestUtil::UNKNOWN))) { - return false; - } - - if (!extension_loaded('pcntl')) { - return false; - } - - if (!class_exists(Invoker::class)) { - return false; - } - - if (extension_loaded('xdebug') && xdebug_is_debugger_active()) { - return false; - } - - return true; - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/TestRunner.php b/Sources/vendor/phpunit/phpunit/src/Framework/TestRunner.php new file mode 100644 index 00000000..e5f5b033 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/TestRunner.php @@ -0,0 +1,472 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework; + +use const PHP_EOL; +use function assert; +use function class_exists; +use function defined; +use function extension_loaded; +use function get_include_path; +use function hrtime; +use function serialize; +use function sprintf; +use function sys_get_temp_dir; +use function tempnam; +use function unlink; +use function var_export; +use AssertionError; +use PHPUnit\Event; +use PHPUnit\Event\NoPreviousThrowableException; +use PHPUnit\Event\TestData\MoreThanOneDataSetFromDataProviderException; +use PHPUnit\Event\TestData\NoDataSetFromDataProviderException; +use PHPUnit\Metadata\Api\CodeCoverage as CodeCoverageMetadataApi; +use PHPUnit\Metadata\Parser\Registry as MetadataRegistry; +use PHPUnit\Runner\CodeCoverage; +use PHPUnit\Runner\ErrorHandler; +use PHPUnit\TextUI\Configuration\Configuration; +use PHPUnit\TextUI\Configuration\Registry as ConfigurationRegistry; +use PHPUnit\Util\GlobalState; +use PHPUnit\Util\PHP\AbstractPhpProcess; +use ReflectionClass; +use SebastianBergmann\CodeCoverage\Exception as OriginalCodeCoverageException; +use SebastianBergmann\CodeCoverage\StaticAnalysisCacheNotConfiguredException; +use SebastianBergmann\CodeCoverage\UnintentionallyCoveredCodeException; +use SebastianBergmann\Invoker\Invoker; +use SebastianBergmann\Invoker\TimeoutException; +use SebastianBergmann\Template\Template; +use Throwable; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestRunner +{ + private ?bool $timeLimitCanBeEnforced = null; + private readonly Configuration $configuration; + + public function __construct() + { + $this->configuration = ConfigurationRegistry::get(); + } + + /** + * @throws \PHPUnit\Runner\Exception + * @throws \SebastianBergmann\CodeCoverage\InvalidArgumentException + * @throws CodeCoverageException + * @throws MoreThanOneDataSetFromDataProviderException + * @throws NoDataSetFromDataProviderException + * @throws UnintentionallyCoveredCodeException + */ + public function run(TestCase $test): void + { + Assert::resetCount(); + + if ($this->configuration->registerMockObjectsFromTestArgumentsRecursively()) { + $test->registerMockObjectsFromTestArgumentsRecursively(); + } + + $shouldCodeCoverageBeCollected = (new CodeCoverageMetadataApi)->shouldCodeCoverageBeCollectedFor( + $test::class, + $test->name(), + ); + + $error = false; + $failure = false; + $incomplete = false; + $risky = false; + $skipped = false; + + if ($this->shouldErrorHandlerBeUsed($test)) { + ErrorHandler::instance()->enable(); + } + + $collectCodeCoverage = CodeCoverage::instance()->isActive() && + $shouldCodeCoverageBeCollected; + + if ($collectCodeCoverage) { + CodeCoverage::instance()->start($test); + } + + try { + if ($this->canTimeLimitBeEnforced() && + $this->shouldTimeLimitBeEnforced($test)) { + $risky = $this->runTestWithTimeout($test); + } else { + $test->runBare(); + } + } catch (AssertionFailedError $e) { + $failure = true; + + if ($e instanceof IncompleteTestError) { + $incomplete = true; + } elseif ($e instanceof SkippedTest) { + $skipped = true; + } + } catch (AssertionError $e) { + $test->addToAssertionCount(1); + + $failure = true; + $frame = $e->getTrace()[0]; + + assert(isset($frame['file'])); + assert(isset($frame['line'])); + + $e = new AssertionFailedError( + sprintf( + '%s in %s:%s', + $e->getMessage(), + $frame['file'], + $frame['line'], + ), + ); + } catch (Throwable $e) { + $error = true; + } + + $test->addToAssertionCount(Assert::getCount()); + + if ($this->configuration->reportUselessTests() && + !$test->doesNotPerformAssertions() && + $test->numberOfAssertionsPerformed() === 0) { + $risky = true; + } + + if (!$error && !$failure && !$incomplete && !$skipped && !$risky && + $this->configuration->requireCoverageMetadata() && + !$this->hasCoverageMetadata($test::class, $test->name())) { + Event\Facade::emitter()->testConsideredRisky( + $test->valueObjectForEvents(), + 'This test does not define a code coverage target but is expected to do so', + ); + + $risky = true; + } + + if ($collectCodeCoverage) { + $append = !$risky && !$incomplete && !$skipped; + $linesToBeCovered = []; + $linesToBeUsed = []; + + if ($append) { + try { + $linesToBeCovered = (new CodeCoverageMetadataApi)->linesToBeCovered( + $test::class, + $test->name(), + ); + + $linesToBeUsed = (new CodeCoverageMetadataApi)->linesToBeUsed( + $test::class, + $test->name(), + ); + } catch (InvalidCoversTargetException $cce) { + Event\Facade::emitter()->testTriggeredPhpunitWarning( + $test->valueObjectForEvents(), + $cce->getMessage(), + ); + } + } + + try { + CodeCoverage::instance()->stop( + $append, + $linesToBeCovered, + $linesToBeUsed, + ); + } catch (UnintentionallyCoveredCodeException $cce) { + Event\Facade::emitter()->testConsideredRisky( + $test->valueObjectForEvents(), + 'This test executed code that is not listed as code to be covered or used:' . + PHP_EOL . + $cce->getMessage(), + ); + } catch (OriginalCodeCoverageException $cce) { + $error = true; + + $e = $e ?? $cce; + } + } + + ErrorHandler::instance()->disable(); + + if (!$error && + !$incomplete && + !$skipped && + $this->configuration->reportUselessTests() && + !$test->doesNotPerformAssertions() && + $test->numberOfAssertionsPerformed() === 0) { + Event\Facade::emitter()->testConsideredRisky( + $test->valueObjectForEvents(), + 'This test did not perform any assertions', + ); + } + + if ($test->doesNotPerformAssertions() && + $test->numberOfAssertionsPerformed() > 0) { + Event\Facade::emitter()->testConsideredRisky( + $test->valueObjectForEvents(), + sprintf( + 'This test is not expected to perform assertions but performed %d assertion%s', + $test->numberOfAssertionsPerformed(), + $test->numberOfAssertionsPerformed() > 1 ? 's' : '', + ), + ); + } + + if ($test->hasUnexpectedOutput()) { + Event\Facade::emitter()->testPrintedUnexpectedOutput($test->output()); + } + + if ($this->configuration->disallowTestOutput() && $test->hasUnexpectedOutput()) { + Event\Facade::emitter()->testConsideredRisky( + $test->valueObjectForEvents(), + sprintf( + 'This test printed output: %s', + $test->output(), + ), + ); + } + + if ($test->wasPrepared()) { + Event\Facade::emitter()->testFinished( + $test->valueObjectForEvents(), + $test->numberOfAssertionsPerformed(), + ); + } + } + + /** + * @throws \PHPUnit\Runner\Exception + * @throws \PHPUnit\Util\Exception + * @throws \SebastianBergmann\Template\InvalidArgumentException + * @throws Exception + * @throws MoreThanOneDataSetFromDataProviderException + * @throws NoPreviousThrowableException + * @throws ProcessIsolationException + * @throws StaticAnalysisCacheNotConfiguredException + */ + public function runInSeparateProcess(TestCase $test, bool $runEntireClass, bool $preserveGlobalState): void + { + $class = new ReflectionClass($test); + + if ($runEntireClass) { + $template = new Template( + __DIR__ . '/../Util/PHP/Template/TestCaseClass.tpl', + ); + } else { + $template = new Template( + __DIR__ . '/../Util/PHP/Template/TestCaseMethod.tpl', + ); + } + + $bootstrap = ''; + $constants = ''; + $globals = ''; + $includedFiles = ''; + $iniSettings = ''; + + if (ConfigurationRegistry::get()->hasBootstrap()) { + $bootstrap = ConfigurationRegistry::get()->bootstrap(); + } + + if ($preserveGlobalState) { + $constants = GlobalState::getConstantsAsString(); + $globals = GlobalState::getGlobalsAsString(); + $includedFiles = GlobalState::getIncludedFilesAsString(); + $iniSettings = GlobalState::getIniSettingsAsString(); + } + + $exportObjects = Event\Facade::emitter()->exportsObjects() ? 'true' : 'false'; + $coverage = CodeCoverage::instance()->isActive() ? 'true' : 'false'; + $linesToBeIgnored = var_export(CodeCoverage::instance()->linesToBeIgnored(), true); + + if (defined('PHPUNIT_COMPOSER_INSTALL')) { + $composerAutoload = var_export(PHPUNIT_COMPOSER_INSTALL, true); + } else { + $composerAutoload = '\'\''; + } + + if (defined('__PHPUNIT_PHAR__')) { + $phar = var_export(__PHPUNIT_PHAR__, true); + } else { + $phar = '\'\''; + } + + $data = var_export(serialize($test->providedData()), true); + $dataName = var_export($test->dataName(), true); + $dependencyInput = var_export(serialize($test->dependencyInput()), true); + $includePath = var_export(get_include_path(), true); + // must do these fixes because TestCaseMethod.tpl has unserialize('{data}') in it, and we can't break BC + // the lines above used to use addcslashes() rather than var_export(), which breaks null byte escape sequences + $data = "'." . $data . ".'"; + $dataName = "'.(" . $dataName . ").'"; + $dependencyInput = "'." . $dependencyInput . ".'"; + $includePath = "'." . $includePath . ".'"; + $offset = hrtime(); + $serializedConfiguration = $this->saveConfigurationForChildProcess(); + $processResultFile = tempnam(sys_get_temp_dir(), 'phpunit_'); + + $var = [ + 'bootstrap' => $bootstrap, + 'composerAutoload' => $composerAutoload, + 'phar' => $phar, + 'filename' => $class->getFileName(), + 'className' => $class->getName(), + 'collectCodeCoverageInformation' => $coverage, + 'linesToBeIgnored' => $linesToBeIgnored, + 'data' => $data, + 'dataName' => $dataName, + 'dependencyInput' => $dependencyInput, + 'constants' => $constants, + 'globals' => $globals, + 'include_path' => $includePath, + 'included_files' => $includedFiles, + 'iniSettings' => $iniSettings, + 'name' => $test->name(), + 'offsetSeconds' => $offset[0], + 'offsetNanoseconds' => $offset[1], + 'serializedConfiguration' => $serializedConfiguration, + 'processResultFile' => $processResultFile, + 'exportObjects' => $exportObjects, + ]; + + if (!$runEntireClass) { + $var['methodName'] = $test->name(); + } + + $template->setVar($var); + + $php = AbstractPhpProcess::factory(); + $php->runTestJob($template->render(), $test, $processResultFile); + + @unlink($serializedConfiguration); + } + + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + */ + private function hasCoverageMetadata(string $className, string $methodName): bool + { + $metadata = MetadataRegistry::parser()->forClassAndMethod($className, $methodName); + + if ($metadata->isCovers()->isNotEmpty()) { + return true; + } + + if ($metadata->isCoversClass()->isNotEmpty()) { + return true; + } + + if ($metadata->isCoversFunction()->isNotEmpty()) { + return true; + } + + if ($metadata->isCoversNothing()->isNotEmpty()) { + return true; + } + + return false; + } + + private function canTimeLimitBeEnforced(): bool + { + if ($this->timeLimitCanBeEnforced !== null) { + return $this->timeLimitCanBeEnforced; + } + + if (!class_exists(Invoker::class)) { + $this->timeLimitCanBeEnforced = false; + + return $this->timeLimitCanBeEnforced; + } + + $this->timeLimitCanBeEnforced = (new Invoker)->canInvokeWithTimeout(); + + return $this->timeLimitCanBeEnforced; + } + + private function shouldTimeLimitBeEnforced(TestCase $test): bool + { + if (!$this->configuration->enforceTimeLimit()) { + return false; + } + + if (!(($this->configuration->defaultTimeLimit() || $test->size()->isKnown()))) { + return false; + } + + if (extension_loaded('xdebug') && xdebug_is_debugger_active()) { + return false; + } + + return true; + } + + /** + * @throws Throwable + */ + private function runTestWithTimeout(TestCase $test): bool + { + $_timeout = $this->configuration->defaultTimeLimit(); + + if ($test->size()->isSmall()) { + $_timeout = $this->configuration->timeoutForSmallTests(); + } elseif ($test->size()->isMedium()) { + $_timeout = $this->configuration->timeoutForMediumTests(); + } elseif ($test->size()->isLarge()) { + $_timeout = $this->configuration->timeoutForLargeTests(); + } + + try { + (new Invoker)->invoke([$test, 'runBare'], [], $_timeout); + } catch (TimeoutException) { + Event\Facade::emitter()->testConsideredRisky( + $test->valueObjectForEvents(), + sprintf( + 'This test was aborted after %d second%s', + $_timeout, + $_timeout !== 1 ? 's' : '', + ), + ); + + return true; + } + + return false; + } + + /** + * @throws ProcessIsolationException + */ + private function saveConfigurationForChildProcess(): string + { + $path = tempnam(sys_get_temp_dir(), 'phpunit_'); + + if (!$path) { + throw new ProcessIsolationException; + } + + if (!ConfigurationRegistry::saveTo($path)) { + throw new ProcessIsolationException; + } + + return $path; + } + + private function shouldErrorHandlerBeUsed(TestCase $test): bool + { + if (MetadataRegistry::parser()->forMethod($test::class, $test->name())->isWithoutErrorHandler()->isNotEmpty()) { + return false; + } + + return true; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/Error.php b/Sources/vendor/phpunit/phpunit/src/Framework/TestSize/Known.php old mode 100755 new mode 100644 similarity index 59% rename from Sources/vendor/phpunit/phpunit/src/Framework/Exception/Error.php rename to Sources/vendor/phpunit/phpunit/src/Framework/TestSize/Known.php index d43e4218..d7dca96e --- a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/Error.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/TestSize/Known.php @@ -7,18 +7,22 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Framework; +namespace PHPUnit\Framework\TestSize; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit + * + * @psalm-immutable */ -final class Error extends Exception implements SelfDescribing +abstract class Known extends TestSize { /** - * Wrapper for getMessage() which is declared as final. + * @psalm-assert-if-true Known $this */ - public function toString(): string + public function isKnown(): bool { - return $this->getMessage(); + return true; } + + abstract public function isGreaterThan(self $other): bool; } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/TestSize/Large.php b/Sources/vendor/phpunit/phpunit/src/Framework/TestSize/Large.php new file mode 100644 index 00000000..bdf00184 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/TestSize/Large.php @@ -0,0 +1,36 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\TestSize; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + * + * @psalm-immutable + */ +final class Large extends Known +{ + /** + * @psalm-assert-if-true Large $this + */ + public function isLarge(): bool + { + return true; + } + + public function isGreaterThan(TestSize $other): bool + { + return !$other->isLarge(); + } + + public function asString(): string + { + return 'large'; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/TestSize/Medium.php b/Sources/vendor/phpunit/phpunit/src/Framework/TestSize/Medium.php new file mode 100644 index 00000000..b16edaa5 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/TestSize/Medium.php @@ -0,0 +1,36 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\TestSize; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + * + * @psalm-immutable + */ +final class Medium extends Known +{ + /** + * @psalm-assert-if-true Medium $this + */ + public function isMedium(): bool + { + return true; + } + + public function isGreaterThan(TestSize $other): bool + { + return $other->isSmall(); + } + + public function asString(): string + { + return 'medium'; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/TestSize/Small.php b/Sources/vendor/phpunit/phpunit/src/Framework/TestSize/Small.php new file mode 100644 index 00000000..1387e930 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/TestSize/Small.php @@ -0,0 +1,36 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\TestSize; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + * + * @psalm-immutable + */ +final class Small extends Known +{ + /** + * @psalm-assert-if-true Small $this + */ + public function isSmall(): bool + { + return true; + } + + public function isGreaterThan(TestSize $other): bool + { + return false; + } + + public function asString(): string + { + return 'small'; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/TestSize/TestSize.php b/Sources/vendor/phpunit/phpunit/src/Framework/TestSize/TestSize.php new file mode 100644 index 00000000..7d876ea4 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/TestSize/TestSize.php @@ -0,0 +1,80 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\TestSize; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + * + * @psalm-immutable + */ +abstract class TestSize +{ + public static function unknown(): self + { + return new Unknown; + } + + public static function small(): self + { + return new Small; + } + + public static function medium(): self + { + return new Medium; + } + + public static function large(): self + { + return new Large; + } + + /** + * @psalm-assert-if-true Known $this + */ + public function isKnown(): bool + { + return false; + } + + /** + * @psalm-assert-if-true Unknown $this + */ + public function isUnknown(): bool + { + return false; + } + + /** + * @psalm-assert-if-true Small $this + */ + public function isSmall(): bool + { + return false; + } + + /** + * @psalm-assert-if-true Medium $this + */ + public function isMedium(): bool + { + return false; + } + + /** + * @psalm-assert-if-true Large $this + */ + public function isLarge(): bool + { + return false; + } + + abstract public function asString(): string; +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/File.php b/Sources/vendor/phpunit/phpunit/src/Framework/TestSize/Unknown.php old mode 100755 new mode 100644 similarity index 63% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/File.php rename to Sources/vendor/phpunit/phpunit/src/Framework/TestSize/Unknown.php index 6bdd1c24..d0884e92 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/File.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/TestSize/Unknown.php @@ -7,27 +7,25 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\TextUI\XmlConfiguration; +namespace PHPUnit\Framework\TestSize; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable */ -final class File +final class Unknown extends TestSize { /** - * @var string + * @psalm-assert-if-true Unknown $this */ - private $path; - - public function __construct(string $path) + public function isUnknown(): bool { - $this->path = $path; + return true; } - public function path(): string + public function asString(): string { - return $this->path; + return 'unknown'; } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Deprecation.php b/Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Deprecation.php new file mode 100644 index 00000000..2711760d --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Deprecation.php @@ -0,0 +1,36 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\TestStatus; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * + * @psalm-immutable + */ +final class Deprecation extends Known +{ + /** + * @psalm-assert-if-true Deprecation $this + */ + public function isDeprecation(): bool + { + return true; + } + + public function asInt(): int + { + return 4; + } + + public function asString(): string + { + return 'deprecation'; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Error.php b/Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Error.php new file mode 100644 index 00000000..6ddb3b1b --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Error.php @@ -0,0 +1,36 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\TestStatus; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * + * @psalm-immutable + */ +final class Error extends Known +{ + /** + * @psalm-assert-if-true Error $this + */ + public function isError(): bool + { + return true; + } + + public function asInt(): int + { + return 8; + } + + public function asString(): string + { + return 'error'; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Hook/BeforeFirstTestHook.php b/Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Failure.php old mode 100755 new mode 100644 similarity index 50% rename from Sources/vendor/phpunit/phpunit/src/Runner/Hook/BeforeFirstTestHook.php rename to Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Failure.php index feeb90fb..1bb1b037 --- a/Sources/vendor/phpunit/phpunit/src/Runner/Hook/BeforeFirstTestHook.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Failure.php @@ -7,18 +7,30 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Runner; +namespace PHPUnit\Framework\TestStatus; /** - * This interface, as well as the associated mechanism for extending PHPUnit, - * will be removed in PHPUnit 10. There is no alternative available in this - * version of PHPUnit. - * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * - * @see https://github.com/sebastianbergmann/phpunit/issues/4676 + * @psalm-immutable */ -interface BeforeFirstTestHook extends Hook +final class Failure extends Known { - public function executeBeforeFirstTest(): void; + /** + * @psalm-assert-if-true Failure $this + */ + public function isFailure(): bool + { + return true; + } + + public function asInt(): int + { + return 7; + } + + public function asString(): string + { + return 'failure'; + } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Incomplete.php b/Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Incomplete.php new file mode 100644 index 00000000..eff26721 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Incomplete.php @@ -0,0 +1,36 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\TestStatus; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * + * @psalm-immutable + */ +final class Incomplete extends Known +{ + /** + * @psalm-assert-if-true Incomplete $this + */ + public function isIncomplete(): bool + { + return true; + } + + public function asInt(): int + { + return 2; + } + + public function asString(): string + { + return 'incomplete'; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Known.php b/Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Known.php new file mode 100644 index 00000000..b5d92b39 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Known.php @@ -0,0 +1,26 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\TestStatus; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * + * @psalm-immutable + */ +abstract class Known extends TestStatus +{ + /** + * @psalm-assert-if-true Known $this + */ + public function isKnown(): bool + { + return true; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Notice.php b/Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Notice.php new file mode 100644 index 00000000..1eb10761 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Notice.php @@ -0,0 +1,36 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\TestStatus; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * + * @psalm-immutable + */ +final class Notice extends Known +{ + /** + * @psalm-assert-if-true Notice $this + */ + public function isNotice(): bool + { + return true; + } + + public function asInt(): int + { + return 3; + } + + public function asString(): string + { + return 'notice'; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Risky.php b/Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Risky.php new file mode 100644 index 00000000..bd0cb889 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Risky.php @@ -0,0 +1,36 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\TestStatus; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * + * @psalm-immutable + */ +final class Risky extends Known +{ + /** + * @psalm-assert-if-true Risky $this + */ + public function isRisky(): bool + { + return true; + } + + public function asInt(): int + { + return 5; + } + + public function asString(): string + { + return 'risky'; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Skipped.php b/Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Skipped.php new file mode 100644 index 00000000..4c8aeaf9 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Skipped.php @@ -0,0 +1,36 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\TestStatus; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * + * @psalm-immutable + */ +final class Skipped extends Known +{ + /** + * @psalm-assert-if-true Skipped $this + */ + public function isSkipped(): bool + { + return true; + } + + public function asInt(): int + { + return 1; + } + + public function asString(): string + { + return 'skipped'; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Success.php b/Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Success.php new file mode 100644 index 00000000..fb5c945e --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Success.php @@ -0,0 +1,36 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\TestStatus; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * + * @psalm-immutable + */ +final class Success extends Known +{ + /** + * @psalm-assert-if-true Success $this + */ + public function isSuccess(): bool + { + return true; + } + + public function asInt(): int + { + return 0; + } + + public function asString(): string + { + return 'success'; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/TestStatus.php b/Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/TestStatus.php new file mode 100644 index 00000000..ab957de1 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/TestStatus.php @@ -0,0 +1,193 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\TestStatus; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * + * @psalm-immutable + */ +abstract class TestStatus +{ + private readonly string $message; + + public static function from(int $status): self + { + return match ($status) { + 0 => self::success(), + 1 => self::skipped(), + 2 => self::incomplete(), + 3 => self::notice(), + 4 => self::deprecation(), + 5 => self::risky(), + 6 => self::warning(), + 7 => self::failure(), + 8 => self::error(), + default => self::unknown(), + }; + } + + public static function unknown(): self + { + return new Unknown; + } + + public static function success(): self + { + return new Success; + } + + public static function skipped(string $message = ''): self + { + return new Skipped($message); + } + + public static function incomplete(string $message = ''): self + { + return new Incomplete($message); + } + + public static function notice(string $message = ''): self + { + return new Notice($message); + } + + public static function deprecation(string $message = ''): self + { + return new Deprecation($message); + } + + public static function failure(string $message = ''): self + { + return new Failure($message); + } + + public static function error(string $message = ''): self + { + return new Error($message); + } + + public static function warning(string $message = ''): self + { + return new Warning($message); + } + + public static function risky(string $message = ''): self + { + return new Risky($message); + } + + private function __construct(string $message = '') + { + $this->message = $message; + } + + /** + * @psalm-assert-if-true Known $this + */ + public function isKnown(): bool + { + return false; + } + + /** + * @psalm-assert-if-true Unknown $this + */ + public function isUnknown(): bool + { + return false; + } + + /** + * @psalm-assert-if-true Success $this + */ + public function isSuccess(): bool + { + return false; + } + + /** + * @psalm-assert-if-true Skipped $this + */ + public function isSkipped(): bool + { + return false; + } + + /** + * @psalm-assert-if-true Incomplete $this + */ + public function isIncomplete(): bool + { + return false; + } + + /** + * @psalm-assert-if-true Notice $this + */ + public function isNotice(): bool + { + return false; + } + + /** + * @psalm-assert-if-true Deprecation $this + */ + public function isDeprecation(): bool + { + return false; + } + + /** + * @psalm-assert-if-true Failure $this + */ + public function isFailure(): bool + { + return false; + } + + /** + * @psalm-assert-if-true Error $this + */ + public function isError(): bool + { + return false; + } + + /** + * @psalm-assert-if-true Warning $this + */ + public function isWarning(): bool + { + return false; + } + + /** + * @psalm-assert-if-true Risky $this + */ + public function isRisky(): bool + { + return false; + } + + public function message(): string + { + return $this->message; + } + + public function isMoreImportantThan(self $other): bool + { + return $this->asInt() > $other->asInt(); + } + + abstract public function asInt(): int; + + abstract public function asString(): string; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Hook/BeforeTestHook.php b/Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Unknown.php old mode 100755 new mode 100644 similarity index 50% rename from Sources/vendor/phpunit/phpunit/src/Runner/Hook/BeforeTestHook.php rename to Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Unknown.php index b7e0827d..245ec67e --- a/Sources/vendor/phpunit/phpunit/src/Runner/Hook/BeforeTestHook.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Unknown.php @@ -7,18 +7,30 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Runner; +namespace PHPUnit\Framework\TestStatus; /** - * This interface, as well as the associated mechanism for extending PHPUnit, - * will be removed in PHPUnit 10. There is no alternative available in this - * version of PHPUnit. - * * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * - * @see https://github.com/sebastianbergmann/phpunit/issues/4676 + * @psalm-immutable */ -interface BeforeTestHook extends TestHook +final class Unknown extends TestStatus { - public function executeBeforeTest(string $test): void; + /** + * @psalm-assert-if-true Unknown $this + */ + public function isUnknown(): bool + { + return true; + } + + public function asInt(): int + { + return -1; + } + + public function asString(): string + { + return 'unknown'; + } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Warning.php b/Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Warning.php new file mode 100644 index 00000000..7c31fa8f --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Framework/TestStatus/Warning.php @@ -0,0 +1,36 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Framework\TestStatus; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * + * @psalm-immutable + */ +final class Warning extends Known +{ + /** + * @psalm-assert-if-true Warning $this + */ + public function isWarning(): bool + { + return true; + } + + public function asInt(): int + { + return 6; + } + + public function asString(): string + { + return 'warning'; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/TestSuite.php b/Sources/vendor/phpunit/phpunit/src/Framework/TestSuite.php old mode 100755 new mode 100644 index f537eb93..15a144cf --- a/Sources/vendor/phpunit/phpunit/src/Framework/TestSuite.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/TestSuite.php @@ -12,38 +12,39 @@ namespace PHPUnit\Framework; use const PHP_EOL; use function array_keys; use function array_map; -use function array_merge; -use function array_slice; -use function array_unique; -use function basename; +use function assert; use function call_user_func; use function class_exists; use function count; -use function dirname; -use function get_declared_classes; use function implode; -use function is_bool; use function is_callable; use function is_file; -use function is_object; -use function is_string; -use function method_exists; -use function preg_match; -use function preg_quote; +use function is_subclass_of; use function sprintf; -use function strpos; -use function substr; +use function str_ends_with; +use function str_starts_with; +use function trim; use Iterator; use IteratorAggregate; -use PHPUnit\Runner\BaseTestRunner; +use PHPUnit\Event; +use PHPUnit\Event\Code\TestMethod; +use PHPUnit\Event\NoPreviousThrowableException; +use PHPUnit\Metadata\Api\Dependencies; +use PHPUnit\Metadata\Api\Groups; +use PHPUnit\Metadata\Api\HookMethods; +use PHPUnit\Metadata\Api\Requirements; +use PHPUnit\Metadata\MetadataCollection; +use PHPUnit\Runner\Exception as RunnerException; use PHPUnit\Runner\Filter\Factory; use PHPUnit\Runner\PhptTestCase; -use PHPUnit\Util\FileLoader; +use PHPUnit\Runner\TestSuiteLoader; +use PHPUnit\TestRunner\TestResult\Facade as TestResultFacade; +use PHPUnit\Util\Filter; use PHPUnit\Util\Reflection; use PHPUnit\Util\Test as TestUtil; use ReflectionClass; -use ReflectionException; use ReflectionMethod; +use SebastianBergmann\CodeCoverage\UnintentionallyCoveredCodeException; use Throwable; /** @@ -54,195 +55,94 @@ use Throwable; class TestSuite implements IteratorAggregate, Reorderable, SelfDescribing, Test { /** - * Enable or disable the backup and restoration of the $GLOBALS array. - * - * @var bool - */ - protected $backupGlobals; - - /** - * Enable or disable the backup and restoration of static attributes. - * - * @var bool + * @psalm-var non-empty-string */ - protected $backupStaticAttributes; + private string $name; /** - * @var bool - */ - protected $runTestInSeparateProcess = false; - - /** - * The name of the test suite. - * - * @var string - */ - protected $name = ''; - - /** - * The test groups of the test suite. - * * @psalm-var array> */ - protected $groups = []; - - /** - * The tests in the test suite. - * - * @var Test[] - */ - protected $tests = []; - - /** - * The number of tests in the test suite. - * - * @var int - */ - protected $numTests = -1; - - /** - * @var bool - */ - protected $testCase = false; - - /** - * @var string[] - */ - protected $foundClasses = []; - - /** - * @var null|list - */ - protected $providedTests; - - /** - * @var null|list - */ - protected $requiredTests; - - /** - * @var bool - */ - private $beStrictAboutChangesToGlobalState; - - /** - * @var Factory - */ - private $iteratorFilter; + private array $groups = []; + private ?array $requiredTests = null; /** - * @var int + * @psalm-var list */ - private $declaredClassesPointer; + private array $tests = []; + private ?array $providedTests = null; + private ?Factory $iteratorFilter = null; /** - * @psalm-var array + * @psalm-param non-empty-string $name */ - private $warnings = []; + public static function empty(string $name): static + { + return new static($name); + } /** - * Constructs a new TestSuite. - * - * - PHPUnit\Framework\TestSuite() constructs an empty TestSuite. - * - * - PHPUnit\Framework\TestSuite(ReflectionClass) constructs a - * TestSuite from the given class. - * - * - PHPUnit\Framework\TestSuite(ReflectionClass, String) - * constructs a TestSuite from the given class with the given - * name. - * - * - PHPUnit\Framework\TestSuite(String) either constructs a - * TestSuite from the given class (if the passed string is the - * name of an existing class) or constructs an empty TestSuite - * with the given name. - * - * @param ReflectionClass|string $theClass - * - * @throws Exception + * @psalm-param class-string $className */ - public function __construct($theClass = '', string $name = '') + public static function fromClassName(string $className): static { - if (!is_string($theClass) && !$theClass instanceof ReflectionClass) { - throw InvalidArgumentException::create( - 1, - 'ReflectionClass object or string', - ); - } + assert(class_exists($className)); - $this->declaredClassesPointer = count(get_declared_classes()); - - if (!$theClass instanceof ReflectionClass) { - if (class_exists($theClass, true)) { - if ($name === '') { - $name = $theClass; - } + $class = new ReflectionClass($className); - try { - $theClass = new ReflectionClass($theClass); - } catch (ReflectionException $e) { - throw new Exception( - $e->getMessage(), - $e->getCode(), - $e, - ); - } - // @codeCoverageIgnoreEnd - } else { - $this->setName($theClass); - - return; - } - } - - if (!$theClass->isSubclassOf(TestCase::class)) { - $this->setName((string) $theClass); - - return; - } + return static::fromClassReflector($class); + } - if ($name !== '') { - $this->setName($name); - } else { - $this->setName($theClass->getName()); - } + public static function fromClassReflector(ReflectionClass $class): static + { + $testSuite = new static($class->getName()); - $constructor = $theClass->getConstructor(); + $constructor = $class->getConstructor(); - if ($constructor !== null && - !$constructor->isPublic()) { - $this->addTest( - new WarningTestCase( - sprintf( - 'Class "%s" has no public constructor.', - $theClass->getName(), - ), + if ($constructor !== null && !$constructor->isPublic()) { + Event\Facade::emitter()->testRunnerTriggeredWarning( + sprintf( + 'Class "%s" has no public constructor.', + $class->getName(), ), ); - return; + return $testSuite; } - foreach ((new Reflection)->publicMethodsInTestClass($theClass) as $method) { + foreach (Reflection::publicMethodsInTestClass($class) as $method) { + if ($method->getDeclaringClass()->getName() === Assert::class) { + continue; + } + + if ($method->getDeclaringClass()->getName() === TestCase::class) { + continue; + } + if (!TestUtil::isTestMethod($method)) { continue; } - $this->addTestMethod($theClass, $method); + $testSuite->addTestMethod($class, $method); } - if (empty($this->tests)) { - $this->addTest( - new WarningTestCase( - sprintf( - 'No tests found in class "%s".', - $theClass->getName(), - ), + if (count($testSuite) === 0) { + Event\Facade::emitter()->testRunnerTriggeredWarning( + sprintf( + 'No tests found in class "%s".', + $class->getName(), ), ); } - $this->testCase = true; + return $testSuite; + } + + /** + * @psalm-param non-empty-string $name + */ + final private function __construct(string $name) + { + $this->name = $name; } /** @@ -250,34 +150,22 @@ class TestSuite implements IteratorAggregate, Reorderable, SelfDescribing, Test */ public function toString(): string { - return $this->getName(); + return $this->name(); } /** * Adds a test to the suite. - * - * @param array $groups */ - public function addTest(Test $test, $groups = []): void + public function addTest(Test $test, array $groups = []): void { - try { - $class = new ReflectionClass($test); - // @codeCoverageIgnoreStart - } catch (ReflectionException $e) { - throw new Exception( - $e->getMessage(), - $e->getCode(), - $e, - ); - } - // @codeCoverageIgnoreEnd + $class = new ReflectionClass($test); if (!$class->isAbstract()) { $this->tests[] = $test; $this->clearCaches(); if ($test instanceof self && empty($groups)) { - $groups = $test->getGroups(); + $groups = $test->groups(); } if ($this->containsOnlyVirtualGroups($groups)) { @@ -301,73 +189,30 @@ class TestSuite implements IteratorAggregate, Reorderable, SelfDescribing, Test /** * Adds the tests from the given class to the suite. * - * @psalm-param object|class-string $testClass - * * @throws Exception */ - public function addTestSuite($testClass): void + public function addTestSuite(ReflectionClass $testClass): void { - if (!(is_object($testClass) || (is_string($testClass) && class_exists($testClass)))) { - throw InvalidArgumentException::create( - 1, - 'class name or object', + if ($testClass->isAbstract()) { + throw new Exception( + sprintf( + 'Class %s is abstract', + $testClass->getName(), + ), ); } - if (!is_object($testClass)) { - try { - $testClass = new ReflectionClass($testClass); - // @codeCoverageIgnoreStart - } catch (ReflectionException $e) { - throw new Exception( - $e->getMessage(), - $e->getCode(), - $e, - ); - } - // @codeCoverageIgnoreEnd - } - - if ($testClass instanceof self) { - $this->addTest($testClass); - } elseif ($testClass instanceof ReflectionClass) { - $suiteMethod = false; - - if (!$testClass->isAbstract() && $testClass->hasMethod(BaseTestRunner::SUITE_METHODNAME)) { - try { - $method = $testClass->getMethod( - BaseTestRunner::SUITE_METHODNAME, - ); - // @codeCoverageIgnoreStart - } catch (ReflectionException $e) { - throw new Exception( - $e->getMessage(), - $e->getCode(), - $e, - ); - } - // @codeCoverageIgnoreEnd - - if ($method->isStatic()) { - $this->addTest( - $method->invoke(null, $testClass->getName()), - ); - - $suiteMethod = true; - } - } - - if (!$suiteMethod && !$testClass->isAbstract() && $testClass->isSubclassOf(TestCase::class)) { - $this->addTest(new self($testClass)); - } - } else { - throw new Exception; + if (!$testClass->isSubclassOf(TestCase::class)) { + throw new Exception( + sprintf( + 'Class %s is not a subclass of %s', + $testClass->getName(), + TestCase::class, + ), + ); } - } - public function addWarning(string $warning): void - { - $this->warnings[] = $warning; + $this->addTest(self::fromClassReflector($testClass)); } /** @@ -382,147 +227,27 @@ class TestSuite implements IteratorAggregate, Reorderable, SelfDescribing, Test */ public function addTestFile(string $filename): void { - if (is_file($filename) && substr($filename, -5) === '.phpt') { - $this->addTest(new PhptTestCase($filename)); - - $this->declaredClassesPointer = count(get_declared_classes()); - - return; - } - - $numTests = count($this->tests); - - // The given file may contain further stub classes in addition to the - // test class itself. Figure out the actual test class. - $filename = FileLoader::checkAndLoad($filename); - $newClasses = array_slice(get_declared_classes(), $this->declaredClassesPointer); - - // The diff is empty in case a parent class (with test methods) is added - // AFTER a child class that inherited from it. To account for that case, - // accumulate all discovered classes, so the parent class may be found in - // a later invocation. - if (!empty($newClasses)) { - // On the assumption that test classes are defined first in files, - // process discovered classes in approximate LIFO order, so as to - // avoid unnecessary reflection. - $this->foundClasses = array_merge($newClasses, $this->foundClasses); - $this->declaredClassesPointer = count(get_declared_classes()); - } - - // The test class's name must match the filename, either in full, or as - // a PEAR/PSR-0 prefixed short name ('NameSpace_ShortName'), or as a - // PSR-1 local short name ('NameSpace\ShortName'). The comparison must be - // anchored to prevent false-positive matches (e.g., 'OtherShortName'). - $shortName = basename($filename, '.php'); - $shortNameRegEx = '/(?:^|_|\\\\)' . preg_quote($shortName, '/') . '$/'; - - foreach ($this->foundClasses as $i => $className) { - if (preg_match($shortNameRegEx, $className)) { - try { - $class = new ReflectionClass($className); - // @codeCoverageIgnoreStart - } catch (ReflectionException $e) { - throw new Exception( - $e->getMessage(), - $e->getCode(), - $e, - ); - } - // @codeCoverageIgnoreEnd - - if ($class->getFileName() == $filename) { - $newClasses = [$className]; - unset($this->foundClasses[$i]); - - break; - } - } - } - - foreach ($newClasses as $className) { + if (is_file($filename) && str_ends_with($filename, '.phpt')) { try { - $class = new ReflectionClass($className); - // @codeCoverageIgnoreStart - } catch (ReflectionException $e) { - throw new Exception( + $this->addTest(new PhptTestCase($filename)); + } catch (RunnerException $e) { + Event\Facade::emitter()->testRunnerTriggeredWarning( $e->getMessage(), - $e->getCode(), - $e, - ); - } - // @codeCoverageIgnoreEnd - - if (dirname($class->getFileName()) === __DIR__) { - continue; - } - - if ($class->isAbstract() && $class->isSubclassOf(TestCase::class)) { - $this->addWarning( - sprintf( - 'Abstract test case classes with "Test" suffix are deprecated (%s)', - $class->getName(), - ), ); } - if (!$class->isAbstract()) { - if ($class->hasMethod(BaseTestRunner::SUITE_METHODNAME)) { - try { - $method = $class->getMethod( - BaseTestRunner::SUITE_METHODNAME, - ); - // @codeCoverageIgnoreStart - } catch (ReflectionException $e) { - throw new Exception( - $e->getMessage(), - $e->getCode(), - $e, - ); - } - // @codeCoverageIgnoreEnd - - if ($method->isStatic()) { - $this->addTest($method->invoke(null, $className)); - } - } elseif ($class->implementsInterface(Test::class)) { - // Do we have modern namespacing ('Foo\Bar\WhizBangTest') or old-school namespacing ('Foo_Bar_WhizBangTest')? - $isPsr0 = (!$class->inNamespace()) && (strpos($class->getName(), '_') !== false); - $expectedClassName = $isPsr0 ? $className : $shortName; - - if (($pos = strpos($expectedClassName, '.')) !== false) { - $expectedClassName = substr( - $expectedClassName, - 0, - $pos, - ); - } - - if ($class->getShortName() !== $expectedClassName) { - $this->addWarning( - sprintf( - "Test case class not matching filename is deprecated\n in %s\n Class name was '%s', expected '%s'", - $filename, - $class->getShortName(), - $expectedClassName, - ), - ); - } - - $this->addTestSuite($class); - } - } + return; } - if (count($this->tests) > ++$numTests) { - $this->addWarning( - sprintf( - "Multiple test case classes per file is deprecated\n in %s", - $filename, - ), + try { + $this->addTestSuite( + (new TestSuiteLoader)->load($filename), + ); + } catch (RunnerException $e) { + Event\Facade::emitter()->testRunnerTriggeredWarning( + $e->getMessage(), ); } - - $this->numTests = -1; } /** @@ -539,24 +264,27 @@ class TestSuite implements IteratorAggregate, Reorderable, SelfDescribing, Test /** * Counts the number of test cases that will be run by this test. - * - * @todo refactor usage of numTests in DefaultResultPrinter */ public function count(): int { - $this->numTests = 0; + $numTests = 0; foreach ($this as $test) { - $this->numTests += count($test); + $numTests += count($test); } - return $this->numTests; + return $numTests; + } + + public function isEmpty(): bool + { + return empty($this->tests); } /** - * Returns the name of the suite. + * @psalm-return non-empty-string */ - public function getName(): string + public function name(): string { return $this->name; } @@ -566,163 +294,61 @@ class TestSuite implements IteratorAggregate, Reorderable, SelfDescribing, Test * * @psalm-return list */ - public function getGroups(): array + public function groups(): array { return array_map( - static function ($key): string - { - return (string) $key; - }, + 'strval', array_keys($this->groups), ); } - public function getGroupDetails(): array + public function groupDetails(): array { return $this->groups; } /** - * Set tests groups of the test case. - */ - public function setGroupDetails(array $groups): void - { - $this->groups = $groups; - } - - /** - * Runs the tests and collects their result in a TestResult. - * - * @throws \PHPUnit\Framework\CodeCoverageException * @throws \SebastianBergmann\CodeCoverage\InvalidArgumentException - * @throws \SebastianBergmann\CodeCoverage\UnintentionallyCoveredCodeException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - * @throws Warning + * @throws CodeCoverageException + * @throws Event\RuntimeException + * @throws Exception + * @throws NoPreviousThrowableException + * @throws UnintentionallyCoveredCodeException */ - public function run(TestResult $result = null): TestResult + public function run(): void { - if ($result === null) { - $result = $this->createResult(); - } - if (count($this) === 0) { - return $result; + return; } - /** @psalm-var class-string $className */ - $className = $this->name; - $hookMethods = TestUtil::getHookMethods($className); - - $result->startTestSuite($this); - - $test = null; - - if ($this->testCase && class_exists($this->name, false)) { - try { - foreach ($hookMethods['beforeClass'] as $beforeClassMethod) { - if (method_exists($this->name, $beforeClassMethod)) { - if ($missingRequirements = TestUtil::getMissingRequirements($this->name, $beforeClassMethod)) { - $this->markTestSuiteSkipped(implode(PHP_EOL, $missingRequirements)); - } - - call_user_func([$this->name, $beforeClassMethod]); - } - } - } catch (SkippedTestError|SkippedTestSuiteError $error) { - foreach ($this->tests() as $test) { - $result->startTest($test); - $result->addFailure($test, $error, 0); - $result->endTest($test, 0); - } - - $result->endTestSuite($this); - - return $result; - } catch (Throwable $t) { - $errorAdded = false; - - foreach ($this->tests() as $test) { - if ($result->shouldStop()) { - break; - } - - $result->startTest($test); - - if (!$errorAdded) { - $result->addError($test, $t, 0); - - $errorAdded = true; - } else { - $result->addFailure( - $test, - new SkippedTestError('Test skipped because of an error in hook method'), - 0, - ); - } - - $result->endTest($test, 0); - } + $emitter = Event\Facade::emitter(); + $testSuiteValueObjectForEvents = Event\TestSuite\TestSuiteBuilder::from($this); - $result->endTestSuite($this); + $emitter->testSuiteStarted($testSuiteValueObjectForEvents); - return $result; - } + if (!$this->invokeMethodsBeforeFirstTest($emitter, $testSuiteValueObjectForEvents)) { + return; } foreach ($this as $test) { - if ($result->shouldStop()) { - break; - } + if (TestResultFacade::shouldStop()) { + $emitter->testRunnerExecutionAborted(); - if ($test instanceof TestCase || $test instanceof self) { - $test->setBeStrictAboutChangesToGlobalState($this->beStrictAboutChangesToGlobalState); - $test->setBackupGlobals($this->backupGlobals); - $test->setBackupStaticAttributes($this->backupStaticAttributes); - $test->setRunTestInSeparateProcess($this->runTestInSeparateProcess); + break; } - $test->run($result); - } - - if ($this->testCase && class_exists($this->name, false)) { - foreach ($hookMethods['afterClass'] as $afterClassMethod) { - if (method_exists($this->name, $afterClassMethod)) { - try { - call_user_func([$this->name, $afterClassMethod]); - } catch (Throwable $t) { - $message = "Exception in {$this->name}::{$afterClassMethod}" . PHP_EOL . $t->getMessage(); - $error = new SyntheticError($message, 0, $t->getFile(), $t->getLine(), $t->getTrace()); - - $placeholderTest = clone $test; - $placeholderTest->setName($afterClassMethod); - - $result->startTest($placeholderTest); - $result->addFailure($placeholderTest, $error, 0); - $result->endTest($placeholderTest, 0); - } - } - } + $test->run(); } - $result->endTestSuite($this); + $this->invokeMethodsAfterLastTest($emitter); - return $result; - } - - public function setRunTestInSeparateProcess(bool $runTestInSeparateProcess): void - { - $this->runTestInSeparateProcess = $runTestInSeparateProcess; - } - - public function setName(string $name): void - { - $this->name = $name; + $emitter->testSuiteFinished($testSuiteValueObjectForEvents); } /** * Returns the tests as an enumeration. * - * @return Test[] + * @psalm-return list */ public function tests(): array { @@ -732,7 +358,7 @@ class TestSuite implements IteratorAggregate, Reorderable, SelfDescribing, Test /** * Set tests of the test suite. * - * @param Test[] $tests + * @psalm-param list $tests */ public function setTests(array $tests): void { @@ -742,47 +368,13 @@ class TestSuite implements IteratorAggregate, Reorderable, SelfDescribing, Test /** * Mark the test suite as skipped. * - * @param string $message - * * @throws SkippedTestSuiteError - * - * @psalm-return never-return */ - public function markTestSuiteSkipped($message = ''): void + public function markTestSuiteSkipped(string $message = ''): never { throw new SkippedTestSuiteError($message); } - /** - * @param bool $beStrictAboutChangesToGlobalState - */ - public function setBeStrictAboutChangesToGlobalState($beStrictAboutChangesToGlobalState): void - { - if (null === $this->beStrictAboutChangesToGlobalState && is_bool($beStrictAboutChangesToGlobalState)) { - $this->beStrictAboutChangesToGlobalState = $beStrictAboutChangesToGlobalState; - } - } - - /** - * @param bool $backupGlobals - */ - public function setBackupGlobals($backupGlobals): void - { - if (null === $this->backupGlobals && is_bool($backupGlobals)) { - $this->backupGlobals = $backupGlobals; - } - } - - /** - * @param bool $backupStaticAttributes - */ - public function setBackupStaticAttributes($backupStaticAttributes): void - { - if (null === $this->backupStaticAttributes && is_bool($backupStaticAttributes)) { - $this->backupStaticAttributes = $backupStaticAttributes; - } - } - /** * Returns an iterator for this test suite. */ @@ -809,15 +401,7 @@ class TestSuite implements IteratorAggregate, Reorderable, SelfDescribing, Test } /** - * @psalm-return array - */ - public function warnings(): array - { - return array_unique($this->warnings); - } - - /** - * @return list + * @psalm-return list */ public function provides(): array { @@ -830,10 +414,9 @@ class TestSuite implements IteratorAggregate, Reorderable, SelfDescribing, Test foreach ($this->tests as $test) { if (!($test instanceof Reorderable)) { - // @codeCoverageIgnoreStart continue; - // @codeCoverageIgnoreEnd } + $this->providedTests = ExecutionOrderDependency::mergeUnique($this->providedTests, $test->provides()); } } @@ -842,7 +425,7 @@ class TestSuite implements IteratorAggregate, Reorderable, SelfDescribing, Test } /** - * @return list + * @psalm-return list */ public function requires(): array { @@ -851,10 +434,9 @@ class TestSuite implements IteratorAggregate, Reorderable, SelfDescribing, Test foreach ($this->tests as $test) { if (!($test instanceof Reorderable)) { - // @codeCoverageIgnoreStart continue; - // @codeCoverageIgnoreEnd } + $this->requiredTests = ExecutionOrderDependency::mergeUnique( ExecutionOrderDependency::filterInvalid($this->requiredTests), $test->requires(), @@ -869,41 +451,69 @@ class TestSuite implements IteratorAggregate, Reorderable, SelfDescribing, Test public function sortId(): string { - return $this->getName() . '::class'; + return $this->name() . '::class'; } /** - * Creates a default TestResult object. + * @psalm-assert-if-true class-string $this->name */ - protected function createResult(): TestResult + public function isForTestClass(): bool { - return new TestResult; + return class_exists($this->name, false) && is_subclass_of($this->name, TestCase::class); } /** + * @throws \PHPUnit\Event\TestData\MoreThanOneDataSetFromDataProviderException * @throws Exception */ protected function addTestMethod(ReflectionClass $class, ReflectionMethod $method): void { + $className = $class->getName(); $methodName = $method->getName(); - $test = (new TestBuilder)->build($class, $methodName); + assert(!empty($methodName)); + + try { + $test = (new TestBuilder)->build($class, $methodName); + } catch (InvalidDataProviderException $e) { + Event\Facade::emitter()->testTriggeredPhpunitError( + new TestMethod( + $className, + $methodName, + $class->getFileName(), + $method->getStartLine(), + Event\Code\TestDoxBuilder::fromClassNameAndMethodName( + $className, + $methodName, + ), + MetadataCollection::fromArray([]), + Event\TestData\TestDataCollection::fromArray([]), + ), + sprintf( + "The data provider specified for %s::%s is invalid\n%s", + $className, + $methodName, + $this->throwableToString($e), + ), + ); + + return; + } if ($test instanceof TestCase || $test instanceof DataProviderTestSuite) { $test->setDependencies( - TestUtil::getDependencies($class->getName(), $methodName), + Dependencies::dependencies($class->getName(), $methodName), ); } $this->addTest( $test, - TestUtil::getGroups($class->getName(), $methodName), + (new Groups)->groups($class->getName(), $methodName), ); } private function clearCaches(): void { - $this->numTests = -1; $this->providedTests = null; $this->requiredTests = null; } @@ -911,11 +521,162 @@ class TestSuite implements IteratorAggregate, Reorderable, SelfDescribing, Test private function containsOnlyVirtualGroups(array $groups): bool { foreach ($groups as $group) { - if (strpos($group, '__phpunit_') !== 0) { + if (!str_starts_with($group, '__phpunit_')) { return false; } } return true; } + + private function methodDoesNotExistOrIsDeclaredInTestCase(string $methodName): bool + { + $reflector = new ReflectionClass($this->name); + + return !$reflector->hasMethod($methodName) || + $reflector->getMethod($methodName)->getDeclaringClass()->getName() === TestCase::class; + } + + /** + * @throws Exception + */ + private function throwableToString(Throwable $t): string + { + $message = $t->getMessage(); + + if (empty(trim($message))) { + $message = ''; + } + + if ($t instanceof InvalidDataProviderException) { + return sprintf( + "%s\n%s", + $message, + Filter::getFilteredStacktrace($t), + ); + } + + return sprintf( + "%s: %s\n%s", + $t::class, + $message, + Filter::getFilteredStacktrace($t), + ); + } + + /** + * @throws Exception + * @throws NoPreviousThrowableException + */ + private function invokeMethodsBeforeFirstTest(Event\Emitter $emitter, Event\TestSuite\TestSuite $testSuiteValueObjectForEvents): bool + { + if (!$this->isForTestClass()) { + return true; + } + + $methodsCalledBeforeFirstTest = []; + + $beforeClassMethods = (new HookMethods)->hookMethods($this->name)['beforeClass']; + + try { + foreach ($beforeClassMethods as $beforeClassMethod) { + if ($this->methodDoesNotExistOrIsDeclaredInTestCase($beforeClassMethod)) { + continue; + } + + if ($missingRequirements = (new Requirements)->requirementsNotSatisfiedFor($this->name, $beforeClassMethod)) { + $this->markTestSuiteSkipped(implode(PHP_EOL, $missingRequirements)); + } + + $methodCalledBeforeFirstTest = new Event\Code\ClassMethod( + $this->name, + $beforeClassMethod, + ); + + $emitter->testBeforeFirstTestMethodCalled( + $this->name, + $methodCalledBeforeFirstTest, + ); + + $methodsCalledBeforeFirstTest[] = $methodCalledBeforeFirstTest; + + call_user_func([$this->name, $beforeClassMethod]); + } + } catch (SkippedTest|SkippedTestSuiteError $e) { + $emitter->testSuiteSkipped( + $testSuiteValueObjectForEvents, + $e->getMessage(), + ); + + return false; + } catch (Throwable $t) { + assert(isset($methodCalledBeforeFirstTest)); + + $emitter->testBeforeFirstTestMethodErrored( + $this->name, + $methodCalledBeforeFirstTest, + Event\Code\ThrowableBuilder::from($t), + ); + + if (!empty($methodsCalledBeforeFirstTest)) { + $emitter->testBeforeFirstTestMethodFinished( + $this->name, + ...$methodsCalledBeforeFirstTest, + ); + } + + return false; + } + + if (!empty($methodsCalledBeforeFirstTest)) { + $emitter->testBeforeFirstTestMethodFinished( + $this->name, + ...$methodsCalledBeforeFirstTest, + ); + } + + return true; + } + + private function invokeMethodsAfterLastTest(Event\Emitter $emitter): void + { + if (!$this->isForTestClass()) { + return; + } + + $methodsCalledAfterLastTest = []; + + $afterClassMethods = (new HookMethods)->hookMethods($this->name)['afterClass']; + + foreach ($afterClassMethods as $afterClassMethod) { + if ($this->methodDoesNotExistOrIsDeclaredInTestCase($afterClassMethod)) { + continue; + } + + try { + call_user_func([$this->name, $afterClassMethod]); + + $methodCalledAfterLastTest = new Event\Code\ClassMethod( + $this->name, + $afterClassMethod, + ); + + $emitter->testAfterLastTestMethodCalled( + $this->name, + $methodCalledAfterLastTest, + ); + + $methodsCalledAfterLastTest[] = $methodCalledAfterLastTest; + } catch (Throwable) { + // @todo + } + } + + if (!empty($methodsCalledAfterLastTest)) { + $emitter->testAfterLastTestMethodFinished( + $this->name, + ...$methodsCalledAfterLastTest, + ); + } + } } diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/TestSuiteIterator.php b/Sources/vendor/phpunit/phpunit/src/Framework/TestSuiteIterator.php old mode 100755 new mode 100644 index 27c9d8b4..32ee7c6d --- a/Sources/vendor/phpunit/phpunit/src/Framework/TestSuiteIterator.php +++ b/Sources/vendor/phpunit/phpunit/src/Framework/TestSuiteIterator.php @@ -20,15 +20,12 @@ use RecursiveIterator; */ final class TestSuiteIterator implements RecursiveIterator { - /** - * @var int - */ - private $position = 0; + private int $position = 0; /** - * @var Test[] + * @psalm-var list */ - private $tests; + private readonly array $tests; public function __construct(TestSuite $testSuite) { diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/WarningTestCase.php b/Sources/vendor/phpunit/phpunit/src/Framework/WarningTestCase.php deleted file mode 100755 index d27c6b57..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Framework/WarningTestCase.php +++ /dev/null @@ -1,66 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Framework; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - */ -final class WarningTestCase extends TestCase -{ - /** - * @var ?bool - */ - protected $backupGlobals = false; - - /** - * @var ?bool - */ - protected $backupStaticAttributes = false; - - /** - * @var ?bool - */ - protected $runTestInSeparateProcess = false; - - /** - * @var string - */ - private $message; - - public function __construct(string $message = '') - { - $this->message = $message; - - parent::__construct('Warning'); - } - - public function getMessage(): string - { - return $this->message; - } - - /** - * Returns a string representation of the test case. - */ - public function toString(): string - { - return 'Warning'; - } - - /** - * @throws Exception - * - * @psalm-return never-return - */ - protected function runTest(): void - { - throw new Warning($this->message); - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/EventLogger.php b/Sources/vendor/phpunit/phpunit/src/Logging/EventLogger.php new file mode 100644 index 00000000..559fb5ec --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/EventLogger.php @@ -0,0 +1,58 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging; + +use const FILE_APPEND; +use const LOCK_EX; +use const PHP_EOL; +use function explode; +use function file_put_contents; +use function implode; +use function str_repeat; +use function strlen; +use PHPUnit\Event\Event; +use PHPUnit\Event\Tracer\Tracer; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class EventLogger implements Tracer +{ + private readonly string $path; + private readonly bool $includeTelemetryInfo; + + public function __construct(string $path, bool $includeTelemetryInfo) + { + $this->path = $path; + $this->includeTelemetryInfo = $includeTelemetryInfo; + } + + public function trace(Event $event): void + { + $telemetryInfo = $this->telemetryInfo($event); + $indentation = PHP_EOL . str_repeat(' ', strlen($telemetryInfo)); + $lines = explode(PHP_EOL, $event->asString()); + + file_put_contents( + $this->path, + $telemetryInfo . implode($indentation, $lines) . PHP_EOL, + FILE_APPEND | LOCK_EX, + ); + } + + private function telemetryInfo(Event $event): string + { + if (!$this->includeTelemetryInfo) { + return ''; + } + + return $event->telemetryInfo()->asString() . ' '; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Exception.php b/Sources/vendor/phpunit/phpunit/src/Logging/Exception.php old mode 100755 new mode 100644 similarity index 94% rename from Sources/vendor/phpunit/phpunit/src/Runner/Exception.php rename to Sources/vendor/phpunit/phpunit/src/Logging/Exception.php index adcd1155..f2e4f8bc --- a/Sources/vendor/phpunit/phpunit/src/Runner/Exception.php +++ b/Sources/vendor/phpunit/phpunit/src/Logging/Exception.php @@ -7,7 +7,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Runner; +namespace PHPUnit\Logging; use RuntimeException; diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/JUnit/JunitXmlLogger.php b/Sources/vendor/phpunit/phpunit/src/Logging/JUnit/JunitXmlLogger.php new file mode 100644 index 00000000..d200713d --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/JUnit/JunitXmlLogger.php @@ -0,0 +1,431 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\JUnit; + +use function assert; +use function basename; +use function is_int; +use function sprintf; +use function str_replace; +use function trim; +use DOMDocument; +use DOMElement; +use PHPUnit\Event\Code\Test; +use PHPUnit\Event\Code\TestMethod; +use PHPUnit\Event\EventFacadeIsSealedException; +use PHPUnit\Event\Facade; +use PHPUnit\Event\InvalidArgumentException; +use PHPUnit\Event\Telemetry\HRTime; +use PHPUnit\Event\Telemetry\Info; +use PHPUnit\Event\Test\Errored; +use PHPUnit\Event\Test\Failed; +use PHPUnit\Event\Test\Finished; +use PHPUnit\Event\Test\MarkedIncomplete; +use PHPUnit\Event\Test\Prepared; +use PHPUnit\Event\Test\Skipped; +use PHPUnit\Event\TestData\NoDataSetFromDataProviderException; +use PHPUnit\Event\TestSuite\Started; +use PHPUnit\Event\UnknownSubscriberTypeException; +use PHPUnit\TextUI\Output\Printer; +use PHPUnit\Util\Xml; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class JunitXmlLogger +{ + private readonly Printer $printer; + private DOMDocument $document; + private DOMElement $root; + + /** + * @var DOMElement[] + */ + private array $testSuites = []; + + /** + * @psalm-var array + */ + private array $testSuiteTests = [0]; + + /** + * @psalm-var array + */ + private array $testSuiteAssertions = [0]; + + /** + * @psalm-var array + */ + private array $testSuiteErrors = [0]; + + /** + * @psalm-var array + */ + private array $testSuiteFailures = [0]; + + /** + * @psalm-var array + */ + private array $testSuiteSkipped = [0]; + + /** + * @psalm-var array + */ + private array $testSuiteTimes = [0]; + private int $testSuiteLevel = 0; + private ?DOMElement $currentTestCase = null; + private ?HRTime $time = null; + private bool $prepared = false; + + /** + * @throws EventFacadeIsSealedException + * @throws UnknownSubscriberTypeException + */ + public function __construct(Printer $printer, Facade $facade) + { + $this->printer = $printer; + + $this->registerSubscribers($facade); + $this->createDocument(); + } + + public function flush(): void + { + $this->printer->print($this->document->saveXML()); + + $this->printer->flush(); + } + + public function testSuiteStarted(Started $event): void + { + $testSuite = $this->document->createElement('testsuite'); + $testSuite->setAttribute('name', $event->testSuite()->name()); + + if ($event->testSuite()->isForTestClass()) { + $testSuite->setAttribute('file', $event->testSuite()->file()); + } + + if ($this->testSuiteLevel > 0) { + $this->testSuites[$this->testSuiteLevel]->appendChild($testSuite); + } else { + $this->root->appendChild($testSuite); + } + + $this->testSuiteLevel++; + $this->testSuites[$this->testSuiteLevel] = $testSuite; + $this->testSuiteTests[$this->testSuiteLevel] = 0; + $this->testSuiteAssertions[$this->testSuiteLevel] = 0; + $this->testSuiteErrors[$this->testSuiteLevel] = 0; + $this->testSuiteFailures[$this->testSuiteLevel] = 0; + $this->testSuiteSkipped[$this->testSuiteLevel] = 0; + $this->testSuiteTimes[$this->testSuiteLevel] = 0; + } + + public function testSuiteFinished(): void + { + $this->testSuites[$this->testSuiteLevel]->setAttribute( + 'tests', + (string) $this->testSuiteTests[$this->testSuiteLevel], + ); + + $this->testSuites[$this->testSuiteLevel]->setAttribute( + 'assertions', + (string) $this->testSuiteAssertions[$this->testSuiteLevel], + ); + + $this->testSuites[$this->testSuiteLevel]->setAttribute( + 'errors', + (string) $this->testSuiteErrors[$this->testSuiteLevel], + ); + + $this->testSuites[$this->testSuiteLevel]->setAttribute( + 'failures', + (string) $this->testSuiteFailures[$this->testSuiteLevel], + ); + + $this->testSuites[$this->testSuiteLevel]->setAttribute( + 'skipped', + (string) $this->testSuiteSkipped[$this->testSuiteLevel], + ); + + $this->testSuites[$this->testSuiteLevel]->setAttribute( + 'time', + sprintf('%F', $this->testSuiteTimes[$this->testSuiteLevel]), + ); + + if ($this->testSuiteLevel > 1) { + $this->testSuiteTests[$this->testSuiteLevel - 1] += $this->testSuiteTests[$this->testSuiteLevel]; + $this->testSuiteAssertions[$this->testSuiteLevel - 1] += $this->testSuiteAssertions[$this->testSuiteLevel]; + $this->testSuiteErrors[$this->testSuiteLevel - 1] += $this->testSuiteErrors[$this->testSuiteLevel]; + $this->testSuiteFailures[$this->testSuiteLevel - 1] += $this->testSuiteFailures[$this->testSuiteLevel]; + $this->testSuiteSkipped[$this->testSuiteLevel - 1] += $this->testSuiteSkipped[$this->testSuiteLevel]; + $this->testSuiteTimes[$this->testSuiteLevel - 1] += $this->testSuiteTimes[$this->testSuiteLevel]; + } + + $this->testSuiteLevel--; + } + + /** + * @throws InvalidArgumentException + * @throws NoDataSetFromDataProviderException + */ + public function testPrepared(Prepared $event): void + { + $this->createTestCase($event); + $this->prepared = true; + } + + /** + * @throws InvalidArgumentException + */ + public function testFinished(Finished $event): void + { + $this->handleFinish($event->telemetryInfo(), $event->numberOfAssertionsPerformed()); + } + + /** + * @throws InvalidArgumentException + * @throws NoDataSetFromDataProviderException + */ + public function testMarkedIncomplete(MarkedIncomplete $event): void + { + $this->handleIncompleteOrSkipped($event); + } + + /** + * @throws InvalidArgumentException + * @throws NoDataSetFromDataProviderException + */ + public function testSkipped(Skipped $event): void + { + $this->handleIncompleteOrSkipped($event); + } + + /** + * @throws InvalidArgumentException + * @throws NoDataSetFromDataProviderException + */ + public function testErrored(Errored $event): void + { + $this->handleFault($event, 'error'); + + $this->testSuiteErrors[$this->testSuiteLevel]++; + } + + /** + * @throws InvalidArgumentException + * @throws NoDataSetFromDataProviderException + */ + public function testFailed(Failed $event): void + { + $this->handleFault($event, 'failure'); + + $this->testSuiteFailures[$this->testSuiteLevel]++; + } + + /** + * @throws InvalidArgumentException + */ + private function handleFinish(Info $telemetryInfo, int $numberOfAssertionsPerformed): void + { + assert($this->currentTestCase !== null); + assert($this->time !== null); + + $time = $telemetryInfo->time()->duration($this->time)->asFloat(); + + $this->testSuiteAssertions[$this->testSuiteLevel] += $numberOfAssertionsPerformed; + + $this->currentTestCase->setAttribute( + 'assertions', + (string) $numberOfAssertionsPerformed, + ); + + $this->currentTestCase->setAttribute( + 'time', + sprintf('%F', $time), + ); + + $this->testSuites[$this->testSuiteLevel]->appendChild( + $this->currentTestCase, + ); + + $this->testSuiteTests[$this->testSuiteLevel]++; + $this->testSuiteTimes[$this->testSuiteLevel] += $time; + + $this->currentTestCase = null; + $this->time = null; + $this->prepared = false; + } + + /** + * @throws EventFacadeIsSealedException + * @throws UnknownSubscriberTypeException + */ + private function registerSubscribers(Facade $facade): void + { + $facade->registerSubscribers( + new TestSuiteStartedSubscriber($this), + new TestSuiteFinishedSubscriber($this), + new TestPreparedSubscriber($this), + new TestFinishedSubscriber($this), + new TestErroredSubscriber($this), + new TestFailedSubscriber($this), + new TestMarkedIncompleteSubscriber($this), + new TestSkippedSubscriber($this), + new TestRunnerExecutionFinishedSubscriber($this), + ); + } + + private function createDocument(): void + { + $this->document = new DOMDocument('1.0', 'UTF-8'); + $this->document->formatOutput = true; + + $this->root = $this->document->createElement('testsuites'); + $this->document->appendChild($this->root); + } + + /** + * @throws InvalidArgumentException + * @throws NoDataSetFromDataProviderException + */ + private function handleFault(Errored|Failed $event, string $type): void + { + if (!$this->prepared) { + $this->createTestCase($event); + } + + assert($this->currentTestCase !== null); + + $buffer = $this->testAsString($event->test()); + + $throwable = $event->throwable(); + $buffer .= trim( + $throwable->description() . PHP_EOL . + $throwable->stackTrace(), + ); + + $fault = $this->document->createElement( + $type, + Xml::prepareString($buffer), + ); + + $fault->setAttribute('type', $throwable->className()); + + $this->currentTestCase->appendChild($fault); + + if (!$this->prepared) { + $this->handleFinish($event->telemetryInfo(), 0); + } + } + + /** + * @throws InvalidArgumentException + * @throws NoDataSetFromDataProviderException + */ + private function handleIncompleteOrSkipped(MarkedIncomplete|Skipped $event): void + { + if (!$this->prepared) { + $this->createTestCase($event); + } + + assert($this->currentTestCase !== null); + + $skipped = $this->document->createElement('skipped'); + + $this->currentTestCase->appendChild($skipped); + + $this->testSuiteSkipped[$this->testSuiteLevel]++; + + if (!$this->prepared) { + $this->handleFinish($event->telemetryInfo(), 0); + } + } + + /** + * @throws InvalidArgumentException + * @throws NoDataSetFromDataProviderException + */ + private function testAsString(Test $test): string + { + if ($test->isPhpt()) { + return basename($test->file()); + } + + assert($test instanceof TestMethod); + + return sprintf( + '%s::%s%s', + $test->className(), + $this->name($test), + PHP_EOL, + ); + } + + /** + * @throws InvalidArgumentException + * @throws NoDataSetFromDataProviderException + */ + private function name(Test $test): string + { + if ($test->isPhpt()) { + return basename($test->file()); + } + + assert($test instanceof TestMethod); + + if (!$test->testData()->hasDataFromDataProvider()) { + return $test->methodName(); + } + + $dataSetName = $test->testData()->dataFromDataProvider()->dataSetName(); + + if (is_int($dataSetName)) { + return sprintf( + '%s with data set #%d', + $test->methodName(), + $dataSetName, + ); + } + + return sprintf( + '%s with data set "%s"', + $test->methodName(), + $dataSetName, + ); + } + + /** + * @throws InvalidArgumentException + * @throws NoDataSetFromDataProviderException + * + * @psalm-assert !null $this->currentTestCase + */ + private function createTestCase(Errored|Failed|MarkedIncomplete|Prepared|Skipped $event): void + { + $testCase = $this->document->createElement('testcase'); + + $test = $event->test(); + + $testCase->setAttribute('name', $this->name($test)); + $testCase->setAttribute('file', $test->file()); + + if ($test->isTestMethod()) { + assert($test instanceof TestMethod); + + $testCase->setAttribute('line', (string) $test->line()); + $testCase->setAttribute('class', $test->className()); + $testCase->setAttribute('classname', str_replace('\\', '.', $test->className())); + } + + $this->currentTestCase = $testCase; + $this->time = $event->telemetryInfo()->time(); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/Subscriber.php b/Sources/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/Subscriber.php new file mode 100644 index 00000000..c3a7c624 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/Subscriber.php @@ -0,0 +1,28 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\JUnit; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +abstract class Subscriber +{ + private readonly JunitXmlLogger $logger; + + public function __construct(JunitXmlLogger $logger) + { + $this->logger = $logger; + } + + protected function logger(): JunitXmlLogger + { + return $this->logger; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestErroredSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestErroredSubscriber.php new file mode 100644 index 00000000..a7127525 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestErroredSubscriber.php @@ -0,0 +1,30 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\JUnit; + +use PHPUnit\Event\InvalidArgumentException; +use PHPUnit\Event\Test\Errored; +use PHPUnit\Event\Test\ErroredSubscriber; +use PHPUnit\Event\TestData\NoDataSetFromDataProviderException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestErroredSubscriber extends Subscriber implements ErroredSubscriber +{ + /** + * @throws InvalidArgumentException + * @throws NoDataSetFromDataProviderException + */ + public function notify(Errored $event): void + { + $this->logger()->testErrored($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestFailedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestFailedSubscriber.php new file mode 100644 index 00000000..6876fa65 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestFailedSubscriber.php @@ -0,0 +1,30 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\JUnit; + +use PHPUnit\Event\InvalidArgumentException; +use PHPUnit\Event\Test\Failed; +use PHPUnit\Event\Test\FailedSubscriber; +use PHPUnit\Event\TestData\NoDataSetFromDataProviderException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestFailedSubscriber extends Subscriber implements FailedSubscriber +{ + /** + * @throws InvalidArgumentException + * @throws NoDataSetFromDataProviderException + */ + public function notify(Failed $event): void + { + $this->logger()->testFailed($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestFinishedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestFinishedSubscriber.php new file mode 100644 index 00000000..75390707 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestFinishedSubscriber.php @@ -0,0 +1,30 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\JUnit; + +use PHPUnit\Event\InvalidArgumentException; +use PHPUnit\Event\Test\Finished; +use PHPUnit\Event\Test\FinishedSubscriber; +use PHPUnit\Event\TestData\NoDataSetFromDataProviderException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestFinishedSubscriber extends Subscriber implements FinishedSubscriber +{ + /** + * @throws InvalidArgumentException + * @throws NoDataSetFromDataProviderException + */ + public function notify(Finished $event): void + { + $this->logger()->testFinished($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestMarkedIncompleteSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestMarkedIncompleteSubscriber.php new file mode 100644 index 00000000..9517b3e7 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestMarkedIncompleteSubscriber.php @@ -0,0 +1,30 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\JUnit; + +use PHPUnit\Event\InvalidArgumentException; +use PHPUnit\Event\Test\MarkedIncomplete; +use PHPUnit\Event\Test\MarkedIncompleteSubscriber; +use PHPUnit\Event\TestData\NoDataSetFromDataProviderException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestMarkedIncompleteSubscriber extends Subscriber implements MarkedIncompleteSubscriber +{ + /** + * @throws InvalidArgumentException + * @throws NoDataSetFromDataProviderException + */ + public function notify(MarkedIncomplete $event): void + { + $this->logger()->testMarkedIncomplete($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestPreparedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestPreparedSubscriber.php new file mode 100644 index 00000000..98027dc9 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestPreparedSubscriber.php @@ -0,0 +1,30 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\JUnit; + +use PHPUnit\Event\InvalidArgumentException; +use PHPUnit\Event\Test\Prepared; +use PHPUnit\Event\Test\PreparedSubscriber; +use PHPUnit\Event\TestData\NoDataSetFromDataProviderException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestPreparedSubscriber extends Subscriber implements PreparedSubscriber +{ + /** + * @throws InvalidArgumentException + * @throws NoDataSetFromDataProviderException + */ + public function notify(Prepared $event): void + { + $this->logger()->testPrepared($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestRunnerExecutionFinishedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestRunnerExecutionFinishedSubscriber.php new file mode 100644 index 00000000..148ff237 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestRunnerExecutionFinishedSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\JUnit; + +use PHPUnit\Event\TestRunner\ExecutionFinished; +use PHPUnit\Event\TestRunner\ExecutionFinishedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestRunnerExecutionFinishedSubscriber extends Subscriber implements ExecutionFinishedSubscriber +{ + public function notify(ExecutionFinished $event): void + { + $this->logger()->flush(); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestSkippedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestSkippedSubscriber.php new file mode 100644 index 00000000..90df5c04 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestSkippedSubscriber.php @@ -0,0 +1,30 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\JUnit; + +use PHPUnit\Event\InvalidArgumentException; +use PHPUnit\Event\Test\Skipped; +use PHPUnit\Event\Test\SkippedSubscriber; +use PHPUnit\Event\TestData\NoDataSetFromDataProviderException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestSkippedSubscriber extends Subscriber implements SkippedSubscriber +{ + /** + * @throws InvalidArgumentException + * @throws NoDataSetFromDataProviderException + */ + public function notify(Skipped $event): void + { + $this->logger()->testSkipped($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestSuiteFinishedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestSuiteFinishedSubscriber.php new file mode 100644 index 00000000..26e1981f --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestSuiteFinishedSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\JUnit; + +use PHPUnit\Event\TestSuite\Finished; +use PHPUnit\Event\TestSuite\FinishedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestSuiteFinishedSubscriber extends Subscriber implements FinishedSubscriber +{ + public function notify(Finished $event): void + { + $this->logger()->testSuiteFinished(); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestSuiteStartedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestSuiteStartedSubscriber.php new file mode 100644 index 00000000..dfec98b4 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/JUnit/Subscriber/TestSuiteStartedSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\JUnit; + +use PHPUnit\Event\TestSuite\Started; +use PHPUnit\Event\TestSuite\StartedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestSuiteStartedSubscriber extends Subscriber implements StartedSubscriber +{ + public function notify(Started $event): void + { + $this->logger()->testSuiteStarted($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/Subscriber.php b/Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/Subscriber.php new file mode 100644 index 00000000..a2428962 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/Subscriber.php @@ -0,0 +1,28 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\TeamCity; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +abstract class Subscriber +{ + private readonly TeamCityLogger $logger; + + public function __construct(TeamCityLogger $logger) + { + $this->logger = $logger; + } + + protected function logger(): TeamCityLogger + { + return $this->logger; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestConsideredRiskySubscriber.php b/Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestConsideredRiskySubscriber.php new file mode 100644 index 00000000..431d1b28 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestConsideredRiskySubscriber.php @@ -0,0 +1,28 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\TeamCity; + +use PHPUnit\Event\InvalidArgumentException; +use PHPUnit\Event\Test\ConsideredRisky; +use PHPUnit\Event\Test\ConsideredRiskySubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestConsideredRiskySubscriber extends Subscriber implements ConsideredRiskySubscriber +{ + /** + * @throws InvalidArgumentException + */ + public function notify(ConsideredRisky $event): void + { + $this->logger()->testConsideredRisky($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestErroredSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestErroredSubscriber.php new file mode 100644 index 00000000..318534a4 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestErroredSubscriber.php @@ -0,0 +1,28 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\TeamCity; + +use PHPUnit\Event\InvalidArgumentException; +use PHPUnit\Event\Test\Errored; +use PHPUnit\Event\Test\ErroredSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestErroredSubscriber extends Subscriber implements ErroredSubscriber +{ + /** + * @throws InvalidArgumentException + */ + public function notify(Errored $event): void + { + $this->logger()->testErrored($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestFailedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestFailedSubscriber.php new file mode 100644 index 00000000..1ada154a --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestFailedSubscriber.php @@ -0,0 +1,28 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\TeamCity; + +use PHPUnit\Event\InvalidArgumentException; +use PHPUnit\Event\Test\Failed; +use PHPUnit\Event\Test\FailedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestFailedSubscriber extends Subscriber implements FailedSubscriber +{ + /** + * @throws InvalidArgumentException + */ + public function notify(Failed $event): void + { + $this->logger()->testFailed($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestFinishedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestFinishedSubscriber.php new file mode 100644 index 00000000..22ba518f --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestFinishedSubscriber.php @@ -0,0 +1,28 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\TeamCity; + +use PHPUnit\Event\InvalidArgumentException; +use PHPUnit\Event\Test\Finished; +use PHPUnit\Event\Test\FinishedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestFinishedSubscriber extends Subscriber implements FinishedSubscriber +{ + /** + * @throws InvalidArgumentException + */ + public function notify(Finished $event): void + { + $this->logger()->testFinished($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestMarkedIncompleteSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestMarkedIncompleteSubscriber.php new file mode 100644 index 00000000..c3505f16 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestMarkedIncompleteSubscriber.php @@ -0,0 +1,28 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\TeamCity; + +use PHPUnit\Event\InvalidArgumentException; +use PHPUnit\Event\Test\MarkedIncomplete; +use PHPUnit\Event\Test\MarkedIncompleteSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestMarkedIncompleteSubscriber extends Subscriber implements MarkedIncompleteSubscriber +{ + /** + * @throws InvalidArgumentException + */ + public function notify(MarkedIncomplete $event): void + { + $this->logger()->testMarkedIncomplete($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestPreparedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestPreparedSubscriber.php new file mode 100644 index 00000000..c1bb537e --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestPreparedSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\TeamCity; + +use PHPUnit\Event\Test\Prepared; +use PHPUnit\Event\Test\PreparedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestPreparedSubscriber extends Subscriber implements PreparedSubscriber +{ + public function notify(Prepared $event): void + { + $this->logger()->testPrepared($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestRunnerExecutionFinishedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestRunnerExecutionFinishedSubscriber.php new file mode 100644 index 00000000..ccec88d9 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestRunnerExecutionFinishedSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\TeamCity; + +use PHPUnit\Event\TestRunner\ExecutionFinished; +use PHPUnit\Event\TestRunner\ExecutionFinishedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestRunnerExecutionFinishedSubscriber extends Subscriber implements ExecutionFinishedSubscriber +{ + public function notify(ExecutionFinished $event): void + { + $this->logger()->flush(); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestSkippedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestSkippedSubscriber.php new file mode 100644 index 00000000..e6ef6ae9 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestSkippedSubscriber.php @@ -0,0 +1,28 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\TeamCity; + +use PHPUnit\Event\InvalidArgumentException; +use PHPUnit\Event\Test\Skipped; +use PHPUnit\Event\Test\SkippedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestSkippedSubscriber extends Subscriber implements SkippedSubscriber +{ + /** + * @throws InvalidArgumentException + */ + public function notify(Skipped $event): void + { + $this->logger()->testSkipped($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestSuiteFinishedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestSuiteFinishedSubscriber.php new file mode 100644 index 00000000..d8e73e43 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestSuiteFinishedSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\TeamCity; + +use PHPUnit\Event\TestSuite\Finished; +use PHPUnit\Event\TestSuite\FinishedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestSuiteFinishedSubscriber extends Subscriber implements FinishedSubscriber +{ + public function notify(Finished $event): void + { + $this->logger()->testSuiteFinished($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestSuiteStartedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestSuiteStartedSubscriber.php new file mode 100644 index 00000000..2eb76478 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/Subscriber/TestSuiteStartedSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\TeamCity; + +use PHPUnit\Event\TestSuite\Started; +use PHPUnit\Event\TestSuite\StartedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestSuiteStartedSubscriber extends Subscriber implements StartedSubscriber +{ + public function notify(Started $event): void + { + $this->logger()->testSuiteStarted($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/TeamCityLogger.php b/Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/TeamCityLogger.php new file mode 100644 index 00000000..203e2337 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/TeamCity/TeamCityLogger.php @@ -0,0 +1,371 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\TeamCity; + +use function assert; +use function getmypid; +use function ini_get; +use function is_a; +use function round; +use function sprintf; +use function str_replace; +use function stripos; +use PHPUnit\Event\Code\TestMethod; +use PHPUnit\Event\Code\Throwable; +use PHPUnit\Event\Event; +use PHPUnit\Event\EventFacadeIsSealedException; +use PHPUnit\Event\Facade; +use PHPUnit\Event\InvalidArgumentException; +use PHPUnit\Event\Telemetry\HRTime; +use PHPUnit\Event\Test\ConsideredRisky; +use PHPUnit\Event\Test\Errored; +use PHPUnit\Event\Test\Failed; +use PHPUnit\Event\Test\Finished; +use PHPUnit\Event\Test\MarkedIncomplete; +use PHPUnit\Event\Test\Prepared; +use PHPUnit\Event\Test\Skipped; +use PHPUnit\Event\TestSuite\Finished as TestSuiteFinished; +use PHPUnit\Event\TestSuite\Started as TestSuiteStarted; +use PHPUnit\Event\TestSuite\TestSuiteForTestClass; +use PHPUnit\Event\TestSuite\TestSuiteForTestMethodWithDataProvider; +use PHPUnit\Event\UnknownSubscriberTypeException; +use PHPUnit\Framework\Exception as FrameworkException; +use PHPUnit\TextUI\Output\Printer; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TeamCityLogger +{ + private readonly Printer $printer; + private bool $isSummaryTestCountPrinted = false; + private ?HRTime $time = null; + private ?int $flowId; + + /** + * @throws EventFacadeIsSealedException + * @throws UnknownSubscriberTypeException + */ + public function __construct(Printer $printer, Facade $facade) + { + $this->printer = $printer; + + $this->registerSubscribers($facade); + $this->setFlowId(); + } + + public function testSuiteStarted(TestSuiteStarted $event): void + { + $testSuite = $event->testSuite(); + + if (!$this->isSummaryTestCountPrinted) { + $this->isSummaryTestCountPrinted = true; + + $this->writeMessage( + 'testCount', + ['count' => $testSuite->count()], + ); + } + + $parameters = ['name' => $testSuite->name()]; + + if ($testSuite->isForTestClass()) { + assert($testSuite instanceof TestSuiteForTestClass); + + $parameters['locationHint'] = sprintf( + 'php_qn://%s::\\%s', + $testSuite->file(), + $testSuite->name(), + ); + } elseif ($testSuite->isForTestMethodWithDataProvider()) { + assert($testSuite instanceof TestSuiteForTestMethodWithDataProvider); + + $parameters['locationHint'] = sprintf( + 'php_qn://%s::\\%s', + $testSuite->file(), + $testSuite->name(), + ); + + $parameters['name'] = $testSuite->methodName(); + } + + $this->writeMessage('testSuiteStarted', $parameters); + } + + public function testSuiteFinished(TestSuiteFinished $event): void + { + $testSuite = $event->testSuite(); + + $parameters = ['name' => $testSuite->name()]; + + if ($testSuite->isForTestMethodWithDataProvider()) { + assert($testSuite instanceof TestSuiteForTestMethodWithDataProvider); + + $parameters['name'] = $testSuite->methodName(); + } + + $this->writeMessage('testSuiteFinished', $parameters); + } + + public function testPrepared(Prepared $event): void + { + $test = $event->test(); + + $parameters = [ + 'name' => $test->name(), + ]; + + if ($test->isTestMethod()) { + assert($test instanceof TestMethod); + + $parameters['locationHint'] = sprintf( + 'php_qn://%s::\\%s::%s', + $test->file(), + $test->className(), + $test->methodName(), + ); + } + + $this->writeMessage('testStarted', $parameters); + + $this->time = $event->telemetryInfo()->time(); + } + + /** + * @throws InvalidArgumentException + */ + public function testMarkedIncomplete(MarkedIncomplete $event): void + { + if ($this->time === null) { + $this->time = $event->telemetryInfo()->time(); + } + + $this->writeMessage( + 'testIgnored', + [ + 'name' => $event->test()->name(), + 'message' => $event->throwable()->message(), + 'details' => $this->details($event->throwable()), + 'duration' => $this->duration($event), + ], + ); + } + + /** + * @throws InvalidArgumentException + */ + public function testSkipped(Skipped $event): void + { + if ($this->time === null) { + $this->time = $event->telemetryInfo()->time(); + } + + $parameters = [ + 'name' => $event->test()->name(), + 'message' => $event->message(), + ]; + + $parameters['duration'] = $this->duration($event); + + $this->writeMessage('testIgnored', $parameters); + } + + /** + * @throws InvalidArgumentException + */ + public function testErrored(Errored $event): void + { + if ($this->time === null) { + $this->time = $event->telemetryInfo()->time(); + } + + $this->writeMessage( + 'testFailed', + [ + 'name' => $event->test()->name(), + 'message' => $this->message($event->throwable()), + 'details' => $this->details($event->throwable()), + 'duration' => $this->duration($event), + ], + ); + } + + /** + * @throws InvalidArgumentException + */ + public function testFailed(Failed $event): void + { + if ($this->time === null) { + $this->time = $event->telemetryInfo()->time(); + } + + $parameters = [ + 'name' => $event->test()->name(), + 'message' => $this->message($event->throwable()), + 'details' => $this->details($event->throwable()), + 'duration' => $this->duration($event), + ]; + + if ($event->hasComparisonFailure()) { + $parameters['type'] = 'comparisonFailure'; + $parameters['actual'] = $event->comparisonFailure()->actual(); + $parameters['expected'] = $event->comparisonFailure()->expected(); + } + + $this->writeMessage('testFailed', $parameters); + } + + /** + * @throws InvalidArgumentException + */ + public function testConsideredRisky(ConsideredRisky $event): void + { + if ($this->time === null) { + $this->time = $event->telemetryInfo()->time(); + } + + $this->writeMessage( + 'testFailed', + [ + 'name' => $event->test()->name(), + 'message' => $event->message(), + 'details' => '', + 'duration' => $this->duration($event), + ], + ); + } + + /** + * @throws InvalidArgumentException + */ + public function testFinished(Finished $event): void + { + $this->writeMessage( + 'testFinished', + [ + 'name' => $event->test()->name(), + 'duration' => $this->duration($event), + ], + ); + + $this->time = null; + } + + public function flush(): void + { + $this->printer->flush(); + } + + /** + * @throws EventFacadeIsSealedException + * @throws UnknownSubscriberTypeException + */ + private function registerSubscribers(Facade $facade): void + { + $facade->registerSubscribers( + new TestSuiteStartedSubscriber($this), + new TestSuiteFinishedSubscriber($this), + new TestPreparedSubscriber($this), + new TestFinishedSubscriber($this), + new TestErroredSubscriber($this), + new TestFailedSubscriber($this), + new TestMarkedIncompleteSubscriber($this), + new TestSkippedSubscriber($this), + new TestConsideredRiskySubscriber($this), + new TestRunnerExecutionFinishedSubscriber($this), + ); + } + + private function setFlowId(): void + { + if (stripos(ini_get('disable_functions'), 'getmypid') === false) { + $this->flowId = getmypid(); + } + } + + private function writeMessage(string $eventName, array $parameters = []): void + { + $this->printer->print( + sprintf( + "\n##teamcity[%s", + $eventName, + ), + ); + + if ($this->flowId !== null) { + $parameters['flowId'] = $this->flowId; + } + + foreach ($parameters as $key => $value) { + $this->printer->print( + sprintf( + " %s='%s'", + $key, + $this->escape((string) $value), + ), + ); + } + + $this->printer->print("]\n"); + } + + /** + * @throws InvalidArgumentException + */ + private function duration(Event $event): int + { + if ($this->time === null) { + return 0; + } + + return (int) round($event->telemetryInfo()->time()->duration($this->time)->asFloat() * 1000); + } + + private function escape(string $string): string + { + return str_replace( + ['|', "'", "\n", "\r", ']', '['], + ['||', "|'", '|n', '|r', '|]', '|['], + $string, + ); + } + + private function message(Throwable $throwable): string + { + if (is_a($throwable->className(), FrameworkException::class, true)) { + return $throwable->message(); + } + + $buffer = $throwable->className(); + + if (!empty($throwable->message())) { + $buffer .= ': ' . $throwable->message(); + } + + return $buffer; + } + + private function details(Throwable $throwable): string + { + $buffer = $throwable->stackTrace(); + + while ($throwable->hasPrevious()) { + $throwable = $throwable->previous(); + + $buffer .= sprintf( + "\nCaused by\n%s\n%s", + $throwable->description(), + $throwable->stackTrace(), + ); + } + + return $buffer; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Util/TestDox/HtmlResultPrinter.php b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/HtmlRenderer.php old mode 100755 new mode 100644 similarity index 61% rename from Sources/vendor/phpunit/phpunit/src/Util/TestDox/HtmlResultPrinter.php rename to Sources/vendor/phpunit/phpunit/src/Logging/TestDox/HtmlRenderer.php index d08bfad4..fd65a309 --- a/Sources/vendor/phpunit/phpunit/src/Util/TestDox/HtmlResultPrinter.php +++ b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/HtmlRenderer.php @@ -7,15 +7,14 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Util\TestDox; +namespace PHPUnit\Logging\TestDox; use function sprintf; -use PHPUnit\Framework\TestResult; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit */ -final class HtmlResultPrinter extends ResultPrinter +final class HtmlRenderer { /** * @var string @@ -102,58 +101,56 @@ EOT; EOT; - public function printResult(TestResult $result): void - { - } - /** - * Handler for 'start run' event. + * @psalm-param array $tests */ - protected function startRun(): void + public function render(array $tests): string { - $this->write(self::PAGE_HEADER); - } + $buffer = self::PAGE_HEADER; - /** - * Handler for 'start class' event. - */ - protected function startClass(string $name): void - { - $this->write( - sprintf( + foreach ($tests as $prettifiedClassName => $_tests) { + $buffer .= sprintf( self::CLASS_HEADER, - $this->currentTestClassPrettified, - ), - ); - } + $prettifiedClassName, + ); + + foreach ($this->reduce($_tests) as $prettifiedMethodName => $outcome) { + $buffer .= sprintf( + "
  • %s
  • \n", + $outcome, + $prettifiedMethodName, + ); + } - /** - * Handler for 'on test' event. - */ - protected function onTest(string $name, bool $success = true): void - { - $this->write( - sprintf( - "
  • %s
  • \n", - $success ? 'success' : 'defect', - $name, - ), - ); - } + $buffer .= self::CLASS_FOOTER; + } - /** - * Handler for 'end class' event. - */ - protected function endClass(string $name): void - { - $this->write(self::CLASS_FOOTER); + return $buffer . self::PAGE_FOOTER; } /** - * Handler for 'end run' event. + * @psalm-return array */ - protected function endRun(): void + private function reduce(TestResultCollection $tests): array { - $this->write(self::PAGE_FOOTER); + $result = []; + + foreach ($tests as $test) { + $prettifiedMethodName = $test->test()->testDox()->prettifiedMethodName(); + + if (!isset($result[$prettifiedMethodName])) { + $result[$prettifiedMethodName] = $test->status()->isSuccess() ? 'success' : 'defect'; + + continue; + } + + if ($test->status()->isSuccess()) { + continue; + } + + $result[$prettifiedMethodName] = 'defect'; + } + + return $result; } } diff --git a/Sources/vendor/phpunit/phpunit/src/Util/TestDox/NamePrettifier.php b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/NamePrettifier.php old mode 100755 new mode 100644 similarity index 54% rename from Sources/vendor/phpunit/phpunit/src/Util/TestDox/NamePrettifier.php rename to Sources/vendor/phpunit/phpunit/src/Logging/TestDox/NamePrettifier.php index ee0a41b1..4d0485ff --- a/Sources/vendor/phpunit/phpunit/src/Util/TestDox/NamePrettifier.php +++ b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/NamePrettifier.php @@ -7,15 +7,16 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Util\TestDox; +namespace PHPUnit\Logging\TestDox; use function array_key_exists; use function array_keys; use function array_map; use function array_pop; use function array_values; +use function assert; +use function class_exists; use function explode; -use function get_class; use function gettype; use function implode; use function in_array; @@ -25,24 +26,26 @@ use function is_int; use function is_numeric; use function is_object; use function is_scalar; -use function is_string; +use function method_exists; use function ord; use function preg_quote; use function preg_replace; use function range; use function sprintf; +use function str_contains; +use function str_ends_with; use function str_replace; +use function str_starts_with; use function strlen; -use function strpos; use function strtolower; use function strtoupper; use function substr; use function trim; use PHPUnit\Framework\TestCase; +use PHPUnit\Metadata\Parser\Registry as MetadataRegistry; +use PHPUnit\Metadata\TestDox; use PHPUnit\Util\Color; -use PHPUnit\Util\Exception as UtilException; -use PHPUnit\Util\Test; -use ReflectionException; +use ReflectionEnum; use ReflectionMethod; use ReflectionObject; use SebastianBergmann\Exporter\Exporter; @@ -53,47 +56,37 @@ use SebastianBergmann\Exporter\Exporter; final class NamePrettifier { /** - * @var string[] + * @psalm-var list */ - private $strings = []; + private static array $strings = []; /** - * @var bool - */ - private $useColor; - - public function __construct(bool $useColor = false) - { - $this->useColor = $useColor; - } - - /** - * Prettifies the name of a test class. - * * @psalm-param class-string $className */ - public function prettifyTestClass(string $className): string + public function prettifyTestClassName(string $className): string { - try { - $annotations = Test::parseTestMethodAnnotations($className); + if (class_exists($className)) { + $classLevelTestDox = MetadataRegistry::parser()->forClass($className)->isTestDox(); + + if ($classLevelTestDox->isNotEmpty()) { + $classLevelTestDox = $classLevelTestDox->asArray()[0]; + + assert($classLevelTestDox instanceof TestDox); - if (isset($annotations['class']['testdox'][0])) { - return $annotations['class']['testdox'][0]; + return $classLevelTestDox->text(); } - } catch (UtilException $e) { - // ignore, determine className by parsing the provided name } $parts = explode('\\', $className); $className = array_pop($parts); - if (substr($className, -1 * strlen('Test')) === 'Test') { + if (str_ends_with($className, 'Test')) { $className = substr($className, 0, strlen($className) - strlen('Test')); } - if (strpos($className, 'Tests') === 0) { + if (str_starts_with($className, 'Tests')) { $className = substr($className, strlen('Tests')); - } elseif (strpos($className, 'Test') === 0) { + } elseif (str_starts_with($className, 'Test')) { $className = substr($className, strlen('Test')); } @@ -117,65 +110,7 @@ final class NamePrettifier return $result; } - /** - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - */ - public function prettifyTestCase(TestCase $test): string - { - $annotations = Test::parseTestMethodAnnotations( - get_class($test), - $test->getName(false), - ); - - $annotationWithPlaceholders = false; - - $callback = static function (string $variable): string - { - return sprintf('/%s(?=\b)/', preg_quote($variable, '/')); - }; - - if (isset($annotations['method']['testdox'][0])) { - $result = $annotations['method']['testdox'][0]; - - if (strpos($result, '$') !== false) { - $annotation = $annotations['method']['testdox'][0]; - $providedData = $this->mapTestMethodParameterNamesToProvidedDataValues($test); - $variables = array_map($callback, array_keys($providedData)); - - $result = trim(preg_replace($variables, $providedData, $annotation)); - - $annotationWithPlaceholders = true; - } - } else { - $result = $this->prettifyTestMethod($test->getName(false)); - } - - if (!$annotationWithPlaceholders && $test->usesDataProvider()) { - $result .= $this->prettifyDataSet($test); - } - - return $result; - } - - public function prettifyDataSet(TestCase $test): string - { - if (!$this->useColor) { - return $test->getDataSetAsString(false); - } - - if (is_int($test->dataName())) { - $data = Color::dim(' with data set ') . Color::colorize('fg-cyan', (string) $test->dataName()); - } else { - $data = Color::dim(' with ') . Color::colorize('fg-cyan', Color::visualizeWhitespace((string) $test->dataName())); - } - - return $data; - } - - /** - * Prettifies the name of a test method. - */ - public function prettifyTestMethod(string $name): string + public function prettifyTestMethodName(string $name): string { $buffer = ''; @@ -185,15 +120,15 @@ final class NamePrettifier $string = (string) preg_replace('#\d+$#', '', $name, -1, $count); - if (in_array($string, $this->strings, true)) { + if (in_array($string, self::$strings, true)) { $name = $string; } elseif ($count === 0) { - $this->strings[] = $string; + self::$strings[] = $string; } - if (strpos($name, 'test_') === 0) { + if (str_starts_with($name, 'test_')) { $name = substr($name, 5); - } elseif (strpos($name, 'test') === 0) { + } elseif (str_starts_with($name, 'test')) { $name = substr($name, 4); } @@ -203,7 +138,7 @@ final class NamePrettifier $name[0] = strtoupper($name[0]); - if (strpos($name, '_') !== false) { + if (str_contains($name, '_')) { return trim(str_replace('_', ' ', $name)); } @@ -231,42 +166,74 @@ final class NamePrettifier return $buffer; } - /** - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - */ - private function mapTestMethodParameterNamesToProvidedDataValues(TestCase $test): array + public function prettifyTestCase(TestCase $test, bool $colorize): string { - try { - $reflector = new ReflectionMethod(get_class($test), $test->getName(false)); - // @codeCoverageIgnoreStart - } catch (ReflectionException $e) { - throw new UtilException( - $e->getMessage(), - $e->getCode(), - $e, - ); + $annotationWithPlaceholders = false; + $methodLevelTestDox = MetadataRegistry::parser()->forMethod($test::class, $test->name())->isTestDox()->isMethodLevel(); + + if ($methodLevelTestDox->isNotEmpty()) { + $methodLevelTestDox = $methodLevelTestDox->asArray()[0]; + + assert($methodLevelTestDox instanceof TestDox); + + $result = $methodLevelTestDox->text(); + + if (str_contains($result, '$')) { + $annotation = $result; + $providedData = $this->mapTestMethodParameterNamesToProvidedDataValues($test, $colorize); + + $variables = array_map( + static fn (string $variable): string => sprintf( + '/%s(?=\b)/', + preg_quote($variable, '/'), + ), + array_keys($providedData), + ); + + $result = trim(preg_replace($variables, $providedData, $annotation)); + + $annotationWithPlaceholders = true; + } + } else { + $result = $this->prettifyTestMethodName($test->name()); + } + + if (!$annotationWithPlaceholders && $test->usesDataProvider()) { + $result .= $this->prettifyDataSet($test, $colorize); } - // @codeCoverageIgnoreEnd + + return $result; + } + + public function prettifyDataSet(TestCase $test, bool $colorize): string + { + if (!$colorize) { + return $test->dataSetAsString(); + } + + if (is_int($test->dataName())) { + return Color::dim(' with data set ') . Color::colorize('fg-cyan', (string) $test->dataName()); + } + + return Color::dim(' with ') . Color::colorize('fg-cyan', Color::visualizeWhitespace($test->dataName())); + } + + private function mapTestMethodParameterNamesToProvidedDataValues(TestCase $test, bool $colorize): array + { + assert(method_exists($test, $test->name())); + + /** @noinspection PhpUnhandledExceptionInspection */ + $reflector = new ReflectionMethod($test::class, $test->name()); $providedData = []; - $providedDataValues = array_values($test->getProvidedData()); + $providedDataValues = array_values($test->providedData()); $i = 0; $providedData['$_dataName'] = $test->dataName(); foreach ($reflector->getParameters() as $parameter) { if (!array_key_exists($i, $providedDataValues) && $parameter->isDefaultValueAvailable()) { - try { - $providedDataValues[$i] = $parameter->getDefaultValue(); - // @codeCoverageIgnoreStart - } catch (ReflectionException $e) { - throw new UtilException( - $e->getMessage(), - $e->getCode(), - $e, - ); - } - // @codeCoverageIgnoreEnd + $providedDataValues[$i] = $parameter->getDefaultValue(); } $value = $providedDataValues[$i++] ?? null; @@ -274,23 +241,35 @@ final class NamePrettifier if (is_object($value)) { $reflector = new ReflectionObject($value); - if ($reflector->hasMethod('__toString')) { + if ($reflector->isEnum()) { + $enumReflector = new ReflectionEnum($value); + + if ($enumReflector->isBacked()) { + $value = $value->value; + } else { + $value = $value->name; + } + } elseif ($reflector->hasMethod('__toString')) { $value = (string) $value; } else { - $value = get_class($value); + $value = $value::class; } } if (!is_scalar($value)) { $value = gettype($value); + + if ($value === 'NULL') { + $value = 'null'; + } } if (is_bool($value) || is_int($value) || is_float($value)) { $value = (new Exporter)->export($value); } - if (is_string($value) && $value === '') { - if ($this->useColor) { + if ($value === '') { + if ($colorize) { $value = Color::colorize('dim,underlined', 'empty'); } else { $value = "''"; @@ -300,11 +279,11 @@ final class NamePrettifier $providedData['$' . $parameter->getName()] = $value; } - if ($this->useColor) { - $providedData = array_map(static function ($value) - { - return Color::colorize('fg-cyan', Color::visualizeWhitespace((string) $value, true)); - }, $providedData); + if ($colorize) { + $providedData = array_map( + static fn ($value) => Color::colorize('fg-cyan', Color::visualizeWhitespace((string) $value, true)), + $providedData, + ); } return $providedData; diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/PlainTextRenderer.php b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/PlainTextRenderer.php new file mode 100644 index 00000000..45d0c81d --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/PlainTextRenderer.php @@ -0,0 +1,68 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\TestDox; + +use function sprintf; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class PlainTextRenderer +{ + /** + * @psalm-param array $tests + */ + public function render(array $tests): string + { + $buffer = ''; + + foreach ($tests as $prettifiedClassName => $_tests) { + $buffer .= $prettifiedClassName . "\n"; + + foreach ($this->reduce($_tests) as $prettifiedMethodName => $outcome) { + $buffer .= sprintf( + ' [%s] %s' . "\n", + $outcome, + $prettifiedMethodName, + ); + } + + $buffer .= "\n"; + } + + return $buffer; + } + + /** + * @psalm-return array + */ + private function reduce(TestResultCollection $tests): array + { + $result = []; + + foreach ($tests as $test) { + $prettifiedMethodName = $test->test()->testDox()->prettifiedMethodName(); + + if (!isset($result[$prettifiedMethodName])) { + $result[$prettifiedMethodName] = $test->status()->isSuccess() ? 'x' : ' '; + + continue; + } + + if ($test->status()->isSuccess()) { + continue; + } + + $result[$prettifiedMethodName] = ' '; + } + + return $result; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Text.php b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/Subscriber.php old mode 100755 new mode 100644 similarity index 53% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Text.php rename to Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/Subscriber.php index fd37942f..d2779f19 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Text.php +++ b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/Subscriber.php @@ -7,29 +7,22 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\TextUI\XmlConfiguration\Logging; - -use PHPUnit\TextUI\XmlConfiguration\File; +namespace PHPUnit\Logging\TestDox; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit - * - * @psalm-immutable */ -final class Text +abstract class Subscriber { - /** - * @var File - */ - private $target; + private readonly TestResultCollector $collector; - public function __construct(File $target) + public function __construct(TestResultCollector $collector) { - $this->target = $target; + $this->collector = $collector; } - public function target(): File + protected function collector(): TestResultCollector { - return $this->target; + return $this->collector; } } diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestConsideredRiskySubscriber.php b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestConsideredRiskySubscriber.php new file mode 100644 index 00000000..5bfcceda --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestConsideredRiskySubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\TestDox; + +use PHPUnit\Event\Test\ConsideredRisky; +use PHPUnit\Event\Test\ConsideredRiskySubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestConsideredRiskySubscriber extends Subscriber implements ConsideredRiskySubscriber +{ + public function notify(ConsideredRisky $event): void + { + $this->collector()->testConsideredRisky($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedMockObjectForAbstractClassSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedMockObjectForAbstractClassSubscriber.php new file mode 100644 index 00000000..0445a43c --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedMockObjectForAbstractClassSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\TestDox; + +use PHPUnit\Event\Test\MockObjectForAbstractClassCreated; +use PHPUnit\Event\Test\MockObjectForAbstractClassCreatedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestCreatedMockObjectForAbstractClassSubscriber extends Subscriber implements MockObjectForAbstractClassCreatedSubscriber +{ + public function notify(MockObjectForAbstractClassCreated $event): void + { + $this->collector()->testCreatedTestDouble($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedMockObjectForTraitSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedMockObjectForTraitSubscriber.php new file mode 100644 index 00000000..86bb377c --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedMockObjectForTraitSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\TestDox; + +use PHPUnit\Event\Test\MockObjectForTraitCreated; +use PHPUnit\Event\Test\MockObjectForTraitCreatedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestCreatedMockObjectForTraitSubscriber extends Subscriber implements MockObjectForTraitCreatedSubscriber +{ + public function notify(MockObjectForTraitCreated $event): void + { + $this->collector()->testCreatedTestDouble($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedMockObjectFromWsdlSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedMockObjectFromWsdlSubscriber.php new file mode 100644 index 00000000..e0994bf2 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedMockObjectFromWsdlSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\TestDox; + +use PHPUnit\Event\Test\MockObjectFromWsdlCreated; +use PHPUnit\Event\Test\MockObjectFromWsdlCreatedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestCreatedMockObjectFromWsdlSubscriber extends Subscriber implements MockObjectFromWsdlCreatedSubscriber +{ + public function notify(MockObjectFromWsdlCreated $event): void + { + $this->collector()->testCreatedTestDouble($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedMockObjectSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedMockObjectSubscriber.php new file mode 100644 index 00000000..f95327b6 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedMockObjectSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\TestDox; + +use PHPUnit\Event\Test\MockObjectCreated; +use PHPUnit\Event\Test\MockObjectCreatedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestCreatedMockObjectSubscriber extends Subscriber implements MockObjectCreatedSubscriber +{ + public function notify(MockObjectCreated $event): void + { + $this->collector()->testCreatedTestDouble($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedPartialMockObjectSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedPartialMockObjectSubscriber.php new file mode 100644 index 00000000..eb14c24b --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedPartialMockObjectSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\TestDox; + +use PHPUnit\Event\Test\PartialMockObjectCreated; +use PHPUnit\Event\Test\PartialMockObjectCreatedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestCreatedPartialMockObjectSubscriber extends Subscriber implements PartialMockObjectCreatedSubscriber +{ + public function notify(PartialMockObjectCreated $event): void + { + $this->collector()->testCreatedTestDouble($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedTestProxySubscriber.php b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedTestProxySubscriber.php new file mode 100644 index 00000000..acf05fd7 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedTestProxySubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\TestDox; + +use PHPUnit\Event\Test\TestProxyCreated; +use PHPUnit\Event\Test\TestProxyCreatedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestCreatedTestProxySubscriber extends Subscriber implements TestProxyCreatedSubscriber +{ + public function notify(TestProxyCreated $event): void + { + $this->collector()->testCreatedTestDouble($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedTestStubSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedTestStubSubscriber.php new file mode 100644 index 00000000..ab5a48a5 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestCreatedTestStubSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\TestDox; + +use PHPUnit\Event\Test\TestStubCreated; +use PHPUnit\Event\Test\TestStubCreatedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestCreatedTestStubSubscriber extends Subscriber implements TestStubCreatedSubscriber +{ + public function notify(TestStubCreated $event): void + { + $this->collector()->testCreatedTestDouble($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestErroredSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestErroredSubscriber.php new file mode 100644 index 00000000..3a24981d --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestErroredSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\TestDox; + +use PHPUnit\Event\Test\Errored; +use PHPUnit\Event\Test\ErroredSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestErroredSubscriber extends Subscriber implements ErroredSubscriber +{ + public function notify(Errored $event): void + { + $this->collector()->testErrored($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestFailedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestFailedSubscriber.php new file mode 100644 index 00000000..a5647f95 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestFailedSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\TestDox; + +use PHPUnit\Event\Test\Failed; +use PHPUnit\Event\Test\FailedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestFailedSubscriber extends Subscriber implements FailedSubscriber +{ + public function notify(Failed $event): void + { + $this->collector()->testFailed($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestFinishedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestFinishedSubscriber.php new file mode 100644 index 00000000..c7dbdc15 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestFinishedSubscriber.php @@ -0,0 +1,28 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\TestDox; + +use PHPUnit\Event\InvalidArgumentException; +use PHPUnit\Event\Test\Finished; +use PHPUnit\Event\Test\FinishedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestFinishedSubscriber extends Subscriber implements FinishedSubscriber +{ + /** + * @throws InvalidArgumentException + */ + public function notify(Finished $event): void + { + $this->collector()->testFinished($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestMarkedIncompleteSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestMarkedIncompleteSubscriber.php new file mode 100644 index 00000000..1846712e --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestMarkedIncompleteSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\TestDox; + +use PHPUnit\Event\Test\MarkedIncomplete; +use PHPUnit\Event\Test\MarkedIncompleteSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestMarkedIncompleteSubscriber extends Subscriber implements MarkedIncompleteSubscriber +{ + public function notify(MarkedIncomplete $event): void + { + $this->collector()->testMarkedIncomplete($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestPassedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestPassedSubscriber.php new file mode 100644 index 00000000..df39fca5 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestPassedSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\TestDox; + +use PHPUnit\Event\Test\Passed; +use PHPUnit\Event\Test\PassedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestPassedSubscriber extends Subscriber implements PassedSubscriber +{ + public function notify(Passed $event): void + { + $this->collector()->testPassed($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestPreparedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestPreparedSubscriber.php new file mode 100644 index 00000000..c21e8c17 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestPreparedSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\TestDox; + +use PHPUnit\Event\Test\Prepared; +use PHPUnit\Event\Test\PreparedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestPreparedSubscriber extends Subscriber implements PreparedSubscriber +{ + public function notify(Prepared $event): void + { + $this->collector()->testPrepared($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestSkippedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestSkippedSubscriber.php new file mode 100644 index 00000000..5f291ab3 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/Subscriber/TestSkippedSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\TestDox; + +use PHPUnit\Event\Test\Skipped; +use PHPUnit\Event\Test\SkippedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestSkippedSubscriber extends Subscriber implements SkippedSubscriber +{ + public function notify(Skipped $event): void + { + $this->collector()->testSkipped($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/TestResult.php b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/TestResult.php new file mode 100644 index 00000000..d2108344 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/TestResult.php @@ -0,0 +1,81 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\TestDox; + +use PHPUnit\Event\Code\TestMethod; +use PHPUnit\Event\Code\Throwable; +use PHPUnit\Event\Telemetry\Duration; +use PHPUnit\Framework\TestStatus\TestStatus; + +/** + * @psalm-immutable + * + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestResult +{ + private readonly TestMethod $test; + private readonly Duration $duration; + private readonly TestStatus $status; + private readonly ?Throwable $throwable; + + /** + * @psalm-var list + */ + private readonly array $testDoubles; + + /** + * @psalm-param list $testDoubles + */ + public function __construct(TestMethod $test, Duration $duration, TestStatus $status, ?Throwable $throwable, array $testDoubles) + { + $this->test = $test; + $this->duration = $duration; + $this->status = $status; + $this->throwable = $throwable; + $this->testDoubles = $testDoubles; + } + + public function test(): TestMethod + { + return $this->test; + } + + public function duration(): Duration + { + return $this->duration; + } + + public function status(): TestStatus + { + return $this->status; + } + + /** + * @psalm-assert-if-true !null $this->throwable + */ + public function hasThrowable(): bool + { + return $this->throwable !== null; + } + + public function throwable(): ?Throwable + { + return $this->throwable; + } + + /** + * @psalm-return list + */ + public function testDoubles(): array + { + return $this->testDoubles; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/TestResultCollection.php b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/TestResultCollection.php new file mode 100644 index 00000000..98c6f7d5 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/TestResultCollection.php @@ -0,0 +1,53 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\TestDox; + +use IteratorAggregate; + +/** + * @template-implements IteratorAggregate + * + * @psalm-immutable + * + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestResultCollection implements IteratorAggregate +{ + /** + * @psalm-var list + */ + private readonly array $testResults; + + /** + * @psalm-param list $testResults + */ + public static function fromArray(array $testResults): self + { + return new self(...$testResults); + } + + private function __construct(TestResult ...$testResults) + { + $this->testResults = $testResults; + } + + /** + * @psalm-return list + */ + public function asArray(): array + { + return $this->testResults; + } + + public function getIterator(): TestResultCollectionIterator + { + return new TestResultCollectionIterator($this); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollectionIterator.php b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/TestResultCollectionIterator.php old mode 100755 new mode 100644 similarity index 51% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollectionIterator.php rename to Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/TestResultCollectionIterator.php index a9fc1af8..7f07cb5d --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollectionIterator.php +++ b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/TestResultCollectionIterator.php @@ -7,38 +7,27 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\TextUI\XmlConfiguration; +namespace PHPUnit\Logging\TestDox; use function count; -use function iterator_count; -use Countable; use Iterator; /** - * @internal This class is not covered by the backward compatibility promise for PHPUnit + * @template-implements Iterator * - * @template-implements Iterator + * @internal This class is not covered by the backward compatibility promise for PHPUnit */ -final class ExtensionCollectionIterator implements Countable, Iterator +final class TestResultCollectionIterator implements Iterator { /** - * @var Extension[] - */ - private $extensions; - - /** - * @var int + * @psalm-var list */ - private $position; - - public function __construct(ExtensionCollection $extensions) - { - $this->extensions = $extensions->asArray(); - } + private readonly array $testResults; + private int $position = 0; - public function count(): int + public function __construct(TestResultCollection $testResults) { - return iterator_count($this); + $this->testResults = $testResults->asArray(); } public function rewind(): void @@ -48,7 +37,7 @@ final class ExtensionCollectionIterator implements Countable, Iterator public function valid(): bool { - return $this->position < count($this->extensions); + return $this->position < count($this->testResults); } public function key(): int @@ -56,9 +45,9 @@ final class ExtensionCollectionIterator implements Countable, Iterator return $this->position; } - public function current(): Extension + public function current(): TestResult { - return $this->extensions[$this->position]; + return $this->testResults[$this->position]; } public function next(): void diff --git a/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/TestResultCollector.php b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/TestResultCollector.php new file mode 100644 index 00000000..cba5ef21 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Logging/TestDox/TestMethod/TestResultCollector.php @@ -0,0 +1,266 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Logging\TestDox; + +use function array_keys; +use function array_merge; +use function assert; +use function is_subclass_of; +use function ksort; +use function uksort; +use function usort; +use PHPUnit\Event\Code\TestMethod; +use PHPUnit\Event\Code\Throwable; +use PHPUnit\Event\EventFacadeIsSealedException; +use PHPUnit\Event\Facade; +use PHPUnit\Event\InvalidArgumentException; +use PHPUnit\Event\Telemetry\HRTime; +use PHPUnit\Event\Test\ConsideredRisky; +use PHPUnit\Event\Test\Errored; +use PHPUnit\Event\Test\Failed; +use PHPUnit\Event\Test\Finished; +use PHPUnit\Event\Test\MarkedIncomplete; +use PHPUnit\Event\Test\MockObjectCreated; +use PHPUnit\Event\Test\MockObjectForAbstractClassCreated; +use PHPUnit\Event\Test\MockObjectForTraitCreated; +use PHPUnit\Event\Test\MockObjectFromWsdlCreated; +use PHPUnit\Event\Test\PartialMockObjectCreated; +use PHPUnit\Event\Test\Passed; +use PHPUnit\Event\Test\Prepared; +use PHPUnit\Event\Test\Skipped; +use PHPUnit\Event\Test\TestProxyCreated; +use PHPUnit\Event\Test\TestStubCreated; +use PHPUnit\Event\UnknownSubscriberTypeException; +use PHPUnit\Framework\TestStatus\TestStatus; +use PHPUnit\Logging\TestDox\TestResult as TestDoxTestMethod; +use ReflectionMethod; +use SoapClient; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestResultCollector +{ + /** + * @psalm-var array> + */ + private array $tests = []; + private ?HRTime $time = null; + private ?TestStatus $status = null; + private ?Throwable $throwable = null; + + /** + * @psalm-var list + */ + private array $testDoubles = []; + + /** + * @throws EventFacadeIsSealedException + * @throws UnknownSubscriberTypeException + */ + public function __construct(Facade $facade) + { + $this->registerSubscribers($facade); + } + + /** + * @psalm-return array + */ + public function testMethodsGroupedByClass(): array + { + $result = []; + + foreach ($this->tests as $prettifiedClassName => $tests) { + $testsByDeclaringClass = []; + + foreach ($tests as $test) { + $declaringClassName = (new ReflectionMethod($test->test()->className(), $test->test()->methodName()))->getDeclaringClass()->getName(); + + if (!isset($testsByDeclaringClass[$declaringClassName])) { + $testsByDeclaringClass[$declaringClassName] = []; + } + + $testsByDeclaringClass[$declaringClassName][] = $test; + } + + foreach (array_keys($testsByDeclaringClass) as $declaringClassName) { + usort( + $testsByDeclaringClass[$declaringClassName], + static function (TestDoxTestMethod $a, TestDoxTestMethod $b): int + { + return $a->test()->line() <=> $b->test()->line(); + }, + ); + } + + uksort( + $testsByDeclaringClass, + /** + * @psalm-param class-string $a + * @psalm-param class-string $b + */ + static function (string $a, string $b): int + { + if (is_subclass_of($b, $a)) { + return -1; + } + + if (is_subclass_of($a, $b)) { + return 1; + } + + return 0; + }, + ); + + $tests = []; + + foreach ($testsByDeclaringClass as $_tests) { + $tests = array_merge($tests, $_tests); + } + + $result[$prettifiedClassName] = TestResultCollection::fromArray($tests); + } + + ksort($result); + + return $result; + } + + public function testPrepared(Prepared $event): void + { + if (!$event->test()->isTestMethod()) { + return; + } + + $this->time = $event->telemetryInfo()->time(); + $this->status = TestStatus::unknown(); + $this->throwable = null; + $this->testDoubles = []; + } + + public function testErrored(Errored $event): void + { + if (!$event->test()->isTestMethod()) { + return; + } + + $this->status = TestStatus::error($event->throwable()->message()); + $this->throwable = $event->throwable(); + } + + public function testFailed(Failed $event): void + { + if (!$event->test()->isTestMethod()) { + return; + } + + $this->status = TestStatus::failure($event->throwable()->message()); + $this->throwable = $event->throwable(); + } + + public function testPassed(Passed $event): void + { + if (!$event->test()->isTestMethod()) { + return; + } + + $this->status = TestStatus::success(); + } + + public function testSkipped(Skipped $event): void + { + $this->status = TestStatus::skipped($event->message()); + } + + public function testMarkedIncomplete(MarkedIncomplete $event): void + { + $this->status = TestStatus::incomplete($event->throwable()->message()); + $this->throwable = $event->throwable(); + } + + public function testConsideredRisky(ConsideredRisky $event): void + { + $this->status = TestStatus::risky($event->message()); + } + + public function testCreatedTestDouble(MockObjectCreated|MockObjectForAbstractClassCreated|MockObjectForTraitCreated|MockObjectFromWsdlCreated|PartialMockObjectCreated|TestProxyCreated|TestStubCreated $event): void + { + if ($event instanceof MockObjectForTraitCreated) { + $this->testDoubles[] = $event->traitName(); + + return; + } + + if ($event instanceof MockObjectFromWsdlCreated) { + $this->testDoubles[] = SoapClient::class; + + return; + } + + $this->testDoubles[] = $event->className(); + } + + /** + * @throws InvalidArgumentException + */ + public function testFinished(Finished $event): void + { + if (!$event->test()->isTestMethod()) { + return; + } + + $test = $event->test(); + + assert($test instanceof TestMethod); + + if (!isset($this->tests[$test->testDox()->prettifiedClassName()])) { + $this->tests[$test->testDox()->prettifiedClassName()] = []; + } + + $this->tests[$test->testDox()->prettifiedClassName()][] = new TestDoxTestMethod( + $test, + $event->telemetryInfo()->time()->duration($this->time), + $this->status, + $this->throwable, + $this->testDoubles, + ); + + $this->time = null; + $this->status = null; + $this->throwable = null; + $this->testDoubles = []; + } + + /** + * @throws EventFacadeIsSealedException + * @throws UnknownSubscriberTypeException + */ + private function registerSubscribers(Facade $facade): void + { + $facade->registerSubscribers( + new TestConsideredRiskySubscriber($this), + new TestCreatedMockObjectForAbstractClassSubscriber($this), + new TestCreatedMockObjectForTraitSubscriber($this), + new TestCreatedMockObjectFromWsdlSubscriber($this), + new TestCreatedMockObjectSubscriber($this), + new TestCreatedPartialMockObjectSubscriber($this), + new TestCreatedTestProxySubscriber($this), + new TestCreatedTestStubSubscriber($this), + new TestErroredSubscriber($this), + new TestFailedSubscriber($this), + new TestFinishedSubscriber($this), + new TestMarkedIncompleteSubscriber($this), + new TestPassedSubscriber($this), + new TestPreparedSubscriber($this), + new TestSkippedSubscriber($this), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/After.php b/Sources/vendor/phpunit/phpunit/src/Metadata/After.php new file mode 100644 index 00000000..87900590 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/After.php @@ -0,0 +1,26 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class After extends Metadata +{ + /** + * @psalm-assert-if-true After $this + */ + public function isAfter(): bool + { + return true; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/AfterClass.php b/Sources/vendor/phpunit/phpunit/src/Metadata/AfterClass.php new file mode 100644 index 00000000..16bb5cc0 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/AfterClass.php @@ -0,0 +1,26 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class AfterClass extends Metadata +{ + /** + * @psalm-assert-if-true AfterClass $this + */ + public function isAfterClass(): bool + { + return true; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/Api/CodeCoverage.php b/Sources/vendor/phpunit/phpunit/src/Metadata/Api/CodeCoverage.php new file mode 100644 index 00000000..b2a1f950 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/Api/CodeCoverage.php @@ -0,0 +1,314 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata\Api; + +use function array_unique; +use function array_values; +use function assert; +use function count; +use function interface_exists; +use function sprintf; +use function str_starts_with; +use PHPUnit\Framework\CodeCoverageException; +use PHPUnit\Framework\InvalidCoversTargetException; +use PHPUnit\Framework\TestSuite; +use PHPUnit\Metadata\Covers; +use PHPUnit\Metadata\CoversClass; +use PHPUnit\Metadata\CoversDefaultClass; +use PHPUnit\Metadata\CoversFunction; +use PHPUnit\Metadata\IgnoreClassForCodeCoverage; +use PHPUnit\Metadata\IgnoreFunctionForCodeCoverage; +use PHPUnit\Metadata\IgnoreMethodForCodeCoverage; +use PHPUnit\Metadata\Parser\Registry; +use PHPUnit\Metadata\Uses; +use PHPUnit\Metadata\UsesClass; +use PHPUnit\Metadata\UsesDefaultClass; +use PHPUnit\Metadata\UsesFunction; +use RecursiveIteratorIterator; +use SebastianBergmann\CodeUnit\CodeUnitCollection; +use SebastianBergmann\CodeUnit\InvalidCodeUnitException; +use SebastianBergmann\CodeUnit\Mapper; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class CodeCoverage +{ + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + * + * @psalm-return array>|false + * + * @throws CodeCoverageException + */ + public function linesToBeCovered(string $className, string $methodName): array|false + { + if (!$this->shouldCodeCoverageBeCollectedFor($className, $methodName)) { + return false; + } + + $metadataForClass = Registry::parser()->forClass($className); + $classShortcut = null; + + if ($metadataForClass->isCoversDefaultClass()->isNotEmpty()) { + if (count($metadataForClass->isCoversDefaultClass()) > 1) { + throw new CodeCoverageException( + sprintf( + 'More than one @coversDefaultClass annotation for class or interface "%s"', + $className, + ), + ); + } + + $metadata = $metadataForClass->isCoversDefaultClass()->asArray()[0]; + + assert($metadata instanceof CoversDefaultClass); + + $classShortcut = $metadata->className(); + } + + $codeUnits = CodeUnitCollection::fromList(); + $mapper = new Mapper; + + foreach (Registry::parser()->forClassAndMethod($className, $methodName) as $metadata) { + if ($metadata->isCoversClass() || $metadata->isCoversFunction()) { + assert($metadata instanceof CoversClass || $metadata instanceof CoversFunction); + + try { + $codeUnits = $codeUnits->mergeWith( + $mapper->stringToCodeUnits($metadata->asStringForCodeUnitMapper()), + ); + } catch (InvalidCodeUnitException $e) { + if ($metadata->isCoversClass()) { + $type = 'Class'; + } else { + $type = 'Function'; + } + + throw new InvalidCoversTargetException( + sprintf( + '%s "%s" is not a valid target for code coverage', + $type, + $metadata->asStringForCodeUnitMapper(), + ), + $e->getCode(), + $e, + ); + } + } elseif ($metadata->isCovers()) { + assert($metadata instanceof Covers); + + $target = $metadata->target(); + + if (interface_exists($target)) { + throw new InvalidCoversTargetException( + sprintf( + 'Trying to @cover interface "%s".', + $target, + ), + ); + } + + if ($classShortcut !== null && str_starts_with($target, '::')) { + $target = $classShortcut . $target; + } + + try { + $codeUnits = $codeUnits->mergeWith($mapper->stringToCodeUnits($target)); + } catch (InvalidCodeUnitException $e) { + throw new InvalidCoversTargetException( + sprintf( + '"@covers %s" is invalid', + $target, + ), + $e->getCode(), + $e, + ); + } + } + } + + return $mapper->codeUnitsToSourceLines($codeUnits); + } + + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + * + * @psalm-return array> + * + * @throws CodeCoverageException + */ + public function linesToBeUsed(string $className, string $methodName): array + { + $metadataForClass = Registry::parser()->forClass($className); + $classShortcut = null; + + if ($metadataForClass->isUsesDefaultClass()->isNotEmpty()) { + if (count($metadataForClass->isUsesDefaultClass()) > 1) { + throw new CodeCoverageException( + sprintf( + 'More than one @usesDefaultClass annotation for class or interface "%s"', + $className, + ), + ); + } + + $metadata = $metadataForClass->isUsesDefaultClass()->asArray()[0]; + + assert($metadata instanceof UsesDefaultClass); + + $classShortcut = $metadata->className(); + } + + $codeUnits = CodeUnitCollection::fromList(); + $mapper = new Mapper; + + foreach (Registry::parser()->forClassAndMethod($className, $methodName) as $metadata) { + if ($metadata->isUsesClass() || $metadata->isUsesFunction()) { + assert($metadata instanceof UsesClass || $metadata instanceof UsesFunction); + + try { + $codeUnits = $codeUnits->mergeWith( + $mapper->stringToCodeUnits($metadata->asStringForCodeUnitMapper()), + ); + } catch (InvalidCodeUnitException $e) { + if ($metadata->isUsesClass()) { + $type = 'Class'; + } else { + $type = 'Function'; + } + + throw new InvalidCoversTargetException( + sprintf( + '%s "%s" is not a valid target for code coverage', + $type, + $metadata->asStringForCodeUnitMapper(), + ), + $e->getCode(), + $e, + ); + } + } elseif ($metadata->isUses()) { + assert($metadata instanceof Uses); + + $target = $metadata->target(); + + if ($classShortcut !== null && str_starts_with($target, '::')) { + $target = $classShortcut . $target; + } + + try { + $codeUnits = $codeUnits->mergeWith($mapper->stringToCodeUnits($target)); + } catch (InvalidCodeUnitException $e) { + throw new InvalidCoversTargetException( + sprintf( + '"@uses %s" is invalid', + $target, + ), + $e->getCode(), + $e, + ); + } + } + } + + return $mapper->codeUnitsToSourceLines($codeUnits); + } + + /** + * @psalm-return array> + */ + public function linesToBeIgnored(TestSuite $testSuite): array + { + $codeUnits = CodeUnitCollection::fromList(); + $mapper = new Mapper; + + foreach ($this->testCaseClassesIn($testSuite) as $testCaseClassName) { + $codeUnits = $codeUnits->mergeWith( + $this->codeUnitsIgnoredBy($testCaseClassName), + ); + } + + return $mapper->codeUnitsToSourceLines($codeUnits); + } + + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + */ + public function shouldCodeCoverageBeCollectedFor(string $className, string $methodName): bool + { + $metadataForClass = Registry::parser()->forClass($className); + $metadataForMethod = Registry::parser()->forMethod($className, $methodName); + + if ($metadataForMethod->isCoversNothing()->isNotEmpty()) { + return false; + } + + if ($metadataForMethod->isCovers()->isNotEmpty() || + $metadataForMethod->isCoversClass()->isNotEmpty() || + $metadataForMethod->isCoversFunction()->isNotEmpty()) { + return true; + } + + if ($metadataForClass->isCoversNothing()->isNotEmpty()) { + return false; + } + + return true; + } + + /** + * @psalm-return list + */ + private function testCaseClassesIn(TestSuite $testSuite): array + { + $classNames = []; + + foreach (new RecursiveIteratorIterator($testSuite) as $test) { + $classNames[] = $test::class; + } + + return array_values(array_unique($classNames)); + } + + /** + * @psalm-param class-string $className + */ + private function codeUnitsIgnoredBy(string $className): CodeUnitCollection + { + $codeUnits = CodeUnitCollection::fromList(); + $mapper = new Mapper; + + foreach (Registry::parser()->forClass($className) as $metadata) { + if ($metadata instanceof IgnoreClassForCodeCoverage) { + $codeUnits = $codeUnits->mergeWith( + $mapper->stringToCodeUnits($metadata->className()), + ); + } + + if ($metadata instanceof IgnoreMethodForCodeCoverage) { + $codeUnits = $codeUnits->mergeWith( + $mapper->stringToCodeUnits($metadata->className() . '::' . $metadata->methodName()), + ); + } + + if ($metadata instanceof IgnoreFunctionForCodeCoverage) { + $codeUnits = $codeUnits->mergeWith( + $mapper->stringToCodeUnits('::' . $metadata->functionName()), + ); + } + } + + return $codeUnits; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/Api/DataProvider.php b/Sources/vendor/phpunit/phpunit/src/Metadata/Api/DataProvider.php new file mode 100644 index 00000000..2774f63b --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/Api/DataProvider.php @@ -0,0 +1,309 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata\Api; + +use function array_key_exists; +use function array_merge; +use function assert; +use function explode; +use function is_array; +use function is_int; +use function json_decode; +use function json_last_error; +use function json_last_error_msg; +use function preg_match; +use function preg_replace; +use function rtrim; +use function sprintf; +use function str_replace; +use function strlen; +use function substr; +use function trim; +use PHPUnit\Event; +use PHPUnit\Event\Code\TestMethod; +use PHPUnit\Event\TestData\MoreThanOneDataSetFromDataProviderException; +use PHPUnit\Event\TestData\TestDataCollection; +use PHPUnit\Framework\InvalidDataProviderException; +use PHPUnit\Metadata\DataProvider as DataProviderMetadata; +use PHPUnit\Metadata\MetadataCollection; +use PHPUnit\Metadata\Parser\Registry as MetadataRegistry; +use PHPUnit\Metadata\TestWith; +use PHPUnit\Util\Reflection; +use ReflectionClass; +use ReflectionMethod; +use Throwable; +use Traversable; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class DataProvider +{ + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + * + * @throws InvalidDataProviderException + */ + public function providedData(string $className, string $methodName): ?array + { + $dataProvider = MetadataRegistry::parser()->forMethod($className, $methodName)->isDataProvider(); + $testWith = MetadataRegistry::parser()->forMethod($className, $methodName)->isTestWith(); + + if ($dataProvider->isEmpty() && $testWith->isEmpty()) { + return $this->dataProvidedByTestWithAnnotation($className, $methodName); + } + + if ($dataProvider->isNotEmpty()) { + $data = $this->dataProvidedByMethods($className, $methodName, $dataProvider); + } else { + $data = $this->dataProvidedByMetadata($testWith); + } + + if ($data === []) { + throw new InvalidDataProviderException( + 'Empty data set provided by data provider', + ); + } + + foreach ($data as $key => $value) { + if (!is_array($value)) { + throw new InvalidDataProviderException( + sprintf( + 'Data set %s is invalid', + is_int($key) ? '#' . $key : '"' . $key . '"', + ), + ); + } + } + + return $data; + } + + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + * + * @throws InvalidDataProviderException + */ + private function dataProvidedByMethods(string $className, string $methodName, MetadataCollection $dataProvider): array + { + $testMethod = new Event\Code\ClassMethod($className, $methodName); + $methodsCalled = []; + $result = []; + + foreach ($dataProvider as $_dataProvider) { + assert($_dataProvider instanceof DataProviderMetadata); + + $dataProviderMethod = new Event\Code\ClassMethod($_dataProvider->className(), $_dataProvider->methodName()); + + Event\Facade::emitter()->dataProviderMethodCalled( + $testMethod, + $dataProviderMethod, + ); + + $methodsCalled[] = $dataProviderMethod; + + try { + $class = new ReflectionClass($_dataProvider->className()); + $method = $class->getMethod($_dataProvider->methodName()); + $object = null; + + if (!$method->isPublic()) { + Event\Facade::emitter()->testTriggeredPhpunitDeprecation( + $this->valueObjectForTestMethodWithoutTestData( + $className, + $methodName, + ), + sprintf( + 'Data Provider method %s::%s() is not public', + $_dataProvider->className(), + $_dataProvider->methodName(), + ), + ); + } + + if (!$method->isStatic()) { + Event\Facade::emitter()->testTriggeredPhpunitDeprecation( + $this->valueObjectForTestMethodWithoutTestData( + $className, + $methodName, + ), + sprintf( + 'Data Provider method %s::%s() is not static', + $_dataProvider->className(), + $_dataProvider->methodName(), + ), + ); + + $object = $class->newInstanceWithoutConstructor(); + } + + if ($method->getNumberOfParameters() === 0) { + $data = $method->invoke($object); + } else { + Event\Facade::emitter()->testTriggeredPhpunitDeprecation( + $this->valueObjectForTestMethodWithoutTestData( + $className, + $methodName, + ), + sprintf( + 'Data Provider method %s::%s() expects an argument', + $_dataProvider->className(), + $_dataProvider->methodName(), + ), + ); + + $data = $method->invoke($object, $_dataProvider->methodName()); + } + } catch (Throwable $e) { + Event\Facade::emitter()->dataProviderMethodFinished( + $testMethod, + ...$methodsCalled, + ); + + throw new InvalidDataProviderException( + $e->getMessage(), + $e->getCode(), + $e, + ); + } + + if ($data instanceof Traversable) { + $origData = $data; + $data = []; + + foreach ($origData as $key => $value) { + if (is_int($key)) { + $data[] = $value; + } elseif (array_key_exists($key, $data)) { + Event\Facade::emitter()->dataProviderMethodFinished( + $testMethod, + ...$methodsCalled, + ); + + throw new InvalidDataProviderException( + sprintf( + 'The key "%s" has already been defined by a previous data provider', + $key, + ), + ); + } else { + $data[$key] = $value; + } + } + } + + if (is_array($data)) { + $result = array_merge($result, $data); + } + } + + Event\Facade::emitter()->dataProviderMethodFinished( + $testMethod, + ...$methodsCalled, + ); + + return $result; + } + + private function dataProvidedByMetadata(MetadataCollection $testWith): array + { + $result = []; + + foreach ($testWith as $_testWith) { + assert($_testWith instanceof TestWith); + + $result[] = $_testWith->data(); + } + + return $result; + } + + /** + * @psalm-param class-string $className + * + * @throws InvalidDataProviderException + */ + private function dataProvidedByTestWithAnnotation(string $className, string $methodName): ?array + { + $docComment = (new ReflectionMethod($className, $methodName))->getDocComment(); + + if (!$docComment) { + return null; + } + + $docComment = str_replace("\r\n", "\n", $docComment); + $docComment = preg_replace('/\n\s*\*\s?/', "\n", $docComment); + $docComment = substr($docComment, 0, -1); + $docComment = rtrim($docComment, "\n"); + + if (!preg_match('/@testWith\s+/', $docComment, $matches, PREG_OFFSET_CAPTURE)) { + return null; + } + + $offset = strlen($matches[0][0]) + (int) $matches[0][1]; + $annotationContent = substr($docComment, $offset); + $data = []; + + foreach (explode("\n", $annotationContent) as $candidateRow) { + $candidateRow = trim($candidateRow); + + if ($candidateRow[0] !== '[') { + break; + } + + $dataSet = json_decode($candidateRow, true); + + if (json_last_error() !== JSON_ERROR_NONE) { + throw new InvalidDataProviderException( + 'The data set for the @testWith annotation cannot be parsed: ' . json_last_error_msg(), + ); + } + + $data[] = $dataSet; + } + + if (!$data) { + throw new InvalidDataProviderException( + 'The data set for the @testWith annotation cannot be parsed.', + ); + } + + return $data; + } + + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + * + * @throws MoreThanOneDataSetFromDataProviderException + */ + private function valueObjectForTestMethodWithoutTestData(string $className, string $methodName): TestMethod + { + $location = Reflection::sourceLocationFor($className, $methodName); + + return new TestMethod( + $className, + $methodName, + $location['file'], + $location['line'], + Event\Code\TestDoxBuilder::fromClassNameAndMethodName( + $className, + $methodName, + ), + MetadataRegistry::parser()->forClassAndMethod( + $className, + $methodName, + ), + TestDataCollection::fromArray([]), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/Api/Dependencies.php b/Sources/vendor/phpunit/phpunit/src/Metadata/Api/Dependencies.php new file mode 100644 index 00000000..cda6e099 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/Api/Dependencies.php @@ -0,0 +1,55 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata\Api; + +use function assert; +use PHPUnit\Framework\ExecutionOrderDependency; +use PHPUnit\Metadata\DependsOnClass; +use PHPUnit\Metadata\DependsOnMethod; +use PHPUnit\Metadata\Parser\Registry; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class Dependencies +{ + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + * + * @psalm-return list + */ + public static function dependencies(string $className, string $methodName): array + { + $dependencies = []; + + foreach (Registry::parser()->forClassAndMethod($className, $methodName)->isDepends() as $metadata) { + if ($metadata->isDependsOnClass()) { + assert($metadata instanceof DependsOnClass); + + $dependencies[] = ExecutionOrderDependency::forClass($metadata); + + continue; + } + + assert($metadata instanceof DependsOnMethod); + + if (empty($metadata->methodName())) { + $dependencies[] = ExecutionOrderDependency::invalid(); + + continue; + } + + $dependencies[] = ExecutionOrderDependency::forMethod($metadata); + } + + return $dependencies; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/Api/Groups.php b/Sources/vendor/phpunit/phpunit/src/Metadata/Api/Groups.php new file mode 100644 index 00000000..73341851 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/Api/Groups.php @@ -0,0 +1,118 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata\Api; + +use function array_flip; +use function array_unique; +use function assert; +use function strtolower; +use function trim; +use PHPUnit\Framework\TestSize\TestSize; +use PHPUnit\Metadata\Covers; +use PHPUnit\Metadata\CoversClass; +use PHPUnit\Metadata\CoversFunction; +use PHPUnit\Metadata\Group; +use PHPUnit\Metadata\Parser\Registry; +use PHPUnit\Metadata\Uses; +use PHPUnit\Metadata\UsesClass; +use PHPUnit\Metadata\UsesFunction; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class Groups +{ + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + * + * @psalm-return list + */ + public function groups(string $className, string $methodName, bool $includeVirtual = true): array + { + $groups = []; + + foreach (Registry::parser()->forClassAndMethod($className, $methodName)->isGroup() as $group) { + assert($group instanceof Group); + + $groups[] = $group->groupName(); + } + + if ($groups === []) { + $groups[] = 'default'; + } + + if (!$includeVirtual) { + return array_unique($groups); + } + + foreach (Registry::parser()->forClassAndMethod($className, $methodName) as $metadata) { + if ($metadata->isCoversClass() || $metadata->isCoversFunction()) { + assert($metadata instanceof CoversClass || $metadata instanceof CoversFunction); + + $groups[] = '__phpunit_covers_' . $this->canonicalizeName($metadata->asStringForCodeUnitMapper()); + + continue; + } + + if ($metadata->isCovers()) { + assert($metadata instanceof Covers); + + $groups[] = '__phpunit_covers_' . $this->canonicalizeName($metadata->target()); + + continue; + } + + if ($metadata->isUsesClass() || $metadata->isUsesFunction()) { + assert($metadata instanceof UsesClass || $metadata instanceof UsesFunction); + + $groups[] = '__phpunit_uses_' . $this->canonicalizeName($metadata->asStringForCodeUnitMapper()); + + continue; + } + + if ($metadata->isUses()) { + assert($metadata instanceof Uses); + + $groups[] = '__phpunit_uses_' . $this->canonicalizeName($metadata->target()); + } + } + + return array_unique($groups); + } + + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + */ + public function size(string $className, string $methodName): TestSize + { + $groups = array_flip($this->groups($className, $methodName)); + + if (isset($groups['large'])) { + return TestSize::large(); + } + + if (isset($groups['medium'])) { + return TestSize::medium(); + } + + if (isset($groups['small'])) { + return TestSize::small(); + } + + return TestSize::unknown(); + } + + private function canonicalizeName(string $name): string + { + return strtolower(trim($name, '\\')); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/Api/HookMethods.php b/Sources/vendor/phpunit/phpunit/src/Metadata/Api/HookMethods.php new file mode 100644 index 00000000..1b085597 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/Api/HookMethods.php @@ -0,0 +1,106 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata\Api; + +use function array_unshift; +use function assert; +use function class_exists; +use PHPUnit\Metadata\Parser\Registry; +use PHPUnit\Util\Reflection; +use ReflectionClass; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class HookMethods +{ + /** + * @psalm-var array, before: list, preCondition: list, postCondition: list, after: list, afterClass: list}> + */ + private static array $hookMethods = []; + + /** + * @psalm-param class-string $className + * + * @psalm-return array{beforeClass: list, before: list, preCondition: list, postCondition: list, after: list, afterClass: list} + */ + public function hookMethods(string $className): array + { + if (!class_exists($className)) { + return self::emptyHookMethodsArray(); + } + + if (isset(self::$hookMethods[$className])) { + return self::$hookMethods[$className]; + } + + self::$hookMethods[$className] = self::emptyHookMethodsArray(); + + foreach (Reflection::methodsInTestClass(new ReflectionClass($className)) as $method) { + $methodName = $method->getName(); + + assert(!empty($methodName)); + + $metadata = Registry::parser()->forMethod($className, $methodName); + + if ($method->isStatic()) { + if ($metadata->isBeforeClass()->isNotEmpty()) { + array_unshift( + self::$hookMethods[$className]['beforeClass'], + $methodName, + ); + } + + if ($metadata->isAfterClass()->isNotEmpty()) { + self::$hookMethods[$className]['afterClass'][] = $methodName; + } + } + + if ($metadata->isBefore()->isNotEmpty()) { + array_unshift( + self::$hookMethods[$className]['before'], + $methodName, + ); + } + + if ($metadata->isPreCondition()->isNotEmpty()) { + array_unshift( + self::$hookMethods[$className]['preCondition'], + $methodName, + ); + } + + if ($metadata->isPostCondition()->isNotEmpty()) { + self::$hookMethods[$className]['postCondition'][] = $methodName; + } + + if ($metadata->isAfter()->isNotEmpty()) { + self::$hookMethods[$className]['after'][] = $methodName; + } + } + + return self::$hookMethods[$className]; + } + + /** + * @psalm-return array{beforeClass: list, before: list, preCondition: list, postCondition: list, after: list, afterClass: list} + */ + private function emptyHookMethodsArray(): array + { + return [ + 'beforeClass' => ['setUpBeforeClass'], + 'before' => ['setUp'], + 'preCondition' => ['assertPreConditions'], + 'postCondition' => ['assertPostConditions'], + 'after' => ['tearDown'], + 'afterClass' => ['tearDownAfterClass'], + ]; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/Api/Requirements.php b/Sources/vendor/phpunit/phpunit/src/Metadata/Api/Requirements.php new file mode 100644 index 00000000..70688a11 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/Api/Requirements.php @@ -0,0 +1,152 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata\Api; + +use const PHP_OS; +use const PHP_OS_FAMILY; +use const PHP_VERSION; +use function addcslashes; +use function assert; +use function extension_loaded; +use function function_exists; +use function ini_get; +use function method_exists; +use function phpversion; +use function preg_match; +use function sprintf; +use PHPUnit\Metadata\Parser\Registry; +use PHPUnit\Metadata\RequiresFunction; +use PHPUnit\Metadata\RequiresMethod; +use PHPUnit\Metadata\RequiresOperatingSystem; +use PHPUnit\Metadata\RequiresOperatingSystemFamily; +use PHPUnit\Metadata\RequiresPhp; +use PHPUnit\Metadata\RequiresPhpExtension; +use PHPUnit\Metadata\RequiresPhpunit; +use PHPUnit\Metadata\RequiresSetting; +use PHPUnit\Runner\Version; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class Requirements +{ + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + * + * @psalm-return list + */ + public function requirementsNotSatisfiedFor(string $className, string $methodName): array + { + $notSatisfied = []; + + foreach (Registry::parser()->forClassAndMethod($className, $methodName) as $metadata) { + if ($metadata->isRequiresPhp()) { + assert($metadata instanceof RequiresPhp); + + if (!$metadata->versionRequirement()->isSatisfiedBy(PHP_VERSION)) { + $notSatisfied[] = sprintf( + 'PHP %s is required.', + $metadata->versionRequirement()->asString(), + ); + } + } + + if ($metadata->isRequiresPhpExtension()) { + assert($metadata instanceof RequiresPhpExtension); + + if (!extension_loaded($metadata->extension()) || + ($metadata->hasVersionRequirement() && + !$metadata->versionRequirement()->isSatisfiedBy(phpversion($metadata->extension())))) { + $notSatisfied[] = sprintf( + 'PHP extension %s%s is required.', + $metadata->extension(), + $metadata->hasVersionRequirement() ? (' ' . $metadata->versionRequirement()->asString()) : '', + ); + } + } + + if ($metadata->isRequiresPhpunit()) { + assert($metadata instanceof RequiresPhpunit); + + if (!$metadata->versionRequirement()->isSatisfiedBy(Version::id())) { + $notSatisfied[] = sprintf( + 'PHPUnit %s is required.', + $metadata->versionRequirement()->asString(), + ); + } + } + + if ($metadata->isRequiresOperatingSystemFamily()) { + assert($metadata instanceof RequiresOperatingSystemFamily); + + if ($metadata->operatingSystemFamily() !== PHP_OS_FAMILY) { + $notSatisfied[] = sprintf( + 'Operating system %s is required.', + $metadata->operatingSystemFamily(), + ); + } + } + + if ($metadata->isRequiresOperatingSystem()) { + assert($metadata instanceof RequiresOperatingSystem); + + $pattern = sprintf( + '/%s/i', + addcslashes($metadata->operatingSystem(), '/'), + ); + + if (!preg_match($pattern, PHP_OS)) { + $notSatisfied[] = sprintf( + 'Operating system %s is required.', + $metadata->operatingSystem(), + ); + } + } + + if ($metadata->isRequiresFunction()) { + assert($metadata instanceof RequiresFunction); + + if (!function_exists($metadata->functionName())) { + $notSatisfied[] = sprintf( + 'Function %s() is required.', + $metadata->functionName(), + ); + } + } + + if ($metadata->isRequiresMethod()) { + assert($metadata instanceof RequiresMethod); + + if (!method_exists($metadata->className(), $metadata->methodName())) { + $notSatisfied[] = sprintf( + 'Method %s::%s() is required.', + $metadata->className(), + $metadata->methodName(), + ); + } + } + + if ($metadata->isRequiresSetting()) { + assert($metadata instanceof RequiresSetting); + + if (ini_get($metadata->setting()) !== $metadata->value()) { + $notSatisfied[] = sprintf( + 'Setting "%s" is required to be "%s".', + $metadata->setting(), + $metadata->value(), + ); + } + } + } + + return $notSatisfied; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/BackupGlobals.php b/Sources/vendor/phpunit/phpunit/src/Metadata/BackupGlobals.php new file mode 100644 index 00000000..b6c485c8 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/BackupGlobals.php @@ -0,0 +1,43 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class BackupGlobals extends Metadata +{ + private readonly bool $enabled; + + /** + * @psalm-param 0|1 $level + */ + protected function __construct(int $level, bool $enabled) + { + parent::__construct($level); + + $this->enabled = $enabled; + } + + /** + * @psalm-assert-if-true BackupGlobals $this + */ + public function isBackupGlobals(): bool + { + return true; + } + + public function enabled(): bool + { + return $this->enabled; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/BackupStaticProperties.php b/Sources/vendor/phpunit/phpunit/src/Metadata/BackupStaticProperties.php new file mode 100644 index 00000000..30cb9c4d --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/BackupStaticProperties.php @@ -0,0 +1,43 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class BackupStaticProperties extends Metadata +{ + private readonly bool $enabled; + + /** + * @psalm-param 0|1 $level + */ + protected function __construct(int $level, bool $enabled) + { + parent::__construct($level); + + $this->enabled = $enabled; + } + + /** + * @psalm-assert-if-true BackupStaticProperties $this + */ + public function isBackupStaticProperties(): bool + { + return true; + } + + public function enabled(): bool + { + return $this->enabled; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/Before.php b/Sources/vendor/phpunit/phpunit/src/Metadata/Before.php new file mode 100644 index 00000000..08a72b47 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/Before.php @@ -0,0 +1,26 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class Before extends Metadata +{ + /** + * @psalm-assert-if-true Before $this + */ + public function isBefore(): bool + { + return true; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/BeforeClass.php b/Sources/vendor/phpunit/phpunit/src/Metadata/BeforeClass.php new file mode 100644 index 00000000..9ae35e51 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/BeforeClass.php @@ -0,0 +1,26 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class BeforeClass extends Metadata +{ + /** + * @psalm-assert-if-true BeforeClass $this + */ + public function isBeforeClass(): bool + { + return true; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/Covers.php b/Sources/vendor/phpunit/phpunit/src/Metadata/Covers.php new file mode 100644 index 00000000..b4c72345 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/Covers.php @@ -0,0 +1,50 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class Covers extends Metadata +{ + /** + * @psalm-var non-empty-string + */ + private readonly string $target; + + /** + * @psalm-param 0|1 $level + * @psalm-param non-empty-string $target + */ + protected function __construct(int $level, string $target) + { + parent::__construct($level); + + $this->target = $target; + } + + /** + * @psalm-assert-if-true Covers $this + */ + public function isCovers(): bool + { + return true; + } + + /** + * @psalm-return non-empty-string + */ + public function target(): string + { + return $this->target; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/CoversClass.php b/Sources/vendor/phpunit/phpunit/src/Metadata/CoversClass.php new file mode 100644 index 00000000..22889adf --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/CoversClass.php @@ -0,0 +1,60 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class CoversClass extends Metadata +{ + /** + * @psalm-var class-string + */ + private readonly string $className; + + /** + * @psalm-param 0|1 $level + * @psalm-param class-string $className + */ + protected function __construct(int $level, string $className) + { + parent::__construct($level); + + $this->className = $className; + } + + /** + * @psalm-assert-if-true CoversClass $this + */ + public function isCoversClass(): bool + { + return true; + } + + /** + * @psalm-return class-string + */ + public function className(): string + { + return $this->className; + } + + /** + * @psalm-return class-string + * + * @internal This method is not covered by the backward compatibility promise for PHPUnit + */ + public function asStringForCodeUnitMapper(): string + { + return $this->className; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/CoversDefaultClass.php b/Sources/vendor/phpunit/phpunit/src/Metadata/CoversDefaultClass.php new file mode 100644 index 00000000..3f7b57c4 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/CoversDefaultClass.php @@ -0,0 +1,50 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class CoversDefaultClass extends Metadata +{ + /** + * @psalm-var class-string + */ + private readonly string $className; + + /** + * @psalm-param 0|1 $level + * @psalm-param class-string $className + */ + protected function __construct(int $level, string $className) + { + parent::__construct($level); + + $this->className = $className; + } + + /** + * @psalm-assert-if-true CoversDefaultClass $this + */ + public function isCoversDefaultClass(): bool + { + return true; + } + + /** + * @psalm-return class-string + */ + public function className(): string + { + return $this->className; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/CoversFunction.php b/Sources/vendor/phpunit/phpunit/src/Metadata/CoversFunction.php new file mode 100644 index 00000000..ee9f858e --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/CoversFunction.php @@ -0,0 +1,58 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class CoversFunction extends Metadata +{ + /** + * @psalm-var non-empty-string + */ + private readonly string $functionName; + + /** + * @psalm-param 0|1 $level + * @psalm-param non-empty-string $functionName + */ + protected function __construct(int $level, string $functionName) + { + parent::__construct($level); + + $this->functionName = $functionName; + } + + /** + * @psalm-assert-if-true CoversFunction $this + */ + public function isCoversFunction(): bool + { + return true; + } + + /** + * @psalm-return non-empty-string + */ + public function functionName(): string + { + return $this->functionName; + } + + /** + * @internal This method is not covered by the backward compatibility promise for PHPUnit + */ + public function asStringForCodeUnitMapper(): string + { + return '::' . $this->functionName; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/CoversNothing.php b/Sources/vendor/phpunit/phpunit/src/Metadata/CoversNothing.php new file mode 100644 index 00000000..4703964e --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/CoversNothing.php @@ -0,0 +1,26 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class CoversNothing extends Metadata +{ + /** + * @psalm-assert-if-true CoversNothing $this + */ + public function isCoversNothing(): bool + { + return true; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/DataProvider.php b/Sources/vendor/phpunit/phpunit/src/Metadata/DataProvider.php new file mode 100644 index 00000000..d1a0bfd5 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/DataProvider.php @@ -0,0 +1,65 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class DataProvider extends Metadata +{ + /** + * @psalm-var class-string + */ + private readonly string $className; + + /** + * @psalm-var non-empty-string + */ + private readonly string $methodName; + + /** + * @psalm-param 0|1 $level + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + */ + protected function __construct(int $level, string $className, string $methodName) + { + parent::__construct($level); + + $this->className = $className; + $this->methodName = $methodName; + } + + /** + * @psalm-assert-if-true DataProvider $this + */ + public function isDataProvider(): bool + { + return true; + } + + /** + * @psalm-return class-string + */ + public function className(): string + { + return $this->className; + } + + /** + * @psalm-return non-empty-string + */ + public function methodName(): string + { + return $this->methodName; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/DependsOnClass.php b/Sources/vendor/phpunit/phpunit/src/Metadata/DependsOnClass.php new file mode 100644 index 00000000..c146afd9 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/DependsOnClass.php @@ -0,0 +1,64 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class DependsOnClass extends Metadata +{ + /** + * @psalm-var class-string + */ + private readonly string $className; + private readonly bool $deepClone; + private readonly bool $shallowClone; + + /** + * @psalm-param 0|1 $level + * @psalm-param class-string $className + */ + protected function __construct(int $level, string $className, bool $deepClone, bool $shallowClone) + { + parent::__construct($level); + + $this->className = $className; + $this->deepClone = $deepClone; + $this->shallowClone = $shallowClone; + } + + /** + * @psalm-assert-if-true DependsOnClass $this + */ + public function isDependsOnClass(): bool + { + return true; + } + + /** + * @psalm-return class-string + */ + public function className(): string + { + return $this->className; + } + + public function deepClone(): bool + { + return $this->deepClone; + } + + public function shallowClone(): bool + { + return $this->shallowClone; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/DependsOnMethod.php b/Sources/vendor/phpunit/phpunit/src/Metadata/DependsOnMethod.php new file mode 100644 index 00000000..1db27c7b --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/DependsOnMethod.php @@ -0,0 +1,79 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class DependsOnMethod extends Metadata +{ + /** + * @psalm-var class-string + */ + private readonly string $className; + + /** + * @psalm-var non-empty-string + */ + private readonly string $methodName; + private readonly bool $deepClone; + private readonly bool $shallowClone; + + /** + * @psalm-param 0|1 $level + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + */ + protected function __construct(int $level, string $className, string $methodName, bool $deepClone, bool $shallowClone) + { + parent::__construct($level); + + $this->className = $className; + $this->methodName = $methodName; + $this->deepClone = $deepClone; + $this->shallowClone = $shallowClone; + } + + /** + * @psalm-assert-if-true DependsOnMethod $this + */ + public function isDependsOnMethod(): bool + { + return true; + } + + /** + * @psalm-return class-string + */ + public function className(): string + { + return $this->className; + } + + /** + * @psalm-return non-empty-string + */ + public function methodName(): string + { + return $this->methodName; + } + + public function deepClone(): bool + { + return $this->deepClone; + } + + public function shallowClone(): bool + { + return $this->shallowClone; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/DoesNotPerformAssertions.php b/Sources/vendor/phpunit/phpunit/src/Metadata/DoesNotPerformAssertions.php new file mode 100644 index 00000000..0e1ac0e7 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/DoesNotPerformAssertions.php @@ -0,0 +1,26 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class DoesNotPerformAssertions extends Metadata +{ + /** + * @psalm-assert-if-true DoesNotPerformAssertions $this + */ + public function isDoesNotPerformAssertions(): bool + { + return true; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/Exception/AnnotationsAreNotSupportedForInternalClassesException.php b/Sources/vendor/phpunit/phpunit/src/Metadata/Exception/AnnotationsAreNotSupportedForInternalClassesException.php new file mode 100644 index 00000000..5693dfb4 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/Exception/AnnotationsAreNotSupportedForInternalClassesException.php @@ -0,0 +1,32 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +use function sprintf; +use RuntimeException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class AnnotationsAreNotSupportedForInternalClassesException extends RuntimeException implements \PHPUnit\Exception +{ + /** + * @psalm-param class-string $className + */ + public function __construct(string $className) + { + parent::__construct( + sprintf( + 'Annotations can only be parsed for user-defined classes, trying to parse annotations for class "%s"', + $className, + ), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Error/Warning.php b/Sources/vendor/phpunit/phpunit/src/Metadata/Exception/Exception.php old mode 100755 new mode 100644 similarity index 74% rename from Sources/vendor/phpunit/phpunit/src/Framework/Error/Warning.php rename to Sources/vendor/phpunit/phpunit/src/Metadata/Exception/Exception.php index 0c0c0064..0faa9b7c --- a/Sources/vendor/phpunit/phpunit/src/Framework/Error/Warning.php +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/Exception/Exception.php @@ -7,11 +7,8 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Framework\Error; +namespace PHPUnit\Metadata; -/** - * @internal - */ -final class Warning extends Error +interface Exception extends \PHPUnit\Exception { } diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/Exception/InvalidVersionRequirementException.php b/Sources/vendor/phpunit/phpunit/src/Metadata/Exception/InvalidVersionRequirementException.php new file mode 100644 index 00000000..cb82e841 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/Exception/InvalidVersionRequirementException.php @@ -0,0 +1,16 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +use RuntimeException; + +final class InvalidVersionRequirementException extends RuntimeException implements Exception +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Error/Deprecated.php b/Sources/vendor/phpunit/phpunit/src/Metadata/Exception/NoVersionRequirementException.php old mode 100755 new mode 100644 similarity index 64% rename from Sources/vendor/phpunit/phpunit/src/Framework/Error/Deprecated.php rename to Sources/vendor/phpunit/phpunit/src/Metadata/Exception/NoVersionRequirementException.php index db62195f..83510679 --- a/Sources/vendor/phpunit/phpunit/src/Framework/Error/Deprecated.php +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/Exception/NoVersionRequirementException.php @@ -7,11 +7,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Framework\Error; +namespace PHPUnit\Metadata; -/** - * @internal - */ -final class Deprecated extends Error +use RuntimeException; + +final class NoVersionRequirementException extends RuntimeException implements Exception { } diff --git a/Sources/vendor/phpunit/phpunit/src/Util/InvalidDataSetException.php b/Sources/vendor/phpunit/phpunit/src/Metadata/Exception/ReflectionException.php old mode 100755 new mode 100644 similarity index 76% rename from Sources/vendor/phpunit/phpunit/src/Util/InvalidDataSetException.php rename to Sources/vendor/phpunit/phpunit/src/Metadata/Exception/ReflectionException.php index 3493d113..4311e83b --- a/Sources/vendor/phpunit/phpunit/src/Util/InvalidDataSetException.php +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/Exception/ReflectionException.php @@ -7,13 +7,13 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Util; +namespace PHPUnit\Metadata; use RuntimeException; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit */ -final class InvalidDataSetException extends RuntimeException implements \PHPUnit\Exception +final class ReflectionException extends RuntimeException implements \PHPUnit\Exception { } diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/ExcludeGlobalVariableFromBackup.php b/Sources/vendor/phpunit/phpunit/src/Metadata/ExcludeGlobalVariableFromBackup.php new file mode 100644 index 00000000..a096d676 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/ExcludeGlobalVariableFromBackup.php @@ -0,0 +1,50 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class ExcludeGlobalVariableFromBackup extends Metadata +{ + /** + * @psalm-var non-empty-string + */ + private readonly string $globalVariableName; + + /** + * @psalm-param 0|1 $level + * @psalm-param non-empty-string $globalVariableName + */ + protected function __construct(int $level, string $globalVariableName) + { + parent::__construct($level); + + $this->globalVariableName = $globalVariableName; + } + + /** + * @psalm-assert-if-true ExcludeGlobalVariableFromBackup $this + */ + public function isExcludeGlobalVariableFromBackup(): bool + { + return true; + } + + /** + * @psalm-return non-empty-string + */ + public function globalVariableName(): string + { + return $this->globalVariableName; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/ExcludeStaticPropertyFromBackup.php b/Sources/vendor/phpunit/phpunit/src/Metadata/ExcludeStaticPropertyFromBackup.php new file mode 100644 index 00000000..53a3c523 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/ExcludeStaticPropertyFromBackup.php @@ -0,0 +1,65 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class ExcludeStaticPropertyFromBackup extends Metadata +{ + /** + * @psalm-var class-string + */ + private readonly string $className; + + /** + * @psalm-var non-empty-string + */ + private readonly string $propertyName; + + /** + * @psalm-param 0|1 $level + * @psalm-param class-string $className + * @psalm-param non-empty-string $propertyName + */ + protected function __construct(int $level, string $className, string $propertyName) + { + parent::__construct($level); + + $this->className = $className; + $this->propertyName = $propertyName; + } + + /** + * @psalm-assert-if-true ExcludeStaticPropertyFromBackup $this + */ + public function isExcludeStaticPropertyFromBackup(): bool + { + return true; + } + + /** + * @psalm-return class-string + */ + public function className(): string + { + return $this->className; + } + + /** + * @psalm-return non-empty-string + */ + public function propertyName(): string + { + return $this->propertyName; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/Group.php b/Sources/vendor/phpunit/phpunit/src/Metadata/Group.php new file mode 100644 index 00000000..e609d2ed --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/Group.php @@ -0,0 +1,50 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class Group extends Metadata +{ + /** + * @psalm-var non-empty-string + */ + private readonly string $groupName; + + /** + * @psalm-param 0|1 $level + * @psalm-param non-empty-string $groupName + */ + protected function __construct(int $level, string $groupName) + { + parent::__construct($level); + + $this->groupName = $groupName; + } + + /** + * @psalm-assert-if-true Group $this + */ + public function isGroup(): bool + { + return true; + } + + /** + * @psalm-return non-empty-string + */ + public function groupName(): string + { + return $this->groupName; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/IgnoreClassForCodeCoverage.php b/Sources/vendor/phpunit/phpunit/src/Metadata/IgnoreClassForCodeCoverage.php new file mode 100644 index 00000000..5887ccad --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/IgnoreClassForCodeCoverage.php @@ -0,0 +1,52 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5513 + */ +final class IgnoreClassForCodeCoverage extends Metadata +{ + /** + * @psalm-var class-string + */ + private readonly string $className; + + /** + * @psalm-param 0|1 $level + * @psalm-param class-string $className + */ + protected function __construct(int $level, string $className) + { + parent::__construct($level); + + $this->className = $className; + } + + /** + * @psalm-assert-if-true IgnoreClassForCodeCoverage $this + */ + public function isIgnoreClassForCodeCoverage(): bool + { + return true; + } + + /** + * @psalm-return class-string + */ + public function className(): string + { + return $this->className; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/IgnoreFunctionForCodeCoverage.php b/Sources/vendor/phpunit/phpunit/src/Metadata/IgnoreFunctionForCodeCoverage.php new file mode 100644 index 00000000..bc4c9b1e --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/IgnoreFunctionForCodeCoverage.php @@ -0,0 +1,52 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5513 + */ +final class IgnoreFunctionForCodeCoverage extends Metadata +{ + /** + * @psalm-var non-empty-string + */ + private readonly string $functionName; + + /** + * @psalm-param 0|1 $level + * @psalm-param non-empty-string $functionName + */ + protected function __construct(int $level, string $functionName) + { + parent::__construct($level); + + $this->functionName = $functionName; + } + + /** + * @psalm-assert-if-true IgnoreFunctionForCodeCoverage $this + */ + public function isIgnoreFunctionForCodeCoverage(): bool + { + return true; + } + + /** + * @psalm-return non-empty-string + */ + public function functionName(): string + { + return $this->functionName; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/IgnoreMethodForCodeCoverage.php b/Sources/vendor/phpunit/phpunit/src/Metadata/IgnoreMethodForCodeCoverage.php new file mode 100644 index 00000000..398f0310 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/IgnoreMethodForCodeCoverage.php @@ -0,0 +1,67 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5513 + */ +final class IgnoreMethodForCodeCoverage extends Metadata +{ + /** + * @psalm-var class-string + */ + private readonly string $className; + + /** + * @psalm-var non-empty-string + */ + private readonly string $methodName; + + /** + * @psalm-param 0|1 $level + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + */ + protected function __construct(int $level, string $className, string $methodName) + { + parent::__construct($level); + + $this->className = $className; + $this->methodName = $methodName; + } + + /** + * @psalm-assert-if-true IgnoreMethodForCodeCoverage $this + */ + public function isIgnoreMethodForCodeCoverage(): bool + { + return true; + } + + /** + * @psalm-return class-string + */ + public function className(): string + { + return $this->className; + } + + /** + * @psalm-return non-empty-string + */ + public function methodName(): string + { + return $this->methodName; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/Metadata.php b/Sources/vendor/phpunit/phpunit/src/Metadata/Metadata.php new file mode 100644 index 00000000..5821cf61 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/Metadata.php @@ -0,0 +1,817 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +use PHPUnit\Metadata\Version\Requirement; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +abstract class Metadata +{ + private const CLASS_LEVEL = 0; + private const METHOD_LEVEL = 1; + + /** + * @psalm-var 0|1 + */ + private readonly int $level; + + public static function after(): After + { + return new After(self::METHOD_LEVEL); + } + + public static function afterClass(): AfterClass + { + return new AfterClass(self::METHOD_LEVEL); + } + + public static function backupGlobalsOnClass(bool $enabled): BackupGlobals + { + return new BackupGlobals(self::CLASS_LEVEL, $enabled); + } + + public static function backupGlobalsOnMethod(bool $enabled): BackupGlobals + { + return new BackupGlobals(self::METHOD_LEVEL, $enabled); + } + + public static function backupStaticPropertiesOnClass(bool $enabled): BackupStaticProperties + { + return new BackupStaticProperties(self::CLASS_LEVEL, $enabled); + } + + public static function backupStaticPropertiesOnMethod(bool $enabled): BackupStaticProperties + { + return new BackupStaticProperties(self::METHOD_LEVEL, $enabled); + } + + public static function before(): Before + { + return new Before(self::METHOD_LEVEL); + } + + public static function beforeClass(): BeforeClass + { + return new BeforeClass(self::METHOD_LEVEL); + } + + /** + * @psalm-param class-string $className + */ + public static function coversClass(string $className): CoversClass + { + return new CoversClass(self::CLASS_LEVEL, $className); + } + + /** + * @psalm-param non-empty-string $functionName + */ + public static function coversFunction(string $functionName): CoversFunction + { + return new CoversFunction(self::CLASS_LEVEL, $functionName); + } + + /** + * @psalm-param non-empty-string $target + */ + public static function coversOnClass(string $target): Covers + { + return new Covers(self::CLASS_LEVEL, $target); + } + + /** + * @psalm-param non-empty-string $target + */ + public static function coversOnMethod(string $target): Covers + { + return new Covers(self::METHOD_LEVEL, $target); + } + + /** + * @psalm-param class-string $className + */ + public static function coversDefaultClass(string $className): CoversDefaultClass + { + return new CoversDefaultClass(self::CLASS_LEVEL, $className); + } + + public static function coversNothingOnClass(): CoversNothing + { + return new CoversNothing(self::CLASS_LEVEL); + } + + public static function coversNothingOnMethod(): CoversNothing + { + return new CoversNothing(self::METHOD_LEVEL); + } + + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + */ + public static function dataProvider(string $className, string $methodName): DataProvider + { + return new DataProvider(self::METHOD_LEVEL, $className, $methodName); + } + + /** + * @psalm-param class-string $className + */ + public static function dependsOnClass(string $className, bool $deepClone, bool $shallowClone): DependsOnClass + { + return new DependsOnClass(self::METHOD_LEVEL, $className, $deepClone, $shallowClone); + } + + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + */ + public static function dependsOnMethod(string $className, string $methodName, bool $deepClone, bool $shallowClone): DependsOnMethod + { + return new DependsOnMethod(self::METHOD_LEVEL, $className, $methodName, $deepClone, $shallowClone); + } + + public static function doesNotPerformAssertionsOnClass(): DoesNotPerformAssertions + { + return new DoesNotPerformAssertions(self::CLASS_LEVEL); + } + + public static function doesNotPerformAssertionsOnMethod(): DoesNotPerformAssertions + { + return new DoesNotPerformAssertions(self::METHOD_LEVEL); + } + + /** + * @psalm-param non-empty-string $globalVariableName + */ + public static function excludeGlobalVariableFromBackupOnClass(string $globalVariableName): ExcludeGlobalVariableFromBackup + { + return new ExcludeGlobalVariableFromBackup(self::CLASS_LEVEL, $globalVariableName); + } + + /** + * @psalm-param non-empty-string $globalVariableName + */ + public static function excludeGlobalVariableFromBackupOnMethod(string $globalVariableName): ExcludeGlobalVariableFromBackup + { + return new ExcludeGlobalVariableFromBackup(self::METHOD_LEVEL, $globalVariableName); + } + + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $propertyName + */ + public static function excludeStaticPropertyFromBackupOnClass(string $className, string $propertyName): ExcludeStaticPropertyFromBackup + { + return new ExcludeStaticPropertyFromBackup(self::CLASS_LEVEL, $className, $propertyName); + } + + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $propertyName + */ + public static function excludeStaticPropertyFromBackupOnMethod(string $className, string $propertyName): ExcludeStaticPropertyFromBackup + { + return new ExcludeStaticPropertyFromBackup(self::METHOD_LEVEL, $className, $propertyName); + } + + /** + * @psalm-param non-empty-string $groupName + */ + public static function groupOnClass(string $groupName): Group + { + return new Group(self::CLASS_LEVEL, $groupName); + } + + /** + * @psalm-param non-empty-string $groupName + */ + public static function groupOnMethod(string $groupName): Group + { + return new Group(self::METHOD_LEVEL, $groupName); + } + + /** + * @psalm-param class-string $className + */ + public static function ignoreClassForCodeCoverage(string $className): IgnoreClassForCodeCoverage + { + return new IgnoreClassForCodeCoverage(self::CLASS_LEVEL, $className); + } + + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + */ + public static function ignoreMethodForCodeCoverage(string $className, string $methodName): IgnoreMethodForCodeCoverage + { + return new IgnoreMethodForCodeCoverage(self::CLASS_LEVEL, $className, $methodName); + } + + /** + * @psalm-param non-empty-string $functionName + */ + public static function ignoreFunctionForCodeCoverage(string $functionName): IgnoreFunctionForCodeCoverage + { + return new IgnoreFunctionForCodeCoverage(self::CLASS_LEVEL, $functionName); + } + + public static function postCondition(): PostCondition + { + return new PostCondition(self::METHOD_LEVEL); + } + + public static function preCondition(): PreCondition + { + return new PreCondition(self::METHOD_LEVEL); + } + + public static function preserveGlobalStateOnClass(bool $enabled): PreserveGlobalState + { + return new PreserveGlobalState(self::CLASS_LEVEL, $enabled); + } + + public static function preserveGlobalStateOnMethod(bool $enabled): PreserveGlobalState + { + return new PreserveGlobalState(self::METHOD_LEVEL, $enabled); + } + + /** + * @psalm-param non-empty-string $functionName + */ + public static function requiresFunctionOnClass(string $functionName): RequiresFunction + { + return new RequiresFunction(self::CLASS_LEVEL, $functionName); + } + + /** + * @psalm-param non-empty-string $functionName + */ + public static function requiresFunctionOnMethod(string $functionName): RequiresFunction + { + return new RequiresFunction(self::METHOD_LEVEL, $functionName); + } + + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + */ + public static function requiresMethodOnClass(string $className, string $methodName): RequiresMethod + { + return new RequiresMethod(self::CLASS_LEVEL, $className, $methodName); + } + + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + */ + public static function requiresMethodOnMethod(string $className, string $methodName): RequiresMethod + { + return new RequiresMethod(self::METHOD_LEVEL, $className, $methodName); + } + + /** + * @psalm-param non-empty-string $operatingSystem + */ + public static function requiresOperatingSystemOnClass(string $operatingSystem): RequiresOperatingSystem + { + return new RequiresOperatingSystem(self::CLASS_LEVEL, $operatingSystem); + } + + /** + * @psalm-param non-empty-string $operatingSystem + */ + public static function requiresOperatingSystemOnMethod(string $operatingSystem): RequiresOperatingSystem + { + return new RequiresOperatingSystem(self::METHOD_LEVEL, $operatingSystem); + } + + /** + * @psalm-param non-empty-string $operatingSystemFamily + */ + public static function requiresOperatingSystemFamilyOnClass(string $operatingSystemFamily): RequiresOperatingSystemFamily + { + return new RequiresOperatingSystemFamily(self::CLASS_LEVEL, $operatingSystemFamily); + } + + /** + * @psalm-param non-empty-string $operatingSystemFamily + */ + public static function requiresOperatingSystemFamilyOnMethod(string $operatingSystemFamily): RequiresOperatingSystemFamily + { + return new RequiresOperatingSystemFamily(self::METHOD_LEVEL, $operatingSystemFamily); + } + + public static function requiresPhpOnClass(Requirement $versionRequirement): RequiresPhp + { + return new RequiresPhp(self::CLASS_LEVEL, $versionRequirement); + } + + public static function requiresPhpOnMethod(Requirement $versionRequirement): RequiresPhp + { + return new RequiresPhp(self::METHOD_LEVEL, $versionRequirement); + } + + /** + * @psalm-param non-empty-string $extension + */ + public static function requiresPhpExtensionOnClass(string $extension, ?Requirement $versionRequirement): RequiresPhpExtension + { + return new RequiresPhpExtension(self::CLASS_LEVEL, $extension, $versionRequirement); + } + + /** + * @psalm-param non-empty-string $extension + */ + public static function requiresPhpExtensionOnMethod(string $extension, ?Requirement $versionRequirement): RequiresPhpExtension + { + return new RequiresPhpExtension(self::METHOD_LEVEL, $extension, $versionRequirement); + } + + public static function requiresPhpunitOnClass(Requirement $versionRequirement): RequiresPhpunit + { + return new RequiresPhpunit(self::CLASS_LEVEL, $versionRequirement); + } + + public static function requiresPhpunitOnMethod(Requirement $versionRequirement): RequiresPhpunit + { + return new RequiresPhpunit(self::METHOD_LEVEL, $versionRequirement); + } + + /** + * @psalm-param non-empty-string $setting + * @psalm-param non-empty-string $value + */ + public static function requiresSettingOnClass(string $setting, string $value): RequiresSetting + { + return new RequiresSetting(self::CLASS_LEVEL, $setting, $value); + } + + /** + * @psalm-param non-empty-string $setting + * @psalm-param non-empty-string $value + */ + public static function requiresSettingOnMethod(string $setting, string $value): RequiresSetting + { + return new RequiresSetting(self::METHOD_LEVEL, $setting, $value); + } + + public static function runClassInSeparateProcess(): RunClassInSeparateProcess + { + return new RunClassInSeparateProcess(self::CLASS_LEVEL); + } + + public static function runTestsInSeparateProcesses(): RunTestsInSeparateProcesses + { + return new RunTestsInSeparateProcesses(self::CLASS_LEVEL); + } + + public static function runInSeparateProcess(): RunInSeparateProcess + { + return new RunInSeparateProcess(self::METHOD_LEVEL); + } + + public static function test(): Test + { + return new Test(self::METHOD_LEVEL); + } + + /** + * @psalm-param non-empty-string $text + */ + public static function testDoxOnClass(string $text): TestDox + { + return new TestDox(self::CLASS_LEVEL, $text); + } + + /** + * @psalm-param non-empty-string $text + */ + public static function testDoxOnMethod(string $text): TestDox + { + return new TestDox(self::METHOD_LEVEL, $text); + } + + public static function testWith(array $data): TestWith + { + return new TestWith(self::METHOD_LEVEL, $data); + } + + /** + * @psalm-param class-string $className + */ + public static function usesClass(string $className): UsesClass + { + return new UsesClass(self::CLASS_LEVEL, $className); + } + + /** + * @psalm-param non-empty-string $functionName + */ + public static function usesFunction(string $functionName): UsesFunction + { + return new UsesFunction(self::CLASS_LEVEL, $functionName); + } + + /** + * @psalm-param non-empty-string $target + */ + public static function usesOnClass(string $target): Uses + { + return new Uses(self::CLASS_LEVEL, $target); + } + + /** + * @psalm-param non-empty-string $target + */ + public static function usesOnMethod(string $target): Uses + { + return new Uses(self::METHOD_LEVEL, $target); + } + + /** + * @psalm-param class-string $className + */ + public static function usesDefaultClass(string $className): UsesDefaultClass + { + return new UsesDefaultClass(self::CLASS_LEVEL, $className); + } + + public static function withoutErrorHandler(): WithoutErrorHandler + { + return new WithoutErrorHandler(self::METHOD_LEVEL); + } + + /** + * @psalm-param 0|1 $level + */ + protected function __construct(int $level) + { + $this->level = $level; + } + + public function isClassLevel(): bool + { + return $this->level === self::CLASS_LEVEL; + } + + public function isMethodLevel(): bool + { + return $this->level === self::METHOD_LEVEL; + } + + /** + * @psalm-assert-if-true After $this + */ + public function isAfter(): bool + { + return false; + } + + /** + * @psalm-assert-if-true AfterClass $this + */ + public function isAfterClass(): bool + { + return false; + } + + /** + * @psalm-assert-if-true BackupGlobals $this + */ + public function isBackupGlobals(): bool + { + return false; + } + + /** + * @psalm-assert-if-true BackupStaticProperties $this + */ + public function isBackupStaticProperties(): bool + { + return false; + } + + /** + * @psalm-assert-if-true BeforeClass $this + */ + public function isBeforeClass(): bool + { + return false; + } + + /** + * @psalm-assert-if-true Before $this + */ + public function isBefore(): bool + { + return false; + } + + /** + * @psalm-assert-if-true Covers $this + */ + public function isCovers(): bool + { + return false; + } + + /** + * @psalm-assert-if-true CoversClass $this + */ + public function isCoversClass(): bool + { + return false; + } + + /** + * @psalm-assert-if-true CoversDefaultClass $this + */ + public function isCoversDefaultClass(): bool + { + return false; + } + + /** + * @psalm-assert-if-true CoversFunction $this + */ + public function isCoversFunction(): bool + { + return false; + } + + /** + * @psalm-assert-if-true CoversNothing $this + */ + public function isCoversNothing(): bool + { + return false; + } + + /** + * @psalm-assert-if-true DataProvider $this + */ + public function isDataProvider(): bool + { + return false; + } + + /** + * @psalm-assert-if-true DependsOnClass $this + */ + public function isDependsOnClass(): bool + { + return false; + } + + /** + * @psalm-assert-if-true DependsOnMethod $this + */ + public function isDependsOnMethod(): bool + { + return false; + } + + /** + * @psalm-assert-if-true DoesNotPerformAssertions $this + */ + public function isDoesNotPerformAssertions(): bool + { + return false; + } + + /** + * @psalm-assert-if-true ExcludeGlobalVariableFromBackup $this + */ + public function isExcludeGlobalVariableFromBackup(): bool + { + return false; + } + + /** + * @psalm-assert-if-true ExcludeStaticPropertyFromBackup $this + */ + public function isExcludeStaticPropertyFromBackup(): bool + { + return false; + } + + /** + * @psalm-assert-if-true Group $this + */ + public function isGroup(): bool + { + return false; + } + + /** + * @psalm-assert-if-true IgnoreClassForCodeCoverage $this + */ + public function isIgnoreClassForCodeCoverage(): bool + { + return false; + } + + /** + * @psalm-assert-if-true IgnoreMethodForCodeCoverage $this + */ + public function isIgnoreMethodForCodeCoverage(): bool + { + return false; + } + + /** + * @psalm-assert-if-true IgnoreFunctionForCodeCoverage $this + */ + public function isIgnoreFunctionForCodeCoverage(): bool + { + return false; + } + + /** + * @psalm-assert-if-true RunClassInSeparateProcess $this + */ + public function isRunClassInSeparateProcess(): bool + { + return false; + } + + /** + * @psalm-assert-if-true RunInSeparateProcess $this + */ + public function isRunInSeparateProcess(): bool + { + return false; + } + + /** + * @psalm-assert-if-true RunTestsInSeparateProcesses $this + */ + public function isRunTestsInSeparateProcesses(): bool + { + return false; + } + + /** + * @psalm-assert-if-true Test $this + */ + public function isTest(): bool + { + return false; + } + + /** + * @psalm-assert-if-true PreCondition $this + */ + public function isPreCondition(): bool + { + return false; + } + + /** + * @psalm-assert-if-true PostCondition $this + */ + public function isPostCondition(): bool + { + return false; + } + + /** + * @psalm-assert-if-true PreserveGlobalState $this + */ + public function isPreserveGlobalState(): bool + { + return false; + } + + /** + * @psalm-assert-if-true RequiresMethod $this + */ + public function isRequiresMethod(): bool + { + return false; + } + + /** + * @psalm-assert-if-true RequiresFunction $this + */ + public function isRequiresFunction(): bool + { + return false; + } + + /** + * @psalm-assert-if-true RequiresOperatingSystem $this + */ + public function isRequiresOperatingSystem(): bool + { + return false; + } + + /** + * @psalm-assert-if-true RequiresOperatingSystemFamily $this + */ + public function isRequiresOperatingSystemFamily(): bool + { + return false; + } + + /** + * @psalm-assert-if-true RequiresPhp $this + */ + public function isRequiresPhp(): bool + { + return false; + } + + /** + * @psalm-assert-if-true RequiresPhpExtension $this + */ + public function isRequiresPhpExtension(): bool + { + return false; + } + + /** + * @psalm-assert-if-true RequiresPhpunit $this + */ + public function isRequiresPhpunit(): bool + { + return false; + } + + /** + * @psalm-assert-if-true RequiresSetting $this + */ + public function isRequiresSetting(): bool + { + return false; + } + + /** + * @psalm-assert-if-true TestDox $this + */ + public function isTestDox(): bool + { + return false; + } + + /** + * @psalm-assert-if-true TestWith $this + */ + public function isTestWith(): bool + { + return false; + } + + /** + * @psalm-assert-if-true Uses $this + */ + public function isUses(): bool + { + return false; + } + + /** + * @psalm-assert-if-true UsesClass $this + */ + public function isUsesClass(): bool + { + return false; + } + + /** + * @psalm-assert-if-true UsesDefaultClass $this + */ + public function isUsesDefaultClass(): bool + { + return false; + } + + /** + * @psalm-assert-if-true UsesFunction $this + */ + public function isUsesFunction(): bool + { + return false; + } + + /** + * @psalm-assert-if-true WithoutErrorHandler $this + */ + public function isWithoutErrorHandler(): bool + { + return false; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/MetadataCollection.php b/Sources/vendor/phpunit/phpunit/src/Metadata/MetadataCollection.php new file mode 100644 index 00000000..60799694 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/MetadataCollection.php @@ -0,0 +1,551 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +use function array_filter; +use function array_merge; +use function count; +use Countable; +use IteratorAggregate; + +/** + * @template-implements IteratorAggregate + * + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class MetadataCollection implements Countable, IteratorAggregate +{ + /** + * @psalm-var list + */ + private readonly array $metadata; + + /** + * @psalm-param list $metadata + */ + public static function fromArray(array $metadata): self + { + return new self(...$metadata); + } + + private function __construct(Metadata ...$metadata) + { + $this->metadata = $metadata; + } + + /** + * @psalm-return list + */ + public function asArray(): array + { + return $this->metadata; + } + + public function count(): int + { + return count($this->metadata); + } + + public function isEmpty(): bool + { + return $this->count() === 0; + } + + public function isNotEmpty(): bool + { + return $this->count() > 0; + } + + public function getIterator(): MetadataCollectionIterator + { + return new MetadataCollectionIterator($this); + } + + public function mergeWith(self $other): self + { + return new self( + ...array_merge( + $this->asArray(), + $other->asArray(), + ), + ); + } + + public function isClassLevel(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isClassLevel(), + ), + ); + } + + public function isMethodLevel(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isMethodLevel(), + ), + ); + } + + public function isAfter(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isAfter(), + ), + ); + } + + public function isAfterClass(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isAfterClass(), + ), + ); + } + + public function isBackupGlobals(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isBackupGlobals(), + ), + ); + } + + public function isBackupStaticProperties(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isBackupStaticProperties(), + ), + ); + } + + public function isBeforeClass(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isBeforeClass(), + ), + ); + } + + public function isBefore(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isBefore(), + ), + ); + } + + public function isCovers(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isCovers(), + ), + ); + } + + public function isCoversClass(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isCoversClass(), + ), + ); + } + + public function isCoversDefaultClass(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isCoversDefaultClass(), + ), + ); + } + + public function isCoversFunction(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isCoversFunction(), + ), + ); + } + + public function isExcludeGlobalVariableFromBackup(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isExcludeGlobalVariableFromBackup(), + ), + ); + } + + public function isExcludeStaticPropertyFromBackup(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isExcludeStaticPropertyFromBackup(), + ), + ); + } + + public function isCoversNothing(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isCoversNothing(), + ), + ); + } + + public function isDataProvider(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isDataProvider(), + ), + ); + } + + public function isDepends(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isDependsOnClass() || $metadata->isDependsOnMethod(), + ), + ); + } + + public function isDependsOnClass(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isDependsOnClass(), + ), + ); + } + + public function isDependsOnMethod(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isDependsOnMethod(), + ), + ); + } + + public function isDoesNotPerformAssertions(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isDoesNotPerformAssertions(), + ), + ); + } + + public function isGroup(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isGroup(), + ), + ); + } + + /** + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5513 + */ + public function isIgnoreClassForCodeCoverage(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isIgnoreClassForCodeCoverage(), + ), + ); + } + + /** + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5513 + */ + public function isIgnoreMethodForCodeCoverage(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isIgnoreMethodForCodeCoverage(), + ), + ); + } + + /** + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5513 + */ + public function isIgnoreFunctionForCodeCoverage(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isIgnoreFunctionForCodeCoverage(), + ), + ); + } + + public function isRunClassInSeparateProcess(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isRunClassInSeparateProcess(), + ), + ); + } + + public function isRunInSeparateProcess(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isRunInSeparateProcess(), + ), + ); + } + + public function isRunTestsInSeparateProcesses(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isRunTestsInSeparateProcesses(), + ), + ); + } + + public function isTest(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isTest(), + ), + ); + } + + public function isPreCondition(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isPreCondition(), + ), + ); + } + + public function isPostCondition(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isPostCondition(), + ), + ); + } + + public function isPreserveGlobalState(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isPreserveGlobalState(), + ), + ); + } + + public function isRequiresMethod(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isRequiresMethod(), + ), + ); + } + + public function isRequiresFunction(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isRequiresFunction(), + ), + ); + } + + public function isRequiresOperatingSystem(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isRequiresOperatingSystem(), + ), + ); + } + + public function isRequiresOperatingSystemFamily(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isRequiresOperatingSystemFamily(), + ), + ); + } + + public function isRequiresPhp(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isRequiresPhp(), + ), + ); + } + + public function isRequiresPhpExtension(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isRequiresPhpExtension(), + ), + ); + } + + public function isRequiresPhpunit(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isRequiresPhpunit(), + ), + ); + } + + public function isRequiresSetting(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isRequiresSetting(), + ), + ); + } + + public function isTestDox(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isTestDox(), + ), + ); + } + + public function isTestWith(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isTestWith(), + ), + ); + } + + public function isUses(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isUses(), + ), + ); + } + + public function isUsesClass(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isUsesClass(), + ), + ); + } + + public function isUsesDefaultClass(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isUsesDefaultClass(), + ), + ); + } + + public function isUsesFunction(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isUsesFunction(), + ), + ); + } + + public function isWithoutErrorHandler(): self + { + return new self( + ...array_filter( + $this->metadata, + static fn (Metadata $metadata): bool => $metadata->isWithoutErrorHandler(), + ), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/MetadataCollectionIterator.php b/Sources/vendor/phpunit/phpunit/src/Metadata/MetadataCollectionIterator.php new file mode 100644 index 00000000..4d4aa57f --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/MetadataCollectionIterator.php @@ -0,0 +1,57 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +use function count; +use Iterator; + +/** + * @template-implements Iterator + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class MetadataCollectionIterator implements Iterator +{ + /** + * @psalm-var list + */ + private readonly array $metadata; + private int $position = 0; + + public function __construct(MetadataCollection $metadata) + { + $this->metadata = $metadata->asArray(); + } + + public function rewind(): void + { + $this->position = 0; + } + + public function valid(): bool + { + return $this->position < count($this->metadata); + } + + public function key(): int + { + return $this->position; + } + + public function current(): Metadata + { + return $this->metadata[$this->position]; + } + + public function next(): void + { + $this->position++; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/Parser/Annotation/DocBlock.php b/Sources/vendor/phpunit/phpunit/src/Metadata/Parser/Annotation/DocBlock.php new file mode 100644 index 00000000..b2bcc435 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/Parser/Annotation/DocBlock.php @@ -0,0 +1,263 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata\Annotation\Parser; + +use function array_filter; +use function array_map; +use function array_merge; +use function array_values; +use function count; +use function preg_match; +use function preg_match_all; +use function preg_replace; +use function preg_split; +use function realpath; +use function substr; +use function trim; +use PharIo\Version\Exception as PharIoVersionException; +use PharIo\Version\VersionConstraintParser; +use PHPUnit\Metadata\AnnotationsAreNotSupportedForInternalClassesException; +use PHPUnit\Metadata\InvalidVersionRequirementException; +use ReflectionClass; +use ReflectionFunctionAbstract; +use ReflectionMethod; + +/** + * This is an abstraction around a PHPUnit-specific docBlock, + * allowing us to ask meaningful questions about a specific + * reflection symbol. + * + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class DocBlock +{ + private const REGEX_REQUIRES_VERSION = '/@requires\s+(?PPHP(?:Unit)?)\s+(?P[<>=!]{0,2})\s*(?P[\d\.-]+(dev|(RC|alpha|beta)[\d\.])?)[ \t]*\r?$/m'; + private const REGEX_REQUIRES_VERSION_CONSTRAINT = '/@requires\s+(?PPHP(?:Unit)?)\s+(?P[\d\t \-.|~^]+)[ \t]*\r?$/m'; + private const REGEX_REQUIRES_OS = '/@requires\s+(?POS(?:FAMILY)?)\s+(?P.+?)[ \t]*\r?$/m'; + private const REGEX_REQUIRES_SETTING = '/@requires\s+(?Psetting)\s+(?P([^ ]+?))\s*(?P[\w\.-]+[\w\.]?)?[ \t]*\r?$/m'; + private const REGEX_REQUIRES = '/@requires\s+(?Pfunction|extension)\s+(?P([^\s<>=!]+))\s*(?P[<>=!]{0,2})\s*(?P[\d\.-]+[\d\.]?)?[ \t]*\r?$/m'; + private readonly string $docComment; + + /** + * @psalm-var array> pre-parsed annotations indexed by name and occurrence index + */ + private readonly array $symbolAnnotations; + + /** + * @psalm-var null|(array{ + * __OFFSET: array&array{__FILE: string}, + * setting?: array, + * extension_versions?: array + * }&array< + * string, + * string|array{version: string, operator: string}|array{constraint: string}|array + * >) + */ + private ?array $parsedRequirements = null; + private readonly int $startLine; + private readonly string $fileName; + + /** + * @throws AnnotationsAreNotSupportedForInternalClassesException + */ + public static function ofClass(ReflectionClass $class): self + { + if ($class->isInternal()) { + throw new AnnotationsAreNotSupportedForInternalClassesException($class->getName()); + } + + return new self( + (string) $class->getDocComment(), + self::extractAnnotationsFromReflector($class), + $class->getStartLine(), + $class->getFileName(), + ); + } + + /** + * @throws AnnotationsAreNotSupportedForInternalClassesException + */ + public static function ofMethod(ReflectionMethod $method): self + { + if ($method->getDeclaringClass()->isInternal()) { + throw new AnnotationsAreNotSupportedForInternalClassesException($method->getDeclaringClass()->getName()); + } + + return new self( + (string) $method->getDocComment(), + self::extractAnnotationsFromReflector($method), + $method->getStartLine(), + $method->getFileName(), + ); + } + + /** + * Note: we do not preserve an instance of the reflection object, since it cannot be safely (de-)serialized. + * + * @param array> $symbolAnnotations + */ + private function __construct(string $docComment, array $symbolAnnotations, int $startLine, string $fileName) + { + $this->docComment = $docComment; + $this->symbolAnnotations = $symbolAnnotations; + $this->startLine = $startLine; + $this->fileName = $fileName; + } + + /** + * @psalm-return array{ + * __OFFSET: array&array{__FILE: string}, + * setting?: array, + * extension_versions?: array + * }&array< + * string, + * string|array{version: string, operator: string}|array{constraint: string}|array + * > + */ + public function requirements(): array + { + if ($this->parsedRequirements !== null) { + return $this->parsedRequirements; + } + + $offset = $this->startLine; + $requires = []; + $recordedSettings = []; + $extensionVersions = []; + $recordedOffsets = [ + '__FILE' => realpath($this->fileName), + ]; + + // Trim docblock markers, split it into lines and rewind offset to start of docblock + $lines = preg_replace(['#^/\*{2}#', '#\*/$#'], '', preg_split('/\r\n|\r|\n/', $this->docComment)); + $offset -= count($lines); + + foreach ($lines as $line) { + if (preg_match(self::REGEX_REQUIRES_OS, $line, $matches)) { + $requires[$matches['name']] = $matches['value']; + $recordedOffsets[$matches['name']] = $offset; + } + + if (preg_match(self::REGEX_REQUIRES_VERSION, $line, $matches)) { + $requires[$matches['name']] = [ + 'version' => $matches['version'], + 'operator' => $matches['operator'], + ]; + + $recordedOffsets[$matches['name']] = $offset; + } + + if (preg_match(self::REGEX_REQUIRES_VERSION_CONSTRAINT, $line, $matches)) { + if (!empty($requires[$matches['name']])) { + $offset++; + + continue; + } + + try { + $versionConstraintParser = new VersionConstraintParser; + + $requires[$matches['name'] . '_constraint'] = [ + 'constraint' => $versionConstraintParser->parse(trim($matches['constraint'])), + ]; + + $recordedOffsets[$matches['name'] . '_constraint'] = $offset; + } catch (PharIoVersionException $e) { + throw new InvalidVersionRequirementException( + $e->getMessage(), + $e->getCode(), + $e, + ); + } + } + + if (preg_match(self::REGEX_REQUIRES_SETTING, $line, $matches)) { + $recordedSettings[$matches['setting']] = $matches['value']; + $recordedOffsets['__SETTING_' . $matches['setting']] = $offset; + } + + if (preg_match(self::REGEX_REQUIRES, $line, $matches)) { + $name = $matches['name'] . 's'; + + if (!isset($requires[$name])) { + $requires[$name] = []; + } + + $requires[$name][] = $matches['value']; + $recordedOffsets[$matches['name'] . '_' . $matches['value']] = $offset; + + if ($name === 'extensions' && !empty($matches['version'])) { + $extensionVersions[$matches['value']] = [ + 'version' => $matches['version'], + 'operator' => $matches['operator'], + ]; + } + } + + $offset++; + } + + return $this->parsedRequirements = array_merge( + $requires, + ['__OFFSET' => $recordedOffsets], + array_filter( + [ + 'setting' => $recordedSettings, + 'extension_versions' => $extensionVersions, + ], + ), + ); + } + + public function symbolAnnotations(): array + { + return $this->symbolAnnotations; + } + + /** + * @psalm-return array> + */ + private static function parseDocBlock(string $docBlock): array + { + // Strip away the docblock header and footer to ease parsing of one line annotations + $docBlock = substr($docBlock, 3, -2); + $annotations = []; + + if (preg_match_all('/@(?P[A-Za-z_-]+)(?:[ \t]+(?P.*?))?[ \t]*\r?$/m', $docBlock, $matches)) { + $numMatches = count($matches[0]); + + for ($i = 0; $i < $numMatches; $i++) { + $annotations[$matches['name'][$i]][] = $matches['value'][$i]; + } + } + + return $annotations; + } + + private static function extractAnnotationsFromReflector(ReflectionClass|ReflectionFunctionAbstract $reflector): array + { + $annotations = []; + + if ($reflector instanceof ReflectionClass) { + $annotations = array_merge( + $annotations, + ...array_map( + static fn (ReflectionClass $trait): array => self::parseDocBlock((string) $trait->getDocComment()), + array_values($reflector->getTraits()), + ), + ); + } + + return array_merge( + $annotations, + self::parseDocBlock((string) $reflector->getDocComment()), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Util/Annotation/Registry.php b/Sources/vendor/phpunit/phpunit/src/Metadata/Parser/Annotation/Registry.php old mode 100755 new mode 100644 similarity index 69% rename from Sources/vendor/phpunit/phpunit/src/Util/Annotation/Registry.php rename to Sources/vendor/phpunit/phpunit/src/Metadata/Parser/Annotation/Registry.php index a34cb9ad..53a69dae --- a/Sources/vendor/phpunit/phpunit/src/Util/Annotation/Registry.php +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/Parser/Annotation/Registry.php @@ -7,12 +7,12 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Util\Annotation; +namespace PHPUnit\Metadata\Annotation\Parser; use function array_key_exists; -use PHPUnit\Util\Exception; +use PHPUnit\Metadata\AnnotationsAreNotSupportedForInternalClassesException; +use PHPUnit\Metadata\ReflectionException; use ReflectionClass; -use ReflectionException; use ReflectionMethod; /** @@ -23,14 +23,17 @@ use ReflectionMethod; */ final class Registry { - /** @var null|self */ - private static $instance; + private static ?Registry $instance = null; - /** @var array indexed by class name */ - private $classDocBlocks = []; + /** + * @psalm-var array indexed by class name + */ + private array $classDocBlocks = []; - /** @var array> indexed by class name and method name */ - private $methodDocBlocks = []; + /** + * @psalm-var array> indexed by class name and method name + */ + private array $methodDocBlocks = []; public static function getInstance(): self { @@ -42,9 +45,10 @@ final class Registry } /** - * @throws Exception - * * @psalm-param class-string $class + * + * @throws AnnotationsAreNotSupportedForInternalClassesException + * @throws ReflectionException */ public function forClassName(string $class): DocBlock { @@ -55,8 +59,8 @@ final class Registry try { $reflection = new ReflectionClass($class); // @codeCoverageIgnoreStart - } catch (ReflectionException $e) { - throw new Exception( + } catch (\ReflectionException $e) { + throw new ReflectionException( $e->getMessage(), $e->getCode(), $e, @@ -68,9 +72,10 @@ final class Registry } /** - * @throws Exception - * * @psalm-param class-string $classInHierarchy + * + * @throws AnnotationsAreNotSupportedForInternalClassesException + * @throws ReflectionException */ public function forMethod(string $classInHierarchy, string $method): DocBlock { @@ -81,8 +86,8 @@ final class Registry try { $reflection = new ReflectionMethod($classInHierarchy, $method); // @codeCoverageIgnoreStart - } catch (ReflectionException $e) { - throw new Exception( + } catch (\ReflectionException $e) { + throw new ReflectionException( $e->getMessage(), $e->getCode(), $e, @@ -90,6 +95,6 @@ final class Registry } // @codeCoverageIgnoreEnd - return $this->methodDocBlocks[$classInHierarchy][$method] = DocBlock::ofMethod($reflection, $classInHierarchy); + return $this->methodDocBlocks[$classInHierarchy][$method] = DocBlock::ofMethod($reflection); } } diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/Parser/AnnotationParser.php b/Sources/vendor/phpunit/phpunit/src/Metadata/Parser/AnnotationParser.php new file mode 100644 index 00000000..4d560ea8 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/Parser/AnnotationParser.php @@ -0,0 +1,536 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata\Parser; + +use function array_merge; +use function assert; +use function count; +use function explode; +use function method_exists; +use function preg_replace; +use function rtrim; +use function str_contains; +use function str_starts_with; +use function strlen; +use function substr; +use function trim; +use PHPUnit\Metadata\Annotation\Parser\Registry as AnnotationRegistry; +use PHPUnit\Metadata\AnnotationsAreNotSupportedForInternalClassesException; +use PHPUnit\Metadata\Metadata; +use PHPUnit\Metadata\MetadataCollection; +use PHPUnit\Metadata\ReflectionException; +use PHPUnit\Metadata\Version\ComparisonRequirement; +use PHPUnit\Metadata\Version\ConstraintRequirement; +use PHPUnit\Util\InvalidVersionOperatorException; +use PHPUnit\Util\VersionComparisonOperator; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class AnnotationParser implements Parser +{ + /** + * @psalm-param class-string $className + * + * @throws AnnotationsAreNotSupportedForInternalClassesException + * @throws InvalidVersionOperatorException + * @throws ReflectionException + */ + public function forClass(string $className): MetadataCollection + { + $result = []; + + foreach (AnnotationRegistry::getInstance()->forClassName($className)->symbolAnnotations() as $annotation => $values) { + switch ($annotation) { + case 'backupGlobals': + $result[] = Metadata::backupGlobalsOnClass($this->stringToBool($values[0])); + + break; + + case 'backupStaticAttributes': + case 'backupStaticProperties': + $result[] = Metadata::backupStaticPropertiesOnClass($this->stringToBool($values[0])); + + break; + + case 'covers': + foreach ($values as $value) { + $value = $this->cleanUpCoversOrUsesTarget($value); + + $result[] = Metadata::coversOnClass($value); + } + + break; + + case 'coversDefaultClass': + foreach ($values as $value) { + $result[] = Metadata::coversDefaultClass($value); + } + + break; + + case 'coversNothing': + $result[] = Metadata::coversNothingOnClass(); + + break; + + case 'doesNotPerformAssertions': + $result[] = Metadata::doesNotPerformAssertionsOnClass(); + + break; + + case 'group': + case 'ticket': + foreach ($values as $value) { + $result[] = Metadata::groupOnClass($value); + } + + break; + + case 'large': + $result[] = Metadata::groupOnClass('large'); + + break; + + case 'medium': + $result[] = Metadata::groupOnClass('medium'); + + break; + + case 'preserveGlobalState': + $result[] = Metadata::preserveGlobalStateOnClass($this->stringToBool($values[0])); + + break; + + case 'runClassInSeparateProcess': + $result[] = Metadata::runClassInSeparateProcess(); + + break; + + case 'runTestsInSeparateProcesses': + $result[] = Metadata::runTestsInSeparateProcesses(); + + break; + + case 'small': + $result[] = Metadata::groupOnClass('small'); + + break; + + case 'testdox': + $result[] = Metadata::testDoxOnClass($values[0]); + + break; + + case 'uses': + foreach ($values as $value) { + $value = $this->cleanUpCoversOrUsesTarget($value); + + $result[] = Metadata::usesOnClass($value); + } + + break; + + case 'usesDefaultClass': + foreach ($values as $value) { + $result[] = Metadata::usesDefaultClass($value); + } + + break; + } + } + + $result = array_merge( + $result, + $this->parseRequirements( + AnnotationRegistry::getInstance()->forClassName($className)->requirements(), + 'class', + ), + ); + + return MetadataCollection::fromArray($result); + } + + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + * + * @throws AnnotationsAreNotSupportedForInternalClassesException + * @throws InvalidVersionOperatorException + * @throws ReflectionException + */ + public function forMethod(string $className, string $methodName): MetadataCollection + { + $result = []; + + foreach (AnnotationRegistry::getInstance()->forMethod($className, $methodName)->symbolAnnotations() as $annotation => $values) { + switch ($annotation) { + case 'after': + $result[] = Metadata::after(); + + break; + + case 'afterClass': + $result[] = Metadata::afterClass(); + + break; + + case 'backupGlobals': + $result[] = Metadata::backupGlobalsOnMethod($this->stringToBool($values[0])); + + break; + + case 'backupStaticAttributes': + case 'backupStaticProperties': + $result[] = Metadata::backupStaticPropertiesOnMethod($this->stringToBool($values[0])); + + break; + + case 'before': + $result[] = Metadata::before(); + + break; + + case 'beforeClass': + $result[] = Metadata::beforeClass(); + + break; + + case 'covers': + foreach ($values as $value) { + $value = $this->cleanUpCoversOrUsesTarget($value); + + $result[] = Metadata::coversOnMethod($value); + } + + break; + + case 'coversNothing': + $result[] = Metadata::coversNothingOnMethod(); + + break; + + case 'dataProvider': + foreach ($values as $value) { + $value = rtrim($value, " ()\n\r\t\v\x00"); + + if (str_contains($value, '::')) { + $result[] = Metadata::dataProvider(...explode('::', $value)); + + continue; + } + + $result[] = Metadata::dataProvider($className, $value); + } + + break; + + case 'depends': + foreach ($values as $value) { + $deepClone = false; + $shallowClone = false; + + if (str_starts_with($value, 'clone ')) { + $deepClone = true; + $value = substr($value, strlen('clone ')); + } elseif (str_starts_with($value, '!clone ')) { + $value = substr($value, strlen('!clone ')); + } elseif (str_starts_with($value, 'shallowClone ')) { + $shallowClone = true; + $value = substr($value, strlen('shallowClone ')); + } elseif (str_starts_with($value, '!shallowClone ')) { + $value = substr($value, strlen('!shallowClone ')); + } + + if (str_contains($value, '::')) { + [$_className, $_methodName] = explode('::', $value); + + assert($_className !== ''); + assert($_methodName !== ''); + + if ($_methodName === 'class') { + $result[] = Metadata::dependsOnClass($_className, $deepClone, $shallowClone); + + continue; + } + + $result[] = Metadata::dependsOnMethod($_className, $_methodName, $deepClone, $shallowClone); + + continue; + } + + $result[] = Metadata::dependsOnMethod($className, $value, $deepClone, $shallowClone); + } + + break; + + case 'doesNotPerformAssertions': + $result[] = Metadata::doesNotPerformAssertionsOnMethod(); + + break; + + case 'excludeGlobalVariableFromBackup': + foreach ($values as $value) { + $result[] = Metadata::excludeGlobalVariableFromBackupOnMethod($value); + } + + break; + + case 'excludeStaticPropertyFromBackup': + foreach ($values as $value) { + $tmp = explode(' ', $value); + + if (count($tmp) !== 2) { + continue; + } + + $result[] = Metadata::excludeStaticPropertyFromBackupOnMethod( + trim($tmp[0]), + trim($tmp[1]), + ); + } + + break; + + case 'group': + case 'ticket': + foreach ($values as $value) { + $result[] = Metadata::groupOnMethod($value); + } + + break; + + case 'large': + $result[] = Metadata::groupOnMethod('large'); + + break; + + case 'medium': + $result[] = Metadata::groupOnMethod('medium'); + + break; + + case 'postCondition': + $result[] = Metadata::postCondition(); + + break; + + case 'preCondition': + $result[] = Metadata::preCondition(); + + break; + + case 'preserveGlobalState': + $result[] = Metadata::preserveGlobalStateOnMethod($this->stringToBool($values[0])); + + break; + + case 'runInSeparateProcess': + $result[] = Metadata::runInSeparateProcess(); + + break; + + case 'small': + $result[] = Metadata::groupOnMethod('small'); + + break; + + case 'test': + $result[] = Metadata::test(); + + break; + + case 'testdox': + $result[] = Metadata::testDoxOnMethod($values[0]); + + break; + + case 'uses': + foreach ($values as $value) { + $value = $this->cleanUpCoversOrUsesTarget($value); + + $result[] = Metadata::usesOnMethod($value); + } + + break; + } + } + + if (method_exists($className, $methodName)) { + $result = array_merge( + $result, + $this->parseRequirements( + AnnotationRegistry::getInstance()->forMethod($className, $methodName)->requirements(), + 'method', + ), + ); + } + + return MetadataCollection::fromArray($result); + } + + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + * + * @throws AnnotationsAreNotSupportedForInternalClassesException + * @throws InvalidVersionOperatorException + * @throws ReflectionException + */ + public function forClassAndMethod(string $className, string $methodName): MetadataCollection + { + return $this->forClass($className)->mergeWith( + $this->forMethod($className, $methodName), + ); + } + + private function stringToBool(string $value): bool + { + if ($value === 'enabled') { + return true; + } + + return false; + } + + private function cleanUpCoversOrUsesTarget(string $value): string + { + $value = preg_replace('/[\s()]+$/', '', $value); + + return explode(' ', $value, 2)[0]; + } + + /** + * @psalm-return list + * + * @throws InvalidVersionOperatorException + */ + private function parseRequirements(array $requirements, string $level): array + { + $result = []; + + if (!empty($requirements['PHP'])) { + $versionRequirement = new ComparisonRequirement( + $requirements['PHP']['version'], + new VersionComparisonOperator(empty($requirements['PHP']['operator']) ? '>=' : $requirements['PHP']['operator']), + ); + + if ($level === 'class') { + $result[] = Metadata::requiresPhpOnClass($versionRequirement); + } else { + $result[] = Metadata::requiresPhpOnMethod($versionRequirement); + } + } elseif (!empty($requirements['PHP_constraint'])) { + $versionRequirement = new ConstraintRequirement($requirements['PHP_constraint']['constraint']); + + if ($level === 'class') { + $result[] = Metadata::requiresPhpOnClass($versionRequirement); + } else { + $result[] = Metadata::requiresPhpOnMethod($versionRequirement); + } + } + + if (!empty($requirements['extensions'])) { + foreach ($requirements['extensions'] as $extension) { + if (isset($requirements['extension_versions'][$extension])) { + continue; + } + + if ($level === 'class') { + $result[] = Metadata::requiresPhpExtensionOnClass($extension, null); + } else { + $result[] = Metadata::requiresPhpExtensionOnMethod($extension, null); + } + } + } + + if (!empty($requirements['extension_versions'])) { + foreach ($requirements['extension_versions'] as $extension => $version) { + $versionRequirement = new ComparisonRequirement( + $version['version'], + new VersionComparisonOperator(empty($version['operator']) ? '>=' : $version['operator']), + ); + + if ($level === 'class') { + $result[] = Metadata::requiresPhpExtensionOnClass($extension, $versionRequirement); + } else { + $result[] = Metadata::requiresPhpExtensionOnMethod($extension, $versionRequirement); + } + } + } + + if (!empty($requirements['PHPUnit'])) { + $versionRequirement = new ComparisonRequirement( + $requirements['PHPUnit']['version'], + new VersionComparisonOperator(empty($requirements['PHPUnit']['operator']) ? '>=' : $requirements['PHPUnit']['operator']), + ); + + if ($level === 'class') { + $result[] = Metadata::requiresPhpunitOnClass($versionRequirement); + } else { + $result[] = Metadata::requiresPhpunitOnMethod($versionRequirement); + } + } elseif (!empty($requirements['PHPUnit_constraint'])) { + $versionRequirement = new ConstraintRequirement($requirements['PHPUnit_constraint']['constraint']); + + if ($level === 'class') { + $result[] = Metadata::requiresPhpunitOnClass($versionRequirement); + } else { + $result[] = Metadata::requiresPhpunitOnMethod($versionRequirement); + } + } + + if (!empty($requirements['OSFAMILY'])) { + if ($level === 'class') { + $result[] = Metadata::requiresOperatingSystemFamilyOnClass($requirements['OSFAMILY']); + } else { + $result[] = Metadata::requiresOperatingSystemFamilyOnMethod($requirements['OSFAMILY']); + } + } + + if (!empty($requirements['OS'])) { + if ($level === 'class') { + $result[] = Metadata::requiresOperatingSystemOnClass($requirements['OS']); + } else { + $result[] = Metadata::requiresOperatingSystemOnMethod($requirements['OS']); + } + } + + if (!empty($requirements['functions'])) { + foreach ($requirements['functions'] as $function) { + $pieces = explode('::', $function); + + if (count($pieces) === 2) { + if ($level === 'class') { + $result[] = Metadata::requiresMethodOnClass($pieces[0], $pieces[1]); + } else { + $result[] = Metadata::requiresMethodOnMethod($pieces[0], $pieces[1]); + } + } elseif ($level === 'class') { + $result[] = Metadata::requiresFunctionOnClass($function); + } else { + $result[] = Metadata::requiresFunctionOnMethod($function); + } + } + } + + if (!empty($requirements['setting'])) { + foreach ($requirements['setting'] as $setting => $value) { + if ($level === 'class') { + $result[] = Metadata::requiresSettingOnClass($setting, $value); + } else { + $result[] = Metadata::requiresSettingOnMethod($setting, $value); + } + } + } + + return $result; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/Parser/AttributeParser.php b/Sources/vendor/phpunit/phpunit/src/Metadata/Parser/AttributeParser.php new file mode 100644 index 00000000..97e0f831 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/Parser/AttributeParser.php @@ -0,0 +1,642 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata\Parser; + +use const JSON_THROW_ON_ERROR; +use function assert; +use function json_decode; +use function str_starts_with; +use PHPUnit\Framework\Attributes\After; +use PHPUnit\Framework\Attributes\AfterClass; +use PHPUnit\Framework\Attributes\BackupGlobals; +use PHPUnit\Framework\Attributes\BackupStaticProperties; +use PHPUnit\Framework\Attributes\Before; +use PHPUnit\Framework\Attributes\BeforeClass; +use PHPUnit\Framework\Attributes\CoversClass; +use PHPUnit\Framework\Attributes\CoversFunction; +use PHPUnit\Framework\Attributes\CoversNothing; +use PHPUnit\Framework\Attributes\DataProvider; +use PHPUnit\Framework\Attributes\DataProviderExternal; +use PHPUnit\Framework\Attributes\Depends; +use PHPUnit\Framework\Attributes\DependsExternal; +use PHPUnit\Framework\Attributes\DependsExternalUsingDeepClone; +use PHPUnit\Framework\Attributes\DependsExternalUsingShallowClone; +use PHPUnit\Framework\Attributes\DependsOnClass; +use PHPUnit\Framework\Attributes\DependsOnClassUsingDeepClone; +use PHPUnit\Framework\Attributes\DependsOnClassUsingShallowClone; +use PHPUnit\Framework\Attributes\DependsUsingDeepClone; +use PHPUnit\Framework\Attributes\DependsUsingShallowClone; +use PHPUnit\Framework\Attributes\DoesNotPerformAssertions; +use PHPUnit\Framework\Attributes\ExcludeGlobalVariableFromBackup; +use PHPUnit\Framework\Attributes\ExcludeStaticPropertyFromBackup; +use PHPUnit\Framework\Attributes\Group; +use PHPUnit\Framework\Attributes\IgnoreClassForCodeCoverage; +use PHPUnit\Framework\Attributes\IgnoreFunctionForCodeCoverage; +use PHPUnit\Framework\Attributes\IgnoreMethodForCodeCoverage; +use PHPUnit\Framework\Attributes\Large; +use PHPUnit\Framework\Attributes\Medium; +use PHPUnit\Framework\Attributes\PostCondition; +use PHPUnit\Framework\Attributes\PreCondition; +use PHPUnit\Framework\Attributes\PreserveGlobalState; +use PHPUnit\Framework\Attributes\RequiresFunction; +use PHPUnit\Framework\Attributes\RequiresMethod; +use PHPUnit\Framework\Attributes\RequiresOperatingSystem; +use PHPUnit\Framework\Attributes\RequiresOperatingSystemFamily; +use PHPUnit\Framework\Attributes\RequiresPhp; +use PHPUnit\Framework\Attributes\RequiresPhpExtension; +use PHPUnit\Framework\Attributes\RequiresPhpunit; +use PHPUnit\Framework\Attributes\RequiresSetting; +use PHPUnit\Framework\Attributes\RunClassInSeparateProcess; +use PHPUnit\Framework\Attributes\RunInSeparateProcess; +use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses; +use PHPUnit\Framework\Attributes\Small; +use PHPUnit\Framework\Attributes\Test; +use PHPUnit\Framework\Attributes\TestDox; +use PHPUnit\Framework\Attributes\TestWith; +use PHPUnit\Framework\Attributes\TestWithJson; +use PHPUnit\Framework\Attributes\Ticket; +use PHPUnit\Framework\Attributes\UsesClass; +use PHPUnit\Framework\Attributes\UsesFunction; +use PHPUnit\Framework\Attributes\WithoutErrorHandler; +use PHPUnit\Metadata\Metadata; +use PHPUnit\Metadata\MetadataCollection; +use PHPUnit\Metadata\Version\ConstraintRequirement; +use ReflectionClass; +use ReflectionMethod; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class AttributeParser implements Parser +{ + /** + * @psalm-param class-string $className + */ + public function forClass(string $className): MetadataCollection + { + $result = []; + + foreach ((new ReflectionClass($className))->getAttributes() as $attribute) { + if (!str_starts_with($attribute->getName(), 'PHPUnit\\Framework\\Attributes\\')) { + continue; + } + + $attributeInstance = $attribute->newInstance(); + + switch ($attribute->getName()) { + case BackupGlobals::class: + assert($attributeInstance instanceof BackupGlobals); + + $result[] = Metadata::backupGlobalsOnClass($attributeInstance->enabled()); + + break; + + case BackupStaticProperties::class: + assert($attributeInstance instanceof BackupStaticProperties); + + $result[] = Metadata::backupStaticPropertiesOnClass($attributeInstance->enabled()); + + break; + + case CoversClass::class: + assert($attributeInstance instanceof CoversClass); + + $result[] = Metadata::coversClass($attributeInstance->className()); + + break; + + case CoversFunction::class: + assert($attributeInstance instanceof CoversFunction); + + $result[] = Metadata::coversFunction($attributeInstance->functionName()); + + break; + + case CoversNothing::class: + $result[] = Metadata::coversNothingOnClass(); + + break; + + case DoesNotPerformAssertions::class: + $result[] = Metadata::doesNotPerformAssertionsOnClass(); + + break; + + case ExcludeGlobalVariableFromBackup::class: + assert($attributeInstance instanceof ExcludeGlobalVariableFromBackup); + + $result[] = Metadata::excludeGlobalVariableFromBackupOnClass($attributeInstance->globalVariableName()); + + break; + + case ExcludeStaticPropertyFromBackup::class: + assert($attributeInstance instanceof ExcludeStaticPropertyFromBackup); + + $result[] = Metadata::excludeStaticPropertyFromBackupOnClass( + $attributeInstance->className(), + $attributeInstance->propertyName(), + ); + + break; + + case Group::class: + assert($attributeInstance instanceof Group); + + $result[] = Metadata::groupOnClass($attributeInstance->name()); + + break; + + case Large::class: + $result[] = Metadata::groupOnClass('large'); + + break; + + case Medium::class: + $result[] = Metadata::groupOnClass('medium'); + + break; + + case IgnoreClassForCodeCoverage::class: + assert($attributeInstance instanceof IgnoreClassForCodeCoverage); + + $result[] = Metadata::ignoreClassForCodeCoverage($attributeInstance->className()); + + break; + + case IgnoreMethodForCodeCoverage::class: + assert($attributeInstance instanceof IgnoreMethodForCodeCoverage); + + $result[] = Metadata::ignoreMethodForCodeCoverage($attributeInstance->className(), $attributeInstance->methodName()); + + break; + + case IgnoreFunctionForCodeCoverage::class: + assert($attributeInstance instanceof IgnoreFunctionForCodeCoverage); + + $result[] = Metadata::ignoreFunctionForCodeCoverage($attributeInstance->functionName()); + + break; + + case PreserveGlobalState::class: + assert($attributeInstance instanceof PreserveGlobalState); + + $result[] = Metadata::preserveGlobalStateOnClass($attributeInstance->enabled()); + + break; + + case RequiresMethod::class: + assert($attributeInstance instanceof RequiresMethod); + + $result[] = Metadata::requiresMethodOnClass( + $attributeInstance->className(), + $attributeInstance->methodName(), + ); + + break; + + case RequiresFunction::class: + assert($attributeInstance instanceof RequiresFunction); + + $result[] = Metadata::requiresFunctionOnClass($attributeInstance->functionName()); + + break; + + case RequiresOperatingSystem::class: + assert($attributeInstance instanceof RequiresOperatingSystem); + + $result[] = Metadata::requiresOperatingSystemOnClass($attributeInstance->regularExpression()); + + break; + + case RequiresOperatingSystemFamily::class: + assert($attributeInstance instanceof RequiresOperatingSystemFamily); + + $result[] = Metadata::requiresOperatingSystemFamilyOnClass($attributeInstance->operatingSystemFamily()); + + break; + + case RequiresPhp::class: + assert($attributeInstance instanceof RequiresPhp); + + $result[] = Metadata::requiresPhpOnClass( + ConstraintRequirement::from( + $attributeInstance->versionRequirement(), + ), + ); + + break; + + case RequiresPhpExtension::class: + assert($attributeInstance instanceof RequiresPhpExtension); + + $versionConstraint = null; + $versionRequirement = $attributeInstance->versionRequirement(); + + if ($versionRequirement !== null) { + $versionConstraint = ConstraintRequirement::from($versionRequirement); + } + + $result[] = Metadata::requiresPhpExtensionOnClass( + $attributeInstance->extension(), + $versionConstraint, + ); + + break; + + case RequiresPhpunit::class: + assert($attributeInstance instanceof RequiresPhpunit); + + $result[] = Metadata::requiresPhpunitOnClass( + ConstraintRequirement::from( + $attributeInstance->versionRequirement(), + ), + ); + + break; + + case RequiresSetting::class: + assert($attributeInstance instanceof RequiresSetting); + + $result[] = Metadata::requiresSettingOnClass( + $attributeInstance->setting(), + $attributeInstance->value(), + ); + + break; + + case RunClassInSeparateProcess::class: + $result[] = Metadata::runClassInSeparateProcess(); + + break; + + case RunTestsInSeparateProcesses::class: + $result[] = Metadata::runTestsInSeparateProcesses(); + + break; + + case Small::class: + $result[] = Metadata::groupOnClass('small'); + + break; + + case TestDox::class: + assert($attributeInstance instanceof TestDox); + + $result[] = Metadata::testDoxOnClass($attributeInstance->text()); + + break; + + case Ticket::class: + assert($attributeInstance instanceof Ticket); + + $result[] = Metadata::groupOnClass($attributeInstance->text()); + + break; + + case UsesClass::class: + assert($attributeInstance instanceof UsesClass); + + $result[] = Metadata::usesClass($attributeInstance->className()); + + break; + + case UsesFunction::class: + assert($attributeInstance instanceof UsesFunction); + + $result[] = Metadata::usesFunction($attributeInstance->functionName()); + + break; + } + } + + return MetadataCollection::fromArray($result); + } + + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + */ + public function forMethod(string $className, string $methodName): MetadataCollection + { + $result = []; + + foreach ((new ReflectionMethod($className, $methodName))->getAttributes() as $attribute) { + if (!str_starts_with($attribute->getName(), 'PHPUnit\\Framework\\Attributes\\')) { + continue; + } + + $attributeInstance = $attribute->newInstance(); + + switch ($attribute->getName()) { + case After::class: + $result[] = Metadata::after(); + + break; + + case AfterClass::class: + $result[] = Metadata::afterClass(); + + break; + + case BackupGlobals::class: + assert($attributeInstance instanceof BackupGlobals); + + $result[] = Metadata::backupGlobalsOnMethod($attributeInstance->enabled()); + + break; + + case BackupStaticProperties::class: + assert($attributeInstance instanceof BackupStaticProperties); + + $result[] = Metadata::backupStaticPropertiesOnMethod($attributeInstance->enabled()); + + break; + + case Before::class: + $result[] = Metadata::before(); + + break; + + case BeforeClass::class: + $result[] = Metadata::beforeClass(); + + break; + + case CoversNothing::class: + $result[] = Metadata::coversNothingOnMethod(); + + break; + + case DataProvider::class: + assert($attributeInstance instanceof DataProvider); + + $result[] = Metadata::dataProvider($className, $attributeInstance->methodName()); + + break; + + case DataProviderExternal::class: + assert($attributeInstance instanceof DataProviderExternal); + + $result[] = Metadata::dataProvider($attributeInstance->className(), $attributeInstance->methodName()); + + break; + + case Depends::class: + assert($attributeInstance instanceof Depends); + + $result[] = Metadata::dependsOnMethod($className, $attributeInstance->methodName(), false, false); + + break; + + case DependsUsingDeepClone::class: + assert($attributeInstance instanceof DependsUsingDeepClone); + + $result[] = Metadata::dependsOnMethod($className, $attributeInstance->methodName(), true, false); + + break; + + case DependsUsingShallowClone::class: + assert($attributeInstance instanceof DependsUsingShallowClone); + + $result[] = Metadata::dependsOnMethod($className, $attributeInstance->methodName(), false, true); + + break; + + case DependsExternal::class: + assert($attributeInstance instanceof DependsExternal); + + $result[] = Metadata::dependsOnMethod($attributeInstance->className(), $attributeInstance->methodName(), false, false); + + break; + + case DependsExternalUsingDeepClone::class: + assert($attributeInstance instanceof DependsExternalUsingDeepClone); + + $result[] = Metadata::dependsOnMethod($attributeInstance->className(), $attributeInstance->methodName(), true, false); + + break; + + case DependsExternalUsingShallowClone::class: + assert($attributeInstance instanceof DependsExternalUsingShallowClone); + + $result[] = Metadata::dependsOnMethod($attributeInstance->className(), $attributeInstance->methodName(), false, true); + + break; + + case DependsOnClass::class: + assert($attributeInstance instanceof DependsOnClass); + + $result[] = Metadata::dependsOnClass($attributeInstance->className(), false, false); + + break; + + case DependsOnClassUsingDeepClone::class: + assert($attributeInstance instanceof DependsOnClassUsingDeepClone); + + $result[] = Metadata::dependsOnClass($attributeInstance->className(), true, false); + + break; + + case DependsOnClassUsingShallowClone::class: + assert($attributeInstance instanceof DependsOnClassUsingShallowClone); + + $result[] = Metadata::dependsOnClass($attributeInstance->className(), false, true); + + break; + + case DoesNotPerformAssertions::class: + assert($attributeInstance instanceof DoesNotPerformAssertions); + + $result[] = Metadata::doesNotPerformAssertionsOnMethod(); + + break; + + case ExcludeGlobalVariableFromBackup::class: + assert($attributeInstance instanceof ExcludeGlobalVariableFromBackup); + + $result[] = Metadata::excludeGlobalVariableFromBackupOnMethod($attributeInstance->globalVariableName()); + + break; + + case ExcludeStaticPropertyFromBackup::class: + assert($attributeInstance instanceof ExcludeStaticPropertyFromBackup); + + $result[] = Metadata::excludeStaticPropertyFromBackupOnMethod( + $attributeInstance->className(), + $attributeInstance->propertyName(), + ); + + break; + + case Group::class: + assert($attributeInstance instanceof Group); + + $result[] = Metadata::groupOnMethod($attributeInstance->name()); + + break; + + case PostCondition::class: + $result[] = Metadata::postCondition(); + + break; + + case PreCondition::class: + $result[] = Metadata::preCondition(); + + break; + + case PreserveGlobalState::class: + assert($attributeInstance instanceof PreserveGlobalState); + + $result[] = Metadata::preserveGlobalStateOnMethod($attributeInstance->enabled()); + + break; + + case RequiresMethod::class: + assert($attributeInstance instanceof RequiresMethod); + + $result[] = Metadata::requiresMethodOnMethod( + $attributeInstance->className(), + $attributeInstance->methodName(), + ); + + break; + + case RequiresFunction::class: + assert($attributeInstance instanceof RequiresFunction); + + $result[] = Metadata::requiresFunctionOnMethod($attributeInstance->functionName()); + + break; + + case RequiresOperatingSystem::class: + assert($attributeInstance instanceof RequiresOperatingSystem); + + $result[] = Metadata::requiresOperatingSystemOnMethod($attributeInstance->regularExpression()); + + break; + + case RequiresOperatingSystemFamily::class: + assert($attributeInstance instanceof RequiresOperatingSystemFamily); + + $result[] = Metadata::requiresOperatingSystemFamilyOnMethod($attributeInstance->operatingSystemFamily()); + + break; + + case RequiresPhp::class: + assert($attributeInstance instanceof RequiresPhp); + + $result[] = Metadata::requiresPhpOnMethod( + ConstraintRequirement::from( + $attributeInstance->versionRequirement(), + ), + ); + + break; + + case RequiresPhpExtension::class: + assert($attributeInstance instanceof RequiresPhpExtension); + + $versionConstraint = null; + $versionRequirement = $attributeInstance->versionRequirement(); + + if ($versionRequirement !== null) { + $versionConstraint = ConstraintRequirement::from($versionRequirement); + } + + $result[] = Metadata::requiresPhpExtensionOnMethod( + $attributeInstance->extension(), + $versionConstraint, + ); + + break; + + case RequiresPhpunit::class: + assert($attributeInstance instanceof RequiresPhpunit); + + $result[] = Metadata::requiresPhpunitOnMethod( + ConstraintRequirement::from( + $attributeInstance->versionRequirement(), + ), + ); + + break; + + case RequiresSetting::class: + assert($attributeInstance instanceof RequiresSetting); + + $result[] = Metadata::requiresSettingOnMethod( + $attributeInstance->setting(), + $attributeInstance->value(), + ); + + break; + + case RunInSeparateProcess::class: + $result[] = Metadata::runInSeparateProcess(); + + break; + + case Test::class: + $result[] = Metadata::test(); + + break; + + case TestDox::class: + assert($attributeInstance instanceof TestDox); + + $result[] = Metadata::testDoxOnMethod($attributeInstance->text()); + + break; + + case TestWith::class: + assert($attributeInstance instanceof TestWith); + + $result[] = Metadata::testWith($attributeInstance->data()); + + break; + + case TestWithJson::class: + assert($attributeInstance instanceof TestWithJson); + + $result[] = Metadata::testWith(json_decode($attributeInstance->json(), true, 512, JSON_THROW_ON_ERROR)); + + break; + + case Ticket::class: + assert($attributeInstance instanceof Ticket); + + $result[] = Metadata::groupOnMethod($attributeInstance->text()); + + break; + + case WithoutErrorHandler::class: + assert($attributeInstance instanceof WithoutErrorHandler); + + $result[] = Metadata::withoutErrorHandler(); + + break; + } + } + + return MetadataCollection::fromArray($result); + } + + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + */ + public function forClassAndMethod(string $className, string $methodName): MetadataCollection + { + return $this->forClass($className)->mergeWith( + $this->forMethod($className, $methodName), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/Parser/CachingParser.php b/Sources/vendor/phpunit/phpunit/src/Metadata/Parser/CachingParser.php new file mode 100644 index 00000000..ac5363b4 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/Parser/CachingParser.php @@ -0,0 +1,78 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata\Parser; + +use PHPUnit\Metadata\MetadataCollection; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class CachingParser implements Parser +{ + private readonly Parser $reader; + private array $classCache = []; + private array $methodCache = []; + private array $classAndMethodCache = []; + + public function __construct(Parser $reader) + { + $this->reader = $reader; + } + + /** + * @psalm-param class-string $className + */ + public function forClass(string $className): MetadataCollection + { + if (isset($this->classCache[$className])) { + return $this->classCache[$className]; + } + + $this->classCache[$className] = $this->reader->forClass($className); + + return $this->classCache[$className]; + } + + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + */ + public function forMethod(string $className, string $methodName): MetadataCollection + { + $key = $className . '::' . $methodName; + + if (isset($this->methodCache[$key])) { + return $this->methodCache[$key]; + } + + $this->methodCache[$key] = $this->reader->forMethod($className, $methodName); + + return $this->methodCache[$key]; + } + + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + */ + public function forClassAndMethod(string $className, string $methodName): MetadataCollection + { + $key = $className . '::' . $methodName; + + if (isset($this->classAndMethodCache[$key])) { + return $this->classAndMethodCache[$key]; + } + + $this->classAndMethodCache[$key] = $this->forClass($className)->mergeWith( + $this->forMethod($className, $methodName), + ); + + return $this->classAndMethodCache[$key]; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/Parser/Parser.php b/Sources/vendor/phpunit/phpunit/src/Metadata/Parser/Parser.php new file mode 100644 index 00000000..ea61d18f --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/Parser/Parser.php @@ -0,0 +1,35 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata\Parser; + +use PHPUnit\Metadata\MetadataCollection; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +interface Parser +{ + /** + * @psalm-param class-string $className + */ + public function forClass(string $className): MetadataCollection; + + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + */ + public function forMethod(string $className, string $methodName): MetadataCollection; + + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + */ + public function forClassAndMethod(string $className, string $methodName): MetadataCollection; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/Parser/ParserChain.php b/Sources/vendor/phpunit/phpunit/src/Metadata/Parser/ParserChain.php new file mode 100644 index 00000000..f00c52ed --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/Parser/ParserChain.php @@ -0,0 +1,67 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata\Parser; + +use PHPUnit\Metadata\MetadataCollection; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class ParserChain implements Parser +{ + private readonly Parser $attributeReader; + private readonly Parser $annotationReader; + + public function __construct(Parser $attributeReader, Parser $annotationReader) + { + $this->attributeReader = $attributeReader; + $this->annotationReader = $annotationReader; + } + + /** + * @psalm-param class-string $className + */ + public function forClass(string $className): MetadataCollection + { + $metadata = $this->attributeReader->forClass($className); + + if (!$metadata->isEmpty()) { + return $metadata; + } + + return $this->annotationReader->forClass($className); + } + + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + */ + public function forMethod(string $className, string $methodName): MetadataCollection + { + $metadata = $this->attributeReader->forMethod($className, $methodName); + + if (!$metadata->isEmpty()) { + return $metadata; + } + + return $this->annotationReader->forMethod($className, $methodName); + } + + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + */ + public function forClassAndMethod(string $className, string $methodName): MetadataCollection + { + return $this->forClass($className)->mergeWith( + $this->forMethod($className, $methodName), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/Parser/Registry.php b/Sources/vendor/phpunit/phpunit/src/Metadata/Parser/Registry.php new file mode 100644 index 00000000..0b005cf5 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/Parser/Registry.php @@ -0,0 +1,40 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata\Parser; + +/** + * Attribute and annotation information is static within a single PHP process. + * It is therefore okay to use a Singleton registry here. + * + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class Registry +{ + private static ?Parser $instance = null; + + public static function parser(): Parser + { + return self::$instance ?? self::$instance = self::build(); + } + + private function __construct() + { + } + + private static function build(): Parser + { + return new CachingParser( + new ParserChain( + new AttributeParser, + new AnnotationParser, + ), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/PostCondition.php b/Sources/vendor/phpunit/phpunit/src/Metadata/PostCondition.php new file mode 100644 index 00000000..1e30f550 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/PostCondition.php @@ -0,0 +1,26 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class PostCondition extends Metadata +{ + /** + * @psalm-assert-if-true PostCondition $this + */ + public function isPostCondition(): bool + { + return true; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/PreCondition.php b/Sources/vendor/phpunit/phpunit/src/Metadata/PreCondition.php new file mode 100644 index 00000000..4691f113 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/PreCondition.php @@ -0,0 +1,26 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class PreCondition extends Metadata +{ + /** + * @psalm-assert-if-true PreCondition $this + */ + public function isPreCondition(): bool + { + return true; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/PreserveGlobalState.php b/Sources/vendor/phpunit/phpunit/src/Metadata/PreserveGlobalState.php new file mode 100644 index 00000000..521af6d6 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/PreserveGlobalState.php @@ -0,0 +1,43 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class PreserveGlobalState extends Metadata +{ + private readonly bool $enabled; + + /** + * @psalm-param 0|1 $level + */ + protected function __construct(int $level, bool $enabled) + { + parent::__construct($level); + + $this->enabled = $enabled; + } + + /** + * @psalm-assert-if-true PreserveGlobalState $this + */ + public function isPreserveGlobalState(): bool + { + return true; + } + + public function enabled(): bool + { + return $this->enabled; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/RequiresFunction.php b/Sources/vendor/phpunit/phpunit/src/Metadata/RequiresFunction.php new file mode 100644 index 00000000..638d35c0 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/RequiresFunction.php @@ -0,0 +1,50 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class RequiresFunction extends Metadata +{ + /** + * @psalm-var non-empty-string + */ + private readonly string $functionName; + + /** + * @psalm-param 0|1 $level + * @psalm-param non-empty-string $functionName + */ + protected function __construct(int $level, string $functionName) + { + parent::__construct($level); + + $this->functionName = $functionName; + } + + /** + * @psalm-assert-if-true RequiresFunction $this + */ + public function isRequiresFunction(): bool + { + return true; + } + + /** + * @psalm-return non-empty-string + */ + public function functionName(): string + { + return $this->functionName; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/RequiresMethod.php b/Sources/vendor/phpunit/phpunit/src/Metadata/RequiresMethod.php new file mode 100644 index 00000000..45d611ff --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/RequiresMethod.php @@ -0,0 +1,65 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class RequiresMethod extends Metadata +{ + /** + * @psalm-var class-string + */ + private readonly string $className; + + /** + * @psalm-var non-empty-string + */ + private readonly string $methodName; + + /** + * @psalm-param 0|1 $level + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + */ + protected function __construct(int $level, string $className, string $methodName) + { + parent::__construct($level); + + $this->className = $className; + $this->methodName = $methodName; + } + + /** + * @psalm-assert-if-true RequiresMethod $this + */ + public function isRequiresMethod(): bool + { + return true; + } + + /** + * @psalm-return class-string + */ + public function className(): string + { + return $this->className; + } + + /** + * @psalm-return non-empty-string + */ + public function methodName(): string + { + return $this->methodName; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/RequiresOperatingSystem.php b/Sources/vendor/phpunit/phpunit/src/Metadata/RequiresOperatingSystem.php new file mode 100644 index 00000000..a2b0de4f --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/RequiresOperatingSystem.php @@ -0,0 +1,50 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class RequiresOperatingSystem extends Metadata +{ + /** + * @psalm-var non-empty-string + */ + private readonly string $operatingSystem; + + /** + * @psalm-param 0|1 $level + * @psalm-param non-empty-string $operatingSystem + */ + public function __construct(int $level, string $operatingSystem) + { + parent::__construct($level); + + $this->operatingSystem = $operatingSystem; + } + + /** + * @psalm-assert-if-true RequiresOperatingSystem $this + */ + public function isRequiresOperatingSystem(): bool + { + return true; + } + + /** + * @psalm-return non-empty-string + */ + public function operatingSystem(): string + { + return $this->operatingSystem; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/RequiresOperatingSystemFamily.php b/Sources/vendor/phpunit/phpunit/src/Metadata/RequiresOperatingSystemFamily.php new file mode 100644 index 00000000..84182748 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/RequiresOperatingSystemFamily.php @@ -0,0 +1,50 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class RequiresOperatingSystemFamily extends Metadata +{ + /** + * @psalm-var non-empty-string + */ + private readonly string $operatingSystemFamily; + + /** + * @psalm-param 0|1 $level + * @psalm-param non-empty-string $operatingSystemFamily + */ + protected function __construct(int $level, string $operatingSystemFamily) + { + parent::__construct($level); + + $this->operatingSystemFamily = $operatingSystemFamily; + } + + /** + * @psalm-assert-if-true RequiresOperatingSystemFamily $this + */ + public function isRequiresOperatingSystemFamily(): bool + { + return true; + } + + /** + * @psalm-return non-empty-string + */ + public function operatingSystemFamily(): string + { + return $this->operatingSystemFamily; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/RequiresPhp.php b/Sources/vendor/phpunit/phpunit/src/Metadata/RequiresPhp.php new file mode 100644 index 00000000..e73bfb40 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/RequiresPhp.php @@ -0,0 +1,45 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +use PHPUnit\Metadata\Version\Requirement; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class RequiresPhp extends Metadata +{ + private readonly Requirement $versionRequirement; + + /** + * @psalm-param 0|1 $level + */ + protected function __construct(int $level, Requirement $versionRequirement) + { + parent::__construct($level); + + $this->versionRequirement = $versionRequirement; + } + + /** + * @psalm-assert-if-true RequiresPhp $this + */ + public function isRequiresPhp(): bool + { + return true; + } + + public function versionRequirement(): Requirement + { + return $this->versionRequirement; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/RequiresPhpExtension.php b/Sources/vendor/phpunit/phpunit/src/Metadata/RequiresPhpExtension.php new file mode 100644 index 00000000..053b8966 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/RequiresPhpExtension.php @@ -0,0 +1,74 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +use PHPUnit\Metadata\Version\Requirement; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class RequiresPhpExtension extends Metadata +{ + /** + * @psalm-var non-empty-string + */ + private readonly string $extension; + private readonly ?Requirement $versionRequirement; + + /** + * @psalm-param 0|1 $level + * @psalm-param non-empty-string $extension + */ + protected function __construct(int $level, string $extension, ?Requirement $versionRequirement) + { + parent::__construct($level); + + $this->extension = $extension; + $this->versionRequirement = $versionRequirement; + } + + /** + * @psalm-assert-if-true RequiresPhpExtension $this + */ + public function isRequiresPhpExtension(): bool + { + return true; + } + + /** + * @psalm-return non-empty-string + */ + public function extension(): string + { + return $this->extension; + } + + /** + * @psalm-assert-if-true !null $this->versionRequirement + */ + public function hasVersionRequirement(): bool + { + return $this->versionRequirement !== null; + } + + /** + * @throws NoVersionRequirementException + */ + public function versionRequirement(): Requirement + { + if ($this->versionRequirement === null) { + throw new NoVersionRequirementException; + } + + return $this->versionRequirement; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/RequiresPhpunit.php b/Sources/vendor/phpunit/phpunit/src/Metadata/RequiresPhpunit.php new file mode 100644 index 00000000..250190e5 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/RequiresPhpunit.php @@ -0,0 +1,45 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +use PHPUnit\Metadata\Version\Requirement; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class RequiresPhpunit extends Metadata +{ + private readonly Requirement $versionRequirement; + + /** + * @psalm-param 0|1 $level + */ + protected function __construct(int $level, Requirement $versionRequirement) + { + parent::__construct($level); + + $this->versionRequirement = $versionRequirement; + } + + /** + * @psalm-assert-if-true RequiresPhpunit $this + */ + public function isRequiresPhpunit(): bool + { + return true; + } + + public function versionRequirement(): Requirement + { + return $this->versionRequirement; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/RequiresSetting.php b/Sources/vendor/phpunit/phpunit/src/Metadata/RequiresSetting.php new file mode 100644 index 00000000..03f710d7 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/RequiresSetting.php @@ -0,0 +1,65 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class RequiresSetting extends Metadata +{ + /** + * @psalm-var non-empty-string + */ + private readonly string $setting; + + /** + * @psalm-var non-empty-string + */ + private readonly string $value; + + /** + * @psalm-param 0|1 $level + * @psalm-param non-empty-string $setting + * @psalm-param non-empty-string $value + */ + protected function __construct(int $level, string $setting, string $value) + { + parent::__construct($level); + + $this->setting = $setting; + $this->value = $value; + } + + /** + * @psalm-assert-if-true RequiresSetting $this + */ + public function isRequiresSetting(): bool + { + return true; + } + + /** + * @psalm-return non-empty-string + */ + public function setting(): string + { + return $this->setting; + } + + /** + * @psalm-return non-empty-string + */ + public function value(): string + { + return $this->value; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/RunClassInSeparateProcess.php b/Sources/vendor/phpunit/phpunit/src/Metadata/RunClassInSeparateProcess.php new file mode 100644 index 00000000..eb0b7742 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/RunClassInSeparateProcess.php @@ -0,0 +1,26 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class RunClassInSeparateProcess extends Metadata +{ + /** + * @psalm-assert-if-true RunClassInSeparateProcess $this + */ + public function isRunClassInSeparateProcess(): bool + { + return true; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/RunInSeparateProcess.php b/Sources/vendor/phpunit/phpunit/src/Metadata/RunInSeparateProcess.php new file mode 100644 index 00000000..62d552ae --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/RunInSeparateProcess.php @@ -0,0 +1,26 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class RunInSeparateProcess extends Metadata +{ + /** + * @psalm-assert-if-true RunInSeparateProcess $this + */ + public function isRunInSeparateProcess(): bool + { + return true; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/RunTestsInSeparateProcesses.php b/Sources/vendor/phpunit/phpunit/src/Metadata/RunTestsInSeparateProcesses.php new file mode 100644 index 00000000..ea0807a5 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/RunTestsInSeparateProcesses.php @@ -0,0 +1,26 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class RunTestsInSeparateProcesses extends Metadata +{ + /** + * @psalm-assert-if-true RunTestsInSeparateProcesses $this + */ + public function isRunTestsInSeparateProcesses(): bool + { + return true; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/Test.php b/Sources/vendor/phpunit/phpunit/src/Metadata/Test.php new file mode 100644 index 00000000..6d2aeecd --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/Test.php @@ -0,0 +1,26 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class Test extends Metadata +{ + /** + * @psalm-assert-if-true Test $this + */ + public function isTest(): bool + { + return true; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/TestDox.php b/Sources/vendor/phpunit/phpunit/src/Metadata/TestDox.php new file mode 100644 index 00000000..d78d86cf --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/TestDox.php @@ -0,0 +1,50 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class TestDox extends Metadata +{ + /** + * @psalm-var non-empty-string + */ + private readonly string $text; + + /** + * @psalm-param 0|1 $level + * @psalm-param non-empty-string $text + */ + protected function __construct(int $level, string $text) + { + parent::__construct($level); + + $this->text = $text; + } + + /** + * @psalm-assert-if-true TestDox $this + */ + public function isTestDox(): bool + { + return true; + } + + /** + * @psalm-return non-empty-string + */ + public function text(): string + { + return $this->text; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/TestWith.php b/Sources/vendor/phpunit/phpunit/src/Metadata/TestWith.php new file mode 100644 index 00000000..98bef73d --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/TestWith.php @@ -0,0 +1,43 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class TestWith extends Metadata +{ + private readonly array $data; + + /** + * @psalm-param 0|1 $level + */ + protected function __construct(int $level, array $data) + { + parent::__construct($level); + + $this->data = $data; + } + + /** + * @psalm-assert-if-true TestWith $this + */ + public function isTestWith(): bool + { + return true; + } + + public function data(): array + { + return $this->data; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/Uses.php b/Sources/vendor/phpunit/phpunit/src/Metadata/Uses.php new file mode 100644 index 00000000..d3fa216b --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/Uses.php @@ -0,0 +1,50 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class Uses extends Metadata +{ + /** + * @psalm-var non-empty-string + */ + private readonly string $target; + + /** + * @psalm-param 0|1 $level + * @psalm-param non-empty-string $target + */ + protected function __construct(int $level, string $target) + { + parent::__construct($level); + + $this->target = $target; + } + + /** + * @psalm-assert-if-true Uses $this + */ + public function isUses(): bool + { + return true; + } + + /** + * @psalm-return non-empty-string + */ + public function target(): string + { + return $this->target; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/UsesClass.php b/Sources/vendor/phpunit/phpunit/src/Metadata/UsesClass.php new file mode 100644 index 00000000..01e7741e --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/UsesClass.php @@ -0,0 +1,60 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class UsesClass extends Metadata +{ + /** + * @psalm-var class-string + */ + private readonly string $className; + + /** + * @psalm-param 0|1 $level + * @psalm-param class-string $className + */ + protected function __construct(int $level, string $className) + { + parent::__construct($level); + + $this->className = $className; + } + + /** + * @psalm-assert-if-true UsesClass $this + */ + public function isUsesClass(): bool + { + return true; + } + + /** + * @psalm-return class-string + */ + public function className(): string + { + return $this->className; + } + + /** + * @psalm-return class-string + * + * @internal This method is not covered by the backward compatibility promise for PHPUnit + */ + public function asStringForCodeUnitMapper(): string + { + return $this->className; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/UsesDefaultClass.php b/Sources/vendor/phpunit/phpunit/src/Metadata/UsesDefaultClass.php new file mode 100644 index 00000000..48a82471 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/UsesDefaultClass.php @@ -0,0 +1,50 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class UsesDefaultClass extends Metadata +{ + /** + * @psalm-var class-string + */ + private readonly string $className; + + /** + * @psalm-param 0|1 $level + * @psalm-param class-string $className + */ + protected function __construct(int $level, string $className) + { + parent::__construct($level); + + $this->className = $className; + } + + /** + * @psalm-assert-if-true UsesDefaultClass $this + */ + public function isUsesDefaultClass(): bool + { + return true; + } + + /** + * @psalm-return class-string + */ + public function className(): string + { + return $this->className; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/UsesFunction.php b/Sources/vendor/phpunit/phpunit/src/Metadata/UsesFunction.php new file mode 100644 index 00000000..8c46e76b --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/UsesFunction.php @@ -0,0 +1,58 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class UsesFunction extends Metadata +{ + /** + * @psalm-var non-empty-string + */ + private readonly string $functionName; + + /** + * @psalm-param 0|1 $level + * @psalm-param non-empty-string $functionName + */ + public function __construct(int $level, string $functionName) + { + parent::__construct($level); + + $this->functionName = $functionName; + } + + /** + * @psalm-assert-if-true UsesFunction $this + */ + public function isUsesFunction(): bool + { + return true; + } + + /** + * @psalm-return non-empty-string + */ + public function functionName(): string + { + return $this->functionName; + } + + /** + * @internal This method is not covered by the backward compatibility promise for PHPUnit + */ + public function asStringForCodeUnitMapper(): string + { + return '::' . $this->functionName; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/Version/ComparisonRequirement.php b/Sources/vendor/phpunit/phpunit/src/Metadata/Version/ComparisonRequirement.php new file mode 100644 index 00000000..86aefaf2 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/Version/ComparisonRequirement.php @@ -0,0 +1,40 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata\Version; + +use function version_compare; +use PHPUnit\Util\VersionComparisonOperator; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class ComparisonRequirement extends Requirement +{ + private readonly string $version; + private readonly VersionComparisonOperator $operator; + + public function __construct(string $version, VersionComparisonOperator $operator) + { + $this->version = $version; + $this->operator = $operator; + } + + public function isSatisfiedBy(string $version): bool + { + return version_compare($version, $this->version, $this->operator->asString()); + } + + public function asString(): string + { + return $this->operator->asString() . ' ' . $this->version; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/Version/ConstraintRequirement.php b/Sources/vendor/phpunit/phpunit/src/Metadata/Version/ConstraintRequirement.php new file mode 100644 index 00000000..32857899 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/Version/ConstraintRequirement.php @@ -0,0 +1,56 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata\Version; + +use function preg_replace; +use PharIo\Version\Version; +use PharIo\Version\VersionConstraint; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class ConstraintRequirement extends Requirement +{ + private readonly VersionConstraint $constraint; + + public function __construct(VersionConstraint $constraint) + { + $this->constraint = $constraint; + } + + /** + * @psalm-suppress ImpureMethodCall + */ + public function isSatisfiedBy(string $version): bool + { + return $this->constraint->complies( + new Version($this->sanitize($version)), + ); + } + + /** + * @psalm-suppress ImpureMethodCall + */ + public function asString(): string + { + return $this->constraint->asString(); + } + + private function sanitize(string $version): string + { + return preg_replace( + '/^(\d+\.\d+(?:.\d+)?).*$/', + '$1', + $version, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/Version/Requirement.php b/Sources/vendor/phpunit/phpunit/src/Metadata/Version/Requirement.php new file mode 100644 index 00000000..a61e5003 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/Version/Requirement.php @@ -0,0 +1,57 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata\Version; + +use function preg_match; +use PharIo\Version\UnsupportedVersionConstraintException; +use PharIo\Version\VersionConstraintParser; +use PHPUnit\Metadata\InvalidVersionRequirementException; +use PHPUnit\Util\InvalidVersionOperatorException; +use PHPUnit\Util\VersionComparisonOperator; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +abstract class Requirement +{ + private const VERSION_COMPARISON = '/(?P[<>=!]{0,2})\s*(?P[\d\.-]+(dev|(RC|alpha|beta)[\d\.])?)[ \t]*\r?$/m'; + + /** + * @throws InvalidVersionOperatorException + * @throws InvalidVersionRequirementException + */ + public static function from(string $versionRequirement): self + { + try { + return new ConstraintRequirement( + (new VersionConstraintParser)->parse( + $versionRequirement, + ), + ); + } catch (UnsupportedVersionConstraintException) { + if (preg_match(self::VERSION_COMPARISON, $versionRequirement, $matches)) { + return new ComparisonRequirement( + $matches['version'], + new VersionComparisonOperator( + !empty($matches['operator']) ? $matches['operator'] : '>=', + ), + ); + } + } + + throw new InvalidVersionRequirementException; + } + + abstract public function isSatisfiedBy(string $version): bool; + + abstract public function asString(): string; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Metadata/WithoutErrorHandler.php b/Sources/vendor/phpunit/phpunit/src/Metadata/WithoutErrorHandler.php new file mode 100644 index 00000000..d10f41e6 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Metadata/WithoutErrorHandler.php @@ -0,0 +1,26 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Metadata; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class WithoutErrorHandler extends Metadata +{ + /** + * @psalm-assert-if-true WithoutErrorHandler $this + */ + public function isWithoutErrorHandler(): bool + { + return true; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/BaseTestRunner.php b/Sources/vendor/phpunit/phpunit/src/Runner/BaseTestRunner.php deleted file mode 100755 index bbef329f..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Runner/BaseTestRunner.php +++ /dev/null @@ -1,161 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Runner; - -use function is_dir; -use function is_file; -use function substr; -use PHPUnit\Framework\Exception; -use PHPUnit\Framework\TestSuite; -use ReflectionClass; -use ReflectionException; -use SebastianBergmann\FileIterator\Facade as FileIteratorFacade; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - */ -abstract class BaseTestRunner -{ - /** - * @var int - */ - public const STATUS_UNKNOWN = -1; - - /** - * @var int - */ - public const STATUS_PASSED = 0; - - /** - * @var int - */ - public const STATUS_SKIPPED = 1; - - /** - * @var int - */ - public const STATUS_INCOMPLETE = 2; - - /** - * @var int - */ - public const STATUS_FAILURE = 3; - - /** - * @var int - */ - public const STATUS_ERROR = 4; - - /** - * @var int - */ - public const STATUS_RISKY = 5; - - /** - * @var int - */ - public const STATUS_WARNING = 6; - - /** - * @var string - */ - public const SUITE_METHODNAME = 'suite'; - - /** - * Returns the loader to be used. - */ - public function getLoader(): TestSuiteLoader - { - return new StandardTestSuiteLoader; - } - - /** - * Returns the Test corresponding to the given suite. - * This is a template method, subclasses override - * the runFailed() and clearStatus() methods. - * - * @param string|string[] $suffixes - * - * @throws Exception - */ - public function getTest(string $suiteClassFile, $suffixes = ''): ?TestSuite - { - if (is_dir($suiteClassFile)) { - /** @var string[] $files */ - $files = (new FileIteratorFacade)->getFilesAsArray( - $suiteClassFile, - $suffixes, - ); - - $suite = new TestSuite($suiteClassFile); - $suite->addTestFiles($files); - - return $suite; - } - - if (is_file($suiteClassFile) && substr($suiteClassFile, -5, 5) === '.phpt') { - $suite = new TestSuite; - $suite->addTestFile($suiteClassFile); - - return $suite; - } - - try { - $testClass = $this->loadSuiteClass( - $suiteClassFile, - ); - } catch (\PHPUnit\Exception $e) { - $this->runFailed($e->getMessage()); - - return null; - } - - try { - $suiteMethod = $testClass->getMethod(self::SUITE_METHODNAME); - - if (!$suiteMethod->isStatic()) { - $this->runFailed( - 'suite() method must be static.', - ); - - return null; - } - - $test = $suiteMethod->invoke(null, $testClass->getName()); - } catch (ReflectionException $e) { - $test = new TestSuite($testClass); - } - - $this->clearStatus(); - - return $test; - } - - /** - * Returns the loaded ReflectionClass for a suite name. - */ - protected function loadSuiteClass(string $suiteClassFile): ReflectionClass - { - return $this->getLoader()->load($suiteClassFile); - } - - /** - * Clears the status message. - */ - protected function clearStatus(): void - { - } - - /** - * Override to define how to handle a failed loading of - * a test suite. - */ - abstract protected function runFailed(string $message): void; -} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Baseline.php b/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Baseline.php new file mode 100644 index 00000000..4921f318 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Baseline.php @@ -0,0 +1,59 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner\Baseline; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class Baseline +{ + public const VERSION = 1; + + /** + * @psalm-var array>> + */ + private array $issues = []; + + public function add(Issue $issue): void + { + if (!isset($this->issues[$issue->file()])) { + $this->issues[$issue->file()] = []; + } + + if (!isset($this->issues[$issue->file()][$issue->line()])) { + $this->issues[$issue->file()][$issue->line()] = []; + } + + $this->issues[$issue->file()][$issue->line()][] = $issue; + } + + public function has(Issue $issue): bool + { + if (!isset($this->issues[$issue->file()][$issue->line()])) { + return false; + } + + foreach ($this->issues[$issue->file()][$issue->line()] as $_issue) { + if ($_issue->equals($issue)) { + return true; + } + } + + return false; + } + + /** + * @psalm-return array>> + */ + public function groupedByFileAndLine(): array + { + return $this->issues; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Exception/CannotLoadBaselineException.php b/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Exception/CannotLoadBaselineException.php new file mode 100644 index 00000000..c05e803e --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Exception/CannotLoadBaselineException.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner\Baseline; + +use PHPUnit\Runner\Exception; +use RuntimeException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class CannotLoadBaselineException extends RuntimeException implements Exception +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Exception/FileDoesNotHaveLineException.php b/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Exception/FileDoesNotHaveLineException.php new file mode 100644 index 00000000..1121fa39 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Exception/FileDoesNotHaveLineException.php @@ -0,0 +1,31 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner\Baseline; + +use function sprintf; +use PHPUnit\Runner\Exception; +use RuntimeException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class FileDoesNotHaveLineException extends RuntimeException implements Exception +{ + public function __construct(string $file, int $line) + { + parent::__construct( + sprintf( + 'File "%s" does not have line %d', + $file, + $line, + ), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Generator.php b/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Generator.php new file mode 100644 index 00000000..6a94baeb --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Generator.php @@ -0,0 +1,80 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner\Baseline; + +use PHPUnit\Event\EventFacadeIsSealedException; +use PHPUnit\Event\Facade; +use PHPUnit\Event\Test\DeprecationTriggered; +use PHPUnit\Event\Test\NoticeTriggered; +use PHPUnit\Event\Test\PhpDeprecationTriggered; +use PHPUnit\Event\Test\PhpNoticeTriggered; +use PHPUnit\Event\Test\PhpWarningTriggered; +use PHPUnit\Event\Test\WarningTriggered; +use PHPUnit\Event\UnknownSubscriberTypeException; +use PHPUnit\Runner\FileDoesNotExistException; +use PHPUnit\TextUI\Configuration\Source; +use PHPUnit\TextUI\Configuration\SourceFilter; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class Generator +{ + private Baseline $baseline; + private readonly Source $source; + + /** + * @throws EventFacadeIsSealedException + * @throws UnknownSubscriberTypeException + */ + public function __construct(Facade $facade, Source $source) + { + $facade->registerSubscribers( + new TestTriggeredDeprecationSubscriber($this), + new TestTriggeredNoticeSubscriber($this), + new TestTriggeredPhpDeprecationSubscriber($this), + new TestTriggeredPhpNoticeSubscriber($this), + new TestTriggeredPhpWarningSubscriber($this), + new TestTriggeredWarningSubscriber($this), + ); + + $this->baseline = new Baseline; + $this->source = $source; + } + + public function baseline(): Baseline + { + return $this->baseline; + } + + /** + * @throws FileDoesNotExistException + * @throws FileDoesNotHaveLineException + */ + public function testTriggeredIssue(DeprecationTriggered|NoticeTriggered|PhpDeprecationTriggered|PhpNoticeTriggered|PhpWarningTriggered|WarningTriggered $event): void + { + if (!$this->source->ignoreSuppressionOfPhpWarnings() && $event->wasSuppressed()) { + return; + } + + if ($this->source->restrictWarnings() && !(new SourceFilter)->includes($this->source, $event->file())) { + return; + } + + $this->baseline->add( + Issue::from( + $event->file(), + $event->line(), + null, + $event->message(), + ), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Issue.php b/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Issue.php new file mode 100644 index 00000000..d90b067b --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Issue.php @@ -0,0 +1,143 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner\Baseline; + +use function assert; +use function file; +use function is_file; +use function sha1; +use PHPUnit\Runner\FileDoesNotExistException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class Issue +{ + /** + * @psalm-var non-empty-string + */ + private readonly string $file; + + /** + * @psalm-var positive-int + */ + private readonly int $line; + + /** + * @psalm-var non-empty-string + */ + private readonly string $hash; + + /** + * @psalm-var non-empty-string + */ + private readonly string $description; + + /** + * @psalm-param non-empty-string $file + * @psalm-param positive-int $line + * @psalm-param ?non-empty-string $hash + * @psalm-param non-empty-string $description + * + * @throws FileDoesNotExistException + * @throws FileDoesNotHaveLineException + */ + public static function from(string $file, int $line, ?string $hash, string $description): self + { + if ($hash === null) { + $hash = self::calculateHash($file, $line); + } + + return new self($file, $line, $hash, $description); + } + + /** + * @psalm-param non-empty-string $file + * @psalm-param positive-int $line + * @psalm-param non-empty-string $hash + * @psalm-param non-empty-string $description + */ + private function __construct(string $file, int $line, string $hash, string $description) + { + $this->file = $file; + $this->line = $line; + $this->hash = $hash; + $this->description = $description; + } + + /** + * @psalm-return non-empty-string + */ + public function file(): string + { + return $this->file; + } + + /** + * @psalm-return positive-int + */ + public function line(): int + { + return $this->line; + } + + /** + * @psalm-return non-empty-string + */ + public function hash(): string + { + return $this->hash; + } + + /** + * @psalm-return non-empty-string + */ + public function description(): string + { + return $this->description; + } + + public function equals(self $other): bool + { + return $this->file() === $other->file() && + $this->line() === $other->line() && + $this->hash() === $other->hash() && + $this->description() === $other->description(); + } + + /** + * @psalm-param non-empty-string $file + * @psalm-param positive-int $line + * + * @psalm-return non-empty-string + * + * @throws FileDoesNotExistException + * @throws FileDoesNotHaveLineException + */ + private static function calculateHash(string $file, int $line): string + { + if (!is_file($file)) { + throw new FileDoesNotExistException($file); + } + + $lines = file($file, FILE_IGNORE_NEW_LINES); + $key = $line - 1; + + if (!isset($lines[$key])) { + throw new FileDoesNotHaveLineException($file, $line); + } + + $hash = sha1($lines[$key]); + + assert(!empty($hash)); + + return $hash; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Reader.php b/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Reader.php new file mode 100644 index 00000000..3aa5cfbc --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Reader.php @@ -0,0 +1,100 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner\Baseline; + +use function assert; +use function dirname; +use function file_exists; +use function realpath; +use function sprintf; +use function str_replace; +use function trim; +use DOMElement; +use DOMXPath; +use PHPUnit\Util\Xml\Loader as XmlLoader; +use PHPUnit\Util\Xml\XmlException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class Reader +{ + /** + * @psalm-param non-empty-string $baselineFile + * + * @throws CannotLoadBaselineException + */ + public function read(string $baselineFile): Baseline + { + if (!file_exists($baselineFile)) { + throw new CannotLoadBaselineException( + sprintf( + 'Cannot read baseline %s, file does not exist', + $baselineFile, + ), + ); + } + + try { + $document = (new XmlLoader)->loadFile($baselineFile); + } catch (XmlException $e) { + throw new CannotLoadBaselineException( + sprintf( + 'Cannot read baseline: %s', + trim($e->getMessage()), + ), + ); + } + + $version = (int) $document->documentElement->getAttribute('version'); + + if ($version !== Baseline::VERSION) { + throw new CannotLoadBaselineException( + sprintf( + 'Cannot read baseline %s, version %d is not supported', + $baselineFile, + $version, + ), + ); + } + + $baseline = new Baseline; + $baselineDirectory = dirname(realpath($baselineFile)); + $xpath = new DOMXPath($document); + + foreach ($xpath->query('file') as $fileElement) { + assert($fileElement instanceof DOMElement); + + $file = $baselineDirectory . DIRECTORY_SEPARATOR . str_replace('/', DIRECTORY_SEPARATOR, $fileElement->getAttribute('path')); + + foreach ($xpath->query('line', $fileElement) as $lineElement) { + assert($lineElement instanceof DOMElement); + + $line = (int) $lineElement->getAttribute('number'); + $hash = $lineElement->getAttribute('hash'); + + foreach ($xpath->query('issue', $lineElement) as $issueElement) { + assert($issueElement instanceof DOMElement); + + $description = $issueElement->textContent; + + assert(!empty($file)); + assert($line > 0); + assert(!empty($hash)); + assert(!empty($description)); + + $baseline->add(Issue::from($file, $line, $hash, $description)); + } + } + } + + return $baseline; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/RelativePathCalculator.php b/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/RelativePathCalculator.php new file mode 100644 index 00000000..06ed7057 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/RelativePathCalculator.php @@ -0,0 +1,103 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner\Baseline; + +use function array_fill; +use function array_merge; +use function array_slice; +use function assert; +use function count; +use function explode; +use function implode; +use function str_replace; +use function strpos; +use function substr; +use function trim; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + * + * @see Copied from https://github.com/phpstan/phpstan-src/blob/1.10.33/src/File/ParentDirectoryRelativePathHelper.php + */ +final class RelativePathCalculator +{ + /** + * @psalm-var non-empty-string $baselineDirectory + */ + private readonly string $baselineDirectory; + + /** + * @psalm-param non-empty-string $baselineDirectory + */ + public function __construct(string $baselineDirectory) + { + $this->baselineDirectory = $baselineDirectory; + } + + /** + * @psalm-param non-empty-string $filename + * + * @psalm-return non-empty-string + */ + public function calculate(string $filename): string + { + $result = implode('/', $this->parts($filename)); + + assert($result !== ''); + + return $result; + } + + /** + * @psalm-param non-empty-string $filename + * + * @psalm-return list + */ + public function parts(string $filename): array + { + $schemePosition = strpos($filename, '://'); + + if ($schemePosition !== false) { + $filename = substr($filename, $schemePosition + 3); + + assert($filename !== ''); + } + + $parentParts = explode('/', trim(str_replace('\\', '/', $this->baselineDirectory), '/')); + $parentPartsCount = count($parentParts); + $filenameParts = explode('/', trim(str_replace('\\', '/', $filename), '/')); + $filenamePartsCount = count($filenameParts); + + $i = 0; + + for (; $i < $filenamePartsCount; $i++) { + if ($parentPartsCount < $i + 1) { + break; + } + + $parentPath = implode('/', array_slice($parentParts, 0, $i + 1)); + $filenamePath = implode('/', array_slice($filenameParts, 0, $i + 1)); + + if ($parentPath !== $filenamePath) { + break; + } + } + + if ($i === 0) { + return [$filename]; + } + + $dotsCount = $parentPartsCount - $i; + + assert($dotsCount >= 0); + + return array_merge(array_fill(0, $dotsCount, '..'), array_slice($filenameParts, $i)); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/Subscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/Subscriber.php new file mode 100644 index 00000000..b3ba386c --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/Subscriber.php @@ -0,0 +1,28 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner\Baseline; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +abstract class Subscriber +{ + private readonly Generator $generator; + + public function __construct(Generator $generator) + { + $this->generator = $generator; + } + + protected function generator(): Generator + { + return $this->generator; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredDeprecationSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredDeprecationSubscriber.php new file mode 100644 index 00000000..f26ed2ec --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredDeprecationSubscriber.php @@ -0,0 +1,29 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner\Baseline; + +use PHPUnit\Event\Test\DeprecationTriggered; +use PHPUnit\Event\Test\DeprecationTriggeredSubscriber; +use PHPUnit\Runner\FileDoesNotExistException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestTriggeredDeprecationSubscriber extends Subscriber implements DeprecationTriggeredSubscriber +{ + /** + * @throws FileDoesNotExistException + * @throws FileDoesNotHaveLineException + */ + public function notify(DeprecationTriggered $event): void + { + $this->generator()->testTriggeredIssue($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredNoticeSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredNoticeSubscriber.php new file mode 100644 index 00000000..a531fbca --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredNoticeSubscriber.php @@ -0,0 +1,29 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner\Baseline; + +use PHPUnit\Event\Test\NoticeTriggered; +use PHPUnit\Event\Test\NoticeTriggeredSubscriber; +use PHPUnit\Runner\FileDoesNotExistException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestTriggeredNoticeSubscriber extends Subscriber implements NoticeTriggeredSubscriber +{ + /** + * @throws FileDoesNotExistException + * @throws FileDoesNotHaveLineException + */ + public function notify(NoticeTriggered $event): void + { + $this->generator()->testTriggeredIssue($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredPhpDeprecationSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredPhpDeprecationSubscriber.php new file mode 100644 index 00000000..a7a5d9f1 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredPhpDeprecationSubscriber.php @@ -0,0 +1,29 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner\Baseline; + +use PHPUnit\Event\Test\PhpDeprecationTriggered; +use PHPUnit\Event\Test\PhpDeprecationTriggeredSubscriber; +use PHPUnit\Runner\FileDoesNotExistException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestTriggeredPhpDeprecationSubscriber extends Subscriber implements PhpDeprecationTriggeredSubscriber +{ + /** + * @throws FileDoesNotExistException + * @throws FileDoesNotHaveLineException + */ + public function notify(PhpDeprecationTriggered $event): void + { + $this->generator()->testTriggeredIssue($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredPhpNoticeSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredPhpNoticeSubscriber.php new file mode 100644 index 00000000..26085fb6 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredPhpNoticeSubscriber.php @@ -0,0 +1,29 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner\Baseline; + +use PHPUnit\Event\Test\PhpNoticeTriggered; +use PHPUnit\Event\Test\PhpNoticeTriggeredSubscriber; +use PHPUnit\Runner\FileDoesNotExistException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestTriggeredPhpNoticeSubscriber extends Subscriber implements PhpNoticeTriggeredSubscriber +{ + /** + * @throws FileDoesNotExistException + * @throws FileDoesNotHaveLineException + */ + public function notify(PhpNoticeTriggered $event): void + { + $this->generator()->testTriggeredIssue($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredPhpWarningSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredPhpWarningSubscriber.php new file mode 100644 index 00000000..a0e617b4 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredPhpWarningSubscriber.php @@ -0,0 +1,29 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner\Baseline; + +use PHPUnit\Event\Test\PhpWarningTriggered; +use PHPUnit\Event\Test\PhpWarningTriggeredSubscriber; +use PHPUnit\Runner\FileDoesNotExistException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestTriggeredPhpWarningSubscriber extends Subscriber implements PhpWarningTriggeredSubscriber +{ + /** + * @throws FileDoesNotExistException + * @throws FileDoesNotHaveLineException + */ + public function notify(PhpWarningTriggered $event): void + { + $this->generator()->testTriggeredIssue($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredWarningSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredWarningSubscriber.php new file mode 100644 index 00000000..793b7149 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Subscriber/TestTriggeredWarningSubscriber.php @@ -0,0 +1,29 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner\Baseline; + +use PHPUnit\Event\Test\WarningTriggered; +use PHPUnit\Event\Test\WarningTriggeredSubscriber; +use PHPUnit\Runner\FileDoesNotExistException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestTriggeredWarningSubscriber extends Subscriber implements WarningTriggeredSubscriber +{ + /** + * @throws FileDoesNotExistException + * @throws FileDoesNotHaveLineException + */ + public function notify(WarningTriggered $event): void + { + $this->generator()->testTriggeredIssue($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Writer.php b/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Writer.php new file mode 100644 index 00000000..28540930 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/Baseline/Writer.php @@ -0,0 +1,65 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner\Baseline; + +use function assert; +use function dirname; +use function file_put_contents; +use XMLWriter; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class Writer +{ + /** + * @psalm-param non-empty-string $baselineFile + */ + public function write(string $baselineFile, Baseline $baseline): void + { + $pathCalculator = new RelativePathCalculator(dirname($baselineFile)); + + $writer = new XMLWriter; + + $writer->openMemory(); + $writer->setIndent(true); + $writer->startDocument(); + + $writer->startElement('files'); + $writer->writeAttribute('version', (string) Baseline::VERSION); + + foreach ($baseline->groupedByFileAndLine() as $file => $lines) { + assert(!empty($file)); + + $writer->startElement('file'); + $writer->writeAttribute('path', $pathCalculator->calculate($file)); + + foreach ($lines as $line => $issues) { + $writer->startElement('line'); + $writer->writeAttribute('number', (string) $line); + $writer->writeAttribute('hash', $issues[0]->hash()); + + foreach ($issues as $issue) { + $writer->startElement('issue'); + $writer->writeCData($issue->description()); + $writer->endElement(); + } + + $writer->endElement(); + } + + $writer->endElement(); + } + + $writer->endElement(); + + file_put_contents($baselineFile, $writer->outputMemory()); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/CodeCoverage.php b/Sources/vendor/phpunit/phpunit/src/Runner/CodeCoverage.php new file mode 100644 index 00000000..55a8df84 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/CodeCoverage.php @@ -0,0 +1,422 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner; + +use function file_put_contents; +use function sprintf; +use PHPUnit\Event\Facade as EventFacade; +use PHPUnit\Event\TestData\MoreThanOneDataSetFromDataProviderException; +use PHPUnit\Event\TestData\NoDataSetFromDataProviderException; +use PHPUnit\Framework\TestCase; +use PHPUnit\TextUI\Configuration\CodeCoverageFilterRegistry; +use PHPUnit\TextUI\Configuration\Configuration; +use PHPUnit\TextUI\Output\Printer; +use SebastianBergmann\CodeCoverage\Driver\Driver; +use SebastianBergmann\CodeCoverage\Driver\Selector; +use SebastianBergmann\CodeCoverage\Exception as CodeCoverageException; +use SebastianBergmann\CodeCoverage\Filter; +use SebastianBergmann\CodeCoverage\Report\Clover as CloverReport; +use SebastianBergmann\CodeCoverage\Report\Cobertura as CoberturaReport; +use SebastianBergmann\CodeCoverage\Report\Crap4j as Crap4jReport; +use SebastianBergmann\CodeCoverage\Report\Html\Colors; +use SebastianBergmann\CodeCoverage\Report\Html\CustomCssFile; +use SebastianBergmann\CodeCoverage\Report\Html\Facade as HtmlReport; +use SebastianBergmann\CodeCoverage\Report\PHP as PhpReport; +use SebastianBergmann\CodeCoverage\Report\Text as TextReport; +use SebastianBergmann\CodeCoverage\Report\Thresholds; +use SebastianBergmann\CodeCoverage\Report\Xml\Facade as XmlReport; +use SebastianBergmann\CodeCoverage\Test\TestSize\TestSize; +use SebastianBergmann\CodeCoverage\Test\TestStatus\TestStatus; +use SebastianBergmann\Comparator\Comparator; +use SebastianBergmann\Timer\NoActiveTimerException; +use SebastianBergmann\Timer\Timer; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class CodeCoverage +{ + private static ?self $instance = null; + private ?\SebastianBergmann\CodeCoverage\CodeCoverage $codeCoverage = null; + private ?Driver $driver = null; + private bool $collecting = false; + private ?TestCase $test = null; + private ?Timer $timer = null; + + /** + * @psalm-var array> + */ + private array $linesToBeIgnored = []; + + public static function instance(): self + { + if (self::$instance === null) { + self::$instance = new self; + } + + return self::$instance; + } + + public function init(Configuration $configuration, CodeCoverageFilterRegistry $codeCoverageFilterRegistry, bool $extensionRequiresCodeCoverageCollection): void + { + $codeCoverageFilterRegistry->init($configuration); + + if (!$configuration->hasCoverageReport() && !$extensionRequiresCodeCoverageCollection) { + return; + } + + $this->activate($codeCoverageFilterRegistry->get(), $configuration->pathCoverage()); + + if (!$this->isActive()) { + return; + } + + if ($configuration->hasCoverageCacheDirectory()) { + $this->codeCoverage()->cacheStaticAnalysis($configuration->coverageCacheDirectory()); + } + + $this->codeCoverage()->excludeSubclassesOfThisClassFromUnintentionallyCoveredCodeCheck(Comparator::class); + + if ($configuration->strictCoverage()) { + $this->codeCoverage()->enableCheckForUnintentionallyCoveredCode(); + } + + if ($configuration->ignoreDeprecatedCodeUnitsFromCodeCoverage()) { + $this->codeCoverage()->ignoreDeprecatedCode(); + } else { + $this->codeCoverage()->doNotIgnoreDeprecatedCode(); + } + + if ($configuration->disableCodeCoverageIgnore()) { + $this->codeCoverage()->disableAnnotationsForIgnoringCode(); + } else { + $this->codeCoverage()->enableAnnotationsForIgnoringCode(); + } + + if ($configuration->includeUncoveredFiles()) { + $this->codeCoverage()->includeUncoveredFiles(); + } else { + $this->codeCoverage()->excludeUncoveredFiles(); + } + + if ($codeCoverageFilterRegistry->get()->isEmpty()) { + if (!$codeCoverageFilterRegistry->configured()) { + EventFacade::emitter()->testRunnerTriggeredWarning( + 'No filter is configured, code coverage will not be processed', + ); + } else { + EventFacade::emitter()->testRunnerTriggeredWarning( + 'Incorrect filter configuration, code coverage will not be processed', + ); + } + + $this->deactivate(); + } + } + + /** + * @psalm-assert-if-true !null $this->instance + */ + public function isActive(): bool + { + return $this->codeCoverage !== null; + } + + public function codeCoverage(): \SebastianBergmann\CodeCoverage\CodeCoverage + { + return $this->codeCoverage; + } + + public function driver(): Driver + { + return $this->driver; + } + + /** + * @throws MoreThanOneDataSetFromDataProviderException + * @throws NoDataSetFromDataProviderException + */ + public function start(TestCase $test): void + { + if ($this->collecting) { + return; + } + + $size = TestSize::unknown(); + + if ($test->size()->isSmall()) { + $size = TestSize::small(); + } elseif ($test->size()->isMedium()) { + $size = TestSize::medium(); + } elseif ($test->size()->isLarge()) { + $size = TestSize::large(); + } + + $this->test = $test; + + $this->codeCoverage->start( + $test->valueObjectForEvents()->id(), + $size, + ); + + $this->collecting = true; + } + + public function stop(bool $append = true, array|false $linesToBeCovered = [], array $linesToBeUsed = []): void + { + if (!$this->collecting) { + return; + } + + $status = TestStatus::unknown(); + + if ($this->test !== null) { + if ($this->test->status()->isSuccess()) { + $status = TestStatus::success(); + } else { + $status = TestStatus::failure(); + } + } + + /* @noinspection UnusedFunctionResultInspection */ + $this->codeCoverage->stop($append, $status, $linesToBeCovered, $linesToBeUsed, $this->linesToBeIgnored); + + $this->test = null; + $this->collecting = false; + } + + public function deactivate(): void + { + $this->driver = null; + $this->codeCoverage = null; + $this->test = null; + } + + public function generateReports(Printer $printer, Configuration $configuration): void + { + if (!$this->isActive()) { + return; + } + + if ($configuration->hasCoveragePhp()) { + $this->codeCoverageGenerationStart($printer, 'PHP'); + + try { + $writer = new PhpReport; + $writer->process($this->codeCoverage(), $configuration->coveragePhp()); + + $this->codeCoverageGenerationSucceeded($printer); + + unset($writer); + } catch (CodeCoverageException $e) { + $this->codeCoverageGenerationFailed($printer, $e); + } + } + + if ($configuration->hasCoverageClover()) { + $this->codeCoverageGenerationStart($printer, 'Clover XML'); + + try { + $writer = new CloverReport; + $writer->process($this->codeCoverage(), $configuration->coverageClover()); + + $this->codeCoverageGenerationSucceeded($printer); + + unset($writer); + } catch (CodeCoverageException $e) { + $this->codeCoverageGenerationFailed($printer, $e); + } + } + + if ($configuration->hasCoverageCobertura()) { + $this->codeCoverageGenerationStart($printer, 'Cobertura XML'); + + try { + $writer = new CoberturaReport; + $writer->process($this->codeCoverage(), $configuration->coverageCobertura()); + + $this->codeCoverageGenerationSucceeded($printer); + + unset($writer); + } catch (CodeCoverageException $e) { + $this->codeCoverageGenerationFailed($printer, $e); + } + } + + if ($configuration->hasCoverageCrap4j()) { + $this->codeCoverageGenerationStart($printer, 'Crap4J XML'); + + try { + $writer = new Crap4jReport($configuration->coverageCrap4jThreshold()); + $writer->process($this->codeCoverage(), $configuration->coverageCrap4j()); + + $this->codeCoverageGenerationSucceeded($printer); + + unset($writer); + } catch (CodeCoverageException $e) { + $this->codeCoverageGenerationFailed($printer, $e); + } + } + + if ($configuration->hasCoverageHtml()) { + $this->codeCoverageGenerationStart($printer, 'HTML'); + + try { + $customCssFile = CustomCssFile::default(); + + if ($configuration->hasCoverageHtmlCustomCssFile()) { + $customCssFile = CustomCssFile::from($configuration->coverageHtmlCustomCssFile()); + } + + $writer = new HtmlReport( + sprintf( + ' and PHPUnit %s', + Version::id(), + ), + Colors::from( + $configuration->coverageHtmlColorSuccessLow(), + $configuration->coverageHtmlColorSuccessMedium(), + $configuration->coverageHtmlColorSuccessHigh(), + $configuration->coverageHtmlColorWarning(), + $configuration->coverageHtmlColorDanger(), + ), + Thresholds::from( + $configuration->coverageHtmlLowUpperBound(), + $configuration->coverageHtmlHighLowerBound(), + ), + $customCssFile, + ); + + $writer->process($this->codeCoverage(), $configuration->coverageHtml()); + + $this->codeCoverageGenerationSucceeded($printer); + + unset($writer); + } catch (CodeCoverageException $e) { + $this->codeCoverageGenerationFailed($printer, $e); + } + } + + if ($configuration->hasCoverageText()) { + $processor = new TextReport( + Thresholds::default(), + $configuration->coverageTextShowUncoveredFiles(), + $configuration->coverageTextShowOnlySummary(), + ); + + $textReport = $processor->process($this->codeCoverage(), $configuration->colors()); + + if ($configuration->coverageText() === 'php://stdout') { + $printer->print($textReport); + } else { + file_put_contents($configuration->coverageText(), $textReport); + } + } + + if ($configuration->hasCoverageXml()) { + $this->codeCoverageGenerationStart($printer, 'PHPUnit XML'); + + try { + $writer = new XmlReport(Version::id()); + $writer->process($this->codeCoverage(), $configuration->coverageXml()); + + $this->codeCoverageGenerationSucceeded($printer); + + unset($writer); + } catch (CodeCoverageException $e) { + $this->codeCoverageGenerationFailed($printer, $e); + } + } + } + + /** + * @psalm-param array> $linesToBeIgnored + */ + public function ignoreLines(array $linesToBeIgnored): void + { + $this->linesToBeIgnored = $linesToBeIgnored; + } + + /** + * @psalm-return array> + */ + public function linesToBeIgnored(): array + { + return $this->linesToBeIgnored; + } + + private function activate(Filter $filter, bool $pathCoverage): void + { + try { + if ($pathCoverage) { + $this->driver = (new Selector)->forLineAndPathCoverage($filter); + } else { + $this->driver = (new Selector)->forLineCoverage($filter); + } + + $this->codeCoverage = new \SebastianBergmann\CodeCoverage\CodeCoverage( + $this->driver, + $filter, + ); + } catch (CodeCoverageException $e) { + EventFacade::emitter()->testRunnerTriggeredWarning( + $e->getMessage(), + ); + } + } + + private function codeCoverageGenerationStart(Printer $printer, string $format): void + { + $printer->print( + sprintf( + "\nGenerating code coverage report in %s format ... ", + $format, + ), + ); + + $this->timer()->start(); + } + + /** + * @throws NoActiveTimerException + */ + private function codeCoverageGenerationSucceeded(Printer $printer): void + { + $printer->print( + sprintf( + "done [%s]\n", + $this->timer()->stop()->asString(), + ), + ); + } + + /** + * @throws NoActiveTimerException + */ + private function codeCoverageGenerationFailed(Printer $printer, CodeCoverageException $e): void + { + $printer->print( + sprintf( + "failed [%s]\n%s\n", + $this->timer()->stop()->asString(), + $e->getMessage(), + ), + ); + } + + private function timer(): Timer + { + if ($this->timer === null) { + $this->timer = new Timer; + } + + return $this->timer; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/ErrorHandler.php b/Sources/vendor/phpunit/phpunit/src/Runner/ErrorHandler.php new file mode 100644 index 00000000..f8ac78fc --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/ErrorHandler.php @@ -0,0 +1,193 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner; + +use const E_DEPRECATED; +use const E_NOTICE; +use const E_STRICT; +use const E_USER_DEPRECATED; +use const E_USER_NOTICE; +use const E_USER_WARNING; +use const E_WARNING; +use function error_reporting; +use function restore_error_handler; +use function set_error_handler; +use PHPUnit\Event; +use PHPUnit\Event\Code\NoTestCaseObjectOnCallStackException; +use PHPUnit\Runner\Baseline\Baseline; +use PHPUnit\Runner\Baseline\Issue; +use PHPUnit\Util\ExcludeList; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class ErrorHandler +{ + private static ?self $instance = null; + private ?Baseline $baseline = null; + private bool $enabled = false; + + public static function instance(): self + { + return self::$instance ?? self::$instance = new self; + } + + /** + * @throws NoTestCaseObjectOnCallStackException + */ + public function __invoke(int $errorNumber, string $errorString, string $errorFile, int $errorLine): bool + { + $suppressed = !($errorNumber & error_reporting()); + + if ($suppressed && (new ExcludeList)->isExcluded($errorFile)) { + return false; + } + + $ignoredByBaseline = $this->ignoredByBaseline($errorFile, $errorLine, $errorString); + + switch ($errorNumber) { + case E_NOTICE: + case E_STRICT: + Event\Facade::emitter()->testTriggeredPhpNotice( + Event\Code\TestMethodBuilder::fromCallStack(), + $errorString, + $errorFile, + $errorLine, + $suppressed, + $ignoredByBaseline, + ); + + break; + + case E_USER_NOTICE: + Event\Facade::emitter()->testTriggeredNotice( + Event\Code\TestMethodBuilder::fromCallStack(), + $errorString, + $errorFile, + $errorLine, + $suppressed, + $ignoredByBaseline, + ); + + break; + + case E_WARNING: + Event\Facade::emitter()->testTriggeredPhpWarning( + Event\Code\TestMethodBuilder::fromCallStack(), + $errorString, + $errorFile, + $errorLine, + $suppressed, + $ignoredByBaseline, + ); + + break; + + case E_USER_WARNING: + Event\Facade::emitter()->testTriggeredWarning( + Event\Code\TestMethodBuilder::fromCallStack(), + $errorString, + $errorFile, + $errorLine, + $suppressed, + $ignoredByBaseline, + ); + + break; + + case E_DEPRECATED: + Event\Facade::emitter()->testTriggeredPhpDeprecation( + Event\Code\TestMethodBuilder::fromCallStack(), + $errorString, + $errorFile, + $errorLine, + $suppressed, + $ignoredByBaseline, + ); + + break; + + case E_USER_DEPRECATED: + Event\Facade::emitter()->testTriggeredDeprecation( + Event\Code\TestMethodBuilder::fromCallStack(), + $errorString, + $errorFile, + $errorLine, + $suppressed, + $ignoredByBaseline, + ); + + break; + + case E_USER_ERROR: + Event\Facade::emitter()->testTriggeredError( + Event\Code\TestMethodBuilder::fromCallStack(), + $errorString, + $errorFile, + $errorLine, + $suppressed, + ); + + break; + + default: + return false; + } + + return true; + } + + public function enable(): void + { + if ($this->enabled) { + return; + } + + $oldErrorHandler = set_error_handler($this); + + if ($oldErrorHandler !== null) { + restore_error_handler(); + + return; + } + + $this->enabled = true; + } + + public function disable(): void + { + if (!$this->enabled) { + return; + } + + restore_error_handler(); + + $this->enabled = false; + } + + public function use(Baseline $baseline): void + { + $this->baseline = $baseline; + } + + /** + * @psalm-param non-empty-string $file + * @psalm-param positive-int $line + * @psalm-param non-empty-string $description + */ + private function ignoredByBaseline(string $file, int $line, string $description): bool + { + if ($this->baseline === null) { + return false; + } + + return $this->baseline->has(Issue::from($file, $line, null, $description)); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Exception/ClassCannotBeFoundException.php b/Sources/vendor/phpunit/phpunit/src/Runner/Exception/ClassCannotBeFoundException.php new file mode 100644 index 00000000..e64a3593 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/Exception/ClassCannotBeFoundException.php @@ -0,0 +1,30 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner; + +use function sprintf; +use RuntimeException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class ClassCannotBeFoundException extends RuntimeException implements Exception +{ + public function __construct(string $className, string $file) + { + parent::__construct( + sprintf( + 'Class %s cannot be found in %s', + $className, + $file, + ), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Exception/ClassDoesNotExtendTestCaseException.php b/Sources/vendor/phpunit/phpunit/src/Runner/Exception/ClassDoesNotExtendTestCaseException.php new file mode 100644 index 00000000..36ef74d6 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/Exception/ClassDoesNotExtendTestCaseException.php @@ -0,0 +1,30 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner; + +use function sprintf; +use RuntimeException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class ClassDoesNotExtendTestCaseException extends RuntimeException implements Exception +{ + public function __construct(string $className, string $file) + { + parent::__construct( + sprintf( + 'Class %s declared in %s does not extend PHPUnit\Framework\TestCase', + $className, + $file, + ), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Exception/ClassIsAbstractException.php b/Sources/vendor/phpunit/phpunit/src/Runner/Exception/ClassIsAbstractException.php new file mode 100644 index 00000000..4264bddd --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/Exception/ClassIsAbstractException.php @@ -0,0 +1,30 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner; + +use function sprintf; +use RuntimeException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class ClassIsAbstractException extends RuntimeException implements Exception +{ + public function __construct(string $className, string $file) + { + parent::__construct( + sprintf( + 'Class %s declared in %s is abstract', + $className, + $file, + ), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Exception/DirectoryCannotBeCreatedException.php b/Sources/vendor/phpunit/phpunit/src/Runner/Exception/DirectoryCannotBeCreatedException.php new file mode 100644 index 00000000..77820625 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/Exception/DirectoryCannotBeCreatedException.php @@ -0,0 +1,29 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner; + +use function sprintf; +use RuntimeException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class DirectoryCannotBeCreatedException extends RuntimeException implements Exception +{ + public function __construct(string $directory) + { + parent::__construct( + sprintf( + 'Cannot create directory "%s"', + $directory, + ), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/OutputError.php b/Sources/vendor/phpunit/phpunit/src/Runner/Exception/Exception.php old mode 100755 new mode 100644 similarity index 81% rename from Sources/vendor/phpunit/phpunit/src/Framework/Exception/OutputError.php rename to Sources/vendor/phpunit/phpunit/src/Runner/Exception/Exception.php index 1c8b37e5..205f76ee --- a/Sources/vendor/phpunit/phpunit/src/Framework/Exception/OutputError.php +++ b/Sources/vendor/phpunit/phpunit/src/Runner/Exception/Exception.php @@ -7,11 +7,11 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Framework; +namespace PHPUnit\Runner; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit */ -final class OutputError extends AssertionFailedError +interface Exception extends \PHPUnit\Exception { } diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Exception/FileDoesNotExistException.php b/Sources/vendor/phpunit/phpunit/src/Runner/Exception/FileDoesNotExistException.php new file mode 100644 index 00000000..f0211ddf --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/Exception/FileDoesNotExistException.php @@ -0,0 +1,29 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner; + +use function sprintf; +use RuntimeException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class FileDoesNotExistException extends RuntimeException implements Exception +{ + public function __construct(string $file) + { + parent::__construct( + sprintf( + 'File "%s" does not exist', + $file, + ), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Exception/InvalidOrderException.php b/Sources/vendor/phpunit/phpunit/src/Runner/Exception/InvalidOrderException.php new file mode 100644 index 00000000..d02d179e --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/Exception/InvalidOrderException.php @@ -0,0 +1,19 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner; + +use RuntimeException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class InvalidOrderException extends RuntimeException implements Exception +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Exception/InvalidPhptFileException.php b/Sources/vendor/phpunit/phpunit/src/Runner/Exception/InvalidPhptFileException.php new file mode 100644 index 00000000..de8c4ecb --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/Exception/InvalidPhptFileException.php @@ -0,0 +1,19 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner; + +use RuntimeException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class InvalidPhptFileException extends RuntimeException implements Exception +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Exception/NoIgnoredEventException.php b/Sources/vendor/phpunit/phpunit/src/Runner/Exception/NoIgnoredEventException.php new file mode 100644 index 00000000..487308f7 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/Exception/NoIgnoredEventException.php @@ -0,0 +1,19 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner; + +use RuntimeException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class NoIgnoredEventException extends RuntimeException implements Exception +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Exception/ParameterDoesNotExistException.php b/Sources/vendor/phpunit/phpunit/src/Runner/Exception/ParameterDoesNotExistException.php new file mode 100644 index 00000000..521fbb53 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/Exception/ParameterDoesNotExistException.php @@ -0,0 +1,29 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner; + +use function sprintf; +use RuntimeException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class ParameterDoesNotExistException extends RuntimeException implements Exception +{ + public function __construct(string $name) + { + parent::__construct( + sprintf( + 'Parameter "%s" does not exist', + $name, + ), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Exception/PhptExternalFileCannotBeLoadedException.php b/Sources/vendor/phpunit/phpunit/src/Runner/Exception/PhptExternalFileCannotBeLoadedException.php new file mode 100644 index 00000000..5cdb1d9f --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/Exception/PhptExternalFileCannotBeLoadedException.php @@ -0,0 +1,30 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner; + +use function sprintf; +use RuntimeException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class PhptExternalFileCannotBeLoadedException extends RuntimeException implements Exception +{ + public function __construct(string $section, string $file) + { + parent::__construct( + sprintf( + 'Could not load --%s-- %s for PHPT file', + $section . '_EXTERNAL', + $file, + ), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Exception/ReflectionException.php b/Sources/vendor/phpunit/phpunit/src/Runner/Exception/ReflectionException.php new file mode 100644 index 00000000..39723048 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/Exception/ReflectionException.php @@ -0,0 +1,19 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner; + +use RuntimeException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class ReflectionException extends RuntimeException implements Exception +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Exception/UnsupportedPhptSectionException.php b/Sources/vendor/phpunit/phpunit/src/Runner/Exception/UnsupportedPhptSectionException.php new file mode 100644 index 00000000..a81d07b0 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/Exception/UnsupportedPhptSectionException.php @@ -0,0 +1,29 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner; + +use function sprintf; +use RuntimeException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class UnsupportedPhptSectionException extends RuntimeException implements Exception +{ + public function __construct(string $section) + { + parent::__construct( + sprintf( + 'PHPUnit does not support PHPT %s sections', + $section, + ), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Extension/Extension.php b/Sources/vendor/phpunit/phpunit/src/Runner/Extension/Extension.php new file mode 100644 index 00000000..35610bc3 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/Extension/Extension.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner\Extension; + +use PHPUnit\TextUI\Configuration\Configuration; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +interface Extension +{ + public function bootstrap(Configuration $configuration, Facade $facade, ParameterCollection $parameters): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Extension/ExtensionBootstrapper.php b/Sources/vendor/phpunit/phpunit/src/Runner/Extension/ExtensionBootstrapper.php new file mode 100644 index 00000000..fc8f3175 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/Extension/ExtensionBootstrapper.php @@ -0,0 +1,95 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner\Extension; + +use function assert; +use function class_exists; +use function class_implements; +use function in_array; +use function sprintf; +use PHPUnit\Event; +use PHPUnit\Event\Facade as EventFacade; +use PHPUnit\TextUI\Configuration\Configuration; +use ReflectionClass; +use Throwable; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class ExtensionBootstrapper +{ + private readonly Configuration $configuration; + private readonly Facade $facade; + + public function __construct(Configuration $configuration, Facade $facade) + { + $this->configuration = $configuration; + $this->facade = $facade; + } + + /** + * @psalm-param class-string $className + * @psalm-param array $parameters + */ + public function bootstrap(string $className, array $parameters): void + { + if (!class_exists($className)) { + EventFacade::emitter()->testRunnerTriggeredWarning( + sprintf( + 'Cannot bootstrap extension because class %s does not exist', + $className, + ), + ); + + return; + } + + if (!in_array(Extension::class, class_implements($className), true)) { + EventFacade::emitter()->testRunnerTriggeredWarning( + sprintf( + 'Cannot bootstrap extension because class %s does not implement interface %s', + $className, + Extension::class, + ), + ); + + return; + } + + try { + $instance = (new ReflectionClass($className))->newInstance(); + + assert($instance instanceof Extension); + + $instance->bootstrap( + $this->configuration, + $this->facade, + ParameterCollection::fromArray($parameters), + ); + } catch (Throwable $t) { + EventFacade::emitter()->testRunnerTriggeredWarning( + sprintf( + 'Bootstrapping of extension %s failed: %s%s%s', + $className, + $t->getMessage(), + PHP_EOL, + $t->getTraceAsString(), + ), + ); + + return; + } + + Event\Facade::emitter()->testRunnerBootstrappedExtension( + $className, + $parameters, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Extension/ExtensionHandler.php b/Sources/vendor/phpunit/phpunit/src/Runner/Extension/ExtensionHandler.php deleted file mode 100755 index c57e70e7..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Runner/Extension/ExtensionHandler.php +++ /dev/null @@ -1,118 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Runner\Extension; - -use function class_exists; -use function sprintf; -use PHPUnit\Framework\TestListener; -use PHPUnit\Runner\Exception; -use PHPUnit\Runner\Hook; -use PHPUnit\TextUI\TestRunner; -use PHPUnit\TextUI\XmlConfiguration\Extension; -use ReflectionClass; -use ReflectionException; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - */ -final class ExtensionHandler -{ - /** - * @throws Exception - */ - public function registerExtension(Extension $extensionConfiguration, TestRunner $runner): void - { - $extension = $this->createInstance($extensionConfiguration); - - if (!$extension instanceof Hook) { - throw new Exception( - sprintf( - 'Class "%s" does not implement a PHPUnit\Runner\Hook interface', - $extensionConfiguration->className(), - ), - ); - } - - $runner->addExtension($extension); - } - - /** - * @throws Exception - * - * @deprecated - */ - public function createTestListenerInstance(Extension $listenerConfiguration): TestListener - { - $listener = $this->createInstance($listenerConfiguration); - - if (!$listener instanceof TestListener) { - throw new Exception( - sprintf( - 'Class "%s" does not implement the PHPUnit\Framework\TestListener interface', - $listenerConfiguration->className(), - ), - ); - } - - return $listener; - } - - /** - * @throws Exception - */ - private function createInstance(Extension $extensionConfiguration): object - { - $this->ensureClassExists($extensionConfiguration); - - try { - $reflector = new ReflectionClass($extensionConfiguration->className()); - } catch (ReflectionException $e) { - throw new Exception( - $e->getMessage(), - $e->getCode(), - $e, - ); - } - - if (!$extensionConfiguration->hasArguments()) { - return $reflector->newInstance(); - } - - return $reflector->newInstanceArgs($extensionConfiguration->arguments()); - } - - /** - * @throws Exception - */ - private function ensureClassExists(Extension $extensionConfiguration): void - { - if (class_exists($extensionConfiguration->className(), false)) { - return; - } - - if ($extensionConfiguration->hasSourceFile()) { - /** - * @noinspection PhpIncludeInspection - * - * @psalm-suppress UnresolvableInclude - */ - require_once $extensionConfiguration->sourceFile(); - } - - if (!class_exists($extensionConfiguration->className())) { - throw new Exception( - sprintf( - 'Class "%s" does not exist', - $extensionConfiguration->className(), - ), - ); - } - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Extension/Facade.php b/Sources/vendor/phpunit/phpunit/src/Runner/Extension/Facade.php new file mode 100644 index 00000000..62ba4b23 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/Extension/Facade.php @@ -0,0 +1,104 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner\Extension; + +use PHPUnit\Event\EventFacadeIsSealedException; +use PHPUnit\Event\Facade as EventFacade; +use PHPUnit\Event\Subscriber; +use PHPUnit\Event\Tracer\Tracer; +use PHPUnit\Event\UnknownSubscriberTypeException; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class Facade +{ + private bool $replacesOutput = false; + private bool $replacesProgressOutput = false; + private bool $replacesResultOutput = false; + private bool $requiresCodeCoverageCollection = false; + private bool $requiresExportOfObjects = false; + + /** + * @throws EventFacadeIsSealedException + * @throws UnknownSubscriberTypeException + */ + public function registerSubscribers(Subscriber ...$subscribers): void + { + EventFacade::instance()->registerSubscribers(...$subscribers); + } + + /** + * @throws EventFacadeIsSealedException + * @throws UnknownSubscriberTypeException + */ + public function registerSubscriber(Subscriber $subscriber): void + { + EventFacade::instance()->registerSubscriber($subscriber); + } + + /** + * @throws EventFacadeIsSealedException + */ + public function registerTracer(Tracer $tracer): void + { + EventFacade::instance()->registerTracer($tracer); + } + + public function replaceOutput(): void + { + $this->replacesOutput = true; + } + + public function replacesOutput(): bool + { + return $this->replacesOutput; + } + + public function replaceProgressOutput(): void + { + $this->replacesProgressOutput = true; + } + + public function replacesProgressOutput(): bool + { + return $this->replacesOutput || $this->replacesProgressOutput; + } + + public function replaceResultOutput(): void + { + $this->replacesResultOutput = true; + } + + public function replacesResultOutput(): bool + { + return $this->replacesOutput || $this->replacesResultOutput; + } + + public function requireCodeCoverageCollection(): void + { + $this->requiresCodeCoverageCollection = true; + } + + public function requiresCodeCoverageCollection(): bool + { + return $this->requiresCodeCoverageCollection; + } + + public function requireExportOfObjects(): void + { + $this->requiresExportOfObjects = true; + } + + public function requiresExportOfObjects(): bool + { + return $this->requiresExportOfObjects; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Extension/ParameterCollection.php b/Sources/vendor/phpunit/phpunit/src/Runner/Extension/ParameterCollection.php new file mode 100644 index 00000000..08b09966 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/Extension/ParameterCollection.php @@ -0,0 +1,53 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner\Extension; + +use function array_key_exists; +use PHPUnit\Runner\ParameterDoesNotExistException; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class ParameterCollection +{ + private readonly array $parameters; + + /** + * @psalm-param array $parameters + */ + public static function fromArray(array $parameters): self + { + return new self($parameters); + } + + private function __construct(array $parameters) + { + $this->parameters = $parameters; + } + + public function has(string $name): bool + { + return array_key_exists($name, $this->parameters); + } + + /** + * @throws ParameterDoesNotExistException + */ + public function get(string $name): string + { + if (!$this->has($name)) { + throw new ParameterDoesNotExistException($name); + } + + return $this->parameters[$name]; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Extension/PharLoader.php b/Sources/vendor/phpunit/phpunit/src/Runner/Extension/PharLoader.php old mode 100755 new mode 100644 index c65b1948..6e0943c6 --- a/Sources/vendor/phpunit/phpunit/src/Runner/Extension/PharLoader.php +++ b/Sources/vendor/phpunit/phpunit/src/Runner/Extension/PharLoader.php @@ -11,15 +11,19 @@ namespace PHPUnit\Runner\Extension; use function count; use function explode; +use function extension_loaded; use function implode; use function is_file; -use function strpos; +use function sprintf; +use function str_contains; use PharIo\Manifest\ApplicationName; use PharIo\Manifest\Exception as ManifestException; use PharIo\Manifest\ManifestLoader; use PharIo\Version\Version as PharIoVersion; +use PHPUnit\Event; use PHPUnit\Runner\Version; use SebastianBergmann\FileIterator\Facade as FileIteratorFacade; +use Throwable; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit @@ -27,16 +31,34 @@ use SebastianBergmann\FileIterator\Facade as FileIteratorFacade; final class PharLoader { /** - * @psalm-return array{loadedExtensions: list, notLoadedExtensions: list} + * @psalm-param non-empty-string $directory + * + * @psalm-return list */ public function loadPharExtensionsInDirectory(string $directory): array { + $pharExtensionLoaded = extension_loaded('phar'); $loadedExtensions = []; - $notLoadedExtensions = []; foreach ((new FileIteratorFacade)->getFilesAsArray($directory, '.phar') as $file) { + if (!$pharExtensionLoaded) { + Event\Facade::emitter()->testRunnerTriggeredWarning( + sprintf( + 'Cannot load extension from %s because the PHAR extension is not available', + $file, + ), + ); + + continue; + } + if (!is_file('phar://' . $file . '/manifest.xml')) { - $notLoadedExtensions[] = $file . ' is not an extension for PHPUnit'; + Event\Facade::emitter()->testRunnerTriggeredWarning( + sprintf( + '%s is not an extension for PHPUnit', + $file, + ), + ); continue; } @@ -47,43 +69,71 @@ final class PharLoader $manifest = ManifestLoader::fromFile('phar://' . $file . '/manifest.xml'); if (!$manifest->isExtensionFor($applicationName)) { - $notLoadedExtensions[] = $file . ' is not an extension for PHPUnit'; + Event\Facade::emitter()->testRunnerTriggeredWarning( + sprintf( + '%s is not an extension for PHPUnit', + $file, + ), + ); continue; } if (!$manifest->isExtensionFor($applicationName, $version)) { - $notLoadedExtensions[] = $file . ' is not compatible with this version of PHPUnit'; + Event\Facade::emitter()->testRunnerTriggeredWarning( + sprintf( + '%s is not compatible with PHPUnit %s', + $file, + Version::series(), + ), + ); continue; } } catch (ManifestException $e) { - $notLoadedExtensions[] = $file . ': ' . $e->getMessage(); + Event\Facade::emitter()->testRunnerTriggeredWarning( + sprintf( + 'Cannot load extension from %s: %s', + $file, + $e->getMessage(), + ), + ); continue; } - /** - * @noinspection PhpIncludeInspection - * - * @psalm-suppress UnresolvableInclude - */ - require $file; + try { + /** @psalm-suppress UnresolvableInclude */ + @require $file; + } catch (Throwable $t) { + Event\Facade::emitter()->testRunnerTriggeredWarning( + sprintf( + 'Cannot load extension from %s: %s', + $file, + $t->getMessage(), + ), + ); + + continue; + } $loadedExtensions[] = $manifest->getName()->asString() . ' ' . $manifest->getVersion()->getVersionString(); + + Event\Facade::emitter()->testRunnerLoadedExtensionFromPhar( + $file, + $manifest->getName()->asString(), + $manifest->getVersion()->getVersionString(), + ); } - return [ - 'loadedExtensions' => $loadedExtensions, - 'notLoadedExtensions' => $notLoadedExtensions, - ]; + return $loadedExtensions; } private function phpunitVersion(): string { $version = Version::id(); - if (strpos($version, '-') === false) { + if (!str_contains($version, '-')) { return $version; } diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Filter/ExcludeGroupFilterIterator.php b/Sources/vendor/phpunit/phpunit/src/Runner/Filter/ExcludeGroupFilterIterator.php old mode 100755 new mode 100644 index 4b26e571..b4f3a45c --- a/Sources/vendor/phpunit/phpunit/src/Runner/Filter/ExcludeGroupFilterIterator.php +++ b/Sources/vendor/phpunit/phpunit/src/Runner/Filter/ExcludeGroupFilterIterator.php @@ -16,8 +16,8 @@ use function in_array; */ final class ExcludeGroupFilterIterator extends GroupFilterIterator { - protected function doAccept(string $hash): bool + protected function doAccept(int $id): bool { - return !in_array($hash, $this->groupTests, true); + return !in_array($id, $this->groupTests, true); } } diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Filter/Factory.php b/Sources/vendor/phpunit/phpunit/src/Runner/Filter/Factory.php old mode 100755 new mode 100644 index b7d83b9f..89eec09c --- a/Sources/vendor/phpunit/phpunit/src/Runner/Filter/Factory.php +++ b/Sources/vendor/phpunit/phpunit/src/Runner/Filter/Factory.php @@ -10,12 +10,9 @@ namespace PHPUnit\Runner\Filter; use function assert; -use function sprintf; use FilterIterator; use Iterator; use PHPUnit\Framework\TestSuite; -use PHPUnit\Runner\Exception; -use RecursiveFilterIterator; use ReflectionClass; /** @@ -24,34 +21,55 @@ use ReflectionClass; final class Factory { /** - * @psalm-var array + * @psalm-var array */ - private $filters = []; + private array $filters = []; /** - * @param array|string $args - * - * @throws Exception + * @psalm-param list $testIds */ - public function addFilter(ReflectionClass $filter, $args): void + public function addTestIdFilter(array $testIds): void { - if (!$filter->isSubclassOf(RecursiveFilterIterator::class)) { - throw new Exception( - sprintf( - 'Class "%s" does not extend RecursiveFilterIterator', - $filter->name, - ), - ); - } + $this->filters[] = [ + new ReflectionClass(TestIdFilterIterator::class), $testIds, + ]; + } + + /** + * @psalm-param list $groups + */ + public function addExcludeGroupFilter(array $groups): void + { + $this->filters[] = [ + new ReflectionClass(ExcludeGroupFilterIterator::class), $groups, + ]; + } - $this->filters[] = [$filter, $args]; + /** + * @psalm-param list $groups + */ + public function addIncludeGroupFilter(array $groups): void + { + $this->filters[] = [ + new ReflectionClass(IncludeGroupFilterIterator::class), $groups, + ]; + } + + /** + * @psalm-param non-empty-string $name + */ + public function addNameFilter(string $name): void + { + $this->filters[] = [ + new ReflectionClass(NameFilterIterator::class), $name, + ]; } public function factory(Iterator $iterator, TestSuite $suite): FilterIterator { foreach ($this->filters as $filter) { - [$class, $args] = $filter; - $iterator = $class->newInstance($iterator, $args, $suite); + [$class, $arguments] = $filter; + $iterator = $class->newInstance($iterator, $arguments, $suite); } assert($iterator instanceof FilterIterator); diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Filter/GroupFilterIterator.php b/Sources/vendor/phpunit/phpunit/src/Runner/Filter/GroupFilterIterator.php old mode 100755 new mode 100644 index b203c196..2c9a2960 --- a/Sources/vendor/phpunit/phpunit/src/Runner/Filter/GroupFilterIterator.php +++ b/Sources/vendor/phpunit/phpunit/src/Runner/Filter/GroupFilterIterator.php @@ -10,9 +10,10 @@ namespace PHPUnit\Runner\Filter; use function array_map; -use function array_merge; +use function array_push; use function in_array; -use function spl_object_hash; +use function spl_object_id; +use PHPUnit\Framework\Test; use PHPUnit\Framework\TestSuite; use RecursiveFilterIterator; use RecursiveIterator; @@ -23,22 +24,26 @@ use RecursiveIterator; abstract class GroupFilterIterator extends RecursiveFilterIterator { /** - * @var string[] + * @psalm-var list */ - protected $groupTests = []; + protected array $groupTests = []; + /** + * @psalm-param RecursiveIterator $iterator + * @psalm-param list $groups + */ public function __construct(RecursiveIterator $iterator, array $groups, TestSuite $suite) { parent::__construct($iterator); - foreach ($suite->getGroupDetails() as $group => $tests) { + foreach ($suite->groupDetails() as $group => $tests) { if (in_array((string) $group, $groups, true)) { $testHashes = array_map( - 'spl_object_hash', + 'spl_object_id', $tests, ); - $this->groupTests = array_merge($this->groupTests, $testHashes); + array_push($this->groupTests, ...$testHashes); } } } @@ -51,8 +56,8 @@ abstract class GroupFilterIterator extends RecursiveFilterIterator return true; } - return $this->doAccept(spl_object_hash($test)); + return $this->doAccept(spl_object_id($test)); } - abstract protected function doAccept(string $hash); + abstract protected function doAccept(int $id): bool; } diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Filter/IncludeGroupFilterIterator.php b/Sources/vendor/phpunit/phpunit/src/Runner/Filter/IncludeGroupFilterIterator.php old mode 100755 new mode 100644 index 0346c601..8a89e8e5 --- a/Sources/vendor/phpunit/phpunit/src/Runner/Filter/IncludeGroupFilterIterator.php +++ b/Sources/vendor/phpunit/phpunit/src/Runner/Filter/IncludeGroupFilterIterator.php @@ -16,8 +16,8 @@ use function in_array; */ final class IncludeGroupFilterIterator extends GroupFilterIterator { - protected function doAccept(string $hash): bool + protected function doAccept(int $id): bool { - return in_array($hash, $this->groupTests, true); + return in_array($id, $this->groupTests, true); } } diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Filter/NameFilterIterator.php b/Sources/vendor/phpunit/phpunit/src/Runner/Filter/NameFilterIterator.php old mode 100755 new mode 100644 index 45c62f05..8d226638 --- a/Sources/vendor/phpunit/phpunit/src/Runner/Filter/NameFilterIterator.php +++ b/Sources/vendor/phpunit/phpunit/src/Runner/Filter/NameFilterIterator.php @@ -15,10 +15,10 @@ use function preg_match; use function sprintf; use function str_replace; use Exception; -use PHPUnit\Framework\ErrorTestCase; +use PHPUnit\Framework\SelfDescribing; +use PHPUnit\Framework\Test; +use PHPUnit\Framework\TestCase; use PHPUnit\Framework\TestSuite; -use PHPUnit\Framework\WarningTestCase; -use PHPUnit\Util\RegularExpression; use RecursiveFilterIterator; use RecursiveIterator; @@ -27,22 +27,14 @@ use RecursiveIterator; */ final class NameFilterIterator extends RecursiveFilterIterator { - /** - * @var string - */ - private $filter; - - /** - * @var int - */ - private $filterMin; - - /** - * @var int - */ - private $filterMax; + private ?string $filter = null; + private ?int $filterMin = null; + private ?int $filterMax = null; /** + * @psalm-param RecursiveIterator $iterator + * @psalm-param non-empty-string $filter + * * @throws Exception */ public function __construct(RecursiveIterator $iterator, string $filter) @@ -52,9 +44,6 @@ final class NameFilterIterator extends RecursiveFilterIterator $this->setFilter($filter); } - /** - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - */ public function accept(): bool { $test = $this->getInnerIterator()->current(); @@ -63,11 +52,9 @@ final class NameFilterIterator extends RecursiveFilterIterator return true; } - $tmp = \PHPUnit\Util\Test::describe($test); + $tmp = $this->describe($test); - if ($test instanceof ErrorTestCase || $test instanceof WarningTestCase) { - $name = $test->getMessage(); - } elseif ($tmp[0] !== '') { + if ($tmp[0] !== '') { $name = implode('::', $tmp); } else { $name = $tmp[1]; @@ -88,7 +75,7 @@ final class NameFilterIterator extends RecursiveFilterIterator */ private function setFilter(string $filter): void { - if (RegularExpression::safeMatch($filter, '') === false) { + if (@preg_match($filter, '') === false) { // Handles: // * testAssertEqualsSucceeds#4 // * testAssertEqualsSucceeds#4-8 @@ -133,4 +120,20 @@ final class NameFilterIterator extends RecursiveFilterIterator $this->filter = $filter; } + + /** + * @psalm-return array{0: string, 1: string} + */ + private function describe(Test $test): array + { + if ($test instanceof TestCase) { + return [$test::class, $test->nameWithDataSet()]; + } + + if ($test instanceof SelfDescribing) { + return ['', $test->toString()]; + } + + return ['', $test::class]; + } } diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Filter/TestIdFilterIterator.php b/Sources/vendor/phpunit/phpunit/src/Runner/Filter/TestIdFilterIterator.php new file mode 100644 index 00000000..6c442896 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/Filter/TestIdFilterIterator.php @@ -0,0 +1,61 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner\Filter; + +use function in_array; +use PHPUnit\Event\TestData\MoreThanOneDataSetFromDataProviderException; +use PHPUnit\Event\TestData\NoDataSetFromDataProviderException; +use PHPUnit\Framework\Test; +use PHPUnit\Framework\TestCase; +use PHPUnit\Framework\TestSuite; +use PHPUnit\Runner\PhptTestCase; +use RecursiveFilterIterator; +use RecursiveIterator; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestIdFilterIterator extends RecursiveFilterIterator +{ + /** + * @psalm-var non-empty-list + */ + private readonly array $testIds; + + /** + * @psalm-param RecursiveIterator $iterator + * @psalm-param non-empty-list $testIds + */ + public function __construct(RecursiveIterator $iterator, array $testIds) + { + parent::__construct($iterator); + + $this->testIds = $testIds; + } + + public function accept(): bool + { + $test = $this->getInnerIterator()->current(); + + if ($test instanceof TestSuite) { + return true; + } + + if (!$test instanceof TestCase && !$test instanceof PhptTestCase) { + return false; + } + + try { + return in_array($test->valueObjectForEvents()->id(), $this->testIds, true); + } catch (MoreThanOneDataSetFromDataProviderException|NoDataSetFromDataProviderException) { + return false; + } + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/GarbageCollection/GarbageCollectionHandler.php b/Sources/vendor/phpunit/phpunit/src/Runner/GarbageCollection/GarbageCollectionHandler.php new file mode 100644 index 00000000..354c2af3 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/GarbageCollection/GarbageCollectionHandler.php @@ -0,0 +1,87 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner\GarbageCollection; + +use function gc_collect_cycles; +use function gc_disable; +use function gc_enable; +use PHPUnit\Event\EventFacadeIsSealedException; +use PHPUnit\Event\Facade; +use PHPUnit\Event\UnknownSubscriberTypeException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class GarbageCollectionHandler +{ + private readonly Facade $facade; + private readonly int $threshold; + private int $tests = 0; + + /** + * @throws EventFacadeIsSealedException + * @throws UnknownSubscriberTypeException + */ + public function __construct(Facade $facade, int $threshold) + { + $this->facade = $facade; + $this->threshold = $threshold; + + $this->registerSubscribers(); + } + + public function executionStarted(): void + { + gc_disable(); + + $this->facade->emitter()->testRunnerDisabledGarbageCollection(); + + gc_collect_cycles(); + + $this->facade->emitter()->testRunnerTriggeredGarbageCollection(); + } + + public function executionFinished(): void + { + gc_collect_cycles(); + + $this->facade->emitter()->testRunnerTriggeredGarbageCollection(); + + gc_enable(); + + $this->facade->emitter()->testRunnerEnabledGarbageCollection(); + } + + public function testFinished(): void + { + $this->tests++; + + if ($this->tests === $this->threshold) { + gc_collect_cycles(); + + $this->facade->emitter()->testRunnerTriggeredGarbageCollection(); + + $this->tests = 0; + } + } + + /** + * @throws EventFacadeIsSealedException + * @throws UnknownSubscriberTypeException + */ + private function registerSubscribers(): void + { + $this->facade->registerSubscribers( + new ExecutionStartedSubscriber($this), + new ExecutionFinishedSubscriber($this), + new TestFinishedSubscriber($this), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/GarbageCollection/Subscriber/ExecutionFinishedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/GarbageCollection/Subscriber/ExecutionFinishedSubscriber.php new file mode 100644 index 00000000..6dabd41d --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/GarbageCollection/Subscriber/ExecutionFinishedSubscriber.php @@ -0,0 +1,29 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner\GarbageCollection; + +use PHPUnit\Event\InvalidArgumentException; +use PHPUnit\Event\TestRunner\ExecutionFinished; +use PHPUnit\Event\TestRunner\ExecutionFinishedSubscriber as TestRunnerExecutionFinishedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class ExecutionFinishedSubscriber extends Subscriber implements TestRunnerExecutionFinishedSubscriber +{ + /** + * @throws \PHPUnit\Framework\InvalidArgumentException + * @throws InvalidArgumentException + */ + public function notify(ExecutionFinished $event): void + { + $this->handler()->executionFinished(); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/GarbageCollection/Subscriber/ExecutionStartedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/GarbageCollection/Subscriber/ExecutionStartedSubscriber.php new file mode 100644 index 00000000..1bb91769 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/GarbageCollection/Subscriber/ExecutionStartedSubscriber.php @@ -0,0 +1,29 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner\GarbageCollection; + +use PHPUnit\Event\InvalidArgumentException; +use PHPUnit\Event\TestRunner\ExecutionStarted; +use PHPUnit\Event\TestRunner\ExecutionStartedSubscriber as TestRunnerExecutionStartedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class ExecutionStartedSubscriber extends Subscriber implements TestRunnerExecutionStartedSubscriber +{ + /** + * @throws \PHPUnit\Framework\InvalidArgumentException + * @throws InvalidArgumentException + */ + public function notify(ExecutionStarted $event): void + { + $this->handler()->executionStarted(); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/GarbageCollection/Subscriber/Subscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/GarbageCollection/Subscriber/Subscriber.php new file mode 100644 index 00000000..74d3d70b --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/GarbageCollection/Subscriber/Subscriber.php @@ -0,0 +1,28 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner\GarbageCollection; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +abstract class Subscriber +{ + private readonly GarbageCollectionHandler $handler; + + public function __construct(GarbageCollectionHandler $handler) + { + $this->handler = $handler; + } + + protected function handler(): GarbageCollectionHandler + { + return $this->handler; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/GarbageCollection/Subscriber/TestFinishedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/GarbageCollection/Subscriber/TestFinishedSubscriber.php new file mode 100644 index 00000000..5736b044 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/GarbageCollection/Subscriber/TestFinishedSubscriber.php @@ -0,0 +1,29 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner\GarbageCollection; + +use PHPUnit\Event\InvalidArgumentException; +use PHPUnit\Event\Test\Finished; +use PHPUnit\Event\Test\FinishedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestFinishedSubscriber extends Subscriber implements FinishedSubscriber +{ + /** + * @throws \PHPUnit\Framework\InvalidArgumentException + * @throws InvalidArgumentException + */ + public function notify(Finished $event): void + { + $this->handler()->testFinished(); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Hook/AfterIncompleteTestHook.php b/Sources/vendor/phpunit/phpunit/src/Runner/Hook/AfterIncompleteTestHook.php deleted file mode 100755 index 432be9a9..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Runner/Hook/AfterIncompleteTestHook.php +++ /dev/null @@ -1,24 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Runner; - -/** - * This interface, as well as the associated mechanism for extending PHPUnit, - * will be removed in PHPUnit 10. There is no alternative available in this - * version of PHPUnit. - * - * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit - * - * @see https://github.com/sebastianbergmann/phpunit/issues/4676 - */ -interface AfterIncompleteTestHook extends TestHook -{ - public function executeAfterIncompleteTest(string $test, string $message, float $time): void; -} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Hook/AfterRiskyTestHook.php b/Sources/vendor/phpunit/phpunit/src/Runner/Hook/AfterRiskyTestHook.php deleted file mode 100755 index 31cc91ab..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Runner/Hook/AfterRiskyTestHook.php +++ /dev/null @@ -1,24 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Runner; - -/** - * This interface, as well as the associated mechanism for extending PHPUnit, - * will be removed in PHPUnit 10. There is no alternative available in this - * version of PHPUnit. - * - * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit - * - * @see https://github.com/sebastianbergmann/phpunit/issues/4676 - */ -interface AfterRiskyTestHook extends TestHook -{ - public function executeAfterRiskyTest(string $test, string $message, float $time): void; -} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Hook/AfterSkippedTestHook.php b/Sources/vendor/phpunit/phpunit/src/Runner/Hook/AfterSkippedTestHook.php deleted file mode 100755 index 76980b3f..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Runner/Hook/AfterSkippedTestHook.php +++ /dev/null @@ -1,24 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Runner; - -/** - * This interface, as well as the associated mechanism for extending PHPUnit, - * will be removed in PHPUnit 10. There is no alternative available in this - * version of PHPUnit. - * - * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit - * - * @see https://github.com/sebastianbergmann/phpunit/issues/4676 - */ -interface AfterSkippedTestHook extends TestHook -{ - public function executeAfterSkippedTest(string $test, string $message, float $time): void; -} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Hook/AfterSuccessfulTestHook.php b/Sources/vendor/phpunit/phpunit/src/Runner/Hook/AfterSuccessfulTestHook.php deleted file mode 100755 index d0a10dd1..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Runner/Hook/AfterSuccessfulTestHook.php +++ /dev/null @@ -1,24 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Runner; - -/** - * This interface, as well as the associated mechanism for extending PHPUnit, - * will be removed in PHPUnit 10. There is no alternative available in this - * version of PHPUnit. - * - * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit - * - * @see https://github.com/sebastianbergmann/phpunit/issues/4676 - */ -interface AfterSuccessfulTestHook extends TestHook -{ - public function executeAfterSuccessfulTest(string $test, float $time): void; -} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestErrorHook.php b/Sources/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestErrorHook.php deleted file mode 100755 index 12ecebd3..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestErrorHook.php +++ /dev/null @@ -1,24 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Runner; - -/** - * This interface, as well as the associated mechanism for extending PHPUnit, - * will be removed in PHPUnit 10. There is no alternative available in this - * version of PHPUnit. - * - * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit - * - * @see https://github.com/sebastianbergmann/phpunit/issues/4676 - */ -interface AfterTestErrorHook extends TestHook -{ - public function executeAfterTestError(string $test, string $message, float $time): void; -} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestFailureHook.php b/Sources/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestFailureHook.php deleted file mode 100755 index 94b2f300..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestFailureHook.php +++ /dev/null @@ -1,24 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Runner; - -/** - * This interface, as well as the associated mechanism for extending PHPUnit, - * will be removed in PHPUnit 10. There is no alternative available in this - * version of PHPUnit. - * - * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit - * - * @see https://github.com/sebastianbergmann/phpunit/issues/4676 - */ -interface AfterTestFailureHook extends TestHook -{ - public function executeAfterTestFailure(string $test, string $message, float $time): void; -} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestHook.php b/Sources/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestHook.php deleted file mode 100755 index 3d5bcaa9..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestHook.php +++ /dev/null @@ -1,30 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Runner; - -/** - * This interface, as well as the associated mechanism for extending PHPUnit, - * will be removed in PHPUnit 10. There is no alternative available in this - * version of PHPUnit. - * - * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit - * - * @see https://github.com/sebastianbergmann/phpunit/issues/4676 - */ -interface AfterTestHook extends TestHook -{ - /** - * This hook will fire after any test, regardless of the result. - * - * For more fine grained control, have a look at the other hooks - * that extend PHPUnit\Runner\Hook. - */ - public function executeAfterTest(string $test, float $time): void; -} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestWarningHook.php b/Sources/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestWarningHook.php deleted file mode 100755 index 860fccee..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Runner/Hook/AfterTestWarningHook.php +++ /dev/null @@ -1,24 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Runner; - -/** - * This interface, as well as the associated mechanism for extending PHPUnit, - * will be removed in PHPUnit 10. There is no alternative available in this - * version of PHPUnit. - * - * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit - * - * @see https://github.com/sebastianbergmann/phpunit/issues/4676 - */ -interface AfterTestWarningHook extends TestHook -{ - public function executeAfterTestWarning(string $test, string $message, float $time): void; -} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Hook/TestListenerAdapter.php b/Sources/vendor/phpunit/phpunit/src/Runner/Hook/TestListenerAdapter.php deleted file mode 100755 index 60fbfba3..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Runner/Hook/TestListenerAdapter.php +++ /dev/null @@ -1,141 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Runner; - -use PHPUnit\Framework\AssertionFailedError; -use PHPUnit\Framework\Test; -use PHPUnit\Framework\TestListener; -use PHPUnit\Framework\TestSuite; -use PHPUnit\Framework\Warning; -use PHPUnit\Util\Test as TestUtil; -use Throwable; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - */ -final class TestListenerAdapter implements TestListener -{ - /** - * @var TestHook[] - */ - private $hooks = []; - - /** - * @var bool - */ - private $lastTestWasNotSuccessful; - - public function add(TestHook $hook): void - { - $this->hooks[] = $hook; - } - - public function startTest(Test $test): void - { - foreach ($this->hooks as $hook) { - if ($hook instanceof BeforeTestHook) { - $hook->executeBeforeTest(TestUtil::describeAsString($test)); - } - } - - $this->lastTestWasNotSuccessful = false; - } - - public function addError(Test $test, Throwable $t, float $time): void - { - foreach ($this->hooks as $hook) { - if ($hook instanceof AfterTestErrorHook) { - $hook->executeAfterTestError(TestUtil::describeAsString($test), $t->getMessage(), $time); - } - } - - $this->lastTestWasNotSuccessful = true; - } - - public function addWarning(Test $test, Warning $e, float $time): void - { - foreach ($this->hooks as $hook) { - if ($hook instanceof AfterTestWarningHook) { - $hook->executeAfterTestWarning(TestUtil::describeAsString($test), $e->getMessage(), $time); - } - } - - $this->lastTestWasNotSuccessful = true; - } - - public function addFailure(Test $test, AssertionFailedError $e, float $time): void - { - foreach ($this->hooks as $hook) { - if ($hook instanceof AfterTestFailureHook) { - $hook->executeAfterTestFailure(TestUtil::describeAsString($test), $e->getMessage(), $time); - } - } - - $this->lastTestWasNotSuccessful = true; - } - - public function addIncompleteTest(Test $test, Throwable $t, float $time): void - { - foreach ($this->hooks as $hook) { - if ($hook instanceof AfterIncompleteTestHook) { - $hook->executeAfterIncompleteTest(TestUtil::describeAsString($test), $t->getMessage(), $time); - } - } - - $this->lastTestWasNotSuccessful = true; - } - - public function addRiskyTest(Test $test, Throwable $t, float $time): void - { - foreach ($this->hooks as $hook) { - if ($hook instanceof AfterRiskyTestHook) { - $hook->executeAfterRiskyTest(TestUtil::describeAsString($test), $t->getMessage(), $time); - } - } - - $this->lastTestWasNotSuccessful = true; - } - - public function addSkippedTest(Test $test, Throwable $t, float $time): void - { - foreach ($this->hooks as $hook) { - if ($hook instanceof AfterSkippedTestHook) { - $hook->executeAfterSkippedTest(TestUtil::describeAsString($test), $t->getMessage(), $time); - } - } - - $this->lastTestWasNotSuccessful = true; - } - - public function endTest(Test $test, float $time): void - { - if (!$this->lastTestWasNotSuccessful) { - foreach ($this->hooks as $hook) { - if ($hook instanceof AfterSuccessfulTestHook) { - $hook->executeAfterSuccessfulTest(TestUtil::describeAsString($test), $time); - } - } - } - - foreach ($this->hooks as $hook) { - if ($hook instanceof AfterTestHook) { - $hook->executeAfterTest(TestUtil::describeAsString($test), $time); - } - } - } - - public function startTestSuite(TestSuite $suite): void - { - } - - public function endTestSuite(TestSuite $suite): void - { - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/PhptTestCase.php b/Sources/vendor/phpunit/phpunit/src/Runner/PhptTestCase.php old mode 100755 new mode 100644 index 988b0ece..e732f000 --- a/Sources/vendor/phpunit/phpunit/src/Runner/PhptTestCase.php +++ b/Sources/vendor/phpunit/phpunit/src/Runner/PhptTestCase.php @@ -26,38 +26,43 @@ use function is_file; use function is_readable; use function is_string; use function ltrim; -use function phpversion; use function preg_match; use function preg_replace; use function preg_split; use function realpath; use function rtrim; -use function sprintf; +use function str_contains; use function str_replace; +use function str_starts_with; use function strncasecmp; -use function strpos; use function substr; use function trim; use function unlink; use function unserialize; use function var_export; -use function version_compare; +use PHPUnit\Event\Code\Phpt; +use PHPUnit\Event\Code\ThrowableBuilder; +use PHPUnit\Event\Facade as EventFacade; +use PHPUnit\Event\NoPreviousThrowableException; use PHPUnit\Framework\Assert; use PHPUnit\Framework\AssertionFailedError; use PHPUnit\Framework\ExecutionOrderDependency; use PHPUnit\Framework\ExpectationFailedException; use PHPUnit\Framework\IncompleteTestError; -use PHPUnit\Framework\PHPTAssertionFailedError; +use PHPUnit\Framework\PhptAssertionFailedError; use PHPUnit\Framework\Reorderable; use PHPUnit\Framework\SelfDescribing; -use PHPUnit\Framework\SkippedTestError; -use PHPUnit\Framework\SyntheticSkippedError; use PHPUnit\Framework\Test; -use PHPUnit\Framework\TestResult; +use PHPUnit\TextUI\Configuration\Registry as ConfigurationRegistry; use PHPUnit\Util\PHP\AbstractPhpProcess; -use SebastianBergmann\CodeCoverage\RawCodeCoverageData; +use SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData; +use SebastianBergmann\CodeCoverage\InvalidArgumentException; +use SebastianBergmann\CodeCoverage\StaticAnalysisCacheNotConfiguredException; +use SebastianBergmann\CodeCoverage\Test\TestSize\TestSize; +use SebastianBergmann\CodeCoverage\Test\TestStatus\TestStatus; +use SebastianBergmann\CodeCoverage\TestIdMissingException; +use SebastianBergmann\CodeCoverage\UnintentionallyCoveredCodeException; use SebastianBergmann\Template\Template; -use SebastianBergmann\Timer\Timer; use Throwable; /** @@ -66,34 +71,23 @@ use Throwable; final class PhptTestCase implements Reorderable, SelfDescribing, Test { /** - * @var string + * @psalm-var non-empty-string */ - private $filename; - - /** - * @var AbstractPhpProcess - */ - private $phpUtil; - - /** - * @var string - */ - private $output = ''; + private readonly string $filename; + private readonly AbstractPhpProcess $phpUtil; + private string $output = ''; /** * Constructs a test case with the given filename. * + * @psalm-param non-empty-string $filename + * * @throws Exception */ public function __construct(string $filename, AbstractPhpProcess $phpUtil = null) { if (!is_file($filename)) { - throw new Exception( - sprintf( - 'File "%s" does not exist.', - $filename, - ), - ); + throw new FileDoesNotExistException($filename); } $this->filename = $filename; @@ -111,32 +105,41 @@ final class PhptTestCase implements Reorderable, SelfDescribing, Test /** * Runs a test and collects its result in a TestResult instance. * - * @throws \SebastianBergmann\CodeCoverage\InvalidArgumentException - * @throws \SebastianBergmann\CodeCoverage\UnintentionallyCoveredCodeException - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * @throws \PHPUnit\Framework\Exception + * @throws \SebastianBergmann\CodeCoverage\ReflectionException + * @throws \SebastianBergmann\Template\InvalidArgumentException * @throws Exception + * @throws InvalidArgumentException + * @throws NoPreviousThrowableException + * @throws StaticAnalysisCacheNotConfiguredException + * @throws TestIdMissingException + * @throws UnintentionallyCoveredCodeException + * + * @noinspection RepetitiveMethodCallsInspection */ - public function run(TestResult $result = null): TestResult + public function run(): void { - if ($result === null) { - $result = new TestResult; - } + $emitter = EventFacade::emitter(); + + $emitter->testPreparationStarted( + $this->valueObjectForEvents(), + ); try { $sections = $this->parse(); } catch (Exception $e) { - $result->startTest($this); - $result->addFailure($this, new SkippedTestError($e->getMessage()), 0); - $result->endTest($this, 0); + $emitter->testPrepared($this->valueObjectForEvents()); + $emitter->testErrored($this->valueObjectForEvents(), ThrowableBuilder::from($e)); + $emitter->testFinished($this->valueObjectForEvents(), 0); - return $result; + return; } $code = $this->render($sections['FILE']); $xfail = false; - $settings = $this->parseIniSection($this->settings($result->getCollectCodeCoverageInformation())); + $settings = $this->parseIniSection($this->settings(CodeCoverage::instance()->isActive())); - $result->startTest($this); + $emitter->testPrepared($this->valueObjectForEvents()); if (isset($sections['INI'])) { $settings = $this->parseIniSection($sections['INI'], $settings); @@ -149,14 +152,8 @@ final class PhptTestCase implements Reorderable, SelfDescribing, Test $this->phpUtil->setUseStderrRedirection(true); - if ($result->enforcesTimeLimit()) { - $this->phpUtil->setTimeout($result->getTimeoutForLargeTests()); - } - - $skip = $this->runSkip($sections, $result, $settings); - - if ($skip) { - return $result; + if ($this->shouldTestBeSkipped($sections, $settings)) { + return; } if (isset($sections['XFAIL'])) { @@ -171,32 +168,34 @@ final class PhptTestCase implements Reorderable, SelfDescribing, Test $this->phpUtil->setArgs($sections['ARGS']); } - if ($result->getCollectCodeCoverageInformation()) { + if (CodeCoverage::instance()->isActive()) { $codeCoverageCacheDirectory = null; - $pathCoverage = false; - $codeCoverage = $result->getCodeCoverage(); - - if ($codeCoverage) { - if ($codeCoverage->cachesStaticAnalysis()) { - $codeCoverageCacheDirectory = $codeCoverage->cacheDirectory(); - } - - $pathCoverage = $codeCoverage->collectsBranchAndPathCoverage(); + if (CodeCoverage::instance()->codeCoverage()->cachesStaticAnalysis()) { + $codeCoverageCacheDirectory = CodeCoverage::instance()->codeCoverage()->cacheDirectory(); } - $this->renderForCoverage($code, $pathCoverage, $codeCoverageCacheDirectory); + $this->renderForCoverage( + $code, + CodeCoverage::instance()->codeCoverage()->collectsBranchAndPathCoverage(), + $codeCoverageCacheDirectory, + ); } - $timer = new Timer; - $timer->start(); - $jobResult = $this->phpUtil->runJob($code, $this->stringifyIni($settings)); - $time = $timer->stop()->asSeconds(); $this->output = $jobResult['stdout'] ?? ''; - if (isset($codeCoverage) && ($coverage = $this->cleanupForCoverage())) { - $codeCoverage->append($coverage, $this, true, [], []); + if (CodeCoverage::instance()->isActive() && ($coverage = $this->cleanupForCoverage())) { + CodeCoverage::instance()->codeCoverage()->start($this->filename, TestSize::large()); + + CodeCoverage::instance()->codeCoverage()->append( + $coverage, + $this->filename, + true, + TestStatus::unknown(), + [], + [], + ); } try { @@ -217,7 +216,7 @@ final class PhptTestCase implements Reorderable, SelfDescribing, Test $hint = $this->getLocationHintFromDiff($diff, $sections); $trace = array_merge($hint, debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS)); - $failure = new PHPTAssertionFailedError( + $failure = new PhptAssertionFailedError( $e->getMessage(), 0, $trace[0]['file'], @@ -227,20 +226,18 @@ final class PhptTestCase implements Reorderable, SelfDescribing, Test ); } - $result->addFailure($this, $failure, $time); + if ($failure instanceof IncompleteTestError) { + $emitter->testMarkedAsIncomplete($this->valueObjectForEvents(), ThrowableBuilder::from($failure)); + } else { + $emitter->testFailed($this->valueObjectForEvents(), ThrowableBuilder::from($failure), null); + } } catch (Throwable $t) { - $result->addError($this, $t, $time); - } - - if ($xfail !== false && $result->allCompletelyImplemented()) { - $result->addFailure($this, new IncompleteTestError('XFAIL section but test passes'), $time); + $emitter->testErrored($this->valueObjectForEvents(), ThrowableBuilder::from($t)); } - $this->runClean($sections, $result->getCollectCodeCoverageInformation()); + $this->runClean($sections, CodeCoverage::instance()->isActive()); - $result->endTest($this, $time); - - return $result; + $emitter->testFinished($this->valueObjectForEvents(), 1); } /** @@ -264,12 +261,12 @@ final class PhptTestCase implements Reorderable, SelfDescribing, Test return false; } - public function getNumAssertions(): int + public function numberOfAssertionsPerformed(): int { return 1; } - public function getActualOutput(): string + public function output(): string { return $this->output; } @@ -285,7 +282,7 @@ final class PhptTestCase implements Reorderable, SelfDescribing, Test } /** - * @return list + * @psalm-return list */ public function provides(): array { @@ -293,26 +290,32 @@ final class PhptTestCase implements Reorderable, SelfDescribing, Test } /** - * @return list + * @psalm-return list */ public function requires(): array { return []; } + /** + * @internal This method is not covered by the backward compatibility promise for PHPUnit + */ + public function valueObjectForEvents(): Phpt + { + return new Phpt($this->filename); + } + /** * Parse --INI-- section key value pairs and return as array. - * - * @param array|string $content */ - private function parseIniSection($content, array $ini = []): array + private function parseIniSection(array|string $content, array $ini = []): array { if (is_string($content)) { $content = explode("\n", trim($content)); } foreach ($content as $setting) { - if (strpos($setting, '=') === false) { + if (!str_contains($setting, '=')) { continue; } @@ -352,7 +355,6 @@ final class PhptTestCase implements Reorderable, SelfDescribing, Test } /** - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws Exception * @throws ExpectationFailedException */ @@ -371,23 +373,16 @@ final class PhptTestCase implements Reorderable, SelfDescribing, Test $sectionContent = preg_replace('/\r\n/', "\n", trim($sections[$sectionName])); $expected = $sectionName === 'EXPECTREGEX' ? "/{$sectionContent}/" : $sectionContent; - if ($expected === '') { - throw new Exception('No PHPT expectation found'); - } - Assert::$sectionAssertion($expected, $actual); return; } } - throw new Exception('No PHPT assertion found'); + throw new InvalidPhptFileException; } - /** - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - */ - private function runSkip(array &$sections, TestResult $result, array $settings): bool + private function shouldTestBeSkipped(array $sections, array $settings): bool { if (!isset($sections['SKIPIF'])) { return false; @@ -403,14 +398,12 @@ final class PhptTestCase implements Reorderable, SelfDescribing, Test $message = substr($skipMatch[1], 2); } - $hint = $this->getLocationHint($message, $sections, 'SKIPIF'); - $trace = array_merge($hint, debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS)); - $result->addFailure( - $this, - new SyntheticSkippedError($message, 0, $trace[0]['file'], $trace[0]['line'], $trace), - 0, + EventFacade::emitter()->testSkipped( + $this->valueObjectForEvents(), + $message, ); - $result->endTest($this, 0); + + EventFacade::emitter()->testFinished($this->valueObjectForEvents(), 0); return true; } @@ -418,7 +411,7 @@ final class PhptTestCase implements Reorderable, SelfDescribing, Test return false; } - private function runClean(array &$sections, bool $collectCoverage): void + private function runClean(array $sections, bool $collectCoverage): void { $this->phpUtil->setStdin(''); $this->phpUtil->setArgs(''); @@ -469,7 +462,7 @@ final class PhptTestCase implements Reorderable, SelfDescribing, Test } if (empty($section)) { - throw new Exception('Invalid PHPT file: empty section header'); + throw new InvalidPhptFileException; } $sections[$section] .= $line; @@ -483,14 +476,12 @@ final class PhptTestCase implements Reorderable, SelfDescribing, Test $this->parseExternal($sections); if (!$this->validate($sections)) { - throw new Exception('Invalid PHPT file'); + throw new InvalidPhptFileException; } foreach ($unsupportedSections as $section) { if (isset($sections[$section])) { - throw new Exception( - "PHPUnit does not support PHPT {$section} sections", - ); + throw new UnsupportedPhptSectionException($section); } } @@ -516,12 +507,9 @@ final class PhptTestCase implements Reorderable, SelfDescribing, Test if (!is_file($testDirectory . $externalFilename) || !is_readable($testDirectory . $externalFilename)) { - throw new Exception( - sprintf( - 'Could not load --%s-- %s for PHPT file', - $section . '_EXTERNAL', - $testDirectory . $externalFilename, - ), + throw new PhptExternalFileCannotBeLoadedException( + $section, + $testDirectory . $externalFilename, ); } @@ -530,7 +518,7 @@ final class PhptTestCase implements Reorderable, SelfDescribing, Test } } - private function validate(array &$sections): bool + private function validate(array $sections): bool { $requiredSections = [ 'FILE', @@ -594,6 +582,9 @@ final class PhptTestCase implements Reorderable, SelfDescribing, Test ]; } + /** + * @throws \SebastianBergmann\Template\InvalidArgumentException + */ private function renderForCoverage(string &$job, bool $pathCoverage, ?string $codeCoverageCacheDirectory): void { $files = $this->getCoverageFiles(); @@ -614,26 +605,23 @@ final class PhptTestCase implements Reorderable, SelfDescribing, Test $phar = var_export(__PHPUNIT_PHAR__, true); } - $globals = ''; - - if (!empty($GLOBALS['__PHPUNIT_BOOTSTRAP'])) { - $globals = '$GLOBALS[\'__PHPUNIT_BOOTSTRAP\'] = ' . var_export( - $GLOBALS['__PHPUNIT_BOOTSTRAP'], - true, - ) . ";\n"; - } - if ($codeCoverageCacheDirectory === null) { $codeCoverageCacheDirectory = 'null'; } else { $codeCoverageCacheDirectory = "'" . $codeCoverageCacheDirectory . "'"; } + $bootstrap = ''; + + if (ConfigurationRegistry::get()->hasBootstrap()) { + $bootstrap = ConfigurationRegistry::get()->bootstrap(); + } + $template->setVar( [ + 'bootstrap' => $bootstrap, 'composerAutoload' => $composerAutoload, 'phar' => $phar, - 'globals' => $globals, 'job' => $files['job'], 'coverageFile' => $files['coverage'], 'driverMethod' => $pathCoverage ? 'forLineAndPathCoverage' : 'forLineCoverage', @@ -707,13 +695,13 @@ final class PhptTestCase implements Reorderable, SelfDescribing, Test } if ($block === 'diff') { - if (strpos($line, '+') === 0) { + if (str_starts_with($line, '+')) { $needle = $this->getCleanDiffLine($previousLine); break; } - if (strpos($line, '-') === 0) { + if (str_starts_with($line, '-')) { $needle = $this->getCleanDiffLine($line); break; @@ -737,7 +725,7 @@ final class PhptTestCase implements Reorderable, SelfDescribing, Test return $line; } - private function getLocationHint(string $needle, array $sections, ?string $sectionName = null): array + private function getLocationHint(string $needle, array $sections): array { $needle = trim($needle); @@ -748,18 +736,12 @@ final class PhptTestCase implements Reorderable, SelfDescribing, Test ]]; } - if ($sectionName) { - $search = [$sectionName]; - } else { - $search = [ - // 'FILE', - 'EXPECT', - 'EXPECTF', - 'EXPECTREGEX', - ]; - } - - $sectionOffset = null; + $search = [ + // 'FILE', + 'EXPECT', + 'EXPECTF', + 'EXPECTREGEX', + ]; foreach ($search as $section) { if (!isset($sections[$section])) { @@ -785,29 +767,25 @@ final class PhptTestCase implements Reorderable, SelfDescribing, Test $offset = $sectionOffset + 1; foreach (preg_split('/\r\n|\r|\n/', $sections[$section]) as $line) { - if (strpos($line, $needle) !== false) { - return [[ - 'file' => realpath($this->filename), - 'line' => $offset, - ]]; + if (str_contains($line, $needle)) { + return [ + [ + 'file' => realpath($this->filename), + 'line' => $offset, + ], + ]; } + $offset++; } } - if ($sectionName) { - // String not found in specified section, show user the start of the named section - return [[ + return [ + [ 'file' => realpath($this->filename), - 'line' => $sectionOffset, - ]]; - } - - // No section specified, show user start of code - return [[ - 'file' => realpath($this->filename), - 'line' => 1, - ]]; + 'line' => 1, + ], + ]; } /** @@ -844,18 +822,10 @@ final class PhptTestCase implements Reorderable, SelfDescribing, Test } if (extension_loaded('xdebug')) { - if (version_compare(phpversion('xdebug'), '3', '>=')) { - if ($collectCoverage) { - $settings[] = 'xdebug.mode=coverage'; - } else { - $settings[] = 'xdebug.mode=off'; - } + if ($collectCoverage) { + $settings[] = 'xdebug.mode=coverage'; } else { - $settings[] = 'xdebug.default_enable=0'; - - if ($collectCoverage) { - $settings[] = 'xdebug.coverage_enable=1'; - } + $settings[] = 'xdebug.mode=off'; } } diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/DefaultTestResultCache.php b/Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/DefaultResultCache.php old mode 100755 new mode 100644 similarity index 58% rename from Sources/vendor/phpunit/phpunit/src/Runner/DefaultTestResultCache.php rename to Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/DefaultResultCache.php index f9d8a90d..bc3e8c44 --- a/Sources/vendor/phpunit/phpunit/src/Runner/DefaultTestResultCache.php +++ b/Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/DefaultResultCache.php @@ -7,64 +7,49 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Runner; +namespace PHPUnit\Runner\ResultCache; use const DIRECTORY_SEPARATOR; -use const LOCK_EX; +use function array_keys; use function assert; use function dirname; use function file_get_contents; use function file_put_contents; -use function in_array; use function is_array; use function is_dir; use function is_file; use function json_decode; use function json_encode; -use function sprintf; +use PHPUnit\Framework\TestStatus\TestStatus; +use PHPUnit\Runner\DirectoryCannotBeCreatedException; +use PHPUnit\Runner\Exception; use PHPUnit\Util\Filesystem; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit */ -final class DefaultTestResultCache implements TestResultCache +final class DefaultResultCache implements ResultCache { /** * @var int */ private const VERSION = 1; - /** - * @psalm-var list - */ - private const ALLOWED_TEST_STATUSES = [ - BaseTestRunner::STATUS_SKIPPED, - BaseTestRunner::STATUS_INCOMPLETE, - BaseTestRunner::STATUS_FAILURE, - BaseTestRunner::STATUS_ERROR, - BaseTestRunner::STATUS_RISKY, - BaseTestRunner::STATUS_WARNING, - ]; - /** * @var string */ private const DEFAULT_RESULT_CACHE_FILENAME = '.phpunit.result.cache'; + private readonly string $cacheFilename; /** - * @var string - */ - private $cacheFilename; - - /** - * @psalm-var array + * @psalm-var array */ - private $defects = []; + private array $defects = []; /** * @psalm-var array */ - private $times = []; + private array $times = []; public function __construct(?string $filepath = null) { @@ -75,28 +60,28 @@ final class DefaultTestResultCache implements TestResultCache $this->cacheFilename = $filepath ?? $_ENV['PHPUNIT_RESULT_CACHE'] ?? self::DEFAULT_RESULT_CACHE_FILENAME; } - public function setState(string $testName, int $state): void + public function setStatus(string $id, TestStatus $status): void { - if (!in_array($state, self::ALLOWED_TEST_STATUSES, true)) { + if ($status->isSuccess()) { return; } - $this->defects[$testName] = $state; + $this->defects[$id] = $status; } - public function getState(string $testName): int + public function status(string $id): TestStatus { - return $this->defects[$testName] ?? BaseTestRunner::STATUS_UNKNOWN; + return $this->defects[$id] ?? TestStatus::unknown(); } - public function setTime(string $testName, float $time): void + public function setTime(string $id, float $time): void { - $this->times[$testName] = $time; + $this->times[$id] = $time; } - public function getTime(string $testName): float + public function time(string $id): float { - return $this->times[$testName] ?? 0.0; + return $this->times[$id] ?? 0.0; } public function load(): void @@ -125,6 +110,10 @@ final class DefaultTestResultCache implements TestResultCache assert(isset($data['defects']) && is_array($data['defects'])); assert(isset($data['times']) && is_array($data['times'])); + foreach (array_keys($data['defects']) as $test) { + $data['defects'][$test] = TestStatus::from($data['defects'][$test]); + } + $this->defects = $data['defects']; $this->times = $data['times']; } @@ -135,23 +124,22 @@ final class DefaultTestResultCache implements TestResultCache public function persist(): void { if (!Filesystem::createDirectory(dirname($this->cacheFilename))) { - throw new Exception( - sprintf( - 'Cannot create directory "%s" for result cache file', - $this->cacheFilename, - ), - ); + throw new DirectoryCannotBeCreatedException($this->cacheFilename); + } + + $data = [ + 'version' => self::VERSION, + 'defects' => [], + 'times' => $this->times, + ]; + + foreach ($this->defects as $test => $status) { + $data['defects'][$test] = $status->asInt(); } file_put_contents( $this->cacheFilename, - json_encode( - [ - 'version' => self::VERSION, - 'defects' => $this->defects, - 'times' => $this->times, - ], - ), + json_encode($data), LOCK_EX, ); } diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/NullTestResultCache.php b/Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/NullResultCache.php old mode 100755 new mode 100644 similarity index 56% rename from Sources/vendor/phpunit/phpunit/src/Runner/NullTestResultCache.php rename to Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/NullResultCache.php index 2aa86534..1e93eeb9 --- a/Sources/vendor/phpunit/phpunit/src/Runner/NullTestResultCache.php +++ b/Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/NullResultCache.php @@ -7,27 +7,29 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Runner; +namespace PHPUnit\Runner\ResultCache; + +use PHPUnit\Framework\TestStatus\TestStatus; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit */ -final class NullTestResultCache implements TestResultCache +final class NullResultCache implements ResultCache { - public function setState(string $testName, int $state): void + public function setStatus(string $id, TestStatus $status): void { } - public function getState(string $testName): int + public function status(string $id): TestStatus { - return BaseTestRunner::STATUS_UNKNOWN; + return TestStatus::unknown(); } - public function setTime(string $testName, float $time): void + public function setTime(string $id, float $time): void { } - public function getTime(string $testName): float + public function time(string $id): float { return 0; } diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/TestResultCache.php b/Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/ResultCache.php old mode 100755 new mode 100644 similarity index 56% rename from Sources/vendor/phpunit/phpunit/src/Runner/TestResultCache.php rename to Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/ResultCache.php index 69e62828..95546048 --- a/Sources/vendor/phpunit/phpunit/src/Runner/TestResultCache.php +++ b/Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/ResultCache.php @@ -7,20 +7,22 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Runner; +namespace PHPUnit\Runner\ResultCache; + +use PHPUnit\Framework\TestStatus\TestStatus; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit */ -interface TestResultCache +interface ResultCache { - public function setState(string $testName, int $state): void; + public function setStatus(string $id, TestStatus $status): void; - public function getState(string $testName): int; + public function status(string $id): TestStatus; - public function setTime(string $testName, float $time): void; + public function setTime(string $id, float $time): void; - public function getTime(string $testName): float; + public function time(string $id): float; public function load(): void; diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/ResultCacheHandler.php b/Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/ResultCacheHandler.php new file mode 100644 index 00000000..f0b054e2 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/ResultCacheHandler.php @@ -0,0 +1,155 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner\ResultCache; + +use function round; +use PHPUnit\Event\Event; +use PHPUnit\Event\EventFacadeIsSealedException; +use PHPUnit\Event\Facade; +use PHPUnit\Event\Telemetry\HRTime; +use PHPUnit\Event\Test\ConsideredRisky; +use PHPUnit\Event\Test\Errored; +use PHPUnit\Event\Test\Failed; +use PHPUnit\Event\Test\Finished; +use PHPUnit\Event\Test\MarkedIncomplete; +use PHPUnit\Event\Test\Prepared; +use PHPUnit\Event\Test\Skipped; +use PHPUnit\Event\UnknownSubscriberTypeException; +use PHPUnit\Framework\InvalidArgumentException; +use PHPUnit\Framework\TestStatus\TestStatus; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class ResultCacheHandler +{ + private readonly ResultCache $cache; + private ?HRTime $time = null; + private int $testSuite = 0; + + /** + * @throws EventFacadeIsSealedException + * @throws UnknownSubscriberTypeException + */ + public function __construct(ResultCache $cache, Facade $facade) + { + $this->cache = $cache; + + $this->registerSubscribers($facade); + } + + public function testSuiteStarted(): void + { + $this->testSuite++; + } + + public function testSuiteFinished(): void + { + $this->testSuite--; + + if ($this->testSuite === 0) { + $this->cache->persist(); + } + } + + public function testPrepared(Prepared $event): void + { + $this->time = $event->telemetryInfo()->time(); + } + + public function testMarkedIncomplete(MarkedIncomplete $event): void + { + $this->cache->setStatus( + $event->test()->id(), + TestStatus::incomplete($event->throwable()->message()), + ); + } + + public function testConsideredRisky(ConsideredRisky $event): void + { + $this->cache->setStatus( + $event->test()->id(), + TestStatus::risky($event->message()), + ); + } + + public function testErrored(Errored $event): void + { + $this->cache->setStatus( + $event->test()->id(), + TestStatus::error($event->throwable()->message()), + ); + } + + public function testFailed(Failed $event): void + { + $this->cache->setStatus( + $event->test()->id(), + TestStatus::failure($event->throwable()->message()), + ); + } + + /** + * @throws \PHPUnit\Event\InvalidArgumentException + * @throws InvalidArgumentException + */ + public function testSkipped(Skipped $event): void + { + $this->cache->setStatus( + $event->test()->id(), + TestStatus::skipped($event->message()), + ); + + $this->cache->setTime($event->test()->id(), $this->duration($event)); + } + + /** + * @throws \PHPUnit\Event\InvalidArgumentException + * @throws InvalidArgumentException + */ + public function testFinished(Finished $event): void + { + $this->cache->setTime($event->test()->id(), $this->duration($event)); + + $this->time = null; + } + + /** + * @throws \PHPUnit\Event\InvalidArgumentException + * @throws InvalidArgumentException + */ + private function duration(Event $event): float + { + if ($this->time === null) { + return 0.0; + } + + return round($event->telemetryInfo()->time()->duration($this->time)->asFloat(), 3); + } + + /** + * @throws EventFacadeIsSealedException + * @throws UnknownSubscriberTypeException + */ + private function registerSubscribers(Facade $facade): void + { + $facade->registerSubscribers( + new TestSuiteStartedSubscriber($this), + new TestSuiteFinishedSubscriber($this), + new TestPreparedSubscriber($this), + new TestMarkedIncompleteSubscriber($this), + new TestConsideredRiskySubscriber($this), + new TestErroredSubscriber($this), + new TestFailedSubscriber($this), + new TestSkippedSubscriber($this), + new TestFinishedSubscriber($this), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/Subscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/Subscriber.php new file mode 100644 index 00000000..77abb6f1 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/Subscriber.php @@ -0,0 +1,28 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner\ResultCache; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +abstract class Subscriber +{ + private readonly ResultCacheHandler $handler; + + public function __construct(ResultCacheHandler $handler) + { + $this->handler = $handler; + } + + protected function handler(): ResultCacheHandler + { + return $this->handler; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestConsideredRiskySubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestConsideredRiskySubscriber.php new file mode 100644 index 00000000..6ca0701a --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestConsideredRiskySubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner\ResultCache; + +use PHPUnit\Event\Test\ConsideredRisky; +use PHPUnit\Event\Test\ConsideredRiskySubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestConsideredRiskySubscriber extends Subscriber implements ConsideredRiskySubscriber +{ + public function notify(ConsideredRisky $event): void + { + $this->handler()->testConsideredRisky($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestErroredSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestErroredSubscriber.php new file mode 100644 index 00000000..954551bd --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestErroredSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner\ResultCache; + +use PHPUnit\Event\Test\Errored; +use PHPUnit\Event\Test\ErroredSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestErroredSubscriber extends Subscriber implements ErroredSubscriber +{ + public function notify(Errored $event): void + { + $this->handler()->testErrored($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestFailedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestFailedSubscriber.php new file mode 100644 index 00000000..effdb0c2 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestFailedSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner\ResultCache; + +use PHPUnit\Event\Test\Failed; +use PHPUnit\Event\Test\FailedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestFailedSubscriber extends Subscriber implements FailedSubscriber +{ + public function notify(Failed $event): void + { + $this->handler()->testFailed($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestFinishedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestFinishedSubscriber.php new file mode 100644 index 00000000..ff39f716 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestFinishedSubscriber.php @@ -0,0 +1,29 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner\ResultCache; + +use PHPUnit\Event\InvalidArgumentException; +use PHPUnit\Event\Test\Finished; +use PHPUnit\Event\Test\FinishedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestFinishedSubscriber extends Subscriber implements FinishedSubscriber +{ + /** + * @throws \PHPUnit\Framework\InvalidArgumentException + * @throws InvalidArgumentException + */ + public function notify(Finished $event): void + { + $this->handler()->testFinished($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestMarkedIncompleteSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestMarkedIncompleteSubscriber.php new file mode 100644 index 00000000..69364ac2 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestMarkedIncompleteSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner\ResultCache; + +use PHPUnit\Event\Test\MarkedIncomplete; +use PHPUnit\Event\Test\MarkedIncompleteSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestMarkedIncompleteSubscriber extends Subscriber implements MarkedIncompleteSubscriber +{ + public function notify(MarkedIncomplete $event): void + { + $this->handler()->testMarkedIncomplete($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestPreparedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestPreparedSubscriber.php new file mode 100644 index 00000000..eee675b1 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestPreparedSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner\ResultCache; + +use PHPUnit\Event\Test\Prepared; +use PHPUnit\Event\Test\PreparedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestPreparedSubscriber extends Subscriber implements PreparedSubscriber +{ + public function notify(Prepared $event): void + { + $this->handler()->testPrepared($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestSkippedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestSkippedSubscriber.php new file mode 100644 index 00000000..21c748b0 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestSkippedSubscriber.php @@ -0,0 +1,29 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner\ResultCache; + +use PHPUnit\Event\InvalidArgumentException; +use PHPUnit\Event\Test\Skipped; +use PHPUnit\Event\Test\SkippedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestSkippedSubscriber extends Subscriber implements SkippedSubscriber +{ + /** + * @throws \PHPUnit\Framework\InvalidArgumentException + * @throws InvalidArgumentException + */ + public function notify(Skipped $event): void + { + $this->handler()->testSkipped($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestSuiteFinishedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestSuiteFinishedSubscriber.php new file mode 100644 index 00000000..c252823b --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestSuiteFinishedSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner\ResultCache; + +use PHPUnit\Event\TestSuite\Finished; +use PHPUnit\Event\TestSuite\FinishedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestSuiteFinishedSubscriber extends Subscriber implements FinishedSubscriber +{ + public function notify(Finished $event): void + { + $this->handler()->testSuiteFinished(); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestSuiteStartedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestSuiteStartedSubscriber.php new file mode 100644 index 00000000..1c78b0ec --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestSuiteStartedSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Runner\ResultCache; + +use PHPUnit\Event\TestSuite\Started; +use PHPUnit\Event\TestSuite\StartedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestSuiteStartedSubscriber extends Subscriber implements StartedSubscriber +{ + public function notify(Started $event): void + { + $this->handler()->testSuiteStarted(); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/ResultCacheExtension.php b/Sources/vendor/phpunit/phpunit/src/Runner/ResultCacheExtension.php deleted file mode 100755 index 31d7610e..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Runner/ResultCacheExtension.php +++ /dev/null @@ -1,110 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Runner; - -use function preg_match; -use function round; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - */ -final class ResultCacheExtension implements AfterIncompleteTestHook, AfterLastTestHook, AfterRiskyTestHook, AfterSkippedTestHook, AfterSuccessfulTestHook, AfterTestErrorHook, AfterTestFailureHook, AfterTestWarningHook -{ - /** - * @var TestResultCache - */ - private $cache; - - public function __construct(TestResultCache $cache) - { - $this->cache = $cache; - } - - public function flush(): void - { - $this->cache->persist(); - } - - public function executeAfterSuccessfulTest(string $test, float $time): void - { - $testName = $this->getTestName($test); - - $this->cache->setTime($testName, round($time, 3)); - } - - public function executeAfterIncompleteTest(string $test, string $message, float $time): void - { - $testName = $this->getTestName($test); - - $this->cache->setTime($testName, round($time, 3)); - $this->cache->setState($testName, BaseTestRunner::STATUS_INCOMPLETE); - } - - public function executeAfterRiskyTest(string $test, string $message, float $time): void - { - $testName = $this->getTestName($test); - - $this->cache->setTime($testName, round($time, 3)); - $this->cache->setState($testName, BaseTestRunner::STATUS_RISKY); - } - - public function executeAfterSkippedTest(string $test, string $message, float $time): void - { - $testName = $this->getTestName($test); - - $this->cache->setTime($testName, round($time, 3)); - $this->cache->setState($testName, BaseTestRunner::STATUS_SKIPPED); - } - - public function executeAfterTestError(string $test, string $message, float $time): void - { - $testName = $this->getTestName($test); - - $this->cache->setTime($testName, round($time, 3)); - $this->cache->setState($testName, BaseTestRunner::STATUS_ERROR); - } - - public function executeAfterTestFailure(string $test, string $message, float $time): void - { - $testName = $this->getTestName($test); - - $this->cache->setTime($testName, round($time, 3)); - $this->cache->setState($testName, BaseTestRunner::STATUS_FAILURE); - } - - public function executeAfterTestWarning(string $test, string $message, float $time): void - { - $testName = $this->getTestName($test); - - $this->cache->setTime($testName, round($time, 3)); - $this->cache->setState($testName, BaseTestRunner::STATUS_WARNING); - } - - public function executeAfterLastTest(): void - { - $this->flush(); - } - - /** - * @param string $test A long description format of the current test - * - * @return string The test name without TestSuiteClassName:: and @dataprovider details - */ - private function getTestName(string $test): string - { - $matches = []; - - if (preg_match('/^(?\S+::\S+)(?:(? with data set (?:#\d+|"[^"]+"))\s\()?/', $test, $matches)) { - $test = $matches['name'] . ($matches['dataname'] ?? ''); - } - - return $test; - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/StandardTestSuiteLoader.php b/Sources/vendor/phpunit/phpunit/src/Runner/StandardTestSuiteLoader.php deleted file mode 100755 index f957e81a..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Runner/StandardTestSuiteLoader.php +++ /dev/null @@ -1,152 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Runner; - -use function array_diff; -use function array_values; -use function basename; -use function class_exists; -use function get_declared_classes; -use function sprintf; -use function stripos; -use function strlen; -use function substr; -use PHPUnit\Framework\TestCase; -use PHPUnit\Util\FileLoader; -use ReflectionClass; -use ReflectionException; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - * - * @deprecated see https://github.com/sebastianbergmann/phpunit/issues/4039 - */ -final class StandardTestSuiteLoader implements TestSuiteLoader -{ - /** - * @throws Exception - */ - public function load(string $suiteClassFile): ReflectionClass - { - $suiteClassName = basename($suiteClassFile, '.php'); - $loadedClasses = get_declared_classes(); - - if (!class_exists($suiteClassName, false)) { - /* @noinspection UnusedFunctionResultInspection */ - FileLoader::checkAndLoad($suiteClassFile); - - $loadedClasses = array_values( - array_diff(get_declared_classes(), $loadedClasses), - ); - - if (empty($loadedClasses)) { - throw new Exception( - sprintf( - 'Class %s could not be found in %s', - $suiteClassName, - $suiteClassFile, - ), - ); - } - } - - if (!class_exists($suiteClassName, false)) { - $offset = 0 - strlen($suiteClassName); - - foreach ($loadedClasses as $loadedClass) { - // @see https://github.com/sebastianbergmann/phpunit/issues/5020 - if (stripos(substr($loadedClass, $offset - 1), '\\' . $suiteClassName) === 0 || - stripos(substr($loadedClass, $offset - 1), '_' . $suiteClassName) === 0) { - $suiteClassName = $loadedClass; - - break; - } - } - } - - if (!class_exists($suiteClassName, false)) { - throw new Exception( - sprintf( - 'Class %s could not be found in %s', - $suiteClassName, - $suiteClassFile, - ), - ); - } - - try { - $class = new ReflectionClass($suiteClassName); - // @codeCoverageIgnoreStart - } catch (ReflectionException $e) { - throw new Exception( - $e->getMessage(), - $e->getCode(), - $e, - ); - } - // @codeCoverageIgnoreEnd - - if ($class->isSubclassOf(TestCase::class)) { - if ($class->isAbstract()) { - throw new Exception( - sprintf( - 'Class %s declared in %s is abstract', - $suiteClassName, - $suiteClassFile, - ), - ); - } - - return $class; - } - - if ($class->hasMethod('suite')) { - try { - $method = $class->getMethod('suite'); - // @codeCoverageIgnoreStart - } catch (ReflectionException $e) { - throw new Exception( - sprintf( - 'Method %s::suite() declared in %s is abstract', - $suiteClassName, - $suiteClassFile, - ), - ); - } - - if (!$method->isPublic()) { - throw new Exception( - sprintf( - 'Method %s::suite() declared in %s is not public', - $suiteClassName, - $suiteClassFile, - ), - ); - } - - if (!$method->isStatic()) { - throw new Exception( - sprintf( - 'Method %s::suite() declared in %s is not static', - $suiteClassName, - $suiteClassFile, - ), - ); - } - } - - return $class; - } - - public function reload(ReflectionClass $aClass): ReflectionClass - { - return $aClass; - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Collector.php b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Collector.php new file mode 100644 index 00000000..f6d3acc4 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Collector.php @@ -0,0 +1,654 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TestRunner\TestResult; + +use function array_values; +use function assert; +use function implode; +use function str_contains; +use PHPUnit\Event\Code\TestMethod; +use PHPUnit\Event\EventFacadeIsSealedException; +use PHPUnit\Event\Facade; +use PHPUnit\Event\Test\BeforeFirstTestMethodErrored; +use PHPUnit\Event\Test\ConsideredRisky; +use PHPUnit\Event\Test\DeprecationTriggered; +use PHPUnit\Event\Test\Errored; +use PHPUnit\Event\Test\ErrorTriggered; +use PHPUnit\Event\Test\Failed; +use PHPUnit\Event\Test\Finished; +use PHPUnit\Event\Test\MarkedIncomplete; +use PHPUnit\Event\Test\NoticeTriggered; +use PHPUnit\Event\Test\PhpDeprecationTriggered; +use PHPUnit\Event\Test\PhpNoticeTriggered; +use PHPUnit\Event\Test\PhpunitDeprecationTriggered; +use PHPUnit\Event\Test\PhpunitErrorTriggered; +use PHPUnit\Event\Test\PhpunitWarningTriggered; +use PHPUnit\Event\Test\PhpWarningTriggered; +use PHPUnit\Event\Test\Skipped as TestSkipped; +use PHPUnit\Event\Test\WarningTriggered; +use PHPUnit\Event\TestData\NoDataSetFromDataProviderException; +use PHPUnit\Event\TestRunner\DeprecationTriggered as TestRunnerDeprecationTriggered; +use PHPUnit\Event\TestRunner\ExecutionStarted; +use PHPUnit\Event\TestRunner\WarningTriggered as TestRunnerWarningTriggered; +use PHPUnit\Event\TestSuite\Finished as TestSuiteFinished; +use PHPUnit\Event\TestSuite\Skipped as TestSuiteSkipped; +use PHPUnit\Event\TestSuite\Started as TestSuiteStarted; +use PHPUnit\Event\TestSuite\TestSuiteForTestClass; +use PHPUnit\Event\TestSuite\TestSuiteForTestMethodWithDataProvider; +use PHPUnit\Event\UnknownSubscriberTypeException; +use PHPUnit\TestRunner\TestResult\Issues\Issue; +use PHPUnit\TextUI\Configuration\Source; +use PHPUnit\TextUI\Configuration\SourceFilter; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class Collector +{ + private readonly Source $source; + private int $numberOfTests = 0; + private int $numberOfTestsRun = 0; + private int $numberOfAssertions = 0; + private bool $prepared = false; + private bool $currentTestSuiteForTestClassFailed = false; + + /** + * @psalm-var non-negative-int + */ + private int $numberOfIssuesIgnoredByBaseline = 0; + + /** + * @psalm-var list + */ + private array $testErroredEvents = []; + + /** + * @psalm-var list + */ + private array $testFailedEvents = []; + + /** + * @psalm-var list + */ + private array $testMarkedIncompleteEvents = []; + + /** + * @psalm-var list + */ + private array $testSuiteSkippedEvents = []; + + /** + * @psalm-var list + */ + private array $testSkippedEvents = []; + + /** + * @psalm-var array> + */ + private array $testConsideredRiskyEvents = []; + + /** + * @psalm-var array> + */ + private array $testTriggeredPhpunitDeprecationEvents = []; + + /** + * @psalm-var array> + */ + private array $testTriggeredPhpunitErrorEvents = []; + + /** + * @psalm-var array> + */ + private array $testTriggeredPhpunitWarningEvents = []; + + /** + * @psalm-var list + */ + private array $testRunnerTriggeredWarningEvents = []; + + /** + * @psalm-var list + */ + private array $testRunnerTriggeredDeprecationEvents = []; + + /** + * @psalm-var array + */ + private array $errors = []; + + /** + * @psalm-var array + */ + private array $deprecations = []; + + /** + * @psalm-var array + */ + private array $notices = []; + + /** + * @psalm-var array + */ + private array $warnings = []; + + /** + * @psalm-var array + */ + private array $phpDeprecations = []; + + /** + * @psalm-var array + */ + private array $phpNotices = []; + + /** + * @psalm-var array + */ + private array $phpWarnings = []; + + /** + * @throws EventFacadeIsSealedException + * @throws UnknownSubscriberTypeException + */ + public function __construct(Facade $facade, Source $source) + { + $facade->registerSubscribers( + new ExecutionStartedSubscriber($this), + new TestSuiteSkippedSubscriber($this), + new TestSuiteStartedSubscriber($this), + new TestSuiteFinishedSubscriber($this), + new TestPreparedSubscriber($this), + new TestFinishedSubscriber($this), + new BeforeTestClassMethodErroredSubscriber($this), + new TestErroredSubscriber($this), + new TestFailedSubscriber($this), + new TestMarkedIncompleteSubscriber($this), + new TestSkippedSubscriber($this), + new TestConsideredRiskySubscriber($this), + new TestTriggeredDeprecationSubscriber($this), + new TestTriggeredErrorSubscriber($this), + new TestTriggeredNoticeSubscriber($this), + new TestTriggeredPhpDeprecationSubscriber($this), + new TestTriggeredPhpNoticeSubscriber($this), + new TestTriggeredPhpunitDeprecationSubscriber($this), + new TestTriggeredPhpunitErrorSubscriber($this), + new TestTriggeredPhpunitWarningSubscriber($this), + new TestTriggeredPhpWarningSubscriber($this), + new TestTriggeredWarningSubscriber($this), + new TestRunnerTriggeredDeprecationSubscriber($this), + new TestRunnerTriggeredWarningSubscriber($this), + ); + + $this->source = $source; + } + + public function result(): TestResult + { + return new TestResult( + $this->numberOfTests, + $this->numberOfTestsRun, + $this->numberOfAssertions, + $this->testErroredEvents, + $this->testFailedEvents, + $this->testConsideredRiskyEvents, + $this->testSuiteSkippedEvents, + $this->testSkippedEvents, + $this->testMarkedIncompleteEvents, + $this->testTriggeredPhpunitDeprecationEvents, + $this->testTriggeredPhpunitErrorEvents, + $this->testTriggeredPhpunitWarningEvents, + $this->testRunnerTriggeredDeprecationEvents, + $this->testRunnerTriggeredWarningEvents, + array_values($this->errors), + array_values($this->deprecations), + array_values($this->notices), + array_values($this->warnings), + array_values($this->phpDeprecations), + array_values($this->phpNotices), + array_values($this->phpWarnings), + $this->numberOfIssuesIgnoredByBaseline, + ); + } + + public function executionStarted(ExecutionStarted $event): void + { + $this->numberOfTests = $event->testSuite()->count(); + } + + public function testSuiteSkipped(TestSuiteSkipped $event): void + { + $testSuite = $event->testSuite(); + + if (!$testSuite->isForTestClass()) { + return; + } + + $this->testSuiteSkippedEvents[] = $event; + } + + public function testSuiteStarted(TestSuiteStarted $event): void + { + $testSuite = $event->testSuite(); + + if (!$testSuite->isForTestClass()) { + return; + } + + $this->currentTestSuiteForTestClassFailed = false; + } + + /** + * @throws NoDataSetFromDataProviderException + */ + public function testSuiteFinished(TestSuiteFinished $event): void + { + if ($this->currentTestSuiteForTestClassFailed) { + return; + } + + $testSuite = $event->testSuite(); + + if ($testSuite->isWithName()) { + return; + } + + if ($testSuite->isForTestMethodWithDataProvider()) { + assert($testSuite instanceof TestSuiteForTestMethodWithDataProvider); + + $test = $testSuite->tests()->asArray()[0]; + + assert($test instanceof TestMethod); + + PassedTests::instance()->testMethodPassed($test, null); + + return; + } + + assert($testSuite instanceof TestSuiteForTestClass); + + PassedTests::instance()->testClassPassed($testSuite->className()); + } + + public function testPrepared(): void + { + $this->prepared = true; + } + + public function testFinished(Finished $event): void + { + $this->numberOfAssertions += $event->numberOfAssertionsPerformed(); + + $this->numberOfTestsRun++; + + $this->prepared = false; + } + + public function beforeTestClassMethodErrored(BeforeFirstTestMethodErrored $event): void + { + $this->testErroredEvents[] = $event; + + $this->numberOfTestsRun++; + } + + public function testErrored(Errored $event): void + { + $this->testErroredEvents[] = $event; + + $this->currentTestSuiteForTestClassFailed = true; + + /* + * @todo Eliminate this special case + */ + if (str_contains($event->asString(), 'Test was run in child process and ended unexpectedly')) { + return; + } + + if (!$this->prepared) { + $this->numberOfTestsRun++; + } + } + + public function testFailed(Failed $event): void + { + $this->testFailedEvents[] = $event; + + $this->currentTestSuiteForTestClassFailed = true; + } + + public function testMarkedIncomplete(MarkedIncomplete $event): void + { + $this->testMarkedIncompleteEvents[] = $event; + } + + public function testSkipped(TestSkipped $event): void + { + $this->testSkippedEvents[] = $event; + + if (!$this->prepared) { + $this->numberOfTestsRun++; + } + } + + public function testConsideredRisky(ConsideredRisky $event): void + { + if (!isset($this->testConsideredRiskyEvents[$event->test()->id()])) { + $this->testConsideredRiskyEvents[$event->test()->id()] = []; + } + + $this->testConsideredRiskyEvents[$event->test()->id()][] = $event; + } + + public function testTriggeredDeprecation(DeprecationTriggered $event): void + { + if ($event->ignoredByBaseline()) { + $this->numberOfIssuesIgnoredByBaseline++; + + return; + } + + if (!$this->source->ignoreSuppressionOfDeprecations() && $event->wasSuppressed()) { + return; + } + + if ($this->source->restrictDeprecations() && !(new SourceFilter)->includes($this->source, $event->file())) { + return; + } + + $id = $this->issueId($event); + + if (!isset($this->deprecations[$id])) { + $this->deprecations[$id] = Issue::from( + $event->file(), + $event->line(), + $event->message(), + $event->test(), + ); + + return; + } + + $this->deprecations[$id]->triggeredBy($event->test()); + } + + public function testTriggeredPhpDeprecation(PhpDeprecationTriggered $event): void + { + if ($event->ignoredByBaseline()) { + $this->numberOfIssuesIgnoredByBaseline++; + + return; + } + + if (!$this->source->ignoreSuppressionOfPhpDeprecations() && $event->wasSuppressed()) { + return; + } + + if ($this->source->restrictDeprecations() && !(new SourceFilter)->includes($this->source, $event->file())) { + return; + } + + $id = $this->issueId($event); + + if (!isset($this->phpDeprecations[$id])) { + $this->phpDeprecations[$id] = Issue::from( + $event->file(), + $event->line(), + $event->message(), + $event->test(), + ); + + return; + } + + $this->phpDeprecations[$id]->triggeredBy($event->test()); + } + + public function testTriggeredPhpunitDeprecation(PhpunitDeprecationTriggered $event): void + { + if (!isset($this->testTriggeredPhpunitDeprecationEvents[$event->test()->id()])) { + $this->testTriggeredPhpunitDeprecationEvents[$event->test()->id()] = []; + } + + $this->testTriggeredPhpunitDeprecationEvents[$event->test()->id()][] = $event; + } + + public function testTriggeredError(ErrorTriggered $event): void + { + if (!$this->source->ignoreSuppressionOfErrors() && $event->wasSuppressed()) { + return; + } + + $id = $this->issueId($event); + + if (!isset($this->errors[$id])) { + $this->errors[$id] = Issue::from( + $event->file(), + $event->line(), + $event->message(), + $event->test(), + ); + + return; + } + + $this->errors[$id]->triggeredBy($event->test()); + } + + public function testTriggeredNotice(NoticeTriggered $event): void + { + if ($event->ignoredByBaseline()) { + $this->numberOfIssuesIgnoredByBaseline++; + + return; + } + + if (!$this->source->ignoreSuppressionOfNotices() && $event->wasSuppressed()) { + return; + } + + if ($this->source->restrictNotices() && !(new SourceFilter)->includes($this->source, $event->file())) { + return; + } + + $id = $this->issueId($event); + + if (!isset($this->notices[$id])) { + $this->notices[$id] = Issue::from( + $event->file(), + $event->line(), + $event->message(), + $event->test(), + ); + + return; + } + + $this->notices[$id]->triggeredBy($event->test()); + } + + public function testTriggeredPhpNotice(PhpNoticeTriggered $event): void + { + if ($event->ignoredByBaseline()) { + $this->numberOfIssuesIgnoredByBaseline++; + + return; + } + + if (!$this->source->ignoreSuppressionOfPhpNotices() && $event->wasSuppressed()) { + return; + } + + if ($this->source->restrictNotices() && !(new SourceFilter)->includes($this->source, $event->file())) { + return; + } + + $id = $this->issueId($event); + + if (!isset($this->phpNotices[$id])) { + $this->phpNotices[$id] = Issue::from( + $event->file(), + $event->line(), + $event->message(), + $event->test(), + ); + + return; + } + + $this->phpNotices[$id]->triggeredBy($event->test()); + } + + public function testTriggeredWarning(WarningTriggered $event): void + { + if ($event->ignoredByBaseline()) { + $this->numberOfIssuesIgnoredByBaseline++; + + return; + } + + if (!$this->source->ignoreSuppressionOfWarnings() && $event->wasSuppressed()) { + return; + } + + if ($this->source->restrictWarnings() && !(new SourceFilter)->includes($this->source, $event->file())) { + return; + } + + $id = $this->issueId($event); + + if (!isset($this->warnings[$id])) { + $this->warnings[$id] = Issue::from( + $event->file(), + $event->line(), + $event->message(), + $event->test(), + ); + + return; + } + + $this->warnings[$id]->triggeredBy($event->test()); + } + + public function testTriggeredPhpWarning(PhpWarningTriggered $event): void + { + if ($event->ignoredByBaseline()) { + $this->numberOfIssuesIgnoredByBaseline++; + + return; + } + + if (!$this->source->ignoreSuppressionOfPhpWarnings() && $event->wasSuppressed()) { + return; + } + + if ($this->source->restrictWarnings() && !(new SourceFilter)->includes($this->source, $event->file())) { + return; + } + + $id = $this->issueId($event); + + if (!isset($this->phpWarnings[$id])) { + $this->phpWarnings[$id] = Issue::from( + $event->file(), + $event->line(), + $event->message(), + $event->test(), + ); + + return; + } + + $this->phpWarnings[$id]->triggeredBy($event->test()); + } + + public function testTriggeredPhpunitError(PhpunitErrorTriggered $event): void + { + if (!isset($this->testTriggeredPhpunitErrorEvents[$event->test()->id()])) { + $this->testTriggeredPhpunitErrorEvents[$event->test()->id()] = []; + } + + $this->testTriggeredPhpunitErrorEvents[$event->test()->id()][] = $event; + } + + public function testTriggeredPhpunitWarning(PhpunitWarningTriggered $event): void + { + if (!isset($this->testTriggeredPhpunitWarningEvents[$event->test()->id()])) { + $this->testTriggeredPhpunitWarningEvents[$event->test()->id()] = []; + } + + $this->testTriggeredPhpunitWarningEvents[$event->test()->id()][] = $event; + } + + public function testRunnerTriggeredDeprecation(TestRunnerDeprecationTriggered $event): void + { + $this->testRunnerTriggeredDeprecationEvents[] = $event; + } + + public function testRunnerTriggeredWarning(TestRunnerWarningTriggered $event): void + { + $this->testRunnerTriggeredWarningEvents[] = $event; + } + + public function hasErroredTests(): bool + { + return !empty($this->testErroredEvents); + } + + public function hasFailedTests(): bool + { + return !empty($this->testFailedEvents); + } + + public function hasRiskyTests(): bool + { + return !empty($this->testConsideredRiskyEvents); + } + + public function hasSkippedTests(): bool + { + return !empty($this->testSkippedEvents); + } + + public function hasIncompleteTests(): bool + { + return !empty($this->testMarkedIncompleteEvents); + } + + public function hasDeprecations(): bool + { + return !empty($this->deprecations) || + !empty($this->phpDeprecations) || + !empty($this->testTriggeredPhpunitDeprecationEvents) || + !empty($this->testRunnerTriggeredDeprecationEvents); + } + + public function hasNotices(): bool + { + return !empty($this->notices) || + !empty($this->phpNotices); + } + + public function hasWarnings(): bool + { + return !empty($this->warnings) || + !empty($this->phpWarnings) || + !empty($this->testTriggeredPhpunitWarningEvents) || + !empty($this->testRunnerTriggeredWarningEvents); + } + + /** + * @psalm-return non-empty-string + */ + private function issueId(DeprecationTriggered|ErrorTriggered|NoticeTriggered|PhpDeprecationTriggered|PhpNoticeTriggered|PhpWarningTriggered|WarningTriggered $event): string + { + return implode(':', [$event->file(), $event->line(), $event->message()]); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Facade.php b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Facade.php new file mode 100644 index 00000000..790e9970 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Facade.php @@ -0,0 +1,103 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TestRunner\TestResult; + +use PHPUnit\Event\EventFacadeIsSealedException; +use PHPUnit\Event\Facade as EventFacade; +use PHPUnit\Event\UnknownSubscriberTypeException; +use PHPUnit\TextUI\Configuration\Registry as ConfigurationRegistry; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class Facade +{ + private static ?Collector $collector = null; + + /** + * @throws EventFacadeIsSealedException + * @throws UnknownSubscriberTypeException + */ + public static function init(): void + { + self::collector(); + } + + /** + * @throws EventFacadeIsSealedException + * @throws UnknownSubscriberTypeException + */ + public static function result(): TestResult + { + return self::collector()->result(); + } + + /** + * @throws EventFacadeIsSealedException + * @throws UnknownSubscriberTypeException + */ + public static function shouldStop(): bool + { + $configuration = ConfigurationRegistry::get(); + $collector = self::collector(); + + if (($configuration->stopOnDefect() || $configuration->stopOnError()) && $collector->hasErroredTests()) { + return true; + } + + if (($configuration->stopOnDefect() || $configuration->stopOnFailure()) && $collector->hasFailedTests()) { + return true; + } + + if (($configuration->stopOnDefect() || $configuration->stopOnWarning()) && $collector->hasWarnings()) { + return true; + } + + if (($configuration->stopOnDefect() || $configuration->stopOnRisky()) && $collector->hasRiskyTests()) { + return true; + } + + if ($configuration->stopOnDeprecation() && $collector->hasDeprecations()) { + return true; + } + + if ($configuration->stopOnNotice() && $collector->hasNotices()) { + return true; + } + + if ($configuration->stopOnIncomplete() && $collector->hasIncompleteTests()) { + return true; + } + + if ($configuration->stopOnSkipped() && $collector->hasSkippedTests()) { + return true; + } + + return false; + } + + /** + * @throws EventFacadeIsSealedException + * @throws UnknownSubscriberTypeException + */ + private static function collector(): Collector + { + if (self::$collector === null) { + $configuration = ConfigurationRegistry::get(); + + self::$collector = new Collector( + EventFacade::instance(), + $configuration->source(), + ); + } + + return self::$collector; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Issue.php b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Issue.php new file mode 100644 index 00000000..93fe6d03 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Issue.php @@ -0,0 +1,113 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TestRunner\TestResult\Issues; + +use PHPUnit\Event\Code\Test; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class Issue +{ + /** + * @psalm-var non-empty-string + */ + private readonly string $file; + + /** + * @psalm-var positive-int + */ + private readonly int $line; + + /** + * @psalm-var non-empty-string + */ + private readonly string $description; + + /** + * @psalm-var non-empty-array + */ + private array $triggeringTests; + + /** + * @psalm-param non-empty-string $file + * @psalm-param positive-int $line + * @psalm-param non-empty-string $description + */ + public static function from(string $file, int $line, string $description, Test $triggeringTest): self + { + return new self($file, $line, $description, $triggeringTest); + } + + /** + * @psalm-param non-empty-string $file + * @psalm-param positive-int $line + * @psalm-param non-empty-string $description + */ + private function __construct(string $file, int $line, string $description, Test $triggeringTest) + { + $this->file = $file; + $this->line = $line; + $this->description = $description; + + $this->triggeringTests = [ + $triggeringTest->id() => [ + 'test' => $triggeringTest, + 'count' => 1, + ], + ]; + } + + public function triggeredBy(Test $test): void + { + if (isset($this->triggeringTests[$test->id()])) { + $this->triggeringTests[$test->id()]['count']++; + + return; + } + + $this->triggeringTests[$test->id()] = [ + 'test' => $test, + 'count' => 1, + ]; + } + + /** + * @psalm-return non-empty-string + */ + public function file(): string + { + return $this->file; + } + + /** + * @psalm-return positive-int + */ + public function line(): int + { + return $this->line; + } + + /** + * @psalm-return non-empty-string + */ + public function description(): string + { + return $this->description; + } + + /** + * @psalm-return non-empty-array + */ + public function triggeringTests(): array + { + return $this->triggeringTests; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/PassedTests.php b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/PassedTests.php new file mode 100644 index 00000000..8462f97c --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/PassedTests.php @@ -0,0 +1,126 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TestRunner\TestResult; + +use function array_merge; +use function assert; +use function in_array; +use PHPUnit\Event\Code\TestMethod; +use PHPUnit\Event\TestData\NoDataSetFromDataProviderException; +use PHPUnit\Framework\TestSize\Known; +use PHPUnit\Framework\TestSize\TestSize; +use PHPUnit\Metadata\Api\Groups; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class PassedTests +{ + private static ?self $instance = null; + + /** + * @psalm-var list + */ + private array $passedTestClasses = []; + + /** + * @psalm-var array + */ + private array $passedTestMethods = []; + + public static function instance(): self + { + if (self::$instance !== null) { + return self::$instance; + } + + self::$instance = new self; + + return self::$instance; + } + + /** + * @psalm-param class-string $className + */ + public function testClassPassed(string $className): void + { + $this->passedTestClasses[] = $className; + } + + /** + * @throws NoDataSetFromDataProviderException + */ + public function testMethodPassed(TestMethod $test, mixed $returnValue): void + { + $size = (new Groups)->size( + $test->className(), + $test->methodName(), + ); + + $this->passedTestMethods[$test->className() . '::' . $test->methodName()] = [ + 'returnValue' => $returnValue, + 'size' => $size, + ]; + } + + public function import(self $other): void + { + $this->passedTestClasses = array_merge( + $this->passedTestClasses, + $other->passedTestClasses, + ); + + $this->passedTestMethods = array_merge( + $this->passedTestMethods, + $other->passedTestMethods, + ); + } + + /** + * @psalm-param class-string $className + */ + public function hasTestClassPassed(string $className): bool + { + return in_array($className, $this->passedTestClasses, true); + } + + public function hasTestMethodPassed(string $method): bool + { + return isset($this->passedTestMethods[$method]); + } + + public function isGreaterThan(string $method, TestSize $other): bool + { + if ($other->isUnknown()) { + return false; + } + + assert($other instanceof Known); + + $size = $this->passedTestMethods[$method]['size']; + + if ($size->isUnknown()) { + return false; + } + + assert($size instanceof Known); + + return $size->isGreaterThan($other); + } + + public function returnValue(string $method): mixed + { + if (isset($this->passedTestMethods[$method])) { + return $this->passedTestMethods[$method]['returnValue']; + } + + return null; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/BeforeTestClassMethodErroredSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/BeforeTestClassMethodErroredSubscriber.php new file mode 100644 index 00000000..cfa5e9d5 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/BeforeTestClassMethodErroredSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TestRunner\TestResult; + +use PHPUnit\Event\Test\BeforeFirstTestMethodErrored; +use PHPUnit\Event\Test\BeforeFirstTestMethodErroredSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class BeforeTestClassMethodErroredSubscriber extends Subscriber implements BeforeFirstTestMethodErroredSubscriber +{ + public function notify(BeforeFirstTestMethodErrored $event): void + { + $this->collector()->beforeTestClassMethodErrored($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/ExecutionStartedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/ExecutionStartedSubscriber.php new file mode 100644 index 00000000..2d1c1a5f --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/ExecutionStartedSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TestRunner\TestResult; + +use PHPUnit\Event\TestRunner\ExecutionStarted; +use PHPUnit\Event\TestRunner\ExecutionStartedSubscriber as TestRunnerExecutionStartedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class ExecutionStartedSubscriber extends Subscriber implements TestRunnerExecutionStartedSubscriber +{ + public function notify(ExecutionStarted $event): void + { + $this->collector()->executionStarted($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/Subscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/Subscriber.php new file mode 100644 index 00000000..7bb28d20 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/Subscriber.php @@ -0,0 +1,28 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TestRunner\TestResult; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +abstract class Subscriber +{ + private readonly Collector $collector; + + public function __construct(Collector $collector) + { + $this->collector = $collector; + } + + protected function collector(): Collector + { + return $this->collector; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestConsideredRiskySubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestConsideredRiskySubscriber.php new file mode 100644 index 00000000..777ca47a --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestConsideredRiskySubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TestRunner\TestResult; + +use PHPUnit\Event\Test\ConsideredRisky; +use PHPUnit\Event\Test\ConsideredRiskySubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestConsideredRiskySubscriber extends Subscriber implements ConsideredRiskySubscriber +{ + public function notify(ConsideredRisky $event): void + { + $this->collector()->testConsideredRisky($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestErroredSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestErroredSubscriber.php new file mode 100644 index 00000000..132482b7 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestErroredSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TestRunner\TestResult; + +use PHPUnit\Event\Test\Errored; +use PHPUnit\Event\Test\ErroredSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestErroredSubscriber extends Subscriber implements ErroredSubscriber +{ + public function notify(Errored $event): void + { + $this->collector()->testErrored($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestFailedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestFailedSubscriber.php new file mode 100644 index 00000000..7382b0bb --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestFailedSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TestRunner\TestResult; + +use PHPUnit\Event\Test\Failed; +use PHPUnit\Event\Test\FailedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestFailedSubscriber extends Subscriber implements FailedSubscriber +{ + public function notify(Failed $event): void + { + $this->collector()->testFailed($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestFinishedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestFinishedSubscriber.php new file mode 100644 index 00000000..44aea9f9 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestFinishedSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TestRunner\TestResult; + +use PHPUnit\Event\Test\Finished; +use PHPUnit\Event\Test\FinishedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestFinishedSubscriber extends Subscriber implements FinishedSubscriber +{ + public function notify(Finished $event): void + { + $this->collector()->testFinished($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestMarkedIncompleteSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestMarkedIncompleteSubscriber.php new file mode 100644 index 00000000..9c486c53 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestMarkedIncompleteSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TestRunner\TestResult; + +use PHPUnit\Event\Test\MarkedIncomplete; +use PHPUnit\Event\Test\MarkedIncompleteSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestMarkedIncompleteSubscriber extends Subscriber implements MarkedIncompleteSubscriber +{ + public function notify(MarkedIncomplete $event): void + { + $this->collector()->testMarkedIncomplete($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestPreparedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestPreparedSubscriber.php new file mode 100644 index 00000000..cc91590d --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestPreparedSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TestRunner\TestResult; + +use PHPUnit\Event\Test\Prepared; +use PHPUnit\Event\Test\PreparedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestPreparedSubscriber extends Subscriber implements PreparedSubscriber +{ + public function notify(Prepared $event): void + { + $this->collector()->testPrepared(); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestRunnerTriggeredDeprecationSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestRunnerTriggeredDeprecationSubscriber.php new file mode 100644 index 00000000..4dce071c --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestRunnerTriggeredDeprecationSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TestRunner\TestResult; + +use PHPUnit\Event\TestRunner\DeprecationTriggered; +use PHPUnit\Event\TestRunner\DeprecationTriggeredSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestRunnerTriggeredDeprecationSubscriber extends Subscriber implements DeprecationTriggeredSubscriber +{ + public function notify(DeprecationTriggered $event): void + { + $this->collector()->testRunnerTriggeredDeprecation($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestRunnerTriggeredWarningSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestRunnerTriggeredWarningSubscriber.php new file mode 100644 index 00000000..ddc2564d --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestRunnerTriggeredWarningSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TestRunner\TestResult; + +use PHPUnit\Event\TestRunner\WarningTriggered; +use PHPUnit\Event\TestRunner\WarningTriggeredSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestRunnerTriggeredWarningSubscriber extends Subscriber implements WarningTriggeredSubscriber +{ + public function notify(WarningTriggered $event): void + { + $this->collector()->testRunnerTriggeredWarning($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestSkippedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestSkippedSubscriber.php new file mode 100644 index 00000000..651e12f5 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestSkippedSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TestRunner\TestResult; + +use PHPUnit\Event\Test\Skipped; +use PHPUnit\Event\Test\SkippedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestSkippedSubscriber extends Subscriber implements SkippedSubscriber +{ + public function notify(Skipped $event): void + { + $this->collector()->testSkipped($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestSuiteFinishedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestSuiteFinishedSubscriber.php new file mode 100644 index 00000000..5ad8c1a7 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestSuiteFinishedSubscriber.php @@ -0,0 +1,28 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TestRunner\TestResult; + +use PHPUnit\Event\TestData\NoDataSetFromDataProviderException; +use PHPUnit\Event\TestSuite\Finished; +use PHPUnit\Event\TestSuite\FinishedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestSuiteFinishedSubscriber extends Subscriber implements FinishedSubscriber +{ + /** + * @throws NoDataSetFromDataProviderException + */ + public function notify(Finished $event): void + { + $this->collector()->testSuiteFinished($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestSuiteSkippedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestSuiteSkippedSubscriber.php new file mode 100644 index 00000000..a16ae17e --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestSuiteSkippedSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TestRunner\TestResult; + +use PHPUnit\Event\TestSuite\Skipped; +use PHPUnit\Event\TestSuite\SkippedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestSuiteSkippedSubscriber extends Subscriber implements SkippedSubscriber +{ + public function notify(Skipped $event): void + { + $this->collector()->testSuiteSkipped($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestSuiteStartedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestSuiteStartedSubscriber.php new file mode 100644 index 00000000..d50b1232 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestSuiteStartedSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TestRunner\TestResult; + +use PHPUnit\Event\TestSuite\Started; +use PHPUnit\Event\TestSuite\StartedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestSuiteStartedSubscriber extends Subscriber implements StartedSubscriber +{ + public function notify(Started $event): void + { + $this->collector()->testSuiteStarted($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredDeprecationSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredDeprecationSubscriber.php new file mode 100644 index 00000000..7692bae3 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredDeprecationSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TestRunner\TestResult; + +use PHPUnit\Event\Test\DeprecationTriggered; +use PHPUnit\Event\Test\DeprecationTriggeredSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestTriggeredDeprecationSubscriber extends Subscriber implements DeprecationTriggeredSubscriber +{ + public function notify(DeprecationTriggered $event): void + { + $this->collector()->testTriggeredDeprecation($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredErrorSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredErrorSubscriber.php new file mode 100644 index 00000000..fc48c2d4 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredErrorSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TestRunner\TestResult; + +use PHPUnit\Event\Test\ErrorTriggered; +use PHPUnit\Event\Test\ErrorTriggeredSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestTriggeredErrorSubscriber extends Subscriber implements ErrorTriggeredSubscriber +{ + public function notify(ErrorTriggered $event): void + { + $this->collector()->testTriggeredError($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredNoticeSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredNoticeSubscriber.php new file mode 100644 index 00000000..dbedc8bd --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredNoticeSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TestRunner\TestResult; + +use PHPUnit\Event\Test\NoticeTriggered; +use PHPUnit\Event\Test\NoticeTriggeredSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestTriggeredNoticeSubscriber extends Subscriber implements NoticeTriggeredSubscriber +{ + public function notify(NoticeTriggered $event): void + { + $this->collector()->testTriggeredNotice($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpDeprecationSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpDeprecationSubscriber.php new file mode 100644 index 00000000..a1bbc804 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpDeprecationSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TestRunner\TestResult; + +use PHPUnit\Event\Test\PhpDeprecationTriggered; +use PHPUnit\Event\Test\PhpDeprecationTriggeredSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestTriggeredPhpDeprecationSubscriber extends Subscriber implements PhpDeprecationTriggeredSubscriber +{ + public function notify(PhpDeprecationTriggered $event): void + { + $this->collector()->testTriggeredPhpDeprecation($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpNoticeSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpNoticeSubscriber.php new file mode 100644 index 00000000..16f442c8 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpNoticeSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TestRunner\TestResult; + +use PHPUnit\Event\Test\PhpNoticeTriggered; +use PHPUnit\Event\Test\PhpNoticeTriggeredSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestTriggeredPhpNoticeSubscriber extends Subscriber implements PhpNoticeTriggeredSubscriber +{ + public function notify(PhpNoticeTriggered $event): void + { + $this->collector()->testTriggeredPhpNotice($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpWarningSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpWarningSubscriber.php new file mode 100644 index 00000000..9ff15316 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpWarningSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TestRunner\TestResult; + +use PHPUnit\Event\Test\PhpWarningTriggered; +use PHPUnit\Event\Test\PhpWarningTriggeredSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestTriggeredPhpWarningSubscriber extends Subscriber implements PhpWarningTriggeredSubscriber +{ + public function notify(PhpWarningTriggered $event): void + { + $this->collector()->testTriggeredPhpWarning($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpunitDeprecationSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpunitDeprecationSubscriber.php new file mode 100644 index 00000000..bb3ce03c --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpunitDeprecationSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TestRunner\TestResult; + +use PHPUnit\Event\Test\PhpunitDeprecationTriggered; +use PHPUnit\Event\Test\PhpunitDeprecationTriggeredSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestTriggeredPhpunitDeprecationSubscriber extends Subscriber implements PhpunitDeprecationTriggeredSubscriber +{ + public function notify(PhpunitDeprecationTriggered $event): void + { + $this->collector()->testTriggeredPhpunitDeprecation($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpunitErrorSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpunitErrorSubscriber.php new file mode 100644 index 00000000..e61bf0b4 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpunitErrorSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TestRunner\TestResult; + +use PHPUnit\Event\Test\PhpunitErrorTriggered; +use PHPUnit\Event\Test\PhpunitErrorTriggeredSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestTriggeredPhpunitErrorSubscriber extends Subscriber implements PhpunitErrorTriggeredSubscriber +{ + public function notify(PhpunitErrorTriggered $event): void + { + $this->collector()->testTriggeredPhpunitError($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpunitWarningSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpunitWarningSubscriber.php new file mode 100644 index 00000000..89f24886 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredPhpunitWarningSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TestRunner\TestResult; + +use PHPUnit\Event\Test\PhpunitWarningTriggered; +use PHPUnit\Event\Test\PhpunitWarningTriggeredSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestTriggeredPhpunitWarningSubscriber extends Subscriber implements PhpunitWarningTriggeredSubscriber +{ + public function notify(PhpunitWarningTriggered $event): void + { + $this->collector()->testTriggeredPhpunitWarning($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredWarningSubscriber.php b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredWarningSubscriber.php new file mode 100644 index 00000000..ac34bb27 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/Subscriber/TestTriggeredWarningSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TestRunner\TestResult; + +use PHPUnit\Event\Test\WarningTriggered; +use PHPUnit\Event\Test\WarningTriggeredSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestTriggeredWarningSubscriber extends Subscriber implements WarningTriggeredSubscriber +{ + public function notify(WarningTriggered $event): void + { + $this->collector()->testTriggeredWarning($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/TestResult.php b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/TestResult.php new file mode 100644 index 00000000..0944b7cf --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Runner/TestResult/TestResult.php @@ -0,0 +1,552 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TestRunner\TestResult; + +use function count; +use PHPUnit\Event\Test\BeforeFirstTestMethodErrored; +use PHPUnit\Event\Test\ConsideredRisky; +use PHPUnit\Event\Test\Errored; +use PHPUnit\Event\Test\Failed; +use PHPUnit\Event\Test\MarkedIncomplete; +use PHPUnit\Event\Test\PhpunitDeprecationTriggered; +use PHPUnit\Event\Test\PhpunitErrorTriggered; +use PHPUnit\Event\Test\PhpunitWarningTriggered; +use PHPUnit\Event\Test\Skipped as TestSkipped; +use PHPUnit\Event\TestRunner\DeprecationTriggered as TestRunnerDeprecationTriggered; +use PHPUnit\Event\TestRunner\WarningTriggered as TestRunnerWarningTriggered; +use PHPUnit\Event\TestSuite\Skipped as TestSuiteSkipped; +use PHPUnit\TestRunner\TestResult\Issues\Issue; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestResult +{ + private readonly int $numberOfTests; + private readonly int $numberOfTestsRun; + private readonly int $numberOfAssertions; + + /** + * @psalm-var list + */ + private readonly array $testErroredEvents; + + /** + * @psalm-var list + */ + private readonly array $testFailedEvents; + + /** + * @psalm-var list + */ + private readonly array $testMarkedIncompleteEvents; + + /** + * @psalm-var list + */ + private readonly array $testSuiteSkippedEvents; + + /** + * @psalm-var list + */ + private readonly array $testSkippedEvents; + + /** + * @psalm-var array> + */ + private readonly array $testConsideredRiskyEvents; + + /** + * @psalm-var array> + */ + private readonly array $testTriggeredPhpunitDeprecationEvents; + + /** + * @psalm-var array> + */ + private readonly array $testTriggeredPhpunitErrorEvents; + + /** + * @psalm-var array> + */ + private readonly array $testTriggeredPhpunitWarningEvents; + + /** + * @psalm-var list + */ + private readonly array $testRunnerTriggeredDeprecationEvents; + + /** + * @psalm-var list + */ + private readonly array $testRunnerTriggeredWarningEvents; + + /** + * @psalm-var list + */ + private readonly array $errors; + + /** + * @psalm-var list + */ + private readonly array $deprecations; + + /** + * @psalm-var list + */ + private readonly array $notices; + + /** + * @psalm-var list + */ + private readonly array $warnings; + + /** + * @psalm-var list + */ + private readonly array $phpDeprecations; + + /** + * @psalm-var list + */ + private readonly array $phpNotices; + + /** + * @psalm-var list + */ + private readonly array $phpWarnings; + + /** + * @psalm-var non-negative-int + */ + private readonly int $numberOfIssuesIgnoredByBaseline; + + /** + * @psalm-param list $testErroredEvents + * @psalm-param list $testFailedEvents + * @psalm-param array> $testConsideredRiskyEvents + * @psalm-param list $testSuiteSkippedEvents + * @psalm-param list $testSkippedEvents + * @psalm-param list $testMarkedIncompleteEvents + * @psalm-param array> $testTriggeredPhpunitDeprecationEvents + * @psalm-param array> $testTriggeredPhpunitErrorEvents + * @psalm-param array> $testTriggeredPhpunitWarningEvents + * @psalm-param list $testRunnerTriggeredDeprecationEvents + * @psalm-param list $testRunnerTriggeredWarningEvents + * @psalm-param list $errors + * @psalm-param list $deprecations + * @psalm-param list $notices + * @psalm-param list $warnings + * @psalm-param list $phpDeprecations + * @psalm-param list $phpNotices + * @psalm-param list $phpWarnings + * @psalm-param non-negative-int $numberOfIssuesIgnoredByBaseline + */ + public function __construct(int $numberOfTests, int $numberOfTestsRun, int $numberOfAssertions, array $testErroredEvents, array $testFailedEvents, array $testConsideredRiskyEvents, array $testSuiteSkippedEvents, array $testSkippedEvents, array $testMarkedIncompleteEvents, array $testTriggeredPhpunitDeprecationEvents, array $testTriggeredPhpunitErrorEvents, array $testTriggeredPhpunitWarningEvents, array $testRunnerTriggeredDeprecationEvents, array $testRunnerTriggeredWarningEvents, array $errors, array $deprecations, array $notices, array $warnings, array $phpDeprecations, array $phpNotices, array $phpWarnings, int $numberOfIssuesIgnoredByBaseline) + { + $this->numberOfTests = $numberOfTests; + $this->numberOfTestsRun = $numberOfTestsRun; + $this->numberOfAssertions = $numberOfAssertions; + $this->testErroredEvents = $testErroredEvents; + $this->testFailedEvents = $testFailedEvents; + $this->testConsideredRiskyEvents = $testConsideredRiskyEvents; + $this->testSuiteSkippedEvents = $testSuiteSkippedEvents; + $this->testSkippedEvents = $testSkippedEvents; + $this->testMarkedIncompleteEvents = $testMarkedIncompleteEvents; + $this->testTriggeredPhpunitDeprecationEvents = $testTriggeredPhpunitDeprecationEvents; + $this->testTriggeredPhpunitErrorEvents = $testTriggeredPhpunitErrorEvents; + $this->testTriggeredPhpunitWarningEvents = $testTriggeredPhpunitWarningEvents; + $this->testRunnerTriggeredDeprecationEvents = $testRunnerTriggeredDeprecationEvents; + $this->testRunnerTriggeredWarningEvents = $testRunnerTriggeredWarningEvents; + $this->errors = $errors; + $this->deprecations = $deprecations; + $this->notices = $notices; + $this->warnings = $warnings; + $this->phpDeprecations = $phpDeprecations; + $this->phpNotices = $phpNotices; + $this->phpWarnings = $phpWarnings; + $this->numberOfIssuesIgnoredByBaseline = $numberOfIssuesIgnoredByBaseline; + } + + public function numberOfTestsRun(): int + { + return $this->numberOfTestsRun; + } + + public function numberOfAssertions(): int + { + return $this->numberOfAssertions; + } + + /** + * @psalm-return list + */ + public function testErroredEvents(): array + { + return $this->testErroredEvents; + } + + public function numberOfTestErroredEvents(): int + { + return count($this->testErroredEvents); + } + + public function hasTestErroredEvents(): bool + { + return $this->numberOfTestErroredEvents() > 0; + } + + /** + * @psalm-return list + */ + public function testFailedEvents(): array + { + return $this->testFailedEvents; + } + + public function numberOfTestFailedEvents(): int + { + return count($this->testFailedEvents); + } + + public function hasTestFailedEvents(): bool + { + return $this->numberOfTestFailedEvents() > 0; + } + + /** + * @psalm-return array> + */ + public function testConsideredRiskyEvents(): array + { + return $this->testConsideredRiskyEvents; + } + + public function numberOfTestsWithTestConsideredRiskyEvents(): int + { + return count($this->testConsideredRiskyEvents); + } + + public function hasTestConsideredRiskyEvents(): bool + { + return $this->numberOfTestsWithTestConsideredRiskyEvents() > 0; + } + + /** + * @psalm-return list + */ + public function testSuiteSkippedEvents(): array + { + return $this->testSuiteSkippedEvents; + } + + public function numberOfTestSuiteSkippedEvents(): int + { + return count($this->testSuiteSkippedEvents); + } + + public function hasTestSuiteSkippedEvents(): bool + { + return $this->numberOfTestSuiteSkippedEvents() > 0; + } + + /** + * @psalm-return list + */ + public function testSkippedEvents(): array + { + return $this->testSkippedEvents; + } + + public function numberOfTestSkippedEvents(): int + { + return count($this->testSkippedEvents); + } + + public function hasTestSkippedEvents(): bool + { + return $this->numberOfTestSkippedEvents() > 0; + } + + /** + * @psalm-return list + */ + public function testMarkedIncompleteEvents(): array + { + return $this->testMarkedIncompleteEvents; + } + + public function numberOfTestMarkedIncompleteEvents(): int + { + return count($this->testMarkedIncompleteEvents); + } + + public function hasTestMarkedIncompleteEvents(): bool + { + return $this->numberOfTestMarkedIncompleteEvents() > 0; + } + + /** + * @psalm-return array> + */ + public function testTriggeredPhpunitDeprecationEvents(): array + { + return $this->testTriggeredPhpunitDeprecationEvents; + } + + public function numberOfTestsWithTestTriggeredPhpunitDeprecationEvents(): int + { + return count($this->testTriggeredPhpunitDeprecationEvents); + } + + public function hasTestTriggeredPhpunitDeprecationEvents(): bool + { + return $this->numberOfTestsWithTestTriggeredPhpunitDeprecationEvents() > 0; + } + + /** + * @psalm-return array> + */ + public function testTriggeredPhpunitErrorEvents(): array + { + return $this->testTriggeredPhpunitErrorEvents; + } + + public function numberOfTestsWithTestTriggeredPhpunitErrorEvents(): int + { + return count($this->testTriggeredPhpunitErrorEvents); + } + + public function hasTestTriggeredPhpunitErrorEvents(): bool + { + return $this->numberOfTestsWithTestTriggeredPhpunitErrorEvents() > 0; + } + + /** + * @psalm-return array> + */ + public function testTriggeredPhpunitWarningEvents(): array + { + return $this->testTriggeredPhpunitWarningEvents; + } + + public function numberOfTestsWithTestTriggeredPhpunitWarningEvents(): int + { + return count($this->testTriggeredPhpunitWarningEvents); + } + + public function hasTestTriggeredPhpunitWarningEvents(): bool + { + return $this->numberOfTestsWithTestTriggeredPhpunitWarningEvents() > 0; + } + + /** + * @psalm-return list + */ + public function testRunnerTriggeredDeprecationEvents(): array + { + return $this->testRunnerTriggeredDeprecationEvents; + } + + public function numberOfTestRunnerTriggeredDeprecationEvents(): int + { + return count($this->testRunnerTriggeredDeprecationEvents); + } + + public function hasTestRunnerTriggeredDeprecationEvents(): bool + { + return $this->numberOfTestRunnerTriggeredDeprecationEvents() > 0; + } + + /** + * @psalm-return list + */ + public function testRunnerTriggeredWarningEvents(): array + { + return $this->testRunnerTriggeredWarningEvents; + } + + public function numberOfTestRunnerTriggeredWarningEvents(): int + { + return count($this->testRunnerTriggeredWarningEvents); + } + + public function hasTestRunnerTriggeredWarningEvents(): bool + { + return $this->numberOfTestRunnerTriggeredWarningEvents() > 0; + } + + public function wasSuccessful(): bool + { + return $this->wasSuccessfulIgnoringPhpunitWarnings() && + !$this->hasTestTriggeredPhpunitErrorEvents() && + !$this->hasTestRunnerTriggeredWarningEvents() && + !$this->hasTestTriggeredPhpunitWarningEvents(); + } + + public function wasSuccessfulIgnoringPhpunitWarnings(): bool + { + return !$this->hasTestErroredEvents() && + !$this->hasTestFailedEvents(); + } + + public function wasSuccessfulAndNoTestHasIssues(): bool + { + return $this->wasSuccessful() && !$this->hasTestsWithIssues(); + } + + public function hasTestsWithIssues(): bool + { + return $this->hasRiskyTests() || + $this->hasIncompleteTests() || + $this->hasDeprecations() || + !empty($this->errors) || + $this->hasNotices() || + $this->hasWarnings(); + } + + /** + * @psalm-return list + */ + public function errors(): array + { + return $this->errors; + } + + /** + * @psalm-return list + */ + public function deprecations(): array + { + return $this->deprecations; + } + + /** + * @psalm-return list + */ + public function notices(): array + { + return $this->notices; + } + + /** + * @psalm-return list + */ + public function warnings(): array + { + return $this->warnings; + } + + /** + * @psalm-return list + */ + public function phpDeprecations(): array + { + return $this->phpDeprecations; + } + + /** + * @psalm-return list + */ + public function phpNotices(): array + { + return $this->phpNotices; + } + + /** + * @psalm-return list + */ + public function phpWarnings(): array + { + return $this->phpWarnings; + } + + public function hasTests(): bool + { + return $this->numberOfTests > 0; + } + + public function hasErrors(): bool + { + return $this->numberOfErrors() > 0; + } + + public function numberOfErrors(): int + { + return $this->numberOfTestErroredEvents() + + count($this->errors) + + $this->numberOfTestsWithTestTriggeredPhpunitErrorEvents(); + } + + public function hasDeprecations(): bool + { + return $this->numberOfDeprecations() > 0; + } + + public function numberOfDeprecations(): int + { + return count($this->deprecations) + + count($this->phpDeprecations) + + count($this->testTriggeredPhpunitDeprecationEvents) + + count($this->testRunnerTriggeredDeprecationEvents); + } + + public function hasNotices(): bool + { + return $this->numberOfNotices() > 0; + } + + public function numberOfNotices(): int + { + return count($this->notices) + + count($this->phpNotices); + } + + public function hasWarnings(): bool + { + return $this->numberOfWarnings() > 0; + } + + public function numberOfWarnings(): int + { + return count($this->warnings) + + count($this->phpWarnings) + + count($this->testTriggeredPhpunitWarningEvents) + + count($this->testRunnerTriggeredWarningEvents); + } + + public function hasIncompleteTests(): bool + { + return !empty($this->testMarkedIncompleteEvents); + } + + public function hasRiskyTests(): bool + { + return !empty($this->testConsideredRiskyEvents); + } + + public function hasSkippedTests(): bool + { + return !empty($this->testSkippedEvents); + } + + public function hasIssuesIgnoredByBaseline(): bool + { + return $this->numberOfIssuesIgnoredByBaseline > 0; + } + + /** + * @psalm-return non-negative-int + */ + public function numberOfIssuesIgnoredByBaseline(): int + { + return $this->numberOfIssuesIgnoredByBaseline; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/TestSuiteLoader.php b/Sources/vendor/phpunit/phpunit/src/Runner/TestSuiteLoader.php old mode 100755 new mode 100644 index c9d8e01b..84d4b2db --- a/Sources/vendor/phpunit/phpunit/src/Runner/TestSuiteLoader.php +++ b/Sources/vendor/phpunit/phpunit/src/Runner/TestSuiteLoader.php @@ -9,16 +9,132 @@ */ namespace PHPUnit\Runner; +use function array_diff; +use function array_values; +use function basename; +use function class_exists; +use function get_declared_classes; +use function realpath; +use function str_ends_with; +use function strpos; +use function strtolower; +use function substr; +use PHPUnit\Framework\TestCase; use ReflectionClass; /** - * @deprecated see https://github.com/sebastianbergmann/phpunit/issues/4039 - * - * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * @internal This class is not covered by the backward compatibility promise for PHPUnit */ -interface TestSuiteLoader +final class TestSuiteLoader { - public function load(string $suiteClassFile): ReflectionClass; + /** + * @psalm-var list + */ + private static array $declaredClasses = []; + + /** + * @psalm-var array> + */ + private static array $fileToClassesMap = []; + + /** + * @throws Exception + */ + public function load(string $suiteClassFile): ReflectionClass + { + $suiteClassFile = realpath($suiteClassFile); + $suiteClassName = $this->classNameFromFileName($suiteClassFile); + $loadedClasses = $this->loadSuiteClassFile($suiteClassFile); + + foreach ($loadedClasses as $className) { + /** @noinspection PhpUnhandledExceptionInspection */ + $class = new ReflectionClass($className); + + if ($class->isAnonymous()) { + continue; + } + + if ($class->getFileName() !== $suiteClassFile) { + continue; + } + + if (!$class->isSubclassOf(TestCase::class)) { + continue; + } + + if (!str_ends_with(strtolower($class->getShortName()), strtolower($suiteClassName))) { + continue; + } + + if (!$class->isAbstract()) { + return $class; + } + + $e = new ClassIsAbstractException($class->getName(), $suiteClassFile); + } + + if (isset($e)) { + throw $e; + } + + if (!class_exists($suiteClassName)) { + throw new ClassCannotBeFoundException($suiteClassName, $suiteClassFile); + } + + throw new ClassDoesNotExtendTestCaseException($suiteClassName, $suiteClassFile); + } + + private function classNameFromFileName(string $suiteClassFile): string + { + $className = basename($suiteClassFile, '.php'); + $dotPos = strpos($className, '.'); + + if ($dotPos !== false) { + $className = substr($className, 0, $dotPos); + } + + return $className; + } + + /** + * @psalm-return list + */ + private function loadSuiteClassFile(string $suiteClassFile): array + { + if (isset(self::$fileToClassesMap[$suiteClassFile])) { + return self::$fileToClassesMap[$suiteClassFile]; + } + + if (empty(self::$declaredClasses)) { + self::$declaredClasses = get_declared_classes(); + } + + require_once $suiteClassFile; + + $loadedClasses = array_values( + array_diff( + get_declared_classes(), + self::$declaredClasses, + ), + ); + + foreach ($loadedClasses as $loadedClass) { + /** @noinspection PhpUnhandledExceptionInspection */ + $class = new ReflectionClass($loadedClass); + + if (!isset(self::$fileToClassesMap[$class->getFileName()])) { + self::$fileToClassesMap[$class->getFileName()] = []; + } + + self::$fileToClassesMap[$class->getFileName()][] = $class->getName(); + } + + self::$declaredClasses = get_declared_classes(); + + if (empty($loadedClasses)) { + return self::$declaredClasses; + } - public function reload(ReflectionClass $aClass): ReflectionClass; + return $loadedClasses; + } } diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/TestSuiteSorter.php b/Sources/vendor/phpunit/phpunit/src/Runner/TestSuiteSorter.php old mode 100755 new mode 100644 index 9ec82b60..6d1a78e7 --- a/Sources/vendor/phpunit/phpunit/src/Runner/TestSuiteSorter.php +++ b/Sources/vendor/phpunit/phpunit/src/Runner/TestSuiteSorter.php @@ -23,7 +23,8 @@ use PHPUnit\Framework\Reorderable; use PHPUnit\Framework\Test; use PHPUnit\Framework\TestCase; use PHPUnit\Framework\TestSuite; -use PHPUnit\Util\Test as TestUtil; +use PHPUnit\Runner\ResultCache\NullResultCache; +use PHPUnit\Runner\ResultCache\ResultCache; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit @@ -56,59 +57,39 @@ final class TestSuiteSorter public const ORDER_DURATION = 4; /** - * Order tests by @size annotation 'small', 'medium', 'large'. - * * @var int */ public const ORDER_SIZE = 5; - /** - * List of sorting weights for all test result codes. A higher number gives higher priority. - */ - private const DEFECT_SORT_WEIGHT = [ - BaseTestRunner::STATUS_ERROR => 6, - BaseTestRunner::STATUS_FAILURE => 5, - BaseTestRunner::STATUS_WARNING => 4, - BaseTestRunner::STATUS_INCOMPLETE => 3, - BaseTestRunner::STATUS_RISKY => 2, - BaseTestRunner::STATUS_SKIPPED => 1, - BaseTestRunner::STATUS_UNKNOWN => 0, - ]; - private const SIZE_SORT_WEIGHT = [ - TestUtil::SMALL => 1, - TestUtil::MEDIUM => 2, - TestUtil::LARGE => 3, - TestUtil::UNKNOWN => 4, + 'small' => 1, + 'medium' => 2, + 'large' => 3, + 'unknown' => 4, ]; /** - * @var array Associative array of (string => DEFECT_SORT_WEIGHT) elements - */ - private $defectSortOrder = []; - - /** - * @var TestResultCache + * @psalm-var array Associative array of (string => DEFECT_SORT_WEIGHT) elements */ - private $cache; + private array $defectSortOrder = []; + private readonly ResultCache $cache; /** - * @var array A list of normalized names of tests before reordering + * @psalm-var array A list of normalized names of tests before reordering */ - private $originalExecutionOrder = []; + private array $originalExecutionOrder = []; /** - * @var array A list of normalized names of tests affected by reordering + * @psalm-var array A list of normalized names of tests affected by reordering */ - private $executionOrder = []; + private array $executionOrder = []; - public function __construct(?TestResultCache $cache = null) + public function __construct(?ResultCache $cache = null) { - $this->cache = $cache ?? new NullTestResultCache; + $this->cache = $cache ?? new NullResultCache; } /** - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException * @throws Exception */ public function reorderTestsInSuite(Test $suite, int $order, bool $resolveDependencies, int $orderDefects, bool $isRootTestSuite = true): void @@ -122,9 +103,7 @@ final class TestSuiteSorter ]; if (!in_array($order, $allowedOrders, true)) { - throw new Exception( - '$order must be one of TestSuiteSorter::ORDER_[DEFAULT|REVERSED|RANDOMIZED|DURATION|SIZE]', - ); + throw new InvalidOrderException; } $allowedOrderDefects = [ @@ -133,9 +112,7 @@ final class TestSuiteSorter ]; if (!in_array($orderDefects, $allowedOrderDefects, true)) { - throw new Exception( - '$orderDefects must be one of TestSuiteSorter::ORDER_DEFAULT, TestSuiteSorter::ORDER_DEFECTS_FIRST', - ); + throw new InvalidOrderException; } if ($isRootTestSuite) { @@ -179,27 +156,23 @@ final class TestSuiteSorter $suite->setTests($this->reverse($suite->tests())); } elseif ($order === self::ORDER_RANDOMIZED) { $suite->setTests($this->randomize($suite->tests())); - } elseif ($order === self::ORDER_DURATION && $this->cache !== null) { + } elseif ($order === self::ORDER_DURATION) { $suite->setTests($this->sortByDuration($suite->tests())); } elseif ($order === self::ORDER_SIZE) { $suite->setTests($this->sortBySize($suite->tests())); } - if ($orderDefects === self::ORDER_DEFECTS_FIRST && $this->cache !== null) { + if ($orderDefects === self::ORDER_DEFECTS_FIRST) { $suite->setTests($this->sortDefectsFirst($suite->tests())); } if ($resolveDependencies && !($suite instanceof DataProviderTestSuite)) { - /** @var TestCase[] $tests */ $tests = $suite->tests(); $suite->setTests($this->resolveDependencies($tests)); } } - /** - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - */ private function addSuiteToDefectSortOrder(TestSuite $suite): void { $max = 0; @@ -210,7 +183,7 @@ final class TestSuiteSorter } if (!isset($this->defectSortOrder[$test->sortId()])) { - $this->defectSortOrder[$test->sortId()] = self::DEFECT_SORT_WEIGHT[$this->cache->getState($test->sortId())]; + $this->defectSortOrder[$test->sortId()] = $this->cache->status($test->sortId())->asInt(); $max = max($max, $this->defectSortOrder[$test->sortId()]); } } @@ -234,13 +207,7 @@ final class TestSuiteSorter { usort( $tests, - /** - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - */ - function ($left, $right) - { - return $this->cmpDefectPriorityAndTime($left, $right); - }, + fn ($left, $right) => $this->cmpDefectPriorityAndTime($left, $right), ); return $tests; @@ -250,13 +217,7 @@ final class TestSuiteSorter { usort( $tests, - /** - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - */ - function ($left, $right) - { - return $this->cmpDuration($left, $right); - }, + fn ($left, $right) => $this->cmpDuration($left, $right), ); return $tests; @@ -266,13 +227,7 @@ final class TestSuiteSorter { usort( $tests, - /** - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - */ - function ($left, $right) - { - return $this->cmpSize($left, $right); - }, + fn ($left, $right) => $this->cmpSize($left, $right), ); return $tests; @@ -284,8 +239,6 @@ final class TestSuiteSorter * 1. sort tests by defect weight defined in self::DEFECT_SORT_WEIGHT * 2. when tests are equally defective, sort the fastest to the front * 3. do not reorder successful tests - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException */ private function cmpDefectPriorityAndTime(Test $a, Test $b): int { @@ -311,8 +264,6 @@ final class TestSuiteSorter /** * Compares test duration for sorting tests by duration ascending. - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException */ private function cmpDuration(Test $a, Test $b): int { @@ -320,7 +271,7 @@ final class TestSuiteSorter return 0; } - return $this->cache->getTime($a->sortId()) <=> $this->cache->getTime($b->sortId()); + return $this->cache->time($a->sortId()) <=> $this->cache->time($b->sortId()); } /** @@ -329,11 +280,11 @@ final class TestSuiteSorter private function cmpSize(Test $a, Test $b): int { $sizeA = ($a instanceof TestCase || $a instanceof DataProviderTestSuite) - ? $a->getSize() - : TestUtil::UNKNOWN; + ? $a->size()->asString() + : 'unknown'; $sizeB = ($b instanceof TestCase || $b instanceof DataProviderTestSuite) - ? $b->getSize() - : TestUtil::UNKNOWN; + ? $b->size()->asString() + : 'unknown'; return self::SIZE_SORT_WEIGHT[$sizeA] <=> self::SIZE_SORT_WEIGHT[$sizeB]; } @@ -349,9 +300,9 @@ final class TestSuiteSorter * 3. If the test has dependencies but none left to do: mark done, start again from the top * 4. When we reach the end add any leftover tests to the end. These will be marked 'skipped' during execution. * - * @param array $tests + * @psalm-param array $tests * - * @return array + * @psalm-return array */ private function resolveDependencies(array $tests): array { @@ -372,9 +323,6 @@ final class TestSuiteSorter return array_merge($newTestOrder, $tests); } - /** - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - */ private function calculateTestExecutionOrder(Test $suite): array { $tests = []; diff --git a/Sources/vendor/phpunit/phpunit/src/Runner/Version.php b/Sources/vendor/phpunit/phpunit/src/Runner/Version.php old mode 100755 new mode 100644 index 962eec7a..0d701fe4 --- a/Sources/vendor/phpunit/phpunit/src/Runner/Version.php +++ b/Sources/vendor/phpunit/phpunit/src/Runner/Version.php @@ -13,7 +13,7 @@ use function array_slice; use function dirname; use function explode; use function implode; -use function strpos; +use function str_contains; use SebastianBergmann\Version as VersionId; /** @@ -21,15 +21,8 @@ use SebastianBergmann\Version as VersionId; */ final class Version { - /** - * @var string - */ - private static $pharVersion = ''; - - /** - * @var string - */ - private static $version = ''; + private static string $pharVersion = ''; + private static string $version = ''; /** * Returns the current version of PHPUnit. @@ -41,7 +34,7 @@ final class Version } if (self::$version === '') { - self::$version = (new VersionId('9.6.13', dirname(__DIR__, 2)))->getVersion(); + self::$version = (new VersionId('10.4.2', dirname(__DIR__, 2)))->asString(); } return self::$version; @@ -49,8 +42,8 @@ final class Version public static function series(): string { - if (strpos(self::id(), '-')) { - $version = explode('-', self::id())[0]; + if (str_contains(self::id(), '-')) { + $version = explode('-', self::id(), 2)[0]; } else { $version = self::id(); } diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Application.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Application.php new file mode 100644 index 00000000..fa4cbb79 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Application.php @@ -0,0 +1,666 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI; + +use const PHP_EOL; +use function is_file; +use function is_readable; +use function printf; +use function realpath; +use function sprintf; +use function trim; +use function unlink; +use PHPUnit\Event\EventFacadeIsSealedException; +use PHPUnit\Event\Facade as EventFacade; +use PHPUnit\Event\UnknownSubscriberTypeException; +use PHPUnit\Framework\TestSuite; +use PHPUnit\Logging\EventLogger; +use PHPUnit\Logging\JUnit\JunitXmlLogger; +use PHPUnit\Logging\TeamCity\TeamCityLogger; +use PHPUnit\Logging\TestDox\HtmlRenderer as TestDoxHtmlRenderer; +use PHPUnit\Logging\TestDox\PlainTextRenderer as TestDoxTextRenderer; +use PHPUnit\Logging\TestDox\TestResultCollector as TestDoxResultCollector; +use PHPUnit\Metadata\Api\CodeCoverage as CodeCoverageMetadataApi; +use PHPUnit\Runner\Baseline\CannotLoadBaselineException; +use PHPUnit\Runner\Baseline\Generator as BaselineGenerator; +use PHPUnit\Runner\Baseline\Reader; +use PHPUnit\Runner\Baseline\Writer; +use PHPUnit\Runner\CodeCoverage; +use PHPUnit\Runner\ErrorHandler; +use PHPUnit\Runner\Extension\ExtensionBootstrapper; +use PHPUnit\Runner\Extension\Facade as ExtensionFacade; +use PHPUnit\Runner\Extension\PharLoader; +use PHPUnit\Runner\GarbageCollection\GarbageCollectionHandler; +use PHPUnit\Runner\ResultCache\DefaultResultCache; +use PHPUnit\Runner\ResultCache\NullResultCache; +use PHPUnit\Runner\ResultCache\ResultCache; +use PHPUnit\Runner\ResultCache\ResultCacheHandler; +use PHPUnit\Runner\TestSuiteSorter; +use PHPUnit\Runner\Version; +use PHPUnit\TestRunner\TestResult\Facade as TestResultFacade; +use PHPUnit\TextUI\CliArguments\Builder; +use PHPUnit\TextUI\CliArguments\Configuration as CliConfiguration; +use PHPUnit\TextUI\CliArguments\Exception as ArgumentsException; +use PHPUnit\TextUI\CliArguments\XmlConfigurationFileFinder; +use PHPUnit\TextUI\Command\AtLeastVersionCommand; +use PHPUnit\TextUI\Command\GenerateConfigurationCommand; +use PHPUnit\TextUI\Command\ListGroupsCommand; +use PHPUnit\TextUI\Command\ListTestsAsTextCommand; +use PHPUnit\TextUI\Command\ListTestsAsXmlCommand; +use PHPUnit\TextUI\Command\ListTestSuitesCommand; +use PHPUnit\TextUI\Command\MigrateConfigurationCommand; +use PHPUnit\TextUI\Command\Result; +use PHPUnit\TextUI\Command\ShowHelpCommand; +use PHPUnit\TextUI\Command\ShowVersionCommand; +use PHPUnit\TextUI\Command\VersionCheckCommand; +use PHPUnit\TextUI\Command\WarmCodeCoverageCacheCommand; +use PHPUnit\TextUI\Configuration\CodeCoverageFilterRegistry; +use PHPUnit\TextUI\Configuration\Configuration; +use PHPUnit\TextUI\Configuration\PhpHandler; +use PHPUnit\TextUI\Configuration\Registry; +use PHPUnit\TextUI\Configuration\TestSuiteBuilder; +use PHPUnit\TextUI\Output\DefaultPrinter; +use PHPUnit\TextUI\Output\Facade as OutputFacade; +use PHPUnit\TextUI\Output\Printer; +use PHPUnit\TextUI\XmlConfiguration\Configuration as XmlConfiguration; +use PHPUnit\TextUI\XmlConfiguration\DefaultConfiguration; +use PHPUnit\TextUI\XmlConfiguration\Loader; +use SebastianBergmann\Timer\Timer; +use Throwable; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class Application +{ + public function run(array $argv): int + { + try { + EventFacade::emitter()->applicationStarted(); + + $cliConfiguration = $this->buildCliConfiguration($argv); + $pathToXmlConfigurationFile = (new XmlConfigurationFileFinder)->find($cliConfiguration); + + $this->executeCommandsThatOnlyRequireCliConfiguration($cliConfiguration, $pathToXmlConfigurationFile); + + $xmlConfiguration = $this->loadXmlConfiguration($pathToXmlConfigurationFile); + + $configuration = Registry::init( + $cliConfiguration, + $xmlConfiguration, + ); + + (new PhpHandler)->handle($configuration->php()); + + if ($configuration->hasBootstrap()) { + $this->loadBootstrapScript($configuration->bootstrap()); + } + + $this->executeCommandsThatRequireCompleteConfiguration($configuration, $cliConfiguration); + + $testSuite = $this->buildTestSuite($configuration); + + $this->executeCommandsThatRequireCliConfigurationAndTestSuite($cliConfiguration, $testSuite); + $this->executeHelpCommandWhenThereIsNothingElseToDo($configuration, $testSuite); + + $pharExtensions = null; + $extensionRequiresCodeCoverageCollection = false; + $extensionReplacesOutput = false; + $extensionReplacesProgressOutput = false; + $extensionReplacesResultOutput = false; + $extensionRequiresExportOfObjects = false; + + if (!$configuration->noExtensions()) { + if ($configuration->hasPharExtensionDirectory()) { + $pharExtensions = (new PharLoader)->loadPharExtensionsInDirectory( + $configuration->pharExtensionDirectory(), + ); + } + + $bootstrappedExtensions = $this->bootstrapExtensions($configuration); + $extensionRequiresCodeCoverageCollection = $bootstrappedExtensions['requiresCodeCoverageCollection']; + $extensionReplacesOutput = $bootstrappedExtensions['replacesOutput']; + $extensionReplacesProgressOutput = $bootstrappedExtensions['replacesProgressOutput']; + $extensionReplacesResultOutput = $bootstrappedExtensions['replacesResultOutput']; + $extensionRequiresExportOfObjects = $bootstrappedExtensions['requiresExportOfObjects']; + } + + if ($extensionRequiresExportOfObjects) { + EventFacade::emitter()->exportObjects(); + } + + CodeCoverage::instance()->init( + $configuration, + CodeCoverageFilterRegistry::instance(), + $extensionRequiresCodeCoverageCollection, + ); + + if (CodeCoverage::instance()->isActive()) { + CodeCoverage::instance()->ignoreLines( + (new CodeCoverageMetadataApi)->linesToBeIgnored($testSuite), + ); + } + + $printer = OutputFacade::init( + $configuration, + $extensionReplacesProgressOutput, + $extensionReplacesResultOutput, + ); + + if (!$extensionReplacesOutput) { + $this->writeRuntimeInformation($printer, $configuration); + $this->writePharExtensionInformation($printer, $pharExtensions); + $this->writeRandomSeedInformation($printer, $configuration); + + $printer->print(PHP_EOL); + } + + $this->registerLogfileWriters($configuration); + + $testDoxResultCollector = $this->testDoxResultCollector($configuration); + + TestResultFacade::init(); + + $resultCache = $this->initializeTestResultCache($configuration); + + if ($configuration->controlGarbageCollector()) { + new GarbageCollectionHandler( + EventFacade::instance(), + $configuration->numberOfTestsBeforeGarbageCollection(), + ); + } + + $baselineGenerator = $this->configureBaseline($configuration); + + EventFacade::instance()->seal(); + + $timer = new Timer; + $timer->start(); + + $runner = new TestRunner; + + $runner->run( + $configuration, + $resultCache, + $testSuite, + ); + + $duration = $timer->stop(); + + $testDoxResult = null; + + if (isset($testDoxResultCollector)) { + $testDoxResult = $testDoxResultCollector->testMethodsGroupedByClass(); + } + + if ($testDoxResult !== null && + $configuration->hasLogfileTestdoxHtml()) { + OutputFacade::printerFor($configuration->logfileTestdoxHtml())->print( + (new TestDoxHtmlRenderer)->render($testDoxResult), + ); + } + + if ($testDoxResult !== null && + $configuration->hasLogfileTestdoxText()) { + OutputFacade::printerFor($configuration->logfileTestdoxText())->print( + (new TestDoxTextRenderer)->render($testDoxResult), + ); + } + + $result = TestResultFacade::result(); + + if (!$extensionReplacesResultOutput) { + OutputFacade::printResult($result, $testDoxResult, $duration); + } + + CodeCoverage::instance()->generateReports($printer, $configuration); + + if (isset($baselineGenerator)) { + (new Writer)->write( + $configuration->generateBaseline(), + $baselineGenerator->baseline(), + ); + + $printer->print( + sprintf( + PHP_EOL . 'Baseline written to %s.' . PHP_EOL, + realpath($configuration->generateBaseline()), + ), + ); + } + + $shellExitCode = (new ShellExitCodeCalculator)->calculate( + $configuration->failOnDeprecation(), + $configuration->failOnEmptyTestSuite(), + $configuration->failOnIncomplete(), + $configuration->failOnNotice(), + $configuration->failOnRisky(), + $configuration->failOnSkipped(), + $configuration->failOnWarning(), + $result, + ); + + EventFacade::emitter()->applicationFinished($shellExitCode); + + return $shellExitCode; + // @codeCoverageIgnoreStart + } catch (Throwable $t) { + $this->exitWithCrashMessage($t); + } + // @codeCoverageIgnoreEnd + } + + private function execute(Command\Command $command): never + { + print Version::getVersionString() . PHP_EOL . PHP_EOL; + + $result = $command->execute(); + + print $result->output(); + + exit($result->shellExitCode()); + } + + private function loadBootstrapScript(string $filename): void + { + if (!is_readable($filename)) { + $this->exitWithErrorMessage( + sprintf( + 'Cannot open bootstrap script "%s"', + $filename, + ), + ); + } + + try { + include_once $filename; + } catch (Throwable $t) { + $message = sprintf( + 'Error in bootstrap script: %s:%s%s%s%s', + $t::class, + PHP_EOL, + $t->getMessage(), + PHP_EOL, + $t->getTraceAsString(), + ); + + while ($t = $t->getPrevious()) { + $message .= sprintf( + '%s%sPrevious error: %s:%s%s%s%s', + PHP_EOL, + PHP_EOL, + $t::class, + PHP_EOL, + $t->getMessage(), + PHP_EOL, + $t->getTraceAsString(), + ); + } + + $this->exitWithErrorMessage($message); + } + + EventFacade::emitter()->testRunnerBootstrapFinished($filename); + } + + private function buildCliConfiguration(array $argv): CliConfiguration + { + try { + $cliConfiguration = (new Builder)->fromParameters($argv); + } catch (ArgumentsException $e) { + $this->exitWithErrorMessage($e->getMessage()); + } + + return $cliConfiguration; + } + + private function loadXmlConfiguration(false|string $configurationFile): XmlConfiguration + { + if (!$configurationFile) { + return DefaultConfiguration::create(); + } + + try { + return (new Loader)->load($configurationFile); + } catch (Throwable $e) { + $this->exitWithErrorMessage($e->getMessage()); + } + } + + private function buildTestSuite(Configuration $configuration): TestSuite + { + try { + return (new TestSuiteBuilder)->build($configuration); + } catch (Exception $e) { + $this->exitWithErrorMessage($e->getMessage()); + } + } + + /** + * @psalm-return array{requiresCodeCoverageCollection: bool, replacesOutput: bool, replacesProgressOutput: bool, replacesResultOutput: bool, requiresExportOfObjects: bool} + */ + private function bootstrapExtensions(Configuration $configuration): array + { + $facade = new ExtensionFacade; + + $extensionBootstrapper = new ExtensionBootstrapper( + $configuration, + $facade, + ); + + foreach ($configuration->extensionBootstrappers() as $bootstrapper) { + $extensionBootstrapper->bootstrap( + $bootstrapper['className'], + $bootstrapper['parameters'], + ); + } + + return [ + 'requiresCodeCoverageCollection' => $facade->requiresCodeCoverageCollection(), + 'replacesOutput' => $facade->replacesOutput(), + 'replacesProgressOutput' => $facade->replacesProgressOutput(), + 'replacesResultOutput' => $facade->replacesResultOutput(), + 'requiresExportOfObjects' => $facade->requiresExportOfObjects(), + ]; + } + + private function executeCommandsThatOnlyRequireCliConfiguration(CliConfiguration $cliConfiguration, false|string $configurationFile): void + { + if ($cliConfiguration->generateConfiguration()) { + $this->execute(new GenerateConfigurationCommand); + } + + if ($cliConfiguration->migrateConfiguration()) { + if (!$configurationFile) { + $this->exitWithErrorMessage('No configuration file found to migrate'); + } + + $this->execute(new MigrateConfigurationCommand(realpath($configurationFile))); + } + + if ($cliConfiguration->hasAtLeastVersion()) { + $this->execute(new AtLeastVersionCommand($cliConfiguration->atLeastVersion())); + } + + if ($cliConfiguration->version()) { + $this->execute(new ShowVersionCommand); + } + + if ($cliConfiguration->checkVersion()) { + $this->execute(new VersionCheckCommand); + } + + if ($cliConfiguration->help()) { + $this->execute(new ShowHelpCommand(Result::SUCCESS)); + } + } + + private function executeCommandsThatRequireCliConfigurationAndTestSuite(CliConfiguration $cliConfiguration, TestSuite $testSuite): void + { + if ($cliConfiguration->listGroups()) { + $this->execute(new ListGroupsCommand($testSuite)); + } + + if ($cliConfiguration->listTests()) { + $this->execute(new ListTestsAsTextCommand($testSuite)); + } + + if ($cliConfiguration->hasListTestsXml()) { + $this->execute( + new ListTestsAsXmlCommand( + $cliConfiguration->listTestsXml(), + $testSuite, + ), + ); + } + } + + private function executeCommandsThatRequireCompleteConfiguration(Configuration $configuration, CliConfiguration $cliConfiguration): void + { + if ($cliConfiguration->listSuites()) { + $this->execute(new ListTestSuitesCommand($configuration->testSuite())); + } + + if ($cliConfiguration->warmCoverageCache()) { + $this->execute(new WarmCodeCoverageCacheCommand($configuration, CodeCoverageFilterRegistry::instance())); + } + } + + private function executeHelpCommandWhenThereIsNothingElseToDo(Configuration $configuration, TestSuite $testSuite): void + { + if ($testSuite->isEmpty() && !$configuration->hasCliArguments() && $configuration->testSuite()->isEmpty()) { + $this->execute(new ShowHelpCommand(Result::FAILURE)); + } + } + + private function writeRuntimeInformation(Printer $printer, Configuration $configuration): void + { + $printer->print(Version::getVersionString() . PHP_EOL . PHP_EOL); + + $runtime = 'PHP ' . PHP_VERSION; + + if (CodeCoverage::instance()->isActive()) { + $runtime .= ' with ' . CodeCoverage::instance()->driver()->nameAndVersion(); + } + + $this->writeMessage($printer, 'Runtime', $runtime); + + if ($configuration->hasConfigurationFile()) { + $this->writeMessage( + $printer, + 'Configuration', + $configuration->configurationFile(), + ); + } + } + + /** + * @psalm-param ?list $pharExtensions + */ + private function writePharExtensionInformation(Printer $printer, ?array $pharExtensions): void + { + if ($pharExtensions === null) { + return; + } + + foreach ($pharExtensions as $extension) { + $this->writeMessage( + $printer, + 'Extension', + $extension, + ); + } + } + + private function writeMessage(Printer $printer, string $type, string $message): void + { + $printer->print( + sprintf( + "%-15s%s\n", + $type . ':', + $message, + ), + ); + } + + private function writeRandomSeedInformation(Printer $printer, Configuration $configuration): void + { + if ($configuration->executionOrder() === TestSuiteSorter::ORDER_RANDOMIZED) { + $this->writeMessage( + $printer, + 'Random Seed', + (string) $configuration->randomOrderSeed(), + ); + } + } + + /** + * @throws EventFacadeIsSealedException + * @throws UnknownSubscriberTypeException + */ + private function registerLogfileWriters(Configuration $configuration): void + { + if ($configuration->hasLogEventsText()) { + if (is_file($configuration->logEventsText())) { + unlink($configuration->logEventsText()); + } + + EventFacade::instance()->registerTracer( + new EventLogger( + $configuration->logEventsText(), + false, + ), + ); + } + + if ($configuration->hasLogEventsVerboseText()) { + if (is_file($configuration->logEventsVerboseText())) { + unlink($configuration->logEventsVerboseText()); + } + + EventFacade::instance()->registerTracer( + new EventLogger( + $configuration->logEventsVerboseText(), + true, + ), + ); + + EventFacade::emitter()->exportObjects(); + } + + if ($configuration->hasLogfileJunit()) { + new JunitXmlLogger( + OutputFacade::printerFor($configuration->logfileJunit()), + EventFacade::instance(), + ); + } + + if ($configuration->hasLogfileTeamcity()) { + new TeamCityLogger( + DefaultPrinter::from( + $configuration->logfileTeamcity(), + ), + EventFacade::instance(), + ); + } + } + + /** + * @throws EventFacadeIsSealedException + * @throws UnknownSubscriberTypeException + */ + private function testDoxResultCollector(Configuration $configuration): ?TestDoxResultCollector + { + if ($configuration->hasLogfileTestdoxHtml() || + $configuration->hasLogfileTestdoxText() || + $configuration->outputIsTestDox()) { + return new TestDoxResultCollector(EventFacade::instance()); + } + + return null; + } + + /** + * @throws EventFacadeIsSealedException + * @throws UnknownSubscriberTypeException + */ + private function initializeTestResultCache(Configuration $configuration): ResultCache + { + if ($configuration->cacheResult()) { + $cache = new DefaultResultCache($configuration->testResultCacheFile()); + + new ResultCacheHandler($cache, EventFacade::instance()); + + return $cache; + } + + return new NullResultCache; + } + + /** + * @throws EventFacadeIsSealedException + * @throws UnknownSubscriberTypeException + */ + private function configureBaseline(Configuration $configuration): ?BaselineGenerator + { + if ($configuration->hasGenerateBaseline()) { + return new BaselineGenerator( + EventFacade::instance(), + $configuration->source(), + ); + } + + if ($configuration->source()->useBaseline()) { + /** @psalm-suppress MissingThrowsDocblock */ + $baselineFile = $configuration->source()->baseline(); + $baseline = null; + + try { + $baseline = (new Reader)->read($baselineFile); + } catch (CannotLoadBaselineException $e) { + EventFacade::emitter()->testRunnerTriggeredWarning($e->getMessage()); + } + + if ($baseline !== null) { + ErrorHandler::instance()->use($baseline); + } + } + + return null; + } + + /** + * @codeCoverageIgnore + */ + private function exitWithCrashMessage(Throwable $t): never + { + $message = $t->getMessage(); + + if (empty(trim($message))) { + $message = '(no message)'; + } + + printf( + '%s%sAn error occurred inside PHPUnit.%s%sMessage: %s', + PHP_EOL, + PHP_EOL, + PHP_EOL, + PHP_EOL, + $message, + ); + + $first = true; + + do { + printf( + '%s%s: %s:%d%s%s%s%s', + PHP_EOL, + $first ? 'Location' : 'Caused by', + $t->getFile(), + $t->getLine(), + PHP_EOL, + PHP_EOL, + $t->getTraceAsString(), + PHP_EOL, + ); + + $first = false; + } while ($t = $t->getPrevious()); + + exit(Result::CRASH); + } + + private function exitWithErrorMessage(string $message): never + { + print Version::getVersionString() . PHP_EOL . PHP_EOL . $message . PHP_EOL; + + exit(Result::EXCEPTION); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/CliArguments/Configuration.php b/Sources/vendor/phpunit/phpunit/src/TextUI/CliArguments/Configuration.php deleted file mode 100755 index 51bf5cb8..00000000 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/CliArguments/Configuration.php +++ /dev/null @@ -1,2108 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\TextUI\CliArguments; - -use PHPUnit\TextUI\XmlConfiguration\Extension; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - * - * @psalm-immutable - */ -final class Configuration -{ - /** - * @var ?string - */ - private $argument; - - /** - * @var ?string - */ - private $atLeastVersion; - - /** - * @var ?bool - */ - private $backupGlobals; - - /** - * @var ?bool - */ - private $backupStaticAttributes; - - /** - * @var ?bool - */ - private $beStrictAboutChangesToGlobalState; - - /** - * @var ?bool - */ - private $beStrictAboutResourceUsageDuringSmallTests; - - /** - * @var ?string - */ - private $bootstrap; - - /** - * @var ?bool - */ - private $cacheResult; - - /** - * @var ?string - */ - private $cacheResultFile; - - /** - * @var ?bool - */ - private $checkVersion; - - /** - * @var ?string - */ - private $colors; - - /** - * @var null|int|string - */ - private $columns; - - /** - * @var ?string - */ - private $configuration; - - /** - * @var null|string[] - */ - private $coverageFilter; - - /** - * @var ?string - */ - private $coverageClover; - - /** - * @var ?string - */ - private $coverageCobertura; - - /** - * @var ?string - */ - private $coverageCrap4J; - - /** - * @var ?string - */ - private $coverageHtml; - - /** - * @var ?string - */ - private $coveragePhp; - - /** - * @var ?string - */ - private $coverageText; - - /** - * @var ?bool - */ - private $coverageTextShowUncoveredFiles; - - /** - * @var ?bool - */ - private $coverageTextShowOnlySummary; - - /** - * @var ?string - */ - private $coverageXml; - - /** - * @var ?bool - */ - private $pathCoverage; - - /** - * @var ?string - */ - private $coverageCacheDirectory; - - /** - * @var ?bool - */ - private $warmCoverageCache; - - /** - * @var ?bool - */ - private $debug; - - /** - * @var ?int - */ - private $defaultTimeLimit; - - /** - * @var ?bool - */ - private $disableCodeCoverageIgnore; - - /** - * @var ?bool - */ - private $disallowTestOutput; - - /** - * @var ?bool - */ - private $disallowTodoAnnotatedTests; - - /** - * @var ?bool - */ - private $enforceTimeLimit; - - /** - * @var null|string[] - */ - private $excludeGroups; - - /** - * @var ?int - */ - private $executionOrder; - - /** - * @var ?int - */ - private $executionOrderDefects; - - /** - * @var null|Extension[] - */ - private $extensions; - - /** - * @var null|string[] - */ - private $unavailableExtensions; - - /** - * @var ?bool - */ - private $failOnEmptyTestSuite; - - /** - * @var ?bool - */ - private $failOnIncomplete; - - /** - * @var ?bool - */ - private $failOnRisky; - - /** - * @var ?bool - */ - private $failOnSkipped; - - /** - * @var ?bool - */ - private $failOnWarning; - - /** - * @var ?string - */ - private $filter; - - /** - * @var ?bool - */ - private $generateConfiguration; - - /** - * @var ?bool - */ - private $migrateConfiguration; - - /** - * @var null|string[] - */ - private $groups; - - /** - * @var null|string[] - */ - private $testsCovering; - - /** - * @var null|string[] - */ - private $testsUsing; - - /** - * @var ?bool - */ - private $help; - - /** - * @var ?string - */ - private $includePath; - - /** - * @var null|string[] - */ - private $iniSettings; - - /** - * @var ?string - */ - private $junitLogfile; - - /** - * @var ?bool - */ - private $listGroups; - - /** - * @var ?bool - */ - private $listSuites; - - /** - * @var ?bool - */ - private $listTests; - - /** - * @var ?string - */ - private $listTestsXml; - - /** - * @var ?string - */ - private $loader; - - /** - * @var ?bool - */ - private $noCoverage; - - /** - * @var ?bool - */ - private $noExtensions; - - /** - * @var ?bool - */ - private $noInteraction; - - /** - * @var ?bool - */ - private $noLogging; - - /** - * @var ?string - */ - private $printer; - - /** - * @var ?bool - */ - private $processIsolation; - - /** - * @var ?int - */ - private $randomOrderSeed; - - /** - * @var ?int - */ - private $repeat; - - /** - * @var ?bool - */ - private $reportUselessTests; - - /** - * @var ?bool - */ - private $resolveDependencies; - - /** - * @var ?bool - */ - private $reverseList; - - /** - * @var ?bool - */ - private $stderr; - - /** - * @var ?bool - */ - private $strictCoverage; - - /** - * @var ?bool - */ - private $stopOnDefect; - - /** - * @var ?bool - */ - private $stopOnError; - - /** - * @var ?bool - */ - private $stopOnFailure; - - /** - * @var ?bool - */ - private $stopOnIncomplete; - - /** - * @var ?bool - */ - private $stopOnRisky; - - /** - * @var ?bool - */ - private $stopOnSkipped; - - /** - * @var ?bool - */ - private $stopOnWarning; - - /** - * @var ?string - */ - private $teamcityLogfile; - - /** - * @var null|string[] - */ - private $testdoxExcludeGroups; - - /** - * @var null|string[] - */ - private $testdoxGroups; - - /** - * @var ?string - */ - private $testdoxHtmlFile; - - /** - * @var ?string - */ - private $testdoxTextFile; - - /** - * @var ?string - */ - private $testdoxXmlFile; - - /** - * @var null|string[] - */ - private $testSuffixes; - - /** - * @var ?string - */ - private $testSuite; - - /** - * @var string[] - */ - private $unrecognizedOptions; - - /** - * @var ?string - */ - private $unrecognizedOrderBy; - - /** - * @var ?bool - */ - private $useDefaultConfiguration; - - /** - * @var ?bool - */ - private $verbose; - - /** - * @var ?bool - */ - private $version; - - /** - * @var ?string - */ - private $xdebugFilterFile; - - /** - * @param null|int|string $columns - */ - public function __construct(?string $argument, ?string $atLeastVersion, ?bool $backupGlobals, ?bool $backupStaticAttributes, ?bool $beStrictAboutChangesToGlobalState, ?bool $beStrictAboutResourceUsageDuringSmallTests, ?string $bootstrap, ?bool $cacheResult, ?string $cacheResultFile, ?bool $checkVersion, ?string $colors, $columns, ?string $configuration, ?string $coverageClover, ?string $coverageCobertura, ?string $coverageCrap4J, ?string $coverageHtml, ?string $coveragePhp, ?string $coverageText, ?bool $coverageTextShowUncoveredFiles, ?bool $coverageTextShowOnlySummary, ?string $coverageXml, ?bool $pathCoverage, ?string $coverageCacheDirectory, ?bool $warmCoverageCache, ?bool $debug, ?int $defaultTimeLimit, ?bool $disableCodeCoverageIgnore, ?bool $disallowTestOutput, ?bool $disallowTodoAnnotatedTests, ?bool $enforceTimeLimit, ?array $excludeGroups, ?int $executionOrder, ?int $executionOrderDefects, ?array $extensions, ?array $unavailableExtensions, ?bool $failOnEmptyTestSuite, ?bool $failOnIncomplete, ?bool $failOnRisky, ?bool $failOnSkipped, ?bool $failOnWarning, ?string $filter, ?bool $generateConfiguration, ?bool $migrateConfiguration, ?array $groups, ?array $testsCovering, ?array $testsUsing, ?bool $help, ?string $includePath, ?array $iniSettings, ?string $junitLogfile, ?bool $listGroups, ?bool $listSuites, ?bool $listTests, ?string $listTestsXml, ?string $loader, ?bool $noCoverage, ?bool $noExtensions, ?bool $noInteraction, ?bool $noLogging, ?string $printer, ?bool $processIsolation, ?int $randomOrderSeed, ?int $repeat, ?bool $reportUselessTests, ?bool $resolveDependencies, ?bool $reverseList, ?bool $stderr, ?bool $strictCoverage, ?bool $stopOnDefect, ?bool $stopOnError, ?bool $stopOnFailure, ?bool $stopOnIncomplete, ?bool $stopOnRisky, ?bool $stopOnSkipped, ?bool $stopOnWarning, ?string $teamcityLogfile, ?array $testdoxExcludeGroups, ?array $testdoxGroups, ?string $testdoxHtmlFile, ?string $testdoxTextFile, ?string $testdoxXmlFile, ?array $testSuffixes, ?string $testSuite, array $unrecognizedOptions, ?string $unrecognizedOrderBy, ?bool $useDefaultConfiguration, ?bool $verbose, ?bool $version, ?array $coverageFilter, ?string $xdebugFilterFile) - { - $this->argument = $argument; - $this->atLeastVersion = $atLeastVersion; - $this->backupGlobals = $backupGlobals; - $this->backupStaticAttributes = $backupStaticAttributes; - $this->beStrictAboutChangesToGlobalState = $beStrictAboutChangesToGlobalState; - $this->beStrictAboutResourceUsageDuringSmallTests = $beStrictAboutResourceUsageDuringSmallTests; - $this->bootstrap = $bootstrap; - $this->cacheResult = $cacheResult; - $this->cacheResultFile = $cacheResultFile; - $this->checkVersion = $checkVersion; - $this->colors = $colors; - $this->columns = $columns; - $this->configuration = $configuration; - $this->coverageFilter = $coverageFilter; - $this->coverageClover = $coverageClover; - $this->coverageCobertura = $coverageCobertura; - $this->coverageCrap4J = $coverageCrap4J; - $this->coverageHtml = $coverageHtml; - $this->coveragePhp = $coveragePhp; - $this->coverageText = $coverageText; - $this->coverageTextShowUncoveredFiles = $coverageTextShowUncoveredFiles; - $this->coverageTextShowOnlySummary = $coverageTextShowOnlySummary; - $this->coverageXml = $coverageXml; - $this->pathCoverage = $pathCoverage; - $this->coverageCacheDirectory = $coverageCacheDirectory; - $this->warmCoverageCache = $warmCoverageCache; - $this->debug = $debug; - $this->defaultTimeLimit = $defaultTimeLimit; - $this->disableCodeCoverageIgnore = $disableCodeCoverageIgnore; - $this->disallowTestOutput = $disallowTestOutput; - $this->disallowTodoAnnotatedTests = $disallowTodoAnnotatedTests; - $this->enforceTimeLimit = $enforceTimeLimit; - $this->excludeGroups = $excludeGroups; - $this->executionOrder = $executionOrder; - $this->executionOrderDefects = $executionOrderDefects; - $this->extensions = $extensions; - $this->unavailableExtensions = $unavailableExtensions; - $this->failOnEmptyTestSuite = $failOnEmptyTestSuite; - $this->failOnIncomplete = $failOnIncomplete; - $this->failOnRisky = $failOnRisky; - $this->failOnSkipped = $failOnSkipped; - $this->failOnWarning = $failOnWarning; - $this->filter = $filter; - $this->generateConfiguration = $generateConfiguration; - $this->migrateConfiguration = $migrateConfiguration; - $this->groups = $groups; - $this->testsCovering = $testsCovering; - $this->testsUsing = $testsUsing; - $this->help = $help; - $this->includePath = $includePath; - $this->iniSettings = $iniSettings; - $this->junitLogfile = $junitLogfile; - $this->listGroups = $listGroups; - $this->listSuites = $listSuites; - $this->listTests = $listTests; - $this->listTestsXml = $listTestsXml; - $this->loader = $loader; - $this->noCoverage = $noCoverage; - $this->noExtensions = $noExtensions; - $this->noInteraction = $noInteraction; - $this->noLogging = $noLogging; - $this->printer = $printer; - $this->processIsolation = $processIsolation; - $this->randomOrderSeed = $randomOrderSeed; - $this->repeat = $repeat; - $this->reportUselessTests = $reportUselessTests; - $this->resolveDependencies = $resolveDependencies; - $this->reverseList = $reverseList; - $this->stderr = $stderr; - $this->strictCoverage = $strictCoverage; - $this->stopOnDefect = $stopOnDefect; - $this->stopOnError = $stopOnError; - $this->stopOnFailure = $stopOnFailure; - $this->stopOnIncomplete = $stopOnIncomplete; - $this->stopOnRisky = $stopOnRisky; - $this->stopOnSkipped = $stopOnSkipped; - $this->stopOnWarning = $stopOnWarning; - $this->teamcityLogfile = $teamcityLogfile; - $this->testdoxExcludeGroups = $testdoxExcludeGroups; - $this->testdoxGroups = $testdoxGroups; - $this->testdoxHtmlFile = $testdoxHtmlFile; - $this->testdoxTextFile = $testdoxTextFile; - $this->testdoxXmlFile = $testdoxXmlFile; - $this->testSuffixes = $testSuffixes; - $this->testSuite = $testSuite; - $this->unrecognizedOptions = $unrecognizedOptions; - $this->unrecognizedOrderBy = $unrecognizedOrderBy; - $this->useDefaultConfiguration = $useDefaultConfiguration; - $this->verbose = $verbose; - $this->version = $version; - $this->xdebugFilterFile = $xdebugFilterFile; - } - - public function hasArgument(): bool - { - return $this->argument !== null; - } - - /** - * @throws Exception - */ - public function argument(): string - { - if ($this->argument === null) { - throw new Exception; - } - - return $this->argument; - } - - public function hasAtLeastVersion(): bool - { - return $this->atLeastVersion !== null; - } - - /** - * @throws Exception - */ - public function atLeastVersion(): string - { - if ($this->atLeastVersion === null) { - throw new Exception; - } - - return $this->atLeastVersion; - } - - public function hasBackupGlobals(): bool - { - return $this->backupGlobals !== null; - } - - /** - * @throws Exception - */ - public function backupGlobals(): bool - { - if ($this->backupGlobals === null) { - throw new Exception; - } - - return $this->backupGlobals; - } - - public function hasBackupStaticAttributes(): bool - { - return $this->backupStaticAttributes !== null; - } - - /** - * @throws Exception - */ - public function backupStaticAttributes(): bool - { - if ($this->backupStaticAttributes === null) { - throw new Exception; - } - - return $this->backupStaticAttributes; - } - - public function hasBeStrictAboutChangesToGlobalState(): bool - { - return $this->beStrictAboutChangesToGlobalState !== null; - } - - /** - * @throws Exception - */ - public function beStrictAboutChangesToGlobalState(): bool - { - if ($this->beStrictAboutChangesToGlobalState === null) { - throw new Exception; - } - - return $this->beStrictAboutChangesToGlobalState; - } - - public function hasBeStrictAboutResourceUsageDuringSmallTests(): bool - { - return $this->beStrictAboutResourceUsageDuringSmallTests !== null; - } - - /** - * @throws Exception - */ - public function beStrictAboutResourceUsageDuringSmallTests(): bool - { - if ($this->beStrictAboutResourceUsageDuringSmallTests === null) { - throw new Exception; - } - - return $this->beStrictAboutResourceUsageDuringSmallTests; - } - - public function hasBootstrap(): bool - { - return $this->bootstrap !== null; - } - - /** - * @throws Exception - */ - public function bootstrap(): string - { - if ($this->bootstrap === null) { - throw new Exception; - } - - return $this->bootstrap; - } - - public function hasCacheResult(): bool - { - return $this->cacheResult !== null; - } - - /** - * @throws Exception - */ - public function cacheResult(): bool - { - if ($this->cacheResult === null) { - throw new Exception; - } - - return $this->cacheResult; - } - - public function hasCacheResultFile(): bool - { - return $this->cacheResultFile !== null; - } - - /** - * @throws Exception - */ - public function cacheResultFile(): string - { - if ($this->cacheResultFile === null) { - throw new Exception; - } - - return $this->cacheResultFile; - } - - public function hasCheckVersion(): bool - { - return $this->checkVersion !== null; - } - - /** - * @throws Exception - */ - public function checkVersion(): bool - { - if ($this->checkVersion === null) { - throw new Exception; - } - - return $this->checkVersion; - } - - public function hasColors(): bool - { - return $this->colors !== null; - } - - /** - * @throws Exception - */ - public function colors(): string - { - if ($this->colors === null) { - throw new Exception; - } - - return $this->colors; - } - - public function hasColumns(): bool - { - return $this->columns !== null; - } - - /** - * @throws Exception - */ - public function columns() - { - if ($this->columns === null) { - throw new Exception; - } - - return $this->columns; - } - - public function hasConfiguration(): bool - { - return $this->configuration !== null; - } - - /** - * @throws Exception - */ - public function configuration(): string - { - if ($this->configuration === null) { - throw new Exception; - } - - return $this->configuration; - } - - public function hasCoverageFilter(): bool - { - return $this->coverageFilter !== null; - } - - /** - * @throws Exception - */ - public function coverageFilter(): array - { - if ($this->coverageFilter === null) { - throw new Exception; - } - - return $this->coverageFilter; - } - - public function hasCoverageClover(): bool - { - return $this->coverageClover !== null; - } - - /** - * @throws Exception - */ - public function coverageClover(): string - { - if ($this->coverageClover === null) { - throw new Exception; - } - - return $this->coverageClover; - } - - public function hasCoverageCobertura(): bool - { - return $this->coverageCobertura !== null; - } - - /** - * @throws Exception - */ - public function coverageCobertura(): string - { - if ($this->coverageCobertura === null) { - throw new Exception; - } - - return $this->coverageCobertura; - } - - public function hasCoverageCrap4J(): bool - { - return $this->coverageCrap4J !== null; - } - - /** - * @throws Exception - */ - public function coverageCrap4J(): string - { - if ($this->coverageCrap4J === null) { - throw new Exception; - } - - return $this->coverageCrap4J; - } - - public function hasCoverageHtml(): bool - { - return $this->coverageHtml !== null; - } - - /** - * @throws Exception - */ - public function coverageHtml(): string - { - if ($this->coverageHtml === null) { - throw new Exception; - } - - return $this->coverageHtml; - } - - public function hasCoveragePhp(): bool - { - return $this->coveragePhp !== null; - } - - /** - * @throws Exception - */ - public function coveragePhp(): string - { - if ($this->coveragePhp === null) { - throw new Exception; - } - - return $this->coveragePhp; - } - - public function hasCoverageText(): bool - { - return $this->coverageText !== null; - } - - /** - * @throws Exception - */ - public function coverageText(): string - { - if ($this->coverageText === null) { - throw new Exception; - } - - return $this->coverageText; - } - - public function hasCoverageTextShowUncoveredFiles(): bool - { - return $this->coverageTextShowUncoveredFiles !== null; - } - - /** - * @throws Exception - */ - public function coverageTextShowUncoveredFiles(): bool - { - if ($this->coverageTextShowUncoveredFiles === null) { - throw new Exception; - } - - return $this->coverageTextShowUncoveredFiles; - } - - public function hasCoverageTextShowOnlySummary(): bool - { - return $this->coverageTextShowOnlySummary !== null; - } - - /** - * @throws Exception - */ - public function coverageTextShowOnlySummary(): bool - { - if ($this->coverageTextShowOnlySummary === null) { - throw new Exception; - } - - return $this->coverageTextShowOnlySummary; - } - - public function hasCoverageXml(): bool - { - return $this->coverageXml !== null; - } - - /** - * @throws Exception - */ - public function coverageXml(): string - { - if ($this->coverageXml === null) { - throw new Exception; - } - - return $this->coverageXml; - } - - public function hasPathCoverage(): bool - { - return $this->pathCoverage !== null; - } - - /** - * @throws Exception - */ - public function pathCoverage(): bool - { - if ($this->pathCoverage === null) { - throw new Exception; - } - - return $this->pathCoverage; - } - - public function hasCoverageCacheDirectory(): bool - { - return $this->coverageCacheDirectory !== null; - } - - /** - * @throws Exception - */ - public function coverageCacheDirectory(): string - { - if ($this->coverageCacheDirectory === null) { - throw new Exception; - } - - return $this->coverageCacheDirectory; - } - - public function hasWarmCoverageCache(): bool - { - return $this->warmCoverageCache !== null; - } - - /** - * @throws Exception - */ - public function warmCoverageCache(): bool - { - if ($this->warmCoverageCache === null) { - throw new Exception; - } - - return $this->warmCoverageCache; - } - - public function hasDebug(): bool - { - return $this->debug !== null; - } - - /** - * @throws Exception - */ - public function debug(): bool - { - if ($this->debug === null) { - throw new Exception; - } - - return $this->debug; - } - - public function hasDefaultTimeLimit(): bool - { - return $this->defaultTimeLimit !== null; - } - - /** - * @throws Exception - */ - public function defaultTimeLimit(): int - { - if ($this->defaultTimeLimit === null) { - throw new Exception; - } - - return $this->defaultTimeLimit; - } - - public function hasDisableCodeCoverageIgnore(): bool - { - return $this->disableCodeCoverageIgnore !== null; - } - - /** - * @throws Exception - */ - public function disableCodeCoverageIgnore(): bool - { - if ($this->disableCodeCoverageIgnore === null) { - throw new Exception; - } - - return $this->disableCodeCoverageIgnore; - } - - public function hasDisallowTestOutput(): bool - { - return $this->disallowTestOutput !== null; - } - - /** - * @throws Exception - */ - public function disallowTestOutput(): bool - { - if ($this->disallowTestOutput === null) { - throw new Exception; - } - - return $this->disallowTestOutput; - } - - public function hasDisallowTodoAnnotatedTests(): bool - { - return $this->disallowTodoAnnotatedTests !== null; - } - - /** - * @throws Exception - */ - public function disallowTodoAnnotatedTests(): bool - { - if ($this->disallowTodoAnnotatedTests === null) { - throw new Exception; - } - - return $this->disallowTodoAnnotatedTests; - } - - public function hasEnforceTimeLimit(): bool - { - return $this->enforceTimeLimit !== null; - } - - /** - * @throws Exception - */ - public function enforceTimeLimit(): bool - { - if ($this->enforceTimeLimit === null) { - throw new Exception; - } - - return $this->enforceTimeLimit; - } - - public function hasExcludeGroups(): bool - { - return $this->excludeGroups !== null; - } - - /** - * @throws Exception - */ - public function excludeGroups(): array - { - if ($this->excludeGroups === null) { - throw new Exception; - } - - return $this->excludeGroups; - } - - public function hasExecutionOrder(): bool - { - return $this->executionOrder !== null; - } - - /** - * @throws Exception - */ - public function executionOrder(): int - { - if ($this->executionOrder === null) { - throw new Exception; - } - - return $this->executionOrder; - } - - public function hasExecutionOrderDefects(): bool - { - return $this->executionOrderDefects !== null; - } - - /** - * @throws Exception - */ - public function executionOrderDefects(): int - { - if ($this->executionOrderDefects === null) { - throw new Exception; - } - - return $this->executionOrderDefects; - } - - public function hasFailOnEmptyTestSuite(): bool - { - return $this->failOnEmptyTestSuite !== null; - } - - /** - * @throws Exception - */ - public function failOnEmptyTestSuite(): bool - { - if ($this->failOnEmptyTestSuite === null) { - throw new Exception; - } - - return $this->failOnEmptyTestSuite; - } - - public function hasFailOnIncomplete(): bool - { - return $this->failOnIncomplete !== null; - } - - /** - * @throws Exception - */ - public function failOnIncomplete(): bool - { - if ($this->failOnIncomplete === null) { - throw new Exception; - } - - return $this->failOnIncomplete; - } - - public function hasFailOnRisky(): bool - { - return $this->failOnRisky !== null; - } - - /** - * @throws Exception - */ - public function failOnRisky(): bool - { - if ($this->failOnRisky === null) { - throw new Exception; - } - - return $this->failOnRisky; - } - - public function hasFailOnSkipped(): bool - { - return $this->failOnSkipped !== null; - } - - /** - * @throws Exception - */ - public function failOnSkipped(): bool - { - if ($this->failOnSkipped === null) { - throw new Exception; - } - - return $this->failOnSkipped; - } - - public function hasFailOnWarning(): bool - { - return $this->failOnWarning !== null; - } - - /** - * @throws Exception - */ - public function failOnWarning(): bool - { - if ($this->failOnWarning === null) { - throw new Exception; - } - - return $this->failOnWarning; - } - - public function hasFilter(): bool - { - return $this->filter !== null; - } - - /** - * @throws Exception - */ - public function filter(): string - { - if ($this->filter === null) { - throw new Exception; - } - - return $this->filter; - } - - public function hasGenerateConfiguration(): bool - { - return $this->generateConfiguration !== null; - } - - /** - * @throws Exception - */ - public function generateConfiguration(): bool - { - if ($this->generateConfiguration === null) { - throw new Exception; - } - - return $this->generateConfiguration; - } - - public function hasMigrateConfiguration(): bool - { - return $this->migrateConfiguration !== null; - } - - /** - * @throws Exception - */ - public function migrateConfiguration(): bool - { - if ($this->migrateConfiguration === null) { - throw new Exception; - } - - return $this->migrateConfiguration; - } - - public function hasGroups(): bool - { - return $this->groups !== null; - } - - /** - * @throws Exception - */ - public function groups(): array - { - if ($this->groups === null) { - throw new Exception; - } - - return $this->groups; - } - - public function hasTestsCovering(): bool - { - return $this->testsCovering !== null; - } - - /** - * @throws Exception - */ - public function testsCovering(): array - { - if ($this->testsCovering === null) { - throw new Exception; - } - - return $this->testsCovering; - } - - public function hasTestsUsing(): bool - { - return $this->testsUsing !== null; - } - - /** - * @throws Exception - */ - public function testsUsing(): array - { - if ($this->testsUsing === null) { - throw new Exception; - } - - return $this->testsUsing; - } - - public function hasHelp(): bool - { - return $this->help !== null; - } - - /** - * @throws Exception - */ - public function help(): bool - { - if ($this->help === null) { - throw new Exception; - } - - return $this->help; - } - - public function hasIncludePath(): bool - { - return $this->includePath !== null; - } - - /** - * @throws Exception - */ - public function includePath(): string - { - if ($this->includePath === null) { - throw new Exception; - } - - return $this->includePath; - } - - public function hasIniSettings(): bool - { - return $this->iniSettings !== null; - } - - /** - * @throws Exception - */ - public function iniSettings(): array - { - if ($this->iniSettings === null) { - throw new Exception; - } - - return $this->iniSettings; - } - - public function hasJunitLogfile(): bool - { - return $this->junitLogfile !== null; - } - - /** - * @throws Exception - */ - public function junitLogfile(): string - { - if ($this->junitLogfile === null) { - throw new Exception; - } - - return $this->junitLogfile; - } - - public function hasListGroups(): bool - { - return $this->listGroups !== null; - } - - /** - * @throws Exception - */ - public function listGroups(): bool - { - if ($this->listGroups === null) { - throw new Exception; - } - - return $this->listGroups; - } - - public function hasListSuites(): bool - { - return $this->listSuites !== null; - } - - /** - * @throws Exception - */ - public function listSuites(): bool - { - if ($this->listSuites === null) { - throw new Exception; - } - - return $this->listSuites; - } - - public function hasListTests(): bool - { - return $this->listTests !== null; - } - - /** - * @throws Exception - */ - public function listTests(): bool - { - if ($this->listTests === null) { - throw new Exception; - } - - return $this->listTests; - } - - public function hasListTestsXml(): bool - { - return $this->listTestsXml !== null; - } - - /** - * @throws Exception - */ - public function listTestsXml(): string - { - if ($this->listTestsXml === null) { - throw new Exception; - } - - return $this->listTestsXml; - } - - public function hasLoader(): bool - { - return $this->loader !== null; - } - - /** - * @throws Exception - */ - public function loader(): string - { - if ($this->loader === null) { - throw new Exception; - } - - return $this->loader; - } - - public function hasNoCoverage(): bool - { - return $this->noCoverage !== null; - } - - /** - * @throws Exception - */ - public function noCoverage(): bool - { - if ($this->noCoverage === null) { - throw new Exception; - } - - return $this->noCoverage; - } - - public function hasNoExtensions(): bool - { - return $this->noExtensions !== null; - } - - /** - * @throws Exception - */ - public function noExtensions(): bool - { - if ($this->noExtensions === null) { - throw new Exception; - } - - return $this->noExtensions; - } - - public function hasExtensions(): bool - { - return $this->extensions !== null; - } - - /** - * @throws Exception - */ - public function extensions(): array - { - if ($this->extensions === null) { - throw new Exception; - } - - return $this->extensions; - } - - public function hasUnavailableExtensions(): bool - { - return $this->unavailableExtensions !== null; - } - - /** - * @throws Exception - */ - public function unavailableExtensions(): array - { - if ($this->unavailableExtensions === null) { - throw new Exception; - } - - return $this->unavailableExtensions; - } - - public function hasNoInteraction(): bool - { - return $this->noInteraction !== null; - } - - /** - * @throws Exception - */ - public function noInteraction(): bool - { - if ($this->noInteraction === null) { - throw new Exception; - } - - return $this->noInteraction; - } - - public function hasNoLogging(): bool - { - return $this->noLogging !== null; - } - - /** - * @throws Exception - */ - public function noLogging(): bool - { - if ($this->noLogging === null) { - throw new Exception; - } - - return $this->noLogging; - } - - public function hasPrinter(): bool - { - return $this->printer !== null; - } - - /** - * @throws Exception - */ - public function printer(): string - { - if ($this->printer === null) { - throw new Exception; - } - - return $this->printer; - } - - public function hasProcessIsolation(): bool - { - return $this->processIsolation !== null; - } - - /** - * @throws Exception - */ - public function processIsolation(): bool - { - if ($this->processIsolation === null) { - throw new Exception; - } - - return $this->processIsolation; - } - - public function hasRandomOrderSeed(): bool - { - return $this->randomOrderSeed !== null; - } - - /** - * @throws Exception - */ - public function randomOrderSeed(): int - { - if ($this->randomOrderSeed === null) { - throw new Exception; - } - - return $this->randomOrderSeed; - } - - public function hasRepeat(): bool - { - return $this->repeat !== null; - } - - /** - * @throws Exception - */ - public function repeat(): int - { - if ($this->repeat === null) { - throw new Exception; - } - - return $this->repeat; - } - - public function hasReportUselessTests(): bool - { - return $this->reportUselessTests !== null; - } - - /** - * @throws Exception - */ - public function reportUselessTests(): bool - { - if ($this->reportUselessTests === null) { - throw new Exception; - } - - return $this->reportUselessTests; - } - - public function hasResolveDependencies(): bool - { - return $this->resolveDependencies !== null; - } - - /** - * @throws Exception - */ - public function resolveDependencies(): bool - { - if ($this->resolveDependencies === null) { - throw new Exception; - } - - return $this->resolveDependencies; - } - - public function hasReverseList(): bool - { - return $this->reverseList !== null; - } - - /** - * @throws Exception - */ - public function reverseList(): bool - { - if ($this->reverseList === null) { - throw new Exception; - } - - return $this->reverseList; - } - - public function hasStderr(): bool - { - return $this->stderr !== null; - } - - /** - * @throws Exception - */ - public function stderr(): bool - { - if ($this->stderr === null) { - throw new Exception; - } - - return $this->stderr; - } - - public function hasStrictCoverage(): bool - { - return $this->strictCoverage !== null; - } - - /** - * @throws Exception - */ - public function strictCoverage(): bool - { - if ($this->strictCoverage === null) { - throw new Exception; - } - - return $this->strictCoverage; - } - - public function hasStopOnDefect(): bool - { - return $this->stopOnDefect !== null; - } - - /** - * @throws Exception - */ - public function stopOnDefect(): bool - { - if ($this->stopOnDefect === null) { - throw new Exception; - } - - return $this->stopOnDefect; - } - - public function hasStopOnError(): bool - { - return $this->stopOnError !== null; - } - - /** - * @throws Exception - */ - public function stopOnError(): bool - { - if ($this->stopOnError === null) { - throw new Exception; - } - - return $this->stopOnError; - } - - public function hasStopOnFailure(): bool - { - return $this->stopOnFailure !== null; - } - - /** - * @throws Exception - */ - public function stopOnFailure(): bool - { - if ($this->stopOnFailure === null) { - throw new Exception; - } - - return $this->stopOnFailure; - } - - public function hasStopOnIncomplete(): bool - { - return $this->stopOnIncomplete !== null; - } - - /** - * @throws Exception - */ - public function stopOnIncomplete(): bool - { - if ($this->stopOnIncomplete === null) { - throw new Exception; - } - - return $this->stopOnIncomplete; - } - - public function hasStopOnRisky(): bool - { - return $this->stopOnRisky !== null; - } - - /** - * @throws Exception - */ - public function stopOnRisky(): bool - { - if ($this->stopOnRisky === null) { - throw new Exception; - } - - return $this->stopOnRisky; - } - - public function hasStopOnSkipped(): bool - { - return $this->stopOnSkipped !== null; - } - - /** - * @throws Exception - */ - public function stopOnSkipped(): bool - { - if ($this->stopOnSkipped === null) { - throw new Exception; - } - - return $this->stopOnSkipped; - } - - public function hasStopOnWarning(): bool - { - return $this->stopOnWarning !== null; - } - - /** - * @throws Exception - */ - public function stopOnWarning(): bool - { - if ($this->stopOnWarning === null) { - throw new Exception; - } - - return $this->stopOnWarning; - } - - public function hasTeamcityLogfile(): bool - { - return $this->teamcityLogfile !== null; - } - - /** - * @throws Exception - */ - public function teamcityLogfile(): string - { - if ($this->teamcityLogfile === null) { - throw new Exception; - } - - return $this->teamcityLogfile; - } - - public function hasTestdoxExcludeGroups(): bool - { - return $this->testdoxExcludeGroups !== null; - } - - /** - * @throws Exception - */ - public function testdoxExcludeGroups(): array - { - if ($this->testdoxExcludeGroups === null) { - throw new Exception; - } - - return $this->testdoxExcludeGroups; - } - - public function hasTestdoxGroups(): bool - { - return $this->testdoxGroups !== null; - } - - /** - * @throws Exception - */ - public function testdoxGroups(): array - { - if ($this->testdoxGroups === null) { - throw new Exception; - } - - return $this->testdoxGroups; - } - - public function hasTestdoxHtmlFile(): bool - { - return $this->testdoxHtmlFile !== null; - } - - /** - * @throws Exception - */ - public function testdoxHtmlFile(): string - { - if ($this->testdoxHtmlFile === null) { - throw new Exception; - } - - return $this->testdoxHtmlFile; - } - - public function hasTestdoxTextFile(): bool - { - return $this->testdoxTextFile !== null; - } - - /** - * @throws Exception - */ - public function testdoxTextFile(): string - { - if ($this->testdoxTextFile === null) { - throw new Exception; - } - - return $this->testdoxTextFile; - } - - public function hasTestdoxXmlFile(): bool - { - return $this->testdoxXmlFile !== null; - } - - /** - * @throws Exception - */ - public function testdoxXmlFile(): string - { - if ($this->testdoxXmlFile === null) { - throw new Exception; - } - - return $this->testdoxXmlFile; - } - - public function hasTestSuffixes(): bool - { - return $this->testSuffixes !== null; - } - - /** - * @throws Exception - */ - public function testSuffixes(): array - { - if ($this->testSuffixes === null) { - throw new Exception; - } - - return $this->testSuffixes; - } - - public function hasTestSuite(): bool - { - return $this->testSuite !== null; - } - - /** - * @throws Exception - */ - public function testSuite(): string - { - if ($this->testSuite === null) { - throw new Exception; - } - - return $this->testSuite; - } - - public function unrecognizedOptions(): array - { - return $this->unrecognizedOptions; - } - - public function hasUnrecognizedOrderBy(): bool - { - return $this->unrecognizedOrderBy !== null; - } - - /** - * @throws Exception - */ - public function unrecognizedOrderBy(): string - { - if ($this->unrecognizedOrderBy === null) { - throw new Exception; - } - - return $this->unrecognizedOrderBy; - } - - public function hasUseDefaultConfiguration(): bool - { - return $this->useDefaultConfiguration !== null; - } - - /** - * @throws Exception - */ - public function useDefaultConfiguration(): bool - { - if ($this->useDefaultConfiguration === null) { - throw new Exception; - } - - return $this->useDefaultConfiguration; - } - - public function hasVerbose(): bool - { - return $this->verbose !== null; - } - - /** - * @throws Exception - */ - public function verbose(): bool - { - if ($this->verbose === null) { - throw new Exception; - } - - return $this->verbose; - } - - public function hasVersion(): bool - { - return $this->version !== null; - } - - /** - * @throws Exception - */ - public function version(): bool - { - if ($this->version === null) { - throw new Exception; - } - - return $this->version; - } - - public function hasXdebugFilterFile(): bool - { - return $this->xdebugFilterFile !== null; - } - - /** - * @throws Exception - */ - public function xdebugFilterFile(): string - { - if ($this->xdebugFilterFile === null) { - throw new Exception; - } - - return $this->xdebugFilterFile; - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/CliArguments/Mapper.php b/Sources/vendor/phpunit/phpunit/src/TextUI/CliArguments/Mapper.php deleted file mode 100755 index 9ceb8ab4..00000000 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/CliArguments/Mapper.php +++ /dev/null @@ -1,365 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\TextUI\CliArguments; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - */ -final class Mapper -{ - /** - * @throws Exception - */ - public function mapToLegacyArray(Configuration $arguments): array - { - $result = [ - 'extensions' => [], - 'listGroups' => false, - 'listSuites' => false, - 'listTests' => false, - 'listTestsXml' => false, - 'loader' => null, - 'useDefaultConfiguration' => true, - 'loadedExtensions' => [], - 'unavailableExtensions' => [], - 'notLoadedExtensions' => [], - ]; - - if ($arguments->hasColors()) { - $result['colors'] = $arguments->colors(); - } - - if ($arguments->hasBootstrap()) { - $result['bootstrap'] = $arguments->bootstrap(); - } - - if ($arguments->hasCacheResult()) { - $result['cacheResult'] = $arguments->cacheResult(); - } - - if ($arguments->hasCacheResultFile()) { - $result['cacheResultFile'] = $arguments->cacheResultFile(); - } - - if ($arguments->hasColumns()) { - $result['columns'] = $arguments->columns(); - } - - if ($arguments->hasConfiguration()) { - $result['configuration'] = $arguments->configuration(); - } - - if ($arguments->hasCoverageCacheDirectory()) { - $result['coverageCacheDirectory'] = $arguments->coverageCacheDirectory(); - } - - if ($arguments->hasWarmCoverageCache()) { - $result['warmCoverageCache'] = $arguments->warmCoverageCache(); - } - - if ($arguments->hasCoverageClover()) { - $result['coverageClover'] = $arguments->coverageClover(); - } - - if ($arguments->hasCoverageCobertura()) { - $result['coverageCobertura'] = $arguments->coverageCobertura(); - } - - if ($arguments->hasCoverageCrap4J()) { - $result['coverageCrap4J'] = $arguments->coverageCrap4J(); - } - - if ($arguments->hasCoverageHtml()) { - $result['coverageHtml'] = $arguments->coverageHtml(); - } - - if ($arguments->hasCoveragePhp()) { - $result['coveragePHP'] = $arguments->coveragePhp(); - } - - if ($arguments->hasCoverageText()) { - $result['coverageText'] = $arguments->coverageText(); - } - - if ($arguments->hasCoverageTextShowUncoveredFiles()) { - $result['coverageTextShowUncoveredFiles'] = $arguments->hasCoverageTextShowUncoveredFiles(); - } - - if ($arguments->hasCoverageTextShowOnlySummary()) { - $result['coverageTextShowOnlySummary'] = $arguments->coverageTextShowOnlySummary(); - } - - if ($arguments->hasCoverageXml()) { - $result['coverageXml'] = $arguments->coverageXml(); - } - - if ($arguments->hasPathCoverage()) { - $result['pathCoverage'] = $arguments->pathCoverage(); - } - - if ($arguments->hasDebug()) { - $result['debug'] = $arguments->debug(); - } - - if ($arguments->hasHelp()) { - $result['help'] = $arguments->help(); - } - - if ($arguments->hasFilter()) { - $result['filter'] = $arguments->filter(); - } - - if ($arguments->hasTestSuite()) { - $result['testsuite'] = $arguments->testSuite(); - } - - if ($arguments->hasGroups()) { - $result['groups'] = $arguments->groups(); - } - - if ($arguments->hasExcludeGroups()) { - $result['excludeGroups'] = $arguments->excludeGroups(); - } - - if ($arguments->hasTestsCovering()) { - $result['testsCovering'] = $arguments->testsCovering(); - } - - if ($arguments->hasTestsUsing()) { - $result['testsUsing'] = $arguments->testsUsing(); - } - - if ($arguments->hasTestSuffixes()) { - $result['testSuffixes'] = $arguments->testSuffixes(); - } - - if ($arguments->hasIncludePath()) { - $result['includePath'] = $arguments->includePath(); - } - - if ($arguments->hasListGroups()) { - $result['listGroups'] = $arguments->listGroups(); - } - - if ($arguments->hasListSuites()) { - $result['listSuites'] = $arguments->listSuites(); - } - - if ($arguments->hasListTests()) { - $result['listTests'] = $arguments->listTests(); - } - - if ($arguments->hasListTestsXml()) { - $result['listTestsXml'] = $arguments->listTestsXml(); - } - - if ($arguments->hasPrinter()) { - $result['printer'] = $arguments->printer(); - } - - if ($arguments->hasLoader()) { - $result['loader'] = $arguments->loader(); - } - - if ($arguments->hasJunitLogfile()) { - $result['junitLogfile'] = $arguments->junitLogfile(); - } - - if ($arguments->hasTeamcityLogfile()) { - $result['teamcityLogfile'] = $arguments->teamcityLogfile(); - } - - if ($arguments->hasExecutionOrder()) { - $result['executionOrder'] = $arguments->executionOrder(); - } - - if ($arguments->hasExecutionOrderDefects()) { - $result['executionOrderDefects'] = $arguments->executionOrderDefects(); - } - - if ($arguments->hasExtensions()) { - $result['extensions'] = $arguments->extensions(); - } - - if ($arguments->hasUnavailableExtensions()) { - $result['unavailableExtensions'] = $arguments->unavailableExtensions(); - } - - if ($arguments->hasResolveDependencies()) { - $result['resolveDependencies'] = $arguments->resolveDependencies(); - } - - if ($arguments->hasProcessIsolation()) { - $result['processIsolation'] = $arguments->processIsolation(); - } - - if ($arguments->hasRepeat()) { - $result['repeat'] = $arguments->repeat(); - } - - if ($arguments->hasStderr()) { - $result['stderr'] = $arguments->stderr(); - } - - if ($arguments->hasStopOnDefect()) { - $result['stopOnDefect'] = $arguments->stopOnDefect(); - } - - if ($arguments->hasStopOnError()) { - $result['stopOnError'] = $arguments->stopOnError(); - } - - if ($arguments->hasStopOnFailure()) { - $result['stopOnFailure'] = $arguments->stopOnFailure(); - } - - if ($arguments->hasStopOnWarning()) { - $result['stopOnWarning'] = $arguments->stopOnWarning(); - } - - if ($arguments->hasStopOnIncomplete()) { - $result['stopOnIncomplete'] = $arguments->stopOnIncomplete(); - } - - if ($arguments->hasStopOnRisky()) { - $result['stopOnRisky'] = $arguments->stopOnRisky(); - } - - if ($arguments->hasStopOnSkipped()) { - $result['stopOnSkipped'] = $arguments->stopOnSkipped(); - } - - if ($arguments->hasFailOnEmptyTestSuite()) { - $result['failOnEmptyTestSuite'] = $arguments->failOnEmptyTestSuite(); - } - - if ($arguments->hasFailOnIncomplete()) { - $result['failOnIncomplete'] = $arguments->failOnIncomplete(); - } - - if ($arguments->hasFailOnRisky()) { - $result['failOnRisky'] = $arguments->failOnRisky(); - } - - if ($arguments->hasFailOnSkipped()) { - $result['failOnSkipped'] = $arguments->failOnSkipped(); - } - - if ($arguments->hasFailOnWarning()) { - $result['failOnWarning'] = $arguments->failOnWarning(); - } - - if ($arguments->hasTestdoxGroups()) { - $result['testdoxGroups'] = $arguments->testdoxGroups(); - } - - if ($arguments->hasTestdoxExcludeGroups()) { - $result['testdoxExcludeGroups'] = $arguments->testdoxExcludeGroups(); - } - - if ($arguments->hasTestdoxHtmlFile()) { - $result['testdoxHTMLFile'] = $arguments->testdoxHtmlFile(); - } - - if ($arguments->hasTestdoxTextFile()) { - $result['testdoxTextFile'] = $arguments->testdoxTextFile(); - } - - if ($arguments->hasTestdoxXmlFile()) { - $result['testdoxXMLFile'] = $arguments->testdoxXmlFile(); - } - - if ($arguments->hasUseDefaultConfiguration()) { - $result['useDefaultConfiguration'] = $arguments->useDefaultConfiguration(); - } - - if ($arguments->hasNoExtensions()) { - $result['noExtensions'] = $arguments->noExtensions(); - } - - if ($arguments->hasNoCoverage()) { - $result['noCoverage'] = $arguments->noCoverage(); - } - - if ($arguments->hasNoLogging()) { - $result['noLogging'] = $arguments->noLogging(); - } - - if ($arguments->hasNoInteraction()) { - $result['noInteraction'] = $arguments->noInteraction(); - } - - if ($arguments->hasBackupGlobals()) { - $result['backupGlobals'] = $arguments->backupGlobals(); - } - - if ($arguments->hasBackupStaticAttributes()) { - $result['backupStaticAttributes'] = $arguments->backupStaticAttributes(); - } - - if ($arguments->hasVerbose()) { - $result['verbose'] = $arguments->verbose(); - } - - if ($arguments->hasReportUselessTests()) { - $result['reportUselessTests'] = $arguments->reportUselessTests(); - } - - if ($arguments->hasStrictCoverage()) { - $result['strictCoverage'] = $arguments->strictCoverage(); - } - - if ($arguments->hasDisableCodeCoverageIgnore()) { - $result['disableCodeCoverageIgnore'] = $arguments->disableCodeCoverageIgnore(); - } - - if ($arguments->hasBeStrictAboutChangesToGlobalState()) { - $result['beStrictAboutChangesToGlobalState'] = $arguments->beStrictAboutChangesToGlobalState(); - } - - if ($arguments->hasDisallowTestOutput()) { - $result['disallowTestOutput'] = $arguments->disallowTestOutput(); - } - - if ($arguments->hasBeStrictAboutResourceUsageDuringSmallTests()) { - $result['beStrictAboutResourceUsageDuringSmallTests'] = $arguments->beStrictAboutResourceUsageDuringSmallTests(); - } - - if ($arguments->hasDefaultTimeLimit()) { - $result['defaultTimeLimit'] = $arguments->defaultTimeLimit(); - } - - if ($arguments->hasEnforceTimeLimit()) { - $result['enforceTimeLimit'] = $arguments->enforceTimeLimit(); - } - - if ($arguments->hasDisallowTodoAnnotatedTests()) { - $result['disallowTodoAnnotatedTests'] = $arguments->disallowTodoAnnotatedTests(); - } - - if ($arguments->hasReverseList()) { - $result['reverseList'] = $arguments->reverseList(); - } - - if ($arguments->hasCoverageFilter()) { - $result['coverageFilter'] = $arguments->coverageFilter(); - } - - if ($arguments->hasRandomOrderSeed()) { - $result['randomOrderSeed'] = $arguments->randomOrderSeed(); - } - - if ($arguments->hasXdebugFilterFile()) { - $result['xdebugFilterFile'] = $arguments->xdebugFilterFile(); - } - - return $result; - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Command.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Command.php deleted file mode 100755 index 31f71795..00000000 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/Command.php +++ /dev/null @@ -1,1017 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\TextUI; - -use const PATH_SEPARATOR; -use const PHP_EOL; -use const STDIN; -use function array_keys; -use function assert; -use function class_exists; -use function copy; -use function extension_loaded; -use function fgets; -use function file_get_contents; -use function file_put_contents; -use function get_class; -use function getcwd; -use function ini_get; -use function ini_set; -use function is_array; -use function is_callable; -use function is_dir; -use function is_file; -use function is_string; -use function printf; -use function realpath; -use function sort; -use function sprintf; -use function stream_resolve_include_path; -use function strpos; -use function trim; -use function version_compare; -use PHPUnit\Framework\TestSuite; -use PHPUnit\Runner\Extension\PharLoader; -use PHPUnit\Runner\StandardTestSuiteLoader; -use PHPUnit\Runner\TestSuiteLoader; -use PHPUnit\Runner\Version; -use PHPUnit\TextUI\CliArguments\Builder; -use PHPUnit\TextUI\CliArguments\Configuration; -use PHPUnit\TextUI\CliArguments\Exception as ArgumentsException; -use PHPUnit\TextUI\CliArguments\Mapper; -use PHPUnit\TextUI\XmlConfiguration\CodeCoverage\FilterMapper; -use PHPUnit\TextUI\XmlConfiguration\Generator; -use PHPUnit\TextUI\XmlConfiguration\Loader; -use PHPUnit\TextUI\XmlConfiguration\Migrator; -use PHPUnit\TextUI\XmlConfiguration\PhpHandler; -use PHPUnit\Util\FileLoader; -use PHPUnit\Util\Filesystem; -use PHPUnit\Util\Printer; -use PHPUnit\Util\TextTestListRenderer; -use PHPUnit\Util\Xml\SchemaDetector; -use PHPUnit\Util\XmlTestListRenderer; -use ReflectionClass; -use SebastianBergmann\CodeCoverage\Filter; -use SebastianBergmann\CodeCoverage\StaticAnalysis\CacheWarmer; -use SebastianBergmann\Timer\Timer; -use Throwable; - -/** - * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit - */ -class Command -{ - /** - * @var array - */ - protected $arguments = []; - - /** - * @var array - */ - protected $longOptions = []; - - /** - * @var bool - */ - private $versionStringPrinted = false; - - /** - * @psalm-var list - */ - private $warnings = []; - - /** - * @throws Exception - */ - public static function main(bool $exit = true): int - { - try { - return (new static)->run($_SERVER['argv'], $exit); - } catch (Throwable $t) { - throw new RuntimeException( - $t->getMessage(), - (int) $t->getCode(), - $t, - ); - } - } - - /** - * @throws Exception - */ - public function run(array $argv, bool $exit = true): int - { - $this->handleArguments($argv); - - $runner = $this->createRunner(); - - if ($this->arguments['test'] instanceof TestSuite) { - $suite = $this->arguments['test']; - } else { - $suite = $runner->getTest( - $this->arguments['test'], - $this->arguments['testSuffixes'], - ); - } - - if ($this->arguments['listGroups']) { - return $this->handleListGroups($suite, $exit); - } - - if ($this->arguments['listSuites']) { - return $this->handleListSuites($exit); - } - - if ($this->arguments['listTests']) { - return $this->handleListTests($suite, $exit); - } - - if ($this->arguments['listTestsXml']) { - return $this->handleListTestsXml($suite, $this->arguments['listTestsXml'], $exit); - } - - unset($this->arguments['test'], $this->arguments['testFile']); - - try { - $result = $runner->run($suite, $this->arguments, $this->warnings, $exit); - } catch (Throwable $t) { - print $t->getMessage() . PHP_EOL; - } - - $return = TestRunner::FAILURE_EXIT; - - if (isset($result) && $result->wasSuccessful()) { - $return = TestRunner::SUCCESS_EXIT; - } elseif (!isset($result) || $result->errorCount() > 0) { - $return = TestRunner::EXCEPTION_EXIT; - } - - if ($exit) { - exit($return); - } - - return $return; - } - - /** - * Create a TestRunner, override in subclasses. - */ - protected function createRunner(): TestRunner - { - return new TestRunner($this->arguments['loader']); - } - - /** - * Handles the command-line arguments. - * - * A child class of PHPUnit\TextUI\Command can hook into the argument - * parsing by adding the switch(es) to the $longOptions array and point to a - * callback method that handles the switch(es) in the child class like this - * - * - * longOptions['my-switch'] = 'myHandler'; - * // my-secondswitch will accept a value - note the equals sign - * $this->longOptions['my-secondswitch='] = 'myOtherHandler'; - * } - * - * // --my-switch -> myHandler() - * protected function myHandler() - * { - * } - * - * // --my-secondswitch foo -> myOtherHandler('foo') - * protected function myOtherHandler ($value) - * { - * } - * - * // You will also need this - the static keyword in the - * // PHPUnit\TextUI\Command will mean that it'll be - * // PHPUnit\TextUI\Command that gets instantiated, - * // not MyCommand - * public static function main($exit = true) - * { - * $command = new static; - * - * return $command->run($_SERVER['argv'], $exit); - * } - * - * } - * - * - * @throws Exception - */ - protected function handleArguments(array $argv): void - { - try { - $arguments = (new Builder)->fromParameters($argv, array_keys($this->longOptions)); - } catch (ArgumentsException $e) { - $this->exitWithErrorMessage($e->getMessage()); - } - - assert(isset($arguments) && $arguments instanceof Configuration); - - if ($arguments->hasGenerateConfiguration() && $arguments->generateConfiguration()) { - $this->generateConfiguration(); - } - - if ($arguments->hasAtLeastVersion()) { - if (version_compare(Version::id(), $arguments->atLeastVersion(), '>=')) { - exit(TestRunner::SUCCESS_EXIT); - } - - exit(TestRunner::FAILURE_EXIT); - } - - if ($arguments->hasVersion() && $arguments->version()) { - $this->printVersionString(); - - exit(TestRunner::SUCCESS_EXIT); - } - - if ($arguments->hasCheckVersion() && $arguments->checkVersion()) { - $this->handleVersionCheck(); - } - - if ($arguments->hasHelp()) { - $this->showHelp(); - - exit(TestRunner::SUCCESS_EXIT); - } - - if ($arguments->hasUnrecognizedOrderBy()) { - $this->exitWithErrorMessage( - sprintf( - 'unrecognized --order-by option: %s', - $arguments->unrecognizedOrderBy(), - ), - ); - } - - if ($arguments->hasIniSettings()) { - foreach ($arguments->iniSettings() as $name => $value) { - ini_set($name, $value); - } - } - - if ($arguments->hasIncludePath()) { - ini_set( - 'include_path', - $arguments->includePath() . PATH_SEPARATOR . ini_get('include_path'), - ); - } - - $this->arguments = (new Mapper)->mapToLegacyArray($arguments); - - $this->handleCustomOptions($arguments->unrecognizedOptions()); - $this->handleCustomTestSuite(); - - if (!isset($this->arguments['testSuffixes'])) { - $this->arguments['testSuffixes'] = ['Test.php', '.phpt']; - } - - if (!isset($this->arguments['test']) && $arguments->hasArgument()) { - $this->arguments['test'] = realpath($arguments->argument()); - - if ($this->arguments['test'] === false) { - $this->exitWithErrorMessage( - sprintf( - 'Cannot open file "%s".', - $arguments->argument(), - ), - ); - } - } - - if ($this->arguments['loader'] !== null) { - $this->arguments['loader'] = $this->handleLoader($this->arguments['loader']); - } - - if (isset($this->arguments['configuration'])) { - if (is_dir($this->arguments['configuration'])) { - $candidate = $this->configurationFileInDirectory($this->arguments['configuration']); - - if ($candidate !== null) { - $this->arguments['configuration'] = $candidate; - } - } - } elseif ($this->arguments['useDefaultConfiguration']) { - $candidate = $this->configurationFileInDirectory(getcwd()); - - if ($candidate !== null) { - $this->arguments['configuration'] = $candidate; - } - } - - if ($arguments->hasMigrateConfiguration() && $arguments->migrateConfiguration()) { - if (!isset($this->arguments['configuration'])) { - print 'No configuration file found to migrate.' . PHP_EOL; - - exit(TestRunner::EXCEPTION_EXIT); - } - - $this->migrateConfiguration(realpath($this->arguments['configuration'])); - } - - if (isset($this->arguments['configuration'])) { - try { - $this->arguments['configurationObject'] = (new Loader)->load($this->arguments['configuration']); - } catch (Throwable $e) { - print $e->getMessage() . PHP_EOL; - - exit(TestRunner::FAILURE_EXIT); - } - - $phpunitConfiguration = $this->arguments['configurationObject']->phpunit(); - - (new PhpHandler)->handle($this->arguments['configurationObject']->php()); - - if (isset($this->arguments['bootstrap'])) { - $this->handleBootstrap($this->arguments['bootstrap']); - } elseif ($phpunitConfiguration->hasBootstrap()) { - $this->handleBootstrap($phpunitConfiguration->bootstrap()); - } - - if (!isset($this->arguments['stderr'])) { - $this->arguments['stderr'] = $phpunitConfiguration->stderr(); - } - - if (!isset($this->arguments['noExtensions']) && $phpunitConfiguration->hasExtensionsDirectory() && extension_loaded('phar')) { - $result = (new PharLoader)->loadPharExtensionsInDirectory($phpunitConfiguration->extensionsDirectory()); - - $this->arguments['loadedExtensions'] = $result['loadedExtensions']; - $this->arguments['notLoadedExtensions'] = $result['notLoadedExtensions']; - - unset($result); - } - - if (!isset($this->arguments['columns'])) { - $this->arguments['columns'] = $phpunitConfiguration->columns(); - } - - if (!isset($this->arguments['printer']) && $phpunitConfiguration->hasPrinterClass()) { - $file = $phpunitConfiguration->hasPrinterFile() ? $phpunitConfiguration->printerFile() : ''; - - $this->arguments['printer'] = $this->handlePrinter( - $phpunitConfiguration->printerClass(), - $file, - ); - } - - if ($phpunitConfiguration->hasTestSuiteLoaderClass()) { - $file = $phpunitConfiguration->hasTestSuiteLoaderFile() ? $phpunitConfiguration->testSuiteLoaderFile() : ''; - - $this->arguments['loader'] = $this->handleLoader( - $phpunitConfiguration->testSuiteLoaderClass(), - $file, - ); - } - - if (!isset($this->arguments['testsuite']) && $phpunitConfiguration->hasDefaultTestSuite()) { - $this->arguments['testsuite'] = $phpunitConfiguration->defaultTestSuite(); - } - - if (!isset($this->arguments['test'])) { - try { - $this->arguments['test'] = (new TestSuiteMapper)->map( - $this->arguments['configurationObject']->testSuite(), - $this->arguments['testsuite'] ?? '', - ); - } catch (Exception $e) { - $this->printVersionString(); - - print $e->getMessage() . PHP_EOL; - - exit(TestRunner::EXCEPTION_EXIT); - } - } - } elseif (isset($this->arguments['bootstrap'])) { - $this->handleBootstrap($this->arguments['bootstrap']); - } - - if (isset($this->arguments['printer']) && is_string($this->arguments['printer'])) { - $this->arguments['printer'] = $this->handlePrinter($this->arguments['printer']); - } - - if (isset($this->arguments['configurationObject'], $this->arguments['warmCoverageCache'])) { - $this->handleWarmCoverageCache($this->arguments['configurationObject']); - } - - if (!isset($this->arguments['test'])) { - $this->showHelp(); - - exit(TestRunner::EXCEPTION_EXIT); - } - } - - /** - * Handles the loading of the PHPUnit\Runner\TestSuiteLoader implementation. - * - * @deprecated see https://github.com/sebastianbergmann/phpunit/issues/4039 - */ - protected function handleLoader(string $loaderClass, string $loaderFile = ''): ?TestSuiteLoader - { - $this->warnings[] = 'Using a custom test suite loader is deprecated'; - - if (!class_exists($loaderClass, false)) { - if ($loaderFile == '') { - $loaderFile = Filesystem::classNameToFilename( - $loaderClass, - ); - } - - $loaderFile = stream_resolve_include_path($loaderFile); - - if ($loaderFile) { - /** - * @noinspection PhpIncludeInspection - * - * @psalm-suppress UnresolvableInclude - */ - require $loaderFile; - } - } - - if (class_exists($loaderClass, false)) { - try { - $class = new ReflectionClass($loaderClass); - // @codeCoverageIgnoreStart - } catch (\ReflectionException $e) { - throw new ReflectionException( - $e->getMessage(), - $e->getCode(), - $e, - ); - } - // @codeCoverageIgnoreEnd - - if ($class->implementsInterface(TestSuiteLoader::class) && $class->isInstantiable()) { - $object = $class->newInstance(); - - assert($object instanceof TestSuiteLoader); - - return $object; - } - } - - if ($loaderClass == StandardTestSuiteLoader::class) { - return null; - } - - $this->exitWithErrorMessage( - sprintf( - 'Could not use "%s" as loader.', - $loaderClass, - ), - ); - - return null; - } - - /** - * Handles the loading of the PHPUnit\Util\Printer implementation. - * - * @return null|Printer|string - */ - protected function handlePrinter(string $printerClass, string $printerFile = '') - { - if (!class_exists($printerClass, false)) { - if ($printerFile === '') { - $printerFile = Filesystem::classNameToFilename( - $printerClass, - ); - } - - $printerFile = stream_resolve_include_path($printerFile); - - if ($printerFile) { - /** - * @noinspection PhpIncludeInspection - * - * @psalm-suppress UnresolvableInclude - */ - require $printerFile; - } - } - - if (!class_exists($printerClass)) { - $this->exitWithErrorMessage( - sprintf( - 'Could not use "%s" as printer: class does not exist', - $printerClass, - ), - ); - } - - try { - $class = new ReflectionClass($printerClass); - // @codeCoverageIgnoreStart - } catch (\ReflectionException $e) { - throw new ReflectionException( - $e->getMessage(), - $e->getCode(), - $e, - ); - // @codeCoverageIgnoreEnd - } - - if (!$class->implementsInterface(ResultPrinter::class)) { - $this->exitWithErrorMessage( - sprintf( - 'Could not use "%s" as printer: class does not implement %s', - $printerClass, - ResultPrinter::class, - ), - ); - } - - if (!$class->isInstantiable()) { - $this->exitWithErrorMessage( - sprintf( - 'Could not use "%s" as printer: class cannot be instantiated', - $printerClass, - ), - ); - } - - if ($class->isSubclassOf(ResultPrinter::class)) { - return $printerClass; - } - - $outputStream = isset($this->arguments['stderr']) ? 'php://stderr' : null; - - return $class->newInstance($outputStream); - } - - /** - * Loads a bootstrap file. - */ - protected function handleBootstrap(string $filename): void - { - try { - FileLoader::checkAndLoad($filename); - } catch (Throwable $t) { - if ($t instanceof \PHPUnit\Exception) { - $this->exitWithErrorMessage($t->getMessage()); - } - - $message = sprintf( - 'Error in bootstrap script: %s:%s%s%s%s', - get_class($t), - PHP_EOL, - $t->getMessage(), - PHP_EOL, - $t->getTraceAsString(), - ); - - while ($t = $t->getPrevious()) { - $message .= sprintf( - '%s%sPrevious error: %s:%s%s%s%s', - PHP_EOL, - PHP_EOL, - get_class($t), - PHP_EOL, - $t->getMessage(), - PHP_EOL, - $t->getTraceAsString(), - ); - } - - $this->exitWithErrorMessage($message); - } - } - - protected function handleVersionCheck(): void - { - $this->printVersionString(); - - $latestVersion = file_get_contents('https://phar.phpunit.de/latest-version-of/phpunit'); - $isOutdated = version_compare($latestVersion, Version::id(), '>'); - - if ($isOutdated) { - printf( - 'You are not using the latest version of PHPUnit.' . PHP_EOL . - 'The latest version is PHPUnit %s.' . PHP_EOL, - $latestVersion, - ); - } else { - print 'You are using the latest version of PHPUnit.' . PHP_EOL; - } - - exit(TestRunner::SUCCESS_EXIT); - } - - /** - * Show the help message. - */ - protected function showHelp(): void - { - $this->printVersionString(); - (new Help)->writeToConsole(); - } - - /** - * Custom callback for test suite discovery. - */ - protected function handleCustomTestSuite(): void - { - } - - private function printVersionString(): void - { - if ($this->versionStringPrinted) { - return; - } - - print Version::getVersionString() . PHP_EOL . PHP_EOL; - - $this->versionStringPrinted = true; - } - - private function exitWithErrorMessage(string $message): void - { - $this->printVersionString(); - - print $message . PHP_EOL; - - exit(TestRunner::FAILURE_EXIT); - } - - private function handleListGroups(TestSuite $suite, bool $exit): int - { - $this->printVersionString(); - - $this->warnAboutConflictingOptions( - 'listGroups', - [ - 'filter', - 'groups', - 'excludeGroups', - 'testsuite', - ], - ); - - print 'Available test group(s):' . PHP_EOL; - - $groups = $suite->getGroups(); - sort($groups); - - foreach ($groups as $group) { - if (strpos($group, '__phpunit_') === 0) { - continue; - } - - printf( - ' - %s' . PHP_EOL, - $group, - ); - } - - if ($exit) { - exit(TestRunner::SUCCESS_EXIT); - } - - return TestRunner::SUCCESS_EXIT; - } - - /** - * @throws \PHPUnit\Framework\Exception - * @throws \PHPUnit\TextUI\XmlConfiguration\Exception - */ - private function handleListSuites(bool $exit): int - { - $this->printVersionString(); - - $this->warnAboutConflictingOptions( - 'listSuites', - [ - 'filter', - 'groups', - 'excludeGroups', - 'testsuite', - ], - ); - - print 'Available test suite(s):' . PHP_EOL; - - foreach ($this->arguments['configurationObject']->testSuite() as $testSuite) { - printf( - ' - %s' . PHP_EOL, - $testSuite->name(), - ); - } - - if ($exit) { - exit(TestRunner::SUCCESS_EXIT); - } - - return TestRunner::SUCCESS_EXIT; - } - - /** - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - */ - private function handleListTests(TestSuite $suite, bool $exit): int - { - $this->printVersionString(); - - $this->warnAboutConflictingOptions( - 'listTests', - [ - 'filter', - 'groups', - 'excludeGroups', - ], - ); - - $renderer = new TextTestListRenderer; - - print $renderer->render($suite); - - if ($exit) { - exit(TestRunner::SUCCESS_EXIT); - } - - return TestRunner::SUCCESS_EXIT; - } - - /** - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - */ - private function handleListTestsXml(TestSuite $suite, string $target, bool $exit): int - { - $this->printVersionString(); - - $this->warnAboutConflictingOptions( - 'listTestsXml', - [ - 'filter', - 'groups', - 'excludeGroups', - ], - ); - - $renderer = new XmlTestListRenderer; - - file_put_contents($target, $renderer->render($suite)); - - printf( - 'Wrote list of tests that would have been run to %s' . PHP_EOL, - $target, - ); - - if ($exit) { - exit(TestRunner::SUCCESS_EXIT); - } - - return TestRunner::SUCCESS_EXIT; - } - - private function generateConfiguration(): void - { - $this->printVersionString(); - - print 'Generating phpunit.xml in ' . getcwd() . PHP_EOL . PHP_EOL; - print 'Bootstrap script (relative to path shown above; default: vendor/autoload.php): '; - - $bootstrapScript = trim(fgets(STDIN)); - - print 'Tests directory (relative to path shown above; default: tests): '; - - $testsDirectory = trim(fgets(STDIN)); - - print 'Source directory (relative to path shown above; default: src): '; - - $src = trim(fgets(STDIN)); - - print 'Cache directory (relative to path shown above; default: .phpunit.cache): '; - - $cacheDirectory = trim(fgets(STDIN)); - - if ($bootstrapScript === '') { - $bootstrapScript = 'vendor/autoload.php'; - } - - if ($testsDirectory === '') { - $testsDirectory = 'tests'; - } - - if ($src === '') { - $src = 'src'; - } - - if ($cacheDirectory === '') { - $cacheDirectory = '.phpunit.cache'; - } - - $generator = new Generator; - - file_put_contents( - 'phpunit.xml', - $generator->generateDefaultConfiguration( - Version::series(), - $bootstrapScript, - $testsDirectory, - $src, - $cacheDirectory, - ), - ); - - print PHP_EOL . 'Generated phpunit.xml in ' . getcwd() . '.' . PHP_EOL; - print 'Make sure to exclude the ' . $cacheDirectory . ' directory from version control.' . PHP_EOL; - - exit(TestRunner::SUCCESS_EXIT); - } - - private function migrateConfiguration(string $filename): void - { - $this->printVersionString(); - - if (!(new SchemaDetector)->detect($filename)->detected()) { - print $filename . ' does not need to be migrated.' . PHP_EOL; - - exit(TestRunner::EXCEPTION_EXIT); - } - - copy($filename, $filename . '.bak'); - - print 'Created backup: ' . $filename . '.bak' . PHP_EOL; - - try { - file_put_contents( - $filename, - (new Migrator)->migrate($filename), - ); - - print 'Migrated configuration: ' . $filename . PHP_EOL; - } catch (Throwable $t) { - print 'Migration failed: ' . $t->getMessage() . PHP_EOL; - - exit(TestRunner::EXCEPTION_EXIT); - } - - exit(TestRunner::SUCCESS_EXIT); - } - - private function handleCustomOptions(array $unrecognizedOptions): void - { - foreach ($unrecognizedOptions as $name => $value) { - if (isset($this->longOptions[$name])) { - $handler = $this->longOptions[$name]; - } - - $name .= '='; - - if (isset($this->longOptions[$name])) { - $handler = $this->longOptions[$name]; - } - - if (isset($handler) && is_callable([$this, $handler])) { - $this->{$handler}($value); - - unset($handler); - } - } - } - - private function handleWarmCoverageCache(XmlConfiguration\Configuration $configuration): void - { - $this->printVersionString(); - - if (isset($this->arguments['coverageCacheDirectory'])) { - $cacheDirectory = $this->arguments['coverageCacheDirectory']; - } elseif ($configuration->codeCoverage()->hasCacheDirectory()) { - $cacheDirectory = $configuration->codeCoverage()->cacheDirectory()->path(); - } else { - print 'Cache for static analysis has not been configured' . PHP_EOL; - - exit(TestRunner::EXCEPTION_EXIT); - } - - $filter = new Filter; - - if ($configuration->codeCoverage()->hasNonEmptyListOfFilesToBeIncludedInCodeCoverageReport()) { - (new FilterMapper)->map( - $filter, - $configuration->codeCoverage(), - ); - } elseif (isset($this->arguments['coverageFilter'])) { - if (!is_array($this->arguments['coverageFilter'])) { - $coverageFilterDirectories = [$this->arguments['coverageFilter']]; - } else { - $coverageFilterDirectories = $this->arguments['coverageFilter']; - } - - foreach ($coverageFilterDirectories as $coverageFilterDirectory) { - $filter->includeDirectory($coverageFilterDirectory); - } - } else { - print 'Filter for code coverage has not been configured' . PHP_EOL; - - exit(TestRunner::EXCEPTION_EXIT); - } - - $timer = new Timer; - $timer->start(); - - print 'Warming cache for static analysis ... '; - - (new CacheWarmer)->warmCache( - $cacheDirectory, - !$configuration->codeCoverage()->disableCodeCoverageIgnore(), - $configuration->codeCoverage()->ignoreDeprecatedCodeUnits(), - $filter, - ); - - print 'done [' . $timer->stop()->asString() . ']' . PHP_EOL; - - exit(TestRunner::SUCCESS_EXIT); - } - - private function configurationFileInDirectory(string $directory): ?string - { - $candidates = [ - $directory . '/phpunit.xml', - $directory . '/phpunit.xml.dist', - ]; - - foreach ($candidates as $candidate) { - if (is_file($candidate)) { - return realpath($candidate); - } - } - - return null; - } - - /** - * @psalm-param "listGroups"|"listSuites"|"listTests"|"listTestsXml"|"filter"|"groups"|"excludeGroups"|"testsuite" $key - * @psalm-param list<"listGroups"|"listSuites"|"listTests"|"listTestsXml"|"filter"|"groups"|"excludeGroups"|"testsuite"> $keys - */ - private function warnAboutConflictingOptions(string $key, array $keys): void - { - $warningPrinted = false; - - foreach ($keys as $_key) { - if (!empty($this->arguments[$_key])) { - printf( - 'The %s and %s options cannot be combined, %s is ignored' . PHP_EOL, - $this->mapKeyToOptionForWarning($_key), - $this->mapKeyToOptionForWarning($key), - $this->mapKeyToOptionForWarning($_key), - ); - - $warningPrinted = true; - } - } - - if ($warningPrinted) { - print PHP_EOL; - } - } - - /** - * @psalm-param "listGroups"|"listSuites"|"listTests"|"listTestsXml"|"filter"|"groups"|"excludeGroups"|"testsuite" $key - */ - private function mapKeyToOptionForWarning(string $key): string - { - switch ($key) { - case 'listGroups': - return '--list-groups'; - - case 'listSuites': - return '--list-suites'; - - case 'listTests': - return '--list-tests'; - - case 'listTestsXml': - return '--list-tests-xml'; - - case 'filter': - return '--filter'; - - case 'groups': - return '--group'; - - case 'excludeGroups': - return '--exclude-group'; - - case 'testsuite': - return '--testsuite'; - } - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Command/Command.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Command/Command.php new file mode 100644 index 00000000..d340c830 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Command/Command.php @@ -0,0 +1,18 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Command; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +interface Command +{ + public function execute(): Result; +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/AtLeastVersionCommand.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/AtLeastVersionCommand.php new file mode 100644 index 00000000..2fe62c51 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/AtLeastVersionCommand.php @@ -0,0 +1,35 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Command; + +use function version_compare; +use PHPUnit\Runner\Version; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class AtLeastVersionCommand implements Command +{ + private readonly string $version; + + public function __construct(string $version) + { + $this->version = $version; + } + + public function execute(): Result + { + if (version_compare(Version::id(), $this->version, '>=')) { + return Result::from(); + } + + return Result::from('', Result::FAILURE); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/GenerateConfigurationCommand.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/GenerateConfigurationCommand.php new file mode 100644 index 00000000..7f450006 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/GenerateConfigurationCommand.php @@ -0,0 +1,83 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Command; + +use function fgets; +use function file_put_contents; +use function getcwd; +use function trim; +use PHPUnit\Runner\Version; +use PHPUnit\TextUI\XmlConfiguration\Generator; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class GenerateConfigurationCommand implements Command +{ + public function execute(): Result + { + print 'Generating phpunit.xml in ' . getcwd() . PHP_EOL . PHP_EOL; + print 'Bootstrap script (relative to path shown above; default: vendor/autoload.php): '; + + $bootstrapScript = $this->read(); + + print 'Tests directory (relative to path shown above; default: tests): '; + + $testsDirectory = $this->read(); + + print 'Source directory (relative to path shown above; default: src): '; + + $src = $this->read(); + + print 'Cache directory (relative to path shown above; default: .phpunit.cache): '; + + $cacheDirectory = $this->read(); + + if ($bootstrapScript === '') { + $bootstrapScript = 'vendor/autoload.php'; + } + + if ($testsDirectory === '') { + $testsDirectory = 'tests'; + } + + if ($src === '') { + $src = 'src'; + } + + if ($cacheDirectory === '') { + $cacheDirectory = '.phpunit.cache'; + } + + $generator = new Generator; + + file_put_contents( + 'phpunit.xml', + $generator->generateDefaultConfiguration( + Version::series(), + $bootstrapScript, + $testsDirectory, + $src, + $cacheDirectory, + ), + ); + + /* @noinspection MissingDirectorySeparatorInspection */ + print PHP_EOL . 'Generated phpunit.xml in ' . getcwd() . '.' . PHP_EOL; + print 'Make sure to exclude the ' . $cacheDirectory . ' directory from version control.' . PHP_EOL; + + return Result::from(); + } + + private function read(): string + { + return trim(fgets(STDIN)); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/ListGroupsCommand.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/ListGroupsCommand.php new file mode 100644 index 00000000..e014d3f0 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/ListGroupsCommand.php @@ -0,0 +1,80 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Command; + +use function sort; +use function sprintf; +use function str_starts_with; +use PHPUnit\Framework\TestSuite; +use PHPUnit\TextUI\Configuration\Registry; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class ListGroupsCommand implements Command +{ + private readonly TestSuite $suite; + + public function __construct(TestSuite $suite) + { + $this->suite = $suite; + } + + public function execute(): Result + { + $buffer = $this->warnAboutConflictingOptions(); + $buffer .= 'Available test group(s):' . PHP_EOL; + + $groups = $this->suite->groups(); + sort($groups); + + foreach ($groups as $group) { + if (str_starts_with($group, '__phpunit_')) { + continue; + } + + $buffer .= sprintf( + ' - %s' . PHP_EOL, + $group, + ); + } + + return Result::from($buffer); + } + + private function warnAboutConflictingOptions(): string + { + $buffer = ''; + + $configuration = Registry::get(); + + if ($configuration->hasFilter()) { + $buffer .= 'The --filter and --list-groups options cannot be combined, --filter is ignored' . PHP_EOL; + } + + if ($configuration->hasGroups()) { + $buffer .= 'The --group and --list-groups options cannot be combined, --group is ignored' . PHP_EOL; + } + + if ($configuration->hasExcludeGroups()) { + $buffer .= 'The --exclude-group and --list-groups options cannot be combined, --exclude-group is ignored' . PHP_EOL; + } + + if ($configuration->includeTestSuite() !== '') { + $buffer .= 'The --testsuite and --list-groups options cannot be combined, --exclude-group is ignored' . PHP_EOL; + } + + if (!empty($buffer)) { + $buffer .= PHP_EOL; + } + + return $buffer; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/ListTestSuitesCommand.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/ListTestSuitesCommand.php new file mode 100644 index 00000000..78c17116 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/ListTestSuitesCommand.php @@ -0,0 +1,71 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Command; + +use function sprintf; +use PHPUnit\TextUI\Configuration\Registry; +use PHPUnit\TextUI\Configuration\TestSuiteCollection; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class ListTestSuitesCommand implements Command +{ + private readonly TestSuiteCollection $suites; + + public function __construct(TestSuiteCollection $suites) + { + $this->suites = $suites; + } + + public function execute(): Result + { + $buffer = $this->warnAboutConflictingOptions(); + $buffer .= 'Available test suite(s):' . PHP_EOL; + + foreach ($this->suites as $suite) { + $buffer .= sprintf( + ' - %s' . PHP_EOL, + $suite->name(), + ); + } + + return Result::from($buffer); + } + + private function warnAboutConflictingOptions(): string + { + $buffer = ''; + + $configuration = Registry::get(); + + if ($configuration->hasFilter()) { + $buffer .= 'The --filter and --list-suites options cannot be combined, --filter is ignored' . PHP_EOL; + } + + if ($configuration->hasGroups()) { + $buffer .= 'The --group and --list-suites options cannot be combined, --group is ignored' . PHP_EOL; + } + + if ($configuration->hasExcludeGroups()) { + $buffer .= 'The --exclude-group and --list-suites options cannot be combined, --exclude-group is ignored' . PHP_EOL; + } + + if ($configuration->includeTestSuite() !== '') { + $buffer .= 'The --testsuite and --list-suites options cannot be combined, --exclude-group is ignored' . PHP_EOL; + } + + if (!empty($buffer)) { + $buffer .= PHP_EOL; + } + + return $buffer; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/ListTestsAsTextCommand.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/ListTestsAsTextCommand.php new file mode 100644 index 00000000..c376a631 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/ListTestsAsTextCommand.php @@ -0,0 +1,84 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Command; + +use function sprintf; +use function str_replace; +use PHPUnit\Framework\TestCase; +use PHPUnit\Framework\TestSuite; +use PHPUnit\Runner\PhptTestCase; +use PHPUnit\TextUI\Configuration\Registry; +use RecursiveIteratorIterator; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class ListTestsAsTextCommand implements Command +{ + private readonly TestSuite $suite; + + public function __construct(TestSuite $suite) + { + $this->suite = $suite; + } + + public function execute(): Result + { + $buffer = $this->warnAboutConflictingOptions(); + + $buffer .= 'Available test(s):' . PHP_EOL; + + foreach (new RecursiveIteratorIterator($this->suite) as $test) { + if ($test instanceof TestCase) { + $name = sprintf( + '%s::%s', + $test::class, + str_replace(' with data set ', '', $test->nameWithDataSet()), + ); + } elseif ($test instanceof PhptTestCase) { + $name = $test->getName(); + } else { + continue; + } + + $buffer .= sprintf( + ' - %s' . PHP_EOL, + $name, + ); + } + + return Result::from($buffer); + } + + private function warnAboutConflictingOptions(): string + { + $buffer = ''; + + $configuration = Registry::get(); + + if ($configuration->hasFilter()) { + $buffer .= 'The --filter and --list-tests options cannot be combined, --filter is ignored' . PHP_EOL; + } + + if ($configuration->hasGroups()) { + $buffer .= 'The --group and --list-tests options cannot be combined, --group is ignored' . PHP_EOL; + } + + if ($configuration->hasExcludeGroups()) { + $buffer .= 'The --exclude-group and --list-tests options cannot be combined, --exclude-group is ignored' . PHP_EOL; + } + + if (!empty($buffer)) { + $buffer .= PHP_EOL; + } + + return $buffer; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/ListTestsAsXmlCommand.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/ListTestsAsXmlCommand.php new file mode 100644 index 00000000..acb4500c --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/ListTestsAsXmlCommand.php @@ -0,0 +1,139 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Command; + +use function file_put_contents; +use function implode; +use function sprintf; +use function str_replace; +use PHPUnit\Framework\TestCase; +use PHPUnit\Framework\TestSuite; +use PHPUnit\Runner\PhptTestCase; +use PHPUnit\TextUI\Configuration\Registry; +use RecursiveIteratorIterator; +use XMLWriter; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class ListTestsAsXmlCommand implements Command +{ + private readonly string $filename; + private readonly TestSuite $suite; + + public function __construct(string $filename, TestSuite $suite) + { + $this->filename = $filename; + $this->suite = $suite; + } + + public function execute(): Result + { + $buffer = $this->warnAboutConflictingOptions(); + $writer = new XMLWriter; + + $writer->openMemory(); + $writer->setIndent(true); + $writer->startDocument(); + $writer->startElement('tests'); + + $currentTestCase = null; + + foreach (new RecursiveIteratorIterator($this->suite) as $test) { + if ($test instanceof TestCase) { + if ($test::class !== $currentTestCase) { + if ($currentTestCase !== null) { + $writer->endElement(); + } + + $writer->startElement('testCaseClass'); + $writer->writeAttribute('name', $test::class); + + $currentTestCase = $test::class; + } + + $writer->startElement('testCaseMethod'); + $writer->writeAttribute('id', $test->valueObjectForEvents()->id()); + $writer->writeAttribute('name', $test->name()); + $writer->writeAttribute('groups', implode(',', $test->groups())); + + /** + * @deprecated https://github.com/sebastianbergmann/phpunit/issues/5481 + */ + if (!empty($test->dataSetAsString())) { + $writer->writeAttribute( + 'dataSet', + str_replace( + ' with data set ', + '', + $test->dataSetAsString(), + ), + ); + } + + $writer->endElement(); + + continue; + } + + if ($test instanceof PhptTestCase) { + if ($currentTestCase !== null) { + $writer->endElement(); + + $currentTestCase = null; + } + + $writer->startElement('phptFile'); + $writer->writeAttribute('path', $test->getName()); + $writer->endElement(); + } + } + + if ($currentTestCase !== null) { + $writer->endElement(); + } + + $writer->endElement(); + + file_put_contents($this->filename, $writer->outputMemory()); + + $buffer .= sprintf( + 'Wrote list of tests that would have been run to %s' . PHP_EOL, + $this->filename, + ); + + return Result::from($buffer); + } + + private function warnAboutConflictingOptions(): string + { + $buffer = ''; + + $configuration = Registry::get(); + + if ($configuration->hasFilter()) { + $buffer .= 'The --filter and --list-tests-xml options cannot be combined, --filter is ignored' . PHP_EOL; + } + + if ($configuration->hasGroups()) { + $buffer .= 'The --group and --list-tests-xml options cannot be combined, --group is ignored' . PHP_EOL; + } + + if ($configuration->hasExcludeGroups()) { + $buffer .= 'The --exclude-group and --list-tests-xml options cannot be combined, --exclude-group is ignored' . PHP_EOL; + } + + if (!empty($buffer)) { + $buffer .= PHP_EOL; + } + + return $buffer; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/MigrateConfigurationCommand.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/MigrateConfigurationCommand.php new file mode 100644 index 00000000..50001940 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/MigrateConfigurationCommand.php @@ -0,0 +1,51 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Command; + +use function copy; +use function file_put_contents; +use PHPUnit\TextUI\XmlConfiguration\Migrator; +use Throwable; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class MigrateConfigurationCommand implements Command +{ + private readonly string $filename; + + public function __construct(string $filename) + { + $this->filename = $filename; + } + + public function execute(): Result + { + copy($this->filename, $this->filename . '.bak'); + + $buffer = 'Created backup: ' . $this->filename . '.bak' . PHP_EOL; + $shellExitCode = Result::SUCCESS; + + try { + file_put_contents( + $this->filename, + (new Migrator)->migrate($this->filename), + ); + + $buffer .= 'Migrated configuration: ' . $this->filename . PHP_EOL; + } catch (Throwable $t) { + $buffer .= 'Migration failed: ' . $t->getMessage() . PHP_EOL; + + $shellExitCode = Result::FAILURE; + } + + return Result::from($buffer, $shellExitCode); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/ShowHelpCommand.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/ShowHelpCommand.php new file mode 100644 index 00000000..aae306e5 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/ShowHelpCommand.php @@ -0,0 +1,33 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Command; + +use PHPUnit\TextUI\Help; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class ShowHelpCommand implements Command +{ + private readonly int $shellExitCode; + + public function __construct(int $shellExitCode) + { + $this->shellExitCode = $shellExitCode; + } + + public function execute(): Result + { + return Result::from( + (new Help)->generate(), + $this->shellExitCode, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/ShowVersionCommand.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/ShowVersionCommand.php new file mode 100644 index 00000000..b5ddfc29 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/ShowVersionCommand.php @@ -0,0 +1,21 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Command; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class ShowVersionCommand implements Command +{ + public function execute(): Result + { + return Result::from(); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/VersionCheckCommand.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/VersionCheckCommand.php new file mode 100644 index 00000000..9de4c02a --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/VersionCheckCommand.php @@ -0,0 +1,43 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Command; + +use function file_get_contents; +use function sprintf; +use function version_compare; +use PHPUnit\Runner\Version; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + * + * @codeCoverageIgnore + */ +final class VersionCheckCommand implements Command +{ + public function execute(): Result + { + $latestVersion = file_get_contents('https://phar.phpunit.de/latest-version-of/phpunit'); + $isOutdated = version_compare($latestVersion, Version::id(), '>'); + + if ($isOutdated) { + return Result::from( + sprintf( + 'You are not using the latest version of PHPUnit.' . PHP_EOL . + 'The latest version is PHPUnit %s.' . PHP_EOL, + $latestVersion, + ), + ); + } + + return Result::from( + 'You are using the latest version of PHPUnit.' . PHP_EOL, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/WarmCodeCoverageCacheCommand.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/WarmCodeCoverageCacheCommand.php new file mode 100644 index 00000000..8af15b65 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Command/Commands/WarmCodeCoverageCacheCommand.php @@ -0,0 +1,76 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Command; + +use function printf; +use PHPUnit\TextUI\Configuration\CodeCoverageFilterRegistry; +use PHPUnit\TextUI\Configuration\Configuration; +use PHPUnit\TextUI\Configuration\NoCoverageCacheDirectoryException; +use SebastianBergmann\CodeCoverage\StaticAnalysis\CacheWarmer; +use SebastianBergmann\Timer\NoActiveTimerException; +use SebastianBergmann\Timer\Timer; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class WarmCodeCoverageCacheCommand implements Command +{ + private readonly Configuration $configuration; + private readonly CodeCoverageFilterRegistry $codeCoverageFilterRegistry; + + public function __construct(Configuration $configuration, CodeCoverageFilterRegistry $codeCoverageFilterRegistry) + { + $this->configuration = $configuration; + $this->codeCoverageFilterRegistry = $codeCoverageFilterRegistry; + } + + /** + * @throws NoActiveTimerException + * @throws NoCoverageCacheDirectoryException + */ + public function execute(): Result + { + if (!$this->configuration->hasCoverageCacheDirectory()) { + return Result::from( + 'Cache for static analysis has not been configured' . PHP_EOL, + Result::FAILURE, + ); + } + + $this->codeCoverageFilterRegistry->init($this->configuration, true); + + if (!$this->codeCoverageFilterRegistry->configured()) { + return Result::from( + 'Filter for code coverage has not been configured' . PHP_EOL, + Result::FAILURE, + ); + } + + $timer = new Timer; + $timer->start(); + + print 'Warming cache for static analysis ... '; + + (new CacheWarmer)->warmCache( + $this->configuration->coverageCacheDirectory(), + !$this->configuration->disableCodeCoverageIgnore(), + $this->configuration->ignoreDeprecatedCodeUnitsFromCodeCoverage(), + $this->codeCoverageFilterRegistry->get(), + ); + + printf( + '[%s]%s', + $timer->stop()->asString(), + \PHP_EOL, + ); + + return Result::from(); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Command/Result.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Command/Result.php new file mode 100644 index 00000000..7391c6da --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Command/Result.php @@ -0,0 +1,46 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Command; + +/** + * @psalm-immutable + * + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class Result +{ + public const SUCCESS = 0; + public const FAILURE = 1; + public const EXCEPTION = 2; + public const CRASH = 255; + private readonly string $output; + private readonly int $shellExitCode; + + public static function from(string $output = '', int $shellExitCode = self::SUCCESS): self + { + return new self($output, $shellExitCode); + } + + private function __construct(string $output, int $shellExitCode) + { + $this->output = $output; + $this->shellExitCode = $shellExitCode; + } + + public function output(): string + { + return $this->output; + } + + public function shellExitCode(): int + { + return $this->shellExitCode; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Builder.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Builder.php new file mode 100644 index 00000000..48fc0578 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Builder.php @@ -0,0 +1,52 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Configuration; + +use PHPUnit\TextUI\CliArguments\Builder as CliConfigurationBuilder; +use PHPUnit\TextUI\CliArguments\Exception as CliConfigurationException; +use PHPUnit\TextUI\CliArguments\XmlConfigurationFileFinder; +use PHPUnit\TextUI\XmlConfiguration\DefaultConfiguration; +use PHPUnit\TextUI\XmlConfiguration\Exception as XmlConfigurationException; +use PHPUnit\TextUI\XmlConfiguration\Loader; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * + * @codeCoverageIgnore + */ +final class Builder +{ + /** + * @throws ConfigurationCannotBeBuiltException + */ + public function build(array $argv): Configuration + { + try { + $cliConfiguration = (new CliConfigurationBuilder)->fromParameters($argv); + $configurationFile = (new XmlConfigurationFileFinder)->find($cliConfiguration); + $xmlConfiguration = DefaultConfiguration::create(); + + if ($configurationFile) { + $xmlConfiguration = (new Loader)->load($configurationFile); + } + + return Registry::init( + $cliConfiguration, + $xmlConfiguration, + ); + } catch (CliConfigurationException|XmlConfigurationException $e) { + throw new ConfigurationCannotBeBuiltException( + $e->getMessage(), + $e->getCode(), + $e, + ); + } + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/CliArguments/Builder.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Cli/Builder.php old mode 100755 new mode 100644 similarity index 64% rename from Sources/vendor/phpunit/phpunit/src/TextUI/CliArguments/Builder.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Cli/Builder.php index 51f0a513..034656bf --- a/Sources/vendor/phpunit/phpunit/src/TextUI/CliArguments/Builder.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Cli/Builder.php @@ -10,16 +10,13 @@ namespace PHPUnit\TextUI\CliArguments; use function array_map; -use function array_merge; -use function class_exists; +use function basename; use function explode; +use function getcwd; +use function is_file; use function is_numeric; -use function str_replace; +use function sprintf; use PHPUnit\Runner\TestSuiteSorter; -use PHPUnit\TextUI\DefaultResultPrinter; -use PHPUnit\TextUI\XmlConfiguration\Extension; -use PHPUnit\Util\Log\TeamCity; -use PHPUnit\Util\TestDox\CliTestDoxPrinter; use SebastianBergmann\CliParser\Exception as CliParserException; use SebastianBergmann\CliParser\Parser as CliParser; @@ -30,10 +27,10 @@ final class Builder { private const LONG_OPTIONS = [ 'atleast-version=', - 'prepend=', 'bootstrap=', 'cache-result', 'do-not-cache-result', + 'cache-directory=', 'cache-result-file=', 'check-version', 'colors==', @@ -50,15 +47,20 @@ final class Builder 'coverage-text==', 'coverage-xml=', 'path-coverage', - 'debug', 'disallow-test-output', - 'disallow-resource-usage', - 'disallow-todo-tests', + 'display-incomplete', + 'display-skipped', + 'display-deprecations', + 'display-errors', + 'display-notices', + 'display-warnings', 'default-time-limit=', 'enforce-time-limit', 'exclude-group=', - 'extensions=', 'filter=', + 'generate-baseline=', + 'use-baseline=', + 'ignore-baseline', 'generate-configuration', 'globals-backup', 'group=', @@ -72,19 +74,18 @@ final class Builder 'list-suites', 'list-tests', 'list-tests-xml=', - 'loader=', 'log-junit=', 'log-teamcity=', 'migrate-configuration', 'no-configuration', 'no-coverage', 'no-logging', - 'no-interaction', 'no-extensions', + 'no-output', + 'no-progress', + 'no-results', 'order-by=', - 'printer=', 'process-isolation', - 'repeat=', 'dont-report-useless-tests', 'random-order', 'random-order-seed=', @@ -92,44 +93,48 @@ final class Builder 'reverse-list', 'static-backup', 'stderr', + 'fail-on-deprecation', + 'fail-on-empty-test-suite', + 'fail-on-incomplete', + 'fail-on-notice', + 'fail-on-risky', + 'fail-on-skipped', + 'fail-on-warning', 'stop-on-defect', + 'stop-on-deprecation', 'stop-on-error', 'stop-on-failure', - 'stop-on-warning', 'stop-on-incomplete', + 'stop-on-notice', 'stop-on-risky', 'stop-on-skipped', - 'fail-on-empty-test-suite', - 'fail-on-incomplete', - 'fail-on-risky', - 'fail-on-skipped', - 'fail-on-warning', + 'stop-on-warning', 'strict-coverage', 'disable-coverage-ignore', 'strict-global-state', 'teamcity', 'testdox', - 'testdox-group=', - 'testdox-exclude-group=', 'testdox-html=', 'testdox-text=', - 'testdox-xml=', 'test-suffix=', 'testsuite=', - 'verbose', + 'exclude-testsuite=', + 'log-events-text=', + 'log-events-verbose-text=', 'version', - 'whitelist=', - 'dump-xdebug-filter=', ]; - private const SHORT_OPTIONS = 'd:c:hv'; + private const SHORT_OPTIONS = 'd:c:h'; - public function fromParameters(array $parameters, array $additionalLongOptions): Configuration + /** + * @throws Exception + */ + public function fromParameters(array $parameters): Configuration { try { $options = (new CliParser)->parse( $parameters, self::SHORT_OPTIONS, - array_merge(self::LONG_OPTIONS, $additionalLongOptions), + self::LONG_OPTIONS, ); } catch (CliParserException $e) { throw new Exception( @@ -139,106 +144,107 @@ final class Builder ); } - $argument = null; - $atLeastVersion = null; - $backupGlobals = null; - $backupStaticAttributes = null; - $beStrictAboutChangesToGlobalState = null; - $beStrictAboutResourceUsageDuringSmallTests = null; - $bootstrap = null; - $cacheResult = null; - $cacheResultFile = null; - $checkVersion = null; - $colors = null; - $columns = null; - $configuration = null; - $coverageCacheDirectory = null; - $warmCoverageCache = null; - $coverageFilter = null; - $coverageClover = null; - $coverageCobertura = null; - $coverageCrap4J = null; - $coverageHtml = null; - $coveragePhp = null; - $coverageText = null; - $coverageTextShowUncoveredFiles = null; - $coverageTextShowOnlySummary = null; - $coverageXml = null; - $pathCoverage = null; - $debug = null; - $defaultTimeLimit = null; - $disableCodeCoverageIgnore = null; - $disallowTestOutput = null; - $disallowTodoAnnotatedTests = null; - $enforceTimeLimit = null; - $excludeGroups = null; - $executionOrder = null; - $executionOrderDefects = null; - $extensions = []; - $unavailableExtensions = []; - $failOnEmptyTestSuite = null; - $failOnIncomplete = null; - $failOnRisky = null; - $failOnSkipped = null; - $failOnWarning = null; - $filter = null; - $generateConfiguration = null; - $migrateConfiguration = null; - $groups = null; - $testsCovering = null; - $testsUsing = null; - $help = null; - $includePath = null; - $iniSettings = []; - $junitLogfile = null; - $listGroups = null; - $listSuites = null; - $listTests = null; - $listTestsXml = null; - $loader = null; - $noCoverage = null; - $noExtensions = null; - $noInteraction = null; - $noLogging = null; - $printer = null; - $processIsolation = null; - $randomOrderSeed = null; - $repeat = null; - $reportUselessTests = null; - $resolveDependencies = null; - $reverseList = null; - $stderr = null; - $strictCoverage = null; - $stopOnDefect = null; - $stopOnError = null; - $stopOnFailure = null; - $stopOnIncomplete = null; - $stopOnRisky = null; - $stopOnSkipped = null; - $stopOnWarning = null; - $teamcityLogfile = null; - $testdoxExcludeGroups = null; - $testdoxGroups = null; - $testdoxHtmlFile = null; - $testdoxTextFile = null; - $testdoxXmlFile = null; - $testSuffixes = null; - $testSuite = null; - $unrecognizedOptions = []; - $unrecognizedOrderBy = null; - $useDefaultConfiguration = null; - $verbose = null; - $version = null; - $xdebugFilterFile = null; - - if (isset($options[1][0])) { - $argument = $options[1][0]; - } + $atLeastVersion = null; + $backupGlobals = null; + $backupStaticProperties = null; + $beStrictAboutChangesToGlobalState = null; + $bootstrap = null; + $cacheDirectory = null; + $cacheResult = null; + $cacheResultFile = null; + $checkVersion = false; + $colors = null; + $columns = null; + $configuration = null; + $coverageCacheDirectory = null; + $warmCoverageCache = false; + $coverageFilter = null; + $coverageClover = null; + $coverageCobertura = null; + $coverageCrap4J = null; + $coverageHtml = null; + $coveragePhp = null; + $coverageText = null; + $coverageTextShowUncoveredFiles = null; + $coverageTextShowOnlySummary = null; + $coverageXml = null; + $pathCoverage = null; + $defaultTimeLimit = null; + $disableCodeCoverageIgnore = null; + $disallowTestOutput = null; + $displayIncomplete = null; + $displaySkipped = null; + $displayDeprecations = null; + $displayErrors = null; + $displayNotices = null; + $displayWarnings = null; + $enforceTimeLimit = null; + $excludeGroups = null; + $executionOrder = null; + $executionOrderDefects = null; + $failOnDeprecation = null; + $failOnEmptyTestSuite = null; + $failOnIncomplete = null; + $failOnNotice = null; + $failOnRisky = null; + $failOnSkipped = null; + $failOnWarning = null; + $stopOnDefect = null; + $stopOnDeprecation = null; + $stopOnError = null; + $stopOnFailure = null; + $stopOnIncomplete = null; + $stopOnNotice = null; + $stopOnRisky = null; + $stopOnSkipped = null; + $stopOnWarning = null; + $filter = null; + $generateBaseline = null; + $useBaseline = null; + $ignoreBaseline = false; + $generateConfiguration = false; + $migrateConfiguration = false; + $groups = null; + $testsCovering = null; + $testsUsing = null; + $help = false; + $includePath = null; + $iniSettings = []; + $junitLogfile = null; + $listGroups = false; + $listSuites = false; + $listTests = false; + $listTestsXml = null; + $noCoverage = null; + $noExtensions = null; + $noOutput = null; + $noProgress = null; + $noResults = null; + $noLogging = null; + $processIsolation = null; + $randomOrderSeed = null; + $reportUselessTests = null; + $resolveDependencies = null; + $reverseList = null; + $stderr = null; + $strictCoverage = null; + $teamcityLogfile = null; + $testdoxHtmlFile = null; + $testdoxTextFile = null; + $testSuffixes = null; + $testSuite = null; + $excludeTestSuite = null; + $useDefaultConfiguration = true; + $version = false; + $logEventsText = null; + $logEventsVerboseText = null; + $printerTeamCity = null; + $printerTestDox = null; foreach ($options[0] as $option) { switch ($option[0]) { case '--colors': - $colors = $option[1] ?: DefaultResultPrinter::COLOR_AUTO; + $colors = $option[1] ?: \PHPUnit\TextUI\Configuration\Configuration::COLOR_AUTO; break; @@ -247,6 +253,11 @@ final class Builder break; + case '--cache-directory': + $cacheDirectory = $option[1]; + + break; + case '--cache-result': $cacheResult = true; @@ -346,11 +357,6 @@ final class Builder break; - case '--debug': - $debug = true; - - break; - case 'h': case '--help': $help = true; @@ -367,6 +373,34 @@ final class Builder break; + case '--exclude-testsuite': + $excludeTestSuite = $option[1]; + + break; + + case '--generate-baseline': + $generateBaseline = $option[1]; + + if (basename($generateBaseline) === $generateBaseline) { + $generateBaseline = getcwd() . DIRECTORY_SEPARATOR . $generateBaseline; + } + + break; + + case '--use-baseline': + $useBaseline = $option[1]; + + if (!is_file($useBaseline) && basename($useBaseline) === $useBaseline) { + $useBaseline = getcwd() . DIRECTORY_SEPARATOR . $useBaseline; + } + + break; + + case '--ignore-baseline': + $ignoreBaseline = true; + + break; + case '--generate-configuration': $generateConfiguration = true; @@ -427,16 +461,6 @@ final class Builder break; - case '--printer': - $printer = $option[1]; - - break; - - case '--loader': - $loader = $option[1]; - - break; - case '--log-junit': $junitLogfile = $option[1]; @@ -493,7 +517,12 @@ final class Builder break; default: - $unrecognizedOrderBy = $order; + throw new Exception( + sprintf( + 'unrecognized --order-by option: %s', + $order, + ), + ); } } @@ -504,93 +533,98 @@ final class Builder break; - case '--repeat': - $repeat = (int) $option[1]; + case '--stderr': + $stderr = true; break; - case '--stderr': - $stderr = true; + case '--fail-on-deprecation': + $failOnDeprecation = true; break; - case '--stop-on-defect': - $stopOnDefect = true; + case '--fail-on-empty-test-suite': + $failOnEmptyTestSuite = true; break; - case '--stop-on-error': - $stopOnError = true; + case '--fail-on-incomplete': + $failOnIncomplete = true; break; - case '--stop-on-failure': - $stopOnFailure = true; + case '--fail-on-notice': + $failOnNotice = true; break; - case '--stop-on-warning': - $stopOnWarning = true; + case '--fail-on-risky': + $failOnRisky = true; break; - case '--stop-on-incomplete': - $stopOnIncomplete = true; + case '--fail-on-skipped': + $failOnSkipped = true; break; - case '--stop-on-risky': - $stopOnRisky = true; + case '--fail-on-warning': + $failOnWarning = true; break; - case '--stop-on-skipped': - $stopOnSkipped = true; + case '--stop-on-defect': + $stopOnDefect = true; break; - case '--fail-on-empty-test-suite': - $failOnEmptyTestSuite = true; + case '--stop-on-deprecation': + $stopOnDeprecation = true; break; - case '--fail-on-incomplete': - $failOnIncomplete = true; + case '--stop-on-error': + $stopOnError = true; break; - case '--fail-on-risky': - $failOnRisky = true; + case '--stop-on-failure': + $stopOnFailure = true; break; - case '--fail-on-skipped': - $failOnSkipped = true; + case '--stop-on-incomplete': + $stopOnIncomplete = true; break; - case '--fail-on-warning': - $failOnWarning = true; + case '--stop-on-notice': + $stopOnNotice = true; break; - case '--teamcity': - $printer = TeamCity::class; + case '--stop-on-risky': + $stopOnRisky = true; break; - case '--testdox': - $printer = CliTestDoxPrinter::class; + case '--stop-on-skipped': + $stopOnSkipped = true; break; - case '--testdox-group': - $testdoxGroups = explode(',', $option[1]); + case '--stop-on-warning': + $stopOnWarning = true; break; - case '--testdox-exclude-group': - $testdoxExcludeGroups = explode(',', $option[1]); + case '--teamcity': + $printerTeamCity = true; + + break; + + case '--testdox': + $printerTestDox = true; break; @@ -604,29 +638,11 @@ final class Builder break; - case '--testdox-xml': - $testdoxXmlFile = $option[1]; - - break; - case '--no-configuration': $useDefaultConfiguration = false; break; - case '--extensions': - foreach (explode(',', $option[1]) as $extensionClass) { - if (!class_exists($extensionClass)) { - $unavailableExtensions[] = $extensionClass; - - continue; - } - - $extensions[] = new Extension($extensionClass, '', []); - } - - break; - case '--no-extensions': $noExtensions = true; @@ -642,24 +658,28 @@ final class Builder break; - case '--no-interaction': - $noInteraction = true; + case '--no-output': + $noOutput = true; break; - case '--globals-backup': - $backupGlobals = true; + case '--no-progress': + $noProgress = true; break; - case '--static-backup': - $backupStaticAttributes = true; + case '--no-results': + $noResults = true; + + break; + + case '--globals-backup': + $backupGlobals = true; break; - case 'v': - case '--verbose': - $verbose = true; + case '--static-backup': + $backupStaticProperties = true; break; @@ -698,8 +718,33 @@ final class Builder break; - case '--disallow-resource-usage': - $beStrictAboutResourceUsageDuringSmallTests = true; + case '--display-incomplete': + $displayIncomplete = true; + + break; + + case '--display-skipped': + $displaySkipped = true; + + break; + + case '--display-deprecations': + $displayDeprecations = true; + + break; + + case '--display-errors': + $displayErrors = true; + + break; + + case '--display-notices': + $displayNotices = true; + + break; + + case '--display-warnings': + $displayWarnings = true; break; @@ -713,11 +758,6 @@ final class Builder break; - case '--disallow-todo-tests': - $disallowTodoAnnotatedTests = true; - - break; - case '--reverse-list': $reverseList = true; @@ -729,7 +769,6 @@ final class Builder break; case '--coverage-filter': - case '--whitelist': if ($coverageFilter === null) { $coverageFilter = []; } @@ -763,22 +802,16 @@ final class Builder break; - case '--dump-xdebug-filter': - $xdebugFilterFile = $option[1]; + case '--log-events-text': + $logEventsText = $option[1]; break; - default: - $unrecognizedOptions[str_replace('--', '', $option[0])] = $option[1]; - } - } - - if (empty($extensions)) { - $extensions = null; - } + case '--log-events-verbose-text': + $logEventsVerboseText = $option[1]; - if (empty($unavailableExtensions)) { - $unavailableExtensions = null; + break; + } } if (empty($iniSettings)) { @@ -790,13 +823,13 @@ final class Builder } return new Configuration( - $argument, + $options[1], $atLeastVersion, $backupGlobals, - $backupStaticAttributes, + $backupStaticProperties, $beStrictAboutChangesToGlobalState, - $beStrictAboutResourceUsageDuringSmallTests, $bootstrap, + $cacheDirectory, $cacheResult, $cacheResultFile, $checkVersion, @@ -815,23 +848,33 @@ final class Builder $pathCoverage, $coverageCacheDirectory, $warmCoverageCache, - $debug, $defaultTimeLimit, $disableCodeCoverageIgnore, $disallowTestOutput, - $disallowTodoAnnotatedTests, $enforceTimeLimit, $excludeGroups, $executionOrder, $executionOrderDefects, - $extensions, - $unavailableExtensions, + $failOnDeprecation, $failOnEmptyTestSuite, $failOnIncomplete, + $failOnNotice, $failOnRisky, $failOnSkipped, $failOnWarning, + $stopOnDefect, + $stopOnDeprecation, + $stopOnError, + $stopOnFailure, + $stopOnIncomplete, + $stopOnNotice, + $stopOnRisky, + $stopOnSkipped, + $stopOnWarning, $filter, + $generateBaseline, + $useBaseline, + $ignoreBaseline, $generateConfiguration, $migrateConfiguration, $groups, @@ -845,42 +888,38 @@ final class Builder $listSuites, $listTests, $listTestsXml, - $loader, $noCoverage, $noExtensions, - $noInteraction, + $noOutput, + $noProgress, + $noResults, $noLogging, - $printer, $processIsolation, $randomOrderSeed, - $repeat, $reportUselessTests, $resolveDependencies, $reverseList, $stderr, $strictCoverage, - $stopOnDefect, - $stopOnError, - $stopOnFailure, - $stopOnIncomplete, - $stopOnRisky, - $stopOnSkipped, - $stopOnWarning, $teamcityLogfile, - $testdoxExcludeGroups, - $testdoxGroups, $testdoxHtmlFile, $testdoxTextFile, - $testdoxXmlFile, $testSuffixes, $testSuite, - $unrecognizedOptions, - $unrecognizedOrderBy, + $excludeTestSuite, $useDefaultConfiguration, - $verbose, + $displayIncomplete, + $displaySkipped, + $displayDeprecations, + $displayErrors, + $displayNotices, + $displayWarnings, $version, $coverageFilter, - $xdebugFilterFile, + $logEventsText, + $logEventsVerboseText, + $printerTeamCity, + $printerTestDox, ); } } diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Cli/Configuration.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Cli/Configuration.php new file mode 100644 index 00000000..cca980ea --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Cli/Configuration.php @@ -0,0 +1,2001 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\CliArguments; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + * + * @psalm-immutable + */ +final class Configuration +{ + /** + * @psalm-var list + */ + private readonly array $arguments; + private readonly ?string $atLeastVersion; + private readonly ?bool $backupGlobals; + private readonly ?bool $backupStaticProperties; + private readonly ?bool $beStrictAboutChangesToGlobalState; + private readonly ?string $bootstrap; + private readonly ?string $cacheDirectory; + private readonly ?bool $cacheResult; + private readonly ?string $cacheResultFile; + private readonly bool $checkVersion; + private readonly ?string $colors; + private readonly null|int|string $columns; + private readonly ?string $configurationFile; + private readonly ?array $coverageFilter; + private readonly ?string $coverageClover; + private readonly ?string $coverageCobertura; + private readonly ?string $coverageCrap4J; + private readonly ?string $coverageHtml; + private readonly ?string $coveragePhp; + private readonly ?string $coverageText; + private readonly ?bool $coverageTextShowUncoveredFiles; + private readonly ?bool $coverageTextShowOnlySummary; + private readonly ?string $coverageXml; + private readonly ?bool $pathCoverage; + private readonly ?string $coverageCacheDirectory; + private readonly bool $warmCoverageCache; + private readonly ?int $defaultTimeLimit; + private readonly ?bool $disableCodeCoverageIgnore; + private readonly ?bool $disallowTestOutput; + private readonly ?bool $enforceTimeLimit; + private readonly ?array $excludeGroups; + private readonly ?int $executionOrder; + private readonly ?int $executionOrderDefects; + private readonly ?bool $failOnDeprecation; + private readonly ?bool $failOnEmptyTestSuite; + private readonly ?bool $failOnIncomplete; + private readonly ?bool $failOnNotice; + private readonly ?bool $failOnRisky; + private readonly ?bool $failOnSkipped; + private readonly ?bool $failOnWarning; + private readonly ?bool $stopOnDefect; + private readonly ?bool $stopOnDeprecation; + private readonly ?bool $stopOnError; + private readonly ?bool $stopOnFailure; + private readonly ?bool $stopOnIncomplete; + private readonly ?bool $stopOnNotice; + private readonly ?bool $stopOnRisky; + private readonly ?bool $stopOnSkipped; + private readonly ?bool $stopOnWarning; + private readonly ?string $filter; + private readonly ?string $generateBaseline; + private readonly ?string $useBaseline; + private readonly bool $ignoreBaseline; + private readonly bool $generateConfiguration; + private readonly bool $migrateConfiguration; + private readonly ?array $groups; + private readonly ?array $testsCovering; + private readonly ?array $testsUsing; + private readonly bool $help; + private readonly ?string $includePath; + private readonly ?array $iniSettings; + private readonly ?string $junitLogfile; + private readonly bool $listGroups; + private readonly bool $listSuites; + private readonly bool $listTests; + private readonly ?string $listTestsXml; + private readonly ?bool $noCoverage; + private readonly ?bool $noExtensions; + private readonly ?bool $noOutput; + private readonly ?bool $noProgress; + private readonly ?bool $noResults; + private readonly ?bool $noLogging; + private readonly ?bool $processIsolation; + private readonly ?int $randomOrderSeed; + private readonly ?bool $reportUselessTests; + private readonly ?bool $resolveDependencies; + private readonly ?bool $reverseList; + private readonly ?bool $stderr; + private readonly ?bool $strictCoverage; + private readonly ?string $teamcityLogfile; + private readonly ?bool $teamCityPrinter; + private readonly ?string $testdoxHtmlFile; + private readonly ?string $testdoxTextFile; + private readonly ?bool $testdoxPrinter; + + /** + * @psalm-var ?non-empty-list + */ + private readonly ?array $testSuffixes; + private readonly ?string $testSuite; + private readonly ?string $excludeTestSuite; + private readonly bool $useDefaultConfiguration; + private readonly ?bool $displayDetailsOnIncompleteTests; + private readonly ?bool $displayDetailsOnSkippedTests; + private readonly ?bool $displayDetailsOnTestsThatTriggerDeprecations; + private readonly ?bool $displayDetailsOnTestsThatTriggerErrors; + private readonly ?bool $displayDetailsOnTestsThatTriggerNotices; + private readonly ?bool $displayDetailsOnTestsThatTriggerWarnings; + private readonly bool $version; + private readonly ?string $logEventsText; + private readonly ?string $logEventsVerboseText; + + /** + * @psalm-param list $arguments + * @psalm-param ?non-empty-list $testSuffixes + */ + public function __construct(array $arguments, ?string $atLeastVersion, ?bool $backupGlobals, ?bool $backupStaticProperties, ?bool $beStrictAboutChangesToGlobalState, ?string $bootstrap, ?string $cacheDirectory, ?bool $cacheResult, ?string $cacheResultFile, bool $checkVersion, ?string $colors, null|int|string $columns, ?string $configurationFile, ?string $coverageClover, ?string $coverageCobertura, ?string $coverageCrap4J, ?string $coverageHtml, ?string $coveragePhp, ?string $coverageText, ?bool $coverageTextShowUncoveredFiles, ?bool $coverageTextShowOnlySummary, ?string $coverageXml, ?bool $pathCoverage, ?string $coverageCacheDirectory, bool $warmCoverageCache, ?int $defaultTimeLimit, ?bool $disableCodeCoverageIgnore, ?bool $disallowTestOutput, ?bool $enforceTimeLimit, ?array $excludeGroups, ?int $executionOrder, ?int $executionOrderDefects, ?bool $failOnDeprecation, ?bool $failOnEmptyTestSuite, ?bool $failOnIncomplete, ?bool $failOnNotice, ?bool $failOnRisky, ?bool $failOnSkipped, ?bool $failOnWarning, ?bool $stopOnDefect, ?bool $stopOnDeprecation, ?bool $stopOnError, ?bool $stopOnFailure, ?bool $stopOnIncomplete, ?bool $stopOnNotice, ?bool $stopOnRisky, ?bool $stopOnSkipped, ?bool $stopOnWarning, ?string $filter, ?string $generateBaseline, ?string $useBaseline, bool $ignoreBaseline, bool $generateConfiguration, bool $migrateConfiguration, ?array $groups, ?array $testsCovering, ?array $testsUsing, bool $help, ?string $includePath, ?array $iniSettings, ?string $junitLogfile, bool $listGroups, bool $listSuites, bool $listTests, ?string $listTestsXml, ?bool $noCoverage, ?bool $noExtensions, ?bool $noOutput, ?bool $noProgress, ?bool $noResults, ?bool $noLogging, ?bool $processIsolation, ?int $randomOrderSeed, ?bool $reportUselessTests, ?bool $resolveDependencies, ?bool $reverseList, ?bool $stderr, ?bool $strictCoverage, ?string $teamcityLogfile, ?string $testdoxHtmlFile, ?string $testdoxTextFile, ?array $testSuffixes, ?string $testSuite, ?string $excludeTestSuite, bool $useDefaultConfiguration, ?bool $displayDetailsOnIncompleteTests, ?bool $displayDetailsOnSkippedTests, ?bool $displayDetailsOnTestsThatTriggerDeprecations, ?bool $displayDetailsOnTestsThatTriggerErrors, ?bool $displayDetailsOnTestsThatTriggerNotices, ?bool $displayDetailsOnTestsThatTriggerWarnings, bool $version, ?array $coverageFilter, ?string $logEventsText, ?string $logEventsVerboseText, ?bool $printerTeamCity, ?bool $printerTestDox) + { + $this->arguments = $arguments; + $this->atLeastVersion = $atLeastVersion; + $this->backupGlobals = $backupGlobals; + $this->backupStaticProperties = $backupStaticProperties; + $this->beStrictAboutChangesToGlobalState = $beStrictAboutChangesToGlobalState; + $this->bootstrap = $bootstrap; + $this->cacheDirectory = $cacheDirectory; + $this->cacheResult = $cacheResult; + $this->cacheResultFile = $cacheResultFile; + $this->checkVersion = $checkVersion; + $this->colors = $colors; + $this->columns = $columns; + $this->configurationFile = $configurationFile; + $this->coverageFilter = $coverageFilter; + $this->coverageClover = $coverageClover; + $this->coverageCobertura = $coverageCobertura; + $this->coverageCrap4J = $coverageCrap4J; + $this->coverageHtml = $coverageHtml; + $this->coveragePhp = $coveragePhp; + $this->coverageText = $coverageText; + $this->coverageTextShowUncoveredFiles = $coverageTextShowUncoveredFiles; + $this->coverageTextShowOnlySummary = $coverageTextShowOnlySummary; + $this->coverageXml = $coverageXml; + $this->pathCoverage = $pathCoverage; + $this->coverageCacheDirectory = $coverageCacheDirectory; + $this->warmCoverageCache = $warmCoverageCache; + $this->defaultTimeLimit = $defaultTimeLimit; + $this->disableCodeCoverageIgnore = $disableCodeCoverageIgnore; + $this->disallowTestOutput = $disallowTestOutput; + $this->enforceTimeLimit = $enforceTimeLimit; + $this->excludeGroups = $excludeGroups; + $this->executionOrder = $executionOrder; + $this->executionOrderDefects = $executionOrderDefects; + $this->failOnDeprecation = $failOnDeprecation; + $this->failOnEmptyTestSuite = $failOnEmptyTestSuite; + $this->failOnIncomplete = $failOnIncomplete; + $this->failOnNotice = $failOnNotice; + $this->failOnRisky = $failOnRisky; + $this->failOnSkipped = $failOnSkipped; + $this->failOnWarning = $failOnWarning; + $this->stopOnDefect = $stopOnDefect; + $this->stopOnDeprecation = $stopOnDeprecation; + $this->stopOnError = $stopOnError; + $this->stopOnFailure = $stopOnFailure; + $this->stopOnIncomplete = $stopOnIncomplete; + $this->stopOnNotice = $stopOnNotice; + $this->stopOnRisky = $stopOnRisky; + $this->stopOnSkipped = $stopOnSkipped; + $this->stopOnWarning = $stopOnWarning; + $this->filter = $filter; + $this->generateBaseline = $generateBaseline; + $this->useBaseline = $useBaseline; + $this->ignoreBaseline = $ignoreBaseline; + $this->generateConfiguration = $generateConfiguration; + $this->migrateConfiguration = $migrateConfiguration; + $this->groups = $groups; + $this->testsCovering = $testsCovering; + $this->testsUsing = $testsUsing; + $this->help = $help; + $this->includePath = $includePath; + $this->iniSettings = $iniSettings; + $this->junitLogfile = $junitLogfile; + $this->listGroups = $listGroups; + $this->listSuites = $listSuites; + $this->listTests = $listTests; + $this->listTestsXml = $listTestsXml; + $this->noCoverage = $noCoverage; + $this->noExtensions = $noExtensions; + $this->noOutput = $noOutput; + $this->noProgress = $noProgress; + $this->noResults = $noResults; + $this->noLogging = $noLogging; + $this->processIsolation = $processIsolation; + $this->randomOrderSeed = $randomOrderSeed; + $this->reportUselessTests = $reportUselessTests; + $this->resolveDependencies = $resolveDependencies; + $this->reverseList = $reverseList; + $this->stderr = $stderr; + $this->strictCoverage = $strictCoverage; + $this->teamcityLogfile = $teamcityLogfile; + $this->testdoxHtmlFile = $testdoxHtmlFile; + $this->testdoxTextFile = $testdoxTextFile; + $this->testSuffixes = $testSuffixes; + $this->testSuite = $testSuite; + $this->excludeTestSuite = $excludeTestSuite; + $this->useDefaultConfiguration = $useDefaultConfiguration; + $this->displayDetailsOnIncompleteTests = $displayDetailsOnIncompleteTests; + $this->displayDetailsOnSkippedTests = $displayDetailsOnSkippedTests; + $this->displayDetailsOnTestsThatTriggerDeprecations = $displayDetailsOnTestsThatTriggerDeprecations; + $this->displayDetailsOnTestsThatTriggerErrors = $displayDetailsOnTestsThatTriggerErrors; + $this->displayDetailsOnTestsThatTriggerNotices = $displayDetailsOnTestsThatTriggerNotices; + $this->displayDetailsOnTestsThatTriggerWarnings = $displayDetailsOnTestsThatTriggerWarnings; + $this->version = $version; + $this->logEventsText = $logEventsText; + $this->logEventsVerboseText = $logEventsVerboseText; + $this->teamCityPrinter = $printerTeamCity; + $this->testdoxPrinter = $printerTestDox; + } + + /** + * @psalm-return list + */ + public function arguments(): array + { + return $this->arguments; + } + + /** + * @psalm-assert-if-true !null $this->atLeastVersion + */ + public function hasAtLeastVersion(): bool + { + return $this->atLeastVersion !== null; + } + + /** + * @throws Exception + */ + public function atLeastVersion(): string + { + if (!$this->hasAtLeastVersion()) { + throw new Exception; + } + + return $this->atLeastVersion; + } + + /** + * @psalm-assert-if-true !null $this->backupGlobals + */ + public function hasBackupGlobals(): bool + { + return $this->backupGlobals !== null; + } + + /** + * @throws Exception + */ + public function backupGlobals(): bool + { + if (!$this->hasBackupGlobals()) { + throw new Exception; + } + + return $this->backupGlobals; + } + + /** + * @psalm-assert-if-true !null $this->backupStaticProperties + */ + public function hasBackupStaticProperties(): bool + { + return $this->backupStaticProperties !== null; + } + + /** + * @throws Exception + */ + public function backupStaticProperties(): bool + { + if (!$this->hasBackupStaticProperties()) { + throw new Exception; + } + + return $this->backupStaticProperties; + } + + /** + * @psalm-assert-if-true !null $this->beStrictAboutChangesToGlobalState + */ + public function hasBeStrictAboutChangesToGlobalState(): bool + { + return $this->beStrictAboutChangesToGlobalState !== null; + } + + /** + * @throws Exception + */ + public function beStrictAboutChangesToGlobalState(): bool + { + if (!$this->hasBeStrictAboutChangesToGlobalState()) { + throw new Exception; + } + + return $this->beStrictAboutChangesToGlobalState; + } + + /** + * @psalm-assert-if-true !null $this->bootstrap + */ + public function hasBootstrap(): bool + { + return $this->bootstrap !== null; + } + + /** + * @throws Exception + */ + public function bootstrap(): string + { + if (!$this->hasBootstrap()) { + throw new Exception; + } + + return $this->bootstrap; + } + + /** + * @psalm-assert-if-true !null $this->cacheDirectory + */ + public function hasCacheDirectory(): bool + { + return $this->cacheDirectory !== null; + } + + /** + * @throws Exception + */ + public function cacheDirectory(): string + { + if (!$this->hasCacheDirectory()) { + throw new Exception; + } + + return $this->cacheDirectory; + } + + /** + * @psalm-assert-if-true !null $this->cacheResult + */ + public function hasCacheResult(): bool + { + return $this->cacheResult !== null; + } + + /** + * @throws Exception + */ + public function cacheResult(): bool + { + if (!$this->hasCacheResult()) { + throw new Exception; + } + + return $this->cacheResult; + } + + /** + * @psalm-assert-if-true !null $this->cacheResultFile + * + * @deprecated + */ + public function hasCacheResultFile(): bool + { + return $this->cacheResultFile !== null; + } + + /** + * @throws Exception + * + * @deprecated + */ + public function cacheResultFile(): string + { + if (!$this->hasCacheResultFile()) { + throw new Exception; + } + + return $this->cacheResultFile; + } + + public function checkVersion(): bool + { + return $this->checkVersion; + } + + /** + * @psalm-assert-if-true !null $this->colors + */ + public function hasColors(): bool + { + return $this->colors !== null; + } + + /** + * @throws Exception + */ + public function colors(): string + { + if (!$this->hasColors()) { + throw new Exception; + } + + return $this->colors; + } + + /** + * @psalm-assert-if-true !null $this->columns + */ + public function hasColumns(): bool + { + return $this->columns !== null; + } + + /** + * @throws Exception + */ + public function columns(): int|string + { + if (!$this->hasColumns()) { + throw new Exception; + } + + return $this->columns; + } + + /** + * @psalm-assert-if-true !null $this->configurationFile + */ + public function hasConfigurationFile(): bool + { + return $this->configurationFile !== null; + } + + /** + * @throws Exception + */ + public function configurationFile(): string + { + if (!$this->hasConfigurationFile()) { + throw new Exception; + } + + return $this->configurationFile; + } + + /** + * @psalm-assert-if-true !null $this->coverageFilter + */ + public function hasCoverageFilter(): bool + { + return $this->coverageFilter !== null; + } + + /** + * @throws Exception + */ + public function coverageFilter(): array + { + if (!$this->hasCoverageFilter()) { + throw new Exception; + } + + return $this->coverageFilter; + } + + /** + * @psalm-assert-if-true !null $this->coverageClover + */ + public function hasCoverageClover(): bool + { + return $this->coverageClover !== null; + } + + /** + * @throws Exception + */ + public function coverageClover(): string + { + if (!$this->hasCoverageClover()) { + throw new Exception; + } + + return $this->coverageClover; + } + + /** + * @psalm-assert-if-true !null $this->coverageCobertura + */ + public function hasCoverageCobertura(): bool + { + return $this->coverageCobertura !== null; + } + + /** + * @throws Exception + */ + public function coverageCobertura(): string + { + if (!$this->hasCoverageCobertura()) { + throw new Exception; + } + + return $this->coverageCobertura; + } + + /** + * @psalm-assert-if-true !null $this->coverageCrap4J + */ + public function hasCoverageCrap4J(): bool + { + return $this->coverageCrap4J !== null; + } + + /** + * @throws Exception + */ + public function coverageCrap4J(): string + { + if (!$this->hasCoverageCrap4J()) { + throw new Exception; + } + + return $this->coverageCrap4J; + } + + /** + * @psalm-assert-if-true !null $this->coverageHtml + */ + public function hasCoverageHtml(): bool + { + return $this->coverageHtml !== null; + } + + /** + * @throws Exception + */ + public function coverageHtml(): string + { + if (!$this->hasCoverageHtml()) { + throw new Exception; + } + + return $this->coverageHtml; + } + + /** + * @psalm-assert-if-true !null $this->coveragePhp + */ + public function hasCoveragePhp(): bool + { + return $this->coveragePhp !== null; + } + + /** + * @throws Exception + */ + public function coveragePhp(): string + { + if (!$this->hasCoveragePhp()) { + throw new Exception; + } + + return $this->coveragePhp; + } + + /** + * @psalm-assert-if-true !null $this->coverageText + */ + public function hasCoverageText(): bool + { + return $this->coverageText !== null; + } + + /** + * @throws Exception + */ + public function coverageText(): string + { + if (!$this->hasCoverageText()) { + throw new Exception; + } + + return $this->coverageText; + } + + /** + * @psalm-assert-if-true !null $this->coverageTextShowUncoveredFiles + */ + public function hasCoverageTextShowUncoveredFiles(): bool + { + return $this->coverageTextShowUncoveredFiles !== null; + } + + /** + * @throws Exception + */ + public function coverageTextShowUncoveredFiles(): bool + { + if (!$this->hasCoverageTextShowUncoveredFiles()) { + throw new Exception; + } + + return $this->coverageTextShowUncoveredFiles; + } + + /** + * @psalm-assert-if-true !null $this->coverageTextShowOnlySummary + */ + public function hasCoverageTextShowOnlySummary(): bool + { + return $this->coverageTextShowOnlySummary !== null; + } + + /** + * @throws Exception + */ + public function coverageTextShowOnlySummary(): bool + { + if (!$this->hasCoverageTextShowOnlySummary()) { + throw new Exception; + } + + return $this->coverageTextShowOnlySummary; + } + + /** + * @psalm-assert-if-true !null $this->coverageXml + */ + public function hasCoverageXml(): bool + { + return $this->coverageXml !== null; + } + + /** + * @throws Exception + */ + public function coverageXml(): string + { + if (!$this->hasCoverageXml()) { + throw new Exception; + } + + return $this->coverageXml; + } + + /** + * @psalm-assert-if-true !null $this->pathCoverage + */ + public function hasPathCoverage(): bool + { + return $this->pathCoverage !== null; + } + + /** + * @throws Exception + */ + public function pathCoverage(): bool + { + if (!$this->hasPathCoverage()) { + throw new Exception; + } + + return $this->pathCoverage; + } + + /** + * @psalm-assert-if-true !null $this->coverageCacheDirectory + * + * @deprecated + */ + public function hasCoverageCacheDirectory(): bool + { + return $this->coverageCacheDirectory !== null; + } + + /** + * @throws Exception + * + * @deprecated + */ + public function coverageCacheDirectory(): string + { + if (!$this->hasCoverageCacheDirectory()) { + throw new Exception; + } + + return $this->coverageCacheDirectory; + } + + public function warmCoverageCache(): bool + { + return $this->warmCoverageCache; + } + + /** + * @psalm-assert-if-true !null $this->defaultTimeLimit + */ + public function hasDefaultTimeLimit(): bool + { + return $this->defaultTimeLimit !== null; + } + + /** + * @throws Exception + */ + public function defaultTimeLimit(): int + { + if (!$this->hasDefaultTimeLimit()) { + throw new Exception; + } + + return $this->defaultTimeLimit; + } + + /** + * @psalm-assert-if-true !null $this->disableCodeCoverageIgnore + */ + public function hasDisableCodeCoverageIgnore(): bool + { + return $this->disableCodeCoverageIgnore !== null; + } + + /** + * @throws Exception + */ + public function disableCodeCoverageIgnore(): bool + { + if (!$this->hasDisableCodeCoverageIgnore()) { + throw new Exception; + } + + return $this->disableCodeCoverageIgnore; + } + + /** + * @psalm-assert-if-true !null $this->disallowTestOutput + */ + public function hasDisallowTestOutput(): bool + { + return $this->disallowTestOutput !== null; + } + + /** + * @throws Exception + */ + public function disallowTestOutput(): bool + { + if (!$this->hasDisallowTestOutput()) { + throw new Exception; + } + + return $this->disallowTestOutput; + } + + /** + * @psalm-assert-if-true !null $this->enforceTimeLimit + */ + public function hasEnforceTimeLimit(): bool + { + return $this->enforceTimeLimit !== null; + } + + /** + * @throws Exception + */ + public function enforceTimeLimit(): bool + { + if (!$this->hasEnforceTimeLimit()) { + throw new Exception; + } + + return $this->enforceTimeLimit; + } + + /** + * @psalm-assert-if-true !null $this->excludeGroups + */ + public function hasExcludeGroups(): bool + { + return $this->excludeGroups !== null; + } + + /** + * @throws Exception + */ + public function excludeGroups(): array + { + if (!$this->hasExcludeGroups()) { + throw new Exception; + } + + return $this->excludeGroups; + } + + /** + * @psalm-assert-if-true !null $this->executionOrder + */ + public function hasExecutionOrder(): bool + { + return $this->executionOrder !== null; + } + + /** + * @throws Exception + */ + public function executionOrder(): int + { + if (!$this->hasExecutionOrder()) { + throw new Exception; + } + + return $this->executionOrder; + } + + /** + * @psalm-assert-if-true !null $this->executionOrderDefects + */ + public function hasExecutionOrderDefects(): bool + { + return $this->executionOrderDefects !== null; + } + + /** + * @throws Exception + */ + public function executionOrderDefects(): int + { + if (!$this->hasExecutionOrderDefects()) { + throw new Exception; + } + + return $this->executionOrderDefects; + } + + /** + * @psalm-assert-if-true !null $this->failOnDeprecation + */ + public function hasFailOnDeprecation(): bool + { + return $this->failOnDeprecation !== null; + } + + /** + * @throws Exception + */ + public function failOnDeprecation(): bool + { + if (!$this->hasFailOnDeprecation()) { + throw new Exception; + } + + return $this->failOnDeprecation; + } + + /** + * @psalm-assert-if-true !null $this->failOnEmptyTestSuite + */ + public function hasFailOnEmptyTestSuite(): bool + { + return $this->failOnEmptyTestSuite !== null; + } + + /** + * @throws Exception + */ + public function failOnEmptyTestSuite(): bool + { + if (!$this->hasFailOnEmptyTestSuite()) { + throw new Exception; + } + + return $this->failOnEmptyTestSuite; + } + + /** + * @psalm-assert-if-true !null $this->failOnIncomplete + */ + public function hasFailOnIncomplete(): bool + { + return $this->failOnIncomplete !== null; + } + + /** + * @throws Exception + */ + public function failOnIncomplete(): bool + { + if (!$this->hasFailOnIncomplete()) { + throw new Exception; + } + + return $this->failOnIncomplete; + } + + /** + * @psalm-assert-if-true !null $this->failOnNotice + */ + public function hasFailOnNotice(): bool + { + return $this->failOnNotice !== null; + } + + /** + * @throws Exception + */ + public function failOnNotice(): bool + { + if (!$this->hasFailOnNotice()) { + throw new Exception; + } + + return $this->failOnNotice; + } + + /** + * @psalm-assert-if-true !null $this->failOnRisky + */ + public function hasFailOnRisky(): bool + { + return $this->failOnRisky !== null; + } + + /** + * @throws Exception + */ + public function failOnRisky(): bool + { + if (!$this->hasFailOnRisky()) { + throw new Exception; + } + + return $this->failOnRisky; + } + + /** + * @psalm-assert-if-true !null $this->failOnSkipped + */ + public function hasFailOnSkipped(): bool + { + return $this->failOnSkipped !== null; + } + + /** + * @throws Exception + */ + public function failOnSkipped(): bool + { + if (!$this->hasFailOnSkipped()) { + throw new Exception; + } + + return $this->failOnSkipped; + } + + /** + * @psalm-assert-if-true !null $this->failOnWarning + */ + public function hasFailOnWarning(): bool + { + return $this->failOnWarning !== null; + } + + /** + * @throws Exception + */ + public function failOnWarning(): bool + { + if (!$this->hasFailOnWarning()) { + throw new Exception; + } + + return $this->failOnWarning; + } + + /** + * @psalm-assert-if-true !null $this->stopOnDefect + */ + public function hasStopOnDefect(): bool + { + return $this->stopOnDefect !== null; + } + + /** + * @throws Exception + */ + public function stopOnDefect(): bool + { + if (!$this->hasStopOnDefect()) { + throw new Exception; + } + + return $this->stopOnDefect; + } + + /** + * @psalm-assert-if-true !null $this->stopOnDeprecation + */ + public function hasStopOnDeprecation(): bool + { + return $this->stopOnDeprecation !== null; + } + + /** + * @throws Exception + */ + public function stopOnDeprecation(): bool + { + if (!$this->hasStopOnDeprecation()) { + throw new Exception; + } + + return $this->stopOnDeprecation; + } + + /** + * @psalm-assert-if-true !null $this->stopOnError + */ + public function hasStopOnError(): bool + { + return $this->stopOnError !== null; + } + + /** + * @throws Exception + */ + public function stopOnError(): bool + { + if (!$this->hasStopOnError()) { + throw new Exception; + } + + return $this->stopOnError; + } + + /** + * @psalm-assert-if-true !null $this->stopOnFailure + */ + public function hasStopOnFailure(): bool + { + return $this->stopOnFailure !== null; + } + + /** + * @throws Exception + */ + public function stopOnFailure(): bool + { + if (!$this->hasStopOnFailure()) { + throw new Exception; + } + + return $this->stopOnFailure; + } + + /** + * @psalm-assert-if-true !null $this->stopOnIncomplete + */ + public function hasStopOnIncomplete(): bool + { + return $this->stopOnIncomplete !== null; + } + + /** + * @throws Exception + */ + public function stopOnIncomplete(): bool + { + if (!$this->hasStopOnIncomplete()) { + throw new Exception; + } + + return $this->stopOnIncomplete; + } + + /** + * @psalm-assert-if-true !null $this->stopOnNotice + */ + public function hasStopOnNotice(): bool + { + return $this->stopOnNotice !== null; + } + + /** + * @throws Exception + */ + public function stopOnNotice(): bool + { + if (!$this->hasStopOnNotice()) { + throw new Exception; + } + + return $this->stopOnNotice; + } + + /** + * @psalm-assert-if-true !null $this->stopOnRisky + */ + public function hasStopOnRisky(): bool + { + return $this->stopOnRisky !== null; + } + + /** + * @throws Exception + */ + public function stopOnRisky(): bool + { + if (!$this->hasStopOnRisky()) { + throw new Exception; + } + + return $this->stopOnRisky; + } + + /** + * @psalm-assert-if-true !null $this->stopOnSkipped + */ + public function hasStopOnSkipped(): bool + { + return $this->stopOnSkipped !== null; + } + + /** + * @throws Exception + */ + public function stopOnSkipped(): bool + { + if (!$this->hasStopOnSkipped()) { + throw new Exception; + } + + return $this->stopOnSkipped; + } + + /** + * @psalm-assert-if-true !null $this->stopOnWarning + */ + public function hasStopOnWarning(): bool + { + return $this->stopOnWarning !== null; + } + + /** + * @throws Exception + */ + public function stopOnWarning(): bool + { + if (!$this->hasStopOnWarning()) { + throw new Exception; + } + + return $this->stopOnWarning; + } + + /** + * @psalm-assert-if-true !null $this->filter + */ + public function hasFilter(): bool + { + return $this->filter !== null; + } + + /** + * @throws Exception + */ + public function filter(): string + { + if (!$this->hasFilter()) { + throw new Exception; + } + + return $this->filter; + } + + /** + * @psalm-assert-if-true !null $this->generateBaseline + */ + public function hasGenerateBaseline(): bool + { + return $this->generateBaseline !== null; + } + + /** + * @throws Exception + */ + public function generateBaseline(): string + { + if (!$this->hasGenerateBaseline()) { + throw new Exception; + } + + return $this->generateBaseline; + } + + /** + * @psalm-assert-if-true !null $this->useBaseline + */ + public function hasUseBaseline(): bool + { + return $this->useBaseline !== null; + } + + /** + * @throws Exception + */ + public function useBaseline(): string + { + if (!$this->hasUseBaseline()) { + throw new Exception; + } + + return $this->useBaseline; + } + + public function ignoreBaseline(): bool + { + return $this->ignoreBaseline; + } + + public function generateConfiguration(): bool + { + return $this->generateConfiguration; + } + + public function migrateConfiguration(): bool + { + return $this->migrateConfiguration; + } + + /** + * @psalm-assert-if-true !null $this->groups + */ + public function hasGroups(): bool + { + return $this->groups !== null; + } + + /** + * @throws Exception + */ + public function groups(): array + { + if (!$this->hasGroups()) { + throw new Exception; + } + + return $this->groups; + } + + /** + * @psalm-assert-if-true !null $this->testsCovering + */ + public function hasTestsCovering(): bool + { + return $this->testsCovering !== null; + } + + /** + * @throws Exception + */ + public function testsCovering(): array + { + if (!$this->hasTestsCovering()) { + throw new Exception; + } + + return $this->testsCovering; + } + + /** + * @psalm-assert-if-true !null $this->testsUsing + */ + public function hasTestsUsing(): bool + { + return $this->testsUsing !== null; + } + + /** + * @throws Exception + */ + public function testsUsing(): array + { + if (!$this->hasTestsUsing()) { + throw new Exception; + } + + return $this->testsUsing; + } + + public function help(): bool + { + return $this->help; + } + + /** + * @psalm-assert-if-true !null $this->includePath + */ + public function hasIncludePath(): bool + { + return $this->includePath !== null; + } + + /** + * @throws Exception + */ + public function includePath(): string + { + if (!$this->hasIncludePath()) { + throw new Exception; + } + + return $this->includePath; + } + + /** + * @psalm-assert-if-true !null $this->iniSettings + */ + public function hasIniSettings(): bool + { + return $this->iniSettings !== null; + } + + /** + * @throws Exception + */ + public function iniSettings(): array + { + if (!$this->hasIniSettings()) { + throw new Exception; + } + + return $this->iniSettings; + } + + /** + * @psalm-assert-if-true !null $this->junitLogfile + */ + public function hasJunitLogfile(): bool + { + return $this->junitLogfile !== null; + } + + /** + * @throws Exception + */ + public function junitLogfile(): string + { + if (!$this->hasJunitLogfile()) { + throw new Exception; + } + + return $this->junitLogfile; + } + + public function listGroups(): bool + { + return $this->listGroups; + } + + public function listSuites(): bool + { + return $this->listSuites; + } + + public function listTests(): bool + { + return $this->listTests; + } + + /** + * @psalm-assert-if-true !null $this->listTestsXml + */ + public function hasListTestsXml(): bool + { + return $this->listTestsXml !== null; + } + + /** + * @throws Exception + */ + public function listTestsXml(): string + { + if (!$this->hasListTestsXml()) { + throw new Exception; + } + + return $this->listTestsXml; + } + + /** + * @psalm-assert-if-true !null $this->noCoverage + */ + public function hasNoCoverage(): bool + { + return $this->noCoverage !== null; + } + + /** + * @throws Exception + */ + public function noCoverage(): bool + { + if (!$this->hasNoCoverage()) { + throw new Exception; + } + + return $this->noCoverage; + } + + /** + * @psalm-assert-if-true !null $this->noExtensions + */ + public function hasNoExtensions(): bool + { + return $this->noExtensions !== null; + } + + /** + * @throws Exception + */ + public function noExtensions(): bool + { + if (!$this->hasNoExtensions()) { + throw new Exception; + } + + return $this->noExtensions; + } + + /** + * @psalm-assert-if-true !null $this->noOutput + */ + public function hasNoOutput(): bool + { + return $this->noOutput !== null; + } + + /** + * @throws Exception + */ + public function noOutput(): bool + { + if ($this->noOutput === null) { + throw new Exception; + } + + return $this->noOutput; + } + + /** + * @psalm-assert-if-true !null $this->noProgress + */ + public function hasNoProgress(): bool + { + return $this->noProgress !== null; + } + + /** + * @throws Exception + */ + public function noProgress(): bool + { + if ($this->noProgress === null) { + throw new Exception; + } + + return $this->noProgress; + } + + /** + * @psalm-assert-if-true !null $this->noResults + */ + public function hasNoResults(): bool + { + return $this->noResults !== null; + } + + /** + * @throws Exception + */ + public function noResults(): bool + { + if ($this->noResults === null) { + throw new Exception; + } + + return $this->noResults; + } + + /** + * @psalm-assert-if-true !null $this->noLogging + */ + public function hasNoLogging(): bool + { + return $this->noLogging !== null; + } + + /** + * @throws Exception + */ + public function noLogging(): bool + { + if (!$this->hasNoLogging()) { + throw new Exception; + } + + return $this->noLogging; + } + + /** + * @psalm-assert-if-true !null $this->processIsolation + */ + public function hasProcessIsolation(): bool + { + return $this->processIsolation !== null; + } + + /** + * @throws Exception + */ + public function processIsolation(): bool + { + if (!$this->hasProcessIsolation()) { + throw new Exception; + } + + return $this->processIsolation; + } + + /** + * @psalm-assert-if-true !null $this->randomOrderSeed + */ + public function hasRandomOrderSeed(): bool + { + return $this->randomOrderSeed !== null; + } + + /** + * @throws Exception + */ + public function randomOrderSeed(): int + { + if (!$this->hasRandomOrderSeed()) { + throw new Exception; + } + + return $this->randomOrderSeed; + } + + /** + * @psalm-assert-if-true !null $this->reportUselessTests + */ + public function hasReportUselessTests(): bool + { + return $this->reportUselessTests !== null; + } + + /** + * @throws Exception + */ + public function reportUselessTests(): bool + { + if (!$this->hasReportUselessTests()) { + throw new Exception; + } + + return $this->reportUselessTests; + } + + /** + * @psalm-assert-if-true !null $this->resolveDependencies + */ + public function hasResolveDependencies(): bool + { + return $this->resolveDependencies !== null; + } + + /** + * @throws Exception + */ + public function resolveDependencies(): bool + { + if (!$this->hasResolveDependencies()) { + throw new Exception; + } + + return $this->resolveDependencies; + } + + /** + * @psalm-assert-if-true !null $this->reverseList + */ + public function hasReverseList(): bool + { + return $this->reverseList !== null; + } + + /** + * @throws Exception + */ + public function reverseList(): bool + { + if (!$this->hasReverseList()) { + throw new Exception; + } + + return $this->reverseList; + } + + /** + * @psalm-assert-if-true !null $this->stderr + */ + public function hasStderr(): bool + { + return $this->stderr !== null; + } + + /** + * @throws Exception + */ + public function stderr(): bool + { + if (!$this->hasStderr()) { + throw new Exception; + } + + return $this->stderr; + } + + /** + * @psalm-assert-if-true !null $this->strictCoverage + */ + public function hasStrictCoverage(): bool + { + return $this->strictCoverage !== null; + } + + /** + * @throws Exception + */ + public function strictCoverage(): bool + { + if (!$this->hasStrictCoverage()) { + throw new Exception; + } + + return $this->strictCoverage; + } + + /** + * @psalm-assert-if-true !null $this->teamcityLogfile + */ + public function hasTeamcityLogfile(): bool + { + return $this->teamcityLogfile !== null; + } + + /** + * @throws Exception + */ + public function teamcityLogfile(): string + { + if (!$this->hasTeamcityLogfile()) { + throw new Exception; + } + + return $this->teamcityLogfile; + } + + /** + * @psalm-assert-if-true !null $this->teamcityPrinter + */ + public function hasTeamCityPrinter(): bool + { + return $this->teamCityPrinter !== null; + } + + /** + * @throws Exception + */ + public function teamCityPrinter(): bool + { + if (!$this->hasTeamCityPrinter()) { + throw new Exception; + } + + return $this->teamCityPrinter; + } + + /** + * @psalm-assert-if-true !null $this->testdoxHtmlFile + */ + public function hasTestdoxHtmlFile(): bool + { + return $this->testdoxHtmlFile !== null; + } + + /** + * @throws Exception + */ + public function testdoxHtmlFile(): string + { + if (!$this->hasTestdoxHtmlFile()) { + throw new Exception; + } + + return $this->testdoxHtmlFile; + } + + /** + * @psalm-assert-if-true !null $this->testdoxTextFile + */ + public function hasTestdoxTextFile(): bool + { + return $this->testdoxTextFile !== null; + } + + /** + * @throws Exception + */ + public function testdoxTextFile(): string + { + if (!$this->hasTestdoxTextFile()) { + throw new Exception; + } + + return $this->testdoxTextFile; + } + + /** + * @psalm-assert-if-true !null $this->testdoxPrinter + */ + public function hasTestDoxPrinter(): bool + { + return $this->testdoxPrinter !== null; + } + + /** + * @throws Exception + */ + public function testdoxPrinter(): bool + { + if (!$this->hasTestdoxPrinter()) { + throw new Exception; + } + + return $this->testdoxPrinter; + } + + /** + * @psalm-assert-if-true !null $this->testSuffixes + */ + public function hasTestSuffixes(): bool + { + return $this->testSuffixes !== null; + } + + /** + * @psalm-return non-empty-list + * + * @throws Exception + */ + public function testSuffixes(): array + { + if (!$this->hasTestSuffixes()) { + throw new Exception; + } + + return $this->testSuffixes; + } + + /** + * @psalm-assert-if-true !null $this->testSuite + */ + public function hasTestSuite(): bool + { + return $this->testSuite !== null; + } + + /** + * @throws Exception + */ + public function testSuite(): string + { + if (!$this->hasTestSuite()) { + throw new Exception; + } + + return $this->testSuite; + } + + /** + * @psalm-assert-if-true !null $this->excludedTestSuite + */ + public function hasExcludedTestSuite(): bool + { + return $this->excludeTestSuite !== null; + } + + /** + * @throws Exception + */ + public function excludedTestSuite(): string + { + if (!$this->hasExcludedTestSuite()) { + throw new Exception; + } + + return $this->excludeTestSuite; + } + + public function useDefaultConfiguration(): bool + { + return $this->useDefaultConfiguration; + } + + /** + * @psalm-assert-if-true !null $this->displayDetailsOnIncompleteTests + */ + public function hasDisplayDetailsOnIncompleteTests(): bool + { + return $this->displayDetailsOnIncompleteTests !== null; + } + + /** + * @throws Exception + */ + public function displayDetailsOnIncompleteTests(): bool + { + if (!$this->hasDisplayDetailsOnIncompleteTests()) { + throw new Exception; + } + + return $this->displayDetailsOnIncompleteTests; + } + + /** + * @psalm-assert-if-true !null $this->displayDetailsOnSkippedTests + */ + public function hasDisplayDetailsOnSkippedTests(): bool + { + return $this->displayDetailsOnSkippedTests !== null; + } + + /** + * @throws Exception + */ + public function displayDetailsOnSkippedTests(): bool + { + if (!$this->hasDisplayDetailsOnSkippedTests()) { + throw new Exception; + } + + return $this->displayDetailsOnSkippedTests; + } + + /** + * @psalm-assert-if-true !null $this->displayDetailsOnTestsThatTriggerDeprecations + */ + public function hasDisplayDetailsOnTestsThatTriggerDeprecations(): bool + { + return $this->displayDetailsOnTestsThatTriggerDeprecations !== null; + } + + /** + * @throws Exception + */ + public function displayDetailsOnTestsThatTriggerDeprecations(): bool + { + if (!$this->hasDisplayDetailsOnTestsThatTriggerDeprecations()) { + throw new Exception; + } + + return $this->displayDetailsOnTestsThatTriggerDeprecations; + } + + /** + * @psalm-assert-if-true !null $this->displayDetailsOnTestsThatTriggerErrors + */ + public function hasDisplayDetailsOnTestsThatTriggerErrors(): bool + { + return $this->displayDetailsOnTestsThatTriggerErrors !== null; + } + + /** + * @throws Exception + */ + public function displayDetailsOnTestsThatTriggerErrors(): bool + { + if (!$this->hasDisplayDetailsOnTestsThatTriggerErrors()) { + throw new Exception; + } + + return $this->displayDetailsOnTestsThatTriggerErrors; + } + + /** + * @psalm-assert-if-true !null $this->displayDetailsOnTestsThatTriggerNotices + */ + public function hasDisplayDetailsOnTestsThatTriggerNotices(): bool + { + return $this->displayDetailsOnTestsThatTriggerNotices !== null; + } + + /** + * @throws Exception + */ + public function displayDetailsOnTestsThatTriggerNotices(): bool + { + if (!$this->hasDisplayDetailsOnTestsThatTriggerNotices()) { + throw new Exception; + } + + return $this->displayDetailsOnTestsThatTriggerNotices; + } + + /** + * @psalm-assert-if-true !null $this->displayDetailsOnTestsThatTriggerWarnings + */ + public function hasDisplayDetailsOnTestsThatTriggerWarnings(): bool + { + return $this->displayDetailsOnTestsThatTriggerWarnings !== null; + } + + /** + * @throws Exception + */ + public function displayDetailsOnTestsThatTriggerWarnings(): bool + { + if (!$this->hasDisplayDetailsOnTestsThatTriggerWarnings()) { + throw new Exception; + } + + return $this->displayDetailsOnTestsThatTriggerWarnings; + } + + public function version(): bool + { + return $this->version; + } + + /** + * @psalm-assert-if-true !null $this->logEventsText + */ + public function hasLogEventsText(): bool + { + return $this->logEventsText !== null; + } + + /** + * @throws Exception + */ + public function logEventsText(): string + { + if (!$this->hasLogEventsText()) { + throw new Exception; + } + + return $this->logEventsText; + } + + /** + * @psalm-assert-if-true !null $this->logEventsVerboseText + */ + public function hasLogEventsVerboseText(): bool + { + return $this->logEventsVerboseText !== null; + } + + /** + * @throws Exception + */ + public function logEventsVerboseText(): string + { + if (!$this->hasLogEventsVerboseText()) { + throw new Exception; + } + + return $this->logEventsVerboseText; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/CliArguments/Exception.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Cli/Exception.php old mode 100755 new mode 100644 similarity index 100% rename from Sources/vendor/phpunit/phpunit/src/TextUI/CliArguments/Exception.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Cli/Exception.php diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Cli/XmlConfigurationFileFinder.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Cli/XmlConfigurationFileFinder.php new file mode 100644 index 00000000..55a89c1e --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Cli/XmlConfigurationFileFinder.php @@ -0,0 +1,67 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\CliArguments; + +use function getcwd; +use function is_dir; +use function is_file; +use function realpath; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class XmlConfigurationFileFinder +{ + public function find(Configuration $configuration): false|string + { + $useDefaultConfiguration = $configuration->useDefaultConfiguration(); + + if ($configuration->hasConfigurationFile()) { + if (is_dir($configuration->configurationFile())) { + $candidate = $this->configurationFileInDirectory($configuration->configurationFile()); + + if ($candidate) { + return $candidate; + } + + return false; + } + + return $configuration->configurationFile(); + } + + if ($useDefaultConfiguration) { + $candidate = $this->configurationFileInDirectory(getcwd()); + + if ($candidate) { + return $candidate; + } + } + + return false; + } + + private function configurationFileInDirectory(string $directory): false|string + { + $candidates = [ + $directory . '/phpunit.xml', + $directory . '/phpunit.dist.xml', + $directory . '/phpunit.xml.dist', + ]; + + foreach ($candidates as $candidate) { + if (is_file($candidate)) { + return realpath($candidate); + } + } + + return false; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/CodeCoverageFilterRegistry.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/CodeCoverageFilterRegistry.php new file mode 100644 index 00000000..3ea7bc96 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/CodeCoverageFilterRegistry.php @@ -0,0 +1,67 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Configuration; + +use function array_keys; +use function assert; +use SebastianBergmann\CodeCoverage\Filter; + +/** + * CLI options and XML configuration are static within a single PHPUnit process. + * It is therefore okay to use a Singleton registry here. + * + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class CodeCoverageFilterRegistry +{ + private static ?self $instance = null; + private ?Filter $filter = null; + private bool $configured = false; + + public static function instance(): self + { + if (self::$instance === null) { + self::$instance = new self; + } + + return self::$instance; + } + + public function get(): Filter + { + assert($this->filter !== null); + + return $this->filter; + } + + public function init(Configuration $configuration, bool $force = false): void + { + if (!$configuration->hasCoverageReport() && !$force) { + return; + } + + if ($this->configured && !$force) { + return; + } + + $this->filter = new Filter; + + if ($configuration->source()->notEmpty()) { + $this->filter->includeFiles(array_keys((new SourceMapper)->map($configuration->source()))); + + $this->configured = true; + } + } + + public function configured(): bool + { + return $this->configured; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Configuration.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Configuration.php new file mode 100644 index 00000000..72cea86e --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Configuration.php @@ -0,0 +1,1285 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Configuration; + +/** + * @psalm-immutable + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + */ +final class Configuration +{ + public const COLOR_NEVER = 'never'; + public const COLOR_AUTO = 'auto'; + public const COLOR_ALWAYS = 'always'; + public const COLOR_DEFAULT = self::COLOR_NEVER; + + /** + * @psalm-var list + */ + private readonly array $cliArguments; + private readonly ?string $configurationFile; + private readonly ?string $bootstrap; + private readonly bool $cacheResult; + private readonly ?string $cacheDirectory; + private readonly ?string $coverageCacheDirectory; + private readonly Source $source; + private readonly bool $pathCoverage; + private readonly ?string $coverageClover; + private readonly ?string $coverageCobertura; + private readonly ?string $coverageCrap4j; + private readonly int $coverageCrap4jThreshold; + private readonly ?string $coverageHtml; + private readonly int $coverageHtmlLowUpperBound; + private readonly int $coverageHtmlHighLowerBound; + private readonly string $coverageHtmlColorSuccessLow; + private readonly string $coverageHtmlColorSuccessMedium; + private readonly string $coverageHtmlColorSuccessHigh; + private readonly string $coverageHtmlColorWarning; + private readonly string $coverageHtmlColorDanger; + private readonly ?string $coverageHtmlCustomCssFile; + private readonly ?string $coveragePhp; + private readonly ?string $coverageText; + private readonly bool $coverageTextShowUncoveredFiles; + private readonly bool $coverageTextShowOnlySummary; + private readonly ?string $coverageXml; + private readonly string $testResultCacheFile; + private readonly bool $ignoreDeprecatedCodeUnitsFromCodeCoverage; + private readonly bool $disableCodeCoverageIgnore; + private readonly bool $failOnDeprecation; + private readonly bool $failOnEmptyTestSuite; + private readonly bool $failOnIncomplete; + private readonly bool $failOnNotice; + private readonly bool $failOnRisky; + private readonly bool $failOnSkipped; + private readonly bool $failOnWarning; + private readonly bool $stopOnDefect; + private readonly bool $stopOnDeprecation; + private readonly bool $stopOnError; + private readonly bool $stopOnFailure; + private readonly bool $stopOnIncomplete; + private readonly bool $stopOnNotice; + private readonly bool $stopOnRisky; + private readonly bool $stopOnSkipped; + private readonly bool $stopOnWarning; + private readonly bool $outputToStandardErrorStream; + private readonly int $columns; + private readonly bool $noExtensions; + + /** + * @psalm-var ?non-empty-string + */ + private readonly ?string $pharExtensionDirectory; + + /** + * @psalm-var list}> + */ + private readonly array $extensionBootstrappers; + private readonly bool $backupGlobals; + private readonly bool $backupStaticProperties; + private readonly bool $beStrictAboutChangesToGlobalState; + private readonly bool $colors; + private readonly bool $processIsolation; + private readonly bool $enforceTimeLimit; + private readonly int $defaultTimeLimit; + private readonly int $timeoutForSmallTests; + private readonly int $timeoutForMediumTests; + private readonly int $timeoutForLargeTests; + private readonly bool $reportUselessTests; + private readonly bool $strictCoverage; + private readonly bool $disallowTestOutput; + private readonly bool $displayDetailsOnIncompleteTests; + private readonly bool $displayDetailsOnSkippedTests; + private readonly bool $displayDetailsOnTestsThatTriggerDeprecations; + private readonly bool $displayDetailsOnTestsThatTriggerErrors; + private readonly bool $displayDetailsOnTestsThatTriggerNotices; + private readonly bool $displayDetailsOnTestsThatTriggerWarnings; + private readonly bool $reverseDefectList; + private readonly bool $requireCoverageMetadata; + private readonly bool $registerMockObjectsFromTestArgumentsRecursively; + private readonly bool $noProgress; + private readonly bool $noResults; + private readonly bool $noOutput; + private readonly int $executionOrder; + private readonly int $executionOrderDefects; + private readonly bool $resolveDependencies; + private readonly ?string $logfileTeamcity; + private readonly ?string $logfileJunit; + private readonly ?string $logfileTestdoxHtml; + private readonly ?string $logfileTestdoxText; + private readonly ?string $logEventsText; + private readonly ?string $logEventsVerboseText; + private readonly ?array $testsCovering; + private readonly ?array $testsUsing; + private readonly bool $teamCityOutput; + private readonly bool $testDoxOutput; + private readonly ?string $filter; + private readonly ?array $groups; + private readonly ?array $excludeGroups; + private readonly int $randomOrderSeed; + private readonly bool $includeUncoveredFiles; + private readonly TestSuiteCollection $testSuite; + private readonly string $includeTestSuite; + private readonly string $excludeTestSuite; + private readonly ?string $defaultTestSuite; + + /** + * @psalm-var non-empty-list + */ + private readonly array $testSuffixes; + private readonly Php $php; + private readonly bool $controlGarbageCollector; + private readonly int $numberOfTestsBeforeGarbageCollection; + private readonly ?string $generateBaseline; + + /** + * @psalm-param list $cliArguments + * @psalm-param ?non-empty-string $pharExtensionDirectory + * @psalm-param non-empty-list $testSuffixes + * @psalm-param list}> $extensionBootstrappers + */ + public function __construct(array $cliArguments, ?string $configurationFile, ?string $bootstrap, bool $cacheResult, ?string $cacheDirectory, ?string $coverageCacheDirectory, Source $source, string $testResultCacheFile, ?string $coverageClover, ?string $coverageCobertura, ?string $coverageCrap4j, int $coverageCrap4jThreshold, ?string $coverageHtml, int $coverageHtmlLowUpperBound, int $coverageHtmlHighLowerBound, string $coverageHtmlColorSuccessLow, string $coverageHtmlColorSuccessMedium, string $coverageHtmlColorSuccessHigh, string $coverageHtmlColorWarning, string $coverageHtmlColorDanger, ?string $coverageHtmlCustomCssFile, ?string $coveragePhp, ?string $coverageText, bool $coverageTextShowUncoveredFiles, bool $coverageTextShowOnlySummary, ?string $coverageXml, bool $pathCoverage, bool $ignoreDeprecatedCodeUnitsFromCodeCoverage, bool $disableCodeCoverageIgnore, bool $failOnDeprecation, bool $failOnEmptyTestSuite, bool $failOnIncomplete, bool $failOnNotice, bool $failOnRisky, bool $failOnSkipped, bool $failOnWarning, bool $stopOnDefect, bool $stopOnDeprecation, bool $stopOnError, bool $stopOnFailure, bool $stopOnIncomplete, bool $stopOnNotice, bool $stopOnRisky, bool $stopOnSkipped, bool $stopOnWarning, bool $outputToStandardErrorStream, int|string $columns, bool $noExtensions, ?string $pharExtensionDirectory, array $extensionBootstrappers, bool $backupGlobals, bool $backupStaticProperties, bool $beStrictAboutChangesToGlobalState, bool $colors, bool $processIsolation, bool $enforceTimeLimit, int $defaultTimeLimit, int $timeoutForSmallTests, int $timeoutForMediumTests, int $timeoutForLargeTests, bool $reportUselessTests, bool $strictCoverage, bool $disallowTestOutput, bool $displayDetailsOnIncompleteTests, bool $displayDetailsOnSkippedTests, bool $displayDetailsOnTestsThatTriggerDeprecations, bool $displayDetailsOnTestsThatTriggerErrors, bool $displayDetailsOnTestsThatTriggerNotices, bool $displayDetailsOnTestsThatTriggerWarnings, bool $reverseDefectList, bool $requireCoverageMetadata, bool $registerMockObjectsFromTestArgumentsRecursively, bool $noProgress, bool $noResults, bool $noOutput, int $executionOrder, int $executionOrderDefects, bool $resolveDependencies, ?string $logfileTeamcity, ?string $logfileJunit, ?string $logfileTestdoxHtml, ?string $logfileTestdoxText, ?string $logEventsText, ?string $logEventsVerboseText, bool $teamCityOutput, bool $testDoxOutput, ?array $testsCovering, ?array $testsUsing, ?string $filter, ?array $groups, ?array $excludeGroups, int $randomOrderSeed, bool $includeUncoveredFiles, TestSuiteCollection $testSuite, string $includeTestSuite, string $excludeTestSuite, ?string $defaultTestSuite, array $testSuffixes, Php $php, bool $controlGarbageCollector, int $numberOfTestsBeforeGarbageCollection, ?string $generateBaseline) + { + $this->cliArguments = $cliArguments; + $this->configurationFile = $configurationFile; + $this->bootstrap = $bootstrap; + $this->cacheResult = $cacheResult; + $this->cacheDirectory = $cacheDirectory; + $this->coverageCacheDirectory = $coverageCacheDirectory; + $this->source = $source; + $this->testResultCacheFile = $testResultCacheFile; + $this->coverageClover = $coverageClover; + $this->coverageCobertura = $coverageCobertura; + $this->coverageCrap4j = $coverageCrap4j; + $this->coverageCrap4jThreshold = $coverageCrap4jThreshold; + $this->coverageHtml = $coverageHtml; + $this->coverageHtmlLowUpperBound = $coverageHtmlLowUpperBound; + $this->coverageHtmlHighLowerBound = $coverageHtmlHighLowerBound; + $this->coverageHtmlColorSuccessLow = $coverageHtmlColorSuccessLow; + $this->coverageHtmlColorSuccessMedium = $coverageHtmlColorSuccessMedium; + $this->coverageHtmlColorSuccessHigh = $coverageHtmlColorSuccessHigh; + $this->coverageHtmlColorWarning = $coverageHtmlColorWarning; + $this->coverageHtmlColorDanger = $coverageHtmlColorDanger; + $this->coverageHtmlCustomCssFile = $coverageHtmlCustomCssFile; + $this->coveragePhp = $coveragePhp; + $this->coverageText = $coverageText; + $this->coverageTextShowUncoveredFiles = $coverageTextShowUncoveredFiles; + $this->coverageTextShowOnlySummary = $coverageTextShowOnlySummary; + $this->coverageXml = $coverageXml; + $this->pathCoverage = $pathCoverage; + $this->ignoreDeprecatedCodeUnitsFromCodeCoverage = $ignoreDeprecatedCodeUnitsFromCodeCoverage; + $this->disableCodeCoverageIgnore = $disableCodeCoverageIgnore; + $this->failOnDeprecation = $failOnDeprecation; + $this->failOnEmptyTestSuite = $failOnEmptyTestSuite; + $this->failOnIncomplete = $failOnIncomplete; + $this->failOnNotice = $failOnNotice; + $this->failOnRisky = $failOnRisky; + $this->failOnSkipped = $failOnSkipped; + $this->failOnWarning = $failOnWarning; + $this->stopOnDefect = $stopOnDefect; + $this->stopOnDeprecation = $stopOnDeprecation; + $this->stopOnError = $stopOnError; + $this->stopOnFailure = $stopOnFailure; + $this->stopOnIncomplete = $stopOnIncomplete; + $this->stopOnNotice = $stopOnNotice; + $this->stopOnRisky = $stopOnRisky; + $this->stopOnSkipped = $stopOnSkipped; + $this->stopOnWarning = $stopOnWarning; + $this->outputToStandardErrorStream = $outputToStandardErrorStream; + $this->columns = $columns; + $this->noExtensions = $noExtensions; + $this->pharExtensionDirectory = $pharExtensionDirectory; + $this->extensionBootstrappers = $extensionBootstrappers; + $this->backupGlobals = $backupGlobals; + $this->backupStaticProperties = $backupStaticProperties; + $this->beStrictAboutChangesToGlobalState = $beStrictAboutChangesToGlobalState; + $this->colors = $colors; + $this->processIsolation = $processIsolation; + $this->enforceTimeLimit = $enforceTimeLimit; + $this->defaultTimeLimit = $defaultTimeLimit; + $this->timeoutForSmallTests = $timeoutForSmallTests; + $this->timeoutForMediumTests = $timeoutForMediumTests; + $this->timeoutForLargeTests = $timeoutForLargeTests; + $this->reportUselessTests = $reportUselessTests; + $this->strictCoverage = $strictCoverage; + $this->disallowTestOutput = $disallowTestOutput; + $this->displayDetailsOnIncompleteTests = $displayDetailsOnIncompleteTests; + $this->displayDetailsOnSkippedTests = $displayDetailsOnSkippedTests; + $this->displayDetailsOnTestsThatTriggerDeprecations = $displayDetailsOnTestsThatTriggerDeprecations; + $this->displayDetailsOnTestsThatTriggerErrors = $displayDetailsOnTestsThatTriggerErrors; + $this->displayDetailsOnTestsThatTriggerNotices = $displayDetailsOnTestsThatTriggerNotices; + $this->displayDetailsOnTestsThatTriggerWarnings = $displayDetailsOnTestsThatTriggerWarnings; + $this->reverseDefectList = $reverseDefectList; + $this->requireCoverageMetadata = $requireCoverageMetadata; + $this->registerMockObjectsFromTestArgumentsRecursively = $registerMockObjectsFromTestArgumentsRecursively; + $this->noProgress = $noProgress; + $this->noResults = $noResults; + $this->noOutput = $noOutput; + $this->executionOrder = $executionOrder; + $this->executionOrderDefects = $executionOrderDefects; + $this->resolveDependencies = $resolveDependencies; + $this->logfileTeamcity = $logfileTeamcity; + $this->logfileJunit = $logfileJunit; + $this->logfileTestdoxHtml = $logfileTestdoxHtml; + $this->logfileTestdoxText = $logfileTestdoxText; + $this->logEventsText = $logEventsText; + $this->logEventsVerboseText = $logEventsVerboseText; + $this->teamCityOutput = $teamCityOutput; + $this->testDoxOutput = $testDoxOutput; + $this->testsCovering = $testsCovering; + $this->testsUsing = $testsUsing; + $this->filter = $filter; + $this->groups = $groups; + $this->excludeGroups = $excludeGroups; + $this->randomOrderSeed = $randomOrderSeed; + $this->includeUncoveredFiles = $includeUncoveredFiles; + $this->testSuite = $testSuite; + $this->includeTestSuite = $includeTestSuite; + $this->excludeTestSuite = $excludeTestSuite; + $this->defaultTestSuite = $defaultTestSuite; + $this->testSuffixes = $testSuffixes; + $this->php = $php; + $this->controlGarbageCollector = $controlGarbageCollector; + $this->numberOfTestsBeforeGarbageCollection = $numberOfTestsBeforeGarbageCollection; + $this->generateBaseline = $generateBaseline; + } + + /** + * @psalm-assert-if-true !empty $this->cliArguments + */ + public function hasCliArguments(): bool + { + return !empty($this->cliArguments); + } + + /** + * @psalm-return list + */ + public function cliArguments(): array + { + return $this->cliArguments; + } + + /** + * @psalm-assert-if-true !empty $this->cliArguments + * + * @deprecated Use hasCliArguments() instead + */ + public function hasCliArgument(): bool + { + return !empty($this->cliArguments); + } + + /** + * @throws NoCliArgumentException + * + * @return non-empty-string + * + * @deprecated Use cliArguments()[0] instead + */ + public function cliArgument(): string + { + if (!$this->hasCliArguments()) { + throw new NoCliArgumentException; + } + + return $this->cliArguments[0]; + } + + /** + * @psalm-assert-if-true !null $this->configurationFile + */ + public function hasConfigurationFile(): bool + { + return $this->configurationFile !== null; + } + + /** + * @throws NoConfigurationFileException + */ + public function configurationFile(): string + { + if (!$this->hasConfigurationFile()) { + throw new NoConfigurationFileException; + } + + return $this->configurationFile; + } + + /** + * @psalm-assert-if-true !null $this->bootstrap + */ + public function hasBootstrap(): bool + { + return $this->bootstrap !== null; + } + + /** + * @throws NoBootstrapException + */ + public function bootstrap(): string + { + if (!$this->hasBootstrap()) { + throw new NoBootstrapException; + } + + return $this->bootstrap; + } + + public function cacheResult(): bool + { + return $this->cacheResult; + } + + /** + * @psalm-assert-if-true !null $this->cacheDirectory + */ + public function hasCacheDirectory(): bool + { + return $this->cacheDirectory !== null; + } + + /** + * @throws NoCacheDirectoryException + */ + public function cacheDirectory(): string + { + if (!$this->hasCacheDirectory()) { + throw new NoCacheDirectoryException; + } + + return $this->cacheDirectory; + } + + /** + * @psalm-assert-if-true !null $this->coverageCacheDirectory + */ + public function hasCoverageCacheDirectory(): bool + { + return $this->coverageCacheDirectory !== null; + } + + /** + * @throws NoCoverageCacheDirectoryException + */ + public function coverageCacheDirectory(): string + { + if (!$this->hasCoverageCacheDirectory()) { + throw new NoCoverageCacheDirectoryException; + } + + return $this->coverageCacheDirectory; + } + + public function source(): Source + { + return $this->source; + } + + /** + * @deprecated Use source()->restrictDeprecations() instead + */ + public function restrictDeprecations(): bool + { + return $this->source()->restrictDeprecations(); + } + + /** + * @deprecated Use source()->restrictNotices() instead + */ + public function restrictNotices(): bool + { + return $this->source()->restrictNotices(); + } + + /** + * @deprecated Use source()->restrictWarnings() instead + */ + public function restrictWarnings(): bool + { + return $this->source()->restrictWarnings(); + } + + /** + * @deprecated Use source()->notEmpty() instead + */ + public function hasNonEmptyListOfFilesToBeIncludedInCodeCoverageReport(): bool + { + return $this->source->notEmpty(); + } + + /** + * @deprecated Use source()->includeDirectories() instead + */ + public function coverageIncludeDirectories(): FilterDirectoryCollection + { + return $this->source()->includeDirectories(); + } + + /** + * @deprecated Use source()->includeFiles() instead + */ + public function coverageIncludeFiles(): FileCollection + { + return $this->source()->includeFiles(); + } + + /** + * @deprecated Use source()->excludeDirectories() instead + */ + public function coverageExcludeDirectories(): FilterDirectoryCollection + { + return $this->source()->excludeDirectories(); + } + + /** + * @deprecated Use source()->excludeFiles() instead + */ + public function coverageExcludeFiles(): FileCollection + { + return $this->source()->excludeFiles(); + } + + public function testResultCacheFile(): string + { + return $this->testResultCacheFile; + } + + public function ignoreDeprecatedCodeUnitsFromCodeCoverage(): bool + { + return $this->ignoreDeprecatedCodeUnitsFromCodeCoverage; + } + + public function disableCodeCoverageIgnore(): bool + { + return $this->disableCodeCoverageIgnore; + } + + public function pathCoverage(): bool + { + return $this->pathCoverage; + } + + public function hasCoverageReport(): bool + { + return $this->hasCoverageClover() || + $this->hasCoverageCobertura() || + $this->hasCoverageCrap4j() || + $this->hasCoverageHtml() || + $this->hasCoveragePhp() || + $this->hasCoverageText() || + $this->hasCoverageXml(); + } + + /** + * @psalm-assert-if-true !null $this->coverageClover + */ + public function hasCoverageClover(): bool + { + return $this->coverageClover !== null; + } + + /** + * @throws CodeCoverageReportNotConfiguredException + */ + public function coverageClover(): string + { + if (!$this->hasCoverageClover()) { + throw new CodeCoverageReportNotConfiguredException; + } + + return $this->coverageClover; + } + + /** + * @psalm-assert-if-true !null $this->coverageCobertura + */ + public function hasCoverageCobertura(): bool + { + return $this->coverageCobertura !== null; + } + + /** + * @throws CodeCoverageReportNotConfiguredException + */ + public function coverageCobertura(): string + { + if (!$this->hasCoverageCobertura()) { + throw new CodeCoverageReportNotConfiguredException; + } + + return $this->coverageCobertura; + } + + /** + * @psalm-assert-if-true !null $this->coverageCrap4j + */ + public function hasCoverageCrap4j(): bool + { + return $this->coverageCrap4j !== null; + } + + /** + * @throws CodeCoverageReportNotConfiguredException + */ + public function coverageCrap4j(): string + { + if (!$this->hasCoverageCrap4j()) { + throw new CodeCoverageReportNotConfiguredException; + } + + return $this->coverageCrap4j; + } + + public function coverageCrap4jThreshold(): int + { + return $this->coverageCrap4jThreshold; + } + + /** + * @psalm-assert-if-true !null $this->coverageHtml + */ + public function hasCoverageHtml(): bool + { + return $this->coverageHtml !== null; + } + + /** + * @throws CodeCoverageReportNotConfiguredException + */ + public function coverageHtml(): string + { + if (!$this->hasCoverageHtml()) { + throw new CodeCoverageReportNotConfiguredException; + } + + return $this->coverageHtml; + } + + public function coverageHtmlLowUpperBound(): int + { + return $this->coverageHtmlLowUpperBound; + } + + public function coverageHtmlHighLowerBound(): int + { + return $this->coverageHtmlHighLowerBound; + } + + public function coverageHtmlColorSuccessLow(): string + { + return $this->coverageHtmlColorSuccessLow; + } + + public function coverageHtmlColorSuccessMedium(): string + { + return $this->coverageHtmlColorSuccessMedium; + } + + public function coverageHtmlColorSuccessHigh(): string + { + return $this->coverageHtmlColorSuccessHigh; + } + + public function coverageHtmlColorWarning(): string + { + return $this->coverageHtmlColorWarning; + } + + public function coverageHtmlColorDanger(): string + { + return $this->coverageHtmlColorDanger; + } + + /** + * @psalm-assert-if-true !null $this->coverageHtmlCustomCssFile + */ + public function hasCoverageHtmlCustomCssFile(): bool + { + return $this->coverageHtmlCustomCssFile !== null; + } + + /** + * @throws NoCustomCssFileException + */ + public function coverageHtmlCustomCssFile(): string + { + if (!$this->hasCoverageHtmlCustomCssFile()) { + throw new NoCustomCssFileException; + } + + return $this->coverageHtmlCustomCssFile; + } + + /** + * @psalm-assert-if-true !null $this->coveragePhp + */ + public function hasCoveragePhp(): bool + { + return $this->coveragePhp !== null; + } + + /** + * @throws CodeCoverageReportNotConfiguredException + */ + public function coveragePhp(): string + { + if (!$this->hasCoveragePhp()) { + throw new CodeCoverageReportNotConfiguredException; + } + + return $this->coveragePhp; + } + + /** + * @psalm-assert-if-true !null $this->coverageText + */ + public function hasCoverageText(): bool + { + return $this->coverageText !== null; + } + + /** + * @throws CodeCoverageReportNotConfiguredException + */ + public function coverageText(): string + { + if (!$this->hasCoverageText()) { + throw new CodeCoverageReportNotConfiguredException; + } + + return $this->coverageText; + } + + public function coverageTextShowUncoveredFiles(): bool + { + return $this->coverageTextShowUncoveredFiles; + } + + public function coverageTextShowOnlySummary(): bool + { + return $this->coverageTextShowOnlySummary; + } + + /** + * @psalm-assert-if-true !null $this->coverageXml + */ + public function hasCoverageXml(): bool + { + return $this->coverageXml !== null; + } + + /** + * @throws CodeCoverageReportNotConfiguredException + */ + public function coverageXml(): string + { + if (!$this->hasCoverageXml()) { + throw new CodeCoverageReportNotConfiguredException; + } + + return $this->coverageXml; + } + + public function failOnDeprecation(): bool + { + return $this->failOnDeprecation; + } + + public function failOnEmptyTestSuite(): bool + { + return $this->failOnEmptyTestSuite; + } + + public function failOnIncomplete(): bool + { + return $this->failOnIncomplete; + } + + public function failOnNotice(): bool + { + return $this->failOnNotice; + } + + public function failOnRisky(): bool + { + return $this->failOnRisky; + } + + public function failOnSkipped(): bool + { + return $this->failOnSkipped; + } + + public function failOnWarning(): bool + { + return $this->failOnWarning; + } + + public function stopOnDefect(): bool + { + return $this->stopOnDefect; + } + + public function stopOnDeprecation(): bool + { + return $this->stopOnDeprecation; + } + + public function stopOnError(): bool + { + return $this->stopOnError; + } + + public function stopOnFailure(): bool + { + return $this->stopOnFailure; + } + + public function stopOnIncomplete(): bool + { + return $this->stopOnIncomplete; + } + + public function stopOnNotice(): bool + { + return $this->stopOnNotice; + } + + public function stopOnRisky(): bool + { + return $this->stopOnRisky; + } + + public function stopOnSkipped(): bool + { + return $this->stopOnSkipped; + } + + public function stopOnWarning(): bool + { + return $this->stopOnWarning; + } + + public function outputToStandardErrorStream(): bool + { + return $this->outputToStandardErrorStream; + } + + public function columns(): int + { + return $this->columns; + } + + /** + * @deprecated Use noExtensions() instead + */ + public function loadPharExtensions(): bool + { + return $this->noExtensions; + } + + public function noExtensions(): bool + { + return $this->noExtensions; + } + + /** + * @psalm-assert-if-true !null $this->pharExtensionDirectory + */ + public function hasPharExtensionDirectory(): bool + { + return $this->pharExtensionDirectory !== null; + } + + /** + * @psalm-return non-empty-string + * + * @throws NoPharExtensionDirectoryException + */ + public function pharExtensionDirectory(): string + { + if (!$this->hasPharExtensionDirectory()) { + throw new NoPharExtensionDirectoryException; + } + + return $this->pharExtensionDirectory; + } + + /** + * @psalm-return list}> + */ + public function extensionBootstrappers(): array + { + return $this->extensionBootstrappers; + } + + public function backupGlobals(): bool + { + return $this->backupGlobals; + } + + public function backupStaticProperties(): bool + { + return $this->backupStaticProperties; + } + + public function beStrictAboutChangesToGlobalState(): bool + { + return $this->beStrictAboutChangesToGlobalState; + } + + public function colors(): bool + { + return $this->colors; + } + + public function processIsolation(): bool + { + return $this->processIsolation; + } + + public function enforceTimeLimit(): bool + { + return $this->enforceTimeLimit; + } + + public function defaultTimeLimit(): int + { + return $this->defaultTimeLimit; + } + + public function timeoutForSmallTests(): int + { + return $this->timeoutForSmallTests; + } + + public function timeoutForMediumTests(): int + { + return $this->timeoutForMediumTests; + } + + public function timeoutForLargeTests(): int + { + return $this->timeoutForLargeTests; + } + + public function reportUselessTests(): bool + { + return $this->reportUselessTests; + } + + public function strictCoverage(): bool + { + return $this->strictCoverage; + } + + public function disallowTestOutput(): bool + { + return $this->disallowTestOutput; + } + + public function displayDetailsOnIncompleteTests(): bool + { + return $this->displayDetailsOnIncompleteTests; + } + + public function displayDetailsOnSkippedTests(): bool + { + return $this->displayDetailsOnSkippedTests; + } + + public function displayDetailsOnTestsThatTriggerDeprecations(): bool + { + return $this->displayDetailsOnTestsThatTriggerDeprecations; + } + + public function displayDetailsOnTestsThatTriggerErrors(): bool + { + return $this->displayDetailsOnTestsThatTriggerErrors; + } + + public function displayDetailsOnTestsThatTriggerNotices(): bool + { + return $this->displayDetailsOnTestsThatTriggerNotices; + } + + public function displayDetailsOnTestsThatTriggerWarnings(): bool + { + return $this->displayDetailsOnTestsThatTriggerWarnings; + } + + public function reverseDefectList(): bool + { + return $this->reverseDefectList; + } + + public function requireCoverageMetadata(): bool + { + return $this->requireCoverageMetadata; + } + + public function registerMockObjectsFromTestArgumentsRecursively(): bool + { + return $this->registerMockObjectsFromTestArgumentsRecursively; + } + + public function noProgress(): bool + { + return $this->noProgress; + } + + public function noResults(): bool + { + return $this->noResults; + } + + public function noOutput(): bool + { + return $this->noOutput; + } + + public function executionOrder(): int + { + return $this->executionOrder; + } + + public function executionOrderDefects(): int + { + return $this->executionOrderDefects; + } + + public function resolveDependencies(): bool + { + return $this->resolveDependencies; + } + + /** + * @psalm-assert-if-true !null $this->logfileTeamcity + */ + public function hasLogfileTeamcity(): bool + { + return $this->logfileTeamcity !== null; + } + + /** + * @throws LoggingNotConfiguredException + */ + public function logfileTeamcity(): string + { + if (!$this->hasLogfileTeamcity()) { + throw new LoggingNotConfiguredException; + } + + return $this->logfileTeamcity; + } + + /** + * @psalm-assert-if-true !null $this->logfileJunit + */ + public function hasLogfileJunit(): bool + { + return $this->logfileJunit !== null; + } + + /** + * @throws LoggingNotConfiguredException + */ + public function logfileJunit(): string + { + if (!$this->hasLogfileJunit()) { + throw new LoggingNotConfiguredException; + } + + return $this->logfileJunit; + } + + /** + * @psalm-assert-if-true !null $this->logfileTestdoxHtml + */ + public function hasLogfileTestdoxHtml(): bool + { + return $this->logfileTestdoxHtml !== null; + } + + /** + * @throws LoggingNotConfiguredException + */ + public function logfileTestdoxHtml(): string + { + if (!$this->hasLogfileTestdoxHtml()) { + throw new LoggingNotConfiguredException; + } + + return $this->logfileTestdoxHtml; + } + + /** + * @psalm-assert-if-true !null $this->logfileTestdoxText + */ + public function hasLogfileTestdoxText(): bool + { + return $this->logfileTestdoxText !== null; + } + + /** + * @throws LoggingNotConfiguredException + */ + public function logfileTestdoxText(): string + { + if (!$this->hasLogfileTestdoxText()) { + throw new LoggingNotConfiguredException; + } + + return $this->logfileTestdoxText; + } + + /** + * @psalm-assert-if-true !null $this->logEventsText + */ + public function hasLogEventsText(): bool + { + return $this->logEventsText !== null; + } + + /** + * @throws LoggingNotConfiguredException + */ + public function logEventsText(): string + { + if (!$this->hasLogEventsText()) { + throw new LoggingNotConfiguredException; + } + + return $this->logEventsText; + } + + /** + * @psalm-assert-if-true !null $this->logEventsVerboseText + */ + public function hasLogEventsVerboseText(): bool + { + return $this->logEventsVerboseText !== null; + } + + /** + * @throws LoggingNotConfiguredException + */ + public function logEventsVerboseText(): string + { + if (!$this->hasLogEventsVerboseText()) { + throw new LoggingNotConfiguredException; + } + + return $this->logEventsVerboseText; + } + + public function outputIsTeamCity(): bool + { + return $this->teamCityOutput; + } + + public function outputIsTestDox(): bool + { + return $this->testDoxOutput; + } + + /** + * @psalm-assert-if-true !empty $this->testsCovering + */ + public function hasTestsCovering(): bool + { + return !empty($this->testsCovering); + } + + /** + * @psalm-return list + * + * @throws FilterNotConfiguredException + */ + public function testsCovering(): array + { + if (!$this->hasTestsCovering()) { + throw new FilterNotConfiguredException; + } + + return $this->testsCovering; + } + + /** + * @psalm-assert-if-true !empty $this->testsUsing + */ + public function hasTestsUsing(): bool + { + return !empty($this->testsUsing); + } + + /** + * @psalm-return list + * + * @throws FilterNotConfiguredException + */ + public function testsUsing(): array + { + if (!$this->hasTestsUsing()) { + throw new FilterNotConfiguredException; + } + + return $this->testsUsing; + } + + /** + * @psalm-assert-if-true !null $this->filter + */ + public function hasFilter(): bool + { + return $this->filter !== null; + } + + /** + * @throws FilterNotConfiguredException + */ + public function filter(): string + { + if (!$this->hasFilter()) { + throw new FilterNotConfiguredException; + } + + return $this->filter; + } + + /** + * @psalm-assert-if-true !empty $this->groups + */ + public function hasGroups(): bool + { + return !empty($this->groups); + } + + /** + * @throws FilterNotConfiguredException + */ + public function groups(): array + { + if (!$this->hasGroups()) { + throw new FilterNotConfiguredException; + } + + return $this->groups; + } + + /** + * @psalm-assert-if-true !empty $this->excludeGroups + */ + public function hasExcludeGroups(): bool + { + return !empty($this->excludeGroups); + } + + /** + * @throws FilterNotConfiguredException + */ + public function excludeGroups(): array + { + if (!$this->hasExcludeGroups()) { + throw new FilterNotConfiguredException; + } + + return $this->excludeGroups; + } + + public function randomOrderSeed(): int + { + return $this->randomOrderSeed; + } + + public function includeUncoveredFiles(): bool + { + return $this->includeUncoveredFiles; + } + + public function testSuite(): TestSuiteCollection + { + return $this->testSuite; + } + + public function includeTestSuite(): string + { + return $this->includeTestSuite; + } + + public function excludeTestSuite(): string + { + return $this->excludeTestSuite; + } + + /** + * @psalm-assert-if-true !null $this->defaultTestSuite + */ + public function hasDefaultTestSuite(): bool + { + return $this->defaultTestSuite !== null; + } + + /** + * @throws NoDefaultTestSuiteException + */ + public function defaultTestSuite(): string + { + if (!$this->hasDefaultTestSuite()) { + throw new NoDefaultTestSuiteException; + } + + return $this->defaultTestSuite; + } + + /** + * @psalm-return non-empty-list + */ + public function testSuffixes(): array + { + return $this->testSuffixes; + } + + public function php(): Php + { + return $this->php; + } + + public function controlGarbageCollector(): bool + { + return $this->controlGarbageCollector; + } + + public function numberOfTestsBeforeGarbageCollection(): int + { + return $this->numberOfTestsBeforeGarbageCollection; + } + + /** + * @psalm-assert-if-true !null $this->generateBaseline + */ + public function hasGenerateBaseline(): bool + { + return $this->generateBaseline !== null; + } + + /** + * @throws NoBaselineException + */ + public function generateBaseline(): string + { + if (!$this->hasGenerateBaseline()) { + throw new NoBaselineException; + } + + return $this->generateBaseline; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/CannotFindSchemaException.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/CannotFindSchemaException.php new file mode 100644 index 00000000..3e89f932 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/CannotFindSchemaException.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\XmlConfiguration; + +use PHPUnit\TextUI\Configuration\Exception; +use RuntimeException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class CannotFindSchemaException extends RuntimeException implements Exception +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/CodeCoverageReportNotConfiguredException.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/CodeCoverageReportNotConfiguredException.php new file mode 100644 index 00000000..05243c9a --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/CodeCoverageReportNotConfiguredException.php @@ -0,0 +1,19 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Configuration; + +use RuntimeException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class CodeCoverageReportNotConfiguredException extends RuntimeException implements Exception +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/ConfigurationCannotBeBuiltException.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/ConfigurationCannotBeBuiltException.php new file mode 100644 index 00000000..8aef8643 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/ConfigurationCannotBeBuiltException.php @@ -0,0 +1,19 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Configuration; + +use RuntimeException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class ConfigurationCannotBeBuiltException extends RuntimeException implements Exception +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/Exception.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/Exception.php new file mode 100644 index 00000000..8678983b --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/Exception.php @@ -0,0 +1,17 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Configuration; + +/** + * @internal This interface is not covered by the backward compatibility promise for PHPUnit + */ +interface Exception extends \PHPUnit\TextUI\Exception +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/FilterNotConfiguredException.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/FilterNotConfiguredException.php new file mode 100644 index 00000000..9cb4a79a --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/FilterNotConfiguredException.php @@ -0,0 +1,19 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Configuration; + +use RuntimeException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class FilterNotConfiguredException extends RuntimeException implements Exception +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/IncludePathNotConfiguredException.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/IncludePathNotConfiguredException.php new file mode 100644 index 00000000..e4623b24 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/IncludePathNotConfiguredException.php @@ -0,0 +1,19 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Configuration; + +use RuntimeException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class IncludePathNotConfiguredException extends RuntimeException implements Exception +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/LoggingNotConfiguredException.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/LoggingNotConfiguredException.php new file mode 100644 index 00000000..c10febbb --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/LoggingNotConfiguredException.php @@ -0,0 +1,19 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Configuration; + +use RuntimeException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class LoggingNotConfiguredException extends RuntimeException implements Exception +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoBaselineException.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoBaselineException.php new file mode 100644 index 00000000..eb8cf3ba --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoBaselineException.php @@ -0,0 +1,19 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Configuration; + +use RuntimeException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class NoBaselineException extends RuntimeException implements Exception +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoBootstrapException.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoBootstrapException.php new file mode 100644 index 00000000..1abc7e88 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoBootstrapException.php @@ -0,0 +1,19 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Configuration; + +use RuntimeException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class NoBootstrapException extends RuntimeException implements Exception +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoCacheDirectoryException.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoCacheDirectoryException.php new file mode 100644 index 00000000..36d2499e --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoCacheDirectoryException.php @@ -0,0 +1,19 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Configuration; + +use RuntimeException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class NoCacheDirectoryException extends RuntimeException implements Exception +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoCliArgumentException.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoCliArgumentException.php new file mode 100644 index 00000000..18c5e16f --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoCliArgumentException.php @@ -0,0 +1,19 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Configuration; + +use RuntimeException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class NoCliArgumentException extends RuntimeException implements Exception +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoConfigurationFileException.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoConfigurationFileException.php new file mode 100644 index 00000000..1d488d3b --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoConfigurationFileException.php @@ -0,0 +1,19 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Configuration; + +use RuntimeException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class NoConfigurationFileException extends RuntimeException implements Exception +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoCoverageCacheDirectoryException.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoCoverageCacheDirectoryException.php new file mode 100644 index 00000000..54eaabbe --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoCoverageCacheDirectoryException.php @@ -0,0 +1,19 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Configuration; + +use RuntimeException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class NoCoverageCacheDirectoryException extends RuntimeException implements Exception +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoCustomCssFileException.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoCustomCssFileException.php new file mode 100644 index 00000000..672b1fc1 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoCustomCssFileException.php @@ -0,0 +1,19 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Configuration; + +use RuntimeException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class NoCustomCssFileException extends RuntimeException implements Exception +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoDefaultTestSuiteException.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoDefaultTestSuiteException.php new file mode 100644 index 00000000..28663ff5 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoDefaultTestSuiteException.php @@ -0,0 +1,19 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Configuration; + +use RuntimeException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class NoDefaultTestSuiteException extends RuntimeException implements Exception +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoPharExtensionDirectoryException.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoPharExtensionDirectoryException.php new file mode 100644 index 00000000..269be3bd --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Exception/NoPharExtensionDirectoryException.php @@ -0,0 +1,19 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Configuration; + +use RuntimeException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class NoPharExtensionDirectoryException extends RuntimeException implements Exception +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Merger.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Merger.php new file mode 100644 index 00000000..95f595a4 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Merger.php @@ -0,0 +1,852 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Configuration; + +use const DIRECTORY_SEPARATOR; +use function array_diff; +use function assert; +use function dirname; +use function explode; +use function is_int; +use function realpath; +use function time; +use PHPUnit\Event\Facade as EventFacade; +use PHPUnit\Runner\TestSuiteSorter; +use PHPUnit\TextUI\CliArguments\Configuration as CliConfiguration; +use PHPUnit\TextUI\XmlConfiguration\Configuration as XmlConfiguration; +use PHPUnit\TextUI\XmlConfiguration\LoadedFromFileConfiguration; +use PHPUnit\TextUI\XmlConfiguration\SchemaDetector; +use PHPUnit\Util\Filesystem; +use SebastianBergmann\CodeCoverage\Report\Html\Colors; +use SebastianBergmann\CodeCoverage\Report\Thresholds; +use SebastianBergmann\Environment\Console; +use SebastianBergmann\Invoker\Invoker; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class Merger +{ + /** + * @throws \PHPUnit\TextUI\CliArguments\Exception + * @throws \PHPUnit\TextUI\XmlConfiguration\Exception + * @throws NoCustomCssFileException + */ + public function merge(CliConfiguration $cliConfiguration, XmlConfiguration $xmlConfiguration): Configuration + { + $configurationFile = null; + + if ($xmlConfiguration->wasLoadedFromFile()) { + assert($xmlConfiguration instanceof LoadedFromFileConfiguration); + + $configurationFile = $xmlConfiguration->filename(); + } + + $bootstrap = null; + + if ($cliConfiguration->hasBootstrap()) { + $bootstrap = $cliConfiguration->bootstrap(); + } elseif ($xmlConfiguration->phpunit()->hasBootstrap()) { + $bootstrap = $xmlConfiguration->phpunit()->bootstrap(); + } + + if ($cliConfiguration->hasCacheResult()) { + $cacheResult = $cliConfiguration->cacheResult(); + } else { + $cacheResult = $xmlConfiguration->phpunit()->cacheResult(); + } + + $cacheDirectory = null; + $coverageCacheDirectory = null; + + if ($cliConfiguration->hasCacheDirectory() && Filesystem::createDirectory($cliConfiguration->cacheDirectory())) { + $cacheDirectory = realpath($cliConfiguration->cacheDirectory()); + } elseif ($xmlConfiguration->phpunit()->hasCacheDirectory() && Filesystem::createDirectory($xmlConfiguration->phpunit()->cacheDirectory())) { + $cacheDirectory = realpath($xmlConfiguration->phpunit()->cacheDirectory()); + } + + if ($cacheDirectory !== null) { + $coverageCacheDirectory = $cacheDirectory . DIRECTORY_SEPARATOR . 'code-coverage'; + $testResultCacheFile = $cacheDirectory . DIRECTORY_SEPARATOR . 'test-results'; + } + + if ($coverageCacheDirectory === null) { + if ($cliConfiguration->hasCoverageCacheDirectory() && Filesystem::createDirectory($cliConfiguration->coverageCacheDirectory())) { + $coverageCacheDirectory = realpath($cliConfiguration->coverageCacheDirectory()); + } elseif ($xmlConfiguration->codeCoverage()->hasCacheDirectory()) { + $coverageCacheDirectory = $xmlConfiguration->codeCoverage()->cacheDirectory()->path(); + } + } + + if (!isset($testResultCacheFile)) { + if ($cliConfiguration->hasCacheResultFile()) { + $testResultCacheFile = $cliConfiguration->cacheResultFile(); + } elseif ($xmlConfiguration->phpunit()->hasCacheResultFile()) { + $testResultCacheFile = $xmlConfiguration->phpunit()->cacheResultFile(); + } elseif ($xmlConfiguration->wasLoadedFromFile()) { + $testResultCacheFile = dirname(realpath($xmlConfiguration->filename())) . DIRECTORY_SEPARATOR . '.phpunit.result.cache'; + } else { + $candidate = realpath($_SERVER['PHP_SELF']); + + if ($candidate) { + $testResultCacheFile = dirname($candidate) . DIRECTORY_SEPARATOR . '.phpunit.result.cache'; + } else { + $testResultCacheFile = '.phpunit.result.cache'; + } + } + } + + if ($cliConfiguration->hasDisableCodeCoverageIgnore()) { + $disableCodeCoverageIgnore = $cliConfiguration->disableCodeCoverageIgnore(); + } else { + $disableCodeCoverageIgnore = $xmlConfiguration->codeCoverage()->disableCodeCoverageIgnore(); + } + + if ($cliConfiguration->hasFailOnDeprecation()) { + $failOnDeprecation = $cliConfiguration->failOnDeprecation(); + } else { + $failOnDeprecation = $xmlConfiguration->phpunit()->failOnDeprecation(); + } + + if ($cliConfiguration->hasFailOnEmptyTestSuite()) { + $failOnEmptyTestSuite = $cliConfiguration->failOnEmptyTestSuite(); + } else { + $failOnEmptyTestSuite = $xmlConfiguration->phpunit()->failOnEmptyTestSuite(); + } + + if ($cliConfiguration->hasFailOnIncomplete()) { + $failOnIncomplete = $cliConfiguration->failOnIncomplete(); + } else { + $failOnIncomplete = $xmlConfiguration->phpunit()->failOnIncomplete(); + } + + if ($cliConfiguration->hasFailOnNotice()) { + $failOnNotice = $cliConfiguration->failOnNotice(); + } else { + $failOnNotice = $xmlConfiguration->phpunit()->failOnNotice(); + } + + if ($cliConfiguration->hasFailOnRisky()) { + $failOnRisky = $cliConfiguration->failOnRisky(); + } else { + $failOnRisky = $xmlConfiguration->phpunit()->failOnRisky(); + } + + if ($cliConfiguration->hasFailOnSkipped()) { + $failOnSkipped = $cliConfiguration->failOnSkipped(); + } else { + $failOnSkipped = $xmlConfiguration->phpunit()->failOnSkipped(); + } + + if ($cliConfiguration->hasFailOnWarning()) { + $failOnWarning = $cliConfiguration->failOnWarning(); + } else { + $failOnWarning = $xmlConfiguration->phpunit()->failOnWarning(); + } + + if ($cliConfiguration->hasStopOnDefect()) { + $stopOnDefect = $cliConfiguration->stopOnDefect(); + } else { + $stopOnDefect = $xmlConfiguration->phpunit()->stopOnDefect(); + } + + if ($cliConfiguration->hasStopOnDeprecation()) { + $stopOnDeprecation = $cliConfiguration->stopOnDeprecation(); + } else { + $stopOnDeprecation = $xmlConfiguration->phpunit()->stopOnDeprecation(); + } + + if ($cliConfiguration->hasStopOnError()) { + $stopOnError = $cliConfiguration->stopOnError(); + } else { + $stopOnError = $xmlConfiguration->phpunit()->stopOnError(); + } + + if ($cliConfiguration->hasStopOnFailure()) { + $stopOnFailure = $cliConfiguration->stopOnFailure(); + } else { + $stopOnFailure = $xmlConfiguration->phpunit()->stopOnFailure(); + } + + if ($cliConfiguration->hasStopOnIncomplete()) { + $stopOnIncomplete = $cliConfiguration->stopOnIncomplete(); + } else { + $stopOnIncomplete = $xmlConfiguration->phpunit()->stopOnIncomplete(); + } + + if ($cliConfiguration->hasStopOnNotice()) { + $stopOnNotice = $cliConfiguration->stopOnNotice(); + } else { + $stopOnNotice = $xmlConfiguration->phpunit()->stopOnNotice(); + } + + if ($cliConfiguration->hasStopOnRisky()) { + $stopOnRisky = $cliConfiguration->stopOnRisky(); + } else { + $stopOnRisky = $xmlConfiguration->phpunit()->stopOnRisky(); + } + + if ($cliConfiguration->hasStopOnSkipped()) { + $stopOnSkipped = $cliConfiguration->stopOnSkipped(); + } else { + $stopOnSkipped = $xmlConfiguration->phpunit()->stopOnSkipped(); + } + + if ($cliConfiguration->hasStopOnWarning()) { + $stopOnWarning = $cliConfiguration->stopOnWarning(); + } else { + $stopOnWarning = $xmlConfiguration->phpunit()->stopOnWarning(); + } + + if ($cliConfiguration->hasStderr() && $cliConfiguration->stderr()) { + $outputToStandardErrorStream = true; + } else { + $outputToStandardErrorStream = $xmlConfiguration->phpunit()->stderr(); + } + + if ($cliConfiguration->hasColumns()) { + $columns = $cliConfiguration->columns(); + } else { + $columns = $xmlConfiguration->phpunit()->columns(); + } + + if ($columns === 'max') { + $columns = (new Console)->getNumberOfColumns(); + } + + if ($columns < 16) { + $columns = 16; + + EventFacade::emitter()->testRunnerTriggeredWarning( + 'Less than 16 columns requested, number of columns set to 16', + ); + } + + assert(is_int($columns)); + + $noExtensions = false; + + if ($cliConfiguration->hasNoExtensions() && $cliConfiguration->noExtensions()) { + $noExtensions = true; + } + + $pharExtensionDirectory = null; + + if ($xmlConfiguration->phpunit()->hasExtensionsDirectory()) { + $pharExtensionDirectory = $xmlConfiguration->phpunit()->extensionsDirectory(); + } + + $extensionBootstrappers = []; + + foreach ($xmlConfiguration->extensions() as $extension) { + $extensionBootstrappers[] = [ + 'className' => $extension->className(), + 'parameters' => $extension->parameters(), + ]; + } + + if ($cliConfiguration->hasPathCoverage() && $cliConfiguration->pathCoverage()) { + $pathCoverage = $cliConfiguration->pathCoverage(); + } else { + $pathCoverage = $xmlConfiguration->codeCoverage()->pathCoverage(); + } + + $defaultColors = Colors::default(); + $defaultThresholds = Thresholds::default(); + + $coverageClover = null; + $coverageCobertura = null; + $coverageCrap4j = null; + $coverageCrap4jThreshold = 30; + $coverageHtml = null; + $coverageHtmlLowUpperBound = $defaultThresholds->lowUpperBound(); + $coverageHtmlHighLowerBound = $defaultThresholds->highLowerBound(); + $coverageHtmlColorSuccessLow = $defaultColors->successLow(); + $coverageHtmlColorSuccessMedium = $defaultColors->successMedium(); + $coverageHtmlColorSuccessHigh = $defaultColors->successHigh(); + $coverageHtmlColorWarning = $defaultColors->warning(); + $coverageHtmlColorDanger = $defaultColors->danger(); + $coverageHtmlCustomCssFile = null; + $coveragePhp = null; + $coverageText = null; + $coverageTextShowUncoveredFiles = false; + $coverageTextShowOnlySummary = false; + $coverageXml = null; + $coverageFromXmlConfiguration = true; + + if ($cliConfiguration->hasNoCoverage() && $cliConfiguration->noCoverage()) { + $coverageFromXmlConfiguration = false; + } + + if ($cliConfiguration->hasCoverageClover()) { + $coverageClover = $cliConfiguration->coverageClover(); + } elseif ($coverageFromXmlConfiguration && $xmlConfiguration->codeCoverage()->hasClover()) { + $coverageClover = $xmlConfiguration->codeCoverage()->clover()->target()->path(); + } + + if ($cliConfiguration->hasCoverageCobertura()) { + $coverageCobertura = $cliConfiguration->coverageCobertura(); + } elseif ($coverageFromXmlConfiguration && $xmlConfiguration->codeCoverage()->hasCobertura()) { + $coverageCobertura = $xmlConfiguration->codeCoverage()->cobertura()->target()->path(); + } + + if ($xmlConfiguration->codeCoverage()->hasCrap4j()) { + $coverageCrap4jThreshold = $xmlConfiguration->codeCoverage()->crap4j()->threshold(); + } + + if ($cliConfiguration->hasCoverageCrap4J()) { + $coverageCrap4j = $cliConfiguration->coverageCrap4J(); + } elseif ($coverageFromXmlConfiguration && $xmlConfiguration->codeCoverage()->hasCrap4j()) { + $coverageCrap4j = $xmlConfiguration->codeCoverage()->crap4j()->target()->path(); + } + + if ($xmlConfiguration->codeCoverage()->hasHtml()) { + $coverageHtmlHighLowerBound = $xmlConfiguration->codeCoverage()->html()->highLowerBound(); + $coverageHtmlLowUpperBound = $xmlConfiguration->codeCoverage()->html()->lowUpperBound(); + + if ($coverageHtmlLowUpperBound > $coverageHtmlHighLowerBound) { + $coverageHtmlLowUpperBound = $defaultThresholds->lowUpperBound(); + $coverageHtmlHighLowerBound = $defaultThresholds->highLowerBound(); + } + + $coverageHtmlColorSuccessLow = $xmlConfiguration->codeCoverage()->html()->colorSuccessLow(); + $coverageHtmlColorSuccessMedium = $xmlConfiguration->codeCoverage()->html()->colorSuccessMedium(); + $coverageHtmlColorSuccessHigh = $xmlConfiguration->codeCoverage()->html()->colorSuccessHigh(); + $coverageHtmlColorWarning = $xmlConfiguration->codeCoverage()->html()->colorWarning(); + $coverageHtmlColorDanger = $xmlConfiguration->codeCoverage()->html()->colorDanger(); + + if ($xmlConfiguration->codeCoverage()->html()->hasCustomCssFile()) { + $coverageHtmlCustomCssFile = $xmlConfiguration->codeCoverage()->html()->customCssFile(); + } + } + + if ($cliConfiguration->hasCoverageHtml()) { + $coverageHtml = $cliConfiguration->coverageHtml(); + } elseif ($coverageFromXmlConfiguration && $xmlConfiguration->codeCoverage()->hasHtml()) { + $coverageHtml = $xmlConfiguration->codeCoverage()->html()->target()->path(); + } + + if ($cliConfiguration->hasCoveragePhp()) { + $coveragePhp = $cliConfiguration->coveragePhp(); + } elseif ($coverageFromXmlConfiguration && $xmlConfiguration->codeCoverage()->hasPhp()) { + $coveragePhp = $xmlConfiguration->codeCoverage()->php()->target()->path(); + } + + if ($xmlConfiguration->codeCoverage()->hasText()) { + $coverageTextShowUncoveredFiles = $xmlConfiguration->codeCoverage()->text()->showUncoveredFiles(); + $coverageTextShowOnlySummary = $xmlConfiguration->codeCoverage()->text()->showOnlySummary(); + } + + if ($cliConfiguration->hasCoverageText()) { + $coverageText = $cliConfiguration->coverageText(); + } elseif ($coverageFromXmlConfiguration && $xmlConfiguration->codeCoverage()->hasText()) { + $coverageText = $xmlConfiguration->codeCoverage()->text()->target()->path(); + } + + if ($cliConfiguration->hasCoverageXml()) { + $coverageXml = $cliConfiguration->coverageXml(); + } elseif ($coverageFromXmlConfiguration && $xmlConfiguration->codeCoverage()->hasXml()) { + $coverageXml = $xmlConfiguration->codeCoverage()->xml()->target()->path(); + } + + if ($cliConfiguration->hasBackupGlobals()) { + $backupGlobals = $cliConfiguration->backupGlobals(); + } else { + $backupGlobals = $xmlConfiguration->phpunit()->backupGlobals(); + } + + if ($cliConfiguration->hasBackupStaticProperties()) { + $backupStaticProperties = $cliConfiguration->backupStaticProperties(); + } else { + $backupStaticProperties = $xmlConfiguration->phpunit()->backupStaticProperties(); + } + + if ($cliConfiguration->hasBeStrictAboutChangesToGlobalState()) { + $beStrictAboutChangesToGlobalState = $cliConfiguration->beStrictAboutChangesToGlobalState(); + } else { + $beStrictAboutChangesToGlobalState = $xmlConfiguration->phpunit()->beStrictAboutChangesToGlobalState(); + } + + if ($cliConfiguration->hasProcessIsolation()) { + $processIsolation = $cliConfiguration->processIsolation(); + } else { + $processIsolation = $xmlConfiguration->phpunit()->processIsolation(); + } + + if ($cliConfiguration->hasEnforceTimeLimit()) { + $enforceTimeLimit = $cliConfiguration->enforceTimeLimit(); + } else { + $enforceTimeLimit = $xmlConfiguration->phpunit()->enforceTimeLimit(); + } + + if ($enforceTimeLimit && !(new Invoker)->canInvokeWithTimeout()) { + EventFacade::emitter()->testRunnerTriggeredWarning( + 'The pcntl extension is required for enforcing time limits', + ); + } + + if ($cliConfiguration->hasDefaultTimeLimit()) { + $defaultTimeLimit = $cliConfiguration->defaultTimeLimit(); + } else { + $defaultTimeLimit = $xmlConfiguration->phpunit()->defaultTimeLimit(); + } + + $timeoutForSmallTests = $xmlConfiguration->phpunit()->timeoutForSmallTests(); + $timeoutForMediumTests = $xmlConfiguration->phpunit()->timeoutForMediumTests(); + $timeoutForLargeTests = $xmlConfiguration->phpunit()->timeoutForLargeTests(); + + if ($cliConfiguration->hasReportUselessTests()) { + $reportUselessTests = $cliConfiguration->reportUselessTests(); + } else { + $reportUselessTests = $xmlConfiguration->phpunit()->beStrictAboutTestsThatDoNotTestAnything(); + } + + if ($cliConfiguration->hasStrictCoverage()) { + $strictCoverage = $cliConfiguration->strictCoverage(); + } else { + $strictCoverage = $xmlConfiguration->phpunit()->beStrictAboutCoverageMetadata(); + } + + if ($cliConfiguration->hasDisallowTestOutput()) { + $disallowTestOutput = $cliConfiguration->disallowTestOutput(); + } else { + $disallowTestOutput = $xmlConfiguration->phpunit()->beStrictAboutOutputDuringTests(); + } + + if ($cliConfiguration->hasDisplayDetailsOnIncompleteTests()) { + $displayDetailsOnIncompleteTests = $cliConfiguration->displayDetailsOnIncompleteTests(); + } else { + $displayDetailsOnIncompleteTests = $xmlConfiguration->phpunit()->displayDetailsOnIncompleteTests(); + } + + if ($cliConfiguration->hasDisplayDetailsOnSkippedTests()) { + $displayDetailsOnSkippedTests = $cliConfiguration->displayDetailsOnSkippedTests(); + } else { + $displayDetailsOnSkippedTests = $xmlConfiguration->phpunit()->displayDetailsOnSkippedTests(); + } + + if ($cliConfiguration->hasDisplayDetailsOnTestsThatTriggerDeprecations()) { + $displayDetailsOnTestsThatTriggerDeprecations = $cliConfiguration->displayDetailsOnTestsThatTriggerDeprecations(); + } else { + $displayDetailsOnTestsThatTriggerDeprecations = $xmlConfiguration->phpunit()->displayDetailsOnTestsThatTriggerDeprecations(); + } + + if ($cliConfiguration->hasDisplayDetailsOnTestsThatTriggerErrors()) { + $displayDetailsOnTestsThatTriggerErrors = $cliConfiguration->displayDetailsOnTestsThatTriggerErrors(); + } else { + $displayDetailsOnTestsThatTriggerErrors = $xmlConfiguration->phpunit()->displayDetailsOnTestsThatTriggerErrors(); + } + + if ($cliConfiguration->hasDisplayDetailsOnTestsThatTriggerNotices()) { + $displayDetailsOnTestsThatTriggerNotices = $cliConfiguration->displayDetailsOnTestsThatTriggerNotices(); + } else { + $displayDetailsOnTestsThatTriggerNotices = $xmlConfiguration->phpunit()->displayDetailsOnTestsThatTriggerNotices(); + } + + if ($cliConfiguration->hasDisplayDetailsOnTestsThatTriggerWarnings()) { + $displayDetailsOnTestsThatTriggerWarnings = $cliConfiguration->displayDetailsOnTestsThatTriggerWarnings(); + } else { + $displayDetailsOnTestsThatTriggerWarnings = $xmlConfiguration->phpunit()->displayDetailsOnTestsThatTriggerWarnings(); + } + + if ($cliConfiguration->hasReverseList()) { + $reverseDefectList = $cliConfiguration->reverseList(); + } else { + $reverseDefectList = $xmlConfiguration->phpunit()->reverseDefectList(); + } + + $requireCoverageMetadata = $xmlConfiguration->phpunit()->requireCoverageMetadata(); + $registerMockObjectsFromTestArgumentsRecursively = $xmlConfiguration->phpunit()->registerMockObjectsFromTestArgumentsRecursively(); + + if ($cliConfiguration->hasExecutionOrder()) { + $executionOrder = $cliConfiguration->executionOrder(); + } else { + $executionOrder = $xmlConfiguration->phpunit()->executionOrder(); + } + + $executionOrderDefects = TestSuiteSorter::ORDER_DEFAULT; + + if ($cliConfiguration->hasExecutionOrderDefects()) { + $executionOrderDefects = $cliConfiguration->executionOrderDefects(); + } elseif ($xmlConfiguration->phpunit()->defectsFirst()) { + $executionOrderDefects = TestSuiteSorter::ORDER_DEFECTS_FIRST; + } + + if ($cliConfiguration->hasResolveDependencies()) { + $resolveDependencies = $cliConfiguration->resolveDependencies(); + } else { + $resolveDependencies = $xmlConfiguration->phpunit()->resolveDependencies(); + } + + $colors = false; + $colorsSupported = (new Console)->hasColorSupport(); + + if ($cliConfiguration->hasColors()) { + if ($cliConfiguration->colors() === Configuration::COLOR_ALWAYS) { + $colors = true; + } elseif ($colorsSupported && $cliConfiguration->colors() === Configuration::COLOR_AUTO) { + $colors = true; + } + } elseif ($xmlConfiguration->phpunit()->colors() === Configuration::COLOR_ALWAYS) { + $colors = true; + } elseif ($colorsSupported && $xmlConfiguration->phpunit()->colors() === Configuration::COLOR_AUTO) { + $colors = true; + } + + $logfileTeamcity = null; + $logfileJunit = null; + $logfileTestdoxHtml = null; + $logfileTestdoxText = null; + $loggingFromXmlConfiguration = true; + + if ($cliConfiguration->hasNoLogging() && $cliConfiguration->noLogging()) { + $loggingFromXmlConfiguration = false; + } + + if ($cliConfiguration->hasTeamcityLogfile()) { + $logfileTeamcity = $cliConfiguration->teamcityLogfile(); + } elseif ($loggingFromXmlConfiguration && $xmlConfiguration->logging()->hasTeamCity()) { + $logfileTeamcity = $xmlConfiguration->logging()->teamCity()->target()->path(); + } + + if ($cliConfiguration->hasJunitLogfile()) { + $logfileJunit = $cliConfiguration->junitLogfile(); + } elseif ($loggingFromXmlConfiguration && $xmlConfiguration->logging()->hasJunit()) { + $logfileJunit = $xmlConfiguration->logging()->junit()->target()->path(); + } + + if ($cliConfiguration->hasTestdoxHtmlFile()) { + $logfileTestdoxHtml = $cliConfiguration->testdoxHtmlFile(); + } elseif ($loggingFromXmlConfiguration && $xmlConfiguration->logging()->hasTestDoxHtml()) { + $logfileTestdoxHtml = $xmlConfiguration->logging()->testDoxHtml()->target()->path(); + } + + if ($cliConfiguration->hasTestdoxTextFile()) { + $logfileTestdoxText = $cliConfiguration->testdoxTextFile(); + } elseif ($loggingFromXmlConfiguration && $xmlConfiguration->logging()->hasTestDoxText()) { + $logfileTestdoxText = $xmlConfiguration->logging()->testDoxText()->target()->path(); + } + + $logEventsText = null; + + if ($cliConfiguration->hasLogEventsText()) { + $logEventsText = $cliConfiguration->logEventsText(); + } + + $logEventsVerboseText = null; + + if ($cliConfiguration->hasLogEventsVerboseText()) { + $logEventsVerboseText = $cliConfiguration->logEventsVerboseText(); + } + + $teamCityOutput = false; + + if ($cliConfiguration->hasTeamCityPrinter() && $cliConfiguration->teamCityPrinter()) { + $teamCityOutput = true; + } + + if ($cliConfiguration->hasTestDoxPrinter() && $cliConfiguration->testdoxPrinter()) { + $testDoxOutput = true; + } else { + $testDoxOutput = $xmlConfiguration->phpunit()->testdoxPrinter(); + } + + $noProgress = false; + + if ($cliConfiguration->hasNoProgress() && $cliConfiguration->noProgress()) { + $noProgress = true; + } + + $noResults = false; + + if ($cliConfiguration->hasNoResults() && $cliConfiguration->noResults()) { + $noResults = true; + } + + $noOutput = false; + + if ($cliConfiguration->hasNoOutput() && $cliConfiguration->noOutput()) { + $noOutput = true; + } + + $testsCovering = null; + + if ($cliConfiguration->hasTestsCovering()) { + $testsCovering = $cliConfiguration->testsCovering(); + } + + $testsUsing = null; + + if ($cliConfiguration->hasTestsUsing()) { + $testsUsing = $cliConfiguration->testsUsing(); + } + + $filter = null; + + if ($cliConfiguration->hasFilter()) { + $filter = $cliConfiguration->filter(); + } + + if ($cliConfiguration->hasGroups()) { + $groups = $cliConfiguration->groups(); + } else { + $groups = $xmlConfiguration->groups()->include()->asArrayOfStrings(); + } + + if ($cliConfiguration->hasExcludeGroups()) { + $excludeGroups = $cliConfiguration->excludeGroups(); + } else { + $excludeGroups = $xmlConfiguration->groups()->exclude()->asArrayOfStrings(); + } + + $excludeGroups = array_diff($excludeGroups, $groups); + + if ($cliConfiguration->hasRandomOrderSeed()) { + $randomOrderSeed = $cliConfiguration->randomOrderSeed(); + } else { + $randomOrderSeed = time(); + } + + if ($xmlConfiguration->wasLoadedFromFile() && $xmlConfiguration->hasValidationErrors()) { + if ((new SchemaDetector)->detect($xmlConfiguration->filename())->detected()) { + EventFacade::emitter()->testRunnerTriggeredDeprecation( + 'Your XML configuration validates against a deprecated schema. Migrate your XML configuration using "--migrate-configuration"!', + ); + } else { + EventFacade::emitter()->testRunnerTriggeredWarning( + "Test results may not be as expected because the XML configuration file did not pass validation:\n" . + $xmlConfiguration->validationErrors(), + ); + } + } + + $includeUncoveredFiles = $xmlConfiguration->codeCoverage()->includeUncoveredFiles(); + + $includePaths = []; + + if ($cliConfiguration->hasIncludePath()) { + foreach (explode(PATH_SEPARATOR, $cliConfiguration->includePath()) as $includePath) { + $includePaths[] = new Directory($includePath); + } + } + + foreach ($xmlConfiguration->php()->includePaths() as $includePath) { + $includePaths[] = $includePath; + } + + $iniSettings = []; + + if ($cliConfiguration->hasIniSettings()) { + foreach ($cliConfiguration->iniSettings() as $name => $value) { + $iniSettings[] = new IniSetting($name, $value); + } + } + + foreach ($xmlConfiguration->php()->iniSettings() as $iniSetting) { + $iniSettings[] = $iniSetting; + } + + $includeTestSuite = ''; + + if ($cliConfiguration->hasTestSuite()) { + $includeTestSuite = $cliConfiguration->testSuite(); + } elseif ($xmlConfiguration->phpunit()->hasDefaultTestSuite()) { + $includeTestSuite = $xmlConfiguration->phpunit()->defaultTestSuite(); + } + + $excludeTestSuite = ''; + + if ($cliConfiguration->hasExcludedTestSuite()) { + $excludeTestSuite = $cliConfiguration->excludedTestSuite(); + } + + $testSuffixes = ['Test.php', '.phpt']; + + if ($cliConfiguration->hasTestSuffixes()) { + $testSuffixes = $cliConfiguration->testSuffixes(); + } + + $sourceIncludeDirectories = []; + + if ($cliConfiguration->hasCoverageFilter()) { + foreach ($cliConfiguration->coverageFilter() as $directory) { + $sourceIncludeDirectories[] = new FilterDirectory($directory, '', '.php'); + } + } + + if ($xmlConfiguration->codeCoverage()->hasNonEmptyListOfFilesToBeIncludedInCodeCoverageReport()) { + foreach ($xmlConfiguration->codeCoverage()->directories() as $directory) { + $sourceIncludeDirectories[] = $directory; + } + + $sourceIncludeFiles = $xmlConfiguration->codeCoverage()->files(); + $sourceExcludeDirectories = $xmlConfiguration->codeCoverage()->excludeDirectories(); + $sourceExcludeFiles = $xmlConfiguration->codeCoverage()->excludeFiles(); + } else { + foreach ($xmlConfiguration->source()->includeDirectories() as $directory) { + $sourceIncludeDirectories[] = $directory; + } + + $sourceIncludeFiles = $xmlConfiguration->source()->includeFiles(); + $sourceExcludeDirectories = $xmlConfiguration->source()->excludeDirectories(); + $sourceExcludeFiles = $xmlConfiguration->source()->excludeFiles(); + } + + $useBaseline = null; + $generateBaseline = null; + + if (!$cliConfiguration->hasGenerateBaseline()) { + if ($cliConfiguration->hasUseBaseline()) { + $useBaseline = $cliConfiguration->useBaseline(); + } elseif ($xmlConfiguration->source()->hasBaseline()) { + $useBaseline = $xmlConfiguration->source()->baseline(); + } + } else { + $generateBaseline = $cliConfiguration->generateBaseline(); + } + + assert($useBaseline !== ''); + assert($generateBaseline !== ''); + + return new Configuration( + $cliConfiguration->arguments(), + $configurationFile, + $bootstrap, + $cacheResult, + $cacheDirectory, + $coverageCacheDirectory, + new Source( + $useBaseline, + $cliConfiguration->ignoreBaseline(), + FilterDirectoryCollection::fromArray($sourceIncludeDirectories), + $sourceIncludeFiles, + $sourceExcludeDirectories, + $sourceExcludeFiles, + $xmlConfiguration->source()->restrictDeprecations(), + $xmlConfiguration->source()->restrictNotices(), + $xmlConfiguration->source()->restrictWarnings(), + $xmlConfiguration->source()->ignoreSuppressionOfDeprecations(), + $xmlConfiguration->source()->ignoreSuppressionOfPhpDeprecations(), + $xmlConfiguration->source()->ignoreSuppressionOfErrors(), + $xmlConfiguration->source()->ignoreSuppressionOfNotices(), + $xmlConfiguration->source()->ignoreSuppressionOfPhpNotices(), + $xmlConfiguration->source()->ignoreSuppressionOfWarnings(), + $xmlConfiguration->source()->ignoreSuppressionOfPhpWarnings(), + ), + $testResultCacheFile, + $coverageClover, + $coverageCobertura, + $coverageCrap4j, + $coverageCrap4jThreshold, + $coverageHtml, + $coverageHtmlLowUpperBound, + $coverageHtmlHighLowerBound, + $coverageHtmlColorSuccessLow, + $coverageHtmlColorSuccessMedium, + $coverageHtmlColorSuccessHigh, + $coverageHtmlColorWarning, + $coverageHtmlColorDanger, + $coverageHtmlCustomCssFile, + $coveragePhp, + $coverageText, + $coverageTextShowUncoveredFiles, + $coverageTextShowOnlySummary, + $coverageXml, + $pathCoverage, + $xmlConfiguration->codeCoverage()->ignoreDeprecatedCodeUnits(), + $disableCodeCoverageIgnore, + $failOnDeprecation, + $failOnEmptyTestSuite, + $failOnIncomplete, + $failOnNotice, + $failOnRisky, + $failOnSkipped, + $failOnWarning, + $stopOnDefect, + $stopOnDeprecation, + $stopOnError, + $stopOnFailure, + $stopOnIncomplete, + $stopOnNotice, + $stopOnRisky, + $stopOnSkipped, + $stopOnWarning, + $outputToStandardErrorStream, + $columns, + $noExtensions, + $pharExtensionDirectory, + $extensionBootstrappers, + $backupGlobals, + $backupStaticProperties, + $beStrictAboutChangesToGlobalState, + $colors, + $processIsolation, + $enforceTimeLimit, + $defaultTimeLimit, + $timeoutForSmallTests, + $timeoutForMediumTests, + $timeoutForLargeTests, + $reportUselessTests, + $strictCoverage, + $disallowTestOutput, + $displayDetailsOnIncompleteTests, + $displayDetailsOnSkippedTests, + $displayDetailsOnTestsThatTriggerDeprecations, + $displayDetailsOnTestsThatTriggerErrors, + $displayDetailsOnTestsThatTriggerNotices, + $displayDetailsOnTestsThatTriggerWarnings, + $reverseDefectList, + $requireCoverageMetadata, + $registerMockObjectsFromTestArgumentsRecursively, + $noProgress, + $noResults, + $noOutput, + $executionOrder, + $executionOrderDefects, + $resolveDependencies, + $logfileTeamcity, + $logfileJunit, + $logfileTestdoxHtml, + $logfileTestdoxText, + $logEventsText, + $logEventsVerboseText, + $teamCityOutput, + $testDoxOutput, + $testsCovering, + $testsUsing, + $filter, + $groups, + $excludeGroups, + $randomOrderSeed, + $includeUncoveredFiles, + $xmlConfiguration->testSuite(), + $includeTestSuite, + $excludeTestSuite, + $xmlConfiguration->phpunit()->hasDefaultTestSuite() ? $xmlConfiguration->phpunit()->defaultTestSuite() : null, + $testSuffixes, + new Php( + DirectoryCollection::fromArray($includePaths), + IniSettingCollection::fromArray($iniSettings), + $xmlConfiguration->php()->constants(), + $xmlConfiguration->php()->globalVariables(), + $xmlConfiguration->php()->envVariables(), + $xmlConfiguration->php()->postVariables(), + $xmlConfiguration->php()->getVariables(), + $xmlConfiguration->php()->cookieVariables(), + $xmlConfiguration->php()->serverVariables(), + $xmlConfiguration->php()->filesVariables(), + $xmlConfiguration->php()->requestVariables(), + ), + $xmlConfiguration->phpunit()->controlGarbageCollector(), + $xmlConfiguration->phpunit()->numberOfTestsBeforeGarbageCollection(), + $generateBaseline, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/PhpHandler.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/PhpHandler.php old mode 100755 new mode 100644 similarity index 98% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/PhpHandler.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/PhpHandler.php index f5969945..4417c713 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/PhpHandler.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/PhpHandler.php @@ -7,7 +7,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\TextUI\XmlConfiguration; +namespace PHPUnit\TextUI\Configuration; use const PATH_SEPARATOR; use function constant; diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Registry.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Registry.php new file mode 100644 index 00000000..e2b1ad3b --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Registry.php @@ -0,0 +1,104 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Configuration; + +use function assert; +use function file_get_contents; +use function file_put_contents; +use function serialize; +use function unserialize; +use PHPUnit\Event\Facade as EventFacade; +use PHPUnit\TextUI\CliArguments\Configuration as CliConfiguration; +use PHPUnit\TextUI\XmlConfiguration\Configuration as XmlConfiguration; +use PHPUnit\Util\VersionComparisonOperator; + +/** + * CLI options and XML configuration are static within a single PHPUnit process. + * It is therefore okay to use a Singleton registry here. + * + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class Registry +{ + private static ?Configuration $instance = null; + + public static function saveTo(string $path): bool + { + $result = file_put_contents( + $path, + serialize(self::get()), + ); + + if ($result) { + return true; + } + + return false; + } + + /** + * This method is used by the "run test(s) in separate process" templates. + * + * @noinspection PhpUnused + */ + public static function loadFrom(string $path): void + { + self::$instance = unserialize( + file_get_contents($path), + [ + 'allowed_classes' => [ + Configuration::class, + Php::class, + ConstantCollection::class, + Constant::class, + IniSettingCollection::class, + IniSetting::class, + VariableCollection::class, + Variable::class, + DirectoryCollection::class, + Directory::class, + FileCollection::class, + File::class, + FilterDirectoryCollection::class, + FilterDirectory::class, + TestDirectoryCollection::class, + TestDirectory::class, + TestFileCollection::class, + TestFile::class, + TestSuiteCollection::class, + TestSuite::class, + VersionComparisonOperator::class, + Source::class, + ], + ], + ); + } + + public static function get(): Configuration + { + assert(self::$instance instanceof Configuration); + + return self::$instance; + } + + /** + * @throws \PHPUnit\TextUI\CliArguments\Exception + * @throws \PHPUnit\TextUI\XmlConfiguration\Exception + * @throws NoCustomCssFileException + */ + public static function init(CliConfiguration $cliConfiguration, XmlConfiguration $xmlConfiguration): Configuration + { + self::$instance = (new Merger)->merge($cliConfiguration, $xmlConfiguration); + + EventFacade::emitter()->testRunnerConfigured(self::$instance); + + return self::$instance; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/SourceFilter.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/SourceFilter.php new file mode 100644 index 00000000..1586a649 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/SourceFilter.php @@ -0,0 +1,23 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Configuration; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class SourceFilter +{ + public function includes(Source $source, string $path): bool + { + $files = (new SourceMapper)->map($source); + + return isset($files[$path]); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/SourceMapper.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/SourceMapper.php new file mode 100644 index 00000000..8e42dbf8 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/SourceMapper.php @@ -0,0 +1,97 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Configuration; + +use function realpath; +use SebastianBergmann\FileIterator\Facade as FileIteratorFacade; +use SplObjectStorage; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class SourceMapper +{ + /** + * @psalm-var SplObjectStorage> + */ + private static ?SplObjectStorage $files = null; + + /** + * @psalm-return array + */ + public function map(Source $source): array + { + if (self::$files === null) { + self::$files = new SplObjectStorage; + } + + if (isset(self::$files[$source])) { + return self::$files[$source]; + } + + $files = []; + + foreach ($source->includeDirectories() as $directory) { + foreach ((new FileIteratorFacade)->getFilesAsArray($directory->path(), $directory->suffix(), $directory->prefix()) as $file) { + $file = realpath($file); + + if (!$file) { + continue; + } + + $files[$file] = true; + } + } + + foreach ($source->includeFiles() as $file) { + $file = realpath($file->path()); + + if (!$file) { + continue; + } + + $files[$file] = true; + } + + foreach ($source->excludeDirectories() as $directory) { + foreach ((new FileIteratorFacade)->getFilesAsArray($directory->path(), $directory->suffix(), $directory->prefix()) as $file) { + $file = realpath($file); + + if (!$file) { + continue; + } + + if (!isset($files[$file])) { + continue; + } + + unset($files[$file]); + } + } + + foreach ($source->excludeFiles() as $file) { + $file = realpath($file->path()); + + if (!$file) { + continue; + } + + if (!isset($files[$file])) { + continue; + } + + unset($files[$file]); + } + + self::$files[$source] = $files; + + return $files; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/TestSuiteBuilder.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/TestSuiteBuilder.php new file mode 100644 index 00000000..d3fff95d --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/TestSuiteBuilder.php @@ -0,0 +1,143 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Configuration; + +use function assert; +use function count; +use function is_dir; +use function is_file; +use function realpath; +use function str_ends_with; +use PHPUnit\Event\Facade as EventFacade; +use PHPUnit\Exception; +use PHPUnit\Framework\TestSuite; +use PHPUnit\Runner\TestSuiteLoader; +use PHPUnit\TextUI\RuntimeException; +use PHPUnit\TextUI\TestDirectoryNotFoundException; +use PHPUnit\TextUI\TestFileNotFoundException; +use PHPUnit\TextUI\XmlConfiguration\TestSuiteMapper; +use SebastianBergmann\FileIterator\Facade as FileIteratorFacade; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestSuiteBuilder +{ + /** + * @throws \PHPUnit\Framework\Exception + * @throws RuntimeException + * @throws TestDirectoryNotFoundException + * @throws TestFileNotFoundException + */ + public function build(Configuration $configuration): TestSuite + { + if ($configuration->hasCliArguments()) { + $arguments = []; + + foreach ($configuration->cliArguments() as $cliArgument) { + $argument = realpath($cliArgument); + + if (!$argument) { + throw new TestFileNotFoundException($cliArgument); + } + + $arguments[] = $argument; + } + + if (count($arguments) === 1) { + $testSuite = $this->testSuiteFromPath( + $arguments[0], + $configuration->testSuffixes(), + ); + } else { + $testSuite = $this->testSuiteFromPathList( + $arguments, + $configuration->testSuffixes(), + ); + } + } + + if (!isset($testSuite)) { + $xmlConfigurationFile = $configuration->hasConfigurationFile() ? $configuration->configurationFile() : 'Root Test Suite'; + + assert(!empty($xmlConfigurationFile)); + + $testSuite = (new TestSuiteMapper)->map( + $xmlConfigurationFile, + $configuration->testSuite(), + $configuration->includeTestSuite(), + $configuration->excludeTestSuite(), + ); + } + + EventFacade::emitter()->testSuiteLoaded(\PHPUnit\Event\TestSuite\TestSuiteBuilder::from($testSuite)); + + return $testSuite; + } + + /** + * @psalm-param non-empty-string $path + * @psalm-param list $suffixes + * @psalm-param ?TestSuite $suite + * + * @throws \PHPUnit\Framework\Exception + */ + private function testSuiteFromPath(string $path, array $suffixes, ?TestSuite $suite = null): TestSuite + { + if (is_dir($path)) { + $files = (new FileIteratorFacade)->getFilesAsArray($path, $suffixes); + + $suite = $suite ?: TestSuite::empty('CLI Arguments'); + $suite->addTestFiles($files); + + return $suite; + } + + if (is_file($path) && str_ends_with($path, '.phpt')) { + $suite = $suite ?: TestSuite::empty($path); + $suite->addTestFile($path); + + return $suite; + } + + try { + $testClass = (new TestSuiteLoader)->load($path); + } catch (Exception $e) { + print $e->getMessage() . PHP_EOL; + + exit(1); + } + + if (!$suite) { + return TestSuite::fromClassReflector($testClass); + } + + $suite->addTestSuite($testClass); + + return $suite; + } + + /** + * @psalm-param list $paths + * @psalm-param list $suffixes + * + * @throws \PHPUnit\Framework\Exception + */ + private function testSuiteFromPathList(array $paths, array $suffixes): TestSuite + { + $suite = TestSuite::empty('CLI Arguments'); + + foreach ($paths as $path) { + $this->testSuiteFromPath($path, $suffixes, $suite); + } + + return $suite; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Constant.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/Constant.php old mode 100755 new mode 100644 similarity index 60% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Constant.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/Constant.php index 6d4bc94c..44a4a83a --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Constant.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/Constant.php @@ -7,26 +7,19 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\TextUI\XmlConfiguration; +namespace PHPUnit\TextUI\Configuration; /** - * @internal This class is not covered by the backward compatibility promise for PHPUnit + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable */ final class Constant { - /** - * @var string - */ - private $name; + private readonly string $name; + private readonly bool|string $value; - /** - * @var mixed - */ - private $value; - - public function __construct(string $name, $value) + public function __construct(string $name, bool|string $value) { $this->name = $name; $this->value = $value; @@ -37,7 +30,7 @@ final class Constant return $this->name; } - public function value() + public function value(): bool|string { return $this->value; } diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollection.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/ConstantCollection.php old mode 100755 new mode 100644 similarity index 77% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollection.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/ConstantCollection.php index 440b0b0b..f93ab5f2 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollection.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/ConstantCollection.php @@ -7,14 +7,14 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\TextUI\XmlConfiguration; +namespace PHPUnit\TextUI\Configuration; use function count; use Countable; use IteratorAggregate; /** - * @internal This class is not covered by the backward compatibility promise for PHPUnit + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable * @@ -23,12 +23,12 @@ use IteratorAggregate; final class ConstantCollection implements Countable, IteratorAggregate { /** - * @var Constant[] + * @psalm-var list */ - private $constants; + private readonly array $constants; /** - * @param Constant[] $constants + * @psalm-param list $constants */ public static function fromArray(array $constants): self { @@ -41,7 +41,7 @@ final class ConstantCollection implements Countable, IteratorAggregate } /** - * @return Constant[] + * @psalm-return list */ public function asArray(): array { diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollectionIterator.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/ConstantCollectionIterator.php old mode 100755 new mode 100644 similarity index 81% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollectionIterator.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/ConstantCollectionIterator.php index 623de961..acb4c8b9 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/ConstantCollectionIterator.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/ConstantCollectionIterator.php @@ -7,7 +7,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\TextUI\XmlConfiguration; +namespace PHPUnit\TextUI\Configuration; use function count; use function iterator_count; @@ -15,21 +15,17 @@ use Countable; use Iterator; /** - * @internal This class is not covered by the backward compatibility promise for PHPUnit + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @template-implements Iterator */ final class ConstantCollectionIterator implements Countable, Iterator { /** - * @var Constant[] + * @psalm-var list */ - private $constants; - - /** - * @var int - */ - private $position; + private readonly array $constants; + private int $position = 0; public function __construct(ConstantCollection $constants) { diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/Directory.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/Directory.php old mode 100755 new mode 100644 similarity index 71% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/Directory.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/Directory.php index b0fdf64f..4158b656 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/Directory.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/Directory.php @@ -7,19 +7,16 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\TextUI\XmlConfiguration; +namespace PHPUnit\TextUI\Configuration; /** - * @internal This class is not covered by the backward compatibility promise for PHPUnit + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable */ final class Directory { - /** - * @var string - */ - private $path; + private readonly string $path; public function __construct(string $path) { diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollection.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/DirectoryCollection.php old mode 100755 new mode 100644 similarity index 79% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollection.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/DirectoryCollection.php index cb840892..618adcc1 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollection.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/DirectoryCollection.php @@ -7,14 +7,14 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\TextUI\XmlConfiguration; +namespace PHPUnit\TextUI\Configuration; use function count; use Countable; use IteratorAggregate; /** - * @internal This class is not covered by the backward compatibility promise for PHPUnit + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable * @@ -23,12 +23,12 @@ use IteratorAggregate; final class DirectoryCollection implements Countable, IteratorAggregate { /** - * @var Directory[] + * @psalm-var list */ - private $directories; + private readonly array $directories; /** - * @param Directory[] $directories + * @psalm-param list $directories */ public static function fromArray(array $directories): self { @@ -41,7 +41,7 @@ final class DirectoryCollection implements Countable, IteratorAggregate } /** - * @return Directory[] + * @psalm-return list */ public function asArray(): array { diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollectionIterator.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/DirectoryCollectionIterator.php old mode 100755 new mode 100644 similarity index 81% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollectionIterator.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/DirectoryCollectionIterator.php index 4b092744..4e5655ce --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/DirectoryCollectionIterator.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/DirectoryCollectionIterator.php @@ -7,7 +7,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\TextUI\XmlConfiguration; +namespace PHPUnit\TextUI\Configuration; use function count; use function iterator_count; @@ -15,21 +15,17 @@ use Countable; use Iterator; /** - * @internal This class is not covered by the backward compatibility promise for PHPUnit + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @template-implements Iterator */ final class DirectoryCollectionIterator implements Countable, Iterator { /** - * @var Directory[] + * @psalm-var list */ - private $directories; - - /** - * @var int - */ - private $position; + private readonly array $directories; + private int $position = 0; public function __construct(DirectoryCollection $directories) { diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/ExtensionBootstrap.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/ExtensionBootstrap.php new file mode 100644 index 00000000..c6893422 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/ExtensionBootstrap.php @@ -0,0 +1,54 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Configuration; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * + * @psalm-immutable + */ +final class ExtensionBootstrap +{ + /** + * @psalm-var class-string + */ + private readonly string $className; + + /** + * @psalm-var array + */ + private readonly array $parameters; + + /** + * @psalm-param class-string $className + * @psalm-param array $parameters + */ + public function __construct(string $className, array $parameters) + { + $this->className = $className; + $this->parameters = $parameters; + } + + /** + * @psalm-return class-string + */ + public function className(): string + { + return $this->className; + } + + /** + * @psalm-return array + */ + public function parameters(): array + { + return $this->parameters; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/ExtensionBootstrapCollection.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/ExtensionBootstrapCollection.php new file mode 100644 index 00000000..2a144378 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/ExtensionBootstrapCollection.php @@ -0,0 +1,53 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Configuration; + +use IteratorAggregate; + +/** + * @template-implements IteratorAggregate + * + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * + * @psalm-immutable + */ +final class ExtensionBootstrapCollection implements IteratorAggregate +{ + /** + * @psalm-var list + */ + private readonly array $extensionBootstraps; + + /** + * @psalm-param list $extensionBootstraps + */ + public static function fromArray(array $extensionBootstraps): self + { + return new self(...$extensionBootstraps); + } + + private function __construct(ExtensionBootstrap ...$extensionBootstraps) + { + $this->extensionBootstraps = $extensionBootstraps; + } + + /** + * @psalm-return list + */ + public function asArray(): array + { + return $this->extensionBootstraps; + } + + public function getIterator(): ExtensionBootstrapCollectionIterator + { + return new ExtensionBootstrapCollectionIterator($this); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/ExtensionBootstrapCollectionIterator.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/ExtensionBootstrapCollectionIterator.php new file mode 100644 index 00000000..0de1711f --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/ExtensionBootstrapCollectionIterator.php @@ -0,0 +1,64 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Configuration; + +use function count; +use function iterator_count; +use Countable; +use Iterator; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * + * @template-implements Iterator + */ +final class ExtensionBootstrapCollectionIterator implements Countable, Iterator +{ + /** + * @psalm-var list + */ + private readonly array $extensionBootstraps; + private int $position = 0; + + public function __construct(ExtensionBootstrapCollection $extensionBootstraps) + { + $this->extensionBootstraps = $extensionBootstraps->asArray(); + } + + public function count(): int + { + return iterator_count($this); + } + + public function rewind(): void + { + $this->position = 0; + } + + public function valid(): bool + { + return $this->position < count($this->extensionBootstraps); + } + + public function key(): int + { + return $this->position; + } + + public function current(): ExtensionBootstrap + { + return $this->extensionBootstraps[$this->position]; + } + + public function next(): void + { + $this->position++; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/File.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/File.php new file mode 100644 index 00000000..035b9a35 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/File.php @@ -0,0 +1,39 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Configuration; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * + * @psalm-immutable + */ +final class File +{ + /** + * @psalm-var non-empty-string + */ + private readonly string $path; + + /** + * @psalm-param non-empty-string $path + */ + public function __construct(string $path) + { + $this->path = $path; + } + + /** + * @psalm-return non-empty-string + */ + public function path(): string + { + return $this->path; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollection.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/FileCollection.php old mode 100755 new mode 100644 similarity index 74% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollection.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/FileCollection.php index 60e7e401..ee730aaa --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollection.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/FileCollection.php @@ -7,14 +7,14 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\TextUI\XmlConfiguration; +namespace PHPUnit\TextUI\Configuration; use function count; use Countable; use IteratorAggregate; /** - * @internal This class is not covered by the backward compatibility promise for PHPUnit + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable * @@ -23,12 +23,12 @@ use IteratorAggregate; final class FileCollection implements Countable, IteratorAggregate { /** - * @var File[] + * @psalm-var list */ - private $files; + private readonly array $files; /** - * @param File[] $files + * @psalm-param list $files */ public static function fromArray(array $files): self { @@ -41,7 +41,7 @@ final class FileCollection implements Countable, IteratorAggregate } /** - * @return File[] + * @psalm-return list */ public function asArray(): array { @@ -53,13 +53,13 @@ final class FileCollection implements Countable, IteratorAggregate return count($this->files); } - public function getIterator(): FileCollectionIterator + public function notEmpty(): bool { - return new FileCollectionIterator($this); + return !empty($this->files); } - public function isEmpty(): bool + public function getIterator(): FileCollectionIterator { - return $this->count() === 0; + return new FileCollectionIterator($this); } } diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollectionIterator.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/FileCollectionIterator.php old mode 100755 new mode 100644 similarity index 81% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollectionIterator.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/FileCollectionIterator.php index 0ce4273d..9627fca6 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Filesystem/FileCollectionIterator.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/FileCollectionIterator.php @@ -7,7 +7,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\TextUI\XmlConfiguration; +namespace PHPUnit\TextUI\Configuration; use function count; use function iterator_count; @@ -15,21 +15,17 @@ use Countable; use Iterator; /** - * @internal This class is not covered by the backward compatibility promise for PHPUnit + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @template-implements Iterator */ final class FileCollectionIterator implements Countable, Iterator { /** - * @var File[] + * @psalm-var list */ - private $files; - - /** - * @var int - */ - private $position; + private readonly array $files; + private int $position = 0; public function __construct(FileCollection $files) { diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/Directory.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/FilterDirectory.php old mode 100755 new mode 100644 similarity index 60% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/Directory.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/FilterDirectory.php index 91659f4d..d66f9511 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/Directory.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/FilterDirectory.php @@ -7,43 +7,35 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Filter; +namespace PHPUnit\TextUI\Configuration; /** - * @internal This class is not covered by the backward compatibility promise for PHPUnit + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable */ -final class Directory +final class FilterDirectory { /** - * @var string + * @psalm-var non-empty-string */ - private $path; + private readonly string $path; + private readonly string $prefix; + private readonly string $suffix; /** - * @var string + * @psalm-param non-empty-string $path */ - private $prefix; - - /** - * @var string - */ - private $suffix; - - /** - * @var string - */ - private $group; - - public function __construct(string $path, string $prefix, string $suffix, string $group) + public function __construct(string $path, string $prefix, string $suffix) { $this->path = $path; $this->prefix = $prefix; $this->suffix = $suffix; - $this->group = $group; } + /** + * @psalm-return non-empty-string + */ public function path(): string { return $this->path; @@ -58,9 +50,4 @@ final class Directory { return $this->suffix; } - - public function group(): string - { - return $this->group; - } } diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollection.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/FilterDirectoryCollection.php old mode 100755 new mode 100644 similarity index 50% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollection.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/FilterDirectoryCollection.php index 88ec1e38..53b474d8 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollection.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/FilterDirectoryCollection.php @@ -7,41 +7,41 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Filter; +namespace PHPUnit\TextUI\Configuration; use function count; use Countable; use IteratorAggregate; /** - * @internal This class is not covered by the backward compatibility promise for PHPUnit + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable * - * @template-implements IteratorAggregate + * @template-implements IteratorAggregate */ -final class DirectoryCollection implements Countable, IteratorAggregate +final class FilterDirectoryCollection implements Countable, IteratorAggregate { /** - * @var Directory[] + * @psalm-var list */ - private $directories; + private readonly array $directories; /** - * @param Directory[] $directories + * @psalm-param list $directories */ public static function fromArray(array $directories): self { return new self(...$directories); } - private function __construct(Directory ...$directories) + private function __construct(FilterDirectory ...$directories) { $this->directories = $directories; } /** - * @return Directory[] + * @psalm-return list */ public function asArray(): array { @@ -53,8 +53,13 @@ final class DirectoryCollection implements Countable, IteratorAggregate return count($this->directories); } - public function getIterator(): DirectoryCollectionIterator + public function notEmpty(): bool { - return new DirectoryCollectionIterator($this); + return !empty($this->directories); + } + + public function getIterator(): FilterDirectoryCollectionIterator + { + return new FilterDirectoryCollectionIterator($this); } } diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollectionIterator.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/FilterDirectoryCollectionIterator.php old mode 100755 new mode 100644 similarity index 64% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollectionIterator.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/FilterDirectoryCollectionIterator.php index f2fee25d..3d145981 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Filter/DirectoryCollectionIterator.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/FilterDirectoryCollectionIterator.php @@ -7,7 +7,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Filter; +namespace PHPUnit\TextUI\Configuration; use function count; use function iterator_count; @@ -15,23 +15,19 @@ use Countable; use Iterator; /** - * @internal This class is not covered by the backward compatibility promise for PHPUnit + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * - * @template-implements Iterator + * @template-implements Iterator */ -final class DirectoryCollectionIterator implements Countable, Iterator +final class FilterDirectoryCollectionIterator implements Countable, Iterator { /** - * @var Directory[] + * @psalm-var list */ - private $directories; + private readonly array $directories; + private int $position = 0; - /** - * @var int - */ - private $position; - - public function __construct(DirectoryCollection $directories) + public function __construct(FilterDirectoryCollection $directories) { $this->directories = $directories->asArray(); } @@ -56,7 +52,7 @@ final class DirectoryCollectionIterator implements Countable, Iterator return $this->position; } - public function current(): Directory + public function current(): FilterDirectory { return $this->directories[$this->position]; } diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Group.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/Group.php old mode 100755 new mode 100644 similarity index 71% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Group.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/Group.php index bb0d9252..1ee1baac --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Group.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/Group.php @@ -7,19 +7,16 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\TextUI\XmlConfiguration; +namespace PHPUnit\TextUI\Configuration; /** - * @internal This class is not covered by the backward compatibility promise for PHPUnit + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable */ final class Group { - /** - * @var string - */ - private $name; + private readonly string $name; public function __construct(string $name) { diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollection.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/GroupCollection.php old mode 100755 new mode 100644 similarity index 78% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollection.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/GroupCollection.php index 735d8af1..eb581de5 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollection.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/GroupCollection.php @@ -7,12 +7,12 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\TextUI\XmlConfiguration; +namespace PHPUnit\TextUI\Configuration; use IteratorAggregate; /** - * @internal This class is not covered by the backward compatibility promise for PHPUnit + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable * @@ -21,12 +21,12 @@ use IteratorAggregate; final class GroupCollection implements IteratorAggregate { /** - * @var Group[] + * @psalm-var list */ - private $groups; + private readonly array $groups; /** - * @param Group[] $groups + * @psalm-param list $groups */ public static function fromArray(array $groups): self { @@ -39,7 +39,7 @@ final class GroupCollection implements IteratorAggregate } /** - * @return Group[] + * @psalm-return list */ public function asArray(): array { @@ -47,7 +47,7 @@ final class GroupCollection implements IteratorAggregate } /** - * @return string[] + * @psalm-return list */ public function asArrayOfStrings(): array { diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollectionIterator.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/GroupCollectionIterator.php old mode 100755 new mode 100644 similarity index 81% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollectionIterator.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/GroupCollectionIterator.php index 843a708e..9b4795ac --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/GroupCollectionIterator.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/GroupCollectionIterator.php @@ -7,7 +7,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\TextUI\XmlConfiguration; +namespace PHPUnit\TextUI\Configuration; use function count; use function iterator_count; @@ -15,21 +15,17 @@ use Countable; use Iterator; /** - * @internal This class is not covered by the backward compatibility promise for PHPUnit + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @template-implements Iterator */ final class GroupCollectionIterator implements Countable, Iterator { /** - * @var Group[] + * @psalm-var list */ - private $groups; - - /** - * @var int - */ - private $position; + private readonly array $groups; + private int $position = 0; public function __construct(GroupCollection $groups) { diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSetting.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/IniSetting.php old mode 100755 new mode 100644 similarity index 71% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSetting.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/IniSetting.php index 4786618d..aa88d731 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSetting.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/IniSetting.php @@ -7,24 +7,17 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\TextUI\XmlConfiguration; +namespace PHPUnit\TextUI\Configuration; /** - * @internal This class is not covered by the backward compatibility promise for PHPUnit + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable */ final class IniSetting { - /** - * @var string - */ - private $name; - - /** - * @var string - */ - private $value; + private readonly string $name; + private readonly string $value; public function __construct(string $name, string $value) { diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollection.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/IniSettingCollection.php old mode 100755 new mode 100644 similarity index 77% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollection.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/IniSettingCollection.php index 28e40d93..2d405b4a --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollection.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/IniSettingCollection.php @@ -7,14 +7,14 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\TextUI\XmlConfiguration; +namespace PHPUnit\TextUI\Configuration; use function count; use Countable; use IteratorAggregate; /** - * @internal This class is not covered by the backward compatibility promise for PHPUnit + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable * @@ -23,12 +23,12 @@ use IteratorAggregate; final class IniSettingCollection implements Countable, IteratorAggregate { /** - * @var IniSetting[] + * @psalm-var list */ - private $iniSettings; + private readonly array $iniSettings; /** - * @param IniSetting[] $iniSettings + * @psalm-param list $iniSettings */ public static function fromArray(array $iniSettings): self { @@ -41,7 +41,7 @@ final class IniSettingCollection implements Countable, IteratorAggregate } /** - * @return IniSetting[] + * @psalm-return list */ public function asArray(): array { diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollectionIterator.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/IniSettingCollectionIterator.php old mode 100755 new mode 100644 similarity index 81% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollectionIterator.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/IniSettingCollectionIterator.php index 6c348b48..196358c0 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/IniSettingCollectionIterator.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/IniSettingCollectionIterator.php @@ -7,7 +7,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\TextUI\XmlConfiguration; +namespace PHPUnit\TextUI\Configuration; use function count; use function iterator_count; @@ -15,21 +15,17 @@ use Countable; use Iterator; /** - * @internal This class is not covered by the backward compatibility promise for PHPUnit + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @template-implements Iterator */ final class IniSettingCollectionIterator implements Countable, Iterator { /** - * @var IniSetting[] + * @psalm-var list */ - private $iniSettings; - - /** - * @var int - */ - private $position; + private readonly array $iniSettings; + private int $position = 0; public function __construct(IniSettingCollection $iniSettings) { diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Php.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/Php.php old mode 100755 new mode 100644 similarity index 71% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Php.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/Php.php index c1e9c6fd..17d08484 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Php.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/Php.php @@ -7,69 +7,26 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\TextUI\XmlConfiguration; +namespace PHPUnit\TextUI\Configuration; /** - * @internal This class is not covered by the backward compatibility promise for PHPUnit + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable */ final class Php { - /** - * @var DirectoryCollection - */ - private $includePaths; - - /** - * @var IniSettingCollection - */ - private $iniSettings; - - /** - * @var ConstantCollection - */ - private $constants; - - /** - * @var VariableCollection - */ - private $globalVariables; - - /** - * @var VariableCollection - */ - private $envVariables; - - /** - * @var VariableCollection - */ - private $postVariables; - - /** - * @var VariableCollection - */ - private $getVariables; - - /** - * @var VariableCollection - */ - private $cookieVariables; - - /** - * @var VariableCollection - */ - private $serverVariables; - - /** - * @var VariableCollection - */ - private $filesVariables; - - /** - * @var VariableCollection - */ - private $requestVariables; + private readonly DirectoryCollection $includePaths; + private readonly IniSettingCollection $iniSettings; + private readonly ConstantCollection $constants; + private readonly VariableCollection $globalVariables; + private readonly VariableCollection $envVariables; + private readonly VariableCollection $postVariables; + private readonly VariableCollection $getVariables; + private readonly VariableCollection $cookieVariables; + private readonly VariableCollection $serverVariables; + private readonly VariableCollection $filesVariables; + private readonly VariableCollection $requestVariables; public function __construct(DirectoryCollection $includePaths, IniSettingCollection $iniSettings, ConstantCollection $constants, VariableCollection $globalVariables, VariableCollection $envVariables, VariableCollection $postVariables, VariableCollection $getVariables, VariableCollection $cookieVariables, VariableCollection $serverVariables, VariableCollection $filesVariables, VariableCollection $requestVariables) { diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/Source.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/Source.php new file mode 100644 index 00000000..b22edba8 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/Source.php @@ -0,0 +1,166 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Configuration; + +/** + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit + * + * @psalm-immutable + */ +final class Source +{ + /** + * @psalm-var non-empty-string + */ + private readonly ?string $baseline; + private readonly bool $ignoreBaseline; + private readonly FilterDirectoryCollection $includeDirectories; + private readonly FileCollection $includeFiles; + private readonly FilterDirectoryCollection $excludeDirectories; + private readonly FileCollection $excludeFiles; + private readonly bool $restrictDeprecations; + private readonly bool $restrictNotices; + private readonly bool $restrictWarnings; + private readonly bool $ignoreSuppressionOfDeprecations; + private readonly bool $ignoreSuppressionOfPhpDeprecations; + private readonly bool $ignoreSuppressionOfErrors; + private readonly bool $ignoreSuppressionOfNotices; + private readonly bool $ignoreSuppressionOfPhpNotices; + private readonly bool $ignoreSuppressionOfWarnings; + private readonly bool $ignoreSuppressionOfPhpWarnings; + + /** + * @psalm-param non-empty-string $baseline + */ + public function __construct(?string $baseline, bool $ignoreBaseline, FilterDirectoryCollection $includeDirectories, FileCollection $includeFiles, FilterDirectoryCollection $excludeDirectories, FileCollection $excludeFiles, bool $restrictDeprecations, bool $restrictNotices, bool $restrictWarnings, bool $ignoreSuppressionOfDeprecations, bool $ignoreSuppressionOfPhpDeprecations, bool $ignoreSuppressionOfErrors, bool $ignoreSuppressionOfNotices, bool $ignoreSuppressionOfPhpNotices, bool $ignoreSuppressionOfWarnings, bool $ignoreSuppressionOfPhpWarnings) + { + $this->baseline = $baseline; + $this->ignoreBaseline = $ignoreBaseline; + $this->includeDirectories = $includeDirectories; + $this->includeFiles = $includeFiles; + $this->excludeDirectories = $excludeDirectories; + $this->excludeFiles = $excludeFiles; + $this->restrictDeprecations = $restrictDeprecations; + $this->restrictNotices = $restrictNotices; + $this->restrictWarnings = $restrictWarnings; + $this->ignoreSuppressionOfDeprecations = $ignoreSuppressionOfDeprecations; + $this->ignoreSuppressionOfPhpDeprecations = $ignoreSuppressionOfPhpDeprecations; + $this->ignoreSuppressionOfErrors = $ignoreSuppressionOfErrors; + $this->ignoreSuppressionOfNotices = $ignoreSuppressionOfNotices; + $this->ignoreSuppressionOfPhpNotices = $ignoreSuppressionOfPhpNotices; + $this->ignoreSuppressionOfWarnings = $ignoreSuppressionOfWarnings; + $this->ignoreSuppressionOfPhpWarnings = $ignoreSuppressionOfPhpWarnings; + } + + /** + * @psalm-assert-if-true !null $this->baseline + */ + public function useBaseline(): bool + { + return $this->hasBaseline() && !$this->ignoreBaseline; + } + + /** + * @psalm-assert-if-true !null $this->baseline + */ + public function hasBaseline(): bool + { + return $this->baseline !== null; + } + + /** + * @psalm-return non-empty-string + * + * @throws NoBaselineException + */ + public function baseline(): string + { + if (!$this->hasBaseline()) { + throw new NoBaselineException; + } + + return $this->baseline; + } + + public function includeDirectories(): FilterDirectoryCollection + { + return $this->includeDirectories; + } + + public function includeFiles(): FileCollection + { + return $this->includeFiles; + } + + public function excludeDirectories(): FilterDirectoryCollection + { + return $this->excludeDirectories; + } + + public function excludeFiles(): FileCollection + { + return $this->excludeFiles; + } + + public function notEmpty(): bool + { + return $this->includeDirectories->notEmpty() || $this->includeFiles->notEmpty(); + } + + public function restrictDeprecations(): bool + { + return $this->restrictDeprecations; + } + + public function restrictNotices(): bool + { + return $this->restrictNotices; + } + + public function restrictWarnings(): bool + { + return $this->restrictWarnings; + } + + public function ignoreSuppressionOfDeprecations(): bool + { + return $this->ignoreSuppressionOfDeprecations; + } + + public function ignoreSuppressionOfPhpDeprecations(): bool + { + return $this->ignoreSuppressionOfPhpDeprecations; + } + + public function ignoreSuppressionOfErrors(): bool + { + return $this->ignoreSuppressionOfErrors; + } + + public function ignoreSuppressionOfNotices(): bool + { + return $this->ignoreSuppressionOfNotices; + } + + public function ignoreSuppressionOfPhpNotices(): bool + { + return $this->ignoreSuppressionOfPhpNotices; + } + + public function ignoreSuppressionOfWarnings(): bool + { + return $this->ignoreSuppressionOfWarnings; + } + + public function ignoreSuppressionOfPhpWarnings(): bool + { + return $this->ignoreSuppressionOfPhpWarnings; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectory.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestDirectory.php old mode 100755 new mode 100644 similarity index 72% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectory.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestDirectory.php index ecefbb7c..d19e8859 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectory.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestDirectory.php @@ -7,42 +7,29 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\TextUI\XmlConfiguration; +namespace PHPUnit\TextUI\Configuration; use PHPUnit\Util\VersionComparisonOperator; /** - * @internal This class is not covered by the backward compatibility promise for PHPUnit + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable */ final class TestDirectory { /** - * @var string + * @psalm-var non-empty-string */ - private $path; + private readonly string $path; + private readonly string $prefix; + private readonly string $suffix; + private readonly string $phpVersion; + private readonly VersionComparisonOperator $phpVersionOperator; /** - * @var string + * @psalm-param non-empty-string $path */ - private $prefix; - - /** - * @var string - */ - private $suffix; - - /** - * @var string - */ - private $phpVersion; - - /** - * @var VersionComparisonOperator - */ - private $phpVersionOperator; - public function __construct(string $path, string $prefix, string $suffix, string $phpVersion, VersionComparisonOperator $phpVersionOperator) { $this->path = $path; @@ -52,6 +39,9 @@ final class TestDirectory $this->phpVersionOperator = $phpVersionOperator; } + /** + * @psalm-return non-empty-string + */ public function path(): string { return $this->path; diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollection.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestDirectoryCollection.php old mode 100755 new mode 100644 similarity index 78% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollection.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestDirectoryCollection.php index 5f581c21..a3667a8e --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollection.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestDirectoryCollection.php @@ -7,14 +7,14 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\TextUI\XmlConfiguration; +namespace PHPUnit\TextUI\Configuration; use function count; use Countable; use IteratorAggregate; /** - * @internal This class is not covered by the backward compatibility promise for PHPUnit + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable * @@ -23,12 +23,12 @@ use IteratorAggregate; final class TestDirectoryCollection implements Countable, IteratorAggregate { /** - * @var TestDirectory[] + * @psalm-var list */ - private $directories; + private readonly array $directories; /** - * @param TestDirectory[] $directories + * @psalm-param list $directories */ public static function fromArray(array $directories): self { @@ -41,7 +41,7 @@ final class TestDirectoryCollection implements Countable, IteratorAggregate } /** - * @return TestDirectory[] + * @psalm-return list */ public function asArray(): array { diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollectionIterator.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestDirectoryCollectionIterator.php old mode 100755 new mode 100644 similarity index 81% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollectionIterator.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestDirectoryCollectionIterator.php index b2312a38..157c4983 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestDirectoryCollectionIterator.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestDirectoryCollectionIterator.php @@ -7,7 +7,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\TextUI\XmlConfiguration; +namespace PHPUnit\TextUI\Configuration; use function count; use function iterator_count; @@ -15,21 +15,17 @@ use Countable; use Iterator; /** - * @internal This class is not covered by the backward compatibility promise for PHPUnit + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @template-implements Iterator */ final class TestDirectoryCollectionIterator implements Countable, Iterator { /** - * @var TestDirectory[] + * @psalm-var list */ - private $directories; - - /** - * @var int - */ - private $position; + private readonly array $directories; + private int $position = 0; public function __construct(TestDirectoryCollection $directories) { diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFile.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestFile.php old mode 100755 new mode 100644 similarity index 73% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFile.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestFile.php index 21d1cf7b..f0a81010 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFile.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestFile.php @@ -7,31 +7,20 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\TextUI\XmlConfiguration; +namespace PHPUnit\TextUI\Configuration; use PHPUnit\Util\VersionComparisonOperator; /** - * @internal This class is not covered by the backward compatibility promise for PHPUnit + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable */ final class TestFile { - /** - * @var string - */ - private $path; - - /** - * @var string - */ - private $phpVersion; - - /** - * @var VersionComparisonOperator - */ - private $phpVersionOperator; + private readonly string $path; + private readonly string $phpVersion; + private readonly VersionComparisonOperator $phpVersionOperator; public function __construct(string $path, string $phpVersion, VersionComparisonOperator $phpVersionOperator) { diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollection.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestFileCollection.php old mode 100755 new mode 100644 similarity index 79% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollection.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestFileCollection.php index 27ba9bd2..4582664b --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollection.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestFileCollection.php @@ -7,14 +7,14 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\TextUI\XmlConfiguration; +namespace PHPUnit\TextUI\Configuration; use function count; use Countable; use IteratorAggregate; /** - * @internal This class is not covered by the backward compatibility promise for PHPUnit + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable * @@ -23,12 +23,12 @@ use IteratorAggregate; final class TestFileCollection implements Countable, IteratorAggregate { /** - * @var TestFile[] + * @psalm-var list */ - private $files; + private readonly array $files; /** - * @param TestFile[] $files + * @psalm-param list $files */ public static function fromArray(array $files): self { @@ -41,7 +41,7 @@ final class TestFileCollection implements Countable, IteratorAggregate } /** - * @return TestFile[] + * @psalm-return list */ public function asArray(): array { diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollectionIterator.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestFileCollectionIterator.php old mode 100755 new mode 100644 similarity index 81% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollectionIterator.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestFileCollectionIterator.php index 45a5f160..4efdfdd3 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestFileCollectionIterator.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestFileCollectionIterator.php @@ -7,7 +7,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\TextUI\XmlConfiguration; +namespace PHPUnit\TextUI\Configuration; use function count; use function iterator_count; @@ -15,21 +15,17 @@ use Countable; use Iterator; /** - * @internal This class is not covered by the backward compatibility promise for PHPUnit + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @template-implements Iterator */ final class TestFileCollectionIterator implements Countable, Iterator { /** - * @var TestFile[] + * @psalm-var list */ - private $files; - - /** - * @var int - */ - private $position; + private readonly array $files; + private int $position = 0; public function __construct(TestFileCollection $files) { diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuite.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestSuite.php old mode 100755 new mode 100644 similarity index 69% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuite.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestSuite.php index 035376cb..7105242b --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuite.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestSuite.php @@ -7,35 +7,26 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\TextUI\XmlConfiguration; +namespace PHPUnit\TextUI\Configuration; /** - * @internal This class is not covered by the backward compatibility promise for PHPUnit + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable */ final class TestSuite { /** - * @var string + * @psalm-var non-empty-string */ - private $name; + private readonly string $name; + private readonly TestDirectoryCollection $directories; + private readonly TestFileCollection $files; + private readonly FileCollection $exclude; /** - * @var TestDirectoryCollection + * @psalm-param non-empty-string $name */ - private $directories; - - /** - * @var TestFileCollection - */ - private $files; - - /** - * @var FileCollection - */ - private $exclude; - public function __construct(string $name, TestDirectoryCollection $directories, TestFileCollection $files, FileCollection $exclude) { $this->name = $name; @@ -44,6 +35,9 @@ final class TestSuite $this->exclude = $exclude; } + /** + * @psalm-return non-empty-string + */ public function name(): string { return $this->name; diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollection.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestSuiteCollection.php old mode 100755 new mode 100644 similarity index 79% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollection.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestSuiteCollection.php index f632e519..493ef0aa --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollection.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestSuiteCollection.php @@ -7,14 +7,14 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\TextUI\XmlConfiguration; +namespace PHPUnit\TextUI\Configuration; use function count; use Countable; use IteratorAggregate; /** - * @internal This class is not covered by the backward compatibility promise for PHPUnit + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable * @@ -23,12 +23,12 @@ use IteratorAggregate; final class TestSuiteCollection implements Countable, IteratorAggregate { /** - * @var TestSuite[] + * @psalm-var list */ - private $testSuites; + private readonly array $testSuites; /** - * @param TestSuite[] $testSuites + * @psalm-param list $testSuites */ public static function fromArray(array $testSuites): self { @@ -41,7 +41,7 @@ final class TestSuiteCollection implements Countable, IteratorAggregate } /** - * @return TestSuite[] + * @psalm-return list */ public function asArray(): array { diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollectionIterator.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestSuiteCollectionIterator.php old mode 100755 new mode 100644 similarity index 81% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollectionIterator.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestSuiteCollectionIterator.php index 42d03db0..89d35d9b --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/TestSuite/TestSuiteCollectionIterator.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/TestSuiteCollectionIterator.php @@ -7,7 +7,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\TextUI\XmlConfiguration; +namespace PHPUnit\TextUI\Configuration; use function count; use function iterator_count; @@ -15,21 +15,17 @@ use Countable; use Iterator; /** - * @internal This class is not covered by the backward compatibility promise for PHPUnit + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @template-implements Iterator */ final class TestSuiteCollectionIterator implements Countable, Iterator { /** - * @var TestSuite[] + * @psalm-var list */ - private $testSuites; - - /** - * @var int - */ - private $position; + private readonly array $testSuites; + private int $position = 0; public function __construct(TestSuiteCollection $testSuites) { diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Variable.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/Variable.php old mode 100755 new mode 100644 similarity index 60% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Variable.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/Variable.php index 37c572ae..edf41d94 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/Variable.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/Variable.php @@ -7,31 +7,20 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\TextUI\XmlConfiguration; +namespace PHPUnit\TextUI\Configuration; /** - * @internal This class is not covered by the backward compatibility promise for PHPUnit + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable */ final class Variable { - /** - * @var string - */ - private $name; + private readonly string $name; + private readonly mixed $value; + private readonly bool $force; - /** - * @var mixed - */ - private $value; - - /** - * @var bool - */ - private $force; - - public function __construct(string $name, $value, bool $force) + public function __construct(string $name, mixed $value, bool $force) { $this->name = $name; $this->value = $value; @@ -43,7 +32,7 @@ final class Variable return $this->name; } - public function value() + public function value(): mixed { return $this->value; } diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollection.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/VariableCollection.php old mode 100755 new mode 100644 similarity index 77% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollection.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/VariableCollection.php index 6662db64..9c3dc459 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollection.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/VariableCollection.php @@ -7,14 +7,14 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\TextUI\XmlConfiguration; +namespace PHPUnit\TextUI\Configuration; use function count; use Countable; use IteratorAggregate; /** - * @internal This class is not covered by the backward compatibility promise for PHPUnit + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable * @@ -23,12 +23,12 @@ use IteratorAggregate; final class VariableCollection implements Countable, IteratorAggregate { /** - * @var Variable[] + * @psalm-var list */ - private $variables; + private readonly array $variables; /** - * @param Variable[] $variables + * @psalm-param list $variables */ public static function fromArray(array $variables): self { @@ -41,7 +41,7 @@ final class VariableCollection implements Countable, IteratorAggregate } /** - * @return Variable[] + * @psalm-return list */ public function asArray(): array { diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollectionIterator.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/VariableCollectionIterator.php old mode 100755 new mode 100644 similarity index 81% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollectionIterator.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/VariableCollectionIterator.php index 032d0be1..e9d6a355 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHP/VariableCollectionIterator.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Value/VariableCollectionIterator.php @@ -7,7 +7,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\TextUI\XmlConfiguration; +namespace PHPUnit\TextUI\Configuration; use function count; use function iterator_count; @@ -15,21 +15,17 @@ use Countable; use Iterator; /** - * @internal This class is not covered by the backward compatibility promise for PHPUnit + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @template-implements Iterator */ final class VariableCollectionIterator implements Countable, Iterator { /** - * @var Variable[] + * @psalm-var list */ - private $variables; - - /** - * @var int - */ - private $position; + private readonly array $variables; + private int $position = 0; public function __construct(VariableCollection $variables) { diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/CodeCoverage.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/CodeCoverage.php old mode 100755 new mode 100644 similarity index 75% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/CodeCoverage.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/CodeCoverage.php index 191113c6..b38feefc --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/CodeCoverage.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/CodeCoverage.php @@ -10,7 +10,9 @@ namespace PHPUnit\TextUI\XmlConfiguration\CodeCoverage; use function count; -use PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Filter\DirectoryCollection; +use PHPUnit\TextUI\Configuration\Directory; +use PHPUnit\TextUI\Configuration\FileCollection; +use PHPUnit\TextUI\Configuration\FilterDirectoryCollection; use PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Clover; use PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Cobertura; use PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Crap4j; @@ -18,9 +20,7 @@ use PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Html; use PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Php; use PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Text; use PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Xml; -use PHPUnit\TextUI\XmlConfiguration\Directory; use PHPUnit\TextUI\XmlConfiguration\Exception; -use PHPUnit\TextUI\XmlConfiguration\FileCollection; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit @@ -29,92 +29,24 @@ use PHPUnit\TextUI\XmlConfiguration\FileCollection; */ final class CodeCoverage { - /** - * @var ?Directory - */ - private $cacheDirectory; - - /** - * @var DirectoryCollection - */ - private $directories; - - /** - * @var FileCollection - */ - private $files; - - /** - * @var DirectoryCollection - */ - private $excludeDirectories; - - /** - * @var FileCollection - */ - private $excludeFiles; - - /** - * @var bool - */ - private $pathCoverage; - - /** - * @var bool - */ - private $includeUncoveredFiles; - - /** - * @var bool - */ - private $processUncoveredFiles; - - /** - * @var bool - */ - private $ignoreDeprecatedCodeUnits; - - /** - * @var bool - */ - private $disableCodeCoverageIgnore; - - /** - * @var ?Clover - */ - private $clover; - - /** - * @var ?Cobertura - */ - private $cobertura; - - /** - * @var ?Crap4j - */ - private $crap4j; - - /** - * @var ?Html - */ - private $html; - - /** - * @var ?Php - */ - private $php; - - /** - * @var ?Text - */ - private $text; - - /** - * @var ?Xml - */ - private $xml; - - public function __construct(?Directory $cacheDirectory, DirectoryCollection $directories, FileCollection $files, DirectoryCollection $excludeDirectories, FileCollection $excludeFiles, bool $pathCoverage, bool $includeUncoveredFiles, bool $processUncoveredFiles, bool $ignoreDeprecatedCodeUnits, bool $disableCodeCoverageIgnore, ?Clover $clover, ?Cobertura $cobertura, ?Crap4j $crap4j, ?Html $html, ?Php $php, ?Text $text, ?Xml $xml) + private readonly ?Directory $cacheDirectory; + private readonly FilterDirectoryCollection $directories; + private readonly FileCollection $files; + private readonly FilterDirectoryCollection $excludeDirectories; + private readonly FileCollection $excludeFiles; + private readonly bool $pathCoverage; + private readonly bool $includeUncoveredFiles; + private readonly bool $ignoreDeprecatedCodeUnits; + private readonly bool $disableCodeCoverageIgnore; + private readonly ?Clover $clover; + private readonly ?Cobertura $cobertura; + private readonly ?Crap4j $crap4j; + private readonly ?Html $html; + private readonly ?Php $php; + private readonly ?Text $text; + private readonly ?Xml $xml; + + public function __construct(?Directory $cacheDirectory, FilterDirectoryCollection $directories, FileCollection $files, FilterDirectoryCollection $excludeDirectories, FileCollection $excludeFiles, bool $pathCoverage, bool $includeUncoveredFiles, bool $ignoreDeprecatedCodeUnits, bool $disableCodeCoverageIgnore, ?Clover $clover, ?Cobertura $cobertura, ?Crap4j $crap4j, ?Html $html, ?Php $php, ?Text $text, ?Xml $xml) { $this->cacheDirectory = $cacheDirectory; $this->directories = $directories; @@ -123,7 +55,6 @@ final class CodeCoverage $this->excludeFiles = $excludeFiles; $this->pathCoverage = $pathCoverage; $this->includeUncoveredFiles = $includeUncoveredFiles; - $this->processUncoveredFiles = $processUncoveredFiles; $this->ignoreDeprecatedCodeUnits = $ignoreDeprecatedCodeUnits; $this->disableCodeCoverageIgnore = $disableCodeCoverageIgnore; $this->clover = $clover; @@ -137,6 +68,8 @@ final class CodeCoverage /** * @psalm-assert-if-true !null $this->cacheDirectory + * + * @deprecated */ public function hasCacheDirectory(): bool { @@ -145,6 +78,8 @@ final class CodeCoverage /** * @throws Exception + * + * @deprecated */ public function cacheDirectory(): Directory { @@ -162,7 +97,7 @@ final class CodeCoverage return count($this->directories) > 0 || count($this->files) > 0; } - public function directories(): DirectoryCollection + public function directories(): FilterDirectoryCollection { return $this->directories; } @@ -172,7 +107,7 @@ final class CodeCoverage return $this->files; } - public function excludeDirectories(): DirectoryCollection + public function excludeDirectories(): FilterDirectoryCollection { return $this->excludeDirectories; } @@ -202,11 +137,6 @@ final class CodeCoverage return $this->disableCodeCoverageIgnore; } - public function processUncoveredFiles(): bool - { - return $this->processUncoveredFiles; - } - /** * @psalm-assert-if-true !null $this->clover */ diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Clover.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Clover.php old mode 100755 new mode 100644 similarity index 86% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Clover.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Clover.php index b1094ec3..0d59cef5 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Clover.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Clover.php @@ -9,7 +9,7 @@ */ namespace PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report; -use PHPUnit\TextUI\XmlConfiguration\File; +use PHPUnit\TextUI\Configuration\File; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit @@ -18,10 +18,7 @@ use PHPUnit\TextUI\XmlConfiguration\File; */ final class Clover { - /** - * @var File - */ - private $target; + private readonly File $target; public function __construct(File $target) { diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Cobertura.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Cobertura.php old mode 100755 new mode 100644 similarity index 86% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Cobertura.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Cobertura.php index f831ac09..5c15cf27 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Cobertura.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Cobertura.php @@ -9,7 +9,7 @@ */ namespace PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report; -use PHPUnit\TextUI\XmlConfiguration\File; +use PHPUnit\TextUI\Configuration\File; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit @@ -18,10 +18,7 @@ use PHPUnit\TextUI\XmlConfiguration\File; */ final class Cobertura { - /** - * @var File - */ - private $target; + private readonly File $target; public function __construct(File $target) { diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Crap4j.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Crap4j.php old mode 100755 new mode 100644 similarity index 83% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Crap4j.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Crap4j.php index 4904775d..3e292df3 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Crap4j.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Crap4j.php @@ -9,7 +9,7 @@ */ namespace PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report; -use PHPUnit\TextUI\XmlConfiguration\File; +use PHPUnit\TextUI\Configuration\File; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit @@ -18,15 +18,8 @@ use PHPUnit\TextUI\XmlConfiguration\File; */ final class Crap4j { - /** - * @var File - */ - private $target; - - /** - * @var int - */ - private $threshold; + private readonly File $target; + private readonly int $threshold; public function __construct(File $target, int $threshold) { diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Html.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Html.php new file mode 100644 index 00000000..8a5841d2 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Html.php @@ -0,0 +1,104 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report; + +use PHPUnit\TextUI\Configuration\Directory; +use PHPUnit\TextUI\Configuration\NoCustomCssFileException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + * + * @psalm-immutable + */ +final class Html +{ + private readonly Directory $target; + private readonly int $lowUpperBound; + private readonly int $highLowerBound; + private readonly string $colorSuccessLow; + private readonly string $colorSuccessMedium; + private readonly string $colorSuccessHigh; + private readonly string $colorWarning; + private readonly string $colorDanger; + private readonly ?string $customCssFile; + + public function __construct(Directory $target, int $lowUpperBound, int $highLowerBound, string $colorSuccessLow, string $colorSuccessMedium, string $colorSuccessHigh, string $colorWarning, string $colorDanger, ?string $customCssFile) + { + $this->target = $target; + $this->lowUpperBound = $lowUpperBound; + $this->highLowerBound = $highLowerBound; + $this->colorSuccessLow = $colorSuccessLow; + $this->colorSuccessMedium = $colorSuccessMedium; + $this->colorSuccessHigh = $colorSuccessHigh; + $this->colorWarning = $colorWarning; + $this->colorDanger = $colorDanger; + $this->customCssFile = $customCssFile; + } + + public function target(): Directory + { + return $this->target; + } + + public function lowUpperBound(): int + { + return $this->lowUpperBound; + } + + public function highLowerBound(): int + { + return $this->highLowerBound; + } + + public function colorSuccessLow(): string + { + return $this->colorSuccessLow; + } + + public function colorSuccessMedium(): string + { + return $this->colorSuccessMedium; + } + + public function colorSuccessHigh(): string + { + return $this->colorSuccessHigh; + } + + public function colorWarning(): string + { + return $this->colorWarning; + } + + public function colorDanger(): string + { + return $this->colorDanger; + } + + /** + * @psalm-assert-if-true !null $this->customCssFile + */ + public function hasCustomCssFile(): bool + { + return $this->customCssFile !== null; + } + + /** + * @throws NoCustomCssFileException + */ + public function customCssFile(): string + { + if (!$this->hasCustomCssFile()) { + throw new NoCustomCssFileException; + } + + return $this->customCssFile; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Php.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Php.php old mode 100755 new mode 100644 similarity index 86% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Php.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Php.php index dc5d32ea..121287a1 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Php.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Php.php @@ -9,7 +9,7 @@ */ namespace PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report; -use PHPUnit\TextUI\XmlConfiguration\File; +use PHPUnit\TextUI\Configuration\File; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit @@ -18,10 +18,7 @@ use PHPUnit\TextUI\XmlConfiguration\File; */ final class Php { - /** - * @var File - */ - private $target; + private readonly File $target; public function __construct(File $target) { diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Text.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Text.php old mode 100755 new mode 100644 similarity index 81% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Text.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Text.php index cb7470d3..749c32cf --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Text.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Text.php @@ -9,7 +9,7 @@ */ namespace PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report; -use PHPUnit\TextUI\XmlConfiguration\File; +use PHPUnit\TextUI\Configuration\File; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit @@ -18,20 +18,9 @@ use PHPUnit\TextUI\XmlConfiguration\File; */ final class Text { - /** - * @var File - */ - private $target; - - /** - * @var bool - */ - private $showUncoveredFiles; - - /** - * @var bool - */ - private $showOnlySummary; + private readonly File $target; + private readonly bool $showUncoveredFiles; + private readonly bool $showOnlySummary; public function __construct(File $target, bool $showUncoveredFiles, bool $showOnlySummary) { diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Xml.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Xml.php old mode 100755 new mode 100644 similarity index 85% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Xml.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Xml.php index 34073bd5..2f891e97 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Xml.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/CodeCoverage/Report/Xml.php @@ -9,7 +9,7 @@ */ namespace PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report; -use PHPUnit\TextUI\XmlConfiguration\Directory; +use PHPUnit\TextUI\Configuration\Directory; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit @@ -18,10 +18,7 @@ use PHPUnit\TextUI\XmlConfiguration\Directory; */ final class Xml { - /** - * @var Directory - */ - private $target; + private readonly Directory $target; public function __construct(Directory $target) { diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Configuration.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Configuration.php new file mode 100644 index 00000000..c78d58f5 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Configuration.php @@ -0,0 +1,102 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\XmlConfiguration; + +use PHPUnit\TextUI\Configuration\ExtensionBootstrapCollection; +use PHPUnit\TextUI\Configuration\Php; +use PHPUnit\TextUI\Configuration\Source; +use PHPUnit\TextUI\Configuration\TestSuiteCollection; +use PHPUnit\TextUI\XmlConfiguration\CodeCoverage\CodeCoverage; +use PHPUnit\TextUI\XmlConfiguration\Logging\Logging; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + * + * @psalm-immutable + */ +abstract class Configuration +{ + private readonly ExtensionBootstrapCollection $extensions; + private readonly Source $source; + private readonly CodeCoverage $codeCoverage; + private readonly Groups $groups; + private readonly Logging $logging; + private readonly Php $php; + private readonly PHPUnit $phpunit; + private readonly TestSuiteCollection $testSuite; + + public function __construct(ExtensionBootstrapCollection $extensions, Source $source, CodeCoverage $codeCoverage, Groups $groups, Logging $logging, Php $php, PHPUnit $phpunit, TestSuiteCollection $testSuite) + { + $this->extensions = $extensions; + $this->source = $source; + $this->codeCoverage = $codeCoverage; + $this->groups = $groups; + $this->logging = $logging; + $this->php = $php; + $this->phpunit = $phpunit; + $this->testSuite = $testSuite; + } + + public function extensions(): ExtensionBootstrapCollection + { + return $this->extensions; + } + + public function source(): Source + { + return $this->source; + } + + public function codeCoverage(): CodeCoverage + { + return $this->codeCoverage; + } + + public function groups(): Groups + { + return $this->groups; + } + + public function logging(): Logging + { + return $this->logging; + } + + public function php(): Php + { + return $this->php; + } + + public function phpunit(): PHPUnit + { + return $this->phpunit; + } + + public function testSuite(): TestSuiteCollection + { + return $this->testSuite; + } + + /** + * @psalm-assert-if-true DefaultConfiguration $this + */ + public function isDefault(): bool + { + return false; + } + + /** + * @psalm-assert-if-true LoadedFromFileConfiguration $this + */ + public function wasLoadedFromFile(): bool + { + return false; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/DefaultConfiguration.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/DefaultConfiguration.php new file mode 100644 index 00000000..5c652e95 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/DefaultConfiguration.php @@ -0,0 +1,159 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\XmlConfiguration; + +use PHPUnit\Runner\TestSuiteSorter; +use PHPUnit\TextUI\Configuration\ConstantCollection; +use PHPUnit\TextUI\Configuration\DirectoryCollection; +use PHPUnit\TextUI\Configuration\ExtensionBootstrapCollection; +use PHPUnit\TextUI\Configuration\FileCollection; +use PHPUnit\TextUI\Configuration\FilterDirectoryCollection as CodeCoverageFilterDirectoryCollection; +use PHPUnit\TextUI\Configuration\GroupCollection; +use PHPUnit\TextUI\Configuration\IniSettingCollection; +use PHPUnit\TextUI\Configuration\Php; +use PHPUnit\TextUI\Configuration\Source; +use PHPUnit\TextUI\Configuration\TestSuiteCollection; +use PHPUnit\TextUI\Configuration\VariableCollection; +use PHPUnit\TextUI\XmlConfiguration\CodeCoverage\CodeCoverage; +use PHPUnit\TextUI\XmlConfiguration\Logging\Logging; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + * + * @psalm-immutable + */ +final class DefaultConfiguration extends Configuration +{ + public static function create(): self + { + return new self( + ExtensionBootstrapCollection::fromArray([]), + new Source( + null, + false, + CodeCoverageFilterDirectoryCollection::fromArray([]), + FileCollection::fromArray([]), + CodeCoverageFilterDirectoryCollection::fromArray([]), + FileCollection::fromArray([]), + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + ), + new CodeCoverage( + null, + CodeCoverageFilterDirectoryCollection::fromArray([]), + FileCollection::fromArray([]), + CodeCoverageFilterDirectoryCollection::fromArray([]), + FileCollection::fromArray([]), + false, + true, + false, + false, + null, + null, + null, + null, + null, + null, + null, + ), + new Groups( + GroupCollection::fromArray([]), + GroupCollection::fromArray([]), + ), + new Logging( + null, + null, + null, + null, + ), + new Php( + DirectoryCollection::fromArray([]), + IniSettingCollection::fromArray([]), + ConstantCollection::fromArray([]), + VariableCollection::fromArray([]), + VariableCollection::fromArray([]), + VariableCollection::fromArray([]), + VariableCollection::fromArray([]), + VariableCollection::fromArray([]), + VariableCollection::fromArray([]), + VariableCollection::fromArray([]), + VariableCollection::fromArray([]), + ), + new PHPUnit( + null, + true, + null, + 80, + \PHPUnit\TextUI\Configuration\Configuration::COLOR_DEFAULT, + false, + false, + false, + false, + false, + false, + false, + false, + false, + null, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + null, + false, + false, + true, + false, + false, + 1, + 1, + 10, + 60, + null, + TestSuiteSorter::ORDER_DEFAULT, + true, + false, + false, + false, + false, + false, + false, + 100, + ), + TestSuiteCollection::fromArray([]), + ); + } + + public function isDefault(): bool + { + return true; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Exception.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Exception.php old mode 100755 new mode 100644 similarity index 100% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Exception.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Exception.php diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Generator.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Generator.php old mode 100755 new mode 100644 similarity index 78% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Generator.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Generator.php index 9f6a812a..39e7095f --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Generator.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Generator.php @@ -24,28 +24,24 @@ final class Generator + failOnWarning="true"> {tests_directory} - + - {src_directory} + {src_directory} - + EOT; diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Groups.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Groups.php old mode 100755 new mode 100644 similarity index 87% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Groups.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Groups.php index 0604ce32..e8f61b5e --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Group/Groups.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Groups.php @@ -9,6 +9,8 @@ */ namespace PHPUnit\TextUI\XmlConfiguration; +use PHPUnit\TextUI\Configuration\GroupCollection; + /** * @internal This class is not covered by the backward compatibility promise for PHPUnit * @@ -16,15 +18,8 @@ namespace PHPUnit\TextUI\XmlConfiguration; */ final class Groups { - /** - * @var GroupCollection - */ - private $include; - - /** - * @var GroupCollection - */ - private $exclude; + private readonly GroupCollection $include; + private readonly GroupCollection $exclude; public function __construct(GroupCollection $include, GroupCollection $exclude) { diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/LoadedFromFileConfiguration.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/LoadedFromFileConfiguration.php new file mode 100644 index 00000000..cf7274d6 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/LoadedFromFileConfiguration.php @@ -0,0 +1,65 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\XmlConfiguration; + +use PHPUnit\TextUI\Configuration\ExtensionBootstrapCollection; +use PHPUnit\TextUI\Configuration\Php; +use PHPUnit\TextUI\Configuration\Source; +use PHPUnit\TextUI\Configuration\TestSuiteCollection; +use PHPUnit\TextUI\XmlConfiguration\CodeCoverage\CodeCoverage; +use PHPUnit\TextUI\XmlConfiguration\Logging\Logging; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + * + * @psalm-immutable + */ +final class LoadedFromFileConfiguration extends Configuration +{ + private readonly string $filename; + private readonly ValidationResult $validationResult; + + public function __construct(string $filename, ValidationResult $validationResult, ExtensionBootstrapCollection $extensions, Source $source, CodeCoverage $codeCoverage, Groups $groups, Logging $logging, Php $php, PHPUnit $phpunit, TestSuiteCollection $testSuite) + { + $this->filename = $filename; + $this->validationResult = $validationResult; + + parent::__construct( + $extensions, + $source, + $codeCoverage, + $groups, + $logging, + $php, + $phpunit, + $testSuite, + ); + } + + public function filename(): string + { + return $this->filename; + } + + public function hasValidationErrors(): bool + { + return $this->validationResult->hasValidationErrors(); + } + + public function validationErrors(): string + { + return $this->validationResult->asString(); + } + + public function wasLoadedFromFile(): bool + { + return true; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Loader.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Loader.php old mode 100755 new mode 100644 similarity index 60% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Loader.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Loader.php index adf7dce0..2c219292 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Loader.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Loader.php @@ -15,25 +15,45 @@ use function assert; use function defined; use function dirname; use function explode; -use function is_file; use function is_numeric; use function preg_match; -use function stream_resolve_include_path; +use function realpath; +use function str_contains; +use function str_starts_with; use function strlen; -use function strpos; use function strtolower; use function substr; use function trim; use DOMDocument; use DOMElement; -use DOMNodeList; use DOMXPath; use PHPUnit\Runner\TestSuiteSorter; use PHPUnit\Runner\Version; -use PHPUnit\TextUI\DefaultResultPrinter; +use PHPUnit\TextUI\Configuration\Constant; +use PHPUnit\TextUI\Configuration\ConstantCollection; +use PHPUnit\TextUI\Configuration\Directory; +use PHPUnit\TextUI\Configuration\DirectoryCollection; +use PHPUnit\TextUI\Configuration\ExtensionBootstrap; +use PHPUnit\TextUI\Configuration\ExtensionBootstrapCollection; +use PHPUnit\TextUI\Configuration\File; +use PHPUnit\TextUI\Configuration\FileCollection; +use PHPUnit\TextUI\Configuration\FilterDirectory; +use PHPUnit\TextUI\Configuration\FilterDirectoryCollection; +use PHPUnit\TextUI\Configuration\Group; +use PHPUnit\TextUI\Configuration\GroupCollection; +use PHPUnit\TextUI\Configuration\IniSetting; +use PHPUnit\TextUI\Configuration\IniSettingCollection; +use PHPUnit\TextUI\Configuration\Php; +use PHPUnit\TextUI\Configuration\Source; +use PHPUnit\TextUI\Configuration\TestDirectory; +use PHPUnit\TextUI\Configuration\TestDirectoryCollection; +use PHPUnit\TextUI\Configuration\TestFile; +use PHPUnit\TextUI\Configuration\TestFileCollection; +use PHPUnit\TextUI\Configuration\TestSuite as TestSuiteConfiguration; +use PHPUnit\TextUI\Configuration\TestSuiteCollection; +use PHPUnit\TextUI\Configuration\Variable; +use PHPUnit\TextUI\Configuration\VariableCollection; use PHPUnit\TextUI\XmlConfiguration\CodeCoverage\CodeCoverage; -use PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Filter\Directory as FilterDirectory; -use PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Filter\DirectoryCollection as FilterDirectoryCollection; use PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Clover; use PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Cobertura; use PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Crap4j; @@ -46,16 +66,11 @@ use PHPUnit\TextUI\XmlConfiguration\Logging\Logging; use PHPUnit\TextUI\XmlConfiguration\Logging\TeamCity; use PHPUnit\TextUI\XmlConfiguration\Logging\TestDox\Html as TestDoxHtml; use PHPUnit\TextUI\XmlConfiguration\Logging\TestDox\Text as TestDoxText; -use PHPUnit\TextUI\XmlConfiguration\Logging\TestDox\Xml as TestDoxXml; -use PHPUnit\TextUI\XmlConfiguration\Logging\Text; -use PHPUnit\TextUI\XmlConfiguration\TestSuite as TestSuiteConfiguration; -use PHPUnit\Util\TestDox\CliTestDoxPrinter; use PHPUnit\Util\VersionComparisonOperator; -use PHPUnit\Util\Xml; -use PHPUnit\Util\Xml\Exception as XmlException; use PHPUnit\Util\Xml\Loader as XmlLoader; -use PHPUnit\Util\Xml\SchemaFinder; -use PHPUnit\Util\Xml\Validator; +use PHPUnit\Util\Xml\XmlException; +use SebastianBergmann\CodeCoverage\Report\Html\Colors; +use SebastianBergmann\CodeCoverage\Report\Thresholds; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit @@ -65,10 +80,10 @@ final class Loader /** * @throws Exception */ - public function load(string $filename): Configuration + public function load(string $filename): LoadedFromFileConfiguration { try { - $document = (new XmlLoader)->loadFile($filename, false, true, true); + $document = (new XmlLoader)->loadFile($filename); } catch (XmlException $e) { throw new Exception( $e->getMessage(), @@ -81,7 +96,7 @@ final class Loader try { $xsdFilename = (new SchemaFinder)->find(Version::series()); - } catch (XmlException $e) { + } catch (CannotFindSchemaException $e) { throw new Exception( $e->getMessage(), $e->getCode(), @@ -89,27 +104,24 @@ final class Loader ); } - return new Configuration( - $filename, + $configurationFileRealpath = realpath($filename); + + return new LoadedFromFileConfiguration( + $configurationFileRealpath, (new Validator)->validate($document, $xsdFilename), - $this->extensions($filename, $xpath), - $this->codeCoverage($filename, $xpath, $document), + $this->extensions($xpath), + $this->source($configurationFileRealpath, $xpath), + $this->codeCoverage($configurationFileRealpath, $xpath), $this->groups($xpath), - $this->testdoxGroups($xpath), - $this->listeners($filename, $xpath), - $this->logging($filename, $xpath), - $this->php($filename, $xpath), - $this->phpunit($filename, $document), - $this->testSuite($filename, $xpath), + $this->logging($configurationFileRealpath, $xpath), + $this->php($configurationFileRealpath, $xpath), + $this->phpunit($configurationFileRealpath, $document), + $this->testSuite($configurationFileRealpath, $xpath), ); } - public function logging(string $filename, DOMXPath $xpath): Logging + private function logging(string $filename, DOMXPath $xpath): Logging { - if ($xpath->query('logging/log')->length !== 0) { - return $this->legacyLogging($filename, $xpath); - } - $junit = null; $element = $this->element($xpath, 'logging/junit'); @@ -124,20 +136,6 @@ final class Loader ); } - $text = null; - $element = $this->element($xpath, 'logging/text'); - - if ($element) { - $text = new Text( - new File( - $this->toAbsolutePath( - $filename, - (string) $this->getStringAttribute($element, 'outputFile'), - ), - ), - ); - } - $teamCity = null; $element = $this->element($xpath, 'logging/teamcity'); @@ -180,142 +178,46 @@ final class Loader ); } - $testDoxXml = null; - $element = $this->element($xpath, 'logging/testdoxXml'); - - if ($element) { - $testDoxXml = new TestDoxXml( - new File( - $this->toAbsolutePath( - $filename, - (string) $this->getStringAttribute($element, 'outputFile'), - ), - ), - ); - } - return new Logging( $junit, - $text, $teamCity, $testDoxHtml, $testDoxText, - $testDoxXml, ); } - public function legacyLogging(string $filename, DOMXPath $xpath): Logging + private function extensions(DOMXPath $xpath): ExtensionBootstrapCollection { - $junit = null; - $teamCity = null; - $testDoxHtml = null; - $testDoxText = null; - $testDoxXml = null; - $text = null; - - foreach ($xpath->query('logging/log') as $log) { - assert($log instanceof DOMElement); - - $type = (string) $log->getAttribute('type'); - $target = (string) $log->getAttribute('target'); - - if (!$target) { - continue; - } + $extensionBootstrappers = []; - $target = $this->toAbsolutePath($filename, $target); + foreach ($xpath->query('extensions/bootstrap') as $bootstrap) { + assert($bootstrap instanceof DOMElement); - switch ($type) { - case 'plain': - $text = new Text( - new File($target), - ); + $parameters = []; - break; + foreach ($xpath->query('parameter', $bootstrap) as $parameter) { + assert($parameter instanceof DOMElement); - case 'junit': - $junit = new Junit( - new File($target), - ); - - break; - - case 'teamcity': - $teamCity = new TeamCity( - new File($target), - ); - - break; - - case 'testdox-html': - $testDoxHtml = new TestDoxHtml( - new File($target), - ); - - break; - - case 'testdox-text': - $testDoxText = new TestDoxText( - new File($target), - ); - - break; - - case 'testdox-xml': - $testDoxXml = new TestDoxXml( - new File($target), - ); - - break; + $parameters[$parameter->getAttribute('name')] = $parameter->getAttribute('value'); } - } - return new Logging( - $junit, - $text, - $teamCity, - $testDoxHtml, - $testDoxText, - $testDoxXml, - ); - } - - private function extensions(string $filename, DOMXPath $xpath): ExtensionCollection - { - $extensions = []; - - foreach ($xpath->query('extensions/extension') as $extension) { - assert($extension instanceof DOMElement); - - $extensions[] = $this->getElementConfigurationParameters($filename, $extension); - } - - return ExtensionCollection::fromArray($extensions); - } - - private function getElementConfigurationParameters(string $filename, DOMElement $element): Extension - { - /** @psalm-var class-string $class */ - $class = (string) $element->getAttribute('class'); - $file = ''; - $arguments = $this->getConfigurationArguments($filename, $element->childNodes); - - if ($element->getAttribute('file')) { - $file = $this->toAbsolutePath( - $filename, - (string) $element->getAttribute('file'), - true, + $extensionBootstrappers[] = new ExtensionBootstrap( + $bootstrap->getAttribute('class'), + $parameters, ); } - return new Extension($class, $file, $arguments); + return ExtensionBootstrapCollection::fromArray($extensionBootstrappers); } - private function toAbsolutePath(string $filename, string $path, bool $useIncludePath = false): string + /** + * @psalm-return non-empty-string + */ + private function toAbsolutePath(string $filename, string $path): string { $path = trim($path); - if (strpos($path, '/') === 0) { + if (str_starts_with($path, '/')) { return $path; } @@ -328,70 +230,78 @@ final class Loader // - C:/windows // - c:/windows if (defined('PHP_WINDOWS_VERSION_BUILD') && - ($path[0] === '\\' || (strlen($path) >= 3 && preg_match('#^[A-Z]\:[/\\\]#i', substr($path, 0, 3))))) { + !empty($path) && + ($path[0] === '\\' || (strlen($path) >= 3 && preg_match('#^[A-Z]:[/\\\]#i', substr($path, 0, 3))))) { return $path; } - if (strpos($path, '://') !== false) { + if (str_contains($path, '://')) { return $path; } - $file = dirname($filename) . DIRECTORY_SEPARATOR . $path; - - if ($useIncludePath && !is_file($file)) { - $includePathFile = stream_resolve_include_path($path); - - if ($includePathFile) { - $file = $includePathFile; - } - } - - return $file; + return dirname($filename) . DIRECTORY_SEPARATOR . $path; } - private function getConfigurationArguments(string $filename, DOMNodeList $nodes): array + private function source(string $filename, DOMXPath $xpath): Source { - $arguments = []; + $baseline = null; + $restrictDeprecations = false; + $restrictNotices = false; + $restrictWarnings = false; + $ignoreSuppressionOfDeprecations = false; + $ignoreSuppressionOfPhpDeprecations = false; + $ignoreSuppressionOfErrors = false; + $ignoreSuppressionOfNotices = false; + $ignoreSuppressionOfPhpNotices = false; + $ignoreSuppressionOfWarnings = false; + $ignoreSuppressionOfPhpWarnings = false; + + $element = $this->element($xpath, 'source'); - if ($nodes->length === 0) { - return $arguments; - } + if ($element) { + $baseline = $this->getStringAttribute($element, 'baseline'); - foreach ($nodes as $node) { - if (!$node instanceof DOMElement) { - continue; + if ($baseline !== null) { + $baseline = $this->toAbsolutePath($filename, $baseline); } - if ($node->tagName !== 'arguments') { - continue; - } - - foreach ($node->childNodes as $argument) { - if (!$argument instanceof DOMElement) { - continue; - } - - if ($argument->tagName === 'file' || $argument->tagName === 'directory') { - $arguments[] = $this->toAbsolutePath($filename, (string) $argument->textContent); - } else { - $arguments[] = Xml::xmlToVariable($argument); - } - } + $restrictDeprecations = $this->getBooleanAttribute($element, 'restrictDeprecations', false); + $restrictNotices = $this->getBooleanAttribute($element, 'restrictNotices', false); + $restrictWarnings = $this->getBooleanAttribute($element, 'restrictWarnings', false); + $ignoreSuppressionOfDeprecations = $this->getBooleanAttribute($element, 'ignoreSuppressionOfDeprecations', false); + $ignoreSuppressionOfPhpDeprecations = $this->getBooleanAttribute($element, 'ignoreSuppressionOfPhpDeprecations', false); + $ignoreSuppressionOfErrors = $this->getBooleanAttribute($element, 'ignoreSuppressionOfErrors', false); + $ignoreSuppressionOfNotices = $this->getBooleanAttribute($element, 'ignoreSuppressionOfNotices', false); + $ignoreSuppressionOfPhpNotices = $this->getBooleanAttribute($element, 'ignoreSuppressionOfPhpNotices', false); + $ignoreSuppressionOfWarnings = $this->getBooleanAttribute($element, 'ignoreSuppressionOfWarnings', false); + $ignoreSuppressionOfPhpWarnings = $this->getBooleanAttribute($element, 'ignoreSuppressionOfPhpWarnings', false); } - return $arguments; + return new Source( + $baseline, + false, + $this->readFilterDirectories($filename, $xpath, 'source/include/directory'), + $this->readFilterFiles($filename, $xpath, 'source/include/file'), + $this->readFilterDirectories($filename, $xpath, 'source/exclude/directory'), + $this->readFilterFiles($filename, $xpath, 'source/exclude/file'), + $restrictDeprecations, + $restrictNotices, + $restrictWarnings, + $ignoreSuppressionOfDeprecations, + $ignoreSuppressionOfPhpDeprecations, + $ignoreSuppressionOfErrors, + $ignoreSuppressionOfNotices, + $ignoreSuppressionOfPhpNotices, + $ignoreSuppressionOfWarnings, + $ignoreSuppressionOfPhpWarnings, + ); } - private function codeCoverage(string $filename, DOMXPath $xpath, DOMDocument $document): CodeCoverage + private function codeCoverage(string $filename, DOMXPath $xpath): CodeCoverage { - if ($xpath->query('filter/whitelist')->length !== 0) { - return $this->legacyCodeCoverage($filename, $xpath, $document); - } - $cacheDirectory = null; $pathCoverage = false; $includeUncoveredFiles = true; - $processUncoveredFiles = false; $ignoreDeprecatedCodeUnits = false; $disableCodeCoverageIgnore = false; @@ -418,12 +328,6 @@ final class Loader true, ); - $processUncoveredFiles = $this->getBooleanAttribute( - $element, - 'processUncoveredFiles', - false, - ); - $ignoreDeprecatedCodeUnits = $this->getBooleanAttribute( $element, 'ignoreDeprecatedCodeUnits', @@ -484,6 +388,9 @@ final class Loader $element = $this->element($xpath, 'coverage/report/html'); if ($element) { + $defaultColors = Colors::default(); + $defaultThresholds = Thresholds::default(); + $html = new CodeCoverageHtml( new Directory( $this->toAbsolutePath( @@ -491,8 +398,14 @@ final class Loader (string) $this->getStringAttribute($element, 'outputDirectory'), ), ), - $this->getIntegerAttribute($element, 'lowUpperBound', 50), - $this->getIntegerAttribute($element, 'highLowerBound', 90), + $this->getIntegerAttribute($element, 'lowUpperBound', $defaultThresholds->lowUpperBound()), + $this->getIntegerAttribute($element, 'highLowerBound', $defaultThresholds->highLowerBound()), + $this->getStringAttributeWithDefault($element, 'colorSuccessLow', $defaultColors->successLow()), + $this->getStringAttributeWithDefault($element, 'colorSuccessMedium', $defaultColors->successMedium()), + $this->getStringAttributeWithDefault($element, 'colorSuccessHigh', $defaultColors->successHigh()), + $this->getStringAttributeWithDefault($element, 'colorWarning', $defaultColors->warning()), + $this->getStringAttributeWithDefault($element, 'colorDanger', $defaultColors->danger()), + $this->getStringAttribute($element, 'customCssFile'), ); } @@ -548,143 +461,6 @@ final class Loader $this->readFilterFiles($filename, $xpath, 'coverage/exclude/file'), $pathCoverage, $includeUncoveredFiles, - $processUncoveredFiles, - $ignoreDeprecatedCodeUnits, - $disableCodeCoverageIgnore, - $clover, - $cobertura, - $crap4j, - $html, - $php, - $text, - $xml, - ); - } - - /** - * @deprecated - */ - private function legacyCodeCoverage(string $filename, DOMXPath $xpath, DOMDocument $document): CodeCoverage - { - $ignoreDeprecatedCodeUnits = $this->getBooleanAttribute( - $document->documentElement, - 'ignoreDeprecatedCodeUnitsFromCodeCoverage', - false, - ); - - $disableCodeCoverageIgnore = $this->getBooleanAttribute( - $document->documentElement, - 'disableCodeCoverageIgnore', - false, - ); - - $includeUncoveredFiles = true; - $processUncoveredFiles = false; - - $element = $this->element($xpath, 'filter/whitelist'); - - if ($element) { - if ($element->hasAttribute('addUncoveredFilesFromWhitelist')) { - $includeUncoveredFiles = (bool) $this->getBoolean( - (string) $element->getAttribute('addUncoveredFilesFromWhitelist'), - true, - ); - } - - if ($element->hasAttribute('processUncoveredFilesFromWhitelist')) { - $processUncoveredFiles = (bool) $this->getBoolean( - (string) $element->getAttribute('processUncoveredFilesFromWhitelist'), - false, - ); - } - } - - $clover = null; - $cobertura = null; - $crap4j = null; - $html = null; - $php = null; - $text = null; - $xml = null; - - foreach ($xpath->query('logging/log') as $log) { - assert($log instanceof DOMElement); - - $type = (string) $log->getAttribute('type'); - $target = (string) $log->getAttribute('target'); - - if (!$target) { - continue; - } - - $target = $this->toAbsolutePath($filename, $target); - - switch ($type) { - case 'coverage-clover': - $clover = new Clover( - new File($target), - ); - - break; - - case 'coverage-cobertura': - $cobertura = new Cobertura( - new File($target), - ); - - break; - - case 'coverage-crap4j': - $crap4j = new Crap4j( - new File($target), - $this->getIntegerAttribute($log, 'threshold', 30), - ); - - break; - - case 'coverage-html': - $html = new CodeCoverageHtml( - new Directory($target), - $this->getIntegerAttribute($log, 'lowUpperBound', 50), - $this->getIntegerAttribute($log, 'highLowerBound', 90), - ); - - break; - - case 'coverage-php': - $php = new CodeCoveragePhp( - new File($target), - ); - - break; - - case 'coverage-text': - $text = new CodeCoverageText( - new File($target), - $this->getBooleanAttribute($log, 'showUncoveredFiles', false), - $this->getBooleanAttribute($log, 'showOnlySummary', false), - ); - - break; - - case 'coverage-xml': - $xml = new CodeCoverageXml( - new Directory($target), - ); - - break; - } - } - - return new CodeCoverage( - null, - $this->readFilterDirectories($filename, $xpath, 'filter/whitelist/directory'), - $this->readFilterFiles($filename, $xpath, 'filter/whitelist/file'), - $this->readFilterDirectories($filename, $xpath, 'filter/whitelist/exclude/directory'), - $this->readFilterFiles($filename, $xpath, 'filter/whitelist/exclude/file'), - false, - $includeUncoveredFiles, - $processUncoveredFiles, $ignoreDeprecatedCodeUnits, $disableCodeCoverageIgnore, $clover, @@ -697,17 +473,7 @@ final class Loader ); } - /** - * If $value is 'false' or 'true', this returns the value that $value represents. - * Otherwise, returns $default, which may be a string in rare cases. - * - * @see \PHPUnit\TextUI\XmlConfigurationTest::testPHPConfigurationIsReadCorrectly - * - * @param bool|string $default - * - * @return bool|string - */ - private function getBoolean(string $value, $default) + private function getBoolean(string $value, bool|string $default): bool|string { if (strtolower($value) === 'false') { return false; @@ -727,7 +493,7 @@ final class Loader foreach ($xpath->query($query) as $directoryNode) { assert($directoryNode instanceof DOMElement); - $directoryPath = (string) $directoryNode->textContent; + $directoryPath = $directoryNode->textContent; if (!$directoryPath) { continue; @@ -735,9 +501,8 @@ final class Loader $directories[] = new FilterDirectory( $this->toAbsolutePath($filename, $directoryPath), - $directoryNode->hasAttribute('prefix') ? (string) $directoryNode->getAttribute('prefix') : '', - $directoryNode->hasAttribute('suffix') ? (string) $directoryNode->getAttribute('suffix') : '.php', - $directoryNode->hasAttribute('group') ? (string) $directoryNode->getAttribute('group') : 'DEFAULT', + $directoryNode->hasAttribute('prefix') ? $directoryNode->getAttribute('prefix') : '', + $directoryNode->hasAttribute('suffix') ? $directoryNode->getAttribute('suffix') : '.php', ); } @@ -749,7 +514,7 @@ final class Loader $files = []; foreach ($xpath->query($query) as $file) { - $filePath = (string) $file->textContent; + $filePath = $file->textContent; if ($filePath) { $files[] = new File($this->toAbsolutePath($filename, $filePath)); @@ -760,26 +525,16 @@ final class Loader } private function groups(DOMXPath $xpath): Groups - { - return $this->parseGroupConfiguration($xpath, 'groups'); - } - - private function testdoxGroups(DOMXPath $xpath): Groups - { - return $this->parseGroupConfiguration($xpath, 'testdoxGroups'); - } - - private function parseGroupConfiguration(DOMXPath $xpath, string $root): Groups { $include = []; $exclude = []; - foreach ($xpath->query($root . '/include/group') as $group) { - $include[] = new Group((string) $group->textContent); + foreach ($xpath->query('groups/include/group') as $group) { + $include[] = new Group($group->textContent); } - foreach ($xpath->query($root . '/exclude/group') as $group) { - $exclude[] = new Group((string) $group->textContent); + foreach ($xpath->query('groups/exclude/group') as $group) { + $exclude[] = new Group($group->textContent); } return new Groups( @@ -788,19 +543,6 @@ final class Loader ); } - private function listeners(string $filename, DOMXPath $xpath): ExtensionCollection - { - $listeners = []; - - foreach ($xpath->query('listeners/listener') as $listener) { - assert($listener instanceof DOMElement); - - $listeners[] = $this->getElementConfigurationParameters($filename, $listener); - } - - return ExtensionCollection::fromArray($listeners); - } - private function getBooleanAttribute(DOMElement $element, string $attribute, bool $default): bool { if (!$element->hasAttribute($attribute)) { @@ -808,7 +550,7 @@ final class Loader } return (bool) $this->getBoolean( - (string) $element->getAttribute($attribute), + $element->getAttribute($attribute), false, ); } @@ -820,7 +562,7 @@ final class Loader } return $this->getInteger( - (string) $element->getAttribute($attribute), + $element->getAttribute($attribute), $default, ); } @@ -831,7 +573,16 @@ final class Loader return null; } - return (string) $element->getAttribute($attribute); + return $element->getAttribute($attribute); + } + + private function getStringAttributeWithDefault(DOMElement $element, string $attribute, string $default): string + { + if (!$element->hasAttribute($attribute)) { + return $default; + } + + return $element->getAttribute($attribute); } private function getInteger(string $value, int $default): int @@ -848,7 +599,7 @@ final class Loader $includePaths = []; foreach ($xpath->query('php/includePath') as $includePath) { - $path = (string) $includePath->textContent; + $path = $includePath->textContent; if ($path) { $includePaths[] = new Directory($this->toAbsolutePath($filename, $path)); @@ -861,8 +612,8 @@ final class Loader assert($ini instanceof DOMElement); $iniSettings[] = new IniSetting( - (string) $ini->getAttribute('name'), - (string) $ini->getAttribute('value'), + $ini->getAttribute('name'), + $ini->getAttribute('value'), ); } @@ -871,10 +622,10 @@ final class Loader foreach ($xpath->query('php/const') as $const) { assert($const instanceof DOMElement); - $value = (string) $const->getAttribute('value'); + $value = $const->getAttribute('value'); $constants[] = new Constant( - (string) $const->getAttribute('name'), + $const->getAttribute('name'), $this->getBoolean($value, $value), ); } @@ -894,8 +645,8 @@ final class Loader foreach ($xpath->query('php/' . $array) as $var) { assert($var instanceof DOMElement); - $name = (string) $var->getAttribute('name'); - $value = (string) $var->getAttribute('value'); + $name = $var->getAttribute('name'); + $value = $var->getAttribute('value'); $force = false; $verbatim = false; @@ -984,16 +735,10 @@ final class Loader } } - $printerClass = $this->getStringAttribute($document->documentElement, 'printerClass'); - $testdox = $this->getBooleanAttribute($document->documentElement, 'testdox', false); - $conflictBetweenPrinterClassAndTestdox = false; - - if ($testdox) { - if ($printerClass !== null) { - $conflictBetweenPrinterClassAndTestdox = true; - } + $cacheDirectory = $this->getStringAttribute($document->documentElement, 'cacheDirectory'); - $printerClass = CliTestDoxPrinter::class; + if ($cacheDirectory !== null) { + $cacheDirectory = $this->toAbsolutePath($filename, $cacheDirectory); } $cacheResultFile = $this->getStringAttribute($document->documentElement, 'cacheResultFile'); @@ -1014,57 +759,68 @@ final class Loader $extensionsDirectory = $this->toAbsolutePath($filename, $extensionsDirectory); } - $testSuiteLoaderFile = $this->getStringAttribute($document->documentElement, 'testSuiteLoaderFile'); + $backupStaticProperties = false; + + if ($document->documentElement->hasAttribute('backupStaticProperties')) { + $backupStaticProperties = $this->getBooleanAttribute($document->documentElement, 'backupStaticProperties', false); + } elseif ($document->documentElement->hasAttribute('backupStaticAttributes')) { + $backupStaticProperties = $this->getBooleanAttribute($document->documentElement, 'backupStaticAttributes', false); + } + + $requireCoverageMetadata = false; - if ($testSuiteLoaderFile !== null) { - $testSuiteLoaderFile = $this->toAbsolutePath($filename, $testSuiteLoaderFile); + if ($document->documentElement->hasAttribute('requireCoverageMetadata')) { + $requireCoverageMetadata = $this->getBooleanAttribute($document->documentElement, 'requireCoverageMetadata', false); + } elseif ($document->documentElement->hasAttribute('forceCoversAnnotation')) { + $requireCoverageMetadata = $this->getBooleanAttribute($document->documentElement, 'forceCoversAnnotation', false); } - $printerFile = $this->getStringAttribute($document->documentElement, 'printerFile'); + $beStrictAboutCoverageMetadata = false; - if ($printerFile !== null) { - $printerFile = $this->toAbsolutePath($filename, $printerFile); + if ($document->documentElement->hasAttribute('beStrictAboutCoverageMetadata')) { + $beStrictAboutCoverageMetadata = $this->getBooleanAttribute($document->documentElement, 'beStrictAboutCoverageMetadata', false); + } elseif ($document->documentElement->hasAttribute('forceCoversAnnotation')) { + $beStrictAboutCoverageMetadata = $this->getBooleanAttribute($document->documentElement, 'beStrictAboutCoversAnnotation', false); } return new PHPUnit( + $cacheDirectory, $this->getBooleanAttribute($document->documentElement, 'cacheResult', true), $cacheResultFile, $this->getColumns($document), $this->getColors($document), $this->getBooleanAttribute($document->documentElement, 'stderr', false), - $this->getBooleanAttribute($document->documentElement, 'noInteraction', false), - $this->getBooleanAttribute($document->documentElement, 'verbose', false), + $this->getBooleanAttribute($document->documentElement, 'displayDetailsOnIncompleteTests', false), + $this->getBooleanAttribute($document->documentElement, 'displayDetailsOnSkippedTests', false), + $this->getBooleanAttribute($document->documentElement, 'displayDetailsOnTestsThatTriggerDeprecations', false), + $this->getBooleanAttribute($document->documentElement, 'displayDetailsOnTestsThatTriggerErrors', false), + $this->getBooleanAttribute($document->documentElement, 'displayDetailsOnTestsThatTriggerNotices', false), + $this->getBooleanAttribute($document->documentElement, 'displayDetailsOnTestsThatTriggerWarnings', false), $this->getBooleanAttribute($document->documentElement, 'reverseDefectList', false), - $this->getBooleanAttribute($document->documentElement, 'convertDeprecationsToExceptions', false), - $this->getBooleanAttribute($document->documentElement, 'convertErrorsToExceptions', true), - $this->getBooleanAttribute($document->documentElement, 'convertNoticesToExceptions', true), - $this->getBooleanAttribute($document->documentElement, 'convertWarningsToExceptions', true), - $this->getBooleanAttribute($document->documentElement, 'forceCoversAnnotation', false), + $requireCoverageMetadata, $bootstrap, $this->getBooleanAttribute($document->documentElement, 'processIsolation', false), + $this->getBooleanAttribute($document->documentElement, 'failOnDeprecation', false), $this->getBooleanAttribute($document->documentElement, 'failOnEmptyTestSuite', false), $this->getBooleanAttribute($document->documentElement, 'failOnIncomplete', false), + $this->getBooleanAttribute($document->documentElement, 'failOnNotice', false), $this->getBooleanAttribute($document->documentElement, 'failOnRisky', false), $this->getBooleanAttribute($document->documentElement, 'failOnSkipped', false), $this->getBooleanAttribute($document->documentElement, 'failOnWarning', false), $this->getBooleanAttribute($document->documentElement, 'stopOnDefect', false), + $this->getBooleanAttribute($document->documentElement, 'stopOnDeprecation', false), $this->getBooleanAttribute($document->documentElement, 'stopOnError', false), $this->getBooleanAttribute($document->documentElement, 'stopOnFailure', false), - $this->getBooleanAttribute($document->documentElement, 'stopOnWarning', false), $this->getBooleanAttribute($document->documentElement, 'stopOnIncomplete', false), + $this->getBooleanAttribute($document->documentElement, 'stopOnNotice', false), $this->getBooleanAttribute($document->documentElement, 'stopOnRisky', false), $this->getBooleanAttribute($document->documentElement, 'stopOnSkipped', false), + $this->getBooleanAttribute($document->documentElement, 'stopOnWarning', false), $extensionsDirectory, - $this->getStringAttribute($document->documentElement, 'testSuiteLoaderClass'), - $testSuiteLoaderFile, - $printerClass, - $printerFile, $this->getBooleanAttribute($document->documentElement, 'beStrictAboutChangesToGlobalState', false), $this->getBooleanAttribute($document->documentElement, 'beStrictAboutOutputDuringTests', false), - $this->getBooleanAttribute($document->documentElement, 'beStrictAboutResourceUsageDuringSmallTests', false), $this->getBooleanAttribute($document->documentElement, 'beStrictAboutTestsThatDoNotTestAnything', true), - $this->getBooleanAttribute($document->documentElement, 'beStrictAboutTodoAnnotatedTests', false), - $this->getBooleanAttribute($document->documentElement, 'beStrictAboutCoversAnnotation', false), + $beStrictAboutCoverageMetadata, $this->getBooleanAttribute($document->documentElement, 'enforceTimeLimit', false), $this->getIntegerAttribute($document->documentElement, 'defaultTimeLimit', 1), $this->getIntegerAttribute($document->documentElement, 'timeoutForSmallTests', 1), @@ -1075,38 +831,37 @@ final class Loader $resolveDependencies, $defectsFirst, $this->getBooleanAttribute($document->documentElement, 'backupGlobals', false), - $this->getBooleanAttribute($document->documentElement, 'backupStaticAttributes', false), + $backupStaticProperties, $this->getBooleanAttribute($document->documentElement, 'registerMockObjectsFromTestArgumentsRecursively', false), - $conflictBetweenPrinterClassAndTestdox, + $this->getBooleanAttribute($document->documentElement, 'testdox', false), + $this->getBooleanAttribute($document->documentElement, 'controlGarbageCollector', false), + $this->getIntegerAttribute($document->documentElement, 'numberOfTestsBeforeGarbageCollection', 100), ); } private function getColors(DOMDocument $document): string { - $colors = DefaultResultPrinter::COLOR_DEFAULT; + $colors = \PHPUnit\TextUI\Configuration\Configuration::COLOR_DEFAULT; if ($document->documentElement->hasAttribute('colors')) { /* only allow boolean for compatibility with previous versions 'always' only allowed from command line */ if ($this->getBoolean($document->documentElement->getAttribute('colors'), false)) { - $colors = DefaultResultPrinter::COLOR_AUTO; + $colors = \PHPUnit\TextUI\Configuration\Configuration::COLOR_AUTO; } else { - $colors = DefaultResultPrinter::COLOR_NEVER; + $colors = \PHPUnit\TextUI\Configuration\Configuration::COLOR_NEVER; } } return $colors; } - /** - * @return int|string - */ - private function getColumns(DOMDocument $document) + private function getColumns(DOMDocument $document): int|string { $columns = 80; if ($document->documentElement->hasAttribute('columns')) { - $columns = (string) $document->documentElement->getAttribute('columns'); + $columns = $document->documentElement->getAttribute('columns'); if ($columns !== 'max') { $columns = $this->getInteger($columns, 80); @@ -1124,7 +879,7 @@ final class Loader $exclude = []; foreach ($element->getElementsByTagName('exclude') as $excludeNode) { - $excludeFile = (string) $excludeNode->textContent; + $excludeFile = $excludeNode->textContent; if ($excludeFile) { $exclude[] = new File($this->toAbsolutePath($filename, $excludeFile)); @@ -1136,7 +891,7 @@ final class Loader foreach ($element->getElementsByTagName('directory') as $directoryNode) { assert($directoryNode instanceof DOMElement); - $directory = (string) $directoryNode->textContent; + $directory = $directoryNode->textContent; if (empty($directory)) { continue; @@ -1145,25 +900,25 @@ final class Loader $prefix = ''; if ($directoryNode->hasAttribute('prefix')) { - $prefix = (string) $directoryNode->getAttribute('prefix'); + $prefix = $directoryNode->getAttribute('prefix'); } $suffix = 'Test.php'; if ($directoryNode->hasAttribute('suffix')) { - $suffix = (string) $directoryNode->getAttribute('suffix'); + $suffix = $directoryNode->getAttribute('suffix'); } $phpVersion = PHP_VERSION; if ($directoryNode->hasAttribute('phpVersion')) { - $phpVersion = (string) $directoryNode->getAttribute('phpVersion'); + $phpVersion = $directoryNode->getAttribute('phpVersion'); } $phpVersionOperator = new VersionComparisonOperator('>='); if ($directoryNode->hasAttribute('phpVersionOperator')) { - $phpVersionOperator = new VersionComparisonOperator((string) $directoryNode->getAttribute('phpVersionOperator')); + $phpVersionOperator = new VersionComparisonOperator($directoryNode->getAttribute('phpVersionOperator')); } $directories[] = new TestDirectory( @@ -1180,7 +935,7 @@ final class Loader foreach ($element->getElementsByTagName('file') as $fileNode) { assert($fileNode instanceof DOMElement); - $file = (string) $fileNode->textContent; + $file = $fileNode->textContent; if (empty($file)) { continue; @@ -1189,13 +944,13 @@ final class Loader $phpVersion = PHP_VERSION; if ($fileNode->hasAttribute('phpVersion')) { - $phpVersion = (string) $fileNode->getAttribute('phpVersion'); + $phpVersion = $fileNode->getAttribute('phpVersion'); } $phpVersionOperator = new VersionComparisonOperator('>='); if ($fileNode->hasAttribute('phpVersionOperator')) { - $phpVersionOperator = new VersionComparisonOperator((string) $fileNode->getAttribute('phpVersionOperator')); + $phpVersionOperator = new VersionComparisonOperator($fileNode->getAttribute('phpVersionOperator')); } $files[] = new TestFile( @@ -1205,8 +960,12 @@ final class Loader ); } + $name = $element->getAttribute('name'); + + assert(!empty($name)); + $testSuites[] = new TestSuiteConfiguration( - (string) $element->getAttribute('name'), + $name, TestDirectoryCollection::fromArray($directories), TestFileCollection::fromArray($files), FileCollection::fromArray($exclude), @@ -1217,11 +976,10 @@ final class Loader } /** - * @return DOMElement[] + * @psalm-return list */ private function getTestSuiteElements(DOMXPath $xpath): array { - /** @var DOMElement[] $elements */ $elements = []; $testSuiteNodes = $xpath->query('testsuites/testsuite'); diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Junit.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Logging/Junit.php old mode 100755 new mode 100644 similarity index 86% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Junit.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Logging/Junit.php index 9fca1852..020144b8 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Junit.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Logging/Junit.php @@ -9,7 +9,7 @@ */ namespace PHPUnit\TextUI\XmlConfiguration\Logging; -use PHPUnit\TextUI\XmlConfiguration\File; +use PHPUnit\TextUI\Configuration\File; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit @@ -18,10 +18,7 @@ use PHPUnit\TextUI\XmlConfiguration\File; */ final class Junit { - /** - * @var File - */ - private $target; + private readonly File $target; public function __construct(File $target) { diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Logging.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Logging/Logging.php old mode 100755 new mode 100644 similarity index 63% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Logging.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Logging/Logging.php index bce03019..587f727f --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/Logging.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Logging/Logging.php @@ -12,7 +12,6 @@ namespace PHPUnit\TextUI\XmlConfiguration\Logging; use PHPUnit\TextUI\XmlConfiguration\Exception; use PHPUnit\TextUI\XmlConfiguration\Logging\TestDox\Html as TestDoxHtml; use PHPUnit\TextUI\XmlConfiguration\Logging\TestDox\Text as TestDoxText; -use PHPUnit\TextUI\XmlConfiguration\Logging\TestDox\Xml as TestDoxXml; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit @@ -21,44 +20,17 @@ use PHPUnit\TextUI\XmlConfiguration\Logging\TestDox\Xml as TestDoxXml; */ final class Logging { - /** - * @var ?Junit - */ - private $junit; - - /** - * @var ?Text - */ - private $text; - - /** - * @var ?TeamCity - */ - private $teamCity; - - /** - * @var ?TestDoxHtml - */ - private $testDoxHtml; + private readonly ?Junit $junit; + private readonly ?TeamCity $teamCity; + private readonly ?TestDoxHtml $testDoxHtml; + private readonly ?TestDoxText $testDoxText; - /** - * @var ?TestDoxText - */ - private $testDoxText; - - /** - * @var ?TestDoxXml - */ - private $testDoxXml; - - public function __construct(?Junit $junit, ?Text $text, ?TeamCity $teamCity, ?TestDoxHtml $testDoxHtml, ?TestDoxText $testDoxText, ?TestDoxXml $testDoxXml) + public function __construct(?Junit $junit, ?TeamCity $teamCity, ?TestDoxHtml $testDoxHtml, ?TestDoxText $testDoxText) { $this->junit = $junit; - $this->text = $text; $this->teamCity = $teamCity; $this->testDoxHtml = $testDoxHtml; $this->testDoxText = $testDoxText; - $this->testDoxXml = $testDoxXml; } public function hasJunit(): bool @@ -66,6 +38,9 @@ final class Logging return $this->junit !== null; } + /** + * @throws Exception + */ public function junit(): Junit { if ($this->junit === null) { @@ -75,25 +50,14 @@ final class Logging return $this->junit; } - public function hasText(): bool - { - return $this->text !== null; - } - - public function text(): Text - { - if ($this->text === null) { - throw new Exception('Logger "Text" is not configured'); - } - - return $this->text; - } - public function hasTeamCity(): bool { return $this->teamCity !== null; } + /** + * @throws Exception + */ public function teamCity(): TeamCity { if ($this->teamCity === null) { @@ -108,6 +72,9 @@ final class Logging return $this->testDoxHtml !== null; } + /** + * @throws Exception + */ public function testDoxHtml(): TestDoxHtml { if ($this->testDoxHtml === null) { @@ -122,6 +89,9 @@ final class Logging return $this->testDoxText !== null; } + /** + * @throws Exception + */ public function testDoxText(): TestDoxText { if ($this->testDoxText === null) { @@ -130,18 +100,4 @@ final class Logging return $this->testDoxText; } - - public function hasTestDoxXml(): bool - { - return $this->testDoxXml !== null; - } - - public function testDoxXml(): TestDoxXml - { - if ($this->testDoxXml === null) { - throw new Exception('Logger "TestDox XML" is not configured'); - } - - return $this->testDoxXml; - } } diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TeamCity.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Logging/TeamCity.php old mode 100755 new mode 100644 similarity index 86% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TeamCity.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Logging/TeamCity.php index 804a7ea6..263fcf0d --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TeamCity.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Logging/TeamCity.php @@ -9,7 +9,7 @@ */ namespace PHPUnit\TextUI\XmlConfiguration\Logging; -use PHPUnit\TextUI\XmlConfiguration\File; +use PHPUnit\TextUI\Configuration\File; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit @@ -18,10 +18,7 @@ use PHPUnit\TextUI\XmlConfiguration\File; */ final class TeamCity { - /** - * @var File - */ - private $target; + private readonly File $target; public function __construct(File $target) { diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Html.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Logging/TestDox/Html.php old mode 100755 new mode 100644 similarity index 86% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Html.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Logging/TestDox/Html.php index 5b198352..8cfb00e2 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Html.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Logging/TestDox/Html.php @@ -9,7 +9,7 @@ */ namespace PHPUnit\TextUI\XmlConfiguration\Logging\TestDox; -use PHPUnit\TextUI\XmlConfiguration\File; +use PHPUnit\TextUI\Configuration\File; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit @@ -18,10 +18,7 @@ use PHPUnit\TextUI\XmlConfiguration\File; */ final class Html { - /** - * @var File - */ - private $target; + private readonly File $target; public function __construct(File $target) { diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Text.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Logging/TestDox/Text.php old mode 100755 new mode 100644 similarity index 86% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Text.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Logging/TestDox/Text.php index 5c742d3a..b91c793d --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Text.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Logging/TestDox/Text.php @@ -9,7 +9,7 @@ */ namespace PHPUnit\TextUI\XmlConfiguration\Logging\TestDox; -use PHPUnit\TextUI\XmlConfiguration\File; +use PHPUnit\TextUI\Configuration\File; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit @@ -18,10 +18,7 @@ use PHPUnit\TextUI\XmlConfiguration\File; */ final class Text { - /** - * @var File - */ - private $target; + private readonly File $target; public function __construct(File $target) { diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilder.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/MigrationBuilder.php old mode 100755 new mode 100644 similarity index 64% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilder.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/MigrationBuilder.php index 2bb66381..47729221 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilder.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/MigrationBuilder.php @@ -38,7 +38,30 @@ final class MigrationBuilder CoverageTextToReport::class, CoverageXmlToReport::class, ConvertLogTypes::class, - UpdateSchemaLocationTo93::class, + ], + + '9.5' => [ + RemoveListeners::class, + RemoveTestSuiteLoaderAttributes::class, + RemoveCacheResultFileAttribute::class, + RemoveCoverageElementCacheDirectoryAttribute::class, + RemoveCoverageElementProcessUncoveredFilesAttribute::class, + IntroduceCacheDirectoryAttribute::class, + RenameBackupStaticAttributesAttribute::class, + RemoveBeStrictAboutResourceUsageDuringSmallTestsAttribute::class, + RemoveBeStrictAboutTodoAnnotatedTestsAttribute::class, + RemovePrinterAttributes::class, + RemoveVerboseAttribute::class, + RenameForceCoversAnnotationAttribute::class, + RenameBeStrictAboutCoversAnnotationAttribute::class, + RemoveConversionToExceptionsAttributes::class, + RemoveNoInteractionAttribute::class, + RemoveLoggingElements::class, + RemoveTestDoxGroupsElement::class, + ], + + '10.0' => [ + MoveCoverageDirectoriesToSource::class, ], ]; @@ -56,7 +79,7 @@ final class MigrationBuilder ); } - $stack = []; + $stack = [new UpdateSchemaLocation]; foreach (self::AVAILABLE_MIGRATIONS as $version => $migrations) { if (version_compare($version, $fromVersion, '<')) { diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilderException.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/MigrationBuilderException.php old mode 100755 new mode 100644 similarity index 100% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationBuilderException.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/MigrationBuilderException.php diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationException.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/MigrationException.php old mode 100755 new mode 100644 similarity index 100% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/MigrationException.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/MigrationException.php diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/ConvertLogTypes.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/ConvertLogTypes.php old mode 100755 new mode 100644 similarity index 100% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/ConvertLogTypes.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/ConvertLogTypes.php diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCloverToReport.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageCloverToReport.php old mode 100755 new mode 100644 similarity index 99% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCloverToReport.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageCloverToReport.php index 5f1522b9..ccefbfbc --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCloverToReport.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageCloverToReport.php @@ -24,6 +24,7 @@ final class CoverageCloverToReport extends LogToReportMigration protected function toReportFormat(DOMElement $logNode): DOMElement { $clover = $logNode->ownerDocument->createElement('clover'); + $clover->setAttribute('outputFile', $logNode->getAttribute('target')); return $clover; diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCrap4jToReport.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageCrap4jToReport.php old mode 100755 new mode 100644 similarity index 100% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageCrap4jToReport.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageCrap4jToReport.php diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageHtmlToReport.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageHtmlToReport.php old mode 100755 new mode 100644 similarity index 100% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageHtmlToReport.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageHtmlToReport.php diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoveragePhpToReport.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/CoveragePhpToReport.php old mode 100755 new mode 100644 similarity index 100% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoveragePhpToReport.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/CoveragePhpToReport.php diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageTextToReport.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageTextToReport.php old mode 100755 new mode 100644 similarity index 100% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageTextToReport.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageTextToReport.php diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageXmlToReport.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageXmlToReport.php old mode 100755 new mode 100644 similarity index 100% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/CoverageXmlToReport.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/CoverageXmlToReport.php diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/IntroduceCacheDirectoryAttribute.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/IntroduceCacheDirectoryAttribute.php new file mode 100644 index 00000000..4ac7331c --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/IntroduceCacheDirectoryAttribute.php @@ -0,0 +1,33 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\XmlConfiguration; + +use function assert; +use DOMDocument; +use DOMElement; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class IntroduceCacheDirectoryAttribute implements Migration +{ + public function migrate(DOMDocument $document): void + { + $root = $document->documentElement; + + assert($root instanceof DOMElement); + + if ($root->hasAttribute('cacheDirectory')) { + return; + } + + $root->setAttribute('cacheDirectory', '.phpunit.cache'); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/IntroduceCoverageElement.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/IntroduceCoverageElement.php old mode 100755 new mode 100644 similarity index 100% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/IntroduceCoverageElement.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/IntroduceCoverageElement.php diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/LogToReportMigration.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/LogToReportMigration.php old mode 100755 new mode 100644 similarity index 100% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/LogToReportMigration.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/LogToReportMigration.php diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/Migration.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/Migration.php old mode 100755 new mode 100644 similarity index 100% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/Migration.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/Migration.php diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromFilterWhitelistToCoverage.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/MoveAttributesFromFilterWhitelistToCoverage.php old mode 100755 new mode 100644 similarity index 100% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromFilterWhitelistToCoverage.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/MoveAttributesFromFilterWhitelistToCoverage.php diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromRootToCoverage.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/MoveAttributesFromRootToCoverage.php old mode 100755 new mode 100644 similarity index 95% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromRootToCoverage.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/MoveAttributesFromRootToCoverage.php index b86b259c..1e0fb4c9 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveAttributesFromRootToCoverage.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/MoveAttributesFromRootToCoverage.php @@ -9,6 +9,7 @@ */ namespace PHPUnit\TextUI\XmlConfiguration; +use function assert; use DOMDocument; use DOMElement; @@ -29,6 +30,8 @@ final class MoveAttributesFromRootToCoverage implements Migration $root = $document->documentElement; + assert($root instanceof DOMElement); + $coverage = $document->getElementsByTagName('coverage')->item(0); if (!$coverage instanceof DOMElement) { diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/MoveCoverageDirectoriesToSource.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/MoveCoverageDirectoriesToSource.php new file mode 100644 index 00000000..3c32d2a3 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/MoveCoverageDirectoriesToSource.php @@ -0,0 +1,54 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\XmlConfiguration; + +use function assert; +use DOMDocument; +use DOMElement; +use DOMXPath; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class MoveCoverageDirectoriesToSource implements Migration +{ + /** + * @throws MigrationException + */ + public function migrate(DOMDocument $document): void + { + $source = $document->getElementsByTagName('source')->item(0); + + if ($source !== null) { + return; + } + + $coverage = $document->getElementsByTagName('coverage')->item(0); + + if ($coverage === null) { + return; + } + + $root = $document->documentElement; + + assert($root instanceof DOMElement); + + $source = $document->createElement('source'); + $root->appendChild($source); + + $xpath = new DOMXPath($document); + + foreach (['include', 'exclude'] as $element) { + foreach (SnapshotNodeList::fromNodeList($xpath->query('//coverage/' . $element)) as $node) { + $source->appendChild($node); + } + } + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistExcludesToCoverage.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/MoveWhitelistExcludesToCoverage.php old mode 100755 new mode 100644 similarity index 98% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistExcludesToCoverage.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/MoveWhitelistExcludesToCoverage.php index 17d5f4db..40132156 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistExcludesToCoverage.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/MoveWhitelistExcludesToCoverage.php @@ -13,7 +13,6 @@ use function assert; use function in_array; use DOMDocument; use DOMElement; -use PHPUnit\Util\Xml\SnapshotNodeList; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistIncludesToCoverage.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/MoveWhitelistIncludesToCoverage.php old mode 100755 new mode 100644 similarity index 97% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistIncludesToCoverage.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/MoveWhitelistIncludesToCoverage.php index c75a6d84..2b1b23ed --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/MoveWhitelistIncludesToCoverage.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/MoveWhitelistIncludesToCoverage.php @@ -11,7 +11,6 @@ namespace PHPUnit\TextUI\XmlConfiguration; use DOMDocument; use DOMElement; -use PHPUnit\Util\Xml\SnapshotNodeList; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveBeStrictAboutResourceUsageDuringSmallTestsAttribute.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveBeStrictAboutResourceUsageDuringSmallTestsAttribute.php new file mode 100644 index 00000000..c88ff348 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveBeStrictAboutResourceUsageDuringSmallTestsAttribute.php @@ -0,0 +1,31 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\XmlConfiguration; + +use function assert; +use DOMDocument; +use DOMElement; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class RemoveBeStrictAboutResourceUsageDuringSmallTestsAttribute implements Migration +{ + public function migrate(DOMDocument $document): void + { + $root = $document->documentElement; + + assert($root instanceof DOMElement); + + if ($root->hasAttribute('beStrictAboutResourceUsageDuringSmallTests')) { + $root->removeAttribute('beStrictAboutResourceUsageDuringSmallTests'); + } + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveBeStrictAboutTodoAnnotatedTestsAttribute.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveBeStrictAboutTodoAnnotatedTestsAttribute.php new file mode 100644 index 00000000..84b92ef8 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveBeStrictAboutTodoAnnotatedTestsAttribute.php @@ -0,0 +1,31 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\XmlConfiguration; + +use function assert; +use DOMDocument; +use DOMElement; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class RemoveBeStrictAboutTodoAnnotatedTestsAttribute implements Migration +{ + public function migrate(DOMDocument $document): void + { + $root = $document->documentElement; + + assert($root instanceof DOMElement); + + if ($root->hasAttribute('beStrictAboutTodoAnnotatedTests')) { + $root->removeAttribute('beStrictAboutTodoAnnotatedTests'); + } + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCacheResultFileAttribute.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCacheResultFileAttribute.php new file mode 100644 index 00000000..6a9aae9e --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCacheResultFileAttribute.php @@ -0,0 +1,31 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\XmlConfiguration; + +use function assert; +use DOMDocument; +use DOMElement; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class RemoveCacheResultFileAttribute implements Migration +{ + public function migrate(DOMDocument $document): void + { + $root = $document->documentElement; + + assert($root instanceof DOMElement); + + if ($root->hasAttribute('cacheResultFile')) { + $root->removeAttribute('cacheResultFile'); + } + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveCacheTokensAttribute.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCacheTokensAttribute.php old mode 100755 new mode 100644 similarity index 89% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveCacheTokensAttribute.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCacheTokensAttribute.php index 0eec12ac..faf16f2e --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveCacheTokensAttribute.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCacheTokensAttribute.php @@ -9,7 +9,9 @@ */ namespace PHPUnit\TextUI\XmlConfiguration; +use function assert; use DOMDocument; +use DOMElement; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit @@ -20,6 +22,8 @@ final class RemoveCacheTokensAttribute implements Migration { $root = $document->documentElement; + assert($root instanceof DOMElement); + if ($root->hasAttribute('cacheTokens')) { $root->removeAttribute('cacheTokens'); } diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveConversionToExceptionsAttributes.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveConversionToExceptionsAttributes.php new file mode 100644 index 00000000..267ff0e8 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveConversionToExceptionsAttributes.php @@ -0,0 +1,43 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\XmlConfiguration; + +use function assert; +use DOMDocument; +use DOMElement; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class RemoveConversionToExceptionsAttributes implements Migration +{ + public function migrate(DOMDocument $document): void + { + $root = $document->documentElement; + + assert($root instanceof DOMElement); + + if ($root->hasAttribute('convertDeprecationsToExceptions')) { + $root->removeAttribute('convertDeprecationsToExceptions'); + } + + if ($root->hasAttribute('convertErrorsToExceptions')) { + $root->removeAttribute('convertErrorsToExceptions'); + } + + if ($root->hasAttribute('convertNoticesToExceptions')) { + $root->removeAttribute('convertNoticesToExceptions'); + } + + if ($root->hasAttribute('convertWarningsToExceptions')) { + $root->removeAttribute('convertWarningsToExceptions'); + } + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCoverageElementCacheDirectoryAttribute.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCoverageElementCacheDirectoryAttribute.php new file mode 100644 index 00000000..f34518e3 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCoverageElementCacheDirectoryAttribute.php @@ -0,0 +1,32 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\XmlConfiguration; + +use DOMDocument; +use DOMElement; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class RemoveCoverageElementCacheDirectoryAttribute implements Migration +{ + public function migrate(DOMDocument $document): void + { + $node = $document->getElementsByTagName('coverage')->item(0); + + if (!$node instanceof DOMElement || $node->parentNode === null) { + return; + } + + if ($node->hasAttribute('cacheDirectory')) { + $node->removeAttribute('cacheDirectory'); + } + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCoverageElementProcessUncoveredFilesAttribute.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCoverageElementProcessUncoveredFilesAttribute.php new file mode 100644 index 00000000..7a55eacf --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveCoverageElementProcessUncoveredFilesAttribute.php @@ -0,0 +1,32 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\XmlConfiguration; + +use DOMDocument; +use DOMElement; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class RemoveCoverageElementProcessUncoveredFilesAttribute implements Migration +{ + public function migrate(DOMDocument $document): void + { + $node = $document->getElementsByTagName('coverage')->item(0); + + if (!$node instanceof DOMElement || $node->parentNode === null) { + return; + } + + if ($node->hasAttribute('processUncoveredFiles')) { + $node->removeAttribute('processUncoveredFiles'); + } + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveEmptyFilter.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveEmptyFilter.php old mode 100755 new mode 100644 similarity index 100% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveEmptyFilter.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveEmptyFilter.php diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveListeners.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveListeners.php new file mode 100644 index 00000000..3095c03b --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveListeners.php @@ -0,0 +1,30 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\XmlConfiguration; + +use DOMDocument; +use DOMElement; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class RemoveListeners implements Migration +{ + public function migrate(DOMDocument $document): void + { + $node = $document->getElementsByTagName('listeners')->item(0); + + if (!$node instanceof DOMElement || $node->parentNode === null) { + return; + } + + $node->parentNode->removeChild($node); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveLogTypes.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveLogTypes.php old mode 100755 new mode 100644 similarity index 96% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveLogTypes.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveLogTypes.php index 962ff13c..7419204e --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/RemoveLogTypes.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveLogTypes.php @@ -12,7 +12,6 @@ namespace PHPUnit\TextUI\XmlConfiguration; use function assert; use DOMDocument; use DOMElement; -use PHPUnit\Util\Xml\SnapshotNodeList; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveLoggingElements.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveLoggingElements.php new file mode 100644 index 00000000..cf59ce71 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveLoggingElements.php @@ -0,0 +1,48 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\XmlConfiguration; + +use DOMDocument; +use DOMElement; +use DOMXPath; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class RemoveLoggingElements implements Migration +{ + public function migrate(DOMDocument $document): void + { + $this->removeTestDoxElement($document); + $this->removeTextElement($document); + } + + private function removeTestDoxElement(DOMDocument $document): void + { + $node = (new DOMXPath($document))->query('logging/testdoxXml')->item(0); + + if (!$node instanceof DOMElement || $node->parentNode === null) { + return; + } + + $node->parentNode->removeChild($node); + } + + private function removeTextElement(DOMDocument $document): void + { + $node = (new DOMXPath($document))->query('logging/text')->item(0); + + if (!$node instanceof DOMElement || $node->parentNode === null) { + return; + } + + $node->parentNode->removeChild($node); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveNoInteractionAttribute.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveNoInteractionAttribute.php new file mode 100644 index 00000000..5efaefad --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveNoInteractionAttribute.php @@ -0,0 +1,31 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\XmlConfiguration; + +use function assert; +use DOMDocument; +use DOMElement; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class RemoveNoInteractionAttribute implements Migration +{ + public function migrate(DOMDocument $document): void + { + $root = $document->documentElement; + + assert($root instanceof DOMElement); + + if ($root->hasAttribute('noInteraction')) { + $root->removeAttribute('noInteraction'); + } + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemovePrinterAttributes.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemovePrinterAttributes.php new file mode 100644 index 00000000..5281cc3a --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemovePrinterAttributes.php @@ -0,0 +1,35 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\XmlConfiguration; + +use function assert; +use DOMDocument; +use DOMElement; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class RemovePrinterAttributes implements Migration +{ + public function migrate(DOMDocument $document): void + { + $root = $document->documentElement; + + assert($root instanceof DOMElement); + + if ($root->hasAttribute('printerClass')) { + $root->removeAttribute('printerClass'); + } + + if ($root->hasAttribute('printerFile')) { + $root->removeAttribute('printerFile'); + } + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveTestDoxGroupsElement.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveTestDoxGroupsElement.php new file mode 100644 index 00000000..50906f15 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveTestDoxGroupsElement.php @@ -0,0 +1,30 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\XmlConfiguration; + +use DOMDocument; +use DOMElement; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class RemoveTestDoxGroupsElement implements Migration +{ + public function migrate(DOMDocument $document): void + { + $node = $document->getElementsByTagName('testdoxGroups')->item(0); + + if (!$node instanceof DOMElement || $node->parentNode === null) { + return; + } + + $node->parentNode->removeChild($node); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveTestSuiteLoaderAttributes.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveTestSuiteLoaderAttributes.php new file mode 100644 index 00000000..4b15dc73 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveTestSuiteLoaderAttributes.php @@ -0,0 +1,35 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\XmlConfiguration; + +use function assert; +use DOMDocument; +use DOMElement; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class RemoveTestSuiteLoaderAttributes implements Migration +{ + public function migrate(DOMDocument $document): void + { + $root = $document->documentElement; + + assert($root instanceof DOMElement); + + if ($root->hasAttribute('testSuiteLoaderClass')) { + $root->removeAttribute('testSuiteLoaderClass'); + } + + if ($root->hasAttribute('testSuiteLoaderFile')) { + $root->removeAttribute('testSuiteLoaderFile'); + } + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveVerboseAttribute.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveVerboseAttribute.php new file mode 100644 index 00000000..6091cd5a --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RemoveVerboseAttribute.php @@ -0,0 +1,31 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\XmlConfiguration; + +use function assert; +use DOMDocument; +use DOMElement; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class RemoveVerboseAttribute implements Migration +{ + public function migrate(DOMDocument $document): void + { + $root = $document->documentElement; + + assert($root instanceof DOMElement); + + if ($root->hasAttribute('verbose')) { + $root->removeAttribute('verbose'); + } + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RenameBackupStaticAttributesAttribute.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RenameBackupStaticAttributesAttribute.php new file mode 100644 index 00000000..3fe871d9 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RenameBackupStaticAttributesAttribute.php @@ -0,0 +1,38 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\XmlConfiguration; + +use function assert; +use DOMDocument; +use DOMElement; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class RenameBackupStaticAttributesAttribute implements Migration +{ + public function migrate(DOMDocument $document): void + { + $root = $document->documentElement; + + assert($root instanceof DOMElement); + + if ($root->hasAttribute('backupStaticProperties')) { + return; + } + + if (!$root->hasAttribute('backupStaticAttributes')) { + return; + } + + $root->setAttribute('backupStaticProperties', $root->getAttribute('backupStaticAttributes')); + $root->removeAttribute('backupStaticAttributes'); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RenameBeStrictAboutCoversAnnotationAttribute.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RenameBeStrictAboutCoversAnnotationAttribute.php new file mode 100644 index 00000000..eba48730 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RenameBeStrictAboutCoversAnnotationAttribute.php @@ -0,0 +1,38 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\XmlConfiguration; + +use function assert; +use DOMDocument; +use DOMElement; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class RenameBeStrictAboutCoversAnnotationAttribute implements Migration +{ + public function migrate(DOMDocument $document): void + { + $root = $document->documentElement; + + assert($root instanceof DOMElement); + + if ($root->hasAttribute('beStrictAboutCoverageMetadata')) { + return; + } + + if (!$root->hasAttribute('beStrictAboutCoversAnnotation')) { + return; + } + + $root->setAttribute('beStrictAboutCoverageMetadata', $root->getAttribute('beStrictAboutCoversAnnotation')); + $root->removeAttribute('beStrictAboutCoversAnnotation'); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RenameForceCoversAnnotationAttribute.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RenameForceCoversAnnotationAttribute.php new file mode 100644 index 00000000..b1b41f5d --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/RenameForceCoversAnnotationAttribute.php @@ -0,0 +1,38 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\XmlConfiguration; + +use function assert; +use DOMDocument; +use DOMElement; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class RenameForceCoversAnnotationAttribute implements Migration +{ + public function migrate(DOMDocument $document): void + { + $root = $document->documentElement; + + assert($root instanceof DOMElement); + + if ($root->hasAttribute('requireCoverageMetadata')) { + return; + } + + if (!$root->hasAttribute('forceCoversAnnotation')) { + return; + } + + $root->setAttribute('requireCoverageMetadata', $root->getAttribute('forceCoversAnnotation')); + $root->removeAttribute('forceCoversAnnotation'); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/UpdateSchemaLocationTo93.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/UpdateSchemaLocation.php old mode 100755 new mode 100644 similarity index 65% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/UpdateSchemaLocationTo93.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/UpdateSchemaLocation.php index ddcfcf07..d8f65d6a --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrations/UpdateSchemaLocationTo93.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrations/UpdateSchemaLocation.php @@ -9,19 +9,26 @@ */ namespace PHPUnit\TextUI\XmlConfiguration; +use function assert; use DOMDocument; +use DOMElement; +use PHPUnit\Runner\Version; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit */ -final class UpdateSchemaLocationTo93 implements Migration +final class UpdateSchemaLocation implements Migration { public function migrate(DOMDocument $document): void { - $document->documentElement->setAttributeNS( + $root = $document->documentElement; + + assert($root instanceof DOMElement); + + $root->setAttributeNS( 'http://www.w3.org/2001/XMLSchema-instance', 'xsi:noNamespaceSchemaLocation', - 'https://schema.phpunit.de/9.3/phpunit.xsd', + 'https://schema.phpunit.de/' . Version::series() . '/phpunit.xsd', ); } } diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrator.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrator.php old mode 100755 new mode 100644 similarity index 85% rename from Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrator.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrator.php index 57bc9f2e..2755a4f5 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Migration/Migrator.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/Migrator.php @@ -10,9 +10,8 @@ namespace PHPUnit\TextUI\XmlConfiguration; use function sprintf; -use PHPUnit\Util\Xml\Exception as XmlException; use PHPUnit\Util\Xml\Loader as XmlLoader; -use PHPUnit\Util\Xml\SchemaDetector; +use PHPUnit\Util\Xml\XmlException; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit @@ -38,12 +37,7 @@ final class Migrator ); } - $configurationDocument = (new XmlLoader)->loadFile( - $filename, - false, - true, - true, - ); + $configurationDocument = (new XmlLoader)->loadFile($filename); foreach ((new MigrationBuilder)->build($origin->version()) as $migration) { $migration->migrate($configurationDocument); diff --git a/Sources/vendor/phpunit/phpunit/src/Util/Xml/SnapshotNodeList.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/SnapshotNodeList.php old mode 100755 new mode 100644 similarity index 90% rename from Sources/vendor/phpunit/phpunit/src/Util/Xml/SnapshotNodeList.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/SnapshotNodeList.php index e383678d..a760c3f2 --- a/Sources/vendor/phpunit/phpunit/src/Util/Xml/SnapshotNodeList.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Migration/SnapshotNodeList.php @@ -7,7 +7,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Util\Xml; +namespace PHPUnit\TextUI\XmlConfiguration; use function count; use ArrayIterator; @@ -24,9 +24,9 @@ use IteratorAggregate; final class SnapshotNodeList implements Countable, IteratorAggregate { /** - * @var DOMNode[] + * @psalm-var list */ - private $nodes = []; + private array $nodes = []; public static function fromNodeList(DOMNodeList $list): self { diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/PHPUnit.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/PHPUnit.php new file mode 100644 index 00000000..6c3ddd64 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/PHPUnit.php @@ -0,0 +1,475 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\XmlConfiguration; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + * + * @psalm-immutable + */ +final class PHPUnit +{ + private readonly ?string $cacheDirectory; + private readonly bool $cacheResult; + private readonly ?string $cacheResultFile; + private readonly int|string $columns; + private readonly string $colors; + private readonly bool $stderr; + private readonly bool $displayDetailsOnIncompleteTests; + private readonly bool $displayDetailsOnSkippedTests; + private readonly bool $displayDetailsOnTestsThatTriggerDeprecations; + private readonly bool $displayDetailsOnTestsThatTriggerErrors; + private readonly bool $displayDetailsOnTestsThatTriggerNotices; + private readonly bool $displayDetailsOnTestsThatTriggerWarnings; + private readonly bool $reverseDefectList; + private readonly bool $requireCoverageMetadata; + private readonly ?string $bootstrap; + private readonly bool $processIsolation; + private readonly bool $failOnDeprecation; + private readonly bool $failOnEmptyTestSuite; + private readonly bool $failOnIncomplete; + private readonly bool $failOnNotice; + private readonly bool $failOnRisky; + private readonly bool $failOnSkipped; + private readonly bool $failOnWarning; + private readonly bool $stopOnDefect; + private readonly bool $stopOnDeprecation; + private readonly bool $stopOnError; + private readonly bool $stopOnFailure; + private readonly bool $stopOnIncomplete; + private readonly bool $stopOnNotice; + private readonly bool $stopOnRisky; + private readonly bool $stopOnSkipped; + private readonly bool $stopOnWarning; + + /** + * @psalm-var ?non-empty-string + */ + private readonly ?string $extensionsDirectory; + private readonly bool $beStrictAboutChangesToGlobalState; + private readonly bool $beStrictAboutOutputDuringTests; + private readonly bool $beStrictAboutTestsThatDoNotTestAnything; + private readonly bool $beStrictAboutCoverageMetadata; + private readonly bool $enforceTimeLimit; + private readonly int $defaultTimeLimit; + private readonly int $timeoutForSmallTests; + private readonly int $timeoutForMediumTests; + private readonly int $timeoutForLargeTests; + private readonly ?string $defaultTestSuite; + private readonly int $executionOrder; + private readonly bool $resolveDependencies; + private readonly bool $defectsFirst; + private readonly bool $backupGlobals; + private readonly bool $backupStaticProperties; + private readonly bool $registerMockObjectsFromTestArgumentsRecursively; + private readonly bool $testdoxPrinter; + private readonly bool $controlGarbageCollector; + private readonly int $numberOfTestsBeforeGarbageCollection; + + /** + * @psalm-param ?non-empty-string $extensionsDirectory + */ + public function __construct(?string $cacheDirectory, bool $cacheResult, ?string $cacheResultFile, int|string $columns, string $colors, bool $stderr, bool $displayDetailsOnIncompleteTests, bool $displayDetailsOnSkippedTests, bool $displayDetailsOnTestsThatTriggerDeprecations, bool $displayDetailsOnTestsThatTriggerErrors, bool $displayDetailsOnTestsThatTriggerNotices, bool $displayDetailsOnTestsThatTriggerWarnings, bool $reverseDefectList, bool $requireCoverageMetadata, ?string $bootstrap, bool $processIsolation, bool $failOnDeprecation, bool $failOnEmptyTestSuite, bool $failOnIncomplete, bool $failOnNotice, bool $failOnRisky, bool $failOnSkipped, bool $failOnWarning, bool $stopOnDefect, bool $stopOnDeprecation, bool $stopOnError, bool $stopOnFailure, bool $stopOnIncomplete, bool $stopOnNotice, bool $stopOnRisky, bool $stopOnSkipped, bool $stopOnWarning, ?string $extensionsDirectory, bool $beStrictAboutChangesToGlobalState, bool $beStrictAboutOutputDuringTests, bool $beStrictAboutTestsThatDoNotTestAnything, bool $beStrictAboutCoverageMetadata, bool $enforceTimeLimit, int $defaultTimeLimit, int $timeoutForSmallTests, int $timeoutForMediumTests, int $timeoutForLargeTests, ?string $defaultTestSuite, int $executionOrder, bool $resolveDependencies, bool $defectsFirst, bool $backupGlobals, bool $backupStaticProperties, bool $registerMockObjectsFromTestArgumentsRecursively, bool $testdoxPrinter, bool $controlGarbageCollector, int $numberOfTestsBeforeGarbageCollection) + { + $this->cacheDirectory = $cacheDirectory; + $this->cacheResult = $cacheResult; + $this->cacheResultFile = $cacheResultFile; + $this->columns = $columns; + $this->colors = $colors; + $this->stderr = $stderr; + $this->displayDetailsOnIncompleteTests = $displayDetailsOnIncompleteTests; + $this->displayDetailsOnSkippedTests = $displayDetailsOnSkippedTests; + $this->displayDetailsOnTestsThatTriggerDeprecations = $displayDetailsOnTestsThatTriggerDeprecations; + $this->displayDetailsOnTestsThatTriggerErrors = $displayDetailsOnTestsThatTriggerErrors; + $this->displayDetailsOnTestsThatTriggerNotices = $displayDetailsOnTestsThatTriggerNotices; + $this->displayDetailsOnTestsThatTriggerWarnings = $displayDetailsOnTestsThatTriggerWarnings; + $this->reverseDefectList = $reverseDefectList; + $this->requireCoverageMetadata = $requireCoverageMetadata; + $this->bootstrap = $bootstrap; + $this->processIsolation = $processIsolation; + $this->failOnDeprecation = $failOnDeprecation; + $this->failOnEmptyTestSuite = $failOnEmptyTestSuite; + $this->failOnIncomplete = $failOnIncomplete; + $this->failOnNotice = $failOnNotice; + $this->failOnRisky = $failOnRisky; + $this->failOnSkipped = $failOnSkipped; + $this->failOnWarning = $failOnWarning; + $this->stopOnDefect = $stopOnDefect; + $this->stopOnDeprecation = $stopOnDeprecation; + $this->stopOnError = $stopOnError; + $this->stopOnFailure = $stopOnFailure; + $this->stopOnIncomplete = $stopOnIncomplete; + $this->stopOnNotice = $stopOnNotice; + $this->stopOnRisky = $stopOnRisky; + $this->stopOnSkipped = $stopOnSkipped; + $this->stopOnWarning = $stopOnWarning; + $this->extensionsDirectory = $extensionsDirectory; + $this->beStrictAboutChangesToGlobalState = $beStrictAboutChangesToGlobalState; + $this->beStrictAboutOutputDuringTests = $beStrictAboutOutputDuringTests; + $this->beStrictAboutTestsThatDoNotTestAnything = $beStrictAboutTestsThatDoNotTestAnything; + $this->beStrictAboutCoverageMetadata = $beStrictAboutCoverageMetadata; + $this->enforceTimeLimit = $enforceTimeLimit; + $this->defaultTimeLimit = $defaultTimeLimit; + $this->timeoutForSmallTests = $timeoutForSmallTests; + $this->timeoutForMediumTests = $timeoutForMediumTests; + $this->timeoutForLargeTests = $timeoutForLargeTests; + $this->defaultTestSuite = $defaultTestSuite; + $this->executionOrder = $executionOrder; + $this->resolveDependencies = $resolveDependencies; + $this->defectsFirst = $defectsFirst; + $this->backupGlobals = $backupGlobals; + $this->backupStaticProperties = $backupStaticProperties; + $this->registerMockObjectsFromTestArgumentsRecursively = $registerMockObjectsFromTestArgumentsRecursively; + $this->testdoxPrinter = $testdoxPrinter; + $this->controlGarbageCollector = $controlGarbageCollector; + $this->numberOfTestsBeforeGarbageCollection = $numberOfTestsBeforeGarbageCollection; + } + + /** + * @psalm-assert-if-true !null $this->cacheDirectory + */ + public function hasCacheDirectory(): bool + { + return $this->cacheDirectory !== null; + } + + /** + * @throws Exception + */ + public function cacheDirectory(): string + { + if (!$this->hasCacheDirectory()) { + throw new Exception('Cache directory is not configured'); + } + + return $this->cacheDirectory; + } + + public function cacheResult(): bool + { + return $this->cacheResult; + } + + /** + * @psalm-assert-if-true !null $this->cacheResultFile + * + * @deprecated + */ + public function hasCacheResultFile(): bool + { + return $this->cacheResultFile !== null; + } + + /** + * @throws Exception + * + * @deprecated + */ + public function cacheResultFile(): string + { + if (!$this->hasCacheResultFile()) { + throw new Exception('Cache result file is not configured'); + } + + return $this->cacheResultFile; + } + + public function columns(): int|string + { + return $this->columns; + } + + public function colors(): string + { + return $this->colors; + } + + public function stderr(): bool + { + return $this->stderr; + } + + public function displayDetailsOnIncompleteTests(): bool + { + return $this->displayDetailsOnIncompleteTests; + } + + public function displayDetailsOnSkippedTests(): bool + { + return $this->displayDetailsOnSkippedTests; + } + + public function displayDetailsOnTestsThatTriggerDeprecations(): bool + { + return $this->displayDetailsOnTestsThatTriggerDeprecations; + } + + public function displayDetailsOnTestsThatTriggerErrors(): bool + { + return $this->displayDetailsOnTestsThatTriggerErrors; + } + + public function displayDetailsOnTestsThatTriggerNotices(): bool + { + return $this->displayDetailsOnTestsThatTriggerNotices; + } + + public function displayDetailsOnTestsThatTriggerWarnings(): bool + { + return $this->displayDetailsOnTestsThatTriggerWarnings; + } + + public function reverseDefectList(): bool + { + return $this->reverseDefectList; + } + + public function requireCoverageMetadata(): bool + { + return $this->requireCoverageMetadata; + } + + /** + * @psalm-assert-if-true !null $this->bootstrap + */ + public function hasBootstrap(): bool + { + return $this->bootstrap !== null; + } + + /** + * @throws Exception + */ + public function bootstrap(): string + { + if (!$this->hasBootstrap()) { + throw new Exception('Bootstrap script is not configured'); + } + + return $this->bootstrap; + } + + public function processIsolation(): bool + { + return $this->processIsolation; + } + + public function failOnDeprecation(): bool + { + return $this->failOnDeprecation; + } + + public function failOnEmptyTestSuite(): bool + { + return $this->failOnEmptyTestSuite; + } + + public function failOnIncomplete(): bool + { + return $this->failOnIncomplete; + } + + public function failOnNotice(): bool + { + return $this->failOnNotice; + } + + public function failOnRisky(): bool + { + return $this->failOnRisky; + } + + public function failOnSkipped(): bool + { + return $this->failOnSkipped; + } + + public function failOnWarning(): bool + { + return $this->failOnWarning; + } + + public function stopOnDefect(): bool + { + return $this->stopOnDefect; + } + + public function stopOnDeprecation(): bool + { + return $this->stopOnDeprecation; + } + + public function stopOnError(): bool + { + return $this->stopOnError; + } + + public function stopOnFailure(): bool + { + return $this->stopOnFailure; + } + + public function stopOnIncomplete(): bool + { + return $this->stopOnIncomplete; + } + + public function stopOnNotice(): bool + { + return $this->stopOnNotice; + } + + public function stopOnRisky(): bool + { + return $this->stopOnRisky; + } + + public function stopOnSkipped(): bool + { + return $this->stopOnSkipped; + } + + public function stopOnWarning(): bool + { + return $this->stopOnWarning; + } + + /** + * @psalm-assert-if-true !null $this->extensionsDirectory + */ + public function hasExtensionsDirectory(): bool + { + return $this->extensionsDirectory !== null; + } + + /** + * @psalm-return non-empty-string + * + * @throws Exception + */ + public function extensionsDirectory(): string + { + if (!$this->hasExtensionsDirectory()) { + throw new Exception('Extensions directory is not configured'); + } + + return $this->extensionsDirectory; + } + + public function beStrictAboutChangesToGlobalState(): bool + { + return $this->beStrictAboutChangesToGlobalState; + } + + public function beStrictAboutOutputDuringTests(): bool + { + return $this->beStrictAboutOutputDuringTests; + } + + public function beStrictAboutTestsThatDoNotTestAnything(): bool + { + return $this->beStrictAboutTestsThatDoNotTestAnything; + } + + public function beStrictAboutCoverageMetadata(): bool + { + return $this->beStrictAboutCoverageMetadata; + } + + public function enforceTimeLimit(): bool + { + return $this->enforceTimeLimit; + } + + public function defaultTimeLimit(): int + { + return $this->defaultTimeLimit; + } + + public function timeoutForSmallTests(): int + { + return $this->timeoutForSmallTests; + } + + public function timeoutForMediumTests(): int + { + return $this->timeoutForMediumTests; + } + + public function timeoutForLargeTests(): int + { + return $this->timeoutForLargeTests; + } + + /** + * @psalm-assert-if-true !null $this->defaultTestSuite + */ + public function hasDefaultTestSuite(): bool + { + return $this->defaultTestSuite !== null; + } + + /** + * @throws Exception + */ + public function defaultTestSuite(): string + { + if (!$this->hasDefaultTestSuite()) { + throw new Exception('Default test suite is not configured'); + } + + return $this->defaultTestSuite; + } + + public function executionOrder(): int + { + return $this->executionOrder; + } + + public function resolveDependencies(): bool + { + return $this->resolveDependencies; + } + + public function defectsFirst(): bool + { + return $this->defectsFirst; + } + + public function backupGlobals(): bool + { + return $this->backupGlobals; + } + + public function backupStaticProperties(): bool + { + return $this->backupStaticProperties; + } + + public function registerMockObjectsFromTestArgumentsRecursively(): bool + { + return $this->registerMockObjectsFromTestArgumentsRecursively; + } + + public function testdoxPrinter(): bool + { + return $this->testdoxPrinter; + } + + public function controlGarbageCollector(): bool + { + return $this->controlGarbageCollector; + } + + public function numberOfTestsBeforeGarbageCollection(): int + { + return $this->numberOfTestsBeforeGarbageCollection; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Util/Xml/FailedSchemaDetectionResult.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/SchemaDetector/FailedSchemaDetectionResult.php old mode 100755 new mode 100644 similarity index 91% rename from Sources/vendor/phpunit/phpunit/src/Util/Xml/FailedSchemaDetectionResult.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/SchemaDetector/FailedSchemaDetectionResult.php index 0949f568..82124a2c --- a/Sources/vendor/phpunit/phpunit/src/Util/Xml/FailedSchemaDetectionResult.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/SchemaDetector/FailedSchemaDetectionResult.php @@ -7,7 +7,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Util\Xml; +namespace PHPUnit\TextUI\XmlConfiguration; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit diff --git a/Sources/vendor/phpunit/phpunit/src/Util/Xml/SchemaDetectionResult.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/SchemaDetector/SchemaDetectionResult.php old mode 100755 new mode 100644 similarity index 76% rename from Sources/vendor/phpunit/phpunit/src/Util/Xml/SchemaDetectionResult.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/SchemaDetector/SchemaDetectionResult.php index 442aae49..e92426a1 --- a/Sources/vendor/phpunit/phpunit/src/Util/Xml/SchemaDetectionResult.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/SchemaDetector/SchemaDetectionResult.php @@ -7,7 +7,9 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Util\Xml; +namespace PHPUnit\TextUI\XmlConfiguration; + +use PHPUnit\Util\Xml\XmlException; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit @@ -22,10 +24,10 @@ abstract class SchemaDetectionResult } /** - * @throws Exception + * @throws XmlException */ public function version(): string { - throw new Exception('No supported schema was detected'); + throw new XmlException('No supported schema was detected'); } } diff --git a/Sources/vendor/phpunit/phpunit/src/Util/Xml/SchemaDetector.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/SchemaDetector/SchemaDetector.php old mode 100755 new mode 100644 similarity index 75% rename from Sources/vendor/phpunit/phpunit/src/Util/Xml/SchemaDetector.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/SchemaDetector/SchemaDetector.php index 46f2b947..8d39f860 --- a/Sources/vendor/phpunit/phpunit/src/Util/Xml/SchemaDetector.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/SchemaDetector/SchemaDetector.php @@ -7,7 +7,10 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Util\Xml; +namespace PHPUnit\TextUI\XmlConfiguration; + +use PHPUnit\Util\Xml\Loader; +use PHPUnit\Util\Xml\XmlException; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit @@ -15,18 +18,13 @@ namespace PHPUnit\Util\Xml; final class SchemaDetector { /** - * @throws Exception + * @throws XmlException */ public function detect(string $filename): SchemaDetectionResult { - $document = (new Loader)->loadFile( - $filename, - false, - true, - true, - ); + $document = (new Loader)->loadFile($filename); - foreach (['9.2', '8.5'] as $candidate) { + foreach (['10.0', '9.5', '9.2', '8.5'] as $candidate) { $schema = (new SchemaFinder)->find($candidate); if (!(new Validator)->validate($document, $schema)->hasValidationErrors()) { diff --git a/Sources/vendor/phpunit/phpunit/src/Util/Xml/SuccessfulSchemaDetectionResult.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/SchemaDetector/SuccessfulSchemaDetectionResult.php old mode 100755 new mode 100644 similarity index 89% rename from Sources/vendor/phpunit/phpunit/src/Util/Xml/SuccessfulSchemaDetectionResult.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/SchemaDetector/SuccessfulSchemaDetectionResult.php index 8b517e29..07b0b03a --- a/Sources/vendor/phpunit/phpunit/src/Util/Xml/SuccessfulSchemaDetectionResult.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/SchemaDetector/SuccessfulSchemaDetectionResult.php @@ -7,7 +7,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Util\Xml; +namespace PHPUnit\TextUI\XmlConfiguration; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit @@ -16,10 +16,7 @@ namespace PHPUnit\Util\Xml; */ final class SuccessfulSchemaDetectionResult extends SchemaDetectionResult { - /** - * @var string - */ - private $version; + private readonly string $version; public function __construct(string $version) { diff --git a/Sources/vendor/phpunit/phpunit/src/Util/Xml/SchemaFinder.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/SchemaFinder.php old mode 100755 new mode 100644 similarity index 86% rename from Sources/vendor/phpunit/phpunit/src/Util/Xml/SchemaFinder.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/SchemaFinder.php index af17dfe9..8e46a489 --- a/Sources/vendor/phpunit/phpunit/src/Util/Xml/SchemaFinder.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/SchemaFinder.php @@ -7,7 +7,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Util\Xml; +namespace PHPUnit\TextUI\XmlConfiguration; use function defined; use function is_file; @@ -20,7 +20,7 @@ use PHPUnit\Runner\Version; final class SchemaFinder { /** - * @throws Exception + * @throws CannotFindSchemaException */ public function find(string $version): string { @@ -31,7 +31,7 @@ final class SchemaFinder } if (!is_file($filename)) { - throw new Exception( + throw new CannotFindSchemaException( sprintf( 'Schema for PHPUnit %s is not available', $version, @@ -48,6 +48,6 @@ final class SchemaFinder return __PHPUNIT_PHAR_ROOT__ . '/'; } - return __DIR__ . '/../../../'; + return __DIR__ . '/../../../../'; } } diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/TestSuiteMapper.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/TestSuiteMapper.php old mode 100755 new mode 100644 similarity index 58% rename from Sources/vendor/phpunit/phpunit/src/TextUI/TestSuiteMapper.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/TestSuiteMapper.php index a0ea593a..530ae10b --- a/Sources/vendor/phpunit/phpunit/src/TextUI/TestSuiteMapper.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/TestSuiteMapper.php @@ -7,18 +7,23 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\TextUI; +namespace PHPUnit\TextUI\XmlConfiguration; use const PHP_VERSION; +use function array_merge; +use function array_unique; use function explode; use function in_array; use function is_dir; use function is_file; -use function strpos; +use function str_contains; use function version_compare; use PHPUnit\Framework\Exception as FrameworkException; use PHPUnit\Framework\TestSuite as TestSuiteObject; -use PHPUnit\TextUI\XmlConfiguration\TestSuiteCollection; +use PHPUnit\TextUI\Configuration\TestSuiteCollection; +use PHPUnit\TextUI\RuntimeException; +use PHPUnit\TextUI\TestDirectoryNotFoundException; +use PHPUnit\TextUI\TestFileNotFoundException; use SebastianBergmann\FileIterator\Facade; /** @@ -27,23 +32,27 @@ use SebastianBergmann\FileIterator\Facade; final class TestSuiteMapper { /** + * @psalm-param non-empty-string $xmlConfigurationFile, + * * @throws RuntimeException * @throws TestDirectoryNotFoundException * @throws TestFileNotFoundException */ - public function map(TestSuiteCollection $configuration, string $filter): TestSuiteObject + public function map(string $xmlConfigurationFile, TestSuiteCollection $configuration, string $filter, string $excludedTestSuites): TestSuiteObject { try { - $filterAsArray = $filter ? explode(',', $filter) : []; - $result = new TestSuiteObject; + $filterAsArray = $filter ? explode(',', $filter) : []; + $excludedFilterAsArray = $excludedTestSuites ? explode(',', $excludedTestSuites) : []; + $result = TestSuiteObject::empty($xmlConfigurationFile); foreach ($configuration as $testSuiteConfiguration) { if (!empty($filterAsArray) && !in_array($testSuiteConfiguration->name(), $filterAsArray, true)) { continue; } - $testSuite = new TestSuiteObject($testSuiteConfiguration->name()); - $testSuiteEmpty = true; + if (!empty($excludedFilterAsArray) && in_array($testSuiteConfiguration->name(), $excludedFilterAsArray, true)) { + continue; + } $exclude = []; @@ -51,25 +60,26 @@ final class TestSuiteMapper $exclude[] = $file->path(); } + $files = []; + foreach ($testSuiteConfiguration->directories() as $directory) { + if (!str_contains($directory->path(), '*') && !is_dir($directory->path())) { + throw new TestDirectoryNotFoundException($directory->path()); + } + if (!version_compare(PHP_VERSION, $directory->phpVersion(), $directory->phpVersionOperator()->asString())) { continue; } - $files = (new Facade)->getFilesAsArray( - $directory->path(), - $directory->suffix(), - $directory->prefix(), - $exclude, + $files = array_merge( + $files, + (new Facade)->getFilesAsArray( + $directory->path(), + $directory->suffix(), + $directory->prefix(), + $exclude, + ), ); - - if (!empty($files)) { - $testSuite->addTestFiles($files); - - $testSuiteEmpty = false; - } elseif (strpos($directory->path(), '*') === false && !is_dir($directory->path())) { - throw new TestDirectoryNotFoundException($directory->path()); - } } foreach ($testSuiteConfiguration->files() as $file) { @@ -81,12 +91,14 @@ final class TestSuiteMapper continue; } - $testSuite->addTestFile($file->path()); - - $testSuiteEmpty = false; + $files[] = $file->path(); } - if (!$testSuiteEmpty) { + if (!empty($files)) { + $testSuite = TestSuiteObject::empty($testSuiteConfiguration->name()); + + $testSuite->addTestFiles(array_unique($files)); + $result->addTest($testSuite); } } diff --git a/Sources/vendor/phpunit/phpunit/src/Util/Xml/ValidationResult.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Validator/ValidationResult.php old mode 100755 new mode 100644 similarity index 94% rename from Sources/vendor/phpunit/phpunit/src/Util/Xml/ValidationResult.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Validator/ValidationResult.php index 3292267b..fc4a0ee2 --- a/Sources/vendor/phpunit/phpunit/src/Util/Xml/ValidationResult.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Validator/ValidationResult.php @@ -7,7 +7,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Util\Xml; +namespace PHPUnit\TextUI\XmlConfiguration; use function sprintf; use function trim; @@ -22,7 +22,7 @@ final class ValidationResult /** * @psalm-var array> */ - private $validationErrors = []; + private readonly array $validationErrors; /** * @psalm-param array $errors diff --git a/Sources/vendor/phpunit/phpunit/src/Util/Xml/Validator.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Validator/Validator.php old mode 100755 new mode 100644 similarity index 95% rename from Sources/vendor/phpunit/phpunit/src/Util/Xml/Validator.php rename to Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Validator/Validator.php index b3c4e05b..b93f961a --- a/Sources/vendor/phpunit/phpunit/src/Util/Xml/Validator.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Configuration/Xml/Validator/Validator.php @@ -7,7 +7,7 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace PHPUnit\Util\Xml; +namespace PHPUnit\TextUI\XmlConfiguration; use function file_get_contents; use function libxml_clear_errors; diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/DefaultResultPrinter.php b/Sources/vendor/phpunit/phpunit/src/TextUI/DefaultResultPrinter.php deleted file mode 100755 index 09de8588..00000000 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/DefaultResultPrinter.php +++ /dev/null @@ -1,585 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\TextUI; - -use const PHP_EOL; -use function array_map; -use function array_reverse; -use function count; -use function floor; -use function implode; -use function in_array; -use function is_int; -use function max; -use function preg_split; -use function sprintf; -use function str_pad; -use function str_repeat; -use function strlen; -use function trim; -use function vsprintf; -use PHPUnit\Framework\AssertionFailedError; -use PHPUnit\Framework\Exception; -use PHPUnit\Framework\InvalidArgumentException; -use PHPUnit\Framework\Test; -use PHPUnit\Framework\TestCase; -use PHPUnit\Framework\TestFailure; -use PHPUnit\Framework\TestResult; -use PHPUnit\Framework\TestSuite; -use PHPUnit\Framework\Warning; -use PHPUnit\Runner\PhptTestCase; -use PHPUnit\Util\Color; -use PHPUnit\Util\Printer; -use SebastianBergmann\Environment\Console; -use SebastianBergmann\Timer\ResourceUsageFormatter; -use SebastianBergmann\Timer\Timer; -use Throwable; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - */ -class DefaultResultPrinter extends Printer implements ResultPrinter -{ - public const EVENT_TEST_START = 0; - public const EVENT_TEST_END = 1; - public const EVENT_TESTSUITE_START = 2; - public const EVENT_TESTSUITE_END = 3; - public const COLOR_NEVER = 'never'; - public const COLOR_AUTO = 'auto'; - public const COLOR_ALWAYS = 'always'; - public const COLOR_DEFAULT = self::COLOR_NEVER; - private const AVAILABLE_COLORS = [self::COLOR_NEVER, self::COLOR_AUTO, self::COLOR_ALWAYS]; - - /** - * @var int - */ - protected $column = 0; - - /** - * @var int - */ - protected $maxColumn; - - /** - * @var bool - */ - protected $lastTestFailed = false; - - /** - * @var int - */ - protected $numAssertions = 0; - - /** - * @var int - */ - protected $numTests = -1; - - /** - * @var int - */ - protected $numTestsRun = 0; - - /** - * @var int - */ - protected $numTestsWidth; - - /** - * @var bool - */ - protected $colors = false; - - /** - * @var bool - */ - protected $debug = false; - - /** - * @var bool - */ - protected $verbose = false; - - /** - * @var int - */ - private $numberOfColumns; - - /** - * @var bool - */ - private $reverse; - - /** - * @var bool - */ - private $defectListPrinted = false; - - /** - * @var Timer - */ - private $timer; - - /** - * Constructor. - * - * @param null|resource|string $out - * @param int|string $numberOfColumns - * - * @throws Exception - */ - public function __construct($out = null, bool $verbose = false, string $colors = self::COLOR_DEFAULT, bool $debug = false, $numberOfColumns = 80, bool $reverse = false) - { - parent::__construct($out); - - if (!in_array($colors, self::AVAILABLE_COLORS, true)) { - throw InvalidArgumentException::create( - 3, - vsprintf('value from "%s", "%s" or "%s"', self::AVAILABLE_COLORS), - ); - } - - if (!is_int($numberOfColumns) && $numberOfColumns !== 'max') { - throw InvalidArgumentException::create(5, 'integer or "max"'); - } - - $console = new Console; - $maxNumberOfColumns = $console->getNumberOfColumns(); - - if ($numberOfColumns === 'max' || ($numberOfColumns !== 80 && $numberOfColumns > $maxNumberOfColumns)) { - $numberOfColumns = $maxNumberOfColumns; - } - - $this->numberOfColumns = $numberOfColumns; - $this->verbose = $verbose; - $this->debug = $debug; - $this->reverse = $reverse; - - if ($colors === self::COLOR_AUTO && $console->hasColorSupport()) { - $this->colors = true; - } else { - $this->colors = (self::COLOR_ALWAYS === $colors); - } - - $this->timer = new Timer; - - $this->timer->start(); - } - - public function printResult(TestResult $result): void - { - $this->printHeader($result); - $this->printErrors($result); - $this->printWarnings($result); - $this->printFailures($result); - $this->printRisky($result); - - if ($this->verbose) { - $this->printIncompletes($result); - $this->printSkipped($result); - } - - $this->printFooter($result); - } - - /** - * An error occurred. - */ - public function addError(Test $test, Throwable $t, float $time): void - { - $this->writeProgressWithColor('fg-red, bold', 'E'); - $this->lastTestFailed = true; - } - - /** - * A failure occurred. - */ - public function addFailure(Test $test, AssertionFailedError $e, float $time): void - { - $this->writeProgressWithColor('bg-red, fg-white', 'F'); - $this->lastTestFailed = true; - } - - /** - * A warning occurred. - */ - public function addWarning(Test $test, Warning $e, float $time): void - { - $this->writeProgressWithColor('fg-yellow, bold', 'W'); - $this->lastTestFailed = true; - } - - /** - * Incomplete test. - */ - public function addIncompleteTest(Test $test, Throwable $t, float $time): void - { - $this->writeProgressWithColor('fg-yellow, bold', 'I'); - $this->lastTestFailed = true; - } - - /** - * Risky test. - */ - public function addRiskyTest(Test $test, Throwable $t, float $time): void - { - $this->writeProgressWithColor('fg-yellow, bold', 'R'); - $this->lastTestFailed = true; - } - - /** - * Skipped test. - */ - public function addSkippedTest(Test $test, Throwable $t, float $time): void - { - $this->writeProgressWithColor('fg-cyan, bold', 'S'); - $this->lastTestFailed = true; - } - - /** - * A testsuite started. - */ - public function startTestSuite(TestSuite $suite): void - { - if ($this->numTests == -1) { - $this->numTests = count($suite); - $this->numTestsWidth = strlen((string) $this->numTests); - $this->maxColumn = $this->numberOfColumns - strlen(' / (XXX%)') - (2 * $this->numTestsWidth); - } - } - - /** - * A testsuite ended. - */ - public function endTestSuite(TestSuite $suite): void - { - } - - /** - * A test started. - */ - public function startTest(Test $test): void - { - if ($this->debug) { - $this->write( - sprintf( - "Test '%s' started\n", - \PHPUnit\Util\Test::describeAsString($test), - ), - ); - } - } - - /** - * A test ended. - */ - public function endTest(Test $test, float $time): void - { - if ($this->debug) { - $this->write( - sprintf( - "Test '%s' ended\n", - \PHPUnit\Util\Test::describeAsString($test), - ), - ); - } - - if (!$this->lastTestFailed) { - $this->writeProgress('.'); - } - - if ($test instanceof TestCase) { - $this->numAssertions += $test->getNumAssertions(); - } elseif ($test instanceof PhptTestCase) { - $this->numAssertions++; - } - - $this->lastTestFailed = false; - - if ($test instanceof TestCase && !$test->hasExpectationOnOutput()) { - $this->write($test->getActualOutput()); - } - } - - protected function printDefects(array $defects, string $type): void - { - $count = count($defects); - - if ($count == 0) { - return; - } - - if ($this->defectListPrinted) { - $this->write("\n--\n\n"); - } - - $this->write( - sprintf( - "There %s %d %s%s:\n", - ($count == 1) ? 'was' : 'were', - $count, - $type, - ($count == 1) ? '' : 's', - ), - ); - - $i = 1; - - if ($this->reverse) { - $defects = array_reverse($defects); - } - - foreach ($defects as $defect) { - $this->printDefect($defect, $i++); - } - - $this->defectListPrinted = true; - } - - protected function printDefect(TestFailure $defect, int $count): void - { - $this->printDefectHeader($defect, $count); - $this->printDefectTrace($defect); - } - - protected function printDefectHeader(TestFailure $defect, int $count): void - { - $this->write( - sprintf( - "\n%d) %s\n", - $count, - $defect->getTestName(), - ), - ); - } - - protected function printDefectTrace(TestFailure $defect): void - { - $e = $defect->thrownException(); - - $this->write((string) $e); - - while ($e = $e->getPrevious()) { - $this->write("\nCaused by\n" . trim((string) $e) . "\n"); - } - } - - protected function printErrors(TestResult $result): void - { - $this->printDefects($result->errors(), 'error'); - } - - protected function printFailures(TestResult $result): void - { - $this->printDefects($result->failures(), 'failure'); - } - - protected function printWarnings(TestResult $result): void - { - $this->printDefects($result->warnings(), 'warning'); - } - - protected function printIncompletes(TestResult $result): void - { - $this->printDefects($result->notImplemented(), 'incomplete test'); - } - - protected function printRisky(TestResult $result): void - { - $this->printDefects($result->risky(), 'risky test'); - } - - protected function printSkipped(TestResult $result): void - { - $this->printDefects($result->skipped(), 'skipped test'); - } - - protected function printHeader(TestResult $result): void - { - if (count($result) > 0) { - $this->write(PHP_EOL . PHP_EOL . (new ResourceUsageFormatter)->resourceUsage($this->timer->stop()) . PHP_EOL . PHP_EOL); - } - } - - protected function printFooter(TestResult $result): void - { - if (count($result) === 0) { - $this->writeWithColor( - 'fg-black, bg-yellow', - 'No tests executed!', - ); - - return; - } - - if ($result->wasSuccessfulAndNoTestIsRiskyOrSkippedOrIncomplete()) { - $this->writeWithColor( - 'fg-black, bg-green', - sprintf( - 'OK (%d test%s, %d assertion%s)', - count($result), - (count($result) === 1) ? '' : 's', - $this->numAssertions, - ($this->numAssertions === 1) ? '' : 's', - ), - ); - - return; - } - - $color = 'fg-black, bg-yellow'; - - if ($result->wasSuccessful()) { - if ($this->verbose || !$result->allHarmless()) { - $this->write("\n"); - } - - $this->writeWithColor( - $color, - 'OK, but incomplete, skipped, or risky tests!', - ); - } else { - $this->write("\n"); - - if ($result->errorCount()) { - $color = 'fg-white, bg-red'; - - $this->writeWithColor( - $color, - 'ERRORS!', - ); - } elseif ($result->failureCount()) { - $color = 'fg-white, bg-red'; - - $this->writeWithColor( - $color, - 'FAILURES!', - ); - } elseif ($result->warningCount()) { - $color = 'fg-black, bg-yellow'; - - $this->writeWithColor( - $color, - 'WARNINGS!', - ); - } - } - - $this->writeCountString(count($result), 'Tests', $color, true); - $this->writeCountString($this->numAssertions, 'Assertions', $color, true); - $this->writeCountString($result->errorCount(), 'Errors', $color); - $this->writeCountString($result->failureCount(), 'Failures', $color); - $this->writeCountString($result->warningCount(), 'Warnings', $color); - $this->writeCountString($result->skippedCount(), 'Skipped', $color); - $this->writeCountString($result->notImplementedCount(), 'Incomplete', $color); - $this->writeCountString($result->riskyCount(), 'Risky', $color); - $this->writeWithColor($color, '.'); - } - - protected function writeProgress(string $progress): void - { - if ($this->debug) { - return; - } - - $this->write($progress); - $this->column++; - $this->numTestsRun++; - - if ($this->column == $this->maxColumn || $this->numTestsRun == $this->numTests) { - if ($this->numTestsRun == $this->numTests) { - $this->write(str_repeat(' ', $this->maxColumn - $this->column)); - } - - $this->write( - sprintf( - ' %' . $this->numTestsWidth . 'd / %' . - $this->numTestsWidth . 'd (%3s%%)', - $this->numTestsRun, - $this->numTests, - floor(($this->numTestsRun / $this->numTests) * 100), - ), - ); - - if ($this->column == $this->maxColumn) { - $this->writeNewLine(); - } - } - } - - protected function writeNewLine(): void - { - $this->column = 0; - $this->write("\n"); - } - - /** - * Formats a buffer with a specified ANSI color sequence if colors are - * enabled. - */ - protected function colorizeTextBox(string $color, string $buffer): string - { - if (!$this->colors) { - return $buffer; - } - - $lines = preg_split('/\r\n|\r|\n/', $buffer); - $padding = max(array_map('\strlen', $lines)); - - $styledLines = []; - - foreach ($lines as $line) { - $styledLines[] = Color::colorize($color, str_pad($line, $padding)); - } - - return implode(PHP_EOL, $styledLines); - } - - /** - * Writes a buffer out with a color sequence if colors are enabled. - */ - protected function writeWithColor(string $color, string $buffer, bool $lf = true): void - { - $this->write($this->colorizeTextBox($color, $buffer)); - - if ($lf) { - $this->write(PHP_EOL); - } - } - - /** - * Writes progress with a color sequence if colors are enabled. - */ - protected function writeProgressWithColor(string $color, string $buffer): void - { - $buffer = $this->colorizeTextBox($color, $buffer); - $this->writeProgress($buffer); - } - - private function writeCountString(int $count, string $name, string $color, bool $always = false): void - { - static $first = true; - - if ($always || $count > 0) { - $this->writeWithColor( - $color, - sprintf( - '%s%s: %d', - !$first ? ', ' : '', - $name, - $count, - ), - false, - ); - - $first = false; - } - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Exception/DirectoryDoesNotExistException.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Exception/DirectoryDoesNotExistException.php new file mode 100644 index 00000000..e3b11dea --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Exception/DirectoryDoesNotExistException.php @@ -0,0 +1,29 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI; + +use function sprintf; +use RuntimeException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class DirectoryDoesNotExistException extends RuntimeException implements Exception +{ + public function __construct(string $directory) + { + parent::__construct( + sprintf( + 'Directory "%s" does not exist and could not be created', + $directory, + ), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Exception/Exception.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Exception/Exception.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Exception/ExtensionsNotConfiguredException.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Exception/ExtensionsNotConfiguredException.php new file mode 100644 index 00000000..c192e753 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Exception/ExtensionsNotConfiguredException.php @@ -0,0 +1,19 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI; + +use RuntimeException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class ExtensionsNotConfiguredException extends RuntimeException implements Exception +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Exception/InvalidSocketException.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Exception/InvalidSocketException.php new file mode 100644 index 00000000..6c9e9216 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Exception/InvalidSocketException.php @@ -0,0 +1,29 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI; + +use function sprintf; +use RuntimeException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class InvalidSocketException extends RuntimeException implements Exception +{ + public function __construct(string $socket) + { + parent::__construct( + sprintf( + '"%s" does not match "socket://hostname:port" format', + $socket, + ), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Exception/ReflectionException.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Exception/ReflectionException.php old mode 100755 new mode 100644 index 74e9d25d..5e041444 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/Exception/ReflectionException.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Exception/ReflectionException.php @@ -12,7 +12,7 @@ namespace PHPUnit\TextUI; use RuntimeException; /** - * @internal This interface is not covered by the backward compatibility promise for PHPUnit + * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class ReflectionException extends RuntimeException implements Exception { diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Exception/RuntimeException.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Exception/RuntimeException.php old mode 100755 new mode 100644 index 790a8463..61902319 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/Exception/RuntimeException.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Exception/RuntimeException.php @@ -10,7 +10,7 @@ namespace PHPUnit\TextUI; /** - * @internal This interface is not covered by the backward compatibility promise for PHPUnit + * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class RuntimeException extends \RuntimeException implements Exception { diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Exception/TestDirectoryNotFoundException.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Exception/TestDirectoryNotFoundException.php old mode 100755 new mode 100644 index af387bea..da15966c --- a/Sources/vendor/phpunit/phpunit/src/TextUI/Exception/TestDirectoryNotFoundException.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Exception/TestDirectoryNotFoundException.php @@ -13,7 +13,7 @@ use function sprintf; use RuntimeException; /** - * @internal This interface is not covered by the backward compatibility promise for PHPUnit + * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestDirectoryNotFoundException extends RuntimeException implements Exception { diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Exception/TestFileNotFoundException.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Exception/TestFileNotFoundException.php old mode 100755 new mode 100644 index 3b534f7e..247690d0 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/Exception/TestFileNotFoundException.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Exception/TestFileNotFoundException.php @@ -13,7 +13,7 @@ use function sprintf; use RuntimeException; /** - * @internal This interface is not covered by the backward compatibility promise for PHPUnit + * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class TestFileNotFoundException extends RuntimeException implements Exception { diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Help.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Help.php old mode 100755 new mode 100644 index 7df19ba5..5ae9c104 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/Help.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Help.php @@ -29,137 +29,141 @@ final class Help private const LEFT_MARGIN = ' '; private const HELP_TEXT = [ 'Usage' => [ - ['text' => 'phpunit [options] UnitTest.php'], - ['text' => 'phpunit [options] '], + ['text' => 'phpunit [options] ...'], ], - 'Code Coverage Options' => [ - ['arg' => '--coverage-clover ', 'desc' => 'Generate code coverage report in Clover XML format'], - ['arg' => '--coverage-cobertura ', 'desc' => 'Generate code coverage report in Cobertura XML format'], - ['arg' => '--coverage-crap4j ', 'desc' => 'Generate code coverage report in Crap4J XML format'], - ['arg' => '--coverage-html ', 'desc' => 'Generate code coverage report in HTML format'], - ['arg' => '--coverage-php ', 'desc' => 'Export PHP_CodeCoverage object to file'], - ['arg' => '--coverage-text=', 'desc' => 'Generate code coverage report in text format [default: standard output]'], - ['arg' => '--coverage-xml ', 'desc' => 'Generate code coverage report in PHPUnit XML format'], - ['arg' => '--coverage-cache ', 'desc' => 'Cache static analysis results'], - ['arg' => '--warm-coverage-cache', 'desc' => 'Warm static analysis cache'], - ['arg' => '--coverage-filter ', 'desc' => 'Include in code coverage analysis'], - ['arg' => '--path-coverage', 'desc' => 'Perform path coverage analysis'], - ['arg' => '--disable-coverage-ignore', 'desc' => 'Disable annotations for ignoring code coverage'], - ['arg' => '--no-coverage', 'desc' => 'Ignore code coverage configuration'], - ], - - 'Logging Options' => [ - ['arg' => '--log-junit ', 'desc' => 'Log test execution in JUnit XML format to file'], - ['arg' => '--log-teamcity ', 'desc' => 'Log test execution in TeamCity format to file'], - ['arg' => '--testdox-html ', 'desc' => 'Write agile documentation in HTML format to file'], - ['arg' => '--testdox-text ', 'desc' => 'Write agile documentation in Text format to file'], - ['arg' => '--testdox-xml ', 'desc' => 'Write agile documentation in XML format to file'], - ['arg' => '--reverse-list', 'desc' => 'Print defects in reverse order'], - ['arg' => '--no-logging', 'desc' => 'Ignore logging configuration'], + 'Configuration' => [ + ['arg' => '--bootstrap ', 'desc' => 'A PHP script that is included before the tests run'], + ['arg' => '-c|--configuration ', 'desc' => 'Read configuration from XML file'], + ['arg' => '--no-configuration', 'desc' => 'Ignore default configuration file (phpunit.xml)'], + ['arg' => '--no-extensions', 'desc' => 'Do not load PHPUnit extensions'], + ['arg' => '--include-path ', 'desc' => 'Prepend PHP\'s include_path with given path(s)'], + ['arg' => '-d ', 'desc' => 'Sets a php.ini value'], + ['arg' => '--cache-directory ', 'desc' => 'Specify cache directory'], + ['arg' => '--generate-configuration', 'desc' => 'Generate configuration file with suggested settings'], + ['arg' => '--migrate-configuration', 'desc' => 'Migrate configuration file to current format'], + ['arg' => '--generate-baseline ', 'desc' => 'Generate baseline for issues'], + ['arg' => '--use-baseline ', 'desc' => 'Use baseline to ignore issues'], + ['arg' => '--ignore-baseline', 'desc' => 'Do not use baseline to ignore issues'], ], - 'Test Selection Options' => [ + 'Selection' => [ ['arg' => '--list-suites', 'desc' => 'List available test suites'], - ['arg' => '--testsuite ', 'desc' => 'Filter which testsuite to run'], + ['arg' => '--testsuite ', 'desc' => 'Only run tests from the specified test suite(s)'], + ['arg' => '--exclude-testsuite ', 'desc' => 'Exclude tests from the specified test suite(s)'], ['arg' => '--list-groups', 'desc' => 'List available test groups'], - ['arg' => '--group ', 'desc' => 'Only runs tests from the specified group(s)'], + ['arg' => '--group ', 'desc' => 'Only run tests from the specified group(s)'], ['arg' => '--exclude-group ', 'desc' => 'Exclude tests from the specified group(s)'], - ['arg' => '--covers ', 'desc' => 'Only runs tests annotated with "@covers "'], - ['arg' => '--uses ', 'desc' => 'Only runs tests annotated with "@uses "'], + ['arg' => '--covers ', 'desc' => 'Only run tests that intend to cover '], + ['arg' => '--uses ', 'desc' => 'Only run tests that intend to use '], ['arg' => '--list-tests', 'desc' => 'List available tests'], ['arg' => '--list-tests-xml ', 'desc' => 'List available tests in XML format'], ['arg' => '--filter ', 'desc' => 'Filter which tests to run'], ['arg' => '--test-suffix ', 'desc' => 'Only search for test in files with specified suffix(es). Default: Test.php,.phpt'], ], - 'Test Execution Options' => [ - ['arg' => '--dont-report-useless-tests', 'desc' => 'Do not report tests that do not test anything'], - ['arg' => '--strict-coverage', 'desc' => 'Be strict about @covers annotation usage'], + 'Execution' => [ + ['arg' => '--process-isolation', 'desc' => 'Run each test in a separate PHP process'], + ['arg' => '--globals-backup', 'desc' => 'Backup and restore $GLOBALS for each test'], + ['arg' => '--static-backup', 'desc' => 'Backup and restore static properties for each test'], + ['spacer' => ''], + + ['arg' => '--strict-coverage', 'desc' => 'Be strict about code coverage metadata'], ['arg' => '--strict-global-state', 'desc' => 'Be strict about changes to global state'], ['arg' => '--disallow-test-output', 'desc' => 'Be strict about output during tests'], - ['arg' => '--disallow-resource-usage', 'desc' => 'Be strict about resource usage during small tests'], ['arg' => '--enforce-time-limit', 'desc' => 'Enforce time limit based on test size'], - ['arg' => '--default-time-limit ', 'desc' => 'Timeout in seconds for tests without @small, @medium or @large'], - ['arg' => '--disallow-todo-tests', 'desc' => 'Disallow @todo-annotated tests'], + ['arg' => '--default-time-limit ', 'desc' => 'Timeout in seconds for tests that have no declared size'], + ['arg' => '--dont-report-useless-tests', 'desc' => 'Do not report tests that do not test anything'], ['spacer' => ''], - ['arg' => '--process-isolation', 'desc' => 'Run each test in a separate PHP process'], - ['arg' => '--globals-backup', 'desc' => 'Backup and restore $GLOBALS for each test'], - ['arg' => '--static-backup', 'desc' => 'Backup and restore static attributes for each test'], + ['arg' => '--stop-on-defect', 'desc' => 'Stop after first error, failure, warning, or risky test'], + ['arg' => '--stop-on-error', 'desc' => 'Stop after first error'], + ['arg' => '--stop-on-failure', 'desc' => 'Stop after first failure'], + ['arg' => '--stop-on-warning', 'desc' => 'Stop after first warning'], + ['arg' => '--stop-on-risky', 'desc' => 'Stop after first risky test'], + ['arg' => '--stop-on-deprecation', 'desc' => 'Stop after first test that triggered a deprecation'], + ['arg' => '--stop-on-notice', 'desc' => 'Stop after first test that triggered a notice'], + ['arg' => '--stop-on-skipped', 'desc' => 'Stop after first skipped test'], + ['arg' => '--stop-on-incomplete', 'desc' => 'Stop after first incomplete test'], + ['spacer' => ''], + + ['arg' => '--fail-on-warning', 'desc' => 'Signal failure using shell exit code when a warning was triggered'], + ['arg' => '--fail-on-risky', 'desc' => 'Signal failure using shell exit code when a test was considered risky'], + ['arg' => '--fail-on-deprecation', 'desc' => 'Signal failure using shell exit code when a deprecation was triggered'], + ['arg' => '--fail-on-notice', 'desc' => 'Signal failure using shell exit code when a notice was triggered'], + ['arg' => '--fail-on-skipped', 'desc' => 'Signal failure using shell exit code when a test was skipped'], + ['arg' => '--fail-on-incomplete', 'desc' => 'Signal failure using shell exit code when a test was marked incomplete'], + ['spacer' => ''], + + ['arg' => '--cache-result', 'desc' => 'Write test results to cache file'], + ['arg' => '--do-not-cache-result', 'desc' => 'Do not write test results to cache file'], ['spacer' => ''], - ['arg' => '--colors ', 'desc' => 'Use colors in output ("never", "auto" or "always")'], + ['arg' => '--order-by ', 'desc' => 'Run tests in order: default|defects|depends|duration|no-depends|random|reverse|size'], + ['arg' => '--random-order-seed ', 'desc' => 'Use the specified random seed when running tests in random order'], + ], + + 'Reporting' => [ + ['arg' => '--colors ', 'desc' => 'Use colors in output ("never", "auto" or "always")'], ['arg' => '--columns ', 'desc' => 'Number of columns to use for progress output'], ['arg' => '--columns max', 'desc' => 'Use maximum number of columns for progress output'], ['arg' => '--stderr', 'desc' => 'Write to STDERR instead of STDOUT'], - ['arg' => '--stop-on-defect', 'desc' => 'Stop execution upon first not-passed test'], - ['arg' => '--stop-on-error', 'desc' => 'Stop execution upon first error'], - ['arg' => '--stop-on-failure', 'desc' => 'Stop execution upon first error or failure'], - ['arg' => '--stop-on-warning', 'desc' => 'Stop execution upon first warning'], - ['arg' => '--stop-on-risky', 'desc' => 'Stop execution upon first risky test'], - ['arg' => '--stop-on-skipped', 'desc' => 'Stop execution upon first skipped test'], - ['arg' => '--stop-on-incomplete', 'desc' => 'Stop execution upon first incomplete test'], - ['arg' => '--fail-on-incomplete', 'desc' => 'Treat incomplete tests as failures'], - ['arg' => '--fail-on-risky', 'desc' => 'Treat risky tests as failures'], - ['arg' => '--fail-on-skipped', 'desc' => 'Treat skipped tests as failures'], - ['arg' => '--fail-on-warning', 'desc' => 'Treat tests with warnings as failures'], - ['arg' => '-v|--verbose', 'desc' => 'Output more verbose information'], - ['arg' => '--debug', 'desc' => 'Display debugging information'], ['spacer' => ''], - ['arg' => '--repeat ', 'desc' => 'Runs the test(s) repeatedly'], - ['arg' => '--teamcity', 'desc' => 'Report test execution progress in TeamCity format'], - ['arg' => '--testdox', 'desc' => 'Report test execution progress in TestDox format'], - ['arg' => '--testdox-group', 'desc' => 'Only include tests from the specified group(s)'], - ['arg' => '--testdox-exclude-group', 'desc' => 'Exclude tests from the specified group(s)'], - ['arg' => '--no-interaction', 'desc' => 'Disable TestDox progress animation'], - ['arg' => '--printer ', 'desc' => 'TestListener implementation to use'], + ['arg' => '--no-progress', 'desc' => 'Disable output of test execution progress'], + ['arg' => '--no-results', 'desc' => 'Disable output of test results'], + ['arg' => '--no-output', 'desc' => 'Disable all output'], ['spacer' => ''], - ['arg' => '--order-by ', 'desc' => 'Run tests in order: default|defects|duration|no-depends|random|reverse|size'], - ['arg' => '--random-order-seed ', 'desc' => 'Use a specific random seed for random order'], - ['arg' => '--cache-result', 'desc' => 'Write test results to cache file'], - ['arg' => '--do-not-cache-result', 'desc' => 'Do not write test results to cache file'], + ['arg' => '--display-incomplete', 'desc' => 'Display details for incomplete tests'], + ['arg' => '--display-skipped', 'desc' => 'Display details for skipped tests'], + ['arg' => '--display-deprecations', 'desc' => 'Display details for deprecations triggered by tests'], + ['arg' => '--display-errors', 'desc' => 'Display details for errors triggered by tests'], + ['arg' => '--display-notices', 'desc' => 'Display details for notices triggered by tests'], + ['arg' => '--display-warnings', 'desc' => 'Display details for warnings triggered by tests'], + ['arg' => '--reverse-list', 'desc' => 'Print defects in reverse order'], + ['spacer' => ''], + + ['arg' => '--teamcity', 'desc' => 'Replace default progress and result output with TeamCity format'], + ['arg' => '--testdox', 'desc' => 'Replace default result output with TestDox format'], ], - 'Configuration Options' => [ - ['arg' => '--prepend ', 'desc' => 'A PHP script that is included as early as possible'], - ['arg' => '--bootstrap ', 'desc' => 'A PHP script that is included before the tests run'], - ['arg' => '-c|--configuration ', 'desc' => 'Read configuration from XML file'], - ['arg' => '--no-configuration', 'desc' => 'Ignore default configuration file (phpunit.xml)'], - ['arg' => '--extensions ', 'desc' => 'A comma separated list of PHPUnit extensions to load'], - ['arg' => '--no-extensions', 'desc' => 'Do not load PHPUnit extensions'], - ['arg' => '--include-path ', 'desc' => 'Prepend PHP\'s include_path with given path(s)'], - ['arg' => '-d ', 'desc' => 'Sets a php.ini value'], - ['arg' => '--cache-result-file ', 'desc' => 'Specify result cache path and filename'], - ['arg' => '--generate-configuration', 'desc' => 'Generate configuration file with suggested settings'], - ['arg' => '--migrate-configuration', 'desc' => 'Migrate configuration file to current format'], + 'Logging' => [ + ['arg' => '--log-junit ', 'desc' => 'Write test results in JUnit XML format to file'], + ['arg' => '--log-teamcity ', 'desc' => 'Write test results in TeamCity format to file'], + ['arg' => '--testdox-html ', 'desc' => 'Write test results in TestDox format (HTML) to file'], + ['arg' => '--testdox-text ', 'desc' => 'Write test results in TestDox format (plain text) to file'], + ['arg' => '--log-events-text ', 'desc' => 'Stream events as plain text to file'], + ['arg' => '--log-events-verbose-text ', 'desc' => 'Stream events as plain text with extended information to file'], + ['arg' => '--no-logging', 'desc' => 'Ignore logging configured in the XML configuration file'], + ], + + 'Code Coverage' => [ + ['arg' => '--coverage-clover ', 'desc' => 'Write code coverage report in Clover XML format to file'], + ['arg' => '--coverage-cobertura ', 'desc' => 'Write code coverage report in Cobertura XML format to file'], + ['arg' => '--coverage-crap4j ', 'desc' => 'Write code coverage report in Crap4J XML format to file'], + ['arg' => '--coverage-html ', 'desc' => 'Write code coverage report in HTML format to directory'], + ['arg' => '--coverage-php ', 'desc' => 'Write serialized code coverage data to file'], + ['arg' => '--coverage-text=', 'desc' => 'Write code coverage report in text format to file [default: standard output]'], + ['arg' => '--coverage-xml ', 'desc' => 'Write code coverage report in XML format to directory'], + ['arg' => '--warm-coverage-cache', 'desc' => 'Warm static analysis cache'], + ['arg' => '--coverage-filter ', 'desc' => 'Include in code coverage reporting'], + ['arg' => '--path-coverage', 'desc' => 'Report path coverage in addition to line coverage'], + ['arg' => '--disable-coverage-ignore', 'desc' => 'Disable metadata for ignoring code coverage'], + ['arg' => '--no-coverage', 'desc' => 'Ignore code coverage reporting configured in the XML configuration file'], ], - 'Miscellaneous Options' => [ + 'Miscellaneous' => [ ['arg' => '-h|--help', 'desc' => 'Prints this usage information'], ['arg' => '--version', 'desc' => 'Prints the version and exits'], - ['arg' => '--atleast-version ', 'desc' => 'Checks that version is greater than min and exits'], - ['arg' => '--check-version', 'desc' => 'Check whether PHPUnit is the latest version'], + ['arg' => '--atleast-version ', 'desc' => 'Checks that version is greater than and exits'], + ['arg' => '--check-version', 'desc' => 'Check whether PHPUnit is the latest version and exits'], ], ]; - - /** - * @var int Number of columns required to write the longest option name to the console - */ - private $maxArgLength = 0; - - /** - * @var int Number of columns left for the description field after padding and option - */ - private $maxDescLength; - - /** - * @var bool Use color highlights for sections, options and parameters - */ - private $hasColor = false; + private int $lengthOfLongestOptionName = 0; + private readonly int $columnsAvailableForDescription; + private ?bool $hasColor; public function __construct(?int $width = null, ?bool $withColor = null) { @@ -176,89 +180,97 @@ final class Help foreach (self::HELP_TEXT as $options) { foreach ($options as $option) { if (isset($option['arg'])) { - $this->maxArgLength = max($this->maxArgLength, isset($option['arg']) ? strlen($option['arg']) : 0); + $this->lengthOfLongestOptionName = max($this->lengthOfLongestOptionName, isset($option['arg']) ? strlen($option['arg']) : 0); } } } - $this->maxDescLength = $width - $this->maxArgLength - 4; + $this->columnsAvailableForDescription = $width - $this->lengthOfLongestOptionName - 4; } - /** - * Write the help file to the CLI, adapting width and colors to the console. - */ - public function writeToConsole(): void + public function generate(): string { if ($this->hasColor) { - $this->writeWithColor(); - } else { - $this->writePlaintext(); + return $this->writeWithColor(); } + + return $this->writeWithoutColor(); } - private function writePlaintext(): void + private function writeWithoutColor(): string { + $buffer = ''; + foreach (self::HELP_TEXT as $section => $options) { - print "{$section}:" . PHP_EOL; + $buffer .= "{$section}:" . PHP_EOL; if ($section !== 'Usage') { - print PHP_EOL; + $buffer .= PHP_EOL; } foreach ($options as $option) { if (isset($option['spacer'])) { - print PHP_EOL; + $buffer .= PHP_EOL; } if (isset($option['text'])) { - print self::LEFT_MARGIN . $option['text'] . PHP_EOL; + $buffer .= self::LEFT_MARGIN . $option['text'] . PHP_EOL; } if (isset($option['arg'])) { - $arg = str_pad($option['arg'], $this->maxArgLength); - print self::LEFT_MARGIN . $arg . ' ' . $option['desc'] . PHP_EOL; + $arg = str_pad($option['arg'], $this->lengthOfLongestOptionName); + + $buffer .= self::LEFT_MARGIN . $arg . ' ' . $option['desc'] . PHP_EOL; } } - print PHP_EOL; + $buffer .= PHP_EOL; } + + return $buffer; } - private function writeWithColor(): void + private function writeWithColor(): string { + $buffer = ''; + foreach (self::HELP_TEXT as $section => $options) { - print Color::colorize('fg-yellow', "{$section}:") . PHP_EOL; + $buffer .= Color::colorize('fg-yellow', "{$section}:") . PHP_EOL; + + if ($section !== 'Usage') { + $buffer .= PHP_EOL; + } foreach ($options as $option) { if (isset($option['spacer'])) { - print PHP_EOL; + $buffer .= PHP_EOL; } if (isset($option['text'])) { - print self::LEFT_MARGIN . $option['text'] . PHP_EOL; + $buffer .= self::LEFT_MARGIN . $option['text'] . PHP_EOL; } if (isset($option['arg'])) { - $arg = Color::colorize('fg-green', str_pad($option['arg'], $this->maxArgLength)); + $arg = Color::colorize('fg-green', str_pad($option['arg'], $this->lengthOfLongestOptionName)); $arg = preg_replace_callback( '/(<[^>]+>)/', - static function ($matches) - { - return Color::colorize('fg-cyan', $matches[0]); - }, + static fn ($matches) => Color::colorize('fg-cyan', $matches[0]), $arg, ); - $desc = explode(PHP_EOL, wordwrap($option['desc'], $this->maxDescLength, PHP_EOL)); - print self::LEFT_MARGIN . $arg . ' ' . $desc[0] . PHP_EOL; + $desc = explode(PHP_EOL, wordwrap($option['desc'], $this->columnsAvailableForDescription, PHP_EOL)); + + $buffer .= self::LEFT_MARGIN . $arg . ' ' . $desc[0] . PHP_EOL; for ($i = 1; $i < count($desc); $i++) { - print str_repeat(' ', $this->maxArgLength + 3) . $desc[$i] . PHP_EOL; + $buffer .= str_repeat(' ', $this->lengthOfLongestOptionName + 3) . $desc[$i] . PHP_EOL; } } } - print PHP_EOL; + $buffer .= PHP_EOL; } + + return $buffer; } } diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/ProgressPrinter.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/ProgressPrinter.php new file mode 100644 index 00000000..f94f078e --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/ProgressPrinter.php @@ -0,0 +1,400 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Output\Default\ProgressPrinter; + +use function floor; +use function sprintf; +use function str_contains; +use function str_repeat; +use function strlen; +use PHPUnit\Event\EventFacadeIsSealedException; +use PHPUnit\Event\Facade; +use PHPUnit\Event\Test\DeprecationTriggered; +use PHPUnit\Event\Test\Errored; +use PHPUnit\Event\Test\ErrorTriggered; +use PHPUnit\Event\Test\NoticeTriggered; +use PHPUnit\Event\Test\PhpDeprecationTriggered; +use PHPUnit\Event\Test\PhpNoticeTriggered; +use PHPUnit\Event\Test\PhpWarningTriggered; +use PHPUnit\Event\Test\WarningTriggered; +use PHPUnit\Event\TestRunner\ExecutionStarted; +use PHPUnit\Event\UnknownSubscriberTypeException; +use PHPUnit\Framework\TestStatus\TestStatus; +use PHPUnit\TextUI\Configuration\Source; +use PHPUnit\TextUI\Configuration\SourceFilter; +use PHPUnit\TextUI\Output\Printer; +use PHPUnit\Util\Color; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class ProgressPrinter +{ + private readonly Printer $printer; + private readonly bool $colors; + private readonly int $numberOfColumns; + private readonly Source $source; + private int $column = 0; + private int $numberOfTests = 0; + private int $numberOfTestsWidth = 0; + private int $maxColumn = 0; + private int $numberOfTestsRun = 0; + private ?TestStatus $status = null; + private bool $prepared = false; + + /** + * @throws EventFacadeIsSealedException + * @throws UnknownSubscriberTypeException + */ + public function __construct(Printer $printer, Facade $facade, bool $colors, int $numberOfColumns, Source $source) + { + $this->printer = $printer; + $this->colors = $colors; + $this->numberOfColumns = $numberOfColumns; + $this->source = $source; + + $this->registerSubscribers($facade); + } + + public function testRunnerExecutionStarted(ExecutionStarted $event): void + { + $this->numberOfTestsRun = 0; + $this->numberOfTests = $event->testSuite()->count(); + $this->numberOfTestsWidth = strlen((string) $this->numberOfTests); + $this->column = 0; + $this->maxColumn = $this->numberOfColumns - strlen(' / (XXX%)') - (2 * $this->numberOfTestsWidth); + } + + public function beforeTestClassMethodErrored(): void + { + $this->printProgressForError(); + $this->updateTestStatus(TestStatus::error()); + } + + public function testPrepared(): void + { + $this->prepared = true; + } + + public function testSkipped(): void + { + if (!$this->prepared) { + $this->printProgressForSkipped(); + } else { + $this->updateTestStatus(TestStatus::skipped()); + } + } + + public function testMarkedIncomplete(): void + { + $this->updateTestStatus(TestStatus::incomplete()); + } + + public function testTriggeredNotice(NoticeTriggered $event): void + { + if ($event->ignoredByBaseline()) { + return; + } + + if ($this->source->restrictNotices() && + !(new SourceFilter)->includes($this->source, $event->file())) { + return; + } + + if (!$this->source->ignoreSuppressionOfNotices() && $event->wasSuppressed()) { + return; + } + + $this->updateTestStatus(TestStatus::notice()); + } + + public function testTriggeredPhpNotice(PhpNoticeTriggered $event): void + { + if ($event->ignoredByBaseline()) { + return; + } + + if ($this->source->restrictNotices() && + !(new SourceFilter)->includes($this->source, $event->file())) { + return; + } + + if (!$this->source->ignoreSuppressionOfPhpNotices() && $event->wasSuppressed()) { + return; + } + + $this->updateTestStatus(TestStatus::notice()); + } + + public function testTriggeredDeprecation(DeprecationTriggered $event): void + { + if ($event->ignoredByBaseline()) { + return; + } + + if ($this->source->restrictDeprecations() && + !(new SourceFilter)->includes($this->source, $event->file())) { + return; + } + + if (!$this->source->ignoreSuppressionOfDeprecations() && $event->wasSuppressed()) { + return; + } + + $this->updateTestStatus(TestStatus::deprecation()); + } + + public function testTriggeredPhpDeprecation(PhpDeprecationTriggered $event): void + { + if ($event->ignoredByBaseline()) { + return; + } + + if ($this->source->restrictDeprecations() && + !(new SourceFilter)->includes($this->source, $event->file())) { + return; + } + + if (!$this->source->ignoreSuppressionOfPhpDeprecations() && $event->wasSuppressed()) { + return; + } + + $this->updateTestStatus(TestStatus::deprecation()); + } + + public function testTriggeredPhpunitDeprecation(): void + { + $this->updateTestStatus(TestStatus::deprecation()); + } + + public function testConsideredRisky(): void + { + $this->updateTestStatus(TestStatus::risky()); + } + + public function testTriggeredWarning(WarningTriggered $event): void + { + if ($event->ignoredByBaseline()) { + return; + } + + if ($this->source->restrictWarnings() && + !(new SourceFilter)->includes($this->source, $event->file())) { + return; + } + + if (!$this->source->ignoreSuppressionOfWarnings() && $event->wasSuppressed()) { + return; + } + + $this->updateTestStatus(TestStatus::warning()); + } + + public function testTriggeredPhpWarning(PhpWarningTriggered $event): void + { + if ($event->ignoredByBaseline()) { + return; + } + + if ($this->source->restrictWarnings() && + !(new SourceFilter)->includes($this->source, $event->file())) { + return; + } + + if (!$this->source->ignoreSuppressionOfPhpWarnings() && $event->wasSuppressed()) { + return; + } + + $this->updateTestStatus(TestStatus::warning()); + } + + public function testTriggeredPhpunitWarning(): void + { + $this->updateTestStatus(TestStatus::warning()); + } + + public function testTriggeredError(ErrorTriggered $event): void + { + if (!$this->source->ignoreSuppressionOfErrors() && $event->wasSuppressed()) { + return; + } + + $this->updateTestStatus(TestStatus::error()); + } + + public function testFailed(): void + { + $this->updateTestStatus(TestStatus::failure()); + } + + public function testErrored(Errored $event): void + { + /* + * @todo Eliminate this special case + */ + if (str_contains($event->asString(), 'Test was run in child process and ended unexpectedly')) { + $this->updateTestStatus(TestStatus::error()); + + return; + } + + if (!$this->prepared) { + $this->printProgressForError(); + } else { + $this->updateTestStatus(TestStatus::error()); + } + } + + public function testFinished(): void + { + if ($this->status === null) { + $this->printProgressForSuccess(); + } elseif ($this->status->isSkipped()) { + $this->printProgressForSkipped(); + } elseif ($this->status->isIncomplete()) { + $this->printProgressForIncomplete(); + } elseif ($this->status->isRisky()) { + $this->printProgressForRisky(); + } elseif ($this->status->isNotice()) { + $this->printProgressForNotice(); + } elseif ($this->status->isDeprecation()) { + $this->printProgressForDeprecation(); + } elseif ($this->status->isWarning()) { + $this->printProgressForWarning(); + } elseif ($this->status->isFailure()) { + $this->printProgressForFailure(); + } else { + $this->printProgressForError(); + } + + $this->status = null; + $this->prepared = false; + } + + /** + * @throws EventFacadeIsSealedException + * @throws UnknownSubscriberTypeException + */ + private function registerSubscribers(Facade $facade): void + { + $facade->registerSubscribers( + new BeforeTestClassMethodErroredSubscriber($this), + new TestConsideredRiskySubscriber($this), + new TestErroredSubscriber($this), + new TestFailedSubscriber($this), + new TestFinishedSubscriber($this), + new TestMarkedIncompleteSubscriber($this), + new TestPreparedSubscriber($this), + new TestRunnerExecutionStartedSubscriber($this), + new TestSkippedSubscriber($this), + new TestTriggeredDeprecationSubscriber($this), + new TestTriggeredNoticeSubscriber($this), + new TestTriggeredPhpDeprecationSubscriber($this), + new TestTriggeredPhpNoticeSubscriber($this), + new TestTriggeredPhpunitDeprecationSubscriber($this), + new TestTriggeredPhpunitWarningSubscriber($this), + new TestTriggeredPhpWarningSubscriber($this), + new TestTriggeredWarningSubscriber($this), + ); + } + + private function updateTestStatus(TestStatus $status): void + { + if ($this->status !== null && + $this->status->isMoreImportantThan($status)) { + return; + } + + $this->status = $status; + } + + private function printProgressForSuccess(): void + { + $this->printProgress('.'); + } + + private function printProgressForSkipped(): void + { + $this->printProgressWithColor('fg-cyan, bold', 'S'); + } + + private function printProgressForIncomplete(): void + { + $this->printProgressWithColor('fg-yellow, bold', 'I'); + } + + private function printProgressForNotice(): void + { + $this->printProgressWithColor('fg-yellow, bold', 'N'); + } + + private function printProgressForDeprecation(): void + { + $this->printProgressWithColor('fg-yellow, bold', 'D'); + } + + private function printProgressForRisky(): void + { + $this->printProgressWithColor('fg-yellow, bold', 'R'); + } + + private function printProgressForWarning(): void + { + $this->printProgressWithColor('fg-yellow, bold', 'W'); + } + + private function printProgressForFailure(): void + { + $this->printProgressWithColor('bg-red, fg-white', 'F'); + } + + private function printProgressForError(): void + { + $this->printProgressWithColor('fg-red, bold', 'E'); + } + + private function printProgressWithColor(string $color, string $progress): void + { + if ($this->colors) { + $progress = Color::colorizeTextBox($color, $progress); + } + + $this->printProgress($progress); + } + + private function printProgress(string $progress): void + { + $this->printer->print($progress); + + $this->column++; + $this->numberOfTestsRun++; + + if ($this->column === $this->maxColumn || $this->numberOfTestsRun === $this->numberOfTests) { + if ($this->numberOfTestsRun === $this->numberOfTests) { + $this->printer->print(str_repeat(' ', $this->maxColumn - $this->column)); + } + + $this->printer->print( + sprintf( + ' %' . $this->numberOfTestsWidth . 'd / %' . + $this->numberOfTestsWidth . 'd (%3s%%)', + $this->numberOfTestsRun, + $this->numberOfTests, + floor(($this->numberOfTestsRun / $this->numberOfTests) * 100), + ), + ); + + if ($this->column === $this->maxColumn) { + $this->column = 0; + $this->printer->print("\n"); + } + } + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/BeforeTestClassMethodErroredSubscriber.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/BeforeTestClassMethodErroredSubscriber.php new file mode 100644 index 00000000..742aa95c --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/BeforeTestClassMethodErroredSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Output\Default\ProgressPrinter; + +use PHPUnit\Event\Test\BeforeFirstTestMethodErrored; +use PHPUnit\Event\Test\BeforeFirstTestMethodErroredSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class BeforeTestClassMethodErroredSubscriber extends Subscriber implements BeforeFirstTestMethodErroredSubscriber +{ + public function notify(BeforeFirstTestMethodErrored $event): void + { + $this->printer()->beforeTestClassMethodErrored(); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/Subscriber.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/Subscriber.php new file mode 100644 index 00000000..46aa73d2 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/Subscriber.php @@ -0,0 +1,28 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Output\Default\ProgressPrinter; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +abstract class Subscriber +{ + private readonly ProgressPrinter $printer; + + public function __construct(ProgressPrinter $printer) + { + $this->printer = $printer; + } + + protected function printer(): ProgressPrinter + { + return $this->printer; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestConsideredRiskySubscriber.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestConsideredRiskySubscriber.php new file mode 100644 index 00000000..a18303bc --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestConsideredRiskySubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Output\Default\ProgressPrinter; + +use PHPUnit\Event\Test\ConsideredRisky; +use PHPUnit\Event\Test\ConsideredRiskySubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestConsideredRiskySubscriber extends Subscriber implements ConsideredRiskySubscriber +{ + public function notify(ConsideredRisky $event): void + { + $this->printer()->testConsideredRisky(); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestErroredSubscriber.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestErroredSubscriber.php new file mode 100644 index 00000000..d9fbacd7 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestErroredSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Output\Default\ProgressPrinter; + +use PHPUnit\Event\Test\Errored; +use PHPUnit\Event\Test\ErroredSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestErroredSubscriber extends Subscriber implements ErroredSubscriber +{ + public function notify(Errored $event): void + { + $this->printer()->testErrored($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestFailedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestFailedSubscriber.php new file mode 100644 index 00000000..48ed642c --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestFailedSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Output\Default\ProgressPrinter; + +use PHPUnit\Event\Test\Failed; +use PHPUnit\Event\Test\FailedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestFailedSubscriber extends Subscriber implements FailedSubscriber +{ + public function notify(Failed $event): void + { + $this->printer()->testFailed(); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestFinishedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestFinishedSubscriber.php new file mode 100644 index 00000000..6322c128 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestFinishedSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Output\Default\ProgressPrinter; + +use PHPUnit\Event\Test\Finished; +use PHPUnit\Event\Test\FinishedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestFinishedSubscriber extends Subscriber implements FinishedSubscriber +{ + public function notify(Finished $event): void + { + $this->printer()->testFinished(); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestMarkedIncompleteSubscriber.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestMarkedIncompleteSubscriber.php new file mode 100644 index 00000000..aa3bdb92 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestMarkedIncompleteSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Output\Default\ProgressPrinter; + +use PHPUnit\Event\Test\MarkedIncomplete; +use PHPUnit\Event\Test\MarkedIncompleteSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestMarkedIncompleteSubscriber extends Subscriber implements MarkedIncompleteSubscriber +{ + public function notify(MarkedIncomplete $event): void + { + $this->printer()->testMarkedIncomplete(); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestPreparedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestPreparedSubscriber.php new file mode 100644 index 00000000..0924178e --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestPreparedSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Output\Default\ProgressPrinter; + +use PHPUnit\Event\Test\Prepared; +use PHPUnit\Event\Test\PreparedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestPreparedSubscriber extends Subscriber implements PreparedSubscriber +{ + public function notify(Prepared $event): void + { + $this->printer()->testPrepared(); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestRunnerExecutionStartedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestRunnerExecutionStartedSubscriber.php new file mode 100644 index 00000000..6735462c --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestRunnerExecutionStartedSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Output\Default\ProgressPrinter; + +use PHPUnit\Event\TestRunner\ExecutionStarted; +use PHPUnit\Event\TestRunner\ExecutionStartedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestRunnerExecutionStartedSubscriber extends Subscriber implements ExecutionStartedSubscriber +{ + public function notify(ExecutionStarted $event): void + { + $this->printer()->testRunnerExecutionStarted($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestSkippedSubscriber.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestSkippedSubscriber.php new file mode 100644 index 00000000..c7b29fe2 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestSkippedSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Output\Default\ProgressPrinter; + +use PHPUnit\Event\Test\Skipped; +use PHPUnit\Event\Test\SkippedSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestSkippedSubscriber extends Subscriber implements SkippedSubscriber +{ + public function notify(Skipped $event): void + { + $this->printer()->testSkipped(); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredDeprecationSubscriber.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredDeprecationSubscriber.php new file mode 100644 index 00000000..f734cf55 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredDeprecationSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Output\Default\ProgressPrinter; + +use PHPUnit\Event\Test\DeprecationTriggered; +use PHPUnit\Event\Test\DeprecationTriggeredSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestTriggeredDeprecationSubscriber extends Subscriber implements DeprecationTriggeredSubscriber +{ + public function notify(DeprecationTriggered $event): void + { + $this->printer()->testTriggeredDeprecation($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredErrorSubscriber.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredErrorSubscriber.php new file mode 100644 index 00000000..9c4cb0b0 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredErrorSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Output\Default\ProgressPrinter; + +use PHPUnit\Event\Test\ErrorTriggered; +use PHPUnit\Event\Test\ErrorTriggeredSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestTriggeredErrorSubscriber extends Subscriber implements ErrorTriggeredSubscriber +{ + public function notify(ErrorTriggered $event): void + { + $this->printer()->testTriggeredError($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredNoticeSubscriber.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredNoticeSubscriber.php new file mode 100644 index 00000000..410fa531 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredNoticeSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Output\Default\ProgressPrinter; + +use PHPUnit\Event\Test\NoticeTriggered; +use PHPUnit\Event\Test\NoticeTriggeredSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestTriggeredNoticeSubscriber extends Subscriber implements NoticeTriggeredSubscriber +{ + public function notify(NoticeTriggered $event): void + { + $this->printer()->testTriggeredNotice($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpDeprecationSubscriber.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpDeprecationSubscriber.php new file mode 100644 index 00000000..97de0032 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpDeprecationSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Output\Default\ProgressPrinter; + +use PHPUnit\Event\Test\PhpDeprecationTriggered; +use PHPUnit\Event\Test\PhpDeprecationTriggeredSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestTriggeredPhpDeprecationSubscriber extends Subscriber implements PhpDeprecationTriggeredSubscriber +{ + public function notify(PhpDeprecationTriggered $event): void + { + $this->printer()->testTriggeredPhpDeprecation($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpNoticeSubscriber.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpNoticeSubscriber.php new file mode 100644 index 00000000..861e2b8c --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpNoticeSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Output\Default\ProgressPrinter; + +use PHPUnit\Event\Test\PhpNoticeTriggered; +use PHPUnit\Event\Test\PhpNoticeTriggeredSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestTriggeredPhpNoticeSubscriber extends Subscriber implements PhpNoticeTriggeredSubscriber +{ + public function notify(PhpNoticeTriggered $event): void + { + $this->printer()->testTriggeredPhpNotice($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpWarningSubscriber.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpWarningSubscriber.php new file mode 100644 index 00000000..87bec210 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpWarningSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Output\Default\ProgressPrinter; + +use PHPUnit\Event\Test\PhpWarningTriggered; +use PHPUnit\Event\Test\PhpWarningTriggeredSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestTriggeredPhpWarningSubscriber extends Subscriber implements PhpWarningTriggeredSubscriber +{ + public function notify(PhpWarningTriggered $event): void + { + $this->printer()->testTriggeredPhpWarning($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpunitDeprecationSubscriber.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpunitDeprecationSubscriber.php new file mode 100644 index 00000000..8bceec7a --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpunitDeprecationSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Output\Default\ProgressPrinter; + +use PHPUnit\Event\Test\PhpunitDeprecationTriggered; +use PHPUnit\Event\Test\PhpunitDeprecationTriggeredSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestTriggeredPhpunitDeprecationSubscriber extends Subscriber implements PhpunitDeprecationTriggeredSubscriber +{ + public function notify(PhpunitDeprecationTriggered $event): void + { + $this->printer()->testTriggeredPhpunitDeprecation(); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpunitWarningSubscriber.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpunitWarningSubscriber.php new file mode 100644 index 00000000..69a94585 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredPhpunitWarningSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Output\Default\ProgressPrinter; + +use PHPUnit\Event\Test\PhpunitWarningTriggered; +use PHPUnit\Event\Test\PhpunitWarningTriggeredSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestTriggeredPhpunitWarningSubscriber extends Subscriber implements PhpunitWarningTriggeredSubscriber +{ + public function notify(PhpunitWarningTriggered $event): void + { + $this->printer()->testTriggeredPhpunitWarning(); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredWarningSubscriber.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredWarningSubscriber.php new file mode 100644 index 00000000..c80a3f5a --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ProgressPrinter/Subscriber/TestTriggeredWarningSubscriber.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Output\Default\ProgressPrinter; + +use PHPUnit\Event\Test\WarningTriggered; +use PHPUnit\Event\Test\WarningTriggeredSubscriber; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestTriggeredWarningSubscriber extends Subscriber implements WarningTriggeredSubscriber +{ + public function notify(WarningTriggered $event): void + { + $this->printer()->testTriggeredWarning($event); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ResultPrinter.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ResultPrinter.php new file mode 100644 index 00000000..8383bd91 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/ResultPrinter.php @@ -0,0 +1,629 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Output\Default; + +use const PHP_EOL; +use function array_keys; +use function array_merge; +use function array_reverse; +use function array_unique; +use function assert; +use function count; +use function explode; +use function ksort; +use function range; +use function sprintf; +use function str_starts_with; +use function strlen; +use function substr; +use function trim; +use PHPUnit\Event\Code\Test; +use PHPUnit\Event\Code\TestMethod; +use PHPUnit\Event\Test\BeforeFirstTestMethodErrored; +use PHPUnit\Event\Test\ConsideredRisky; +use PHPUnit\Event\Test\DeprecationTriggered; +use PHPUnit\Event\Test\ErrorTriggered; +use PHPUnit\Event\Test\NoticeTriggered; +use PHPUnit\Event\Test\PhpDeprecationTriggered; +use PHPUnit\Event\Test\PhpNoticeTriggered; +use PHPUnit\Event\Test\PhpunitDeprecationTriggered; +use PHPUnit\Event\Test\PhpunitErrorTriggered; +use PHPUnit\Event\Test\PhpunitWarningTriggered; +use PHPUnit\Event\Test\PhpWarningTriggered; +use PHPUnit\Event\Test\WarningTriggered; +use PHPUnit\Event\TestData\NoDataSetFromDataProviderException; +use PHPUnit\TestRunner\TestResult\Issues\Issue; +use PHPUnit\TestRunner\TestResult\TestResult; +use PHPUnit\TextUI\Output\Printer; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class ResultPrinter +{ + private readonly Printer $printer; + private readonly bool $displayPhpunitErrors; + private readonly bool $displayPhpunitWarnings; + private readonly bool $displayTestsWithErrors; + private readonly bool $displayTestsWithFailedAssertions; + private readonly bool $displayRiskyTests; + private readonly bool $displayPhpunitDeprecations; + private readonly bool $displayDetailsOnIncompleteTests; + private readonly bool $displayDetailsOnSkippedTests; + private readonly bool $displayDetailsOnTestsThatTriggerDeprecations; + private readonly bool $displayDetailsOnTestsThatTriggerErrors; + private readonly bool $displayDetailsOnTestsThatTriggerNotices; + private readonly bool $displayDetailsOnTestsThatTriggerWarnings; + private readonly bool $displayDefectsInReverseOrder; + private bool $listPrinted = false; + + public function __construct(Printer $printer, bool $displayPhpunitErrors, bool $displayPhpunitWarnings, bool $displayPhpunitDeprecations, bool $displayTestsWithErrors, bool $displayTestsWithFailedAssertions, bool $displayRiskyTests, bool $displayDetailsOnIncompleteTests, bool $displayDetailsOnSkippedTests, bool $displayDetailsOnTestsThatTriggerDeprecations, bool $displayDetailsOnTestsThatTriggerErrors, bool $displayDetailsOnTestsThatTriggerNotices, bool $displayDetailsOnTestsThatTriggerWarnings, bool $displayDefectsInReverseOrder) + { + $this->printer = $printer; + $this->displayPhpunitErrors = $displayPhpunitErrors; + $this->displayPhpunitWarnings = $displayPhpunitWarnings; + $this->displayPhpunitDeprecations = $displayPhpunitDeprecations; + $this->displayTestsWithErrors = $displayTestsWithErrors; + $this->displayTestsWithFailedAssertions = $displayTestsWithFailedAssertions; + $this->displayRiskyTests = $displayRiskyTests; + $this->displayDetailsOnIncompleteTests = $displayDetailsOnIncompleteTests; + $this->displayDetailsOnSkippedTests = $displayDetailsOnSkippedTests; + $this->displayDetailsOnTestsThatTriggerDeprecations = $displayDetailsOnTestsThatTriggerDeprecations; + $this->displayDetailsOnTestsThatTriggerErrors = $displayDetailsOnTestsThatTriggerErrors; + $this->displayDetailsOnTestsThatTriggerNotices = $displayDetailsOnTestsThatTriggerNotices; + $this->displayDetailsOnTestsThatTriggerWarnings = $displayDetailsOnTestsThatTriggerWarnings; + $this->displayDefectsInReverseOrder = $displayDefectsInReverseOrder; + } + + public function print(TestResult $result): void + { + if ($this->displayPhpunitErrors) { + $this->printPhpunitErrors($result); + } + + if ($this->displayPhpunitWarnings) { + $this->printTestRunnerWarnings($result); + } + + if ($this->displayPhpunitDeprecations) { + $this->printTestRunnerDeprecations($result); + } + + if ($this->displayTestsWithErrors) { + $this->printTestsWithErrors($result); + } + + if ($this->displayTestsWithFailedAssertions) { + $this->printTestsWithFailedAssertions($result); + } + + if ($this->displayPhpunitWarnings) { + $this->printDetailsOnTestsThatTriggeredPhpunitWarnings($result); + } + + if ($this->displayPhpunitDeprecations) { + $this->printDetailsOnTestsThatTriggeredPhpunitDeprecations($result); + } + + if ($this->displayRiskyTests) { + $this->printRiskyTests($result); + } + + if ($this->displayDetailsOnIncompleteTests) { + $this->printIncompleteTests($result); + } + + if ($this->displayDetailsOnSkippedTests) { + $this->printSkippedTestSuites($result); + $this->printSkippedTests($result); + } + + if ($this->displayDetailsOnTestsThatTriggerErrors) { + $this->printIssueList('error', $result->errors()); + } + + if ($this->displayDetailsOnTestsThatTriggerWarnings) { + $this->printIssueList('PHP warning', $result->phpWarnings()); + $this->printIssueList('warning', $result->warnings()); + } + + if ($this->displayDetailsOnTestsThatTriggerNotices) { + $this->printIssueList('PHP notice', $result->phpNotices()); + $this->printIssueList('notice', $result->notices()); + } + + if ($this->displayDetailsOnTestsThatTriggerDeprecations) { + $this->printIssueList('PHP deprecation', $result->phpDeprecations()); + $this->printIssueList('deprecation', $result->deprecations()); + } + } + + public function flush(): void + { + $this->printer->flush(); + } + + private function printPhpunitErrors(TestResult $result): void + { + if (!$result->hasTestTriggeredPhpunitErrorEvents()) { + return; + } + + $elements = $this->mapTestsWithIssuesEventsToElements($result->testTriggeredPhpunitErrorEvents()); + + $this->printListHeaderWithNumber($elements['numberOfTestsWithIssues'], 'PHPUnit error'); + $this->printList($elements['elements']); + } + + private function printDetailsOnTestsThatTriggeredPhpunitDeprecations(TestResult $result): void + { + if (!$result->hasTestTriggeredPhpunitDeprecationEvents()) { + return; + } + + $elements = $this->mapTestsWithIssuesEventsToElements($result->testTriggeredPhpunitDeprecationEvents()); + + $this->printListHeaderWithNumberOfTestsAndNumberOfIssues( + $elements['numberOfTestsWithIssues'], + $elements['numberOfIssues'], + 'PHPUnit deprecation', + ); + + $this->printList($elements['elements']); + } + + private function printTestRunnerWarnings(TestResult $result): void + { + if (!$result->hasTestRunnerTriggeredWarningEvents()) { + return; + } + + $elements = []; + + foreach ($result->testRunnerTriggeredWarningEvents() as $event) { + $elements[] = [ + 'title' => $event->message(), + 'body' => '', + ]; + } + + $this->printListHeaderWithNumber(count($elements), 'PHPUnit test runner warning'); + $this->printList($elements); + } + + private function printTestRunnerDeprecations(TestResult $result): void + { + if (!$result->hasTestRunnerTriggeredDeprecationEvents()) { + return; + } + + $elements = []; + + foreach ($result->testRunnerTriggeredDeprecationEvents() as $event) { + $elements[] = [ + 'title' => $event->message(), + 'body' => '', + ]; + } + + $this->printListHeaderWithNumber(count($elements), 'PHPUnit test runner deprecation'); + $this->printList($elements); + } + + private function printDetailsOnTestsThatTriggeredPhpunitWarnings(TestResult $result): void + { + if (!$result->hasTestTriggeredPhpunitWarningEvents()) { + return; + } + + $elements = $this->mapTestsWithIssuesEventsToElements($result->testTriggeredPhpunitWarningEvents()); + + $this->printListHeaderWithNumberOfTestsAndNumberOfIssues( + $elements['numberOfTestsWithIssues'], + $elements['numberOfIssues'], + 'PHPUnit warning', + ); + + $this->printList($elements['elements']); + } + + private function printTestsWithErrors(TestResult $result): void + { + if (!$result->hasTestErroredEvents()) { + return; + } + + $elements = []; + + foreach ($result->testErroredEvents() as $event) { + if ($event instanceof BeforeFirstTestMethodErrored) { + $title = $event->testClassName(); + } else { + $title = $this->name($event->test()); + } + + $elements[] = [ + 'title' => $title, + 'body' => $event->throwable()->asString(), + ]; + } + + $this->printListHeaderWithNumber(count($elements), 'error'); + $this->printList($elements); + } + + private function printTestsWithFailedAssertions(TestResult $result): void + { + if (!$result->hasTestFailedEvents()) { + return; + } + + $elements = []; + + foreach ($result->testFailedEvents() as $event) { + $body = $event->throwable()->asString(); + + if (str_starts_with($body, 'AssertionError: ')) { + $body = substr($body, strlen('AssertionError: ')); + } + + $elements[] = [ + 'title' => $this->name($event->test()), + 'body' => $body, + ]; + } + + $this->printListHeaderWithNumber(count($elements), 'failure'); + $this->printList($elements); + } + + private function printRiskyTests(TestResult $result): void + { + if (!$result->hasTestConsideredRiskyEvents()) { + return; + } + + $elements = $this->mapTestsWithIssuesEventsToElements($result->testConsideredRiskyEvents()); + + $this->printListHeaderWithNumber($elements['numberOfTestsWithIssues'], 'risky test'); + $this->printList($elements['elements']); + } + + private function printIncompleteTests(TestResult $result): void + { + if (!$result->hasTestMarkedIncompleteEvents()) { + return; + } + + $elements = []; + + foreach ($result->testMarkedIncompleteEvents() as $event) { + $elements[] = [ + 'title' => $this->name($event->test()), + 'body' => $event->throwable()->asString(), + ]; + } + + $this->printListHeaderWithNumber(count($elements), 'incomplete test'); + $this->printList($elements); + } + + private function printSkippedTestSuites(TestResult $result): void + { + if (!$result->hasTestSuiteSkippedEvents()) { + return; + } + + $elements = []; + + foreach ($result->testSuiteSkippedEvents() as $event) { + $elements[] = [ + 'title' => $event->testSuite()->name(), + 'body' => $event->message(), + ]; + } + + $this->printListHeaderWithNumber(count($elements), 'skipped test suite'); + $this->printList($elements); + } + + private function printSkippedTests(TestResult $result): void + { + if (!$result->hasTestSkippedEvents()) { + return; + } + + $elements = []; + + foreach ($result->testSkippedEvents() as $event) { + $elements[] = [ + 'title' => $this->name($event->test()), + 'body' => $event->message(), + ]; + } + + $this->printListHeaderWithNumber(count($elements), 'skipped test'); + $this->printList($elements); + } + + /** + * @psalm-param non-empty-string $type + * @psalm-param list $issues + */ + private function printIssueList(string $type, array $issues): void + { + if (empty($issues)) { + return; + } + + $numberOfUniqueIssues = count($issues); + $triggeringTests = []; + + foreach ($issues as $issue) { + $triggeringTests = array_merge($triggeringTests, array_keys($issue->triggeringTests())); + } + + $numberOfTests = count(array_unique($triggeringTests)); + unset($triggeringTests); + + $this->printListHeader( + sprintf( + '%d test%s triggered %d %s%s:' . PHP_EOL . PHP_EOL, + $numberOfTests, + $numberOfTests !== 1 ? 's' : '', + $numberOfUniqueIssues, + $type, + $numberOfUniqueIssues !== 1 ? 's' : '', + ), + ); + + $i = 1; + + foreach ($issues as $issue) { + $title = sprintf( + '%s:%d', + $issue->file(), + $issue->line(), + ); + + $body = trim($issue->description()) . PHP_EOL . PHP_EOL . 'Triggered by:'; + + $triggeringTests = $issue->triggeringTests(); + + ksort($triggeringTests); + + foreach ($triggeringTests as $triggeringTest) { + $body .= PHP_EOL . PHP_EOL . '* ' . $triggeringTest['test']->id(); + + if ($triggeringTest['count'] > 1) { + $body .= sprintf( + ' (%d times)', + $triggeringTest['count'], + ); + } + + if ($triggeringTest['test']->isTestMethod()) { + $body .= PHP_EOL . ' ' . $triggeringTest['test']->file() . ':' . $triggeringTest['test']->line(); + } + } + + $this->printIssueListElement($i++, $title, $body); + + $this->printer->print(PHP_EOL); + } + } + + private function printListHeaderWithNumberOfTestsAndNumberOfIssues(int $numberOfTestsWithIssues, int $numberOfIssues, string $type): void + { + $this->printListHeader( + sprintf( + "%d test%s triggered %d %s%s:\n\n", + $numberOfTestsWithIssues, + $numberOfTestsWithIssues !== 1 ? 's' : '', + $numberOfIssues, + $type, + $numberOfIssues !== 1 ? 's' : '', + ), + ); + } + + private function printListHeaderWithNumber(int $number, string $type): void + { + $this->printListHeader( + sprintf( + "There %s %d %s%s:\n\n", + ($number === 1) ? 'was' : 'were', + $number, + $type, + ($number === 1) ? '' : 's', + ), + ); + } + + private function printListHeader(string $header): void + { + if ($this->listPrinted) { + $this->printer->print("--\n\n"); + } + + $this->listPrinted = true; + + $this->printer->print($header); + } + + /** + * @psalm-param list $elements + */ + private function printList(array $elements): void + { + $i = 1; + + if ($this->displayDefectsInReverseOrder) { + $elements = array_reverse($elements); + } + + foreach ($elements as $element) { + $this->printListElement($i++, $element['title'], $element['body']); + } + + $this->printer->print("\n"); + } + + private function printListElement(int $number, string $title, string $body): void + { + $body = trim($body); + + $this->printer->print( + sprintf( + "%s%d) %s\n%s%s", + $number > 1 ? "\n" : '', + $number, + $title, + $body, + !empty($body) ? "\n" : '', + ), + ); + } + + private function printIssueListElement(int $number, string $title, string $body): void + { + $body = trim($body); + + $this->printer->print( + sprintf( + "%d) %s\n%s%s", + $number, + $title, + $body, + !empty($body) ? "\n" : '', + ), + ); + } + + /** + * @throws NoDataSetFromDataProviderException + */ + private function name(Test $test): string + { + if ($test->isTestMethod()) { + assert($test instanceof TestMethod); + + return $test->nameWithClass(); + } + + return $test->name(); + } + + /** + * @psalm-param array> $events + * + * @psalm-return array{numberOfTestsWithIssues: int, numberOfIssues: int, elements: list} + */ + private function mapTestsWithIssuesEventsToElements(array $events): array + { + $elements = []; + $issues = 0; + + foreach ($events as $reasons) { + $test = $reasons[0]->test(); + $testLocation = $this->testLocation($test); + $title = $this->name($test); + $body = ''; + $first = true; + $single = count($reasons) === 1; + + foreach ($reasons as $reason) { + if ($first) { + $first = false; + } else { + $body .= PHP_EOL; + } + + $body .= $this->reasonMessage($reason, $single); + $body .= $this->reasonLocation($reason, $single); + + $issues++; + } + + if (!empty($testLocation)) { + $body .= $testLocation; + } + + $elements[] = [ + 'title' => $title, + 'body' => $body, + ]; + } + + return [ + 'numberOfTestsWithIssues' => count($events), + 'numberOfIssues' => $issues, + 'elements' => $elements, + ]; + } + + private function testLocation(Test $test): string + { + if (!$test->isTestMethod()) { + return ''; + } + + assert($test instanceof TestMethod); + + return sprintf( + '%s%s:%d%s', + PHP_EOL, + $test->file(), + $test->line(), + PHP_EOL, + ); + } + + private function reasonMessage(ConsideredRisky|DeprecationTriggered|ErrorTriggered|NoticeTriggered|PhpDeprecationTriggered|PhpNoticeTriggered|PhpunitDeprecationTriggered|PhpunitErrorTriggered|PhpunitWarningTriggered|PhpWarningTriggered|WarningTriggered $reason, bool $single): string + { + $message = trim($reason->message()); + + if ($single) { + return $message . PHP_EOL; + } + + $lines = explode(PHP_EOL, $message); + $buffer = '* ' . $lines[0] . PHP_EOL; + + if (count($lines) > 1) { + foreach (range(1, count($lines) - 1) as $line) { + $buffer .= ' ' . $lines[$line] . PHP_EOL; + } + } + + return $buffer; + } + + private function reasonLocation(ConsideredRisky|DeprecationTriggered|ErrorTriggered|NoticeTriggered|PhpDeprecationTriggered|PhpNoticeTriggered|PhpunitDeprecationTriggered|PhpunitErrorTriggered|PhpunitWarningTriggered|PhpWarningTriggered|WarningTriggered $reason, bool $single): string + { + if (!$reason instanceof DeprecationTriggered && + !$reason instanceof PhpDeprecationTriggered && + !$reason instanceof ErrorTriggered && + !$reason instanceof NoticeTriggered && + !$reason instanceof PhpNoticeTriggered && + !$reason instanceof WarningTriggered && + !$reason instanceof PhpWarningTriggered) { + return ''; + } + + return sprintf( + '%s%s:%d%s', + $single ? '' : ' ', + $reason->file(), + $reason->line(), + PHP_EOL, + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/UnexpectedOutputPrinter.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/UnexpectedOutputPrinter.php new file mode 100644 index 00000000..08c72d9b --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Default/UnexpectedOutputPrinter.php @@ -0,0 +1,38 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Output\Default; + +use PHPUnit\Event\EventFacadeIsSealedException; +use PHPUnit\Event\Facade; +use PHPUnit\Event\Test\PrintedUnexpectedOutput; +use PHPUnit\Event\Test\PrintedUnexpectedOutputSubscriber; +use PHPUnit\Event\UnknownSubscriberTypeException; +use PHPUnit\TextUI\Output\Printer; + +final class UnexpectedOutputPrinter implements PrintedUnexpectedOutputSubscriber +{ + private readonly Printer $printer; + + /** + * @throws EventFacadeIsSealedException + * @throws UnknownSubscriberTypeException + */ + public function __construct(Printer $printer, Facade $facade) + { + $this->printer = $printer; + + $facade->registerSubscriber($this); + } + + public function notify(PrintedUnexpectedOutput $event): void + { + $this->printer->print($event->output()); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Facade.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Facade.php new file mode 100644 index 00000000..23f15236 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Facade.php @@ -0,0 +1,268 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Output; + +use function assert; +use PHPUnit\Event\EventFacadeIsSealedException; +use PHPUnit\Event\Facade as EventFacade; +use PHPUnit\Event\UnknownSubscriberTypeException; +use PHPUnit\Logging\TeamCity\TeamCityLogger; +use PHPUnit\Logging\TestDox\TestResultCollection; +use PHPUnit\TestRunner\TestResult\TestResult; +use PHPUnit\TextUI\Configuration\Configuration; +use PHPUnit\TextUI\DirectoryDoesNotExistException; +use PHPUnit\TextUI\InvalidSocketException; +use PHPUnit\TextUI\Output\Default\ProgressPrinter\ProgressPrinter as DefaultProgressPrinter; +use PHPUnit\TextUI\Output\Default\ResultPrinter as DefaultResultPrinter; +use PHPUnit\TextUI\Output\Default\UnexpectedOutputPrinter; +use PHPUnit\TextUI\Output\TestDox\ResultPrinter as TestDoxResultPrinter; +use SebastianBergmann\Timer\Duration; +use SebastianBergmann\Timer\ResourceUsageFormatter; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class Facade +{ + private static ?Printer $printer = null; + private static ?DefaultResultPrinter $defaultResultPrinter = null; + private static ?TestDoxResultPrinter $testDoxResultPrinter = null; + private static ?SummaryPrinter $summaryPrinter = null; + private static bool $defaultProgressPrinter = false; + + /** + * @throws EventFacadeIsSealedException + * @throws UnknownSubscriberTypeException + */ + public static function init(Configuration $configuration, bool $extensionReplacesProgressOutput, bool $extensionReplacesResultOutput): Printer + { + self::createPrinter($configuration); + + assert(self::$printer !== null); + + self::createUnexpectedOutputPrinter(); + + if (!$extensionReplacesProgressOutput) { + self::createProgressPrinter($configuration); + } + + if (!$extensionReplacesResultOutput) { + self::createResultPrinter($configuration); + self::createSummaryPrinter($configuration); + } + + if ($configuration->outputIsTeamCity()) { + new TeamCityLogger( + DefaultPrinter::standardOutput(), + EventFacade::instance(), + ); + } + + return self::$printer; + } + + /** + * @psalm-param ?array $testDoxResult + */ + public static function printResult(TestResult $result, ?array $testDoxResult, Duration $duration): void + { + assert(self::$printer !== null); + + if ($result->numberOfTestsRun() > 0) { + if (self::$defaultProgressPrinter) { + self::$printer->print(PHP_EOL . PHP_EOL); + } + + self::$printer->print((new ResourceUsageFormatter)->resourceUsage($duration) . PHP_EOL . PHP_EOL); + } + + if (self::$testDoxResultPrinter !== null && $testDoxResult !== null) { + self::$testDoxResultPrinter->print($testDoxResult); + } + + if (self::$defaultResultPrinter !== null) { + self::$defaultResultPrinter->print($result); + } + + if (self::$summaryPrinter !== null) { + self::$summaryPrinter->print($result); + } + } + + /** + * @throws DirectoryDoesNotExistException + * @throws InvalidSocketException + */ + public static function printerFor(string $target): Printer + { + if ($target === 'php://stdout') { + if (!self::$printer instanceof NullPrinter) { + return self::$printer; + } + + return DefaultPrinter::standardOutput(); + } + + return DefaultPrinter::from($target); + } + + private static function createPrinter(Configuration $configuration): void + { + $printerNeeded = false; + + if ($configuration->outputIsTeamCity()) { + $printerNeeded = true; + } + + if ($configuration->outputIsTestDox()) { + $printerNeeded = true; + } + + if (!$configuration->noOutput() && !$configuration->noProgress()) { + $printerNeeded = true; + } + + if (!$configuration->noOutput() && !$configuration->noResults()) { + $printerNeeded = true; + } + + if ($printerNeeded) { + if ($configuration->outputToStandardErrorStream()) { + self::$printer = DefaultPrinter::standardError(); + + return; + } + + self::$printer = DefaultPrinter::standardOutput(); + + return; + } + + self::$printer = new NullPrinter; + } + + private static function createProgressPrinter(Configuration $configuration): void + { + assert(self::$printer !== null); + + if (!self::useDefaultProgressPrinter($configuration)) { + return; + } + + new DefaultProgressPrinter( + self::$printer, + EventFacade::instance(), + $configuration->colors(), + $configuration->columns(), + $configuration->source(), + ); + + self::$defaultProgressPrinter = true; + } + + private static function useDefaultProgressPrinter(Configuration $configuration): bool + { + if ($configuration->noOutput()) { + return false; + } + + if ($configuration->noProgress()) { + return false; + } + + if ($configuration->outputIsTeamCity()) { + return false; + } + + return true; + } + + private static function createResultPrinter(Configuration $configuration): void + { + assert(self::$printer !== null); + + if ($configuration->outputIsTestDox()) { + self::$defaultResultPrinter = new DefaultResultPrinter( + self::$printer, + true, + true, + true, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + ); + } + + if ($configuration->outputIsTestDox()) { + self::$testDoxResultPrinter = new TestDoxResultPrinter( + self::$printer, + $configuration->colors(), + ); + } + + if ($configuration->noOutput() || $configuration->noResults()) { + return; + } + + if (self::$defaultResultPrinter !== null) { + return; + } + + self::$defaultResultPrinter = new DefaultResultPrinter( + self::$printer, + true, + true, + true, + true, + true, + true, + $configuration->displayDetailsOnIncompleteTests(), + $configuration->displayDetailsOnSkippedTests(), + $configuration->displayDetailsOnTestsThatTriggerDeprecations(), + $configuration->displayDetailsOnTestsThatTriggerErrors(), + $configuration->displayDetailsOnTestsThatTriggerNotices(), + $configuration->displayDetailsOnTestsThatTriggerWarnings(), + $configuration->reverseDefectList(), + ); + } + + private static function createSummaryPrinter(Configuration $configuration): void + { + assert(self::$printer !== null); + + if (($configuration->noOutput() || $configuration->noResults()) && + !($configuration->outputIsTeamCity() || $configuration->outputIsTestDox())) { + return; + } + + self::$summaryPrinter = new SummaryPrinter( + self::$printer, + $configuration->colors(), + ); + } + + /** + * @throws EventFacadeIsSealedException + * @throws UnknownSubscriberTypeException + */ + private static function createUnexpectedOutputPrinter(): void + { + assert(self::$printer !== null); + + new UnexpectedOutputPrinter(self::$printer, EventFacade::instance()); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Printer/DefaultPrinter.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Printer/DefaultPrinter.php new file mode 100644 index 00000000..4f6809c4 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Printer/DefaultPrinter.php @@ -0,0 +1,115 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Output; + +use function assert; +use function count; +use function dirname; +use function explode; +use function fclose; +use function fopen; +use function fsockopen; +use function fwrite; +use function sprintf; +use function str_replace; +use function str_starts_with; +use PHPUnit\TextUI\DirectoryDoesNotExistException; +use PHPUnit\TextUI\InvalidSocketException; +use PHPUnit\Util\Filesystem; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class DefaultPrinter implements Printer +{ + /** + * @psalm-var closed-resource|resource + */ + private $stream; + private readonly bool $isPhpStream; + private bool $isOpen; + + /** + * @throws DirectoryDoesNotExistException + * @throws InvalidSocketException + */ + public static function from(string $out): self + { + return new self($out); + } + + /** + * @throws DirectoryDoesNotExistException + * @throws InvalidSocketException + */ + public static function standardOutput(): self + { + return new self('php://stdout'); + } + + /** + * @throws DirectoryDoesNotExistException + * @throws InvalidSocketException + */ + public static function standardError(): self + { + return new self('php://stderr'); + } + + /** + * @throws DirectoryDoesNotExistException + * @throws InvalidSocketException + */ + private function __construct(string $out) + { + if (str_starts_with($out, 'socket://')) { + $tmp = explode(':', str_replace('socket://', '', $out)); + + if (count($tmp) !== 2) { + throw new InvalidSocketException( + sprintf( + '"%s" does not match "socket://hostname:port" format', + $out, + ), + ); + } + + $this->stream = fsockopen($tmp[0], (int) $tmp[1]); + $this->isOpen = true; + + return; + } + + $this->isPhpStream = str_starts_with($out, 'php://'); + + if (!$this->isPhpStream && !Filesystem::createDirectory(dirname($out))) { + throw new DirectoryDoesNotExistException(dirname($out)); + } + + $this->stream = fopen($out, 'wb'); + $this->isOpen = true; + } + + public function print(string $buffer): void + { + assert($this->isOpen); + + fwrite($this->stream, $buffer); + } + + public function flush(): void + { + if ($this->isOpen && $this->isPhpStream) { + fclose($this->stream); + + $this->isOpen = false; + } + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Printer/NullPrinter.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Printer/NullPrinter.php new file mode 100644 index 00000000..e4a50101 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Printer/NullPrinter.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Output; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class NullPrinter implements Printer +{ + public function print(string $buffer): void + { + } + + public function flush(): void + { + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Printer/Printer.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Printer/Printer.php new file mode 100644 index 00000000..bc2e8bb5 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/Printer/Printer.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Output; + +/** + * @internal This interface is not covered by the backward compatibility promise for PHPUnit + */ +interface Printer +{ + public function print(string $buffer): void; + + public function flush(): void; +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Output/SummaryPrinter.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/SummaryPrinter.php new file mode 100644 index 00000000..7168815c --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/SummaryPrinter.php @@ -0,0 +1,169 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Output; + +use function sprintf; +use PHPUnit\TestRunner\TestResult\TestResult; +use PHPUnit\Util\Color; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class SummaryPrinter +{ + private readonly Printer $printer; + private readonly bool $colors; + private bool $countPrinted = false; + + public function __construct(Printer $printer, bool $colors) + { + $this->printer = $printer; + $this->colors = $colors; + } + + public function print(TestResult $result): void + { + if ($result->numberOfTestsRun() === 0) { + $this->printWithColor( + 'fg-black, bg-yellow', + 'No tests executed!', + ); + + return; + } + + if ($result->wasSuccessfulAndNoTestHasIssues() && + !$result->hasTestSuiteSkippedEvents() && + !$result->hasTestSkippedEvents()) { + $this->printWithColor( + 'fg-black, bg-green', + sprintf( + 'OK (%d test%s, %d assertion%s)', + $result->numberOfTestsRun(), + $result->numberOfTestsRun() === 1 ? '' : 's', + $result->numberOfAssertions(), + $result->numberOfAssertions() === 1 ? '' : 's', + ), + ); + + $this->printNumberOfIssuesIgnoredByBaseline($result); + + return; + } + + $color = 'fg-black, bg-yellow'; + + if ($result->wasSuccessful()) { + if (!$result->hasTestsWithIssues()) { + $this->printWithColor( + $color, + 'OK, but some tests were skipped!', + ); + } else { + $this->printWithColor( + $color, + 'OK, but there were issues!', + ); + } + } else { + if ($result->hasTestErroredEvents() || $result->hasTestTriggeredPhpunitErrorEvents()) { + $color = 'fg-white, bg-red'; + + $this->printWithColor( + $color, + 'ERRORS!', + ); + } elseif ($result->hasTestFailedEvents()) { + $color = 'fg-white, bg-red'; + + $this->printWithColor( + $color, + 'FAILURES!', + ); + } elseif ($result->hasWarnings()) { + $this->printWithColor( + $color, + 'WARNINGS!', + ); + } elseif ($result->hasDeprecations()) { + $this->printWithColor( + $color, + 'DEPRECATIONS!', + ); + } elseif ($result->hasNotices()) { + $this->printWithColor( + $color, + 'NOTICES!', + ); + } + } + + $this->printCountString($result->numberOfTestsRun(), 'Tests', $color, true); + $this->printCountString($result->numberOfAssertions(), 'Assertions', $color, true); + $this->printCountString($result->numberOfErrors(), 'Errors', $color); + $this->printCountString($result->numberOfTestFailedEvents(), 'Failures', $color); + $this->printCountString($result->numberOfWarnings(), 'Warnings', $color); + $this->printCountString($result->numberOfDeprecations(), 'Deprecations', $color); + $this->printCountString($result->numberOfNotices(), 'Notices', $color); + $this->printCountString($result->numberOfTestSuiteSkippedEvents() + $result->numberOfTestSkippedEvents(), 'Skipped', $color); + $this->printCountString($result->numberOfTestMarkedIncompleteEvents(), 'Incomplete', $color); + $this->printCountString($result->numberOfTestsWithTestConsideredRiskyEvents(), 'Risky', $color); + $this->printWithColor($color, '.'); + + $this->printNumberOfIssuesIgnoredByBaseline($result); + } + + private function printCountString(int $count, string $name, string $color, bool $always = false): void + { + if ($always || $count > 0) { + $this->printWithColor( + $color, + sprintf( + '%s%s: %d', + $this->countPrinted ? ', ' : '', + $name, + $count, + ), + false, + ); + + $this->countPrinted = true; + } + } + + private function printWithColor(string $color, string $buffer, bool $lf = true): void + { + if ($this->colors) { + $buffer = Color::colorizeTextBox($color, $buffer); + } + + $this->printer->print($buffer); + + if ($lf) { + $this->printer->print(PHP_EOL); + } + } + + private function printNumberOfIssuesIgnoredByBaseline(TestResult $result): void + { + if ($result->hasIssuesIgnoredByBaseline()) { + $this->printer->print( + sprintf( + '%s%d issue%s %s ignored by baseline.%s', + PHP_EOL, + $result->numberOfIssuesIgnoredByBaseline(), + $result->numberOfIssuesIgnoredByBaseline() > 1 ? 's' : '', + $result->numberOfIssuesIgnoredByBaseline() > 1 ? 'were' : 'was', + PHP_EOL, + ), + ); + } + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/Output/TestDox/ResultPrinter.php b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/TestDox/ResultPrinter.php new file mode 100644 index 00000000..d82d04df --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/Output/TestDox/ResultPrinter.php @@ -0,0 +1,380 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI\Output\TestDox; + +use const PHP_EOL; +use function array_map; +use function assert; +use function explode; +use function implode; +use function preg_match; +use function preg_split; +use function rtrim; +use function str_starts_with; +use function trim; +use PHPUnit\Event\Code\Throwable; +use PHPUnit\Event\TestData\NoDataSetFromDataProviderException; +use PHPUnit\Framework\TestStatus\TestStatus; +use PHPUnit\Logging\TestDox\TestResult as TestDoxTestResult; +use PHPUnit\Logging\TestDox\TestResultCollection; +use PHPUnit\TextUI\Output\Printer; +use PHPUnit\Util\Color; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class ResultPrinter +{ + private readonly Printer $printer; + private readonly bool $colors; + + public function __construct(Printer $printer, bool $colors) + { + $this->printer = $printer; + $this->colors = $colors; + } + + /** + * @psalm-param array $tests + */ + public function print(array $tests): void + { + foreach ($tests as $prettifiedClassName => $_tests) { + $this->printPrettifiedClassName($prettifiedClassName); + + foreach ($_tests as $test) { + $this->printTestResult($test); + } + + $this->printer->print(PHP_EOL); + } + } + + public function flush(): void + { + $this->printer->flush(); + } + + /** + * @psalm-param string $prettifiedClassName + */ + private function printPrettifiedClassName(string $prettifiedClassName): void + { + $buffer = $prettifiedClassName; + + if ($this->colors) { + $buffer = Color::colorizeTextBox('underlined', $buffer); + } + + $this->printer->print($buffer . PHP_EOL); + } + + /** + * @throws NoDataSetFromDataProviderException + */ + private function printTestResult(TestDoxTestResult $test): void + { + $this->printTestResultHeader($test); + $this->printTestResultBody($test); + } + + /** + * @throws NoDataSetFromDataProviderException + */ + private function printTestResultHeader(TestDoxTestResult $test): void + { + $buffer = ' ' . $this->symbolFor($test->status()) . ' '; + + if ($this->colors) { + $this->printer->print( + Color::colorizeTextBox( + $this->colorFor($test->status()), + $buffer, + ), + ); + } else { + $this->printer->print($buffer); + } + + $this->printer->print($test->test()->testDox()->prettifiedMethodName($this->colors) . PHP_EOL); + } + + private function printTestResultBody(TestDoxTestResult $test): void + { + if ($test->status()->isSuccess()) { + return; + } + + if (!$test->hasThrowable()) { + return; + } + + $this->printTestResultBodyStart($test); + $this->printThrowable($test); + $this->printTestResultBodyEnd($test); + } + + private function printTestResultBodyStart(TestDoxTestResult $test): void + { + $this->printer->print( + $this->prefixLines( + $this->prefixFor('start', $test->status()), + '', + ), + ); + + $this->printer->print(PHP_EOL); + } + + private function printTestResultBodyEnd(TestDoxTestResult $test): void + { + $this->printer->print(PHP_EOL); + + $this->printer->print( + $this->prefixLines( + $this->prefixFor('last', $test->status()), + '', + ), + ); + + $this->printer->print(PHP_EOL); + } + + private function printThrowable(TestDoxTestResult $test): void + { + $throwable = $test->throwable(); + + assert($throwable instanceof Throwable); + + $message = trim($throwable->description()); + $stackTrace = $this->formatStackTrace($throwable->stackTrace()); + $diff = ''; + + if (!empty($message) && $this->colors) { + ['message' => $message, 'diff' => $diff] = $this->colorizeMessageAndDiff( + $message, + $this->messageColorFor($test->status()), + ); + } + + if (!empty($message)) { + $this->printer->print( + $this->prefixLines( + $this->prefixFor('message', $test->status()), + $message, + ), + ); + + $this->printer->print(PHP_EOL); + } + + if (!empty($diff)) { + $this->printer->print( + $this->prefixLines( + $this->prefixFor('diff', $test->status()), + $diff, + ), + ); + + $this->printer->print(PHP_EOL); + } + + if (!empty($stackTrace)) { + if (!empty($message) || !empty($diff)) { + $prefix = $this->prefixFor('default', $test->status()); + } else { + $prefix = $this->prefixFor('trace', $test->status()); + } + + $this->printer->print( + $this->prefixLines($prefix, PHP_EOL . $stackTrace), + ); + } + } + + /** + * @psalm-return array{message: string, diff: string} + */ + private function colorizeMessageAndDiff(string $buffer, string $style): array + { + $lines = $buffer ? array_map('\rtrim', explode(PHP_EOL, $buffer)) : []; + $message = []; + $diff = []; + $insideDiff = false; + + foreach ($lines as $line) { + if ($line === '--- Expected') { + $insideDiff = true; + } + + if (!$insideDiff) { + $message[] = $line; + } else { + if (str_starts_with($line, '-')) { + $line = Color::colorize('fg-red', Color::visualizeWhitespace($line, true)); + } elseif (str_starts_with($line, '+')) { + $line = Color::colorize('fg-green', Color::visualizeWhitespace($line, true)); + } elseif ($line === '@@ @@') { + $line = Color::colorize('fg-cyan', $line); + } + + $diff[] = $line; + } + } + + $message = implode(PHP_EOL, $message); + $diff = implode(PHP_EOL, $diff); + + if (!empty($message)) { + $message = Color::colorizeTextBox($style, $message); + } + + return [ + 'message' => $message, + 'diff' => $diff, + ]; + } + + private function formatStackTrace(string $stackTrace): string + { + if (!$this->colors) { + return rtrim($stackTrace); + } + + $lines = []; + $previousPath = ''; + + foreach (explode(PHP_EOL, $stackTrace) as $line) { + if (preg_match('/^(.*):(\d+)$/', $line, $matches)) { + $lines[] = Color::colorizePath($matches[1], $previousPath) . Color::dim(':') . Color::colorize('fg-blue', $matches[2]) . "\n"; + $previousPath = $matches[1]; + + continue; + } + + $lines[] = $line; + $previousPath = ''; + } + + return rtrim(implode('', $lines)); + } + + private function prefixLines(string $prefix, string $message): string + { + return implode( + PHP_EOL, + array_map( + static fn (string $line) => ' ' . $prefix . ($line ? ' ' . $line : ''), + preg_split('/\r\n|\r|\n/', $message), + ), + ); + } + + /** + * @psalm-param 'default'|'start'|'message'|'diff'|'trace'|'last' $type + */ + private function prefixFor(string $type, TestStatus $status): string + { + if (!$this->colors) { + return '│'; + } + + return Color::colorize( + $this->colorFor($status), + match ($type) { + 'default' => '│', + 'start' => '┐', + 'message' => '├', + 'diff' => '┊', + 'trace' => '╵', + 'last' => '┴', + }, + ); + } + + private function colorFor(TestStatus $status): string + { + if ($status->isSuccess()) { + return 'fg-green'; + } + + if ($status->isError()) { + return 'fg-yellow'; + } + + if ($status->isFailure()) { + return 'fg-red'; + } + + if ($status->isSkipped()) { + return 'fg-cyan'; + } + + if ($status->isRisky() || $status->isIncomplete() || $status->isWarning()) { + return 'fg-yellow'; + } + + return 'fg-blue'; + } + + private function messageColorFor(TestStatus $status): string + { + if ($status->isSuccess()) { + return ''; + } + + if ($status->isError()) { + return 'bg-yellow,fg-black'; + } + + if ($status->isFailure()) { + return 'bg-red,fg-white'; + } + + if ($status->isSkipped()) { + return 'fg-cyan'; + } + + if ($status->isRisky() || $status->isIncomplete() || $status->isWarning()) { + return 'fg-yellow'; + } + + return 'fg-white,bg-blue'; + } + + private function symbolFor(TestStatus $status): string + { + if ($status->isSuccess()) { + return '✔'; + } + + if ($status->isError() || $status->isFailure()) { + return '✘'; + } + + if ($status->isSkipped()) { + return '↩'; + } + + if ($status->isRisky()) { + return '☢'; + } + + if ($status->isIncomplete()) { + return '∅'; + } + + if ($status->isWarning()) { + return '⚠'; + } + + return '?'; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/ShellExitCodeCalculator.php b/Sources/vendor/phpunit/phpunit/src/TextUI/ShellExitCodeCalculator.php new file mode 100644 index 00000000..38fe77e7 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/ShellExitCodeCalculator.php @@ -0,0 +1,67 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI; + +use PHPUnit\TestRunner\TestResult\TestResult; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class ShellExitCodeCalculator +{ + private const SUCCESS_EXIT = 0; + private const FAILURE_EXIT = 1; + private const EXCEPTION_EXIT = 2; + + public function calculate(bool $failOnDeprecation, bool $failOnEmptyTestSuite, bool $failOnIncomplete, bool $failOnNotice, bool $failOnRisky, bool $failOnSkipped, bool $failOnWarning, TestResult $result): int + { + $returnCode = self::FAILURE_EXIT; + + if ($result->wasSuccessful()) { + $returnCode = self::SUCCESS_EXIT; + } + + if ($failOnEmptyTestSuite && !$result->hasTests()) { + $returnCode = self::FAILURE_EXIT; + } + + if ($result->wasSuccessfulIgnoringPhpunitWarnings()) { + if ($failOnDeprecation && $result->hasDeprecations()) { + $returnCode = self::FAILURE_EXIT; + } + + if ($failOnIncomplete && $result->hasIncompleteTests()) { + $returnCode = self::FAILURE_EXIT; + } + + if ($failOnNotice && $result->hasNotices()) { + $returnCode = self::FAILURE_EXIT; + } + + if ($failOnRisky && $result->hasRiskyTests()) { + $returnCode = self::FAILURE_EXIT; + } + + if ($failOnSkipped && $result->hasSkippedTests()) { + $returnCode = self::FAILURE_EXIT; + } + + if ($failOnWarning && $result->hasWarnings()) { + $returnCode = self::FAILURE_EXIT; + } + } + + if ($result->hasErrors()) { + $returnCode = self::EXCEPTION_EXIT; + } + + return $returnCode; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/TestRunner.php b/Sources/vendor/phpunit/phpunit/src/TextUI/TestRunner.php old mode 100755 new mode 100644 index a1d71300..97460e2c --- a/Sources/vendor/phpunit/phpunit/src/TextUI/TestRunner.php +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/TestRunner.php @@ -9,1254 +9,67 @@ */ namespace PHPUnit\TextUI; -use const PHP_EOL; -use const PHP_SAPI; -use const PHP_VERSION; -use function array_diff; -use function array_map; -use function array_merge; -use function assert; -use function class_exists; -use function count; -use function dirname; -use function file_put_contents; -use function htmlspecialchars; -use function is_array; -use function is_int; -use function is_string; use function mt_srand; -use function range; -use function realpath; -use function sort; -use function sprintf; -use function time; -use PHPUnit\Framework\Exception; -use PHPUnit\Framework\TestResult; +use PHPUnit\Event; use PHPUnit\Framework\TestSuite; -use PHPUnit\Runner\AfterLastTestHook; -use PHPUnit\Runner\BaseTestRunner; -use PHPUnit\Runner\BeforeFirstTestHook; -use PHPUnit\Runner\DefaultTestResultCache; -use PHPUnit\Runner\Extension\ExtensionHandler; -use PHPUnit\Runner\Filter\ExcludeGroupFilterIterator; use PHPUnit\Runner\Filter\Factory; -use PHPUnit\Runner\Filter\IncludeGroupFilterIterator; -use PHPUnit\Runner\Filter\NameFilterIterator; -use PHPUnit\Runner\Hook; -use PHPUnit\Runner\NullTestResultCache; -use PHPUnit\Runner\ResultCacheExtension; -use PHPUnit\Runner\StandardTestSuiteLoader; -use PHPUnit\Runner\TestHook; -use PHPUnit\Runner\TestListenerAdapter; -use PHPUnit\Runner\TestSuiteLoader; +use PHPUnit\Runner\ResultCache\ResultCache; use PHPUnit\Runner\TestSuiteSorter; -use PHPUnit\Runner\Version; -use PHPUnit\TextUI\XmlConfiguration\CodeCoverage\FilterMapper; -use PHPUnit\TextUI\XmlConfiguration\Configuration; -use PHPUnit\TextUI\XmlConfiguration\Loader; -use PHPUnit\TextUI\XmlConfiguration\PhpHandler; -use PHPUnit\Util\Filesystem; -use PHPUnit\Util\Log\JUnit; -use PHPUnit\Util\Log\TeamCity; -use PHPUnit\Util\Printer; -use PHPUnit\Util\TestDox\CliTestDoxPrinter; -use PHPUnit\Util\TestDox\HtmlResultPrinter; -use PHPUnit\Util\TestDox\TextResultPrinter; -use PHPUnit\Util\TestDox\XmlResultPrinter; -use PHPUnit\Util\XdebugFilterScriptGenerator; -use PHPUnit\Util\Xml\SchemaDetector; -use ReflectionClass; -use ReflectionException; -use SebastianBergmann\CodeCoverage\CodeCoverage; -use SebastianBergmann\CodeCoverage\Driver\Selector; -use SebastianBergmann\CodeCoverage\Exception as CodeCoverageException; -use SebastianBergmann\CodeCoverage\Filter as CodeCoverageFilter; -use SebastianBergmann\CodeCoverage\Report\Clover as CloverReport; -use SebastianBergmann\CodeCoverage\Report\Cobertura as CoberturaReport; -use SebastianBergmann\CodeCoverage\Report\Crap4j as Crap4jReport; -use SebastianBergmann\CodeCoverage\Report\Html\Facade as HtmlReport; -use SebastianBergmann\CodeCoverage\Report\PHP as PhpReport; -use SebastianBergmann\CodeCoverage\Report\Text as TextReport; -use SebastianBergmann\CodeCoverage\Report\Xml\Facade as XmlReport; -use SebastianBergmann\Comparator\Comparator; -use SebastianBergmann\Environment\Runtime; -use SebastianBergmann\Invoker\Invoker; -use SebastianBergmann\Timer\Timer; +use PHPUnit\TextUI\Configuration\Configuration; +use Throwable; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit */ -final class TestRunner extends BaseTestRunner +final class TestRunner { - public const SUCCESS_EXIT = 0; - public const FAILURE_EXIT = 1; - public const EXCEPTION_EXIT = 2; - - /** - * @var CodeCoverageFilter - */ - private $codeCoverageFilter; - - /** - * @var TestSuiteLoader - */ - private $loader; - - /** - * @var ResultPrinter - */ - private $printer; - - /** - * @var bool - */ - private $messagePrinted = false; - /** - * @var Hook[] + * @throws RuntimeException */ - private $extensions = []; - - /** - * @var Timer - */ - private $timer; - - public function __construct(TestSuiteLoader $loader = null, CodeCoverageFilter $filter = null) - { - if ($filter === null) { - $filter = new CodeCoverageFilter; - } - - $this->codeCoverageFilter = $filter; - $this->loader = $loader; - $this->timer = new Timer; - } - - /** - * @throws \PHPUnit\Runner\Exception - * @throws \PHPUnit\TextUI\XmlConfiguration\Exception - * @throws Exception - */ - public function run(TestSuite $suite, array $arguments = [], array $warnings = [], bool $exit = true): TestResult + public function run(Configuration $configuration, ResultCache $resultCache, TestSuite $suite): void { - if (isset($arguments['configuration'])) { - $GLOBALS['__PHPUNIT_CONFIGURATION_FILE'] = $arguments['configuration']; - } - - $this->handleConfiguration($arguments); - - $warnings = array_merge($warnings, $arguments['warnings']); - - if (is_int($arguments['columns']) && $arguments['columns'] < 16) { - $arguments['columns'] = 16; - $tooFewColumnsRequested = true; - } - - if (isset($arguments['bootstrap'])) { - $GLOBALS['__PHPUNIT_BOOTSTRAP'] = $arguments['bootstrap']; - } - - if ($arguments['backupGlobals'] === true) { - $suite->setBackupGlobals(true); - } - - if ($arguments['backupStaticAttributes'] === true) { - $suite->setBackupStaticAttributes(true); - } - - if ($arguments['beStrictAboutChangesToGlobalState'] === true) { - $suite->setBeStrictAboutChangesToGlobalState(true); - } - - if ($arguments['executionOrder'] === TestSuiteSorter::ORDER_RANDOMIZED) { - mt_srand($arguments['randomOrderSeed']); - } - - if ($arguments['cacheResult']) { - if (!isset($arguments['cacheResultFile'])) { - if (isset($arguments['configurationObject'])) { - assert($arguments['configurationObject'] instanceof Configuration); - - $cacheLocation = $arguments['configurationObject']->filename(); - } else { - $cacheLocation = $_SERVER['PHP_SELF']; - } - - $arguments['cacheResultFile'] = null; - - $cacheResultFile = realpath($cacheLocation); - - if ($cacheResultFile !== false) { - $arguments['cacheResultFile'] = dirname($cacheResultFile); - } - } - - $cache = new DefaultTestResultCache($arguments['cacheResultFile']); - - $this->addExtension(new ResultCacheExtension($cache)); - } - - if ($arguments['executionOrder'] !== TestSuiteSorter::ORDER_DEFAULT || $arguments['executionOrderDefects'] !== TestSuiteSorter::ORDER_DEFAULT || $arguments['resolveDependencies']) { - $cache = $cache ?? new NullTestResultCache; - - $cache->load(); - - $sorter = new TestSuiteSorter($cache); - - $sorter->reorderTestsInSuite($suite, $arguments['executionOrder'], $arguments['resolveDependencies'], $arguments['executionOrderDefects']); - $originalExecutionOrder = $sorter->getOriginalExecutionOrder(); - - unset($sorter); - } - - if (is_int($arguments['repeat']) && $arguments['repeat'] > 0) { - $_suite = new TestSuite; - - /* @noinspection PhpUnusedLocalVariableInspection */ - foreach (range(1, $arguments['repeat']) as $step) { - $_suite->addTest($suite); - } - - $suite = $_suite; - - unset($_suite); - } - - $result = $this->createTestResult(); - - $listener = new TestListenerAdapter; - $listenerNeeded = false; - - foreach ($this->extensions as $extension) { - if ($extension instanceof TestHook) { - $listener->add($extension); - - $listenerNeeded = true; - } - } - - if ($listenerNeeded) { - $result->addListener($listener); - } - - unset($listener, $listenerNeeded); - - if ($arguments['convertDeprecationsToExceptions']) { - $result->convertDeprecationsToExceptions(true); - } - - if (!$arguments['convertErrorsToExceptions']) { - $result->convertErrorsToExceptions(false); - } - - if (!$arguments['convertNoticesToExceptions']) { - $result->convertNoticesToExceptions(false); - } - - if (!$arguments['convertWarningsToExceptions']) { - $result->convertWarningsToExceptions(false); - } - - if ($arguments['stopOnError']) { - $result->stopOnError(true); - } - - if ($arguments['stopOnFailure']) { - $result->stopOnFailure(true); - } - - if ($arguments['stopOnWarning']) { - $result->stopOnWarning(true); - } - - if ($arguments['stopOnIncomplete']) { - $result->stopOnIncomplete(true); - } - - if ($arguments['stopOnRisky']) { - $result->stopOnRisky(true); - } - - if ($arguments['stopOnSkipped']) { - $result->stopOnSkipped(true); - } - - if ($arguments['stopOnDefect']) { - $result->stopOnDefect(true); - } - - if ($arguments['registerMockObjectsFromTestArgumentsRecursively']) { - $result->setRegisterMockObjectsFromTestArgumentsRecursively(true); - } - - if ($this->printer === null) { - if (isset($arguments['printer'])) { - if ($arguments['printer'] instanceof ResultPrinter) { - $this->printer = $arguments['printer']; - } elseif (is_string($arguments['printer']) && class_exists($arguments['printer'], false)) { - try { - $reflector = new ReflectionClass($arguments['printer']); - - if ($reflector->implementsInterface(ResultPrinter::class)) { - $this->printer = $this->createPrinter($arguments['printer'], $arguments); - } - - // @codeCoverageIgnoreStart - } catch (ReflectionException $e) { - throw new Exception( - $e->getMessage(), - $e->getCode(), - $e, - ); - } - // @codeCoverageIgnoreEnd - } - } else { - $this->printer = $this->createPrinter(DefaultResultPrinter::class, $arguments); - } - } - - if (isset($originalExecutionOrder) && $this->printer instanceof CliTestDoxPrinter) { - assert($this->printer instanceof CliTestDoxPrinter); - - $this->printer->setOriginalExecutionOrder($originalExecutionOrder); - $this->printer->setShowProgressAnimation(!$arguments['noInteraction']); - } - - $this->write(Version::getVersionString() . "\n"); - - foreach ($arguments['listeners'] as $listener) { - $result->addListener($listener); - } - - $result->addListener($this->printer); - - $coverageFilterFromConfigurationFile = false; - $coverageFilterFromOption = false; - $codeCoverageReports = 0; - - if (isset($arguments['testdoxHTMLFile'])) { - $result->addListener( - new HtmlResultPrinter( - $arguments['testdoxHTMLFile'], - $arguments['testdoxGroups'], - $arguments['testdoxExcludeGroups'], - ), - ); - } - - if (isset($arguments['testdoxTextFile'])) { - $result->addListener( - new TextResultPrinter( - $arguments['testdoxTextFile'], - $arguments['testdoxGroups'], - $arguments['testdoxExcludeGroups'], - ), - ); - } - - if (isset($arguments['testdoxXMLFile'])) { - $result->addListener( - new XmlResultPrinter( - $arguments['testdoxXMLFile'], - ), - ); - } - - if (isset($arguments['teamcityLogfile'])) { - $result->addListener( - new TeamCity($arguments['teamcityLogfile']), - ); - } - - if (isset($arguments['junitLogfile'])) { - $result->addListener( - new JUnit( - $arguments['junitLogfile'], - $arguments['reportUselessTests'], - ), - ); - } - - if (isset($arguments['coverageClover'])) { - $codeCoverageReports++; - } - - if (isset($arguments['coverageCobertura'])) { - $codeCoverageReports++; - } - - if (isset($arguments['coverageCrap4J'])) { - $codeCoverageReports++; - } - - if (isset($arguments['coverageHtml'])) { - $codeCoverageReports++; - } - - if (isset($arguments['coveragePHP'])) { - $codeCoverageReports++; - } - - if (isset($arguments['coverageText'])) { - $codeCoverageReports++; - } - - if (isset($arguments['coverageXml'])) { - $codeCoverageReports++; - } - - if ($codeCoverageReports > 0 || isset($arguments['xdebugFilterFile'])) { - if (isset($arguments['coverageFilter'])) { - if (!is_array($arguments['coverageFilter'])) { - $coverageFilterDirectories = [$arguments['coverageFilter']]; - } else { - $coverageFilterDirectories = $arguments['coverageFilter']; - } - - foreach ($coverageFilterDirectories as $coverageFilterDirectory) { - $this->codeCoverageFilter->includeDirectory($coverageFilterDirectory); - } - - $coverageFilterFromOption = true; - } - - if (isset($arguments['configurationObject'])) { - assert($arguments['configurationObject'] instanceof Configuration); - - $codeCoverageConfiguration = $arguments['configurationObject']->codeCoverage(); - - if ($codeCoverageConfiguration->hasNonEmptyListOfFilesToBeIncludedInCodeCoverageReport()) { - $coverageFilterFromConfigurationFile = true; - - (new FilterMapper)->map( - $this->codeCoverageFilter, - $codeCoverageConfiguration, - ); - } - } - } - - if ($codeCoverageReports > 0) { - try { - if (isset($codeCoverageConfiguration) && - ($codeCoverageConfiguration->pathCoverage() || (isset($arguments['pathCoverage']) && $arguments['pathCoverage'] === true))) { - $codeCoverageDriver = (new Selector)->forLineAndPathCoverage($this->codeCoverageFilter); - } else { - $codeCoverageDriver = (new Selector)->forLineCoverage($this->codeCoverageFilter); - } - - $codeCoverage = new CodeCoverage( - $codeCoverageDriver, - $this->codeCoverageFilter, - ); - - if (isset($codeCoverageConfiguration) && $codeCoverageConfiguration->hasCacheDirectory()) { - $codeCoverage->cacheStaticAnalysis($codeCoverageConfiguration->cacheDirectory()->path()); - } - - if (isset($arguments['coverageCacheDirectory'])) { - $codeCoverage->cacheStaticAnalysis($arguments['coverageCacheDirectory']); - } - - $codeCoverage->excludeSubclassesOfThisClassFromUnintentionallyCoveredCodeCheck(Comparator::class); - - if ($arguments['strictCoverage']) { - $codeCoverage->enableCheckForUnintentionallyCoveredCode(); - } - - if (isset($arguments['ignoreDeprecatedCodeUnitsFromCodeCoverage'])) { - if ($arguments['ignoreDeprecatedCodeUnitsFromCodeCoverage']) { - $codeCoverage->ignoreDeprecatedCode(); - } else { - $codeCoverage->doNotIgnoreDeprecatedCode(); - } - } - - if (isset($arguments['disableCodeCoverageIgnore'])) { - if ($arguments['disableCodeCoverageIgnore']) { - $codeCoverage->disableAnnotationsForIgnoringCode(); - } else { - $codeCoverage->enableAnnotationsForIgnoringCode(); - } - } - - if (isset($arguments['configurationObject'])) { - $codeCoverageConfiguration = $arguments['configurationObject']->codeCoverage(); - - if ($codeCoverageConfiguration->hasNonEmptyListOfFilesToBeIncludedInCodeCoverageReport()) { - if ($codeCoverageConfiguration->includeUncoveredFiles()) { - $codeCoverage->includeUncoveredFiles(); - } else { - $codeCoverage->excludeUncoveredFiles(); - } - - if ($codeCoverageConfiguration->processUncoveredFiles()) { - $codeCoverage->processUncoveredFiles(); - } else { - $codeCoverage->doNotProcessUncoveredFiles(); - } - } - } - - if ($this->codeCoverageFilter->isEmpty()) { - if (!$coverageFilterFromConfigurationFile && !$coverageFilterFromOption) { - $warnings[] = 'No filter is configured, code coverage will not be processed'; - } else { - $warnings[] = 'Incorrect filter configuration, code coverage will not be processed'; - } - - unset($codeCoverage); - } - } catch (CodeCoverageException $e) { - $warnings[] = $e->getMessage(); - } - } - - if ($arguments['verbose']) { - if (PHP_SAPI === 'phpdbg') { - $this->writeMessage('Runtime', 'PHPDBG ' . PHP_VERSION); - } else { - $runtime = 'PHP ' . PHP_VERSION; - - if (isset($codeCoverageDriver)) { - $runtime .= ' with ' . $codeCoverageDriver->nameAndVersion(); - } - - $this->writeMessage('Runtime', $runtime); - } - - if (isset($arguments['configurationObject'])) { - assert($arguments['configurationObject'] instanceof Configuration); - - $this->writeMessage( - 'Configuration', - $arguments['configurationObject']->filename(), - ); - } - - foreach ($arguments['loadedExtensions'] as $extension) { - $this->writeMessage( - 'Extension', - $extension, - ); - } - - foreach ($arguments['notLoadedExtensions'] as $extension) { - $this->writeMessage( - 'Extension', - $extension, - ); - } - } - - if ($arguments['executionOrder'] === TestSuiteSorter::ORDER_RANDOMIZED) { - $this->writeMessage( - 'Random Seed', - (string) $arguments['randomOrderSeed'], - ); - } - - if (isset($tooFewColumnsRequested)) { - $warnings[] = 'Less than 16 columns requested, number of columns set to 16'; - } - - if ((new Runtime)->discardsComments()) { - $warnings[] = 'opcache.save_comments=0 set; annotations will not work'; - } - - if (isset($arguments['conflictBetweenPrinterClassAndTestdox'])) { - $warnings[] = 'Directives printerClass and testdox are mutually exclusive'; - } - - $warnings = array_merge($warnings, $suite->warnings()); - sort($warnings); - - foreach ($warnings as $warning) { - $this->writeMessage('Warning', $warning); - } - - if (isset($arguments['configurationObject'])) { - assert($arguments['configurationObject'] instanceof Configuration); - - if ($arguments['configurationObject']->hasValidationErrors()) { - if ((new SchemaDetector)->detect($arguments['configurationObject']->filename())->detected()) { - $this->writeMessage('Warning', 'Your XML configuration validates against a deprecated schema.'); - $this->writeMessage('Suggestion', 'Migrate your XML configuration using "--migrate-configuration"!'); - } else { - $this->write( - "\n Warning - The configuration file did not pass validation!\n The following problems have been detected:\n", - ); - - $this->write($arguments['configurationObject']->validationErrors()); - - $this->write("\n Test results may not be as expected.\n\n"); - } - } - } - - if (isset($arguments['xdebugFilterFile'], $codeCoverageConfiguration)) { - $this->write(PHP_EOL . 'Please note that --dump-xdebug-filter and --prepend are deprecated and will be removed in PHPUnit 10.' . PHP_EOL); - - $script = (new XdebugFilterScriptGenerator)->generate($codeCoverageConfiguration); - - if ($arguments['xdebugFilterFile'] !== 'php://stdout' && $arguments['xdebugFilterFile'] !== 'php://stderr' && !Filesystem::createDirectory(dirname($arguments['xdebugFilterFile']))) { - $this->write(sprintf('Cannot write Xdebug filter script to %s ' . PHP_EOL, $arguments['xdebugFilterFile'])); + try { + Event\Facade::emitter()->testRunnerStarted(); - exit(self::EXCEPTION_EXIT); + if ($configuration->executionOrder() === TestSuiteSorter::ORDER_RANDOMIZED) { + mt_srand($configuration->randomOrderSeed()); } - file_put_contents($arguments['xdebugFilterFile'], $script); + if ($configuration->executionOrder() !== TestSuiteSorter::ORDER_DEFAULT || + $configuration->executionOrderDefects() !== TestSuiteSorter::ORDER_DEFAULT || + $configuration->resolveDependencies()) { + $resultCache->load(); - $this->write(sprintf('Wrote Xdebug filter script to %s ' . PHP_EOL . PHP_EOL, $arguments['xdebugFilterFile'])); - - exit(self::SUCCESS_EXIT); - } - - $this->write("\n"); - - if (isset($codeCoverage)) { - $result->setCodeCoverage($codeCoverage); - } - - $result->beStrictAboutTestsThatDoNotTestAnything($arguments['reportUselessTests']); - $result->beStrictAboutOutputDuringTests($arguments['disallowTestOutput']); - $result->beStrictAboutTodoAnnotatedTests($arguments['disallowTodoAnnotatedTests']); - $result->beStrictAboutResourceUsageDuringSmallTests($arguments['beStrictAboutResourceUsageDuringSmallTests']); - - if ($arguments['enforceTimeLimit'] === true && !(new Invoker)->canInvokeWithTimeout()) { - $this->writeMessage('Error', 'PHP extension pcntl is required for enforcing time limits'); - } - - $result->enforceTimeLimit($arguments['enforceTimeLimit']); - $result->setDefaultTimeLimit($arguments['defaultTimeLimit']); - $result->setTimeoutForSmallTests($arguments['timeoutForSmallTests']); - $result->setTimeoutForMediumTests($arguments['timeoutForMediumTests']); - $result->setTimeoutForLargeTests($arguments['timeoutForLargeTests']); - - if (isset($arguments['forceCoversAnnotation']) && $arguments['forceCoversAnnotation'] === true) { - $result->forceCoversAnnotation(); - } - - $this->processSuiteFilters($suite, $arguments); - $suite->setRunTestInSeparateProcess($arguments['processIsolation']); - - foreach ($this->extensions as $extension) { - if ($extension instanceof BeforeFirstTestHook) { - $extension->executeBeforeFirstTest(); - } - } - - $suite->run($result); - - foreach ($this->extensions as $extension) { - if ($extension instanceof AfterLastTestHook) { - $extension->executeAfterLastTest(); - } - } - - $result->flushListeners(); - $this->printer->printResult($result); - - if (isset($codeCoverage)) { - if (isset($arguments['coveragePHP'])) { - $this->codeCoverageGenerationStart('PHP'); - - try { - $writer = new PhpReport; - $writer->process($codeCoverage, $arguments['coveragePHP']); - - $this->codeCoverageGenerationSucceeded(); - - unset($writer); - } catch (CodeCoverageException $e) { - $this->codeCoverageGenerationFailed($e); - } - } - - if (isset($arguments['coverageClover'])) { - $this->codeCoverageGenerationStart('Clover XML'); - - try { - $writer = new CloverReport; - $writer->process($codeCoverage, $arguments['coverageClover']); - - $this->codeCoverageGenerationSucceeded(); - - unset($writer); - } catch (CodeCoverageException $e) { - $this->codeCoverageGenerationFailed($e); - } - } - - if (isset($arguments['coverageCobertura'])) { - $this->codeCoverageGenerationStart('Cobertura XML'); - - try { - $writer = new CoberturaReport; - $writer->process($codeCoverage, $arguments['coverageCobertura']); - - $this->codeCoverageGenerationSucceeded(); - - unset($writer); - } catch (CodeCoverageException $e) { - $this->codeCoverageGenerationFailed($e); - } - } - - if (isset($arguments['coverageCrap4J'])) { - $this->codeCoverageGenerationStart('Crap4J XML'); - - try { - $writer = new Crap4jReport($arguments['crap4jThreshold']); - $writer->process($codeCoverage, $arguments['coverageCrap4J']); - - $this->codeCoverageGenerationSucceeded(); - - unset($writer); - } catch (CodeCoverageException $e) { - $this->codeCoverageGenerationFailed($e); - } - } - - if (isset($arguments['coverageHtml'])) { - $this->codeCoverageGenerationStart('HTML'); - - try { - $writer = new HtmlReport( - $arguments['reportLowUpperBound'], - $arguments['reportHighLowerBound'], - sprintf( - ' and PHPUnit %s', - Version::id(), - ), - ); - - $writer->process($codeCoverage, $arguments['coverageHtml']); - - $this->codeCoverageGenerationSucceeded(); - - unset($writer); - } catch (CodeCoverageException $e) { - $this->codeCoverageGenerationFailed($e); - } - } - - if (isset($arguments['coverageText'])) { - if ($arguments['coverageText'] === 'php://stdout') { - $outputStream = $this->printer; - $colors = $arguments['colors'] && $arguments['colors'] !== DefaultResultPrinter::COLOR_NEVER; - } else { - $outputStream = new Printer($arguments['coverageText']); - $colors = false; - } - - $processor = new TextReport( - $arguments['reportLowUpperBound'], - $arguments['reportHighLowerBound'], - $arguments['coverageTextShowUncoveredFiles'], - $arguments['coverageTextShowOnlySummary'], + (new TestSuiteSorter($resultCache))->reorderTestsInSuite( + $suite, + $configuration->executionOrder(), + $configuration->resolveDependencies(), + $configuration->executionOrderDefects(), ); - $outputStream->write( - $processor->process($codeCoverage, $colors), + Event\Facade::emitter()->testSuiteSorted( + $configuration->executionOrder(), + $configuration->executionOrderDefects(), + $configuration->resolveDependencies(), ); } - if (isset($arguments['coverageXml'])) { - $this->codeCoverageGenerationStart('PHPUnit XML'); - - try { - $writer = new XmlReport(Version::id()); - $writer->process($codeCoverage, $arguments['coverageXml']); - - $this->codeCoverageGenerationSucceeded(); + (new TestSuiteFilterProcessor(new Factory))->process($configuration, $suite); - unset($writer); - } catch (CodeCoverageException $e) { - $this->codeCoverageGenerationFailed($e); - } - } - } - - if ($exit) { - if (isset($arguments['failOnEmptyTestSuite']) && $arguments['failOnEmptyTestSuite'] === true && count($result) === 0) { - exit(self::FAILURE_EXIT); - } - - if ($result->wasSuccessfulIgnoringWarnings()) { - if ($arguments['failOnRisky'] && !$result->allHarmless()) { - exit(self::FAILURE_EXIT); - } - - if ($arguments['failOnWarning'] && $result->warningCount() > 0) { - exit(self::FAILURE_EXIT); - } - - if ($arguments['failOnIncomplete'] && $result->notImplementedCount() > 0) { - exit(self::FAILURE_EXIT); - } - - if ($arguments['failOnSkipped'] && $result->skippedCount() > 0) { - exit(self::FAILURE_EXIT); - } - - exit(self::SUCCESS_EXIT); - } - - if ($result->errorCount() > 0) { - exit(self::EXCEPTION_EXIT); - } - - if ($result->failureCount() > 0) { - exit(self::FAILURE_EXIT); - } - } - - return $result; - } - - /** - * Returns the loader to be used. - */ - public function getLoader(): TestSuiteLoader - { - if ($this->loader === null) { - $this->loader = new StandardTestSuiteLoader; - } - - return $this->loader; - } - - public function addExtension(Hook $extension): void - { - $this->extensions[] = $extension; - } - - /** - * Override to define how to handle a failed loading of - * a test suite. - */ - protected function runFailed(string $message): void - { - $this->write($message . PHP_EOL); - - exit(self::FAILURE_EXIT); - } - - private function createTestResult(): TestResult - { - return new TestResult; - } - - private function write(string $buffer): void - { - if (PHP_SAPI !== 'cli' && PHP_SAPI !== 'phpdbg') { - $buffer = htmlspecialchars($buffer); - } - - if ($this->printer !== null) { - $this->printer->write($buffer); - } else { - print $buffer; - } - } - - /** - * @throws \PHPUnit\TextUI\XmlConfiguration\Exception - * @throws Exception - */ - private function handleConfiguration(array &$arguments): void - { - if (!isset($arguments['configurationObject']) && isset($arguments['configuration'])) { - $arguments['configurationObject'] = (new Loader)->load($arguments['configuration']); - } - - if (!isset($arguments['warnings'])) { - $arguments['warnings'] = []; - } - - $arguments['debug'] = $arguments['debug'] ?? false; - $arguments['filter'] = $arguments['filter'] ?? false; - $arguments['listeners'] = $arguments['listeners'] ?? []; - - if (isset($arguments['configurationObject'])) { - (new PhpHandler)->handle($arguments['configurationObject']->php()); - - $codeCoverageConfiguration = $arguments['configurationObject']->codeCoverage(); - - if (!isset($arguments['noCoverage'])) { - if (!isset($arguments['coverageClover']) && $codeCoverageConfiguration->hasClover()) { - $arguments['coverageClover'] = $codeCoverageConfiguration->clover()->target()->path(); - } - - if (!isset($arguments['coverageCobertura']) && $codeCoverageConfiguration->hasCobertura()) { - $arguments['coverageCobertura'] = $codeCoverageConfiguration->cobertura()->target()->path(); - } - - if (!isset($arguments['coverageCrap4J']) && $codeCoverageConfiguration->hasCrap4j()) { - $arguments['coverageCrap4J'] = $codeCoverageConfiguration->crap4j()->target()->path(); - - if (!isset($arguments['crap4jThreshold'])) { - $arguments['crap4jThreshold'] = $codeCoverageConfiguration->crap4j()->threshold(); - } - } - - if (!isset($arguments['coverageHtml']) && $codeCoverageConfiguration->hasHtml()) { - $arguments['coverageHtml'] = $codeCoverageConfiguration->html()->target()->path(); - - if (!isset($arguments['reportLowUpperBound'])) { - $arguments['reportLowUpperBound'] = $codeCoverageConfiguration->html()->lowUpperBound(); - } - - if (!isset($arguments['reportHighLowerBound'])) { - $arguments['reportHighLowerBound'] = $codeCoverageConfiguration->html()->highLowerBound(); - } - } - - if (!isset($arguments['coveragePHP']) && $codeCoverageConfiguration->hasPhp()) { - $arguments['coveragePHP'] = $codeCoverageConfiguration->php()->target()->path(); - } - - if (!isset($arguments['coverageText']) && $codeCoverageConfiguration->hasText()) { - $arguments['coverageText'] = $codeCoverageConfiguration->text()->target()->path(); - $arguments['coverageTextShowUncoveredFiles'] = $codeCoverageConfiguration->text()->showUncoveredFiles(); - $arguments['coverageTextShowOnlySummary'] = $codeCoverageConfiguration->text()->showOnlySummary(); - } - - if (!isset($arguments['coverageXml']) && $codeCoverageConfiguration->hasXml()) { - $arguments['coverageXml'] = $codeCoverageConfiguration->xml()->target()->path(); - } - } - - $phpunitConfiguration = $arguments['configurationObject']->phpunit(); - - $arguments['backupGlobals'] = $arguments['backupGlobals'] ?? $phpunitConfiguration->backupGlobals(); - $arguments['backupStaticAttributes'] = $arguments['backupStaticAttributes'] ?? $phpunitConfiguration->backupStaticAttributes(); - $arguments['beStrictAboutChangesToGlobalState'] = $arguments['beStrictAboutChangesToGlobalState'] ?? $phpunitConfiguration->beStrictAboutChangesToGlobalState(); - $arguments['cacheResult'] = $arguments['cacheResult'] ?? $phpunitConfiguration->cacheResult(); - $arguments['colors'] = $arguments['colors'] ?? $phpunitConfiguration->colors(); - $arguments['convertDeprecationsToExceptions'] = $arguments['convertDeprecationsToExceptions'] ?? $phpunitConfiguration->convertDeprecationsToExceptions(); - $arguments['convertErrorsToExceptions'] = $arguments['convertErrorsToExceptions'] ?? $phpunitConfiguration->convertErrorsToExceptions(); - $arguments['convertNoticesToExceptions'] = $arguments['convertNoticesToExceptions'] ?? $phpunitConfiguration->convertNoticesToExceptions(); - $arguments['convertWarningsToExceptions'] = $arguments['convertWarningsToExceptions'] ?? $phpunitConfiguration->convertWarningsToExceptions(); - $arguments['processIsolation'] = $arguments['processIsolation'] ?? $phpunitConfiguration->processIsolation(); - $arguments['stopOnDefect'] = $arguments['stopOnDefect'] ?? $phpunitConfiguration->stopOnDefect(); - $arguments['stopOnError'] = $arguments['stopOnError'] ?? $phpunitConfiguration->stopOnError(); - $arguments['stopOnFailure'] = $arguments['stopOnFailure'] ?? $phpunitConfiguration->stopOnFailure(); - $arguments['stopOnWarning'] = $arguments['stopOnWarning'] ?? $phpunitConfiguration->stopOnWarning(); - $arguments['stopOnIncomplete'] = $arguments['stopOnIncomplete'] ?? $phpunitConfiguration->stopOnIncomplete(); - $arguments['stopOnRisky'] = $arguments['stopOnRisky'] ?? $phpunitConfiguration->stopOnRisky(); - $arguments['stopOnSkipped'] = $arguments['stopOnSkipped'] ?? $phpunitConfiguration->stopOnSkipped(); - $arguments['failOnEmptyTestSuite'] = $arguments['failOnEmptyTestSuite'] ?? $phpunitConfiguration->failOnEmptyTestSuite(); - $arguments['failOnIncomplete'] = $arguments['failOnIncomplete'] ?? $phpunitConfiguration->failOnIncomplete(); - $arguments['failOnRisky'] = $arguments['failOnRisky'] ?? $phpunitConfiguration->failOnRisky(); - $arguments['failOnSkipped'] = $arguments['failOnSkipped'] ?? $phpunitConfiguration->failOnSkipped(); - $arguments['failOnWarning'] = $arguments['failOnWarning'] ?? $phpunitConfiguration->failOnWarning(); - $arguments['enforceTimeLimit'] = $arguments['enforceTimeLimit'] ?? $phpunitConfiguration->enforceTimeLimit(); - $arguments['defaultTimeLimit'] = $arguments['defaultTimeLimit'] ?? $phpunitConfiguration->defaultTimeLimit(); - $arguments['timeoutForSmallTests'] = $arguments['timeoutForSmallTests'] ?? $phpunitConfiguration->timeoutForSmallTests(); - $arguments['timeoutForMediumTests'] = $arguments['timeoutForMediumTests'] ?? $phpunitConfiguration->timeoutForMediumTests(); - $arguments['timeoutForLargeTests'] = $arguments['timeoutForLargeTests'] ?? $phpunitConfiguration->timeoutForLargeTests(); - $arguments['reportUselessTests'] = $arguments['reportUselessTests'] ?? $phpunitConfiguration->beStrictAboutTestsThatDoNotTestAnything(); - $arguments['strictCoverage'] = $arguments['strictCoverage'] ?? $phpunitConfiguration->beStrictAboutCoversAnnotation(); - $arguments['ignoreDeprecatedCodeUnitsFromCodeCoverage'] = $arguments['ignoreDeprecatedCodeUnitsFromCodeCoverage'] ?? $codeCoverageConfiguration->ignoreDeprecatedCodeUnits(); - $arguments['disallowTestOutput'] = $arguments['disallowTestOutput'] ?? $phpunitConfiguration->beStrictAboutOutputDuringTests(); - $arguments['disallowTodoAnnotatedTests'] = $arguments['disallowTodoAnnotatedTests'] ?? $phpunitConfiguration->beStrictAboutTodoAnnotatedTests(); - $arguments['beStrictAboutResourceUsageDuringSmallTests'] = $arguments['beStrictAboutResourceUsageDuringSmallTests'] ?? $phpunitConfiguration->beStrictAboutResourceUsageDuringSmallTests(); - $arguments['verbose'] = $arguments['verbose'] ?? $phpunitConfiguration->verbose(); - $arguments['reverseDefectList'] = $arguments['reverseDefectList'] ?? $phpunitConfiguration->reverseDefectList(); - $arguments['forceCoversAnnotation'] = $arguments['forceCoversAnnotation'] ?? $phpunitConfiguration->forceCoversAnnotation(); - $arguments['disableCodeCoverageIgnore'] = $arguments['disableCodeCoverageIgnore'] ?? $codeCoverageConfiguration->disableCodeCoverageIgnore(); - $arguments['registerMockObjectsFromTestArgumentsRecursively'] = $arguments['registerMockObjectsFromTestArgumentsRecursively'] ?? $phpunitConfiguration->registerMockObjectsFromTestArgumentsRecursively(); - $arguments['noInteraction'] = $arguments['noInteraction'] ?? $phpunitConfiguration->noInteraction(); - $arguments['executionOrder'] = $arguments['executionOrder'] ?? $phpunitConfiguration->executionOrder(); - $arguments['resolveDependencies'] = $arguments['resolveDependencies'] ?? $phpunitConfiguration->resolveDependencies(); - - if (!isset($arguments['bootstrap']) && $phpunitConfiguration->hasBootstrap()) { - $arguments['bootstrap'] = $phpunitConfiguration->bootstrap(); - } - - if (!isset($arguments['cacheResultFile']) && $phpunitConfiguration->hasCacheResultFile()) { - $arguments['cacheResultFile'] = $phpunitConfiguration->cacheResultFile(); - } - - if (!isset($arguments['executionOrderDefects'])) { - $arguments['executionOrderDefects'] = $phpunitConfiguration->defectsFirst() ? TestSuiteSorter::ORDER_DEFECTS_FIRST : TestSuiteSorter::ORDER_DEFAULT; - } - - if ($phpunitConfiguration->conflictBetweenPrinterClassAndTestdox()) { - $arguments['conflictBetweenPrinterClassAndTestdox'] = true; - } - - $groupCliArgs = []; - - if (!empty($arguments['groups'])) { - $groupCliArgs = $arguments['groups']; - } - - $groupConfiguration = $arguments['configurationObject']->groups(); - - if (!isset($arguments['groups']) && $groupConfiguration->hasInclude()) { - $arguments['groups'] = $groupConfiguration->include()->asArrayOfStrings(); - } - - if (!isset($arguments['excludeGroups']) && $groupConfiguration->hasExclude()) { - $arguments['excludeGroups'] = array_diff($groupConfiguration->exclude()->asArrayOfStrings(), $groupCliArgs); - } - - if (!isset($this->arguments['noExtensions'])) { - $extensionHandler = new ExtensionHandler; - - foreach ($arguments['configurationObject']->extensions() as $extension) { - $extensionHandler->registerExtension($extension, $this); - } - - foreach ($arguments['configurationObject']->listeners() as $listener) { - $arguments['listeners'][] = $extensionHandler->createTestListenerInstance($listener); - } - - unset($extensionHandler); - } - - foreach ($arguments['unavailableExtensions'] as $extension) { - $arguments['warnings'][] = sprintf( - 'Extension "%s" is not available', - $extension, - ); - } - - $loggingConfiguration = $arguments['configurationObject']->logging(); - - if (!isset($arguments['noLogging'])) { - if ($loggingConfiguration->hasText()) { - $arguments['listeners'][] = new DefaultResultPrinter( - $loggingConfiguration->text()->target()->path(), - true, - ); - } - - if (!isset($arguments['teamcityLogfile']) && $loggingConfiguration->hasTeamCity()) { - $arguments['teamcityLogfile'] = $loggingConfiguration->teamCity()->target()->path(); - } - - if (!isset($arguments['junitLogfile']) && $loggingConfiguration->hasJunit()) { - $arguments['junitLogfile'] = $loggingConfiguration->junit()->target()->path(); - } - - if (!isset($arguments['testdoxHTMLFile']) && $loggingConfiguration->hasTestDoxHtml()) { - $arguments['testdoxHTMLFile'] = $loggingConfiguration->testDoxHtml()->target()->path(); - } - - if (!isset($arguments['testdoxTextFile']) && $loggingConfiguration->hasTestDoxText()) { - $arguments['testdoxTextFile'] = $loggingConfiguration->testDoxText()->target()->path(); - } - - if (!isset($arguments['testdoxXMLFile']) && $loggingConfiguration->hasTestDoxXml()) { - $arguments['testdoxXMLFile'] = $loggingConfiguration->testDoxXml()->target()->path(); - } - } - - $testdoxGroupConfiguration = $arguments['configurationObject']->testdoxGroups(); - - if (!isset($arguments['testdoxGroups']) && $testdoxGroupConfiguration->hasInclude()) { - $arguments['testdoxGroups'] = $testdoxGroupConfiguration->include()->asArrayOfStrings(); - } - - if (!isset($arguments['testdoxExcludeGroups']) && $testdoxGroupConfiguration->hasExclude()) { - $arguments['testdoxExcludeGroups'] = $testdoxGroupConfiguration->exclude()->asArrayOfStrings(); - } - } - - $extensionHandler = new ExtensionHandler; - - foreach ($arguments['extensions'] as $extension) { - $extensionHandler->registerExtension($extension, $this); - } - - unset($extensionHandler); - - $arguments['backupGlobals'] = $arguments['backupGlobals'] ?? null; - $arguments['backupStaticAttributes'] = $arguments['backupStaticAttributes'] ?? null; - $arguments['beStrictAboutChangesToGlobalState'] = $arguments['beStrictAboutChangesToGlobalState'] ?? null; - $arguments['beStrictAboutResourceUsageDuringSmallTests'] = $arguments['beStrictAboutResourceUsageDuringSmallTests'] ?? false; - $arguments['cacheResult'] = $arguments['cacheResult'] ?? true; - $arguments['colors'] = $arguments['colors'] ?? DefaultResultPrinter::COLOR_DEFAULT; - $arguments['columns'] = $arguments['columns'] ?? 80; - $arguments['convertDeprecationsToExceptions'] = $arguments['convertDeprecationsToExceptions'] ?? false; - $arguments['convertErrorsToExceptions'] = $arguments['convertErrorsToExceptions'] ?? true; - $arguments['convertNoticesToExceptions'] = $arguments['convertNoticesToExceptions'] ?? true; - $arguments['convertWarningsToExceptions'] = $arguments['convertWarningsToExceptions'] ?? true; - $arguments['crap4jThreshold'] = $arguments['crap4jThreshold'] ?? 30; - $arguments['disallowTestOutput'] = $arguments['disallowTestOutput'] ?? false; - $arguments['disallowTodoAnnotatedTests'] = $arguments['disallowTodoAnnotatedTests'] ?? false; - $arguments['defaultTimeLimit'] = $arguments['defaultTimeLimit'] ?? 0; - $arguments['enforceTimeLimit'] = $arguments['enforceTimeLimit'] ?? false; - $arguments['excludeGroups'] = $arguments['excludeGroups'] ?? []; - $arguments['executionOrder'] = $arguments['executionOrder'] ?? TestSuiteSorter::ORDER_DEFAULT; - $arguments['executionOrderDefects'] = $arguments['executionOrderDefects'] ?? TestSuiteSorter::ORDER_DEFAULT; - $arguments['failOnIncomplete'] = $arguments['failOnIncomplete'] ?? false; - $arguments['failOnRisky'] = $arguments['failOnRisky'] ?? false; - $arguments['failOnSkipped'] = $arguments['failOnSkipped'] ?? false; - $arguments['failOnWarning'] = $arguments['failOnWarning'] ?? false; - $arguments['groups'] = $arguments['groups'] ?? []; - $arguments['noInteraction'] = $arguments['noInteraction'] ?? false; - $arguments['processIsolation'] = $arguments['processIsolation'] ?? false; - $arguments['randomOrderSeed'] = $arguments['randomOrderSeed'] ?? time(); - $arguments['registerMockObjectsFromTestArgumentsRecursively'] = $arguments['registerMockObjectsFromTestArgumentsRecursively'] ?? false; - $arguments['repeat'] = $arguments['repeat'] ?? false; - $arguments['reportHighLowerBound'] = $arguments['reportHighLowerBound'] ?? 90; - $arguments['reportLowUpperBound'] = $arguments['reportLowUpperBound'] ?? 50; - $arguments['reportUselessTests'] = $arguments['reportUselessTests'] ?? true; - $arguments['reverseList'] = $arguments['reverseList'] ?? false; - $arguments['resolveDependencies'] = $arguments['resolveDependencies'] ?? true; - $arguments['stopOnError'] = $arguments['stopOnError'] ?? false; - $arguments['stopOnFailure'] = $arguments['stopOnFailure'] ?? false; - $arguments['stopOnIncomplete'] = $arguments['stopOnIncomplete'] ?? false; - $arguments['stopOnRisky'] = $arguments['stopOnRisky'] ?? false; - $arguments['stopOnSkipped'] = $arguments['stopOnSkipped'] ?? false; - $arguments['stopOnWarning'] = $arguments['stopOnWarning'] ?? false; - $arguments['stopOnDefect'] = $arguments['stopOnDefect'] ?? false; - $arguments['strictCoverage'] = $arguments['strictCoverage'] ?? false; - $arguments['testdoxExcludeGroups'] = $arguments['testdoxExcludeGroups'] ?? []; - $arguments['testdoxGroups'] = $arguments['testdoxGroups'] ?? []; - $arguments['timeoutForLargeTests'] = $arguments['timeoutForLargeTests'] ?? 60; - $arguments['timeoutForMediumTests'] = $arguments['timeoutForMediumTests'] ?? 10; - $arguments['timeoutForSmallTests'] = $arguments['timeoutForSmallTests'] ?? 1; - $arguments['verbose'] = $arguments['verbose'] ?? false; - - if ($arguments['reportLowUpperBound'] > $arguments['reportHighLowerBound']) { - $arguments['reportLowUpperBound'] = 50; - $arguments['reportHighLowerBound'] = 90; - } - } - - private function processSuiteFilters(TestSuite $suite, array $arguments): void - { - if (!$arguments['filter'] && - empty($arguments['groups']) && - empty($arguments['excludeGroups']) && - empty($arguments['testsCovering']) && - empty($arguments['testsUsing'])) { - return; - } - - $filterFactory = new Factory; - - if (!empty($arguments['excludeGroups'])) { - $filterFactory->addFilter( - new ReflectionClass(ExcludeGroupFilterIterator::class), - $arguments['excludeGroups'], - ); - } - - if (!empty($arguments['groups'])) { - $filterFactory->addFilter( - new ReflectionClass(IncludeGroupFilterIterator::class), - $arguments['groups'], + Event\Facade::emitter()->testRunnerExecutionStarted( + Event\TestSuite\TestSuiteBuilder::from($suite), ); - } - if (!empty($arguments['testsCovering'])) { - $filterFactory->addFilter( - new ReflectionClass(IncludeGroupFilterIterator::class), - array_map( - static function (string $name): string - { - return '__phpunit_covers_' . $name; - }, - $arguments['testsCovering'], - ), - ); - } + $suite->run(); - if (!empty($arguments['testsUsing'])) { - $filterFactory->addFilter( - new ReflectionClass(IncludeGroupFilterIterator::class), - array_map( - static function (string $name): string - { - return '__phpunit_uses_' . $name; - }, - $arguments['testsUsing'], - ), + Event\Facade::emitter()->testRunnerExecutionFinished(); + Event\Facade::emitter()->testRunnerFinished(); + } catch (Throwable $t) { + throw new RuntimeException( + $t->getMessage(), + (int) $t->getCode(), + $t, ); } - - if ($arguments['filter']) { - $filterFactory->addFilter( - new ReflectionClass(NameFilterIterator::class), - $arguments['filter'], - ); - } - - $suite->injectFilter($filterFactory); - } - - private function writeMessage(string $type, string $message): void - { - if (!$this->messagePrinted) { - $this->write("\n"); - } - - $this->write( - sprintf( - "%-15s%s\n", - $type . ':', - $message, - ), - ); - - $this->messagePrinted = true; - } - - private function createPrinter(string $class, array $arguments): ResultPrinter - { - $object = new $class( - (isset($arguments['stderr']) && $arguments['stderr'] === true) ? 'php://stderr' : null, - $arguments['verbose'], - $arguments['colors'], - $arguments['debug'], - $arguments['columns'], - $arguments['reverseList'], - ); - - assert($object instanceof ResultPrinter); - - return $object; - } - - private function codeCoverageGenerationStart(string $format): void - { - $this->write( - sprintf( - "\nGenerating code coverage report in %s format ... ", - $format, - ), - ); - - $this->timer->start(); - } - - private function codeCoverageGenerationSucceeded(): void - { - $this->write( - sprintf( - "done [%s]\n", - $this->timer->stop()->asString(), - ), - ); - } - - private function codeCoverageGenerationFailed(\Exception $e): void - { - $this->write( - sprintf( - "failed [%s]\n%s\n", - $this->timer->stop()->asString(), - $e->getMessage(), - ), - ); } } diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/TestSuiteFilterProcessor.php b/Sources/vendor/phpunit/phpunit/src/TextUI/TestSuiteFilterProcessor.php new file mode 100644 index 00000000..18d8a9fd --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/TextUI/TestSuiteFilterProcessor.php @@ -0,0 +1,87 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\TextUI; + +use function array_map; +use PHPUnit\Event; +use PHPUnit\Framework\TestSuite; +use PHPUnit\Runner\Filter\Factory; +use PHPUnit\TextUI\Configuration\Configuration; +use PHPUnit\TextUI\Configuration\FilterNotConfiguredException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class TestSuiteFilterProcessor +{ + private Factory $filterFactory; + + public function __construct(Factory $factory = new Factory) + { + $this->filterFactory = $factory; + } + + /** + * @throws Event\RuntimeException + * @throws FilterNotConfiguredException + */ + public function process(Configuration $configuration, TestSuite $suite): void + { + if (!$configuration->hasFilter() && + !$configuration->hasGroups() && + !$configuration->hasExcludeGroups() && + !$configuration->hasTestsCovering() && + !$configuration->hasTestsUsing()) { + return; + } + + if ($configuration->hasExcludeGroups()) { + $this->filterFactory->addExcludeGroupFilter( + $configuration->excludeGroups(), + ); + } + + if ($configuration->hasGroups()) { + $this->filterFactory->addIncludeGroupFilter( + $configuration->groups(), + ); + } + + if ($configuration->hasTestsCovering()) { + $this->filterFactory->addIncludeGroupFilter( + array_map( + static fn (string $name): string => '__phpunit_covers_' . $name, + $configuration->testsCovering(), + ), + ); + } + + if ($configuration->hasTestsUsing()) { + $this->filterFactory->addIncludeGroupFilter( + array_map( + static fn (string $name): string => '__phpunit_uses_' . $name, + $configuration->testsUsing(), + ), + ); + } + + if ($configuration->hasFilter()) { + $this->filterFactory->addNameFilter( + $configuration->filter(), + ); + } + + $suite->injectFilter($this->filterFactory); + + Event\Facade::emitter()->testSuiteFiltered( + Event\TestSuite\TestSuiteBuilder::from($suite), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/FilterMapper.php b/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/FilterMapper.php deleted file mode 100755 index 82be6032..00000000 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/FilterMapper.php +++ /dev/null @@ -1,45 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\TextUI\XmlConfiguration\CodeCoverage; - -use SebastianBergmann\CodeCoverage\Filter; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - */ -final class FilterMapper -{ - public function map(Filter $filter, CodeCoverage $configuration): void - { - foreach ($configuration->directories() as $directory) { - $filter->includeDirectory( - $directory->path(), - $directory->suffix(), - $directory->prefix(), - ); - } - - foreach ($configuration->files() as $file) { - $filter->includeFile($file->path()); - } - - foreach ($configuration->excludeDirectories() as $directory) { - $filter->excludeDirectory( - $directory->path(), - $directory->suffix(), - $directory->prefix(), - ); - } - - foreach ($configuration->excludeFiles() as $file) { - $filter->excludeFile($file->path()); - } - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Html.php b/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Html.php deleted file mode 100755 index ce3d0284..00000000 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/CodeCoverage/Report/Html.php +++ /dev/null @@ -1,57 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report; - -use PHPUnit\TextUI\XmlConfiguration\Directory; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - * - * @psalm-immutable - */ -final class Html -{ - /** - * @var Directory - */ - private $target; - - /** - * @var int - */ - private $lowUpperBound; - - /** - * @var int - */ - private $highLowerBound; - - public function __construct(Directory $target, int $lowUpperBound, int $highLowerBound) - { - $this->target = $target; - $this->lowUpperBound = $lowUpperBound; - $this->highLowerBound = $highLowerBound; - } - - public function target(): Directory - { - return $this->target; - } - - public function lowUpperBound(): int - { - return $this->lowUpperBound; - } - - public function highLowerBound(): int - { - return $this->highLowerBound; - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Configuration.php b/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Configuration.php deleted file mode 100755 index 4067e2f8..00000000 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Configuration.php +++ /dev/null @@ -1,152 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\TextUI\XmlConfiguration; - -use PHPUnit\TextUI\XmlConfiguration\CodeCoverage\CodeCoverage; -use PHPUnit\TextUI\XmlConfiguration\Logging\Logging; -use PHPUnit\Util\Xml\ValidationResult; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - * - * @psalm-immutable - */ -final class Configuration -{ - /** - * @var string - */ - private $filename; - - /** - * @var ValidationResult - */ - private $validationResult; - - /** - * @var ExtensionCollection - */ - private $extensions; - - /** - * @var CodeCoverage - */ - private $codeCoverage; - - /** - * @var Groups - */ - private $groups; - - /** - * @var Groups - */ - private $testdoxGroups; - - /** - * @var ExtensionCollection - */ - private $listeners; - - /** - * @var Logging - */ - private $logging; - - /** - * @var Php - */ - private $php; - - /** - * @var PHPUnit - */ - private $phpunit; - - /** - * @var TestSuiteCollection - */ - private $testSuite; - - public function __construct(string $filename, ValidationResult $validationResult, ExtensionCollection $extensions, CodeCoverage $codeCoverage, Groups $groups, Groups $testdoxGroups, ExtensionCollection $listeners, Logging $logging, Php $php, PHPUnit $phpunit, TestSuiteCollection $testSuite) - { - $this->filename = $filename; - $this->validationResult = $validationResult; - $this->extensions = $extensions; - $this->codeCoverage = $codeCoverage; - $this->groups = $groups; - $this->testdoxGroups = $testdoxGroups; - $this->listeners = $listeners; - $this->logging = $logging; - $this->php = $php; - $this->phpunit = $phpunit; - $this->testSuite = $testSuite; - } - - public function filename(): string - { - return $this->filename; - } - - public function hasValidationErrors(): bool - { - return $this->validationResult->hasValidationErrors(); - } - - public function validationErrors(): string - { - return $this->validationResult->asString(); - } - - public function extensions(): ExtensionCollection - { - return $this->extensions; - } - - public function codeCoverage(): CodeCoverage - { - return $this->codeCoverage; - } - - public function groups(): Groups - { - return $this->groups; - } - - public function testdoxGroups(): Groups - { - return $this->testdoxGroups; - } - - public function listeners(): ExtensionCollection - { - return $this->listeners; - } - - public function logging(): Logging - { - return $this->logging; - } - - public function php(): Php - { - return $this->php; - } - - public function phpunit(): PHPUnit - { - return $this->phpunit; - } - - public function testSuite(): TestSuiteCollection - { - return $this->testSuite; - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Xml.php b/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Xml.php deleted file mode 100755 index 92dd3b7b..00000000 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/Logging/TestDox/Xml.php +++ /dev/null @@ -1,35 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\TextUI\XmlConfiguration\Logging\TestDox; - -use PHPUnit\TextUI\XmlConfiguration\File; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - * - * @psalm-immutable - */ -final class Xml -{ - /** - * @var File - */ - private $target; - - public function __construct(File $target) - { - $this->target = $target; - } - - public function target(): File - { - return $this->target; - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/Extension.php b/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/Extension.php deleted file mode 100755 index 09fe8cc9..00000000 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/Extension.php +++ /dev/null @@ -1,73 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\TextUI\XmlConfiguration; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - * - * @psalm-immutable - */ -final class Extension -{ - /** - * @var string - * - * @psalm-var class-string - */ - private $className; - - /** - * @var string - */ - private $sourceFile; - - /** - * @var array - */ - private $arguments; - - /** - * @psalm-param class-string $className - */ - public function __construct(string $className, string $sourceFile, array $arguments) - { - $this->className = $className; - $this->sourceFile = $sourceFile; - $this->arguments = $arguments; - } - - /** - * @psalm-return class-string - */ - public function className(): string - { - return $this->className; - } - - public function hasSourceFile(): bool - { - return $this->sourceFile !== ''; - } - - public function sourceFile(): string - { - return $this->sourceFile; - } - - public function hasArguments(): bool - { - return !empty($this->arguments); - } - - public function arguments(): array - { - return $this->arguments; - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollection.php b/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollection.php deleted file mode 100755 index 76d07ebc..00000000 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/ExtensionCollection.php +++ /dev/null @@ -1,53 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\TextUI\XmlConfiguration; - -use IteratorAggregate; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - * - * @psalm-immutable - * - * @template-implements IteratorAggregate - */ -final class ExtensionCollection implements IteratorAggregate -{ - /** - * @var Extension[] - */ - private $extensions; - - /** - * @param Extension[] $extensions - */ - public static function fromArray(array $extensions): self - { - return new self(...$extensions); - } - - private function __construct(Extension ...$extensions) - { - $this->extensions = $extensions; - } - - /** - * @return Extension[] - */ - public function asArray(): array - { - return $this->extensions; - } - - public function getIterator(): ExtensionCollectionIterator - { - return new ExtensionCollectionIterator($this); - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/PHPUnit.php b/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/PHPUnit.php deleted file mode 100755 index 5b3ce9b8..00000000 --- a/Sources/vendor/phpunit/phpunit/src/TextUI/XmlConfiguration/PHPUnit/PHPUnit.php +++ /dev/null @@ -1,715 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\TextUI\XmlConfiguration; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - * - * @psalm-immutable - */ -final class PHPUnit -{ - /** - * @var bool - */ - private $cacheResult; - - /** - * @var ?string - */ - private $cacheResultFile; - - /** - * @var int|string - */ - private $columns; - - /** - * @var string - */ - private $colors; - - /** - * @var bool - */ - private $stderr; - - /** - * @var bool - */ - private $noInteraction; - - /** - * @var bool - */ - private $verbose; - - /** - * @var bool - */ - private $reverseDefectList; - - /** - * @var bool - */ - private $convertDeprecationsToExceptions; - - /** - * @var bool - */ - private $convertErrorsToExceptions; - - /** - * @var bool - */ - private $convertNoticesToExceptions; - - /** - * @var bool - */ - private $convertWarningsToExceptions; - - /** - * @var bool - */ - private $forceCoversAnnotation; - - /** - * @var ?string - */ - private $bootstrap; - - /** - * @var bool - */ - private $processIsolation; - - /** - * @var bool - */ - private $failOnEmptyTestSuite; - - /** - * @var bool - */ - private $failOnIncomplete; - - /** - * @var bool - */ - private $failOnRisky; - - /** - * @var bool - */ - private $failOnSkipped; - - /** - * @var bool - */ - private $failOnWarning; - - /** - * @var bool - */ - private $stopOnDefect; - - /** - * @var bool - */ - private $stopOnError; - - /** - * @var bool - */ - private $stopOnFailure; - - /** - * @var bool - */ - private $stopOnWarning; - - /** - * @var bool - */ - private $stopOnIncomplete; - - /** - * @var bool - */ - private $stopOnRisky; - - /** - * @var bool - */ - private $stopOnSkipped; - - /** - * @var ?string - */ - private $extensionsDirectory; - - /** - * @var ?string - * - * @deprecated see https://github.com/sebastianbergmann/phpunit/issues/4039 - */ - private $testSuiteLoaderClass; - - /** - * @var ?string - * - * @deprecated see https://github.com/sebastianbergmann/phpunit/issues/4039 - */ - private $testSuiteLoaderFile; - - /** - * @var ?string - */ - private $printerClass; - - /** - * @var ?string - */ - private $printerFile; - - /** - * @var bool - */ - private $beStrictAboutChangesToGlobalState; - - /** - * @var bool - */ - private $beStrictAboutOutputDuringTests; - - /** - * @var bool - */ - private $beStrictAboutResourceUsageDuringSmallTests; - - /** - * @var bool - */ - private $beStrictAboutTestsThatDoNotTestAnything; - - /** - * @var bool - */ - private $beStrictAboutTodoAnnotatedTests; - - /** - * @var bool - */ - private $beStrictAboutCoversAnnotation; - - /** - * @var bool - */ - private $enforceTimeLimit; - - /** - * @var int - */ - private $defaultTimeLimit; - - /** - * @var int - */ - private $timeoutForSmallTests; - - /** - * @var int - */ - private $timeoutForMediumTests; - - /** - * @var int - */ - private $timeoutForLargeTests; - - /** - * @var ?string - */ - private $defaultTestSuite; - - /** - * @var int - */ - private $executionOrder; - - /** - * @var bool - */ - private $resolveDependencies; - - /** - * @var bool - */ - private $defectsFirst; - - /** - * @var bool - */ - private $backupGlobals; - - /** - * @var bool - */ - private $backupStaticAttributes; - - /** - * @var bool - */ - private $registerMockObjectsFromTestArgumentsRecursively; - - /** - * @var bool - */ - private $conflictBetweenPrinterClassAndTestdox; - - public function __construct(bool $cacheResult, ?string $cacheResultFile, $columns, string $colors, bool $stderr, bool $noInteraction, bool $verbose, bool $reverseDefectList, bool $convertDeprecationsToExceptions, bool $convertErrorsToExceptions, bool $convertNoticesToExceptions, bool $convertWarningsToExceptions, bool $forceCoversAnnotation, ?string $bootstrap, bool $processIsolation, bool $failOnEmptyTestSuite, bool $failOnIncomplete, bool $failOnRisky, bool $failOnSkipped, bool $failOnWarning, bool $stopOnDefect, bool $stopOnError, bool $stopOnFailure, bool $stopOnWarning, bool $stopOnIncomplete, bool $stopOnRisky, bool $stopOnSkipped, ?string $extensionsDirectory, ?string $testSuiteLoaderClass, ?string $testSuiteLoaderFile, ?string $printerClass, ?string $printerFile, bool $beStrictAboutChangesToGlobalState, bool $beStrictAboutOutputDuringTests, bool $beStrictAboutResourceUsageDuringSmallTests, bool $beStrictAboutTestsThatDoNotTestAnything, bool $beStrictAboutTodoAnnotatedTests, bool $beStrictAboutCoversAnnotation, bool $enforceTimeLimit, int $defaultTimeLimit, int $timeoutForSmallTests, int $timeoutForMediumTests, int $timeoutForLargeTests, ?string $defaultTestSuite, int $executionOrder, bool $resolveDependencies, bool $defectsFirst, bool $backupGlobals, bool $backupStaticAttributes, bool $registerMockObjectsFromTestArgumentsRecursively, bool $conflictBetweenPrinterClassAndTestdox) - { - $this->cacheResult = $cacheResult; - $this->cacheResultFile = $cacheResultFile; - $this->columns = $columns; - $this->colors = $colors; - $this->stderr = $stderr; - $this->noInteraction = $noInteraction; - $this->verbose = $verbose; - $this->reverseDefectList = $reverseDefectList; - $this->convertDeprecationsToExceptions = $convertDeprecationsToExceptions; - $this->convertErrorsToExceptions = $convertErrorsToExceptions; - $this->convertNoticesToExceptions = $convertNoticesToExceptions; - $this->convertWarningsToExceptions = $convertWarningsToExceptions; - $this->forceCoversAnnotation = $forceCoversAnnotation; - $this->bootstrap = $bootstrap; - $this->processIsolation = $processIsolation; - $this->failOnEmptyTestSuite = $failOnEmptyTestSuite; - $this->failOnIncomplete = $failOnIncomplete; - $this->failOnRisky = $failOnRisky; - $this->failOnSkipped = $failOnSkipped; - $this->failOnWarning = $failOnWarning; - $this->stopOnDefect = $stopOnDefect; - $this->stopOnError = $stopOnError; - $this->stopOnFailure = $stopOnFailure; - $this->stopOnWarning = $stopOnWarning; - $this->stopOnIncomplete = $stopOnIncomplete; - $this->stopOnRisky = $stopOnRisky; - $this->stopOnSkipped = $stopOnSkipped; - $this->extensionsDirectory = $extensionsDirectory; - $this->testSuiteLoaderClass = $testSuiteLoaderClass; - $this->testSuiteLoaderFile = $testSuiteLoaderFile; - $this->printerClass = $printerClass; - $this->printerFile = $printerFile; - $this->beStrictAboutChangesToGlobalState = $beStrictAboutChangesToGlobalState; - $this->beStrictAboutOutputDuringTests = $beStrictAboutOutputDuringTests; - $this->beStrictAboutResourceUsageDuringSmallTests = $beStrictAboutResourceUsageDuringSmallTests; - $this->beStrictAboutTestsThatDoNotTestAnything = $beStrictAboutTestsThatDoNotTestAnything; - $this->beStrictAboutTodoAnnotatedTests = $beStrictAboutTodoAnnotatedTests; - $this->beStrictAboutCoversAnnotation = $beStrictAboutCoversAnnotation; - $this->enforceTimeLimit = $enforceTimeLimit; - $this->defaultTimeLimit = $defaultTimeLimit; - $this->timeoutForSmallTests = $timeoutForSmallTests; - $this->timeoutForMediumTests = $timeoutForMediumTests; - $this->timeoutForLargeTests = $timeoutForLargeTests; - $this->defaultTestSuite = $defaultTestSuite; - $this->executionOrder = $executionOrder; - $this->resolveDependencies = $resolveDependencies; - $this->defectsFirst = $defectsFirst; - $this->backupGlobals = $backupGlobals; - $this->backupStaticAttributes = $backupStaticAttributes; - $this->registerMockObjectsFromTestArgumentsRecursively = $registerMockObjectsFromTestArgumentsRecursively; - $this->conflictBetweenPrinterClassAndTestdox = $conflictBetweenPrinterClassAndTestdox; - } - - public function cacheResult(): bool - { - return $this->cacheResult; - } - - /** - * @psalm-assert-if-true !null $this->cacheResultFile - */ - public function hasCacheResultFile(): bool - { - return $this->cacheResultFile !== null; - } - - /** - * @throws Exception - */ - public function cacheResultFile(): string - { - if (!$this->hasCacheResultFile()) { - throw new Exception('Cache result file is not configured'); - } - - return (string) $this->cacheResultFile; - } - - public function columns() - { - return $this->columns; - } - - public function colors(): string - { - return $this->colors; - } - - public function stderr(): bool - { - return $this->stderr; - } - - public function noInteraction(): bool - { - return $this->noInteraction; - } - - public function verbose(): bool - { - return $this->verbose; - } - - public function reverseDefectList(): bool - { - return $this->reverseDefectList; - } - - public function convertDeprecationsToExceptions(): bool - { - return $this->convertDeprecationsToExceptions; - } - - public function convertErrorsToExceptions(): bool - { - return $this->convertErrorsToExceptions; - } - - public function convertNoticesToExceptions(): bool - { - return $this->convertNoticesToExceptions; - } - - public function convertWarningsToExceptions(): bool - { - return $this->convertWarningsToExceptions; - } - - public function forceCoversAnnotation(): bool - { - return $this->forceCoversAnnotation; - } - - /** - * @psalm-assert-if-true !null $this->bootstrap - */ - public function hasBootstrap(): bool - { - return $this->bootstrap !== null; - } - - /** - * @throws Exception - */ - public function bootstrap(): string - { - if (!$this->hasBootstrap()) { - throw new Exception('Bootstrap script is not configured'); - } - - return (string) $this->bootstrap; - } - - public function processIsolation(): bool - { - return $this->processIsolation; - } - - public function failOnEmptyTestSuite(): bool - { - return $this->failOnEmptyTestSuite; - } - - public function failOnIncomplete(): bool - { - return $this->failOnIncomplete; - } - - public function failOnRisky(): bool - { - return $this->failOnRisky; - } - - public function failOnSkipped(): bool - { - return $this->failOnSkipped; - } - - public function failOnWarning(): bool - { - return $this->failOnWarning; - } - - public function stopOnDefect(): bool - { - return $this->stopOnDefect; - } - - public function stopOnError(): bool - { - return $this->stopOnError; - } - - public function stopOnFailure(): bool - { - return $this->stopOnFailure; - } - - public function stopOnWarning(): bool - { - return $this->stopOnWarning; - } - - public function stopOnIncomplete(): bool - { - return $this->stopOnIncomplete; - } - - public function stopOnRisky(): bool - { - return $this->stopOnRisky; - } - - public function stopOnSkipped(): bool - { - return $this->stopOnSkipped; - } - - /** - * @psalm-assert-if-true !null $this->extensionsDirectory - */ - public function hasExtensionsDirectory(): bool - { - return $this->extensionsDirectory !== null; - } - - /** - * @throws Exception - */ - public function extensionsDirectory(): string - { - if (!$this->hasExtensionsDirectory()) { - throw new Exception('Extensions directory is not configured'); - } - - return (string) $this->extensionsDirectory; - } - - /** - * @psalm-assert-if-true !null $this->testSuiteLoaderClass - * - * @deprecated see https://github.com/sebastianbergmann/phpunit/issues/4039 - */ - public function hasTestSuiteLoaderClass(): bool - { - return $this->testSuiteLoaderClass !== null; - } - - /** - * @throws Exception - * - * @deprecated see https://github.com/sebastianbergmann/phpunit/issues/4039 - */ - public function testSuiteLoaderClass(): string - { - if (!$this->hasTestSuiteLoaderClass()) { - throw new Exception('TestSuiteLoader class is not configured'); - } - - return (string) $this->testSuiteLoaderClass; - } - - /** - * @psalm-assert-if-true !null $this->testSuiteLoaderFile - * - * @deprecated see https://github.com/sebastianbergmann/phpunit/issues/4039 - */ - public function hasTestSuiteLoaderFile(): bool - { - return $this->testSuiteLoaderFile !== null; - } - - /** - * @throws Exception - * - * @deprecated see https://github.com/sebastianbergmann/phpunit/issues/4039 - */ - public function testSuiteLoaderFile(): string - { - if (!$this->hasTestSuiteLoaderFile()) { - throw new Exception('TestSuiteLoader sourcecode file is not configured'); - } - - return (string) $this->testSuiteLoaderFile; - } - - /** - * @psalm-assert-if-true !null $this->printerClass - */ - public function hasPrinterClass(): bool - { - return $this->printerClass !== null; - } - - /** - * @throws Exception - */ - public function printerClass(): string - { - if (!$this->hasPrinterClass()) { - throw new Exception('ResultPrinter class is not configured'); - } - - return (string) $this->printerClass; - } - - /** - * @psalm-assert-if-true !null $this->printerFile - */ - public function hasPrinterFile(): bool - { - return $this->printerFile !== null; - } - - /** - * @throws Exception - */ - public function printerFile(): string - { - if (!$this->hasPrinterFile()) { - throw new Exception('ResultPrinter sourcecode file is not configured'); - } - - return (string) $this->printerFile; - } - - public function beStrictAboutChangesToGlobalState(): bool - { - return $this->beStrictAboutChangesToGlobalState; - } - - public function beStrictAboutOutputDuringTests(): bool - { - return $this->beStrictAboutOutputDuringTests; - } - - public function beStrictAboutResourceUsageDuringSmallTests(): bool - { - return $this->beStrictAboutResourceUsageDuringSmallTests; - } - - public function beStrictAboutTestsThatDoNotTestAnything(): bool - { - return $this->beStrictAboutTestsThatDoNotTestAnything; - } - - public function beStrictAboutTodoAnnotatedTests(): bool - { - return $this->beStrictAboutTodoAnnotatedTests; - } - - public function beStrictAboutCoversAnnotation(): bool - { - return $this->beStrictAboutCoversAnnotation; - } - - public function enforceTimeLimit(): bool - { - return $this->enforceTimeLimit; - } - - public function defaultTimeLimit(): int - { - return $this->defaultTimeLimit; - } - - public function timeoutForSmallTests(): int - { - return $this->timeoutForSmallTests; - } - - public function timeoutForMediumTests(): int - { - return $this->timeoutForMediumTests; - } - - public function timeoutForLargeTests(): int - { - return $this->timeoutForLargeTests; - } - - /** - * @psalm-assert-if-true !null $this->defaultTestSuite - */ - public function hasDefaultTestSuite(): bool - { - return $this->defaultTestSuite !== null; - } - - /** - * @throws Exception - */ - public function defaultTestSuite(): string - { - if (!$this->hasDefaultTestSuite()) { - throw new Exception('Default test suite is not configured'); - } - - return (string) $this->defaultTestSuite; - } - - public function executionOrder(): int - { - return $this->executionOrder; - } - - public function resolveDependencies(): bool - { - return $this->resolveDependencies; - } - - public function defectsFirst(): bool - { - return $this->defectsFirst; - } - - public function backupGlobals(): bool - { - return $this->backupGlobals; - } - - public function backupStaticAttributes(): bool - { - return $this->backupStaticAttributes; - } - - public function registerMockObjectsFromTestArgumentsRecursively(): bool - { - return $this->registerMockObjectsFromTestArgumentsRecursively; - } - - public function conflictBetweenPrinterClassAndTestdox(): bool - { - return $this->conflictBetweenPrinterClassAndTestdox; - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/Util/Annotation/DocBlock.php b/Sources/vendor/phpunit/phpunit/src/Util/Annotation/DocBlock.php deleted file mode 100755 index 764bbbfb..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Util/Annotation/DocBlock.php +++ /dev/null @@ -1,546 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Util\Annotation; - -use const JSON_ERROR_NONE; -use const PREG_OFFSET_CAPTURE; -use function array_filter; -use function array_key_exists; -use function array_map; -use function array_merge; -use function array_pop; -use function array_slice; -use function array_values; -use function count; -use function explode; -use function file; -use function implode; -use function is_array; -use function is_int; -use function json_decode; -use function json_last_error; -use function json_last_error_msg; -use function preg_match; -use function preg_match_all; -use function preg_replace; -use function preg_split; -use function realpath; -use function rtrim; -use function sprintf; -use function str_replace; -use function strlen; -use function strpos; -use function strtolower; -use function substr; -use function trim; -use PharIo\Version\VersionConstraintParser; -use PHPUnit\Framework\InvalidDataProviderException; -use PHPUnit\Framework\SkippedTestError; -use PHPUnit\Framework\Warning; -use PHPUnit\Util\Exception; -use PHPUnit\Util\InvalidDataSetException; -use ReflectionClass; -use ReflectionException; -use ReflectionFunctionAbstract; -use ReflectionMethod; -use Reflector; -use Traversable; - -/** - * This is an abstraction around a PHPUnit-specific docBlock, - * allowing us to ask meaningful questions about a specific - * reflection symbol. - * - * @internal This class is not covered by the backward compatibility promise for PHPUnit - */ -final class DocBlock -{ - /** - * @todo This constant should be private (it's public because of TestTest::testGetProvidedDataRegEx) - */ - public const REGEX_DATA_PROVIDER = '/@dataProvider\s+([a-zA-Z0-9._:-\\\\x7f-\xff]+)/'; - - private const REGEX_REQUIRES_VERSION = '/@requires\s+(?PPHP(?:Unit)?)\s+(?P[<>=!]{0,2})\s*(?P[\d\.-]+(dev|(RC|alpha|beta)[\d\.])?)[ \t]*\r?$/m'; - private const REGEX_REQUIRES_VERSION_CONSTRAINT = '/@requires\s+(?PPHP(?:Unit)?)\s+(?P[\d\t \-.|~^]+)[ \t]*\r?$/m'; - private const REGEX_REQUIRES_OS = '/@requires\s+(?POS(?:FAMILY)?)\s+(?P.+?)[ \t]*\r?$/m'; - private const REGEX_REQUIRES_SETTING = '/@requires\s+(?Psetting)\s+(?P([^ ]+?))\s*(?P[\w\.-]+[\w\.]?)?[ \t]*\r?$/m'; - private const REGEX_REQUIRES = '/@requires\s+(?Pfunction|extension)\s+(?P([^\s<>=!]+))\s*(?P[<>=!]{0,2})\s*(?P[\d\.-]+[\d\.]?)?[ \t]*\r?$/m'; - private const REGEX_TEST_WITH = '/@testWith\s+/'; - - /** @var string */ - private $docComment; - - /** @var bool */ - private $isMethod; - - /** @var array> pre-parsed annotations indexed by name and occurrence index */ - private $symbolAnnotations; - - /** - * @var null|array - * - * @psalm-var null|(array{ - * __OFFSET: array&array{__FILE: string}, - * setting?: array, - * extension_versions?: array - * }&array< - * string, - * string|array{version: string, operator: string}|array{constraint: string}|array - * >) - */ - private $parsedRequirements; - - /** @var int */ - private $startLine; - - /** @var int */ - private $endLine; - - /** @var string */ - private $fileName; - - /** @var string */ - private $name; - - /** - * @var string - * - * @psalm-var class-string - */ - private $className; - - public static function ofClass(ReflectionClass $class): self - { - $className = $class->getName(); - - return new self( - (string) $class->getDocComment(), - false, - self::extractAnnotationsFromReflector($class), - $class->getStartLine(), - $class->getEndLine(), - $class->getFileName(), - $className, - $className, - ); - } - - /** - * @psalm-param class-string $classNameInHierarchy - */ - public static function ofMethod(ReflectionMethod $method, string $classNameInHierarchy): self - { - return new self( - (string) $method->getDocComment(), - true, - self::extractAnnotationsFromReflector($method), - $method->getStartLine(), - $method->getEndLine(), - $method->getFileName(), - $method->getName(), - $classNameInHierarchy, - ); - } - - /** - * Note: we do not preserve an instance of the reflection object, since it cannot be safely (de-)serialized. - * - * @param array> $symbolAnnotations - * - * @psalm-param class-string $className - */ - private function __construct(string $docComment, bool $isMethod, array $symbolAnnotations, int $startLine, int $endLine, string $fileName, string $name, string $className) - { - $this->docComment = $docComment; - $this->isMethod = $isMethod; - $this->symbolAnnotations = $symbolAnnotations; - $this->startLine = $startLine; - $this->endLine = $endLine; - $this->fileName = $fileName; - $this->name = $name; - $this->className = $className; - } - - /** - * @psalm-return array{ - * __OFFSET: array&array{__FILE: string}, - * setting?: array, - * extension_versions?: array - * }&array< - * string, - * string|array{version: string, operator: string}|array{constraint: string}|array - * > - * - * @throws Warning if the requirements version constraint is not well-formed - */ - public function requirements(): array - { - if ($this->parsedRequirements !== null) { - return $this->parsedRequirements; - } - - $offset = $this->startLine; - $requires = []; - $recordedSettings = []; - $extensionVersions = []; - $recordedOffsets = [ - '__FILE' => realpath($this->fileName), - ]; - - // Trim docblock markers, split it into lines and rewind offset to start of docblock - $lines = preg_replace(['#^/\*{2}#', '#\*/$#'], '', preg_split('/\r\n|\r|\n/', $this->docComment)); - $offset -= count($lines); - - foreach ($lines as $line) { - if (preg_match(self::REGEX_REQUIRES_OS, $line, $matches)) { - $requires[$matches['name']] = $matches['value']; - $recordedOffsets[$matches['name']] = $offset; - } - - if (preg_match(self::REGEX_REQUIRES_VERSION, $line, $matches)) { - $requires[$matches['name']] = [ - 'version' => $matches['version'], - 'operator' => $matches['operator'], - ]; - $recordedOffsets[$matches['name']] = $offset; - } - - if (preg_match(self::REGEX_REQUIRES_VERSION_CONSTRAINT, $line, $matches)) { - if (!empty($requires[$matches['name']])) { - $offset++; - - continue; - } - - try { - $versionConstraintParser = new VersionConstraintParser; - - $requires[$matches['name'] . '_constraint'] = [ - 'constraint' => $versionConstraintParser->parse(trim($matches['constraint'])), - ]; - $recordedOffsets[$matches['name'] . '_constraint'] = $offset; - } catch (\PharIo\Version\Exception $e) { - throw new Warning($e->getMessage(), $e->getCode(), $e); - } - } - - if (preg_match(self::REGEX_REQUIRES_SETTING, $line, $matches)) { - $recordedSettings[$matches['setting']] = $matches['value']; - $recordedOffsets['__SETTING_' . $matches['setting']] = $offset; - } - - if (preg_match(self::REGEX_REQUIRES, $line, $matches)) { - $name = $matches['name'] . 's'; - - if (!isset($requires[$name])) { - $requires[$name] = []; - } - - $requires[$name][] = $matches['value']; - $recordedOffsets[$matches['name'] . '_' . $matches['value']] = $offset; - - if ($name === 'extensions' && !empty($matches['version'])) { - $extensionVersions[$matches['value']] = [ - 'version' => $matches['version'], - 'operator' => $matches['operator'], - ]; - } - } - - $offset++; - } - - return $this->parsedRequirements = array_merge( - $requires, - ['__OFFSET' => $recordedOffsets], - array_filter([ - 'setting' => $recordedSettings, - 'extension_versions' => $extensionVersions, - ]), - ); - } - - /** - * Returns the provided data for a method. - * - * @throws Exception - */ - public function getProvidedData(): ?array - { - /** @noinspection SuspiciousBinaryOperationInspection */ - $data = $this->getDataFromDataProviderAnnotation($this->docComment) ?? $this->getDataFromTestWithAnnotation($this->docComment); - - if ($data === null) { - return null; - } - - if ($data === []) { - throw new SkippedTestError; - } - - foreach ($data as $key => $value) { - if (!is_array($value)) { - throw new InvalidDataSetException( - sprintf( - 'Data set %s is invalid.', - is_int($key) ? '#' . $key : '"' . $key . '"', - ), - ); - } - } - - return $data; - } - - /** - * @psalm-return array - */ - public function getInlineAnnotations(): array - { - $code = file($this->fileName); - $lineNumber = $this->startLine; - $startLine = $this->startLine - 1; - $endLine = $this->endLine - 1; - $codeLines = array_slice($code, $startLine, $endLine - $startLine + 1); - $annotations = []; - - foreach ($codeLines as $line) { - if (preg_match('#/\*\*?\s*@(?P[A-Za-z_-]+)(?:[ \t]+(?P.*?))?[ \t]*\r?\*/$#m', $line, $matches)) { - $annotations[strtolower($matches['name'])] = [ - 'line' => $lineNumber, - 'value' => $matches['value'], - ]; - } - - $lineNumber++; - } - - return $annotations; - } - - public function symbolAnnotations(): array - { - return $this->symbolAnnotations; - } - - public function isHookToBeExecutedBeforeClass(): bool - { - return $this->isMethod && - false !== strpos($this->docComment, '@beforeClass'); - } - - public function isHookToBeExecutedAfterClass(): bool - { - return $this->isMethod && - false !== strpos($this->docComment, '@afterClass'); - } - - public function isToBeExecutedBeforeTest(): bool - { - return 1 === preg_match('/@before\b/', $this->docComment); - } - - public function isToBeExecutedAfterTest(): bool - { - return 1 === preg_match('/@after\b/', $this->docComment); - } - - public function isToBeExecutedAsPreCondition(): bool - { - return 1 === preg_match('/@preCondition\b/', $this->docComment); - } - - public function isToBeExecutedAsPostCondition(): bool - { - return 1 === preg_match('/@postCondition\b/', $this->docComment); - } - - private function getDataFromDataProviderAnnotation(string $docComment): ?array - { - $methodName = null; - $className = $this->className; - - if ($this->isMethod) { - $methodName = $this->name; - } - - if (!preg_match_all(self::REGEX_DATA_PROVIDER, $docComment, $matches)) { - return null; - } - - $result = []; - - foreach ($matches[1] as $match) { - $dataProviderMethodNameNamespace = explode('\\', $match); - $leaf = explode('::', array_pop($dataProviderMethodNameNamespace)); - $dataProviderMethodName = array_pop($leaf); - - if (empty($dataProviderMethodNameNamespace)) { - $dataProviderMethodNameNamespace = ''; - } else { - $dataProviderMethodNameNamespace = implode('\\', $dataProviderMethodNameNamespace) . '\\'; - } - - if (empty($leaf)) { - $dataProviderClassName = $className; - } else { - /** @psalm-var class-string $dataProviderClassName */ - $dataProviderClassName = $dataProviderMethodNameNamespace . array_pop($leaf); - } - - try { - $dataProviderClass = new ReflectionClass($dataProviderClassName); - - $dataProviderMethod = $dataProviderClass->getMethod( - $dataProviderMethodName, - ); - // @codeCoverageIgnoreStart - } catch (ReflectionException $e) { - throw new Exception( - $e->getMessage(), - $e->getCode(), - $e, - ); - // @codeCoverageIgnoreEnd - } - - if ($dataProviderMethod->isStatic()) { - $object = null; - } else { - $object = $dataProviderClass->newInstance(); - } - - if ($dataProviderMethod->getNumberOfParameters() === 0) { - $data = $dataProviderMethod->invoke($object); - } else { - $data = $dataProviderMethod->invoke($object, $methodName); - } - - if ($data instanceof Traversable) { - $origData = $data; - $data = []; - - foreach ($origData as $key => $value) { - if (is_int($key)) { - $data[] = $value; - } elseif (array_key_exists($key, $data)) { - throw new InvalidDataProviderException( - sprintf( - 'The key "%s" has already been defined in the data provider "%s".', - $key, - $match, - ), - ); - } else { - $data[$key] = $value; - } - } - } - - if (is_array($data)) { - $result = array_merge($result, $data); - } - } - - return $result; - } - - /** - * @throws Exception - */ - private function getDataFromTestWithAnnotation(string $docComment): ?array - { - $docComment = $this->cleanUpMultiLineAnnotation($docComment); - - if (!preg_match(self::REGEX_TEST_WITH, $docComment, $matches, PREG_OFFSET_CAPTURE)) { - return null; - } - - $offset = strlen($matches[0][0]) + $matches[0][1]; - $annotationContent = substr($docComment, $offset); - $data = []; - - foreach (explode("\n", $annotationContent) as $candidateRow) { - $candidateRow = trim($candidateRow); - - if ($candidateRow[0] !== '[') { - break; - } - - $dataSet = json_decode($candidateRow, true); - - if (json_last_error() !== JSON_ERROR_NONE) { - throw new Exception( - 'The data set for the @testWith annotation cannot be parsed: ' . json_last_error_msg(), - ); - } - - $data[] = $dataSet; - } - - if (!$data) { - throw new Exception('The data set for the @testWith annotation cannot be parsed.'); - } - - return $data; - } - - private function cleanUpMultiLineAnnotation(string $docComment): string - { - // removing initial ' * ' for docComment - $docComment = str_replace("\r\n", "\n", $docComment); - $docComment = preg_replace('/\n\s*\*\s?/', "\n", $docComment); - $docComment = (string) substr($docComment, 0, -1); - - return rtrim($docComment, "\n"); - } - - /** @return array> */ - private static function parseDocBlock(string $docBlock): array - { - // Strip away the docblock header and footer to ease parsing of one line annotations - $docBlock = (string) substr($docBlock, 3, -2); - $annotations = []; - - if (preg_match_all('/@(?P[A-Za-z_-]+)(?:[ \t]+(?P.*?))?[ \t]*\r?$/m', $docBlock, $matches)) { - $numMatches = count($matches[0]); - - for ($i = 0; $i < $numMatches; $i++) { - $annotations[$matches['name'][$i]][] = (string) $matches['value'][$i]; - } - } - - return $annotations; - } - - /** @param ReflectionClass|ReflectionFunctionAbstract $reflector */ - private static function extractAnnotationsFromReflector(Reflector $reflector): array - { - $annotations = []; - - if ($reflector instanceof ReflectionClass) { - $annotations = array_merge( - $annotations, - ...array_map( - static function (ReflectionClass $trait): array - { - return self::parseDocBlock((string) $trait->getDocComment()); - }, - array_values($reflector->getTraits()), - ), - ); - } - - return array_merge( - $annotations, - self::parseDocBlock((string) $reflector->getDocComment()), - ); - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/Util/Blacklist.php b/Sources/vendor/phpunit/phpunit/src/Util/Blacklist.php deleted file mode 100755 index 3b416e14..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Util/Blacklist.php +++ /dev/null @@ -1,41 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Util; - -/** - * @deprecated Use ExcludeList instead - * - * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit - */ -final class Blacklist -{ - public static function addDirectory(string $directory): void - { - ExcludeList::addDirectory($directory); - } - - /** - * @throws Exception - * - * @return string[] - */ - public function getBlacklistedDirectories(): array - { - return (new ExcludeList)->getExcludedDirectories(); - } - - /** - * @throws Exception - */ - public function isBlacklisted(string $file): bool - { - return (new ExcludeList)->isExcluded($file); - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/Util/Cloner.php b/Sources/vendor/phpunit/phpunit/src/Util/Cloner.php old mode 100755 new mode 100644 index 38bd59ff..0102b51b --- a/Sources/vendor/phpunit/phpunit/src/Util/Cloner.php +++ b/Sources/vendor/phpunit/phpunit/src/Util/Cloner.php @@ -27,7 +27,7 @@ final class Cloner { try { return clone $original; - } catch (Throwable $t) { + } catch (Throwable) { return $original; } } diff --git a/Sources/vendor/phpunit/phpunit/src/Util/Color.php b/Sources/vendor/phpunit/phpunit/src/Util/Color.php old mode 100755 new mode 100644 index ee0f412d..0f6bee49 --- a/Sources/vendor/phpunit/phpunit/src/Util/Color.php +++ b/Sources/vendor/phpunit/phpunit/src/Util/Color.php @@ -10,16 +10,18 @@ namespace PHPUnit\Util; use const DIRECTORY_SEPARATOR; -use function array_keys; +use const PHP_EOL; use function array_map; -use function array_values; use function count; use function explode; use function implode; +use function max; use function min; use function preg_replace; use function preg_replace_callback; +use function preg_split; use function sprintf; +use function str_pad; use function strtr; use function trim; @@ -29,7 +31,7 @@ use function trim; final class Color { /** - * @var array + * @psalm-var array */ private const WHITESPACE_MAP = [ ' ' => '·', @@ -37,7 +39,7 @@ final class Color ]; /** - * @var array + * @psalm-var array */ private const WHITESPACE_EOL_MAP = [ ' ' => '·', @@ -47,9 +49,9 @@ final class Color ]; /** - * @var array + * @psalm-var array */ - private static $ansiCodes = [ + private static array $ansiCodes = [ 'reset' => '0', 'bold' => '1', 'dim' => '2', @@ -97,17 +99,31 @@ final class Color return self::optimizeColor(sprintf("\x1b[%sm", implode(';', $styles)) . $buffer . "\x1b[0m"); } - public static function colorizePath(string $path, ?string $prevPath = null, bool $colorizeFilename = false): string + public static function colorizeTextBox(string $color, string $buffer): string { - if ($prevPath === null) { - $prevPath = ''; + $lines = preg_split('/\r\n|\r|\n/', $buffer); + $padding = max(array_map('\strlen', $lines)); + + $styledLines = []; + + foreach ($lines as $line) { + $styledLines[] = self::colorize($color, str_pad($line, $padding)); + } + + return implode(PHP_EOL, $styledLines); + } + + public static function colorizePath(string $path, ?string $previousPath = null, bool $colorizeFilename = false): string + { + if ($previousPath === null) { + $previousPath = ''; } - $path = explode(DIRECTORY_SEPARATOR, $path); - $prevPath = explode(DIRECTORY_SEPARATOR, $prevPath); + $path = explode(DIRECTORY_SEPARATOR, $path); + $previousPath = explode(DIRECTORY_SEPARATOR, $previousPath); - for ($i = 0; $i < min(count($path), count($prevPath)); $i++) { - if ($path[$i] == $prevPath[$i]) { + for ($i = 0; $i < min(count($path), count($previousPath)); $i++) { + if ($path[$i] === $previousPath[$i]) { $path[$i] = self::dim($path[$i]); } } @@ -115,11 +131,8 @@ final class Color if ($colorizeFilename) { $last = count($path) - 1; $path[$last] = preg_replace_callback( - '/([\-_\.]+|phpt$)/', - static function ($matches) - { - return self::dim($matches[0]); - }, + '/([\-_.]+|phpt$)/', + static fn ($matches) => self::dim($matches[0]), $path[$last], ); } @@ -140,20 +153,27 @@ final class Color { $replaceMap = $visualizeEOL ? self::WHITESPACE_EOL_MAP : self::WHITESPACE_MAP; - return preg_replace_callback('/\s+/', static function ($matches) use ($replaceMap) - { - return self::dim(strtr($matches[0], $replaceMap)); - }, $buffer); + return preg_replace_callback( + '/\s+/', + static fn ($matches) => self::dim(strtr($matches[0], $replaceMap)), + $buffer, + ); } private static function optimizeColor(string $buffer): string { - $patterns = [ - "/\e\\[22m\e\\[2m/" => '', - "/\e\\[([^m]*)m\e\\[([1-9][0-9;]*)m/" => "\e[$1;$2m", - "/(\e\\[[^m]*m)+(\e\\[0m)/" => '$2', - ]; - - return preg_replace(array_keys($patterns), array_values($patterns), $buffer); + return preg_replace( + [ + "/\e\\[22m\e\\[2m/", + "/\e\\[([^m]*)m\e\\[([1-9][0-9;]*)m/", + "/(\e\\[[^m]*m)+(\e\\[0m)/", + ], + [ + '', + "\e[$1;$2m", + '$2', + ], + $buffer, + ); } } diff --git a/Sources/vendor/phpunit/phpunit/src/Util/ErrorHandler.php b/Sources/vendor/phpunit/phpunit/src/Util/ErrorHandler.php deleted file mode 100755 index 3bdf9bf1..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Util/ErrorHandler.php +++ /dev/null @@ -1,156 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Util; - -use const E_DEPRECATED; -use const E_NOTICE; -use const E_STRICT; -use const E_USER_DEPRECATED; -use const E_USER_NOTICE; -use const E_USER_WARNING; -use const E_WARNING; -use function error_reporting; -use function restore_error_handler; -use function set_error_handler; -use PHPUnit\Framework\Error\Deprecated; -use PHPUnit\Framework\Error\Error; -use PHPUnit\Framework\Error\Notice; -use PHPUnit\Framework\Error\Warning; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - */ -final class ErrorHandler -{ - /** - * @var bool - */ - private $convertDeprecationsToExceptions; - - /** - * @var bool - */ - private $convertErrorsToExceptions; - - /** - * @var bool - */ - private $convertNoticesToExceptions; - - /** - * @var bool - */ - private $convertWarningsToExceptions; - - /** - * @var bool - */ - private $registered = false; - - public static function invokeIgnoringWarnings(callable $callable) - { - set_error_handler( - static function ($errorNumber, $errorString) - { - if ($errorNumber === E_WARNING) { - return; - } - - return false; - }, - ); - - $result = $callable(); - - restore_error_handler(); - - return $result; - } - - public function __construct(bool $convertDeprecationsToExceptions, bool $convertErrorsToExceptions, bool $convertNoticesToExceptions, bool $convertWarningsToExceptions) - { - $this->convertDeprecationsToExceptions = $convertDeprecationsToExceptions; - $this->convertErrorsToExceptions = $convertErrorsToExceptions; - $this->convertNoticesToExceptions = $convertNoticesToExceptions; - $this->convertWarningsToExceptions = $convertWarningsToExceptions; - } - - public function __invoke(int $errorNumber, string $errorString, string $errorFile, int $errorLine): bool - { - /* - * Do not raise an exception when the error suppression operator (@) was used. - * - * @see https://github.com/sebastianbergmann/phpunit/issues/3739 - */ - if (!($errorNumber & error_reporting())) { - return false; - } - - switch ($errorNumber) { - case E_NOTICE: - case E_USER_NOTICE: - case E_STRICT: - if (!$this->convertNoticesToExceptions) { - return false; - } - - throw new Notice($errorString, $errorNumber, $errorFile, $errorLine); - - case E_WARNING: - case E_USER_WARNING: - if (!$this->convertWarningsToExceptions) { - return false; - } - - throw new Warning($errorString, $errorNumber, $errorFile, $errorLine); - - case E_DEPRECATED: - case E_USER_DEPRECATED: - if (!$this->convertDeprecationsToExceptions) { - return false; - } - - throw new Deprecated($errorString, $errorNumber, $errorFile, $errorLine); - - default: - if (!$this->convertErrorsToExceptions) { - return false; - } - - throw new Error($errorString, $errorNumber, $errorFile, $errorLine); - } - } - - public function register(): void - { - if ($this->registered) { - return; - } - - $oldErrorHandler = set_error_handler($this); - - if ($oldErrorHandler !== null) { - restore_error_handler(); - - return; - } - - $this->registered = true; - } - - public function unregister(): void - { - if (!$this->registered) { - return; - } - - restore_error_handler(); - } -} diff --git a/Sources/vendor/sebastian/object-enumerator/src/Exception.php b/Sources/vendor/phpunit/phpunit/src/Util/Exception/Exception.php old mode 100755 new mode 100644 similarity index 63% rename from Sources/vendor/sebastian/object-enumerator/src/Exception.php rename to Sources/vendor/phpunit/phpunit/src/Util/Exception/Exception.php index 2f09d70a..a66f00b0 --- a/Sources/vendor/sebastian/object-enumerator/src/Exception.php +++ b/Sources/vendor/phpunit/phpunit/src/Util/Exception/Exception.php @@ -1,16 +1,19 @@ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ -namespace SebastianBergmann\ObjectEnumerator; +namespace PHPUnit\Util; use Throwable; +/** + * @internal This interface is not covered by the backward compatibility promise for PHPUnit + */ interface Exception extends Throwable { } diff --git a/Sources/vendor/phpunit/phpunit/src/Util/RegularExpression.php b/Sources/vendor/phpunit/phpunit/src/Util/Exception/InvalidDirectoryException.php old mode 100755 new mode 100644 similarity index 52% rename from Sources/vendor/phpunit/phpunit/src/Util/RegularExpression.php rename to Sources/vendor/phpunit/phpunit/src/Util/Exception/InvalidDirectoryException.php index 1e97d6c2..bdfa84b5 --- a/Sources/vendor/phpunit/phpunit/src/Util/RegularExpression.php +++ b/Sources/vendor/phpunit/phpunit/src/Util/Exception/InvalidDirectoryException.php @@ -9,23 +9,21 @@ */ namespace PHPUnit\Util; -use function preg_match; +use function sprintf; +use RuntimeException; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit */ -final class RegularExpression +final class InvalidDirectoryException extends RuntimeException implements Exception { - /** - * @return false|int - */ - public static function safeMatch(string $pattern, string $subject) + public function __construct(string $directory) { - return ErrorHandler::invokeIgnoringWarnings( - static function () use ($pattern, $subject) - { - return preg_match($pattern, $subject); - }, + parent::__construct( + sprintf( + '"%s" is not a directory', + $directory, + ), ); } } diff --git a/Sources/vendor/phpunit/phpunit/src/Util/Exception.php b/Sources/vendor/phpunit/phpunit/src/Util/Exception/InvalidJsonException.php old mode 100755 new mode 100644 similarity index 83% rename from Sources/vendor/phpunit/phpunit/src/Util/Exception.php rename to Sources/vendor/phpunit/phpunit/src/Util/Exception/InvalidJsonException.php index 6bcb3d14..3d30ce4b --- a/Sources/vendor/phpunit/phpunit/src/Util/Exception.php +++ b/Sources/vendor/phpunit/phpunit/src/Util/Exception/InvalidJsonException.php @@ -14,6 +14,6 @@ use RuntimeException; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit */ -final class Exception extends RuntimeException implements \PHPUnit\Exception +final class InvalidJsonException extends RuntimeException implements Exception { } diff --git a/Sources/vendor/phpunit/phpunit/src/Util/Exception/InvalidVersionOperatorException.php b/Sources/vendor/phpunit/phpunit/src/Util/Exception/InvalidVersionOperatorException.php new file mode 100644 index 00000000..49b50e4b --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Util/Exception/InvalidVersionOperatorException.php @@ -0,0 +1,29 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Util; + +use function sprintf; +use RuntimeException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class InvalidVersionOperatorException extends RuntimeException implements Exception +{ + public function __construct(string $operator) + { + parent::__construct( + sprintf( + '"%s" is not a valid version_compare() operator', + $operator, + ), + ); + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Util/Exception/PhpProcessException.php b/Sources/vendor/phpunit/phpunit/src/Util/Exception/PhpProcessException.php new file mode 100644 index 00000000..0a6b6ee7 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Util/Exception/PhpProcessException.php @@ -0,0 +1,20 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Util\PHP; + +use PHPUnit\Util\Exception; +use RuntimeException; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class PhpProcessException extends RuntimeException implements Exception +{ +} diff --git a/Sources/vendor/phpunit/phpunit/src/Util/Xml/Exception.php b/Sources/vendor/phpunit/phpunit/src/Util/Exception/XmlException.php old mode 100755 new mode 100644 similarity index 80% rename from Sources/vendor/phpunit/phpunit/src/Util/Xml/Exception.php rename to Sources/vendor/phpunit/phpunit/src/Util/Exception/XmlException.php index 09b73d8f..f2dc45d3 --- a/Sources/vendor/phpunit/phpunit/src/Util/Xml/Exception.php +++ b/Sources/vendor/phpunit/phpunit/src/Util/Exception/XmlException.php @@ -9,11 +9,12 @@ */ namespace PHPUnit\Util\Xml; +use PHPUnit\Util\Exception; use RuntimeException; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit */ -final class Exception extends RuntimeException implements \PHPUnit\Exception +final class XmlException extends RuntimeException implements Exception { } diff --git a/Sources/vendor/phpunit/phpunit/src/Util/ExcludeList.php b/Sources/vendor/phpunit/phpunit/src/Util/ExcludeList.php old mode 100755 new mode 100644 index a00bfff0..f3752278 --- a/Sources/vendor/phpunit/phpunit/src/Util/ExcludeList.php +++ b/Sources/vendor/phpunit/phpunit/src/Util/ExcludeList.php @@ -9,18 +9,15 @@ */ namespace PHPUnit\Util; -use const DIRECTORY_SEPARATOR; use function class_exists; use function defined; use function dirname; use function is_dir; use function realpath; -use function sprintf; -use function strpos; +use function str_starts_with; use function sys_get_temp_dir; use Composer\Autoload\ClassLoader; use DeepCopy\DeepCopy; -use Doctrine\Instantiator\Instantiator; use PharIo\Manifest\Manifest; use PharIo\Version\Version as PharIoVersion; use PhpParser\Parser; @@ -41,7 +38,6 @@ use SebastianBergmann\Invoker\Invoker; use SebastianBergmann\LinesOfCode\Counter; use SebastianBergmann\ObjectEnumerator\Enumerator; use SebastianBergmann\RecursionContext\Context; -use SebastianBergmann\ResourceOperations\ResourceOperations; use SebastianBergmann\Template\Template; use SebastianBergmann\Timer\Timer; use SebastianBergmann\Type\TypeName; @@ -54,15 +50,12 @@ use TheSeer\Tokenizer\Tokenizer; final class ExcludeList { /** - * @var array + * @psalm-var array */ private const EXCLUDED_CLASS_NAMES = [ // composer ClassLoader::class => 1, - // doctrine/instantiator - Instantiator::class => 1, - // myclabs/deepcopy DeepCopy::class => 1, @@ -75,9 +68,6 @@ final class ExcludeList // phar-io/version PharIoVersion::class => 1, - // phpdocumentor/type-resolver - Type::class => 1, - // phpunit/phpunit TestCase::class => 2, @@ -132,9 +122,6 @@ final class ExcludeList // sebastian/recursion-context Context::class => 1, - // sebastian/resource-operations - ResourceOperations::class => 1, - // sebastian/type TypeName::class => 1, @@ -146,54 +133,55 @@ final class ExcludeList ]; /** - * @var string[] + * @psalm-var list */ - private static $directories = []; + private static array $directories = []; + private static bool $initialized = false; + private readonly bool $enabled; /** - * @var bool + * @psalm-param non-empty-string $directory + * + * @throws InvalidDirectoryException */ - private static $initialized = false; - public static function addDirectory(string $directory): void { if (!is_dir($directory)) { - throw new Exception( - sprintf( - '"%s" is not a directory', - $directory, - ), - ); + throw new InvalidDirectoryException($directory); } self::$directories[] = realpath($directory); } + public function __construct(?bool $enabled = null) + { + if ($enabled === null) { + $enabled = !defined('PHPUNIT_TESTSUITE'); + } + + $this->enabled = $enabled; + } + /** - * @throws Exception - * - * @return string[] + * @psalm-return list */ public function getExcludedDirectories(): array { - $this->initialize(); + self::initialize(); return self::$directories; } - /** - * @throws Exception - */ public function isExcluded(string $file): bool { - if (defined('PHPUNIT_TESTSUITE')) { + if (!$this->enabled) { return false; } - $this->initialize(); + self::initialize(); foreach (self::$directories as $directory) { - if (strpos($file, $directory) === 0) { + if (str_starts_with($file, $directory)) { return true; } } @@ -201,10 +189,7 @@ final class ExcludeList return false; } - /** - * @throws Exception - */ - private function initialize(): void + private static function initialize(): void { if (self::$initialized) { return; @@ -225,7 +210,7 @@ final class ExcludeList } // Hide process isolation workaround on Windows. - if (DIRECTORY_SEPARATOR === '\\') { + if (PHP_OS_FAMILY === 'Windows') { // tempnam() prefix is limited to first 3 chars. // @see https://php.net/manual/en/function.tempnam.php self::$directories[] = sys_get_temp_dir() . '\\PHP'; diff --git a/Sources/vendor/phpunit/phpunit/src/Util/Exporter.php b/Sources/vendor/phpunit/phpunit/src/Util/Exporter.php new file mode 100644 index 00000000..4cbe4141 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Util/Exporter.php @@ -0,0 +1,47 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Util; + +use function is_array; +use function is_scalar; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class Exporter +{ + public static function export(mixed $value, bool $exportObjects = false): string + { + if (self::isScalarOrArrayOfScalars($value) || $exportObjects) { + return (new \SebastianBergmann\Exporter\Exporter)->export($value); + } + + return '{enable export of objects to see this value}'; + } + + private static function isScalarOrArrayOfScalars(mixed $value): bool + { + if (is_scalar($value)) { + return true; + } + + if (!is_array($value)) { + return false; + } + + foreach ($value as $_value) { + if (!self::isScalarOrArrayOfScalars($_value)) { + return false; + } + } + + return true; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Util/FileLoader.php b/Sources/vendor/phpunit/phpunit/src/Util/FileLoader.php deleted file mode 100755 index e0a66506..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Util/FileLoader.php +++ /dev/null @@ -1,84 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Util; - -use const DIRECTORY_SEPARATOR; -use function array_diff; -use function array_keys; -use function fopen; -use function get_defined_vars; -use function sprintf; -use function stream_resolve_include_path; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - */ -final class FileLoader -{ - /** - * Checks if a PHP sourcecode file is readable. The sourcecode file is loaded through the load() method. - * - * As a fallback, PHP looks in the directory of the file executing the stream_resolve_include_path function. - * We do not want to load the Test.php file here, so skip it if it found that. - * PHP prioritizes the include_path setting, so if the current directory is in there, it will first look in the - * current working directory. - * - * @throws Exception - */ - public static function checkAndLoad(string $filename): string - { - $includePathFilename = stream_resolve_include_path($filename); - - $localFile = __DIR__ . DIRECTORY_SEPARATOR . $filename; - - if (!$includePathFilename || - $includePathFilename === $localFile || - !self::isReadable($includePathFilename)) { - throw new Exception( - sprintf('Cannot open file "%s".' . "\n", $filename), - ); - } - - self::load($includePathFilename); - - return $includePathFilename; - } - - /** - * Loads a PHP sourcefile. - */ - public static function load(string $filename): void - { - $oldVariableNames = array_keys(get_defined_vars()); - - /** - * @noinspection PhpIncludeInspection - * - * @psalm-suppress UnresolvableInclude - */ - include_once $filename; - - $newVariables = get_defined_vars(); - - foreach (array_diff(array_keys($newVariables), $oldVariableNames) as $variableName) { - if ($variableName !== 'oldVariableNames') { - $GLOBALS[$variableName] = $newVariables[$variableName]; - } - } - } - - /** - * @see https://github.com/sebastianbergmann/phpunit/pull/2751 - */ - private static function isReadable(string $filename): bool - { - return @fopen($filename, 'r') !== false; - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/Util/Filesystem.php b/Sources/vendor/phpunit/phpunit/src/Util/Filesystem.php old mode 100755 new mode 100644 index 886829d2..9789fe29 --- a/Sources/vendor/phpunit/phpunit/src/Util/Filesystem.php +++ b/Sources/vendor/phpunit/phpunit/src/Util/Filesystem.php @@ -9,33 +9,16 @@ */ namespace PHPUnit\Util; -use const DIRECTORY_SEPARATOR; use function is_dir; use function mkdir; -use function str_replace; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Filesystem { - /** - * Maps class names to source file names. - * - * - PEAR CS: Foo_Bar_Baz -> Foo/Bar/Baz.php - * - Namespace: Foo\Bar\Baz -> Foo/Bar/Baz.php - */ - public static function classNameToFilename(string $className): string - { - return str_replace( - ['_', '\\'], - DIRECTORY_SEPARATOR, - $className, - ) . '.php'; - } - public static function createDirectory(string $directory): bool { - return !(!is_dir($directory) && !@mkdir($directory, 0777, true) && !is_dir($directory)); + return !(!is_dir($directory) && !@mkdir($directory, 0o777, true) && !is_dir($directory)); } } diff --git a/Sources/vendor/phpunit/phpunit/src/Util/Filter.php b/Sources/vendor/phpunit/phpunit/src/Util/Filter.php old mode 100755 new mode 100644 index 94b7e77d..512d2262 --- a/Sources/vendor/phpunit/phpunit/src/Util/Filter.php +++ b/Sources/vendor/phpunit/phpunit/src/Util/Filter.php @@ -15,9 +15,9 @@ use function in_array; use function is_file; use function realpath; use function sprintf; -use function strpos; +use function str_starts_with; use PHPUnit\Framework\Exception; -use PHPUnit\Framework\SyntheticError; +use PHPUnit\Framework\PhptAssertionFailedError; use Throwable; /** @@ -32,10 +32,10 @@ final class Filter { $filteredStacktrace = ''; - if ($t instanceof SyntheticError) { - $eTrace = $t->getSyntheticTrace(); - $eFile = $t->getSyntheticFile(); - $eLine = $t->getSyntheticLine(); + if ($t instanceof PhptAssertionFailedError) { + $eTrace = $t->syntheticTrace(); + $eFile = $t->syntheticFile(); + $eLine = $t->syntheticLine(); } elseif ($t instanceof Exception) { $eTrace = $t->getSerializableTrace(); $eFile = $t->getFile(); @@ -73,14 +73,14 @@ final class Filter return $filteredStacktrace; } - private static function shouldPrintFrame(array $frame, $prefix, ExcludeList $excludeList): bool + private static function shouldPrintFrame(array $frame, false|string $prefix, ExcludeList $excludeList): bool { if (!isset($frame['file'])) { return false; } $file = $frame['file']; - $fileIsNotPrefixed = $prefix === false || strpos($file, $prefix) !== 0; + $fileIsNotPrefixed = $prefix === false || !str_starts_with($file, $prefix); // @see https://github.com/sebastianbergmann/phpunit/issues/4033 if (isset($GLOBALS['_SERVER']['SCRIPT_NAME'])) { diff --git a/Sources/vendor/phpunit/phpunit/src/Util/GlobalState.php b/Sources/vendor/phpunit/phpunit/src/Util/GlobalState.php old mode 100755 new mode 100644 index 18b5a646..a364bca6 --- a/Sources/vendor/phpunit/phpunit/src/Util/GlobalState.php +++ b/Sources/vendor/phpunit/phpunit/src/Util/GlobalState.php @@ -25,9 +25,9 @@ use function is_scalar; use function preg_match; use function serialize; use function sprintf; -use function strpos; +use function str_ends_with; +use function str_starts_with; use function strtr; -use function substr; use function var_export; use Closure; @@ -37,7 +37,7 @@ use Closure; final class GlobalState { /** - * @var string[] + * @psalm-var list */ private const SUPER_GLOBAL_ARRAYS = [ '_ENV', @@ -131,7 +131,7 @@ final class GlobalState } /** - * @param string[] $files + * @psalm-param list $files * * @throws Exception */ @@ -149,7 +149,7 @@ final class GlobalState array_shift($files); // If bootstrap script was a Composer bin proxy, skip the second entry as well - if (substr(strtr($files[0], '\\', '/'), -24) === '/phpunit/phpunit/phpunit') { + if (str_ends_with(strtr($files[0], '\\', '/'), '/phpunit/phpunit/phpunit')) { array_shift($files); } @@ -159,7 +159,7 @@ final class GlobalState continue; } - if ($prefix !== false && strpos($file, $prefix) === 0) { + if ($prefix !== false && str_starts_with($file, $prefix)) { continue; } @@ -251,7 +251,7 @@ final class GlobalState return $result; } - private static function exportVariable($variable): string + private static function exportVariable(mixed $variable): string { if (is_scalar($variable) || $variable === null || (is_array($variable) && self::arrayOnlyContainsScalars($variable))) { diff --git a/Sources/vendor/phpunit/phpunit/src/Util/Json.php b/Sources/vendor/phpunit/phpunit/src/Util/Json.php old mode 100755 new mode 100644 index e200071b..cd52c7cd --- a/Sources/vendor/phpunit/phpunit/src/Util/Json.php +++ b/Sources/vendor/phpunit/phpunit/src/Util/Json.php @@ -19,7 +19,6 @@ use function json_decode; use function json_encode; use function json_last_error; use function ksort; -use PHPUnit\Framework\Exception; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit @@ -27,18 +26,14 @@ use PHPUnit\Framework\Exception; final class Json { /** - * Prettify json string. - * - * @throws \PHPUnit\Framework\Exception + * @throws InvalidJsonException */ public static function prettify(string $json): string { $decodedJson = json_decode($json, false); if (json_last_error()) { - throw new Exception( - 'Cannot prettify invalid json', - ); + throw new InvalidJsonException; } return json_encode($decodedJson, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE); @@ -73,7 +68,7 @@ final class Json * Sort all array keys to ensure both the expected and actual values have * their keys in the same order. */ - private static function recursiveSort(&$json): void + private static function recursiveSort(mixed &$json): void { if (!is_array($json)) { // If the object is not empty, change it to an associative array @@ -91,7 +86,7 @@ final class Json ksort($json); - foreach ($json as $key => &$value) { + foreach ($json as &$value) { self::recursiveSort($value); } } diff --git a/Sources/vendor/phpunit/phpunit/src/Util/Log/JUnit.php b/Sources/vendor/phpunit/phpunit/src/Util/Log/JUnit.php deleted file mode 100755 index c7ba4fc5..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Util/Log/JUnit.php +++ /dev/null @@ -1,424 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Util\Log; - -use function class_exists; -use function get_class; -use function method_exists; -use function sprintf; -use function str_replace; -use function trim; -use DOMDocument; -use DOMElement; -use PHPUnit\Framework\AssertionFailedError; -use PHPUnit\Framework\ExceptionWrapper; -use PHPUnit\Framework\SelfDescribing; -use PHPUnit\Framework\Test; -use PHPUnit\Framework\TestFailure; -use PHPUnit\Framework\TestListener; -use PHPUnit\Framework\TestSuite; -use PHPUnit\Framework\Warning; -use PHPUnit\Util\Exception; -use PHPUnit\Util\Filter; -use PHPUnit\Util\Printer; -use PHPUnit\Util\Xml; -use ReflectionClass; -use ReflectionException; -use Throwable; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - */ -final class JUnit extends Printer implements TestListener -{ - /** - * @var DOMDocument - */ - private $document; - - /** - * @var DOMElement - */ - private $root; - - /** - * @var bool - */ - private $reportRiskyTests = false; - - /** - * @var DOMElement[] - */ - private $testSuites = []; - - /** - * @var int[] - */ - private $testSuiteTests = [0]; - - /** - * @var int[] - */ - private $testSuiteAssertions = [0]; - - /** - * @var int[] - */ - private $testSuiteErrors = [0]; - - /** - * @var int[] - */ - private $testSuiteWarnings = [0]; - - /** - * @var int[] - */ - private $testSuiteFailures = [0]; - - /** - * @var int[] - */ - private $testSuiteSkipped = [0]; - - /** - * @var int[] - */ - private $testSuiteTimes = [0]; - - /** - * @var int - */ - private $testSuiteLevel = 0; - - /** - * @var DOMElement - */ - private $currentTestCase; - - /** - * @param null|mixed $out - */ - public function __construct($out = null, bool $reportRiskyTests = false) - { - $this->document = new DOMDocument('1.0', 'UTF-8'); - $this->document->formatOutput = true; - - $this->root = $this->document->createElement('testsuites'); - $this->document->appendChild($this->root); - - parent::__construct($out); - - $this->reportRiskyTests = $reportRiskyTests; - } - - /** - * Flush buffer and close output. - */ - public function flush(): void - { - $this->write($this->getXML()); - - parent::flush(); - } - - /** - * An error occurred. - */ - public function addError(Test $test, Throwable $t, float $time): void - { - $this->doAddFault($test, $t, 'error'); - $this->testSuiteErrors[$this->testSuiteLevel]++; - } - - /** - * A warning occurred. - */ - public function addWarning(Test $test, Warning $e, float $time): void - { - $this->doAddFault($test, $e, 'warning'); - $this->testSuiteWarnings[$this->testSuiteLevel]++; - } - - /** - * A failure occurred. - */ - public function addFailure(Test $test, AssertionFailedError $e, float $time): void - { - $this->doAddFault($test, $e, 'failure'); - $this->testSuiteFailures[$this->testSuiteLevel]++; - } - - /** - * Incomplete test. - */ - public function addIncompleteTest(Test $test, Throwable $t, float $time): void - { - $this->doAddSkipped(); - } - - /** - * Risky test. - */ - public function addRiskyTest(Test $test, Throwable $t, float $time): void - { - if (!$this->reportRiskyTests) { - return; - } - - $this->doAddFault($test, $t, 'error'); - $this->testSuiteErrors[$this->testSuiteLevel]++; - } - - /** - * Skipped test. - */ - public function addSkippedTest(Test $test, Throwable $t, float $time): void - { - $this->doAddSkipped(); - } - - /** - * A testsuite started. - */ - public function startTestSuite(TestSuite $suite): void - { - $testSuite = $this->document->createElement('testsuite'); - $testSuite->setAttribute('name', $suite->getName()); - - if (class_exists($suite->getName(), false)) { - try { - $class = new ReflectionClass($suite->getName()); - - $testSuite->setAttribute('file', $class->getFileName()); - } catch (ReflectionException $e) { - } - } - - if ($this->testSuiteLevel > 0) { - $this->testSuites[$this->testSuiteLevel]->appendChild($testSuite); - } else { - $this->root->appendChild($testSuite); - } - - $this->testSuiteLevel++; - $this->testSuites[$this->testSuiteLevel] = $testSuite; - $this->testSuiteTests[$this->testSuiteLevel] = 0; - $this->testSuiteAssertions[$this->testSuiteLevel] = 0; - $this->testSuiteErrors[$this->testSuiteLevel] = 0; - $this->testSuiteWarnings[$this->testSuiteLevel] = 0; - $this->testSuiteFailures[$this->testSuiteLevel] = 0; - $this->testSuiteSkipped[$this->testSuiteLevel] = 0; - $this->testSuiteTimes[$this->testSuiteLevel] = 0; - } - - /** - * A testsuite ended. - */ - public function endTestSuite(TestSuite $suite): void - { - $this->testSuites[$this->testSuiteLevel]->setAttribute( - 'tests', - (string) $this->testSuiteTests[$this->testSuiteLevel], - ); - - $this->testSuites[$this->testSuiteLevel]->setAttribute( - 'assertions', - (string) $this->testSuiteAssertions[$this->testSuiteLevel], - ); - - $this->testSuites[$this->testSuiteLevel]->setAttribute( - 'errors', - (string) $this->testSuiteErrors[$this->testSuiteLevel], - ); - - $this->testSuites[$this->testSuiteLevel]->setAttribute( - 'warnings', - (string) $this->testSuiteWarnings[$this->testSuiteLevel], - ); - - $this->testSuites[$this->testSuiteLevel]->setAttribute( - 'failures', - (string) $this->testSuiteFailures[$this->testSuiteLevel], - ); - - $this->testSuites[$this->testSuiteLevel]->setAttribute( - 'skipped', - (string) $this->testSuiteSkipped[$this->testSuiteLevel], - ); - - $this->testSuites[$this->testSuiteLevel]->setAttribute( - 'time', - sprintf('%F', $this->testSuiteTimes[$this->testSuiteLevel]), - ); - - if ($this->testSuiteLevel > 1) { - $this->testSuiteTests[$this->testSuiteLevel - 1] += $this->testSuiteTests[$this->testSuiteLevel]; - $this->testSuiteAssertions[$this->testSuiteLevel - 1] += $this->testSuiteAssertions[$this->testSuiteLevel]; - $this->testSuiteErrors[$this->testSuiteLevel - 1] += $this->testSuiteErrors[$this->testSuiteLevel]; - $this->testSuiteWarnings[$this->testSuiteLevel - 1] += $this->testSuiteWarnings[$this->testSuiteLevel]; - $this->testSuiteFailures[$this->testSuiteLevel - 1] += $this->testSuiteFailures[$this->testSuiteLevel]; - $this->testSuiteSkipped[$this->testSuiteLevel - 1] += $this->testSuiteSkipped[$this->testSuiteLevel]; - $this->testSuiteTimes[$this->testSuiteLevel - 1] += $this->testSuiteTimes[$this->testSuiteLevel]; - } - - $this->testSuiteLevel--; - } - - /** - * A test started. - */ - public function startTest(Test $test): void - { - $usesDataprovider = false; - - if (method_exists($test, 'usesDataProvider')) { - $usesDataprovider = $test->usesDataProvider(); - } - - $testCase = $this->document->createElement('testcase'); - $testCase->setAttribute('name', $test->getName()); - - try { - $class = new ReflectionClass($test); - // @codeCoverageIgnoreStart - } catch (ReflectionException $e) { - throw new Exception( - $e->getMessage(), - $e->getCode(), - $e, - ); - } - // @codeCoverageIgnoreEnd - - $methodName = $test->getName(!$usesDataprovider); - - if ($class->hasMethod($methodName)) { - try { - $method = $class->getMethod($methodName); - // @codeCoverageIgnoreStart - } catch (ReflectionException $e) { - throw new Exception( - $e->getMessage(), - $e->getCode(), - $e, - ); - } - // @codeCoverageIgnoreEnd - - $testCase->setAttribute('class', $class->getName()); - $testCase->setAttribute('classname', str_replace('\\', '.', $class->getName())); - $testCase->setAttribute('file', $class->getFileName()); - $testCase->setAttribute('line', (string) $method->getStartLine()); - } - - $this->currentTestCase = $testCase; - } - - /** - * A test ended. - */ - public function endTest(Test $test, float $time): void - { - $numAssertions = 0; - - if (method_exists($test, 'getNumAssertions')) { - $numAssertions = $test->getNumAssertions(); - } - - $this->testSuiteAssertions[$this->testSuiteLevel] += $numAssertions; - - $this->currentTestCase->setAttribute( - 'assertions', - (string) $numAssertions, - ); - - $this->currentTestCase->setAttribute( - 'time', - sprintf('%F', $time), - ); - - $this->testSuites[$this->testSuiteLevel]->appendChild( - $this->currentTestCase, - ); - - $this->testSuiteTests[$this->testSuiteLevel]++; - $this->testSuiteTimes[$this->testSuiteLevel] += $time; - - $testOutput = ''; - - if (method_exists($test, 'hasOutput') && method_exists($test, 'getActualOutput')) { - $testOutput = $test->hasOutput() ? $test->getActualOutput() : ''; - } - - if (!empty($testOutput)) { - $systemOut = $this->document->createElement( - 'system-out', - Xml::prepareString($testOutput), - ); - - $this->currentTestCase->appendChild($systemOut); - } - - $this->currentTestCase = null; - } - - /** - * Returns the XML as a string. - */ - public function getXML(): string - { - return $this->document->saveXML(); - } - - private function doAddFault(Test $test, Throwable $t, string $type): void - { - if ($this->currentTestCase === null) { - return; - } - - if ($test instanceof SelfDescribing) { - $buffer = $test->toString() . "\n"; - } else { - $buffer = ''; - } - - $buffer .= trim( - TestFailure::exceptionToString($t) . "\n" . - Filter::getFilteredStacktrace($t), - ); - - $fault = $this->document->createElement( - $type, - Xml::prepareString($buffer), - ); - - if ($t instanceof ExceptionWrapper) { - $fault->setAttribute('type', $t->getClassName()); - } else { - $fault->setAttribute('type', get_class($t)); - } - - $this->currentTestCase->appendChild($fault); - } - - private function doAddSkipped(): void - { - if ($this->currentTestCase === null) { - return; - } - - $skipped = $this->document->createElement('skipped'); - - $this->currentTestCase->appendChild($skipped); - - $this->testSuiteSkipped[$this->testSuiteLevel]++; - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/Util/Log/TeamCity.php b/Sources/vendor/phpunit/phpunit/src/Util/Log/TeamCity.php deleted file mode 100755 index 30375bd3..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Util/Log/TeamCity.php +++ /dev/null @@ -1,383 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Util\Log; - -use function class_exists; -use function count; -use function explode; -use function get_class; -use function getmypid; -use function ini_get; -use function is_bool; -use function is_scalar; -use function method_exists; -use function print_r; -use function round; -use function str_replace; -use function stripos; -use PHPUnit\Framework\AssertionFailedError; -use PHPUnit\Framework\ExceptionWrapper; -use PHPUnit\Framework\ExpectationFailedException; -use PHPUnit\Framework\Test; -use PHPUnit\Framework\TestCase; -use PHPUnit\Framework\TestFailure; -use PHPUnit\Framework\TestResult; -use PHPUnit\Framework\TestSuite; -use PHPUnit\Framework\Warning; -use PHPUnit\TextUI\DefaultResultPrinter; -use PHPUnit\Util\Exception; -use PHPUnit\Util\Filter; -use ReflectionClass; -use ReflectionException; -use SebastianBergmann\Comparator\ComparisonFailure; -use Throwable; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - */ -final class TeamCity extends DefaultResultPrinter -{ - /** - * @var bool - */ - private $isSummaryTestCountPrinted = false; - - /** - * @var string - */ - private $startedTestName; - - /** - * @var false|int - */ - private $flowId; - - public function printResult(TestResult $result): void - { - $this->printHeader($result); - $this->printFooter($result); - } - - /** - * An error occurred. - */ - public function addError(Test $test, Throwable $t, float $time): void - { - $this->printEvent( - 'testFailed', - [ - 'name' => $test->getName(), - 'message' => self::getMessage($t), - 'details' => self::getDetails($t), - 'duration' => self::toMilliseconds($time), - ], - ); - } - - /** - * A warning occurred. - */ - public function addWarning(Test $test, Warning $e, float $time): void - { - $this->write(self::getMessage($e) . PHP_EOL); - } - - /** - * A failure occurred. - */ - public function addFailure(Test $test, AssertionFailedError $e, float $time): void - { - $parameters = [ - 'name' => $test->getName(), - 'message' => self::getMessage($e), - 'details' => self::getDetails($e), - 'duration' => self::toMilliseconds($time), - ]; - - if ($e instanceof ExpectationFailedException) { - $comparisonFailure = $e->getComparisonFailure(); - - if ($comparisonFailure instanceof ComparisonFailure) { - $expectedString = $comparisonFailure->getExpectedAsString(); - - if ($expectedString === null || empty($expectedString)) { - $expectedString = self::getPrimitiveValueAsString($comparisonFailure->getExpected()); - } - - $actualString = $comparisonFailure->getActualAsString(); - - if ($actualString === null || empty($actualString)) { - $actualString = self::getPrimitiveValueAsString($comparisonFailure->getActual()); - } - - if ($actualString !== null && $expectedString !== null) { - $parameters['type'] = 'comparisonFailure'; - $parameters['actual'] = $actualString; - $parameters['expected'] = $expectedString; - } - } - } - - $this->printEvent('testFailed', $parameters); - } - - /** - * Incomplete test. - */ - public function addIncompleteTest(Test $test, Throwable $t, float $time): void - { - $this->printIgnoredTest($test->getName(), $t, $time); - } - - /** - * Risky test. - */ - public function addRiskyTest(Test $test, Throwable $t, float $time): void - { - $this->addError($test, $t, $time); - } - - /** - * Skipped test. - */ - public function addSkippedTest(Test $test, Throwable $t, float $time): void - { - $testName = $test->getName(); - - if ($this->startedTestName !== $testName) { - $this->startTest($test); - $this->printIgnoredTest($testName, $t, $time); - $this->endTest($test, $time); - } else { - $this->printIgnoredTest($testName, $t, $time); - } - } - - public function printIgnoredTest(string $testName, Throwable $t, float $time): void - { - $this->printEvent( - 'testIgnored', - [ - 'name' => $testName, - 'message' => self::getMessage($t), - 'details' => self::getDetails($t), - 'duration' => self::toMilliseconds($time), - ], - ); - } - - /** - * A testsuite started. - */ - public function startTestSuite(TestSuite $suite): void - { - if (stripos(ini_get('disable_functions'), 'getmypid') === false) { - $this->flowId = getmypid(); - } else { - $this->flowId = false; - } - - if (!$this->isSummaryTestCountPrinted) { - $this->isSummaryTestCountPrinted = true; - - $this->printEvent( - 'testCount', - ['count' => count($suite)], - ); - } - - $suiteName = $suite->getName(); - - if (empty($suiteName)) { - return; - } - - $parameters = ['name' => $suiteName]; - - if (class_exists($suiteName, false)) { - $fileName = self::getFileName($suiteName); - $parameters['locationHint'] = "php_qn://{$fileName}::\\{$suiteName}"; - } else { - $split = explode('::', $suiteName); - - if (count($split) === 2 && class_exists($split[0]) && method_exists($split[0], $split[1])) { - $fileName = self::getFileName($split[0]); - $parameters['locationHint'] = "php_qn://{$fileName}::\\{$suiteName}"; - $parameters['name'] = $split[1]; - } - } - - $this->printEvent('testSuiteStarted', $parameters); - } - - /** - * A testsuite ended. - */ - public function endTestSuite(TestSuite $suite): void - { - $suiteName = $suite->getName(); - - if (empty($suiteName)) { - return; - } - - $parameters = ['name' => $suiteName]; - - if (!class_exists($suiteName, false)) { - $split = explode('::', $suiteName); - - if (count($split) === 2 && class_exists($split[0]) && method_exists($split[0], $split[1])) { - $parameters['name'] = $split[1]; - } - } - - $this->printEvent('testSuiteFinished', $parameters); - } - - /** - * A test started. - */ - public function startTest(Test $test): void - { - $testName = $test->getName(); - $this->startedTestName = $testName; - $params = ['name' => $testName]; - - if ($test instanceof TestCase) { - $className = get_class($test); - $fileName = self::getFileName($className); - $params['locationHint'] = "php_qn://{$fileName}::\\{$className}::{$testName}"; - } - - $this->printEvent('testStarted', $params); - } - - /** - * A test ended. - */ - public function endTest(Test $test, float $time): void - { - parent::endTest($test, $time); - - $this->printEvent( - 'testFinished', - [ - 'name' => $test->getName(), - 'duration' => self::toMilliseconds($time), - ], - ); - } - - protected function writeProgress(string $progress): void - { - } - - private function printEvent(string $eventName, array $params = []): void - { - $this->write("\n##teamcity[{$eventName}"); - - if ($this->flowId) { - $params['flowId'] = $this->flowId; - } - - foreach ($params as $key => $value) { - $escapedValue = self::escapeValue((string) $value); - $this->write(" {$key}='{$escapedValue}'"); - } - - $this->write("]\n"); - } - - private static function getMessage(Throwable $t): string - { - $message = ''; - - if ($t instanceof ExceptionWrapper) { - if ($t->getClassName() !== '') { - $message .= $t->getClassName(); - } - - if ($message !== '' && $t->getMessage() !== '') { - $message .= ' : '; - } - } - - return $message . $t->getMessage(); - } - - private static function getDetails(Throwable $t): string - { - $stackTrace = Filter::getFilteredStacktrace($t); - $previous = $t instanceof ExceptionWrapper ? $t->getPreviousWrapped() : $t->getPrevious(); - - while ($previous) { - $stackTrace .= "\nCaused by\n" . - TestFailure::exceptionToString($previous) . "\n" . - Filter::getFilteredStacktrace($previous); - - $previous = $previous instanceof ExceptionWrapper ? - $previous->getPreviousWrapped() : $previous->getPrevious(); - } - - return ' ' . str_replace("\n", "\n ", $stackTrace); - } - - private static function getPrimitiveValueAsString($value): ?string - { - if ($value === null) { - return 'null'; - } - - if (is_bool($value)) { - return $value ? 'true' : 'false'; - } - - if (is_scalar($value)) { - return print_r($value, true); - } - - return null; - } - - private static function escapeValue(string $text): string - { - return str_replace( - ['|', "'", "\n", "\r", ']', '['], - ['||', "|'", '|n', '|r', '|]', '|['], - $text, - ); - } - - /** - * @param string $className - */ - private static function getFileName($className): string - { - try { - return (new ReflectionClass($className))->getFileName(); - // @codeCoverageIgnoreStart - } catch (ReflectionException $e) { - throw new Exception( - $e->getMessage(), - $e->getCode(), - $e, - ); - } - // @codeCoverageIgnoreEnd - } - - /** - * @param float $time microseconds - */ - private static function toMilliseconds(float $time): int - { - return (int) round($time * 1000); - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/Util/PHP/AbstractPhpProcess.php b/Sources/vendor/phpunit/phpunit/src/Util/PHP/AbstractPhpProcess.php old mode 100755 new mode 100644 index 0405d1f3..7223d695 --- a/Sources/vendor/phpunit/phpunit/src/Util/PHP/AbstractPhpProcess.php +++ b/Sources/vendor/phpunit/phpunit/src/Util/PHP/AbstractPhpProcess.php @@ -9,7 +9,6 @@ */ namespace PHPUnit\Util\PHP; -use const DIRECTORY_SEPARATOR; use const PHP_SAPI; use function array_keys; use function array_merge; @@ -20,23 +19,21 @@ use function file_get_contents; use function ini_get_all; use function restore_error_handler; use function set_error_handler; -use function sprintf; -use function str_replace; -use function strpos; -use function strrpos; -use function substr; use function trim; use function unlink; use function unserialize; -use __PHP_Incomplete_Class; use ErrorException; +use PHPUnit\Event\Code\TestMethodBuilder; +use PHPUnit\Event\Code\ThrowableBuilder; +use PHPUnit\Event\Facade; +use PHPUnit\Event\NoPreviousThrowableException; +use PHPUnit\Event\TestData\MoreThanOneDataSetFromDataProviderException; use PHPUnit\Framework\AssertionFailedError; use PHPUnit\Framework\Exception; -use PHPUnit\Framework\SyntheticError; use PHPUnit\Framework\Test; use PHPUnit\Framework\TestCase; -use PHPUnit\Framework\TestFailure; -use PHPUnit\Framework\TestResult; +use PHPUnit\Runner\CodeCoverage; +use PHPUnit\TestRunner\TestResult\PassedTests; use SebastianBergmann\Environment\Runtime; /** @@ -44,50 +41,24 @@ use SebastianBergmann\Environment\Runtime; */ abstract class AbstractPhpProcess { - /** - * @var Runtime - */ - protected $runtime; - - /** - * @var bool - */ - protected $stderrRedirection = false; - - /** - * @var string - */ - protected $stdin = ''; + protected bool $stderrRedirection = false; + protected string $stdin = ''; + protected string $arguments = ''; /** - * @var string + * @psalm-var array */ - protected $args = ''; - - /** - * @var array - */ - protected $env = []; - - /** - * @var int - */ - protected $timeout = 0; + protected array $env = []; public static function factory(): self { - if (DIRECTORY_SEPARATOR === '\\') { + if (PHP_OS_FAMILY === 'Windows') { return new WindowsPhpProcess; } return new DefaultPhpProcess; } - public function __construct() - { - $this->runtime = new Runtime; - } - /** * Defines if should use STDERR redirection or not. * @@ -125,9 +96,9 @@ abstract class AbstractPhpProcess /** * Sets the string of arguments to pass to the php job. */ - public function setArgs(string $args): void + public function setArgs(string $arguments): void { - $this->args = $args; + $this->arguments = $arguments; } /** @@ -135,13 +106,13 @@ abstract class AbstractPhpProcess */ public function getArgs(): string { - return $this->args; + return $this->arguments; } /** * Sets the array of environment variables to start the child process with. * - * @param array $env + * @psalm-param array $env */ public function setEnv(array $env): void { @@ -156,33 +127,19 @@ abstract class AbstractPhpProcess return $this->env; } - /** - * Sets the amount of seconds to wait before timing out. - */ - public function setTimeout(int $timeout): void - { - $this->timeout = $timeout; - } - - /** - * Returns the amount of seconds to wait before timing out. - */ - public function getTimeout(): int - { - return $this->timeout; - } - /** * Runs a single test in a separate PHP process. * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * @throws \PHPUnit\Runner\Exception + * @throws Exception + * @throws MoreThanOneDataSetFromDataProviderException + * @throws NoPreviousThrowableException */ - public function runTestJob(string $job, Test $test, TestResult $result, string $processResultFile): void + public function runTestJob(string $job, Test $test, string $processResultFile): void { - $result->startTest($test); + $_result = $this->runJob($job); $processResult = ''; - $_result = $this->runJob($job); if (file_exists($processResultFile)) { $processResult = file_get_contents($processResultFile); @@ -192,7 +149,6 @@ abstract class AbstractPhpProcess $this->processChildResult( $test, - $result, $processResult, $_result['stderr'], ); @@ -203,19 +159,21 @@ abstract class AbstractPhpProcess */ public function getCommand(array $settings, string $file = null): string { - $command = $this->runtime->getBinary(); + $runtime = new Runtime; + + $command = $runtime->getBinary(); - if ($this->runtime->hasPCOV()) { + if ($runtime->hasPCOV()) { $settings = array_merge( $settings, - $this->runtime->getCurrentSettings( + $runtime->getCurrentSettings( array_keys(ini_get_all('pcov')), ), ); - } elseif ($this->runtime->hasXdebug()) { + } elseif ($runtime->hasXdebug()) { $settings = array_merge( $settings, - $this->runtime->getCurrentSettings( + $runtime->getCurrentSettings( array_keys(ini_get_all('xdebug')), ), ); @@ -235,11 +193,11 @@ abstract class AbstractPhpProcess $command .= ' ' . escapeshellarg($file); } - if ($this->args) { + if ($this->arguments) { if (!$file) { $command .= ' --'; } - $command .= ' ' . $this->args; + $command .= ' ' . $this->arguments; } if ($this->stderrRedirection) { @@ -266,161 +224,93 @@ abstract class AbstractPhpProcess } /** - * Processes the TestResult object from an isolated process. - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException + * @throws \PHPUnit\Runner\Exception + * @throws Exception + * @throws MoreThanOneDataSetFromDataProviderException + * @throws NoPreviousThrowableException */ - private function processChildResult(Test $test, TestResult $result, string $stdout, string $stderr): void + private function processChildResult(Test $test, string $stdout, string $stderr): void { - $time = 0; - if (!empty($stderr)) { - $result->addError( - $test, - new Exception(trim($stderr)), - $time, - ); - } else { - set_error_handler( - /** - * @throws ErrorException - */ - static function ($errno, $errstr, $errfile, $errline): void - { - throw new ErrorException($errstr, $errno, $errno, $errfile, $errline); - }, + $exception = new Exception(trim($stderr)); + + assert($test instanceof TestCase); + + Facade::emitter()->testErrored( + TestMethodBuilder::fromTestCase($test), + ThrowableBuilder::from($exception), ); - try { - if (strpos($stdout, "#!/usr/bin/env php\n") === 0) { - $stdout = substr($stdout, 19); - } - - $childResult = unserialize(str_replace("#!/usr/bin/env php\n", '', $stdout)); - restore_error_handler(); - - if ($childResult === false) { - $result->addFailure( - $test, - new AssertionFailedError('Test was run in child process and ended unexpectedly'), - $time, - ); - } - } catch (ErrorException $e) { - restore_error_handler(); - $childResult = false; - - $result->addError( - $test, - new Exception(trim($stdout), 0, $e), - $time, + return; + } + + set_error_handler( + /** + * @throws ErrorException + */ + static function (int $errno, string $errstr, string $errfile, int $errline): never + { + throw new ErrorException($errstr, $errno, $errno, $errfile, $errline); + }, + ); + + try { + $childResult = unserialize($stdout); + + restore_error_handler(); + + if ($childResult === false) { + $exception = new AssertionFailedError('Test was run in child process and ended unexpectedly'); + + assert($test instanceof TestCase); + + Facade::emitter()->testErrored( + TestMethodBuilder::fromTestCase($test), + ThrowableBuilder::from($exception), ); - } - if ($childResult !== false) { - if (!empty($childResult['output'])) { - $output = $childResult['output']; - } - - /* @var TestCase $test */ - - $test->setResult($childResult['testResult']); - $test->addToAssertionCount($childResult['numAssertions']); - - $childResult = $childResult['result']; - assert($childResult instanceof TestResult); - - if ($result->getCollectCodeCoverageInformation()) { - $result->getCodeCoverage()->merge( - $childResult->getCodeCoverage(), - ); - } - - $time = $childResult->time(); - $notImplemented = $childResult->notImplemented(); - $risky = $childResult->risky(); - $skipped = $childResult->skipped(); - $errors = $childResult->errors(); - $warnings = $childResult->warnings(); - $failures = $childResult->failures(); - - if (!empty($notImplemented)) { - $result->addError( - $test, - $this->getException($notImplemented[0]), - $time, - ); - } elseif (!empty($risky)) { - $result->addError( - $test, - $this->getException($risky[0]), - $time, - ); - } elseif (!empty($skipped)) { - $result->addError( - $test, - $this->getException($skipped[0]), - $time, - ); - } elseif (!empty($errors)) { - $result->addError( - $test, - $this->getException($errors[0]), - $time, - ); - } elseif (!empty($warnings)) { - $result->addWarning( - $test, - $this->getException($warnings[0]), - $time, - ); - } elseif (!empty($failures)) { - $result->addFailure( - $test, - $this->getException($failures[0]), - $time, - ); - } + Facade::emitter()->testFinished( + TestMethodBuilder::fromTestCase($test), + 0, + ); } - } + } catch (ErrorException $e) { + restore_error_handler(); - $result->endTest($test, $time); + $childResult = false; - if (!empty($output)) { - print $output; - } - } + $exception = new Exception(trim($stdout), 0, $e); - /** - * Gets the thrown exception from a PHPUnit\Framework\TestFailure. - * - * @see https://github.com/sebastianbergmann/phpunit/issues/74 - */ - private function getException(TestFailure $error): Exception - { - $exception = $error->thrownException(); + assert($test instanceof TestCase); - if ($exception instanceof __PHP_Incomplete_Class) { - $exceptionArray = []; + Facade::emitter()->testErrored( + TestMethodBuilder::fromTestCase($test), + ThrowableBuilder::from($exception), + ); + } - foreach ((array) $exception as $key => $value) { - $key = substr($key, strrpos($key, "\0") + 1); - $exceptionArray[$key] = $value; + if ($childResult !== false) { + if (!empty($childResult['output'])) { + $output = $childResult['output']; } - $exception = new SyntheticError( - sprintf( - '%s: %s', - $exceptionArray['_PHP_Incomplete_Class_Name'], - $exceptionArray['message'], - ), - $exceptionArray['code'], - $exceptionArray['file'], - $exceptionArray['line'], - $exceptionArray['trace'], - ); + Facade::instance()->forward($childResult['events']); + PassedTests::instance()->import($childResult['passedTests']); + + assert($test instanceof TestCase); + + $test->setResult($childResult['testResult']); + $test->addToAssertionCount($childResult['numAssertions']); + + if (CodeCoverage::instance()->isActive() && $childResult['codeCoverage'] instanceof \SebastianBergmann\CodeCoverage\CodeCoverage) { + CodeCoverage::instance()->codeCoverage()->merge( + $childResult['codeCoverage'], + ); + } } - return $exception; + if (!empty($output)) { + print $output; + } } } diff --git a/Sources/vendor/phpunit/phpunit/src/Util/PHP/DefaultPhpProcess.php b/Sources/vendor/phpunit/phpunit/src/Util/PHP/DefaultPhpProcess.php old mode 100755 new mode 100644 index 64974f1d..658c0ce7 --- a/Sources/vendor/phpunit/phpunit/src/Util/PHP/DefaultPhpProcess.php +++ b/Sources/vendor/phpunit/phpunit/src/Util/PHP/DefaultPhpProcess.php @@ -12,17 +12,13 @@ namespace PHPUnit\Util\PHP; use function array_merge; use function fclose; use function file_put_contents; -use function fread; use function fwrite; use function is_array; use function is_resource; use function proc_close; use function proc_open; -use function proc_terminate; use function rewind; -use function sprintf; use function stream_get_contents; -use function stream_select; use function sys_get_temp_dir; use function tempnam; use function unlink; @@ -33,22 +29,22 @@ use PHPUnit\Framework\Exception; */ class DefaultPhpProcess extends AbstractPhpProcess { - /** - * @var string - */ - protected $tempFile; + private ?string $tempFile = null; /** * Runs a single job (PHP code) using a separate PHP process. * + * @psalm-return array{stdout: string, stderr: string} + * * @throws Exception + * @throws PhpProcessException */ public function runJob(string $job, array $settings = []): array { if ($this->stdin || $this->useTemporaryFile()) { - if (!($this->tempFile = tempnam(sys_get_temp_dir(), 'PHPUnit')) || + if (!($this->tempFile = tempnam(sys_get_temp_dir(), 'phpunit_')) || file_put_contents($this->tempFile, $job) === false) { - throw new Exception( + throw new PhpProcessException( 'Unable to write temporary file', ); } @@ -70,7 +66,10 @@ class DefaultPhpProcess extends AbstractPhpProcess /** * Handles creating the child process and returning the STDOUT and STDERR. * + * @psalm-return array{stdout: string, stderr: string} + * * @throws Exception + * @throws PhpProcessException */ protected function runProcess(string $job, array $settings): array { @@ -105,7 +104,7 @@ class DefaultPhpProcess extends AbstractPhpProcess ); if (!is_resource($process)) { - throw new Exception( + throw new PhpProcessException( 'Unable to spawn worker process', ); } @@ -118,77 +117,16 @@ class DefaultPhpProcess extends AbstractPhpProcess $stderr = $stdout = ''; - if ($this->timeout) { - unset($pipes[0]); - - while (true) { - $r = $pipes; - $w = null; - $e = null; - - $n = @stream_select($r, $w, $e, $this->timeout); - - if ($n === false) { - break; - } - - if ($n === 0) { - proc_terminate($process, 9); - - throw new Exception( - sprintf( - 'Job execution aborted after %d seconds', - $this->timeout, - ), - ); - } - - if ($n > 0) { - foreach ($r as $pipe) { - $pipeOffset = 0; + if (isset($pipes[1])) { + $stdout = stream_get_contents($pipes[1]); - foreach ($pipes as $i => $origPipe) { - if ($pipe === $origPipe) { - $pipeOffset = $i; - - break; - } - } - - if (!$pipeOffset) { - break; - } - - $line = fread($pipe, 8192); - - if ($line === '' || $line === false) { - fclose($pipes[$pipeOffset]); - - unset($pipes[$pipeOffset]); - } elseif ($pipeOffset === 1) { - $stdout .= $line; - } else { - $stderr .= $line; - } - } - - if (empty($pipes)) { - break; - } - } - } - } else { - if (isset($pipes[1])) { - $stdout = stream_get_contents($pipes[1]); - - fclose($pipes[1]); - } + fclose($pipes[1]); + } - if (isset($pipes[2])) { - $stderr = stream_get_contents($pipes[2]); + if (isset($pipes[2])) { + $stderr = stream_get_contents($pipes[2]); - fclose($pipes[2]); - } + fclose($pipes[2]); } if (isset($handles[1])) { diff --git a/Sources/vendor/phpunit/phpunit/src/Util/PHP/Template/PhptTestCase.tpl b/Sources/vendor/phpunit/phpunit/src/Util/PHP/Template/PhptTestCase.tpl old mode 100755 new mode 100644 index f23a0d1a..c4251888 --- a/Sources/vendor/phpunit/phpunit/src/Util/PHP/Template/PhptTestCase.tpl +++ b/Sources/vendor/phpunit/phpunit/src/Util/PHP/Template/PhptTestCase.tpl @@ -1,4 +1,4 @@ -initForIsolation( + PHPUnit\Event\Telemetry\HRTime::fromSecondsAndNanoseconds( + {offsetSeconds}, + {offsetNanoseconds} + ), + {exportObjects}, + ); - $result = new PHPUnit\Framework\TestResult; + require_once '{filename}'; if ({collectCodeCoverageInformation}) { - $filter = unserialize('{codeCoverageFilter}'); - - $codeCoverage = new CodeCoverage( - (new Selector)->{driverMethod}($filter), - $filter - ); - - if ({cachesStaticAnalysis}) { - $codeCoverage->cacheStaticAnalysis(unserialize('{codeCoverageCacheDirectory}')); - } - - $result->setCodeCoverage($codeCoverage); + CodeCoverage::instance()->init(ConfigurationRegistry::get(), CodeCoverageFilterRegistry::instance(), true); + CodeCoverage::instance()->ignoreLines({linesToBeIgnored}); } - $result->beStrictAboutTestsThatDoNotTestAnything({isStrictAboutTestsThatDoNotTestAnything}); - $result->beStrictAboutOutputDuringTests({isStrictAboutOutputDuringTests}); - $result->enforceTimeLimit({enforcesTimeLimit}); - $result->beStrictAboutTodoAnnotatedTests({isStrictAboutTodoAnnotatedTests}); - $result->beStrictAboutResourceUsageDuringSmallTests({isStrictAboutResourceUsageDuringSmallTests}); + $test = new {className}('{name}'); - $test = new {className}('{name}', unserialize('{data}'), '{dataName}'); + $test->setData('{dataName}', unserialize('{data}')); $test->setDependencyInput(unserialize('{dependencyInput}')); $test->setInIsolation(true); ob_end_clean(); - $test->run($result); + + $test->run(); + $output = ''; - if (!$test->hasExpectationOnOutput()) { - $output = $test->getActualOutput(); + + if (!$test->expectsOutput()) { + $output = $test->output(); } ini_set('xdebug.scream', '0'); - @rewind(STDOUT); /* @ as not every STDOUT target stream is rewindable */ + // Not every STDOUT target stream is rewindable + @rewind(STDOUT); + if ($stdout = @stream_get_contents(STDOUT)) { - $output = $stdout . $output; + $output = $stdout . $output; $streamMetaData = stream_get_meta_data(STDOUT); + if (!empty($streamMetaData['stream_type']) && 'STDIO' === $streamMetaData['stream_type']) { @ftruncate(STDOUT, 0); @rewind(STDOUT); @@ -83,25 +83,17 @@ function __phpunit_run_isolated_test() '{processResultFile}', serialize( [ - 'testResult' => $test->getResult(), - 'numAssertions' => $test->getNumAssertions(), - 'result' => $result, - 'output' => $output + 'testResult' => $test->result(), + 'codeCoverage' => {collectCodeCoverageInformation} ? CodeCoverage::instance()->codeCoverage() : null, + 'numAssertions' => $test->numberOfAssertionsPerformed(), + 'output' => $output, + 'events' => $dispatcher->flush(), + 'passedTests' => PassedTests::instance() ] ) ); } -$configurationFilePath = '{configurationFilePath}'; - -if ('' !== $configurationFilePath) { - $configuration = (new Loader)->load($configurationFilePath); - - (new PhpHandler)->handle($configuration->php()); - - unset($configuration); -} - function __phpunit_error_handler($errno, $errstr, $errfile, $errline) { return true; @@ -115,9 +107,11 @@ set_error_handler('__phpunit_error_handler'); restore_error_handler(); -if (isset($GLOBALS['__PHPUNIT_BOOTSTRAP'])) { - require_once $GLOBALS['__PHPUNIT_BOOTSTRAP']; - unset($GLOBALS['__PHPUNIT_BOOTSTRAP']); +ConfigurationRegistry::loadFrom('{serializedConfiguration}'); +(new PhpHandler)->handle(ConfigurationRegistry::get()->php()); + +if ('{bootstrap}' !== '') { + require_once '{bootstrap}'; } __phpunit_run_isolated_test(); diff --git a/Sources/vendor/phpunit/phpunit/src/Util/PHP/Template/TestCaseMethod.tpl b/Sources/vendor/phpunit/phpunit/src/Util/PHP/Template/TestCaseMethod.tpl old mode 100755 new mode 100644 index 067934db..b9eaef73 --- a/Sources/vendor/phpunit/phpunit/src/Util/PHP/Template/TestCaseMethod.tpl +++ b/Sources/vendor/phpunit/phpunit/src/Util/PHP/Template/TestCaseMethod.tpl @@ -1,13 +1,15 @@ -initForIsolation( + PHPUnit\Event\Telemetry\HRTime::fromSecondsAndNanoseconds( + {offsetSeconds}, + {offsetNanoseconds} + ), + {exportObjects}, + ); - $result = new PHPUnit\Framework\TestResult; + require_once '{filename}'; if ({collectCodeCoverageInformation}) { - $filter = unserialize('{codeCoverageFilter}'); - - $codeCoverage = new CodeCoverage( - (new Selector)->{driverMethod}($filter), - $filter - ); - - if ({cachesStaticAnalysis}) { - $codeCoverage->cacheStaticAnalysis(unserialize('{codeCoverageCacheDirectory}')); - } - - $result->setCodeCoverage($codeCoverage); + CodeCoverage::instance()->init(ConfigurationRegistry::get(), CodeCoverageFilterRegistry::instance(), true); + CodeCoverage::instance()->ignoreLines({linesToBeIgnored}); } - $result->beStrictAboutTestsThatDoNotTestAnything({isStrictAboutTestsThatDoNotTestAnything}); - $result->beStrictAboutOutputDuringTests({isStrictAboutOutputDuringTests}); - $result->enforceTimeLimit({enforcesTimeLimit}); - $result->beStrictAboutTodoAnnotatedTests({isStrictAboutTodoAnnotatedTests}); - $result->beStrictAboutResourceUsageDuringSmallTests({isStrictAboutResourceUsageDuringSmallTests}); - - $test = new {className}('{methodName}', unserialize('{data}'), '{dataName}'); - \assert($test instanceof TestCase); + $test = new {className}('{methodName}'); + $test->setData('{dataName}', unserialize('{data}')); $test->setDependencyInput(unserialize('{dependencyInput}')); $test->setInIsolation(true); ob_end_clean(); - $test->run($result); + + $test->run(); + $output = ''; - if (!$test->hasExpectationOnOutput()) { - $output = $test->getActualOutput(); + + if (!$test->expectsOutput()) { + $output = $test->output(); } ini_set('xdebug.scream', '0'); - @rewind(STDOUT); /* @ as not every STDOUT target stream is rewindable */ + // Not every STDOUT target stream is rewindable + @rewind(STDOUT); + if ($stdout = @stream_get_contents(STDOUT)) { - $output = $stdout . $output; + $output = $stdout . $output; $streamMetaData = stream_get_meta_data(STDOUT); + if (!empty($streamMetaData['stream_type']) && 'STDIO' === $streamMetaData['stream_type']) { @ftruncate(STDOUT, 0); @rewind(STDOUT); @@ -86,25 +83,17 @@ function __phpunit_run_isolated_test() '{processResultFile}', serialize( [ - 'testResult' => $test->getResult(), - 'numAssertions' => $test->getNumAssertions(), - 'result' => $result, - 'output' => $output + 'testResult' => $test->result(), + 'codeCoverage' => {collectCodeCoverageInformation} ? CodeCoverage::instance()->codeCoverage() : null, + 'numAssertions' => $test->numberOfAssertionsPerformed(), + 'output' => $output, + 'events' => $dispatcher->flush(), + 'passedTests' => PassedTests::instance() ] ) ); } -$configurationFilePath = '{configurationFilePath}'; - -if ('' !== $configurationFilePath) { - $configuration = (new Loader)->load($configurationFilePath); - - (new PhpHandler)->handle($configuration->php()); - - unset($configuration); -} - function __phpunit_error_handler($errno, $errstr, $errfile, $errline) { return true; @@ -118,9 +107,11 @@ set_error_handler('__phpunit_error_handler'); restore_error_handler(); -if (isset($GLOBALS['__PHPUNIT_BOOTSTRAP'])) { - require_once $GLOBALS['__PHPUNIT_BOOTSTRAP']; - unset($GLOBALS['__PHPUNIT_BOOTSTRAP']); +ConfigurationRegistry::loadFrom('{serializedConfiguration}'); +(new PhpHandler)->handle(ConfigurationRegistry::get()->php()); + +if ('{bootstrap}' !== '') { + require_once '{bootstrap}'; } __phpunit_run_isolated_test(); diff --git a/Sources/vendor/phpunit/phpunit/src/Util/PHP/WindowsPhpProcess.php b/Sources/vendor/phpunit/phpunit/src/Util/PHP/WindowsPhpProcess.php old mode 100755 new mode 100644 index 2480bc8c..74524996 --- a/Sources/vendor/phpunit/phpunit/src/Util/PHP/WindowsPhpProcess.php +++ b/Sources/vendor/phpunit/phpunit/src/Util/PHP/WindowsPhpProcess.php @@ -9,7 +9,6 @@ */ namespace PHPUnit\Util\PHP; -use const PHP_MAJOR_VERSION; use function tmpfile; use PHPUnit\Framework\Exception; @@ -20,22 +19,14 @@ use PHPUnit\Framework\Exception; */ final class WindowsPhpProcess extends DefaultPhpProcess { - public function getCommand(array $settings, string $file = null): string - { - if (PHP_MAJOR_VERSION < 8) { - return '"' . parent::getCommand($settings, $file) . '"'; - } - - return parent::getCommand($settings, $file); - } - /** * @throws Exception + * @throws PhpProcessException */ protected function getHandles(): array { if (false === $stdout_handle = tmpfile()) { - throw new Exception( + throw new PhpProcessException( 'A temporary file could not be created; verify that your TEMP environment variable is writable', ); } diff --git a/Sources/vendor/phpunit/phpunit/src/Util/Printer.php b/Sources/vendor/phpunit/phpunit/src/Util/Printer.php deleted file mode 100755 index 311d4943..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Util/Printer.php +++ /dev/null @@ -1,116 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Util; - -use const ENT_COMPAT; -use const ENT_SUBSTITUTE; -use const PHP_SAPI; -use function assert; -use function count; -use function dirname; -use function explode; -use function fclose; -use function fopen; -use function fsockopen; -use function fwrite; -use function htmlspecialchars; -use function is_resource; -use function is_string; -use function sprintf; -use function str_replace; -use function strncmp; -use function strpos; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - */ -class Printer -{ - /** - * @psalm-var closed-resource|resource - */ - private $stream; - - /** - * @var bool - */ - private $isPhpStream; - - /** - * @param null|resource|string $out - * - * @throws Exception - */ - public function __construct($out = null) - { - if (is_resource($out)) { - $this->stream = $out; - - return; - } - - if (!is_string($out)) { - return; - } - - if (strpos($out, 'socket://') === 0) { - $tmp = explode(':', str_replace('socket://', '', $out)); - - if (count($tmp) !== 2) { - throw new Exception( - sprintf( - '"%s" does not match "socket://hostname:port" format', - $out, - ), - ); - } - - $this->stream = fsockopen($tmp[0], (int) $tmp[1]); - - return; - } - - if (strpos($out, 'php://') === false && !Filesystem::createDirectory(dirname($out))) { - throw new Exception( - sprintf( - 'Directory "%s" was not created', - dirname($out), - ), - ); - } - - $this->stream = fopen($out, 'wb'); - $this->isPhpStream = strncmp($out, 'php://', 6) !== 0; - } - - public function write(string $buffer): void - { - if ($this->stream) { - assert(is_resource($this->stream)); - - fwrite($this->stream, $buffer); - } else { - if (PHP_SAPI !== 'cli' && PHP_SAPI !== 'phpdbg') { - $buffer = htmlspecialchars($buffer, ENT_COMPAT | ENT_SUBSTITUTE); - } - - print $buffer; - } - } - - public function flush(): void - { - if ($this->stream && $this->isPhpStream) { - assert(is_resource($this->stream)); - - fclose($this->stream); - } - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/Util/Reflection.php b/Sources/vendor/phpunit/phpunit/src/Util/Reflection.php old mode 100755 new mode 100644 index 3ffc2d5e..421fac47 --- a/Sources/vendor/phpunit/phpunit/src/Util/Reflection.php +++ b/Sources/vendor/phpunit/phpunit/src/Util/Reflection.php @@ -9,9 +9,13 @@ */ namespace PHPUnit\Util; +use function array_keys; +use function array_merge; +use function array_reverse; use PHPUnit\Framework\Assert; use PHPUnit\Framework\TestCase; use ReflectionClass; +use ReflectionException; use ReflectionMethod; /** @@ -19,43 +23,81 @@ use ReflectionMethod; */ final class Reflection { + /** + * @psalm-param class-string $className + * @psalm-param non-empty-string $methodName + * + * @psalm-return array{file: non-empty-string, line: non-negative-int} + */ + public static function sourceLocationFor(string $className, string $methodName): array + { + try { + $reflector = new ReflectionMethod($className, $methodName); + + $file = $reflector->getFileName(); + $line = $reflector->getStartLine(); + } catch (ReflectionException) { + $file = 'unknown'; + $line = 0; + } + + return [ + 'file' => $file, + 'line' => $line, + ]; + } + /** * @psalm-return list */ - public function publicMethodsInTestClass(ReflectionClass $class): array + public static function publicMethodsInTestClass(ReflectionClass $class): array { - return $this->filterMethods($class, ReflectionMethod::IS_PUBLIC); + return self::filterAndSortMethods($class, ReflectionMethod::IS_PUBLIC, true); } /** * @psalm-return list */ - public function methodsInTestClass(ReflectionClass $class): array + public static function methodsInTestClass(ReflectionClass $class): array { - return $this->filterMethods($class, null); + return self::filterAndSortMethods($class, null, false); } /** * @psalm-return list */ - private function filterMethods(ReflectionClass $class, ?int $filter): array + private static function filterAndSortMethods(ReflectionClass $class, ?int $filter, bool $sortHighestToLowest): array { - $methods = []; + $methodsByClass = []; - // PHP <7.3.5 throw error when null is passed - // to ReflectionClass::getMethods() when strict_types is enabled. - $classMethods = $filter === null ? $class->getMethods() : $class->getMethods($filter); + foreach ($class->getMethods($filter) as $method) { + $declaringClassName = $method->getDeclaringClass()->getName(); - foreach ($classMethods as $method) { - if ($method->getDeclaringClass()->getName() === TestCase::class) { + if ($declaringClassName === TestCase::class) { continue; } - if ($method->getDeclaringClass()->getName() === Assert::class) { + if ($declaringClassName === Assert::class) { continue; } - $methods[] = $method; + if (!isset($methodsByClass[$declaringClassName])) { + $methodsByClass[$declaringClassName] = []; + } + + $methodsByClass[$declaringClassName][] = $method; + } + + $classNames = array_keys($methodsByClass); + + if ($sortHighestToLowest) { + $classNames = array_reverse($classNames); + } + + $methods = []; + + foreach ($classNames as $className) { + $methods = array_merge($methods, $methodsByClass[$className]); } return $methods; diff --git a/Sources/vendor/phpunit/phpunit/src/Util/Test.php b/Sources/vendor/phpunit/phpunit/src/Util/Test.php old mode 100755 new mode 100644 index 12c6bf16..56333f95 --- a/Sources/vendor/phpunit/phpunit/src/Util/Test.php +++ b/Sources/vendor/phpunit/phpunit/src/Util/Test.php @@ -9,775 +9,30 @@ */ namespace PHPUnit\Util; -use const PHP_OS; -use const PHP_VERSION; -use function addcslashes; -use function array_flip; -use function array_key_exists; -use function array_merge; -use function array_unique; -use function array_unshift; -use function class_exists; -use function count; -use function explode; -use function extension_loaded; -use function function_exists; -use function get_class; -use function ini_get; -use function interface_exists; -use function is_array; -use function is_int; -use function method_exists; -use function phpversion; -use function preg_match; -use function preg_replace; -use function sprintf; -use function strncmp; -use function strpos; -use function strtolower; -use function trim; -use function version_compare; -use PHPUnit\Framework\CodeCoverageException; -use PHPUnit\Framework\ExecutionOrderDependency; -use PHPUnit\Framework\InvalidCoversTargetException; -use PHPUnit\Framework\SelfDescribing; -use PHPUnit\Framework\TestCase; -use PHPUnit\Framework\Warning; -use PHPUnit\Runner\Version; -use PHPUnit\Util\Annotation\Registry; -use ReflectionClass; -use ReflectionException; +use function str_starts_with; +use PHPUnit\Metadata\Parser\Registry; use ReflectionMethod; -use SebastianBergmann\CodeUnit\CodeUnitCollection; -use SebastianBergmann\CodeUnit\InvalidCodeUnitException; -use SebastianBergmann\CodeUnit\Mapper; -use SebastianBergmann\Environment\OperatingSystem; /** * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Test { - /** - * @var int - */ - public const UNKNOWN = -1; - - /** - * @var int - */ - public const SMALL = 0; - - /** - * @var int - */ - public const MEDIUM = 1; - - /** - * @var int - */ - public const LARGE = 2; - - /** - * @var array - */ - private static $hookMethods = []; - - /** - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - */ - public static function describe(\PHPUnit\Framework\Test $test): array - { - if ($test instanceof TestCase) { - return [get_class($test), $test->getName()]; - } - - if ($test instanceof SelfDescribing) { - return ['', $test->toString()]; - } - - return ['', get_class($test)]; - } - - public static function describeAsString(\PHPUnit\Framework\Test $test): string - { - if ($test instanceof SelfDescribing) { - return $test->toString(); - } - - return get_class($test); - } - - /** - * @throws CodeCoverageException - * - * @return array|bool - * - * @psalm-param class-string $className - */ - public static function getLinesToBeCovered(string $className, string $methodName) - { - $annotations = self::parseTestMethodAnnotations( - $className, - $methodName, - ); - - if (!self::shouldCoversAnnotationBeUsed($annotations)) { - return false; - } - - return self::getLinesToBeCoveredOrUsed($className, $methodName, 'covers'); - } - - /** - * Returns lines of code specified with the @uses annotation. - * - * @throws CodeCoverageException - * - * @psalm-param class-string $className - */ - public static function getLinesToBeUsed(string $className, string $methodName): array - { - return self::getLinesToBeCoveredOrUsed($className, $methodName, 'uses'); - } - - public static function requiresCodeCoverageDataCollection(TestCase $test): bool - { - $annotations = self::parseTestMethodAnnotations( - get_class($test), - $test->getName(false), - ); - - // If there is no @covers annotation but a @coversNothing annotation on - // the test method then code coverage data does not need to be collected - if (isset($annotations['method']['coversNothing'])) { - // @see https://github.com/sebastianbergmann/phpunit/issues/4947#issuecomment-1084480950 - // return false; - } - - // If there is at least one @covers annotation then - // code coverage data needs to be collected - if (isset($annotations['method']['covers'])) { - return true; - } - - // If there is no @covers annotation but a @coversNothing annotation - // then code coverage data does not need to be collected - if (isset($annotations['class']['coversNothing'])) { - // @see https://github.com/sebastianbergmann/phpunit/issues/4947#issuecomment-1084480950 - // return false; - } - - // If there is no @coversNothing annotation then - // code coverage data may be collected - return true; - } - - /** - * @throws Exception - * - * @psalm-param class-string $className - */ - public static function getRequirements(string $className, string $methodName): array - { - return self::mergeArraysRecursively( - Registry::getInstance()->forClassName($className)->requirements(), - Registry::getInstance()->forMethod($className, $methodName)->requirements(), - ); - } - - /** - * Returns the missing requirements for a test. - * - * @throws Exception - * @throws Warning - * - * @psalm-param class-string $className - */ - public static function getMissingRequirements(string $className, string $methodName): array - { - $required = self::getRequirements($className, $methodName); - $missing = []; - $hint = null; - - if (!empty($required['PHP'])) { - $operator = new VersionComparisonOperator(empty($required['PHP']['operator']) ? '>=' : $required['PHP']['operator']); - - if (!version_compare(PHP_VERSION, $required['PHP']['version'], $operator->asString())) { - $missing[] = sprintf('PHP %s %s is required.', $operator->asString(), $required['PHP']['version']); - $hint = 'PHP'; - } - } elseif (!empty($required['PHP_constraint'])) { - $version = new \PharIo\Version\Version(self::sanitizeVersionNumber(PHP_VERSION)); - - if (!$required['PHP_constraint']['constraint']->complies($version)) { - $missing[] = sprintf( - 'PHP version does not match the required constraint %s.', - $required['PHP_constraint']['constraint']->asString(), - ); - - $hint = 'PHP_constraint'; - } - } - - if (!empty($required['PHPUnit'])) { - $phpunitVersion = Version::id(); - - $operator = new VersionComparisonOperator(empty($required['PHPUnit']['operator']) ? '>=' : $required['PHPUnit']['operator']); - - if (!version_compare($phpunitVersion, $required['PHPUnit']['version'], $operator->asString())) { - $missing[] = sprintf('PHPUnit %s %s is required.', $operator->asString(), $required['PHPUnit']['version']); - $hint = $hint ?? 'PHPUnit'; - } - } elseif (!empty($required['PHPUnit_constraint'])) { - $phpunitVersion = new \PharIo\Version\Version(self::sanitizeVersionNumber(Version::id())); - - if (!$required['PHPUnit_constraint']['constraint']->complies($phpunitVersion)) { - $missing[] = sprintf( - 'PHPUnit version does not match the required constraint %s.', - $required['PHPUnit_constraint']['constraint']->asString(), - ); - - $hint = $hint ?? 'PHPUnit_constraint'; - } - } - - if (!empty($required['OSFAMILY']) && $required['OSFAMILY'] !== (new OperatingSystem)->getFamily()) { - $missing[] = sprintf('Operating system %s is required.', $required['OSFAMILY']); - $hint = $hint ?? 'OSFAMILY'; - } - - if (!empty($required['OS'])) { - $requiredOsPattern = sprintf('/%s/i', addcslashes($required['OS'], '/')); - - if (!preg_match($requiredOsPattern, PHP_OS)) { - $missing[] = sprintf('Operating system matching %s is required.', $requiredOsPattern); - $hint = $hint ?? 'OS'; - } - } - - if (!empty($required['functions'])) { - foreach ($required['functions'] as $function) { - $pieces = explode('::', $function); - - if (count($pieces) === 2 && class_exists($pieces[0]) && method_exists($pieces[0], $pieces[1])) { - continue; - } - - if (function_exists($function)) { - continue; - } - - $missing[] = sprintf('Function %s is required.', $function); - $hint = $hint ?? 'function_' . $function; - } - } - - if (!empty($required['setting'])) { - foreach ($required['setting'] as $setting => $value) { - if (ini_get($setting) !== $value) { - $missing[] = sprintf('Setting "%s" must be "%s".', $setting, $value); - $hint = $hint ?? '__SETTING_' . $setting; - } - } - } - - if (!empty($required['extensions'])) { - foreach ($required['extensions'] as $extension) { - if (isset($required['extension_versions'][$extension])) { - continue; - } - - if (!extension_loaded($extension)) { - $missing[] = sprintf('Extension %s is required.', $extension); - $hint = $hint ?? 'extension_' . $extension; - } - } - } - - if (!empty($required['extension_versions'])) { - foreach ($required['extension_versions'] as $extension => $req) { - $actualVersion = phpversion($extension); - - $operator = new VersionComparisonOperator(empty($req['operator']) ? '>=' : $req['operator']); - - if ($actualVersion === false || !version_compare($actualVersion, $req['version'], $operator->asString())) { - $missing[] = sprintf('Extension %s %s %s is required.', $extension, $operator->asString(), $req['version']); - $hint = $hint ?? 'extension_' . $extension; - } - } - } - - if ($hint && isset($required['__OFFSET'])) { - array_unshift($missing, '__OFFSET_FILE=' . $required['__OFFSET']['__FILE']); - array_unshift($missing, '__OFFSET_LINE=' . ($required['__OFFSET'][$hint] ?? 1)); - } - - return $missing; - } - - /** - * Returns the provided data for a method. - * - * @throws Exception - * - * @psalm-param class-string $className - */ - public static function getProvidedData(string $className, string $methodName): ?array - { - return Registry::getInstance()->forMethod($className, $methodName)->getProvidedData(); - } - - /** - * @psalm-param class-string $className - */ - public static function parseTestMethodAnnotations(string $className, ?string $methodName = null): array - { - $registry = Registry::getInstance(); - - if ($methodName !== null) { - try { - return [ - 'method' => $registry->forMethod($className, $methodName)->symbolAnnotations(), - 'class' => $registry->forClassName($className)->symbolAnnotations(), - ]; - } catch (Exception $methodNotFound) { - // ignored - } - } - - return [ - 'method' => null, - 'class' => $registry->forClassName($className)->symbolAnnotations(), - ]; - } - - /** - * @psalm-param class-string $className - */ - public static function getInlineAnnotations(string $className, string $methodName): array - { - return Registry::getInstance()->forMethod($className, $methodName)->getInlineAnnotations(); - } - - /** @psalm-param class-string $className */ - public static function getBackupSettings(string $className, string $methodName): array - { - return [ - 'backupGlobals' => self::getBooleanAnnotationSetting( - $className, - $methodName, - 'backupGlobals', - ), - 'backupStaticAttributes' => self::getBooleanAnnotationSetting( - $className, - $methodName, - 'backupStaticAttributes', - ), - ]; - } - - /** - * @psalm-param class-string $className - * - * @return ExecutionOrderDependency[] - */ - public static function getDependencies(string $className, string $methodName): array - { - $annotations = self::parseTestMethodAnnotations( - $className, - $methodName, - ); - - $dependsAnnotations = $annotations['class']['depends'] ?? []; - - if (isset($annotations['method']['depends'])) { - $dependsAnnotations = array_merge( - $dependsAnnotations, - $annotations['method']['depends'], - ); - } - - // Normalize dependency name to className::methodName - $dependencies = []; - - foreach ($dependsAnnotations as $value) { - $dependencies[] = ExecutionOrderDependency::createFromDependsAnnotation($className, $value); - } - - return array_unique($dependencies); - } - - /** @psalm-param class-string $className */ - public static function getGroups(string $className, ?string $methodName = ''): array - { - $annotations = self::parseTestMethodAnnotations( - $className, - $methodName, - ); - - $groups = []; - - if (isset($annotations['method']['author'])) { - $groups[] = $annotations['method']['author']; - } elseif (isset($annotations['class']['author'])) { - $groups[] = $annotations['class']['author']; - } - - if (isset($annotations['class']['group'])) { - $groups[] = $annotations['class']['group']; - } - - if (isset($annotations['method']['group'])) { - $groups[] = $annotations['method']['group']; - } - - if (isset($annotations['class']['ticket'])) { - $groups[] = $annotations['class']['ticket']; - } - - if (isset($annotations['method']['ticket'])) { - $groups[] = $annotations['method']['ticket']; - } - - foreach (['method', 'class'] as $element) { - foreach (['small', 'medium', 'large'] as $size) { - if (isset($annotations[$element][$size])) { - $groups[] = [$size]; - - break 2; - } - } - } - - foreach (['method', 'class'] as $element) { - if (isset($annotations[$element]['covers'])) { - foreach ($annotations[$element]['covers'] as $coversTarget) { - $groups[] = ['__phpunit_covers_' . self::canonicalizeName($coversTarget)]; - } - } - - if (isset($annotations[$element]['uses'])) { - foreach ($annotations[$element]['uses'] as $usesTarget) { - $groups[] = ['__phpunit_uses_' . self::canonicalizeName($usesTarget)]; - } - } - } - - return array_unique(array_merge([], ...$groups)); - } - - /** @psalm-param class-string $className */ - public static function getSize(string $className, ?string $methodName): int - { - $groups = array_flip(self::getGroups($className, $methodName)); - - if (isset($groups['large'])) { - return self::LARGE; - } - - if (isset($groups['medium'])) { - return self::MEDIUM; - } - - if (isset($groups['small'])) { - return self::SMALL; - } - - return self::UNKNOWN; - } - - /** @psalm-param class-string $className */ - public static function getProcessIsolationSettings(string $className, string $methodName): bool - { - $annotations = self::parseTestMethodAnnotations( - $className, - $methodName, - ); - - return isset($annotations['class']['runTestsInSeparateProcesses']) || isset($annotations['method']['runInSeparateProcess']); - } - - /** @psalm-param class-string $className */ - public static function getClassProcessIsolationSettings(string $className, string $methodName): bool - { - $annotations = self::parseTestMethodAnnotations( - $className, - $methodName, - ); - - return isset($annotations['class']['runClassInSeparateProcess']); - } - - /** @psalm-param class-string $className */ - public static function getPreserveGlobalStateSettings(string $className, string $methodName): ?bool - { - return self::getBooleanAnnotationSetting( - $className, - $methodName, - 'preserveGlobalState', - ); - } - - /** @psalm-param class-string $className */ - public static function getHookMethods(string $className): array - { - if (!class_exists($className, false)) { - return self::emptyHookMethodsArray(); - } - - if (!isset(self::$hookMethods[$className])) { - self::$hookMethods[$className] = self::emptyHookMethodsArray(); - - try { - foreach ((new Reflection)->methodsInTestClass(new ReflectionClass($className)) as $method) { - $docBlock = Registry::getInstance()->forMethod($className, $method->getName()); - - if ($method->isStatic()) { - if ($docBlock->isHookToBeExecutedBeforeClass()) { - array_unshift( - self::$hookMethods[$className]['beforeClass'], - $method->getName(), - ); - } - - if ($docBlock->isHookToBeExecutedAfterClass()) { - self::$hookMethods[$className]['afterClass'][] = $method->getName(); - } - } - - if ($docBlock->isToBeExecutedBeforeTest()) { - array_unshift( - self::$hookMethods[$className]['before'], - $method->getName(), - ); - } - - if ($docBlock->isToBeExecutedAsPreCondition()) { - array_unshift( - self::$hookMethods[$className]['preCondition'], - $method->getName(), - ); - } - - if ($docBlock->isToBeExecutedAsPostCondition()) { - self::$hookMethods[$className]['postCondition'][] = $method->getName(); - } - - if ($docBlock->isToBeExecutedAfterTest()) { - self::$hookMethods[$className]['after'][] = $method->getName(); - } - } - } catch (ReflectionException $e) { - } - } - - return self::$hookMethods[$className]; - } - public static function isTestMethod(ReflectionMethod $method): bool { if (!$method->isPublic()) { return false; } - if (strpos($method->getName(), 'test') === 0) { + if (str_starts_with($method->getName(), 'test')) { return true; } - return array_key_exists( - 'test', - Registry::getInstance()->forMethod( - $method->getDeclaringClass()->getName(), - $method->getName(), - ) - ->symbolAnnotations(), + $metadata = Registry::parser()->forMethod( + $method->getDeclaringClass()->getName(), + $method->getName(), ); - } - - /** - * @throws CodeCoverageException - * - * @psalm-param class-string $className - */ - private static function getLinesToBeCoveredOrUsed(string $className, string $methodName, string $mode): array - { - $annotations = self::parseTestMethodAnnotations( - $className, - $methodName, - ); - - $classShortcut = null; - - if (!empty($annotations['class'][$mode . 'DefaultClass'])) { - if (count($annotations['class'][$mode . 'DefaultClass']) > 1) { - throw new CodeCoverageException( - sprintf( - 'More than one @%sClass annotation in class or interface "%s".', - $mode, - $className, - ), - ); - } - - $classShortcut = $annotations['class'][$mode . 'DefaultClass'][0]; - } - - $list = $annotations['class'][$mode] ?? []; - - if (isset($annotations['method'][$mode])) { - $list = array_merge($list, $annotations['method'][$mode]); - } - - $codeUnits = CodeUnitCollection::fromArray([]); - $mapper = new Mapper; - - foreach (array_unique($list) as $element) { - if ($classShortcut && strncmp($element, '::', 2) === 0) { - $element = $classShortcut . $element; - } - - $element = preg_replace('/[\s()]+$/', '', $element); - $element = explode(' ', $element); - $element = $element[0]; - - if ($mode === 'covers' && interface_exists($element)) { - throw new InvalidCoversTargetException( - sprintf( - 'Trying to @cover interface "%s".', - $element, - ), - ); - } - - try { - $codeUnits = $codeUnits->mergeWith($mapper->stringToCodeUnits($element)); - } catch (InvalidCodeUnitException $e) { - throw new InvalidCoversTargetException( - sprintf( - '"@%s %s" is invalid', - $mode, - $element, - ), - $e->getCode(), - $e, - ); - } - } - - return $mapper->codeUnitsToSourceLines($codeUnits); - } - - private static function emptyHookMethodsArray(): array - { - return [ - 'beforeClass' => ['setUpBeforeClass'], - 'before' => ['setUp'], - 'preCondition' => ['assertPreConditions'], - 'postCondition' => ['assertPostConditions'], - 'after' => ['tearDown'], - 'afterClass' => ['tearDownAfterClass'], - ]; - } - - /** @psalm-param class-string $className */ - private static function getBooleanAnnotationSetting(string $className, ?string $methodName, string $settingName): ?bool - { - $annotations = self::parseTestMethodAnnotations( - $className, - $methodName, - ); - - if (isset($annotations['method'][$settingName])) { - if ($annotations['method'][$settingName][0] === 'enabled') { - return true; - } - - if ($annotations['method'][$settingName][0] === 'disabled') { - return false; - } - } - if (isset($annotations['class'][$settingName])) { - if ($annotations['class'][$settingName][0] === 'enabled') { - return true; - } - - if ($annotations['class'][$settingName][0] === 'disabled') { - return false; - } - } - - return null; - } - - /** - * Trims any extensions from version string that follows after - * the .[.] format. - */ - private static function sanitizeVersionNumber(string $version) - { - return preg_replace( - '/^(\d+\.\d+(?:.\d+)?).*$/', - '$1', - $version, - ); - } - - private static function shouldCoversAnnotationBeUsed(array $annotations): bool - { - if (isset($annotations['method']['coversNothing'])) { - return false; - } - - if (isset($annotations['method']['covers'])) { - return true; - } - - if (isset($annotations['class']['coversNothing'])) { - return false; - } - - return true; - } - - /** - * Merge two arrays together. - * - * If an integer key exists in both arrays and preserveNumericKeys is false, the value - * from the second array will be appended to the first array. If both values are arrays, they - * are merged together, else the value of the second array overwrites the one of the first array. - * - * This implementation is copied from https://github.com/zendframework/zend-stdlib/blob/76b653c5e99b40eccf5966e3122c90615134ae46/src/ArrayUtils.php - * - * Zend Framework (http://framework.zend.com/) - * - * @see http://github.com/zendframework/zf2 for the canonical source repository - * - * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) - * @license http://framework.zend.com/license/new-bsd New BSD License - */ - private static function mergeArraysRecursively(array $a, array $b): array - { - foreach ($b as $key => $value) { - if (array_key_exists($key, $a)) { - if (is_int($key)) { - $a[] = $value; - } elseif (is_array($value) && is_array($a[$key])) { - $a[$key] = self::mergeArraysRecursively($a[$key], $value); - } else { - $a[$key] = $value; - } - } else { - $a[$key] = $value; - } - } - - return $a; - } - - private static function canonicalizeName(string $name): string - { - return strtolower(trim($name, '\\')); + return $metadata->isTest()->isNotEmpty(); } } diff --git a/Sources/vendor/phpunit/phpunit/src/Util/TestDox/CliTestDoxPrinter.php b/Sources/vendor/phpunit/phpunit/src/Util/TestDox/CliTestDoxPrinter.php deleted file mode 100755 index 031c7ed6..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Util/TestDox/CliTestDoxPrinter.php +++ /dev/null @@ -1,380 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Util\TestDox; - -use const PHP_EOL; -use function array_map; -use function ceil; -use function count; -use function explode; -use function get_class; -use function implode; -use function preg_match; -use function sprintf; -use function strlen; -use function strpos; -use function trim; -use PHPUnit\Framework\Test; -use PHPUnit\Framework\TestCase; -use PHPUnit\Framework\TestResult; -use PHPUnit\Runner\BaseTestRunner; -use PHPUnit\Runner\PhptTestCase; -use PHPUnit\Util\Color; -use SebastianBergmann\Timer\ResourceUsageFormatter; -use SebastianBergmann\Timer\Timer; -use Throwable; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - */ -class CliTestDoxPrinter extends TestDoxPrinter -{ - /** - * The default Testdox left margin for messages is a vertical line. - */ - private const PREFIX_SIMPLE = [ - 'default' => '│', - 'start' => '│', - 'message' => '│', - 'diff' => '│', - 'trace' => '│', - 'last' => '│', - ]; - - /** - * Colored Testdox use box-drawing for a more textured map of the message. - */ - private const PREFIX_DECORATED = [ - 'default' => '│', - 'start' => '┐', - 'message' => '├', - 'diff' => '┊', - 'trace' => '╵', - 'last' => '┴', - ]; - - private const SPINNER_ICONS = [ - " \e[36m◐\e[0m running tests", - " \e[36m◓\e[0m running tests", - " \e[36m◑\e[0m running tests", - " \e[36m◒\e[0m running tests", - ]; - private const STATUS_STYLES = [ - BaseTestRunner::STATUS_PASSED => [ - 'symbol' => '✔', - 'color' => 'fg-green', - ], - BaseTestRunner::STATUS_ERROR => [ - 'symbol' => '✘', - 'color' => 'fg-yellow', - 'message' => 'bg-yellow,fg-black', - ], - BaseTestRunner::STATUS_FAILURE => [ - 'symbol' => '✘', - 'color' => 'fg-red', - 'message' => 'bg-red,fg-white', - ], - BaseTestRunner::STATUS_SKIPPED => [ - 'symbol' => '↩', - 'color' => 'fg-cyan', - 'message' => 'fg-cyan', - ], - BaseTestRunner::STATUS_RISKY => [ - 'symbol' => '☢', - 'color' => 'fg-yellow', - 'message' => 'fg-yellow', - ], - BaseTestRunner::STATUS_INCOMPLETE => [ - 'symbol' => '∅', - 'color' => 'fg-yellow', - 'message' => 'fg-yellow', - ], - BaseTestRunner::STATUS_WARNING => [ - 'symbol' => '⚠', - 'color' => 'fg-yellow', - 'message' => 'fg-yellow', - ], - BaseTestRunner::STATUS_UNKNOWN => [ - 'symbol' => '?', - 'color' => 'fg-blue', - 'message' => 'fg-white,bg-blue', - ], - ]; - - /** - * @var int[] - */ - private $nonSuccessfulTestResults = []; - - /** - * @var Timer - */ - private $timer; - - /** - * @param null|resource|string $out - * @param int|string $numberOfColumns - * - * @throws \PHPUnit\Framework\Exception - */ - public function __construct($out = null, bool $verbose = false, string $colors = self::COLOR_DEFAULT, bool $debug = false, $numberOfColumns = 80, bool $reverse = false) - { - parent::__construct($out, $verbose, $colors, $debug, $numberOfColumns, $reverse); - - $this->timer = new Timer; - - $this->timer->start(); - } - - public function printResult(TestResult $result): void - { - $this->printHeader($result); - - $this->printNonSuccessfulTestsSummary($result->count()); - - $this->printFooter($result); - } - - protected function printHeader(TestResult $result): void - { - $this->write("\n" . (new ResourceUsageFormatter)->resourceUsage($this->timer->stop()) . "\n\n"); - } - - protected function formatClassName(Test $test): string - { - if ($test instanceof TestCase) { - return $this->prettifier->prettifyTestClass(get_class($test)); - } - - return get_class($test); - } - - /** - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - */ - protected function registerTestResult(Test $test, ?Throwable $t, int $status, float $time, bool $verbose): void - { - if ($status !== BaseTestRunner::STATUS_PASSED) { - $this->nonSuccessfulTestResults[] = $this->testIndex; - } - - parent::registerTestResult($test, $t, $status, $time, $verbose); - } - - /** - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - */ - protected function formatTestName(Test $test): string - { - if ($test instanceof TestCase) { - return $this->prettifier->prettifyTestCase($test); - } - - return parent::formatTestName($test); - } - - protected function writeTestResult(array $prevResult, array $result): void - { - // spacer line for new suite headers and after verbose messages - if ($prevResult['testName'] !== '' && - (!empty($prevResult['message']) || $prevResult['className'] !== $result['className'])) { - $this->write(PHP_EOL); - } - - // suite header - if ($prevResult['className'] !== $result['className']) { - $this->write($this->colorizeTextBox('underlined', $result['className']) . PHP_EOL); - } - - // test result line - if ($this->colors && $result['className'] === PhptTestCase::class) { - $testName = Color::colorizePath($result['testName'], $prevResult['testName'], true); - } else { - $testName = $result['testMethod']; - } - - $style = self::STATUS_STYLES[$result['status']]; - $line = sprintf( - ' %s %s%s' . PHP_EOL, - $this->colorizeTextBox($style['color'], $style['symbol']), - $testName, - $this->verbose ? ' ' . $this->formatRuntime($result['time'], $style['color']) : '', - ); - - $this->write($line); - - // additional information when verbose - $this->write($result['message']); - } - - protected function formatThrowable(Throwable $t, ?int $status = null): string - { - return trim(\PHPUnit\Framework\TestFailure::exceptionToString($t)); - } - - protected function colorizeMessageAndDiff(string $style, string $buffer): array - { - $lines = $buffer ? array_map('\rtrim', explode(PHP_EOL, $buffer)) : []; - $message = []; - $diff = []; - $insideDiff = false; - - foreach ($lines as $line) { - if ($line === '--- Expected') { - $insideDiff = true; - } - - if (!$insideDiff) { - $message[] = $line; - } else { - if (strpos($line, '-') === 0) { - $line = Color::colorize('fg-red', Color::visualizeWhitespace($line, true)); - } elseif (strpos($line, '+') === 0) { - $line = Color::colorize('fg-green', Color::visualizeWhitespace($line, true)); - } elseif ($line === '@@ @@') { - $line = Color::colorize('fg-cyan', $line); - } - $diff[] = $line; - } - } - $diff = implode(PHP_EOL, $diff); - - if (!empty($message)) { - $message = $this->colorizeTextBox($style, implode(PHP_EOL, $message)); - } - - return [$message, $diff]; - } - - protected function formatStacktrace(Throwable $t): string - { - $trace = \PHPUnit\Util\Filter::getFilteredStacktrace($t); - - if (!$this->colors) { - return $trace; - } - - $lines = []; - $prevPath = ''; - - foreach (explode(PHP_EOL, $trace) as $line) { - if (preg_match('/^(.*):(\d+)$/', $line, $matches)) { - $lines[] = Color::colorizePath($matches[1], $prevPath) . - Color::dim(':') . - Color::colorize('fg-blue', $matches[2]) . - "\n"; - $prevPath = $matches[1]; - } else { - $lines[] = $line; - $prevPath = ''; - } - } - - return implode('', $lines); - } - - protected function formatTestResultMessage(Throwable $t, array $result, ?string $prefix = null): string - { - $message = $this->formatThrowable($t, $result['status']); - $diff = ''; - - if (!($this->verbose || $result['verbose'])) { - return ''; - } - - if ($message && $this->colors) { - $style = self::STATUS_STYLES[$result['status']]['message'] ?? ''; - [$message, $diff] = $this->colorizeMessageAndDiff($style, $message); - } - - if ($prefix === null || !$this->colors) { - $prefix = self::PREFIX_SIMPLE; - } - - if ($this->colors) { - $color = self::STATUS_STYLES[$result['status']]['color'] ?? ''; - $prefix = array_map(static function ($p) use ($color) - { - return Color::colorize($color, $p); - }, self::PREFIX_DECORATED); - } - - $trace = $this->formatStacktrace($t); - $out = $this->prefixLines($prefix['start'], PHP_EOL) . PHP_EOL; - - if ($message) { - $out .= $this->prefixLines($prefix['message'], $message . PHP_EOL) . PHP_EOL; - } - - if ($diff) { - $out .= $this->prefixLines($prefix['diff'], $diff . PHP_EOL) . PHP_EOL; - } - - if ($trace) { - if ($message || $diff) { - $out .= $this->prefixLines($prefix['default'], PHP_EOL) . PHP_EOL; - } - $out .= $this->prefixLines($prefix['trace'], $trace . PHP_EOL) . PHP_EOL; - } - $out .= $this->prefixLines($prefix['last'], PHP_EOL) . PHP_EOL; - - return $out; - } - - protected function drawSpinner(): void - { - if ($this->colors) { - $id = $this->spinState % count(self::SPINNER_ICONS); - $this->write(self::SPINNER_ICONS[$id]); - } - } - - protected function undrawSpinner(): void - { - if ($this->colors) { - $id = $this->spinState % count(self::SPINNER_ICONS); - $this->write("\e[1K\e[" . strlen(self::SPINNER_ICONS[$id]) . 'D'); - } - } - - private function formatRuntime(float $time, string $color = ''): string - { - if (!$this->colors) { - return sprintf('[%.2f ms]', $time * 1000); - } - - if ($time > 1) { - $color = 'fg-magenta'; - } - - return Color::colorize($color, ' ' . (int) ceil($time * 1000) . ' ' . Color::dim('ms')); - } - - private function printNonSuccessfulTestsSummary(int $numberOfExecutedTests): void - { - if (empty($this->nonSuccessfulTestResults)) { - return; - } - - if ((count($this->nonSuccessfulTestResults) / $numberOfExecutedTests) >= 0.7) { - return; - } - - $this->write("Summary of non-successful tests:\n\n"); - - $prevResult = $this->getEmptyTestResult(); - - foreach ($this->nonSuccessfulTestResults as $testIndex) { - $result = $this->testResults[$testIndex]; - $this->writeTestResult($prevResult, $result); - $prevResult = $result; - } - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter.php b/Sources/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter.php deleted file mode 100755 index c4b63644..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter.php +++ /dev/null @@ -1,343 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Util\TestDox; - -use function get_class; -use function in_array; -use PHPUnit\Framework\AssertionFailedError; -use PHPUnit\Framework\ErrorTestCase; -use PHPUnit\Framework\Test; -use PHPUnit\Framework\TestCase; -use PHPUnit\Framework\TestSuite; -use PHPUnit\Framework\Warning; -use PHPUnit\Framework\WarningTestCase; -use PHPUnit\Runner\BaseTestRunner; -use PHPUnit\TextUI\ResultPrinter as ResultPrinterInterface; -use PHPUnit\Util\Printer; -use Throwable; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - */ -abstract class ResultPrinter extends Printer implements ResultPrinterInterface -{ - /** - * @var NamePrettifier - */ - protected $prettifier; - - /** - * @var string - */ - protected $testClass = ''; - - /** - * @var int - */ - protected $testStatus; - - /** - * @var array - */ - protected $tests = []; - - /** - * @var int - */ - protected $successful = 0; - - /** - * @var int - */ - protected $warned = 0; - - /** - * @var int - */ - protected $failed = 0; - - /** - * @var int - */ - protected $risky = 0; - - /** - * @var int - */ - protected $skipped = 0; - - /** - * @var int - */ - protected $incomplete = 0; - - /** - * @var null|string - */ - protected $currentTestClassPrettified; - - /** - * @var null|string - */ - protected $currentTestMethodPrettified; - - /** - * @var array - */ - private $groups; - - /** - * @var array - */ - private $excludeGroups; - - /** - * @param resource $out - * - * @throws \PHPUnit\Framework\Exception - */ - public function __construct($out = null, array $groups = [], array $excludeGroups = []) - { - parent::__construct($out); - - $this->groups = $groups; - $this->excludeGroups = $excludeGroups; - - $this->prettifier = new NamePrettifier; - $this->startRun(); - } - - /** - * Flush buffer and close output. - */ - public function flush(): void - { - $this->doEndClass(); - $this->endRun(); - - parent::flush(); - } - - /** - * An error occurred. - */ - public function addError(Test $test, Throwable $t, float $time): void - { - if (!$this->isOfInterest($test)) { - return; - } - - $this->testStatus = BaseTestRunner::STATUS_ERROR; - $this->failed++; - } - - /** - * A warning occurred. - */ - public function addWarning(Test $test, Warning $e, float $time): void - { - if (!$this->isOfInterest($test)) { - return; - } - - $this->testStatus = BaseTestRunner::STATUS_WARNING; - $this->warned++; - } - - /** - * A failure occurred. - */ - public function addFailure(Test $test, AssertionFailedError $e, float $time): void - { - if (!$this->isOfInterest($test)) { - return; - } - - $this->testStatus = BaseTestRunner::STATUS_FAILURE; - $this->failed++; - } - - /** - * Incomplete test. - */ - public function addIncompleteTest(Test $test, Throwable $t, float $time): void - { - if (!$this->isOfInterest($test)) { - return; - } - - $this->testStatus = BaseTestRunner::STATUS_INCOMPLETE; - $this->incomplete++; - } - - /** - * Risky test. - */ - public function addRiskyTest(Test $test, Throwable $t, float $time): void - { - if (!$this->isOfInterest($test)) { - return; - } - - $this->testStatus = BaseTestRunner::STATUS_RISKY; - $this->risky++; - } - - /** - * Skipped test. - */ - public function addSkippedTest(Test $test, Throwable $t, float $time): void - { - if (!$this->isOfInterest($test)) { - return; - } - - $this->testStatus = BaseTestRunner::STATUS_SKIPPED; - $this->skipped++; - } - - /** - * A testsuite started. - */ - public function startTestSuite(TestSuite $suite): void - { - } - - /** - * A testsuite ended. - */ - public function endTestSuite(TestSuite $suite): void - { - } - - /** - * A test started. - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - */ - public function startTest(Test $test): void - { - if (!$this->isOfInterest($test)) { - return; - } - - $class = get_class($test); - - if ($this->testClass !== $class) { - if ($this->testClass !== '') { - $this->doEndClass(); - } - - $this->currentTestClassPrettified = $this->prettifier->prettifyTestClass($class); - $this->testClass = $class; - $this->tests = []; - - $this->startClass($class); - } - - if ($test instanceof TestCase) { - $this->currentTestMethodPrettified = $this->prettifier->prettifyTestCase($test); - } - - $this->testStatus = BaseTestRunner::STATUS_PASSED; - } - - /** - * A test ended. - */ - public function endTest(Test $test, float $time): void - { - if (!$this->isOfInterest($test)) { - return; - } - - $this->tests[] = [$this->currentTestMethodPrettified, $this->testStatus]; - - $this->currentTestClassPrettified = null; - $this->currentTestMethodPrettified = null; - } - - protected function doEndClass(): void - { - foreach ($this->tests as $test) { - $this->onTest($test[0], $test[1] === BaseTestRunner::STATUS_PASSED); - } - - $this->endClass($this->testClass); - } - - /** - * Handler for 'start run' event. - */ - protected function startRun(): void - { - } - - /** - * Handler for 'start class' event. - */ - protected function startClass(string $name): void - { - } - - /** - * Handler for 'on test' event. - */ - protected function onTest(string $name, bool $success = true): void - { - } - - /** - * Handler for 'end class' event. - */ - protected function endClass(string $name): void - { - } - - /** - * Handler for 'end run' event. - */ - protected function endRun(): void - { - } - - private function isOfInterest(Test $test): bool - { - if (!$test instanceof TestCase) { - return false; - } - - if ($test instanceof ErrorTestCase || $test instanceof WarningTestCase) { - return false; - } - - if (!empty($this->groups)) { - foreach ($test->getGroups() as $group) { - if (in_array($group, $this->groups, true)) { - return true; - } - } - - return false; - } - - if (!empty($this->excludeGroups)) { - foreach ($test->getGroups() as $group) { - if (in_array($group, $this->excludeGroups, true)) { - return false; - } - } - - return true; - } - - return true; - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/Util/TestDox/TestDoxPrinter.php b/Sources/vendor/phpunit/phpunit/src/Util/TestDox/TestDoxPrinter.php deleted file mode 100755 index 5a418998..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Util/TestDox/TestDoxPrinter.php +++ /dev/null @@ -1,388 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Util\TestDox; - -use const PHP_EOL; -use function array_map; -use function get_class; -use function implode; -use function method_exists; -use function preg_split; -use function trim; -use PHPUnit\Framework\AssertionFailedError; -use PHPUnit\Framework\Reorderable; -use PHPUnit\Framework\Test; -use PHPUnit\Framework\TestCase; -use PHPUnit\Framework\TestResult; -use PHPUnit\Framework\TestSuite; -use PHPUnit\Framework\Warning; -use PHPUnit\Runner\BaseTestRunner; -use PHPUnit\Runner\PhptTestCase; -use PHPUnit\TextUI\DefaultResultPrinter; -use Throwable; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - */ -class TestDoxPrinter extends DefaultResultPrinter -{ - /** - * @var NamePrettifier - */ - protected $prettifier; - - /** - * @var int The number of test results received from the TestRunner - */ - protected $testIndex = 0; - - /** - * @var int The number of test results already sent to the output - */ - protected $testFlushIndex = 0; - - /** - * @var array Buffer for test results - */ - protected $testResults = []; - - /** - * @var array Lookup table for testname to testResults[index] - */ - protected $testNameResultIndex = []; - - /** - * @var bool - */ - protected $enableOutputBuffer = false; - - /** - * @var array array - */ - protected $originalExecutionOrder = []; - - /** - * @var int - */ - protected $spinState = 0; - - /** - * @var bool - */ - protected $showProgress = true; - - /** - * @param null|resource|string $out - * @param int|string $numberOfColumns - * - * @throws \PHPUnit\Framework\Exception - */ - public function __construct($out = null, bool $verbose = false, string $colors = self::COLOR_DEFAULT, bool $debug = false, $numberOfColumns = 80, bool $reverse = false) - { - parent::__construct($out, $verbose, $colors, $debug, $numberOfColumns, $reverse); - - $this->prettifier = new NamePrettifier($this->colors); - } - - public function setOriginalExecutionOrder(array $order): void - { - $this->originalExecutionOrder = $order; - $this->enableOutputBuffer = !empty($order); - } - - public function setShowProgressAnimation(bool $showProgress): void - { - $this->showProgress = $showProgress; - } - - public function printResult(TestResult $result): void - { - } - - /** - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - */ - public function endTest(Test $test, float $time): void - { - if (!$test instanceof TestCase && !$test instanceof PhptTestCase && !$test instanceof TestSuite) { - return; - } - - if ($this->testHasPassed()) { - $this->registerTestResult($test, null, BaseTestRunner::STATUS_PASSED, $time, false); - } - - if ($test instanceof TestCase || $test instanceof PhptTestCase) { - $this->testIndex++; - } - - parent::endTest($test, $time); - } - - /** - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - */ - public function addError(Test $test, Throwable $t, float $time): void - { - $this->registerTestResult($test, $t, BaseTestRunner::STATUS_ERROR, $time, true); - } - - /** - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - */ - public function addWarning(Test $test, Warning $e, float $time): void - { - $this->registerTestResult($test, $e, BaseTestRunner::STATUS_WARNING, $time, true); - } - - /** - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - */ - public function addFailure(Test $test, AssertionFailedError $e, float $time): void - { - $this->registerTestResult($test, $e, BaseTestRunner::STATUS_FAILURE, $time, true); - } - - /** - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - */ - public function addIncompleteTest(Test $test, Throwable $t, float $time): void - { - $this->registerTestResult($test, $t, BaseTestRunner::STATUS_INCOMPLETE, $time, false); - } - - /** - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - */ - public function addRiskyTest(Test $test, Throwable $t, float $time): void - { - $this->registerTestResult($test, $t, BaseTestRunner::STATUS_RISKY, $time, false); - } - - /** - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - */ - public function addSkippedTest(Test $test, Throwable $t, float $time): void - { - $this->registerTestResult($test, $t, BaseTestRunner::STATUS_SKIPPED, $time, false); - } - - public function writeProgress(string $progress): void - { - $this->flushOutputBuffer(); - } - - public function flush(): void - { - $this->flushOutputBuffer(true); - } - - /** - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - */ - protected function registerTestResult(Test $test, ?Throwable $t, int $status, float $time, bool $verbose): void - { - $testName = $test instanceof Reorderable ? $test->sortId() : $test->getName(); - - $result = [ - 'className' => $this->formatClassName($test), - 'testName' => $testName, - 'testMethod' => $this->formatTestName($test), - 'message' => '', - 'status' => $status, - 'time' => $time, - 'verbose' => $verbose, - ]; - - if ($t !== null) { - $result['message'] = $this->formatTestResultMessage($t, $result); - } - - $this->testResults[$this->testIndex] = $result; - $this->testNameResultIndex[$testName] = $this->testIndex; - } - - protected function formatTestName(Test $test): string - { - return method_exists($test, 'getName') ? $test->getName() : ''; - } - - protected function formatClassName(Test $test): string - { - return get_class($test); - } - - protected function testHasPassed(): bool - { - if (!isset($this->testResults[$this->testIndex]['status'])) { - return true; - } - - if ($this->testResults[$this->testIndex]['status'] === BaseTestRunner::STATUS_PASSED) { - return true; - } - - return false; - } - - protected function flushOutputBuffer(bool $forceFlush = false): void - { - if ($this->testFlushIndex === $this->testIndex) { - return; - } - - if ($this->testFlushIndex > 0) { - if ($this->enableOutputBuffer && - isset($this->originalExecutionOrder[$this->testFlushIndex - 1])) { - $prevResult = $this->getTestResultByName($this->originalExecutionOrder[$this->testFlushIndex - 1]); - } else { - $prevResult = $this->testResults[$this->testFlushIndex - 1]; - } - } else { - $prevResult = $this->getEmptyTestResult(); - } - - if (!$this->enableOutputBuffer) { - $this->writeTestResult($prevResult, $this->testResults[$this->testFlushIndex++]); - } else { - do { - $flushed = false; - - if (!$forceFlush && isset($this->originalExecutionOrder[$this->testFlushIndex])) { - $result = $this->getTestResultByName($this->originalExecutionOrder[$this->testFlushIndex]); - } else { - // This test(name) cannot found in original execution order, - // flush result to output stream right away - $result = $this->testResults[$this->testFlushIndex]; - } - - if (!empty($result)) { - $this->hideSpinner(); - $this->writeTestResult($prevResult, $result); - $this->testFlushIndex++; - $prevResult = $result; - $flushed = true; - } else { - $this->showSpinner(); - } - } while ($flushed && $this->testFlushIndex < $this->testIndex); - } - } - - protected function showSpinner(): void - { - if (!$this->showProgress) { - return; - } - - if ($this->spinState) { - $this->undrawSpinner(); - } - - $this->spinState++; - $this->drawSpinner(); - } - - protected function hideSpinner(): void - { - if (!$this->showProgress) { - return; - } - - if ($this->spinState) { - $this->undrawSpinner(); - } - - $this->spinState = 0; - } - - protected function drawSpinner(): void - { - // optional for CLI printers: show the user a 'buffering output' spinner - } - - protected function undrawSpinner(): void - { - // remove the spinner from the current line - } - - protected function writeTestResult(array $prevResult, array $result): void - { - } - - protected function getEmptyTestResult(): array - { - return [ - 'className' => '', - 'testName' => '', - 'message' => '', - 'failed' => '', - 'verbose' => '', - ]; - } - - protected function getTestResultByName(?string $testName): array - { - if (isset($this->testNameResultIndex[$testName])) { - return $this->testResults[$this->testNameResultIndex[$testName]]; - } - - return []; - } - - protected function formatThrowable(Throwable $t, ?int $status = null): string - { - $message = trim(\PHPUnit\Framework\TestFailure::exceptionToString($t)); - - if ($message) { - $message .= PHP_EOL . PHP_EOL . $this->formatStacktrace($t); - } else { - $message = $this->formatStacktrace($t); - } - - return $message; - } - - protected function formatStacktrace(Throwable $t): string - { - return \PHPUnit\Util\Filter::getFilteredStacktrace($t); - } - - protected function formatTestResultMessage(Throwable $t, array $result, string $prefix = '│'): string - { - $message = $this->formatThrowable($t, $result['status']); - - if ($message === '') { - return ''; - } - - if (!($this->verbose || $result['verbose'])) { - return ''; - } - - return $this->prefixLines($prefix, $message); - } - - protected function prefixLines(string $prefix, string $message): string - { - $message = trim($message); - - return implode( - PHP_EOL, - array_map( - static function (string $text) use ($prefix) - { - return ' ' . $prefix . ($text ? ' ' . $text : ''); - }, - preg_split('/\r\n|\r|\n/', $message), - ), - ); - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/Util/TestDox/TextResultPrinter.php b/Sources/vendor/phpunit/phpunit/src/Util/TestDox/TextResultPrinter.php deleted file mode 100755 index 8a1893e5..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Util/TestDox/TextResultPrinter.php +++ /dev/null @@ -1,52 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Util\TestDox; - -use PHPUnit\Framework\TestResult; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - */ -final class TextResultPrinter extends ResultPrinter -{ - public function printResult(TestResult $result): void - { - } - - /** - * Handler for 'start class' event. - */ - protected function startClass(string $name): void - { - $this->write($this->currentTestClassPrettified . "\n"); - } - - /** - * Handler for 'on test' event. - */ - protected function onTest(string $name, bool $success = true): void - { - if ($success) { - $this->write(' [x] '); - } else { - $this->write(' [ ] '); - } - - $this->write($name . "\n"); - } - - /** - * Handler for 'end class' event. - */ - protected function endClass(string $name): void - { - $this->write("\n"); - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/Util/TestDox/XmlResultPrinter.php b/Sources/vendor/phpunit/phpunit/src/Util/TestDox/XmlResultPrinter.php deleted file mode 100755 index 544c83e7..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Util/TestDox/XmlResultPrinter.php +++ /dev/null @@ -1,261 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Util\TestDox; - -use function array_filter; -use function get_class; -use function implode; -use function strpos; -use DOMDocument; -use DOMElement; -use PHPUnit\Framework\AssertionFailedError; -use PHPUnit\Framework\Exception; -use PHPUnit\Framework\Test; -use PHPUnit\Framework\TestCase; -use PHPUnit\Framework\TestListener; -use PHPUnit\Framework\TestSuite; -use PHPUnit\Framework\Warning; -use PHPUnit\Framework\WarningTestCase; -use PHPUnit\Util\Printer; -use PHPUnit\Util\Test as TestUtil; -use ReflectionClass; -use ReflectionException; -use Throwable; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - */ -final class XmlResultPrinter extends Printer implements TestListener -{ - /** - * @var DOMDocument - */ - private $document; - - /** - * @var DOMElement - */ - private $root; - - /** - * @var NamePrettifier - */ - private $prettifier; - - /** - * @var null|Throwable - */ - private $exception; - - /** - * @param resource|string $out - * - * @throws Exception - */ - public function __construct($out = null) - { - $this->document = new DOMDocument('1.0', 'UTF-8'); - $this->document->formatOutput = true; - - $this->root = $this->document->createElement('tests'); - $this->document->appendChild($this->root); - - $this->prettifier = new NamePrettifier; - - parent::__construct($out); - } - - /** - * Flush buffer and close output. - */ - public function flush(): void - { - $this->write($this->document->saveXML()); - - parent::flush(); - } - - /** - * An error occurred. - */ - public function addError(Test $test, Throwable $t, float $time): void - { - $this->exception = $t; - } - - /** - * A warning occurred. - */ - public function addWarning(Test $test, Warning $e, float $time): void - { - } - - /** - * A failure occurred. - */ - public function addFailure(Test $test, AssertionFailedError $e, float $time): void - { - $this->exception = $e; - } - - /** - * Incomplete test. - */ - public function addIncompleteTest(Test $test, Throwable $t, float $time): void - { - } - - /** - * Risky test. - */ - public function addRiskyTest(Test $test, Throwable $t, float $time): void - { - } - - /** - * Skipped test. - */ - public function addSkippedTest(Test $test, Throwable $t, float $time): void - { - } - - /** - * A test suite started. - */ - public function startTestSuite(TestSuite $suite): void - { - } - - /** - * A test suite ended. - */ - public function endTestSuite(TestSuite $suite): void - { - } - - /** - * A test started. - */ - public function startTest(Test $test): void - { - $this->exception = null; - } - - /** - * A test ended. - * - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - */ - public function endTest(Test $test, float $time): void - { - if (!$test instanceof TestCase || $test instanceof WarningTestCase) { - return; - } - - $groups = array_filter( - $test->getGroups(), - static function ($group) - { - return !($group === 'small' || $group === 'medium' || $group === 'large' || strpos($group, '__phpunit_') === 0); - }, - ); - - $testNode = $this->document->createElement('test'); - - $testNode->setAttribute('className', get_class($test)); - $testNode->setAttribute('methodName', $test->getName()); - $testNode->setAttribute('prettifiedClassName', $this->prettifier->prettifyTestClass(get_class($test))); - $testNode->setAttribute('prettifiedMethodName', $this->prettifier->prettifyTestCase($test)); - $testNode->setAttribute('status', (string) $test->getStatus()); - $testNode->setAttribute('time', (string) $time); - $testNode->setAttribute('size', (string) $test->getSize()); - $testNode->setAttribute('groups', implode(',', $groups)); - - foreach ($groups as $group) { - $groupNode = $this->document->createElement('group'); - - $groupNode->setAttribute('name', $group); - - $testNode->appendChild($groupNode); - } - - $annotations = TestUtil::parseTestMethodAnnotations( - get_class($test), - $test->getName(false), - ); - - foreach (['class', 'method'] as $type) { - foreach ($annotations[$type] as $annotation => $values) { - if ($annotation !== 'covers' && $annotation !== 'uses') { - continue; - } - - foreach ($values as $value) { - $coversNode = $this->document->createElement($annotation); - - $coversNode->setAttribute('target', $value); - - $testNode->appendChild($coversNode); - } - } - } - - foreach ($test->doubledTypes() as $doubledType) { - $testDoubleNode = $this->document->createElement('testDouble'); - - $testDoubleNode->setAttribute('type', $doubledType); - - $testNode->appendChild($testDoubleNode); - } - - $inlineAnnotations = \PHPUnit\Util\Test::getInlineAnnotations(get_class($test), $test->getName(false)); - - if (isset($inlineAnnotations['given'], $inlineAnnotations['when'], $inlineAnnotations['then'])) { - $testNode->setAttribute('given', $inlineAnnotations['given']['value']); - $testNode->setAttribute('givenStartLine', (string) $inlineAnnotations['given']['line']); - $testNode->setAttribute('when', $inlineAnnotations['when']['value']); - $testNode->setAttribute('whenStartLine', (string) $inlineAnnotations['when']['line']); - $testNode->setAttribute('then', $inlineAnnotations['then']['value']); - $testNode->setAttribute('thenStartLine', (string) $inlineAnnotations['then']['line']); - } - - if ($this->exception !== null) { - if ($this->exception instanceof Exception) { - $steps = $this->exception->getSerializableTrace(); - } else { - $steps = $this->exception->getTrace(); - } - - try { - $file = (new ReflectionClass($test))->getFileName(); - // @codeCoverageIgnoreStart - } catch (ReflectionException $e) { - throw new Exception( - $e->getMessage(), - $e->getCode(), - $e, - ); - } - // @codeCoverageIgnoreEnd - - foreach ($steps as $step) { - if (isset($step['file']) && $step['file'] === $file) { - $testNode->setAttribute('exceptionLine', (string) $step['line']); - - break; - } - } - - $testNode->setAttribute('exceptionMessage', $this->exception->getMessage()); - } - - $this->root->appendChild($testNode); - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/Util/TextTestListRenderer.php b/Sources/vendor/phpunit/phpunit/src/Util/TextTestListRenderer.php deleted file mode 100755 index beb0e4b0..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Util/TextTestListRenderer.php +++ /dev/null @@ -1,54 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Util; - -use const PHP_EOL; -use function get_class; -use function sprintf; -use function str_replace; -use PHPUnit\Framework\TestCase; -use PHPUnit\Framework\TestSuite; -use PHPUnit\Runner\PhptTestCase; -use RecursiveIteratorIterator; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - */ -final class TextTestListRenderer -{ - /** - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - */ - public function render(TestSuite $suite): string - { - $buffer = 'Available test(s):' . PHP_EOL; - - foreach (new RecursiveIteratorIterator($suite->getIterator()) as $test) { - if ($test instanceof TestCase) { - $name = sprintf( - '%s::%s', - get_class($test), - str_replace(' with data set ', '', $test->getName()), - ); - } elseif ($test instanceof PhptTestCase) { - $name = $test->getName(); - } else { - continue; - } - - $buffer .= sprintf( - ' - %s' . PHP_EOL, - $name, - ); - } - - return $buffer; - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/Util/ThrowableToStringMapper.php b/Sources/vendor/phpunit/phpunit/src/Util/ThrowableToStringMapper.php new file mode 100644 index 00000000..a8f3eb86 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Util/ThrowableToStringMapper.php @@ -0,0 +1,45 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Util; + +use function trim; +use PHPUnit\Framework\ExpectationFailedException; +use PHPUnit\Framework\PhptAssertionFailedError; +use PHPUnit\Framework\SelfDescribing; +use Throwable; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class ThrowableToStringMapper +{ + public static function map(Throwable $t): string + { + if ($t instanceof SelfDescribing) { + $buffer = $t->toString(); + + if ($t instanceof ExpectationFailedException && $t->getComparisonFailure()) { + $buffer .= $t->getComparisonFailure()->getDiff(); + } + + if ($t instanceof PhptAssertionFailedError) { + $buffer .= $t->diff(); + } + + if (!empty($buffer)) { + $buffer = trim($buffer) . "\n"; + } + + return $buffer; + } + + return $t::class . ': ' . $t->getMessage() . "\n"; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Util/Type.php b/Sources/vendor/phpunit/phpunit/src/Util/Type.php deleted file mode 100755 index ec6a1d78..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Util/Type.php +++ /dev/null @@ -1,39 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Util; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - */ -final class Type -{ - public static function isType(string $type): bool - { - switch ($type) { - case 'numeric': - case 'integer': - case 'int': - case 'iterable': - case 'float': - case 'string': - case 'boolean': - case 'bool': - case 'null': - case 'array': - case 'object': - case 'resource': - case 'scalar': - return true; - - default: - return false; - } - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/Util/VersionComparisonOperator.php b/Sources/vendor/phpunit/phpunit/src/Util/VersionComparisonOperator.php old mode 100755 new mode 100644 index 57ca7c32..ad108335 --- a/Sources/vendor/phpunit/phpunit/src/Util/VersionComparisonOperator.php +++ b/Sources/vendor/phpunit/phpunit/src/Util/VersionComparisonOperator.php @@ -10,10 +10,9 @@ namespace PHPUnit\Util; use function in_array; -use function sprintf; /** - * @internal This class is not covered by the backward compatibility promise for PHPUnit + * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @psalm-immutable */ @@ -22,8 +21,13 @@ final class VersionComparisonOperator /** * @psalm-var '<'|'lt'|'<='|'le'|'>'|'gt'|'>='|'ge'|'=='|'='|'eq'|'!='|'<>'|'ne' */ - private $operator; + private readonly string $operator; + /** + * @psalm-param '<'|'lt'|'<='|'le'|'>'|'gt'|'>='|'ge'|'=='|'='|'eq'|'!='|'<>'|'ne' $operator + * + * @throws InvalidVersionOperatorException + */ public function __construct(string $operator) { $this->ensureOperatorIsValid($operator); @@ -32,7 +36,7 @@ final class VersionComparisonOperator } /** - * @return '!='|'<'|'<='|'<>'|'='|'=='|'>'|'>='|'eq'|'ge'|'gt'|'le'|'lt'|'ne' + * @psalm-return '<'|'lt'|'<='|'le'|'>'|'gt'|'>='|'ge'|'=='|'='|'eq'|'!='|'<>'|'ne' */ public function asString(): string { @@ -40,19 +44,14 @@ final class VersionComparisonOperator } /** - * @throws Exception + * @psalm-param '<'|'lt'|'<='|'le'|'>'|'gt'|'>='|'ge'|'=='|'='|'eq'|'!='|'<>'|'ne' $operator * - * @psalm-assert '<'|'lt'|'<='|'le'|'>'|'gt'|'>='|'ge'|'=='|'='|'eq'|'!='|'<>'|'ne' $operator + * @throws InvalidVersionOperatorException */ private function ensureOperatorIsValid(string $operator): void { if (!in_array($operator, ['<', 'lt', '<=', 'le', '>', 'gt', '>=', 'ge', '==', '=', 'eq', '!=', '<>', 'ne'], true)) { - throw new Exception( - sprintf( - '"%s" is not a valid version_compare() operator', - $operator, - ), - ); + throw new InvalidVersionOperatorException($operator); } } } diff --git a/Sources/vendor/phpunit/phpunit/src/Util/XdebugFilterScriptGenerator.php b/Sources/vendor/phpunit/phpunit/src/Util/XdebugFilterScriptGenerator.php deleted file mode 100755 index d6366eaa..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Util/XdebugFilterScriptGenerator.php +++ /dev/null @@ -1,81 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Util; - -use const DIRECTORY_SEPARATOR; -use function addslashes; -use function array_map; -use function implode; -use function is_string; -use function realpath; -use function sprintf; -use PHPUnit\TextUI\XmlConfiguration\CodeCoverage\CodeCoverage as FilterConfiguration; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - * - * @deprecated - */ -final class XdebugFilterScriptGenerator -{ - public function generate(FilterConfiguration $filter): string - { - $files = array_map( - static function ($item) - { - return sprintf( - " '%s'", - $item, - ); - }, - $this->getItems($filter), - ); - - $files = implode(",\n", $files); - - return <<directories() as $directory) { - $path = realpath($directory->path()); - - if (is_string($path)) { - $files[] = sprintf( - addslashes('%s' . DIRECTORY_SEPARATOR), - $path, - ); - } - } - - foreach ($filter->files() as $file) { - $files[] = $file->path(); - } - - return $files; - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/Util/Xml.php b/Sources/vendor/phpunit/phpunit/src/Util/Xml.php deleted file mode 100755 index efdd56ef..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Util/Xml.php +++ /dev/null @@ -1,193 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Util; - -use const ENT_QUOTES; -use function assert; -use function class_exists; -use function htmlspecialchars; -use function mb_convert_encoding; -use function ord; -use function preg_replace; -use function settype; -use function strlen; -use DOMCharacterData; -use DOMDocument; -use DOMElement; -use DOMNode; -use DOMText; -use ReflectionClass; -use ReflectionException; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - */ -final class Xml -{ - /** - * @deprecated Only used by assertEqualXMLStructure() - */ - public static function import(DOMElement $element): DOMElement - { - return (new DOMDocument)->importNode($element, true); - } - - /** - * @deprecated Only used by assertEqualXMLStructure() - */ - public static function removeCharacterDataNodes(DOMNode $node): void - { - if ($node->hasChildNodes()) { - for ($i = $node->childNodes->length - 1; $i >= 0; $i--) { - if (($child = $node->childNodes->item($i)) instanceof DOMCharacterData) { - $node->removeChild($child); - } - } - } - } - - /** - * Escapes a string for the use in XML documents. - * - * Any Unicode character is allowed, excluding the surrogate blocks, FFFE, - * and FFFF (not even as character reference). - * - * @see https://www.w3.org/TR/xml/#charsets - */ - public static function prepareString(string $string): string - { - return preg_replace( - '/[\\x00-\\x08\\x0b\\x0c\\x0e-\\x1f\\x7f]/', - '', - htmlspecialchars( - self::convertToUtf8($string), - ENT_QUOTES, - ), - ); - } - - /** - * "Convert" a DOMElement object into a PHP variable. - */ - public static function xmlToVariable(DOMElement $element) - { - $variable = null; - - switch ($element->tagName) { - case 'array': - $variable = []; - - foreach ($element->childNodes as $entry) { - if (!$entry instanceof DOMElement || $entry->tagName !== 'element') { - continue; - } - $item = $entry->childNodes->item(0); - - if ($item instanceof DOMText) { - $item = $entry->childNodes->item(1); - } - - $value = self::xmlToVariable($item); - - if ($entry->hasAttribute('key')) { - $variable[(string) $entry->getAttribute('key')] = $value; - } else { - $variable[] = $value; - } - } - - break; - - case 'object': - $className = $element->getAttribute('class'); - - if ($element->hasChildNodes()) { - $arguments = $element->childNodes->item(0)->childNodes; - $constructorArgs = []; - - foreach ($arguments as $argument) { - if ($argument instanceof DOMElement) { - $constructorArgs[] = self::xmlToVariable($argument); - } - } - - try { - assert(class_exists($className)); - - $variable = (new ReflectionClass($className))->newInstanceArgs($constructorArgs); - // @codeCoverageIgnoreStart - } catch (ReflectionException $e) { - throw new Exception( - $e->getMessage(), - $e->getCode(), - $e, - ); - } - // @codeCoverageIgnoreEnd - } else { - $variable = new $className; - } - - break; - - case 'boolean': - $variable = $element->textContent === 'true'; - - break; - - case 'integer': - case 'double': - case 'string': - $variable = $element->textContent; - - settype($variable, $element->tagName); - - break; - } - - return $variable; - } - - private static function convertToUtf8(string $string): string - { - if (!self::isUtf8($string)) { - $string = mb_convert_encoding($string, 'UTF-8'); - } - - return $string; - } - - private static function isUtf8(string $string): bool - { - $length = strlen($string); - - for ($i = 0; $i < $length; $i++) { - if (ord($string[$i]) < 0x80) { - $n = 0; - } elseif ((ord($string[$i]) & 0xE0) === 0xC0) { - $n = 1; - } elseif ((ord($string[$i]) & 0xF0) === 0xE0) { - $n = 2; - } elseif ((ord($string[$i]) & 0xF0) === 0xF0) { - $n = 3; - } else { - return false; - } - - for ($j = 0; $j < $n; $j++) { - if ((++$i === $length) || ((ord($string[$i]) & 0xC0) !== 0x80)) { - return false; - } - } - } - - return true; - } -} diff --git a/Sources/vendor/phpunit/phpunit/src/Util/Xml/Loader.php b/Sources/vendor/phpunit/phpunit/src/Util/Xml/Loader.php old mode 100755 new mode 100644 index 2ba5ace3..7df5fd5b --- a/Sources/vendor/phpunit/phpunit/src/Util/Xml/Loader.php +++ b/Sources/vendor/phpunit/phpunit/src/Util/Xml/Loader.php @@ -25,9 +25,9 @@ use DOMDocument; final class Loader { /** - * @throws Exception + * @throws XmlException */ - public function loadFile(string $filename, bool $isHtml = false, bool $xinclude = false, bool $strict = false): DOMDocument + public function loadFile(string $filename): DOMDocument { $reporting = error_reporting(0); $contents = file_get_contents($filename); @@ -35,30 +35,33 @@ final class Loader error_reporting($reporting); if ($contents === false) { - throw new Exception( + throw new XmlException( sprintf( - 'Could not read "%s".', + 'Could not read XML from file "%s"', $filename, ), ); } - return $this->load($contents, $isHtml, $filename, $xinclude, $strict); + return $this->load($contents, $filename); } /** - * @throws Exception + * @throws XmlException */ - public function load(string $actual, bool $isHtml = false, string $filename = '', bool $xinclude = false, bool $strict = false): DOMDocument + public function load(string $actual, ?string $filename = null): DOMDocument { if ($actual === '') { - throw new Exception('Could not load XML from empty string'); - } + if ($filename === null) { + throw new XmlException('Could not parse XML from empty string'); + } - // Required for XInclude on Windows. - if ($xinclude) { - $cwd = getcwd(); - @chdir(dirname($filename)); + throw new XmlException( + sprintf( + 'Could not parse XML from empty file "%s"', + $filename, + ), + ); } $document = new DOMDocument; @@ -68,18 +71,20 @@ final class Loader $message = ''; $reporting = error_reporting(0); - if ($filename !== '') { - // Required for XInclude + // Required for XInclude + if ($filename !== null) { + // Required for XInclude on Windows + if (PHP_OS_FAMILY === 'Windows') { + $cwd = getcwd(); + @chdir(dirname($filename)); + } + $document->documentURI = $filename; } - if ($isHtml) { - $loaded = $document->loadHTML($actual); - } else { - $loaded = $document->loadXML($actual); - } + $loaded = $document->loadXML($actual); - if (!$isHtml && $xinclude) { + if ($filename !== null) { $document->xinclude(); } @@ -94,13 +99,13 @@ final class Loader @chdir($cwd); } - if ($loaded === false || ($strict && $message !== '')) { - if ($filename !== '') { - throw new Exception( + if ($loaded === false || $message !== '') { + if ($filename !== null) { + throw new XmlException( sprintf( - 'Could not load "%s".%s', + 'Could not load "%s"%s', $filename, - $message !== '' ? "\n" . $message : '', + $message !== '' ? ":\n" . $message : '', ), ); } @@ -109,7 +114,7 @@ final class Loader $message = 'Could not load XML for unknown reason'; } - throw new Exception($message); + throw new XmlException($message); } return $document; diff --git a/Sources/vendor/phpunit/phpunit/src/Util/Xml/Xml.php b/Sources/vendor/phpunit/phpunit/src/Util/Xml/Xml.php new file mode 100644 index 00000000..5e96faa9 --- /dev/null +++ b/Sources/vendor/phpunit/phpunit/src/Util/Xml/Xml.php @@ -0,0 +1,79 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace PHPUnit\Util; + +use const ENT_QUOTES; +use function htmlspecialchars; +use function mb_convert_encoding; +use function ord; +use function preg_replace; +use function strlen; + +/** + * @internal This class is not covered by the backward compatibility promise for PHPUnit + */ +final class Xml +{ + /** + * Escapes a string for the use in XML documents. + * + * Any Unicode character is allowed, excluding the surrogate blocks, FFFE, + * and FFFF (not even as character reference). + * + * @see https://www.w3.org/TR/xml/#charsets + */ + public static function prepareString(string $string): string + { + return preg_replace( + '/[\\x00-\\x08\\x0b\\x0c\\x0e-\\x1f\\x7f]/', + '', + htmlspecialchars( + self::convertToUtf8($string), + ENT_QUOTES, + ), + ); + } + + private static function convertToUtf8(string $string): string + { + if (!self::isUtf8($string)) { + $string = mb_convert_encoding($string, 'UTF-8'); + } + + return $string; + } + + private static function isUtf8(string $string): bool + { + $length = strlen($string); + + for ($i = 0; $i < $length; $i++) { + if (ord($string[$i]) < 0x80) { + $n = 0; + } elseif ((ord($string[$i]) & 0xE0) === 0xC0) { + $n = 1; + } elseif ((ord($string[$i]) & 0xF0) === 0xE0) { + $n = 2; + } elseif ((ord($string[$i]) & 0xF0) === 0xF0) { + $n = 3; + } else { + return false; + } + + for ($j = 0; $j < $n; $j++) { + if ((++$i === $length) || ((ord($string[$i]) & 0xC0) !== 0x80)) { + return false; + } + } + } + + return true; + } +} diff --git a/Sources/vendor/phpunit/phpunit/src/Util/XmlTestListRenderer.php b/Sources/vendor/phpunit/phpunit/src/Util/XmlTestListRenderer.php deleted file mode 100755 index 7a63b10d..00000000 --- a/Sources/vendor/phpunit/phpunit/src/Util/XmlTestListRenderer.php +++ /dev/null @@ -1,91 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace PHPUnit\Util; - -use function get_class; -use function implode; -use function str_replace; -use PHPUnit\Framework\TestCase; -use PHPUnit\Framework\TestSuite; -use PHPUnit\Runner\PhptTestCase; -use RecursiveIteratorIterator; -use XMLWriter; - -/** - * @internal This class is not covered by the backward compatibility promise for PHPUnit - */ -final class XmlTestListRenderer -{ - /** - * @throws \SebastianBergmann\RecursionContext\InvalidArgumentException - */ - public function render(TestSuite $suite): string - { - $writer = new XMLWriter; - - $writer->openMemory(); - $writer->setIndent(true); - $writer->startDocument('1.0', 'UTF-8'); - $writer->startElement('tests'); - - $currentTestCase = null; - - foreach (new RecursiveIteratorIterator($suite->getIterator()) as $test) { - if ($test instanceof TestCase) { - if (get_class($test) !== $currentTestCase) { - if ($currentTestCase !== null) { - $writer->endElement(); - } - - $writer->startElement('testCaseClass'); - $writer->writeAttribute('name', get_class($test)); - - $currentTestCase = get_class($test); - } - - $writer->startElement('testCaseMethod'); - $writer->writeAttribute('name', $test->getName(false)); - $writer->writeAttribute('groups', implode(',', $test->getGroups())); - - if (!empty($test->getDataSetAsString(false))) { - $writer->writeAttribute( - 'dataSet', - str_replace( - ' with data set ', - '', - $test->getDataSetAsString(false), - ), - ); - } - - $writer->endElement(); - } elseif ($test instanceof PhptTestCase) { - if ($currentTestCase !== null) { - $writer->endElement(); - - $currentTestCase = null; - } - - $writer->startElement('phptFile'); - $writer->writeAttribute('path', $test->getName()); - $writer->endElement(); - } - } - - if ($currentTestCase !== null) { - $writer->endElement(); - } - - $writer->endElement(); - $writer->endDocument(); - - return $writer->outputMemory(); - } -} diff --git a/Sources/vendor/sebastian/cli-parser/ChangeLog.md b/Sources/vendor/sebastian/cli-parser/ChangeLog.md old mode 100755 new mode 100644 index 9431ec59..2880ddbb --- a/Sources/vendor/sebastian/cli-parser/ChangeLog.md +++ b/Sources/vendor/sebastian/cli-parser/ChangeLog.md @@ -2,6 +2,12 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles. +## [2.0.0] - 2023-02-03 + +### Removed + +* This component is no longer supported on PHP 7.3, PHP 7.4, and PHP 8.0 + ## [1.0.1] - 2020-09-28 ### Changed @@ -12,4 +18,6 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt * Initial release +[2.0.0]: https://github.com/sebastianbergmann/cli-parser/compare/1.0.1...2.0.0 +[1.0.1]: https://github.com/sebastianbergmann/cli-parser/compare/1.0.0...1.0.1 [1.0.0]: https://github.com/sebastianbergmann/cli-parser/compare/bb7bb3297957927962b0a3335befe7b66f7462e9...1.0.0 diff --git a/Sources/vendor/sebastian/cli-parser/LICENSE b/Sources/vendor/sebastian/cli-parser/LICENSE old mode 100755 new mode 100644 index 0e33c059..5716d965 --- a/Sources/vendor/sebastian/cli-parser/LICENSE +++ b/Sources/vendor/sebastian/cli-parser/LICENSE @@ -1,33 +1,29 @@ -sebastian/cli-parser +BSD 3-Clause License -Copyright (c) 2020, Sebastian Bergmann . +Copyright (c) 2020-2023, Sebastian Bergmann All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. - * Neither the name of Sebastian Bergmann nor the names of his - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Sources/vendor/sebastian/cli-parser/README.md b/Sources/vendor/sebastian/cli-parser/README.md old mode 100755 new mode 100644 index 39c17a72..4db2c042 --- a/Sources/vendor/sebastian/cli-parser/README.md +++ b/Sources/vendor/sebastian/cli-parser/README.md @@ -1,3 +1,8 @@ +[![Latest Stable Version](https://poser.pugx.org/sebastian/cli-parser/v/stable.png)](https://packagist.org/packages/sebastian/cli-parser) +[![CI Status](https://github.com/sebastianbergmann/cli-parser/workflows/CI/badge.svg)](https://github.com/sebastianbergmann/cli-parser/actions) +[![Type Coverage](https://shepherd.dev/github/sebastianbergmann/cli-parser/coverage.svg)](https://shepherd.dev/github/sebastianbergmann/cli-parser) +[![codecov](https://codecov.io/gh/sebastianbergmann/cli-parser/branch/main/graph/badge.svg)](https://codecov.io/gh/sebastianbergmann/cli-parser) + # sebastian/cli-parser Library for parsing `$_SERVER['argv']`, extracted from `phpunit/phpunit`. diff --git a/Sources/vendor/sebastian/cli-parser/SECURITY.md b/Sources/vendor/sebastian/cli-parser/SECURITY.md new file mode 100644 index 00000000..d4ee967b --- /dev/null +++ b/Sources/vendor/sebastian/cli-parser/SECURITY.md @@ -0,0 +1,9 @@ +# Security Policy + +This library is intended to be used in development environments only. For instance, it is used by the testing framework PHPUnit. There is no reason why this library should be installed on a webserver. + +**If you upload this library to a webserver then your deployment process is broken. On a more general note, if your `vendor` directory is publicly accessible on your webserver then your deployment process is also broken.** + +## Security Contact Information + +After the above, if you still would like to report a security vulnerability, please email `sebastian@phpunit.de`. diff --git a/Sources/vendor/sebastian/cli-parser/composer.json b/Sources/vendor/sebastian/cli-parser/composer.json old mode 100755 new mode 100644 index 34c376f9..f33a1969 --- a/Sources/vendor/sebastian/cli-parser/composer.json +++ b/Sources/vendor/sebastian/cli-parser/composer.json @@ -16,14 +16,14 @@ }, "prefer-stable": true, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "config": { "platform": { - "php": "7.3.0" + "php": "8.1.0" }, "optimize-autoloader": true, "sort-packages": true @@ -35,7 +35,7 @@ }, "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-main": "2.0-dev" } } } diff --git a/Sources/vendor/sebastian/cli-parser/src/Parser.php b/Sources/vendor/sebastian/cli-parser/src/Parser.php old mode 100755 new mode 100644 index a4f728bc..795e95b7 --- a/Sources/vendor/sebastian/cli-parser/src/Parser.php +++ b/Sources/vendor/sebastian/cli-parser/src/Parser.php @@ -25,8 +25,9 @@ use function next; use function preg_replace; use function reset; use function sort; +use function str_ends_with; +use function str_starts_with; use function strlen; -use function strpos; use function strstr; use function substr; @@ -36,9 +37,11 @@ final class Parser * @psalm-param list $argv * @psalm-param list $longOptions * + * @psalm-return array{0: array, 1: array} + * * @throws AmbiguousOptionException - * @throws RequiredOptionArgumentMissingException * @throws OptionDoesNotAllowArgumentException + * @throws RequiredOptionArgumentMissingException * @throws UnknownOptionException */ public function parse(array $argv, string $shortOptions, array $longOptions = null): array @@ -47,8 +50,8 @@ final class Parser return [[], []]; } - $options = []; - $nonOptions = []; + $options = []; + $nonOptions = []; if ($longOptions) { sort($longOptions); @@ -92,14 +95,16 @@ final class Parser $options, $argv ); - } else { - $this->parseShortOption( - substr($arg, 1), - $shortOptions, - $options, - $argv - ); + + continue; } + + $this->parseShortOption( + substr($arg, 1), + $shortOptions, + $options, + $argv + ); } return [$options, $nonOptions]; @@ -108,29 +113,27 @@ final class Parser /** * @throws RequiredOptionArgumentMissingException */ - private function parseShortOption(string $arg, string $shortOptions, array &$opts, array &$args): void + private function parseShortOption(string $argument, string $shortOptions, array &$options, array &$argv): void { - $argLength = strlen($arg); + $argumentLength = strlen($argument); - for ($i = 0; $i < $argLength; $i++) { - $option = $arg[$i]; + for ($i = 0; $i < $argumentLength; $i++) { + $option = $argument[$i]; $optionArgument = null; - if ($arg[$i] === ':' || ($spec = strstr($shortOptions, $option)) === false) { + if ($argument[$i] === ':' || ($spec = strstr($shortOptions, $option)) === false) { throw new UnknownOptionException('-' . $option); } - assert(is_string($spec)); - if (strlen($spec) > 1 && $spec[1] === ':') { - if ($i + 1 < $argLength) { - $opts[] = [$option, substr($arg, $i + 1)]; + if ($i + 1 < $argumentLength) { + $options[] = [$option, substr($argument, $i + 1)]; break; } if (!(strlen($spec) > 2 && $spec[2] === ':')) { - $optionArgument = current($args); + $optionArgument = current($argv); if (!$optionArgument) { throw new RequiredOptionArgumentMissingException('-' . $option); @@ -138,11 +141,11 @@ final class Parser assert(is_string($optionArgument)); - next($args); + next($argv); } } - $opts[] = [$option, $optionArgument]; + $options[] = [$option, $optionArgument]; } } @@ -150,14 +153,14 @@ final class Parser * @psalm-param list $longOptions * * @throws AmbiguousOptionException - * @throws RequiredOptionArgumentMissingException * @throws OptionDoesNotAllowArgumentException + * @throws RequiredOptionArgumentMissingException * @throws UnknownOptionException */ - private function parseLongOption(string $arg, array $longOptions, array &$opts, array &$args): void + private function parseLongOption(string $argument, array $longOptions, array &$options, array &$argv): void { $count = count($longOptions); - $list = explode('=', $arg); + $list = explode('=', $argument); $option = $list[0]; $optionArgument = null; @@ -176,25 +179,24 @@ final class Parser $opt_rest = substr($longOption, $optionLength); - if ($opt_rest !== '' && $i + 1 < $count && $option[0] !== '=' && strpos($longOptions[$i + 1], $option) === 0) { + if ($opt_rest !== '' && $i + 1 < $count && $option[0] !== '=' && str_starts_with($longOptions[$i + 1], $option)) { throw new AmbiguousOptionException('--' . $option); } - if (substr($longOption, -1) === '=') { - /* @noinspection StrlenInEmptyStringCheckContextInspection */ - if (substr($longOption, -2) !== '==' && !strlen((string) $optionArgument)) { - if (false === $optionArgument = current($args)) { + if (str_ends_with($longOption, '=')) { + if (!str_ends_with($longOption, '==') && !strlen((string) $optionArgument)) { + if (false === $optionArgument = current($argv)) { throw new RequiredOptionArgumentMissingException('--' . $option); } - next($args); + next($argv); } } elseif ($optionArgument) { throw new OptionDoesNotAllowArgumentException('--' . $option); } $fullOption = '--' . preg_replace('/={1,2}$/', '', $longOption); - $opts[] = [$fullOption, $optionArgument]; + $options[] = [$fullOption, $optionArgument]; return; } diff --git a/Sources/vendor/sebastian/cli-parser/src/exceptions/AmbiguousOptionException.php b/Sources/vendor/sebastian/cli-parser/src/exceptions/AmbiguousOptionException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/sebastian/cli-parser/src/exceptions/Exception.php b/Sources/vendor/sebastian/cli-parser/src/exceptions/Exception.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/sebastian/cli-parser/src/exceptions/OptionDoesNotAllowArgumentException.php b/Sources/vendor/sebastian/cli-parser/src/exceptions/OptionDoesNotAllowArgumentException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/sebastian/cli-parser/src/exceptions/RequiredOptionArgumentMissingException.php b/Sources/vendor/sebastian/cli-parser/src/exceptions/RequiredOptionArgumentMissingException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/sebastian/cli-parser/src/exceptions/UnknownOptionException.php b/Sources/vendor/sebastian/cli-parser/src/exceptions/UnknownOptionException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/sebastian/code-unit-reverse-lookup/.psalm/baseline.xml b/Sources/vendor/sebastian/code-unit-reverse-lookup/.psalm/baseline.xml new file mode 100644 index 00000000..0ba3bcc4 --- /dev/null +++ b/Sources/vendor/sebastian/code-unit-reverse-lookup/.psalm/baseline.xml @@ -0,0 +1,9 @@ + + + + + assert(is_array($traits)) + is_array($traits) + + + diff --git a/Sources/vendor/sebastian/complexity/.psalm/config.xml b/Sources/vendor/sebastian/code-unit-reverse-lookup/.psalm/config.xml old mode 100755 new mode 100644 similarity index 95% rename from Sources/vendor/sebastian/complexity/.psalm/config.xml rename to Sources/vendor/sebastian/code-unit-reverse-lookup/.psalm/config.xml index 8172fe15..a2312368 --- a/Sources/vendor/sebastian/complexity/.psalm/config.xml +++ b/Sources/vendor/sebastian/code-unit-reverse-lookup/.psalm/config.xml @@ -5,7 +5,6 @@ xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd" resolveFromConfigFile="false" errorBaseline=".psalm/baseline.xml" - totallyTyped="true" > diff --git a/Sources/vendor/sebastian/code-unit-reverse-lookup/ChangeLog.md b/Sources/vendor/sebastian/code-unit-reverse-lookup/ChangeLog.md old mode 100755 new mode 100644 index 43a5db90..4ff97182 --- a/Sources/vendor/sebastian/code-unit-reverse-lookup/ChangeLog.md +++ b/Sources/vendor/sebastian/code-unit-reverse-lookup/ChangeLog.md @@ -2,6 +2,12 @@ All notable changes to `sebastianbergmann/code-unit-reverse-lookup` are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. +## [3.0.0] - 2023-02-03 + +### Removed + +* This component is no longer supported on PHP 7.3, PHP 7.4, and PHP 8.0 + ## [2.0.3] - 2020-09-28 ### Changed @@ -32,6 +38,7 @@ All notable changes to `sebastianbergmann/code-unit-reverse-lookup` are document * Initial release +[3.0.0]: https://github.com/sebastianbergmann/code-unit-reverse-lookup/compare/2.0.3...3.0.0 [2.0.3]: https://github.com/sebastianbergmann/code-unit-reverse-lookup/compare/2.0.2...2.0.3 [2.0.2]: https://github.com/sebastianbergmann/code-unit-reverse-lookup/compare/2.0.1...2.0.2 [2.0.1]: https://github.com/sebastianbergmann/code-unit-reverse-lookup/compare/2.0.0...2.0.1 diff --git a/Sources/vendor/sebastian/code-unit-reverse-lookup/LICENSE b/Sources/vendor/sebastian/code-unit-reverse-lookup/LICENSE old mode 100755 new mode 100644 index dc4bf701..16e1ba9a --- a/Sources/vendor/sebastian/code-unit-reverse-lookup/LICENSE +++ b/Sources/vendor/sebastian/code-unit-reverse-lookup/LICENSE @@ -1,33 +1,29 @@ -code-unit-reverse-lookup +BSD 3-Clause License -Copyright (c) 2016-2020, Sebastian Bergmann . +Copyright (c) 2016-2023, Sebastian Bergmann All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. - * Neither the name of Sebastian Bergmann nor the names of his - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Sources/vendor/sebastian/code-unit-reverse-lookup/README.md b/Sources/vendor/sebastian/code-unit-reverse-lookup/README.md old mode 100755 new mode 100644 index 1c0ca235..fb2c0dfe --- a/Sources/vendor/sebastian/code-unit-reverse-lookup/README.md +++ b/Sources/vendor/sebastian/code-unit-reverse-lookup/README.md @@ -1,7 +1,9 @@ -# sebastian/code-unit-reverse-lookup - +[![Latest Stable Version](https://poser.pugx.org/sebastian/code-unit-reverse-lookup/v/stable.png)](https://packagist.org/packages/sebastian/code-unit-reverse-lookup) [![CI Status](https://github.com/sebastianbergmann/code-unit-reverse-lookup/workflows/CI/badge.svg)](https://github.com/sebastianbergmann/code-unit-reverse-lookup/actions) [![Type Coverage](https://shepherd.dev/github/sebastianbergmann/code-unit-reverse-lookup/coverage.svg)](https://shepherd.dev/github/sebastianbergmann/code-unit-reverse-lookup) +[![codecov](https://codecov.io/gh/sebastianbergmann/code-unit-reverse-lookup/branch/main/graph/badge.svg)](https://codecov.io/gh/sebastianbergmann/code-unit-reverse-lookup) + +# sebastian/code-unit-reverse-lookup Looks up which function or method a line of code belongs to. diff --git a/Sources/vendor/sebastian/code-unit-reverse-lookup/SECURITY.md b/Sources/vendor/sebastian/code-unit-reverse-lookup/SECURITY.md new file mode 100644 index 00000000..d4ee967b --- /dev/null +++ b/Sources/vendor/sebastian/code-unit-reverse-lookup/SECURITY.md @@ -0,0 +1,9 @@ +# Security Policy + +This library is intended to be used in development environments only. For instance, it is used by the testing framework PHPUnit. There is no reason why this library should be installed on a webserver. + +**If you upload this library to a webserver then your deployment process is broken. On a more general note, if your `vendor` directory is publicly accessible on your webserver then your deployment process is also broken.** + +## Security Contact Information + +After the above, if you still would like to report a security vulnerability, please email `sebastian@phpunit.de`. diff --git a/Sources/vendor/sebastian/code-unit-reverse-lookup/composer.json b/Sources/vendor/sebastian/code-unit-reverse-lookup/composer.json old mode 100755 new mode 100644 index cff96167..37cc1ccf --- a/Sources/vendor/sebastian/code-unit-reverse-lookup/composer.json +++ b/Sources/vendor/sebastian/code-unit-reverse-lookup/composer.json @@ -9,19 +9,19 @@ "email": "sebastian@phpunit.de" } ], - "prefer-stable": true, "config": { "platform": { - "php": "7.3.0" + "php": "8.1.0" }, "optimize-autoloader": true, "sort-packages": true }, + "prefer-stable": true, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "autoload": { "classmap": [ @@ -30,7 +30,7 @@ }, "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-main": "3.0-dev" } } } diff --git a/Sources/vendor/sebastian/code-unit-reverse-lookup/src/Wizard.php b/Sources/vendor/sebastian/code-unit-reverse-lookup/src/Wizard.php old mode 100755 new mode 100644 index 35de5398..355405ed --- a/Sources/vendor/sebastian/code-unit-reverse-lookup/src/Wizard.php +++ b/Sources/vendor/sebastian/code-unit-reverse-lookup/src/Wizard.php @@ -21,33 +21,24 @@ use ReflectionFunction; use ReflectionFunctionAbstract; use ReflectionMethod; -/** - * @since Class available since Release 1.0.0 - */ class Wizard { /** - * @var array + * @psalm-var array> */ - private $lookupTable = []; + private array $lookupTable = []; /** - * @var array + * @psalm-var array */ - private $processedClasses = []; + private array $processedClasses = []; /** - * @var array + * @psalm-var array */ - private $processedFunctions = []; + private array $processedFunctions = []; - /** - * @param string $filename - * @param int $lineNumber - * - * @return string - */ - public function lookup($filename, $lineNumber) + public function lookup(string $filename, int $lineNumber): string { if (!isset($this->lookupTable[$filename][$lineNumber])) { $this->updateLookupTable(); @@ -71,7 +62,7 @@ class Wizard $classes = get_declared_classes(); $traits = get_declared_traits(); - assert(is_array($classes)); + /* @noinspection PhpConditionAlreadyCheckedInspection */ assert(is_array($traits)); foreach (array_merge($classes, $traits) as $classOrTrait) { @@ -79,9 +70,7 @@ class Wizard continue; } - $reflector = new ReflectionClass($classOrTrait); - - foreach ($reflector->getMethods() as $method) { + foreach ((new ReflectionClass($classOrTrait))->getMethods() as $method) { $this->processFunctionOrMethod($method); } diff --git a/Sources/vendor/sebastian/code-unit/.psalm/baseline.xml b/Sources/vendor/sebastian/code-unit/.psalm/baseline.xml deleted file mode 100755 index e4488919..00000000 --- a/Sources/vendor/sebastian/code-unit/.psalm/baseline.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - $firstPart - $firstPart - $firstPart - $firstPart - $firstPart - $firstPart - $firstPart - $firstPart - $firstPart - $secondPart - $unit - $unit - $unit - $unit - $unit - $unit - - - diff --git a/Sources/vendor/sebastian/code-unit/ChangeLog.md b/Sources/vendor/sebastian/code-unit/ChangeLog.md old mode 100755 new mode 100644 index 0978e651..8b9c88bc --- a/Sources/vendor/sebastian/code-unit/ChangeLog.md +++ b/Sources/vendor/sebastian/code-unit/ChangeLog.md @@ -2,6 +2,18 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. +## [2.0.0] - 2023-02-03 + +### Added + +* Added `SebastianBergmann\CodeUnit\FileUnit` value object that represents a sourcecode file + +### Removed + +* `SebastianBergmann\CodeUnit\CodeUnitCollection::fromArray()` has been removed +* `SebastianBergmann\CodeUnit\Mapper::stringToCodeUnits()` no longer supports `ClassName<*>` +* This component is no longer supported on PHP 7.3, PHP 7.4, and PHP 8.0 + ## [1.0.8] - 2020-10-26 ### Fixed @@ -54,6 +66,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt * Initial release +[2.0.0]: https://github.com/sebastianbergmann/code-unit/compare/1.0.8...2.0.0 [1.0.8]: https://github.com/sebastianbergmann/code-unit/compare/1.0.7...1.0.8 [1.0.7]: https://github.com/sebastianbergmann/code-unit/compare/1.0.6...1.0.7 [1.0.6]: https://github.com/sebastianbergmann/code-unit/compare/1.0.5...1.0.6 diff --git a/Sources/vendor/sebastian/code-unit/LICENSE b/Sources/vendor/sebastian/code-unit/LICENSE old mode 100755 new mode 100644 index b99bc8ac..5716d965 --- a/Sources/vendor/sebastian/code-unit/LICENSE +++ b/Sources/vendor/sebastian/code-unit/LICENSE @@ -1,33 +1,29 @@ -sebastian/code-unit +BSD 3-Clause License -Copyright (c) 2020, Sebastian Bergmann . +Copyright (c) 2020-2023, Sebastian Bergmann All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. - * Neither the name of Sebastian Bergmann nor the names of his - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Sources/vendor/sebastian/code-unit/README.md b/Sources/vendor/sebastian/code-unit/README.md old mode 100755 new mode 100644 index d20227a9..95839c48 --- a/Sources/vendor/sebastian/code-unit/README.md +++ b/Sources/vendor/sebastian/code-unit/README.md @@ -1,3 +1,8 @@ +[![Latest Stable Version](https://poser.pugx.org/sebastian/code-unit/v/stable.png)](https://packagist.org/packages/sebastian/code-unit) +[![CI Status](https://github.com/sebastianbergmann/code-unit/workflows/CI/badge.svg)](https://github.com/sebastianbergmann/code-unit/actions) +[![Type Coverage](https://shepherd.dev/github/sebastianbergmann/code-unit/coverage.svg)](https://shepherd.dev/github/sebastianbergmann/code-unit) +[![codecov](https://codecov.io/gh/sebastianbergmann/code-unit/branch/main/graph/badge.svg)](https://codecov.io/gh/sebastianbergmann/code-unit) + # sebastian/code-unit Collection of value objects that represent the PHP code units. diff --git a/Sources/vendor/sebastian/code-unit/SECURITY.md b/Sources/vendor/sebastian/code-unit/SECURITY.md new file mode 100644 index 00000000..d4ee967b --- /dev/null +++ b/Sources/vendor/sebastian/code-unit/SECURITY.md @@ -0,0 +1,9 @@ +# Security Policy + +This library is intended to be used in development environments only. For instance, it is used by the testing framework PHPUnit. There is no reason why this library should be installed on a webserver. + +**If you upload this library to a webserver then your deployment process is broken. On a more general note, if your `vendor` directory is publicly accessible on your webserver then your deployment process is also broken.** + +## Security Contact Information + +After the above, if you still would like to report a security vulnerability, please email `sebastian@phpunit.de`. diff --git a/Sources/vendor/sebastian/code-unit/composer.json b/Sources/vendor/sebastian/code-unit/composer.json old mode 100755 new mode 100644 index 5b86ec58..8cec5285 --- a/Sources/vendor/sebastian/code-unit/composer.json +++ b/Sources/vendor/sebastian/code-unit/composer.json @@ -16,14 +16,14 @@ }, "prefer-stable": true, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "config": { "platform": { - "php": "7.3.0" + "php": "8.1.0" }, "optimize-autoloader": true, "sort-packages": true @@ -44,7 +44,7 @@ }, "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-main": "2.0-dev" } } } diff --git a/Sources/vendor/sebastian/code-unit/src/ClassMethodUnit.php b/Sources/vendor/sebastian/code-unit/src/ClassMethodUnit.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/sebastian/code-unit/src/ClassUnit.php b/Sources/vendor/sebastian/code-unit/src/ClassUnit.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/sebastian/code-unit/src/CodeUnit.php b/Sources/vendor/sebastian/code-unit/src/CodeUnit.php old mode 100755 new mode 100644 index 9e5cceb3..ced52b43 --- a/Sources/vendor/sebastian/code-unit/src/CodeUnit.php +++ b/Sources/vendor/sebastian/code-unit/src/CodeUnit.php @@ -9,6 +9,10 @@ */ namespace SebastianBergmann\CodeUnit; +use function count; +use function file; +use function file_exists; +use function is_readable; use function range; use function sprintf; use ReflectionClass; @@ -20,21 +24,13 @@ use ReflectionMethod; */ abstract class CodeUnit { - /** - * @var string - */ - private $name; - - /** - * @var string - */ - private $sourceFileName; + private readonly string $name; + private readonly string $sourceFileName; /** - * @var array * @psalm-var list */ - private $sourceLines; + private readonly array $sourceLines; /** * @psalm-param class-string $className @@ -80,6 +76,23 @@ abstract class CodeUnit ); } + /** + * @throws InvalidCodeUnitException + */ + public static function forFileWithAbsolutePath(string $path): FileUnit + { + self::ensureFileExistsAndIsReadable($path); + + return new FileUnit( + $path, + $path, + range( + 1, + count(file($path)) + ) + ); + } + /** * @psalm-param class-string $interfaceName * @@ -260,6 +273,26 @@ abstract class CodeUnit return false; } + public function isFile(): bool + { + return false; + } + + /** + * @throws InvalidCodeUnitException + */ + private static function ensureFileExistsAndIsReadable(string $path): void + { + if (!(file_exists($path) && is_readable($path))) { + throw new InvalidCodeUnitException( + sprintf( + 'File "%s" does not exist or is not readable', + $path + ) + ); + } + } + /** * @psalm-param class-string $className * @@ -300,7 +333,7 @@ abstract class CodeUnit } catch (\ReflectionException $e) { throw new ReflectionException( $e->getMessage(), - (int) $e->getCode(), + $e->getCode(), $e ); } @@ -338,7 +371,7 @@ abstract class CodeUnit } catch (\ReflectionException $e) { throw new ReflectionException( $e->getMessage(), - (int) $e->getCode(), + $e->getCode(), $e ); } @@ -376,7 +409,7 @@ abstract class CodeUnit } catch (\ReflectionException $e) { throw new ReflectionException( $e->getMessage(), - (int) $e->getCode(), + $e->getCode(), $e ); } @@ -396,7 +429,7 @@ abstract class CodeUnit } catch (\ReflectionException $e) { throw new ReflectionException( $e->getMessage(), - (int) $e->getCode(), + $e->getCode(), $e ); } @@ -416,7 +449,7 @@ abstract class CodeUnit } catch (\ReflectionException $e) { throw new ReflectionException( $e->getMessage(), - (int) $e->getCode(), + $e->getCode(), $e ); } @@ -436,7 +469,7 @@ abstract class CodeUnit } catch (\ReflectionException $e) { throw new ReflectionException( $e->getMessage(), - (int) $e->getCode(), + $e->getCode(), $e ); } diff --git a/Sources/vendor/sebastian/code-unit/src/CodeUnitCollection.php b/Sources/vendor/sebastian/code-unit/src/CodeUnitCollection.php old mode 100755 new mode 100644 index f53db8a1..a23a7c46 --- a/Sources/vendor/sebastian/code-unit/src/CodeUnitCollection.php +++ b/Sources/vendor/sebastian/code-unit/src/CodeUnitCollection.php @@ -14,34 +14,29 @@ use function count; use Countable; use IteratorAggregate; +/** + * @template-implements IteratorAggregate + * + * @psalm-immutable + */ final class CodeUnitCollection implements Countable, IteratorAggregate { /** * @psalm-var list */ - private $codeUnits = []; - - /** - * @psalm-param list $items - */ - public static function fromArray(array $items): self - { - $collection = new self; - - foreach ($items as $item) { - $collection->add($item); - } + private readonly array $codeUnits; - return $collection; - } - - public static function fromList(CodeUnit ...$items): self + public static function fromList(CodeUnit ...$codeUnits): self { - return self::fromArray($items); + return new self($codeUnits); } - private function __construct() + /** + * @psalm-param list $codeUnits + */ + private function __construct(array $codeUnits) { + $this->codeUnits = $codeUnits; } /** @@ -69,16 +64,11 @@ final class CodeUnitCollection implements Countable, IteratorAggregate public function mergeWith(self $other): self { - return self::fromArray( + return new self( array_merge( $this->asArray(), $other->asArray() ) ); } - - private function add(CodeUnit $item): void - { - $this->codeUnits[] = $item; - } } diff --git a/Sources/vendor/sebastian/code-unit/src/CodeUnitCollectionIterator.php b/Sources/vendor/sebastian/code-unit/src/CodeUnitCollectionIterator.php old mode 100755 new mode 100644 index bdc86d88..f04bd655 --- a/Sources/vendor/sebastian/code-unit/src/CodeUnitCollectionIterator.php +++ b/Sources/vendor/sebastian/code-unit/src/CodeUnitCollectionIterator.php @@ -11,17 +11,16 @@ namespace SebastianBergmann\CodeUnit; use Iterator; +/** + * @template-implements Iterator + */ final class CodeUnitCollectionIterator implements Iterator { /** * @psalm-var list */ - private $codeUnits; - - /** - * @var int - */ - private $position = 0; + private array $codeUnits; + private int $position = 0; public function __construct(CodeUnitCollection $collection) { diff --git a/Sources/vendor/sebastian/code-unit/src/FileUnit.php b/Sources/vendor/sebastian/code-unit/src/FileUnit.php new file mode 100644 index 00000000..3bd9a36a --- /dev/null +++ b/Sources/vendor/sebastian/code-unit/src/FileUnit.php @@ -0,0 +1,24 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +namespace SebastianBergmann\CodeUnit; + +/** + * @psalm-immutable + */ +final class FileUnit extends CodeUnit +{ + /** + * @psalm-assert-if-true FileUnit $this + */ + public function isFile(): bool + { + return true; + } +} diff --git a/Sources/vendor/sebastian/code-unit/src/FunctionUnit.php b/Sources/vendor/sebastian/code-unit/src/FunctionUnit.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/sebastian/code-unit/src/InterfaceMethodUnit.php b/Sources/vendor/sebastian/code-unit/src/InterfaceMethodUnit.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/sebastian/code-unit/src/InterfaceUnit.php b/Sources/vendor/sebastian/code-unit/src/InterfaceUnit.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/sebastian/code-unit/src/Mapper.php b/Sources/vendor/sebastian/code-unit/src/Mapper.php old mode 100755 new mode 100644 index a72b3b0d..ad11259f --- a/Sources/vendor/sebastian/code-unit/src/Mapper.php +++ b/Sources/vendor/sebastian/code-unit/src/Mapper.php @@ -21,8 +21,7 @@ use function ksort; use function method_exists; use function sort; use function sprintf; -use function str_replace; -use function strpos; +use function str_contains; use function trait_exists; use ReflectionClass; use ReflectionFunction; @@ -64,41 +63,15 @@ final class Mapper */ public function stringToCodeUnits(string $unit): CodeUnitCollection { - if (strpos($unit, '::') !== false) { + if (str_contains($unit, '::')) { [$firstPart, $secondPart] = explode('::', $unit); - if (empty($firstPart) && $this->isUserDefinedFunction($secondPart)) { + if ($this->isUserDefinedFunction($secondPart)) { return CodeUnitCollection::fromList(CodeUnit::forFunction($secondPart)); } - if ($this->isUserDefinedClass($firstPart)) { - if ($secondPart === '') { - return $this->publicMethodsOfClass($firstPart); - } - - if ($secondPart === '') { - return $this->protectedAndPrivateMethodsOfClass($firstPart); - } - - if ($secondPart === '') { - return $this->protectedMethodsOfClass($firstPart); - } - - if ($secondPart === '') { - return $this->publicAndPrivateMethodsOfClass($firstPart); - } - - if ($secondPart === '') { - return $this->privateMethodsOfClass($firstPart); - } - - if ($secondPart === '') { - return $this->publicAndProtectedMethodsOfClass($firstPart); - } - - if ($this->isUserDefinedMethod($firstPart, $secondPart)) { - return CodeUnitCollection::fromList(CodeUnit::forClassMethod($firstPart, $secondPart)); - } + if ($this->isUserDefinedMethod($firstPart, $secondPart)) { + return CodeUnitCollection::fromList(CodeUnit::forClassMethod($firstPart, $secondPart)); } if ($this->isUserDefinedInterface($firstPart)) { @@ -122,7 +95,7 @@ final class Mapper $units[] = CodeUnit::forTrait($trait->getName()); } - return CodeUnitCollection::fromArray($units); + return CodeUnitCollection::fromList(...$units); } if ($this->isUserDefinedInterface($unit)) { @@ -136,12 +109,6 @@ final class Mapper if ($this->isUserDefinedFunction($unit)) { return CodeUnitCollection::fromList(CodeUnit::forFunction($unit)); } - - $unit = str_replace('', '', $unit); - - if ($this->isUserDefinedClass($unit)) { - return $this->classAndParentClassesAndTraits($unit); - } } throw new InvalidCodeUnitException( @@ -152,128 +119,6 @@ final class Mapper ); } - /** - * @psalm-param class-string $className - * - * @throws ReflectionException - */ - private function publicMethodsOfClass(string $className): CodeUnitCollection - { - return $this->methodsOfClass($className, ReflectionMethod::IS_PUBLIC); - } - - /** - * @psalm-param class-string $className - * - * @throws ReflectionException - */ - private function publicAndProtectedMethodsOfClass(string $className): CodeUnitCollection - { - return $this->methodsOfClass($className, ReflectionMethod::IS_PUBLIC | ReflectionMethod::IS_PROTECTED); - } - - /** - * @psalm-param class-string $className - * - * @throws ReflectionException - */ - private function publicAndPrivateMethodsOfClass(string $className): CodeUnitCollection - { - return $this->methodsOfClass($className, ReflectionMethod::IS_PUBLIC | ReflectionMethod::IS_PRIVATE); - } - - /** - * @psalm-param class-string $className - * - * @throws ReflectionException - */ - private function protectedMethodsOfClass(string $className): CodeUnitCollection - { - return $this->methodsOfClass($className, ReflectionMethod::IS_PROTECTED); - } - - /** - * @psalm-param class-string $className - * - * @throws ReflectionException - */ - private function protectedAndPrivateMethodsOfClass(string $className): CodeUnitCollection - { - return $this->methodsOfClass($className, ReflectionMethod::IS_PROTECTED | ReflectionMethod::IS_PRIVATE); - } - - /** - * @psalm-param class-string $className - * - * @throws ReflectionException - */ - private function privateMethodsOfClass(string $className): CodeUnitCollection - { - return $this->methodsOfClass($className, ReflectionMethod::IS_PRIVATE); - } - - /** - * @psalm-param class-string $className - * - * @throws ReflectionException - */ - private function methodsOfClass(string $className, int $filter): CodeUnitCollection - { - $units = []; - - foreach ($this->reflectorForClass($className)->getMethods($filter) as $method) { - if (!$method->isUserDefined()) { - continue; - } - - $units[] = CodeUnit::forClassMethod($className, $method->getName()); - } - - return CodeUnitCollection::fromArray($units); - } - - /** - * @psalm-param class-string $className - * - * @throws ReflectionException - */ - private function classAndParentClassesAndTraits(string $className): CodeUnitCollection - { - $units = [CodeUnit::forClass($className)]; - - $reflector = $this->reflectorForClass($className); - - foreach ($this->reflectorForClass($className)->getTraits() as $trait) { - if (!$trait->isUserDefined()) { - // @codeCoverageIgnoreStart - continue; - // @codeCoverageIgnoreEnd - } - - $units[] = CodeUnit::forTrait($trait->getName()); - } - - while ($reflector = $reflector->getParentClass()) { - if (!$reflector->isUserDefined()) { - break; - } - - $units[] = CodeUnit::forClass($reflector->getName()); - - foreach ($reflector->getTraits() as $trait) { - if (!$trait->isUserDefined()) { - // @codeCoverageIgnoreStart - continue; - // @codeCoverageIgnoreEnd - } - - $units[] = CodeUnit::forTrait($trait->getName()); - } - } - - return CodeUnitCollection::fromArray($units); - } - /** * @psalm-param class-string $className * @@ -287,7 +132,7 @@ final class Mapper } catch (\ReflectionException $e) { throw new ReflectionException( $e->getMessage(), - (int) $e->getCode(), + $e->getCode(), $e ); } @@ -309,7 +154,7 @@ final class Mapper } catch (\ReflectionException $e) { throw new ReflectionException( $e->getMessage(), - (int) $e->getCode(), + $e->getCode(), $e ); } @@ -331,7 +176,7 @@ final class Mapper } catch (\ReflectionException $e) { throw new ReflectionException( $e->getMessage(), - (int) $e->getCode(), + $e->getCode(), $e ); } @@ -353,7 +198,7 @@ final class Mapper } catch (\ReflectionException $e) { throw new ReflectionException( $e->getMessage(), - (int) $e->getCode(), + $e->getCode(), $e ); } @@ -375,7 +220,7 @@ final class Mapper } catch (\ReflectionException $e) { throw new ReflectionException( $e->getMessage(), - (int) $e->getCode(), + $e->getCode(), $e ); } @@ -405,7 +250,7 @@ final class Mapper } catch (\ReflectionException $e) { throw new ReflectionException( $e->getMessage(), - (int) $e->getCode(), + $e->getCode(), $e ); } diff --git a/Sources/vendor/sebastian/code-unit/src/TraitMethodUnit.php b/Sources/vendor/sebastian/code-unit/src/TraitMethodUnit.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/sebastian/code-unit/src/TraitUnit.php b/Sources/vendor/sebastian/code-unit/src/TraitUnit.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/sebastian/code-unit/src/exceptions/Exception.php b/Sources/vendor/sebastian/code-unit/src/exceptions/Exception.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/sebastian/code-unit/src/exceptions/InvalidCodeUnitException.php b/Sources/vendor/sebastian/code-unit/src/exceptions/InvalidCodeUnitException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/sebastian/code-unit/src/exceptions/NoTraitException.php b/Sources/vendor/sebastian/code-unit/src/exceptions/NoTraitException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/sebastian/code-unit/src/exceptions/ReflectionException.php b/Sources/vendor/sebastian/code-unit/src/exceptions/ReflectionException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/sebastian/comparator/ChangeLog.md b/Sources/vendor/sebastian/comparator/ChangeLog.md old mode 100755 new mode 100644 index 17557536..3b725439 --- a/Sources/vendor/sebastian/comparator/ChangeLog.md +++ b/Sources/vendor/sebastian/comparator/ChangeLog.md @@ -2,6 +2,28 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. +## [5.0.1] - 2023-08-14 + +### Fixed + +* `MockObjectComparator` only works on instances of `PHPUnit\Framework\MockObject\MockObject`, but not on instances of `PHPUnit\Framework\MockObject\Stub` +* `MockObjectComparator` only ignores the `$__phpunit_invocationMocker` property, but not other properties with names prefixed with `__phpunit_` + +## [5.0.0] - 2023-02-03 + +### Changed + +* Methods now have parameter and return type declarations +* `Comparator::$factory` is now private, use `Comparator::factory()` instead +* `ComparisonFailure`, `DOMNodeComparator`, `DateTimeComparator`, `ExceptionComparator`, `MockObjectComparator`, `NumericComparator`, `ResourceComparator`, `SplObjectStorageComparator`, and `TypeComparator` are now `final` +* `ScalarComparator` and `DOMNodeComparator` now use `mb_strtolower($string, 'UTF-8')` instead of `strtolower($string)` + +### Removed + +* Removed `$identical` parameter from `ComparisonFailure::__construct()` +* Removed `Comparator::$exporter` +* Removed support for PHP 7.3, PHP 7.4, and PHP 8.0 + ## [4.0.8] - 2022-09-14 ### Fixed @@ -122,6 +144,8 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt * Added `SebastianBergmann\Comparator\Factory::reset()` to unregister all non-default comparators * Added support for `phpunit/phpunit-mock-objects` version `^5.0` +[5.0.1]: https://github.com/sebastianbergmann/comparator/compare/5.0.0...5.0.1 +[5.0.0]: https://github.com/sebastianbergmann/comparator/compare/4.0.8...5.0.0 [4.0.8]: https://github.com/sebastianbergmann/comparator/compare/4.0.7...4.0.8 [4.0.7]: https://github.com/sebastianbergmann/comparator/compare/4.0.6...4.0.7 [4.0.6]: https://github.com/sebastianbergmann/comparator/compare/4.0.5...4.0.6 diff --git a/Sources/vendor/sebastian/comparator/LICENSE b/Sources/vendor/sebastian/comparator/LICENSE old mode 100755 new mode 100644 index 6ad70cba..a453252d --- a/Sources/vendor/sebastian/comparator/LICENSE +++ b/Sources/vendor/sebastian/comparator/LICENSE @@ -1,33 +1,29 @@ -Comparator +BSD 3-Clause License -Copyright (c) 2002-2020, Sebastian Bergmann . +Copyright (c) 2002-2023, Sebastian Bergmann All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. - * Neither the name of Sebastian Bergmann nor the names of his - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Sources/vendor/sebastian/comparator/README.md b/Sources/vendor/sebastian/comparator/README.md old mode 100755 new mode 100644 index f6002db6..edce75d6 --- a/Sources/vendor/sebastian/comparator/README.md +++ b/Sources/vendor/sebastian/comparator/README.md @@ -1,7 +1,9 @@ -# sebastian/comparator - +[![Latest Stable Version](https://poser.pugx.org/sebastian/comparator/v/stable.png)](https://packagist.org/packages/sebastian/comparator) [![CI Status](https://github.com/sebastianbergmann/comparator/workflows/CI/badge.svg)](https://github.com/sebastianbergmann/comparator/actions) [![Type Coverage](https://shepherd.dev/github/sebastianbergmann/comparator/coverage.svg)](https://shepherd.dev/github/sebastianbergmann/comparator) +[![codecov](https://codecov.io/gh/sebastianbergmann/comparator/branch/main/graph/badge.svg)](https://codecov.io/gh/sebastianbergmann/comparator) + +# sebastian/comparator This component provides the functionality to compare PHP values for equality. diff --git a/Sources/vendor/sebastian/comparator/SECURITY.md b/Sources/vendor/sebastian/comparator/SECURITY.md new file mode 100644 index 00000000..d88ff001 --- /dev/null +++ b/Sources/vendor/sebastian/comparator/SECURITY.md @@ -0,0 +1,30 @@ +# Security Policy + +If you believe you have found a security vulnerability in the library that is developed in this repository, please report it to us through coordinated disclosure. + +**Please do not report security vulnerabilities through public GitHub issues, discussions, or pull requests.** + +Instead, please email `sebastian@phpunit.de`. + +Please include as much of the information listed below as you can to help us better understand and resolve the issue: + +* The type of issue +* Full paths of source file(s) related to the manifestation of the issue +* The location of the affected source code (tag/branch/commit or direct URL) +* Any special configuration required to reproduce the issue +* Step-by-step instructions to reproduce the issue +* Proof-of-concept or exploit code (if possible) +* Impact of the issue, including how an attacker might exploit the issue + +This information will help us triage your report more quickly. + +## Web Context + +The library that is developed in this repository was either extracted from [PHPUnit](https://github.com/sebastianbergmann/phpunit) or developed specifically as a dependency for PHPUnit. + +The library is developed with a focus on development environments and the command-line. No specific testing or hardening with regard to using the library in an HTTP or web context or with untrusted input data is performed. The library might also contain functionality that intentionally exposes internal application data for debugging purposes. + +If the library is used in a web application, the application developer is responsible for filtering inputs or escaping outputs as necessary and for verifying that the used functionality is safe for use within the intended context. + +Vulnerabilities specific to the use outside a development context will be fixed as applicable, provided that the fix does not have an averse effect on the primary use case for development purposes. + diff --git a/Sources/vendor/sebastian/comparator/composer.json b/Sources/vendor/sebastian/comparator/composer.json old mode 100755 new mode 100644 index b758e03c..a53ecba4 --- a/Sources/vendor/sebastian/comparator/composer.json +++ b/Sources/vendor/sebastian/comparator/composer.json @@ -22,18 +22,24 @@ "email": "bschussek@2bepublished.at" } ], + "support": { + "issues": "https://github.com/sebastianbergmann/comparator/issues", + "security": "https://github.com/sebastianbergmann/comparator/security/policy" + }, "prefer-stable": true, "require": { - "php": ">=7.3", - "sebastian/diff": "^4.0", - "sebastian/exporter": "^4.0" + "php": ">=8.1", + "sebastian/diff": "^5.0", + "sebastian/exporter": "^5.0", + "ext-dom": "*", + "ext-mbstring": "*" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.3" }, "config": { "platform": { - "php": "7.3.0" + "php": "8.1.0" }, "optimize-autoloader": true, "sort-packages": true @@ -50,7 +56,7 @@ }, "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-main": "5.0-dev" } } } diff --git a/Sources/vendor/sebastian/comparator/src/ArrayComparator.php b/Sources/vendor/sebastian/comparator/src/ArrayComparator.php old mode 100755 new mode 100644 index 5d9fbce6..07eba9d3 --- a/Sources/vendor/sebastian/comparator/src/ArrayComparator.php +++ b/Sources/vendor/sebastian/comparator/src/ArrayComparator.php @@ -10,48 +10,34 @@ namespace SebastianBergmann\Comparator; use function array_key_exists; +use function assert; use function is_array; use function sort; use function sprintf; use function str_replace; use function trim; +use SebastianBergmann\Exporter\Exporter; /** - * Compares arrays for equality. - * * Arrays are equal if they contain the same key-value pairs. * The order of the keys does not matter. * The types of key-value pairs do not matter. */ class ArrayComparator extends Comparator { - /** - * Returns whether the comparator can compare two values. - * - * @param mixed $expected The first value to compare - * @param mixed $actual The second value to compare - * - * @return bool - */ - public function accepts($expected, $actual) + public function accepts(mixed $expected, mixed $actual): bool { return is_array($expected) && is_array($actual); } /** - * Asserts that two arrays are equal. - * - * @param mixed $expected First value to compare - * @param mixed $actual Second value to compare - * @param float $delta Allowed numerical distance between two values to consider them equal - * @param bool $canonicalize Arrays are sorted before comparison when set to true - * @param bool $ignoreCase Case is ignored when set to true - * @param array $processed List of already processed elements (used to prevent infinite recursion) - * * @throws ComparisonFailure */ - public function assertEquals($expected, $actual, $delta = 0.0, $canonicalize = false, $ignoreCase = false, array &$processed = [])/*: void*/ + public function assertEquals(mixed $expected, mixed $actual, float $delta = 0.0, bool $canonicalize = false, bool $ignoreCase = false, array &$processed = []): void { + assert(is_array($expected)); + assert(is_array($actual)); + if ($canonicalize) { sort($expected); sort($actual); @@ -61,6 +47,7 @@ class ArrayComparator extends Comparator $actualAsString = "Array (\n"; $expectedAsString = "Array (\n"; $equal = true; + $exporter = new Exporter; foreach ($expected as $key => $value) { unset($remaining[$key]); @@ -68,8 +55,8 @@ class ArrayComparator extends Comparator if (!array_key_exists($key, $actual)) { $expectedAsString .= sprintf( " %s => %s\n", - $this->exporter->export($key), - $this->exporter->shortenedExport($value) + $exporter->export($key), + $exporter->shortenedExport($value) ); $equal = false; @@ -78,31 +65,31 @@ class ArrayComparator extends Comparator } try { - $comparator = $this->factory->getComparatorFor($value, $actual[$key]); + $comparator = $this->factory()->getComparatorFor($value, $actual[$key]); $comparator->assertEquals($value, $actual[$key], $delta, $canonicalize, $ignoreCase, $processed); $expectedAsString .= sprintf( " %s => %s\n", - $this->exporter->export($key), - $this->exporter->shortenedExport($value) + $exporter->export($key), + $exporter->shortenedExport($value) ); $actualAsString .= sprintf( " %s => %s\n", - $this->exporter->export($key), - $this->exporter->shortenedExport($actual[$key]) + $exporter->export($key), + $exporter->shortenedExport($actual[$key]) ); } catch (ComparisonFailure $e) { $expectedAsString .= sprintf( " %s => %s\n", - $this->exporter->export($key), - $e->getExpectedAsString() ? $this->indent($e->getExpectedAsString()) : $this->exporter->shortenedExport($e->getExpected()) + $exporter->export($key), + $e->getExpectedAsString() ? $this->indent($e->getExpectedAsString()) : $exporter->shortenedExport($e->getExpected()) ); $actualAsString .= sprintf( " %s => %s\n", - $this->exporter->export($key), - $e->getActualAsString() ? $this->indent($e->getActualAsString()) : $this->exporter->shortenedExport($e->getActual()) + $exporter->export($key), + $e->getActualAsString() ? $this->indent($e->getActualAsString()) : $exporter->shortenedExport($e->getActual()) ); $equal = false; @@ -112,8 +99,8 @@ class ArrayComparator extends Comparator foreach ($remaining as $key => $value) { $actualAsString .= sprintf( " %s => %s\n", - $this->exporter->export($key), - $this->exporter->shortenedExport($value) + $exporter->export($key), + $exporter->shortenedExport($value) ); $equal = false; @@ -128,13 +115,12 @@ class ArrayComparator extends Comparator $actual, $expectedAsString, $actualAsString, - false, 'Failed asserting that two arrays are equal.' ); } } - protected function indent($lines) + private function indent(string $lines): string { return trim(str_replace("\n", "\n ", $lines)); } diff --git a/Sources/vendor/sebastian/comparator/src/Comparator.php b/Sources/vendor/sebastian/comparator/src/Comparator.php old mode 100755 new mode 100644 index e1906c16..69347ef8 --- a/Sources/vendor/sebastian/comparator/src/Comparator.php +++ b/Sources/vendor/sebastian/comparator/src/Comparator.php @@ -9,53 +9,24 @@ */ namespace SebastianBergmann\Comparator; -use SebastianBergmann\Exporter\Exporter; - -/** - * Abstract base class for comparators which compare values for equality. - */ abstract class Comparator { - /** - * @var Factory - */ - protected $factory; + private Factory $factory; - /** - * @var Exporter - */ - protected $exporter; - - public function __construct() - { - $this->exporter = new Exporter; - } - - public function setFactory(Factory $factory)/*: void*/ + public function setFactory(Factory $factory): void { $this->factory = $factory; } - /** - * Returns whether the comparator can compare two values. - * - * @param mixed $expected The first value to compare - * @param mixed $actual The second value to compare - * - * @return bool - */ - abstract public function accepts($expected, $actual); + abstract public function accepts(mixed $expected, mixed $actual): bool; /** - * Asserts that two values are equal. - * - * @param mixed $expected First value to compare - * @param mixed $actual Second value to compare - * @param float $delta Allowed numerical distance between two values to consider them equal - * @param bool $canonicalize Arrays are sorted before comparison when set to true - * @param bool $ignoreCase Case is ignored when set to true - * * @throws ComparisonFailure */ - abstract public function assertEquals($expected, $actual, $delta = 0.0, $canonicalize = false, $ignoreCase = false); + abstract public function assertEquals(mixed $expected, mixed $actual, float $delta = 0.0, bool $canonicalize = false, bool $ignoreCase = false): void; + + protected function factory(): Factory + { + return $this->factory; + } } diff --git a/Sources/vendor/sebastian/comparator/src/ComparisonFailure.php b/Sources/vendor/sebastian/comparator/src/ComparisonFailure.php old mode 100755 new mode 100644 index 857314da..b5c2ac2d --- a/Sources/vendor/sebastian/comparator/src/ComparisonFailure.php +++ b/Sources/vendor/sebastian/comparator/src/ComparisonFailure.php @@ -13,102 +13,44 @@ use RuntimeException; use SebastianBergmann\Diff\Differ; use SebastianBergmann\Diff\Output\UnifiedDiffOutputBuilder; -/** - * Thrown when an assertion for string equality failed. - */ -class ComparisonFailure extends RuntimeException +final class ComparisonFailure extends RuntimeException { - /** - * Expected value of the retrieval which does not match $actual. - * - * @var mixed - */ - protected $expected; - - /** - * Actually retrieved value which does not match $expected. - * - * @var mixed - */ - protected $actual; - - /** - * The string representation of the expected value. - * - * @var string - */ - protected $expectedAsString; - - /** - * The string representation of the actual value. - * - * @var string - */ - protected $actualAsString; + private mixed $expected; + private mixed $actual; + private string $expectedAsString; + private string $actualAsString; - /** - * @var bool - */ - protected $identical; - - /** - * Optional message which is placed in front of the first line - * returned by toString(). - * - * @var string - */ - protected $message; - - /** - * Initialises with the expected value and the actual value. - * - * @param mixed $expected expected value retrieved - * @param mixed $actual actual value retrieved - * @param string $expectedAsString - * @param string $actualAsString - * @param bool $identical - * @param string $message a string which is prefixed on all returned lines - * in the difference output - */ - public function __construct($expected, $actual, $expectedAsString, $actualAsString, $identical = false, $message = '') + public function __construct(mixed $expected, mixed $actual, string $expectedAsString, string $actualAsString, string $message = '') { + parent::__construct($message); + $this->expected = $expected; $this->actual = $actual; $this->expectedAsString = $expectedAsString; $this->actualAsString = $actualAsString; - $this->message = $message; } - public function getActual() + public function getActual(): mixed { return $this->actual; } - public function getExpected() + public function getExpected(): mixed { return $this->expected; } - /** - * @return string - */ - public function getActualAsString() + public function getActualAsString(): string { return $this->actualAsString; } - /** - * @return string - */ - public function getExpectedAsString() + public function getExpectedAsString(): string { return $this->expectedAsString; } - /** - * @return string - */ - public function getDiff() + public function getDiff(): string { if (!$this->actualAsString && !$this->expectedAsString) { return ''; @@ -119,11 +61,8 @@ class ComparisonFailure extends RuntimeException return $differ->diff($this->expectedAsString, $this->actualAsString); } - /** - * @return string - */ - public function toString() + public function toString(): string { - return $this->message . $this->getDiff(); + return $this->getMessage() . $this->getDiff(); } } diff --git a/Sources/vendor/sebastian/comparator/src/DOMNodeComparator.php b/Sources/vendor/sebastian/comparator/src/DOMNodeComparator.php old mode 100755 new mode 100644 index 5bf854ea..b57aef1d --- a/Sources/vendor/sebastian/comparator/src/DOMNodeComparator.php +++ b/Sources/vendor/sebastian/comparator/src/DOMNodeComparator.php @@ -9,44 +9,28 @@ */ namespace SebastianBergmann\Comparator; +use function assert; +use function mb_strtolower; use function sprintf; -use function strtolower; use DOMDocument; use DOMNode; use ValueError; -/** - * Compares DOMNode instances for equality. - */ -class DOMNodeComparator extends ObjectComparator +final class DOMNodeComparator extends ObjectComparator { - /** - * Returns whether the comparator can compare two values. - * - * @param mixed $expected The first value to compare - * @param mixed $actual The second value to compare - * - * @return bool - */ - public function accepts($expected, $actual) + public function accepts(mixed $expected, mixed $actual): bool { return $expected instanceof DOMNode && $actual instanceof DOMNode; } /** - * Asserts that two values are equal. - * - * @param mixed $expected First value to compare - * @param mixed $actual Second value to compare - * @param float $delta Allowed numerical distance between two values to consider them equal - * @param bool $canonicalize Arrays are sorted before comparison when set to true - * @param bool $ignoreCase Case is ignored when set to true - * @param array $processed List of already processed elements (used to prevent infinite recursion) - * * @throws ComparisonFailure */ - public function assertEquals($expected, $actual, $delta = 0.0, $canonicalize = false, $ignoreCase = false, array &$processed = [])/*: void*/ + public function assertEquals(mixed $expected, mixed $actual, float $delta = 0.0, bool $canonicalize = false, bool $ignoreCase = false, array &$processed = []): void { + assert($expected instanceof DOMNode); + assert($actual instanceof DOMNode); + $expectedAsString = $this->nodeToText($expected, true, $ignoreCase); $actualAsString = $this->nodeToText($actual, true, $ignoreCase); @@ -58,7 +42,6 @@ class DOMNodeComparator extends ObjectComparator $actual, $expectedAsString, $actualAsString, - false, sprintf("Failed asserting that two DOM %s are equal.\n", $type) ); } @@ -74,8 +57,12 @@ class DOMNodeComparator extends ObjectComparator $document = new DOMDocument; try { - @$document->loadXML($node->C14N()); - } catch (ValueError $e) { + $c14n = $node->C14N(); + + assert(!empty($c14n)); + + @$document->loadXML($c14n); + } catch (ValueError) { } $node = $document; @@ -88,6 +75,6 @@ class DOMNodeComparator extends ObjectComparator $text = $node instanceof DOMDocument ? $node->saveXML() : $document->saveXML($node); - return $ignoreCase ? strtolower($text) : $text; + return $ignoreCase ? mb_strtolower($text, 'UTF-8') : $text; } } diff --git a/Sources/vendor/sebastian/comparator/src/DateTimeComparator.php b/Sources/vendor/sebastian/comparator/src/DateTimeComparator.php old mode 100755 new mode 100644 index 0a303b62..b32c0af2 --- a/Sources/vendor/sebastian/comparator/src/DateTimeComparator.php +++ b/Sources/vendor/sebastian/comparator/src/DateTimeComparator.php @@ -10,50 +10,29 @@ namespace SebastianBergmann\Comparator; use function abs; +use function assert; use function floor; use function sprintf; use DateInterval; -use DateTime; use DateTimeInterface; use DateTimeZone; -use Exception; -/** - * Compares DateTimeInterface instances for equality. - */ -class DateTimeComparator extends ObjectComparator +final class DateTimeComparator extends ObjectComparator { - /** - * Returns whether the comparator can compare two values. - * - * @param mixed $expected The first value to compare - * @param mixed $actual The second value to compare - * - * @return bool - */ - public function accepts($expected, $actual) + public function accepts(mixed $expected, mixed $actual): bool { - return ($expected instanceof DateTime || $expected instanceof DateTimeInterface) && - ($actual instanceof DateTime || $actual instanceof DateTimeInterface); + return ($expected instanceof DateTimeInterface) && + ($actual instanceof DateTimeInterface); } /** - * Asserts that two values are equal. - * - * @param mixed $expected First value to compare - * @param mixed $actual Second value to compare - * @param float $delta Allowed numerical distance between two values to consider them equal - * @param bool $canonicalize Arrays are sorted before comparison when set to true - * @param bool $ignoreCase Case is ignored when set to true - * @param array $processed List of already processed elements (used to prevent infinite recursion) - * - * @throws Exception * @throws ComparisonFailure */ - public function assertEquals($expected, $actual, $delta = 0.0, $canonicalize = false, $ignoreCase = false, array &$processed = [])/*: void*/ + public function assertEquals(mixed $expected, mixed $actual, float $delta = 0.0, bool $canonicalize = false, bool $ignoreCase = false, array &$processed = []): void { - /** @var DateTimeInterface $expected */ - /** @var DateTimeInterface $actual */ + assert($expected instanceof DateTimeInterface); + assert($actual instanceof DateTimeInterface); + $absDelta = abs($delta); $delta = new DateInterval(sprintf('PT%dS', $absDelta)); $delta->f = $absDelta - floor($absDelta); @@ -75,7 +54,6 @@ class DateTimeComparator extends ObjectComparator $actual, $this->dateTimeToString($expected), $this->dateTimeToString($actual), - false, 'Failed asserting that two DateTime objects are equal.' ); } diff --git a/Sources/vendor/sebastian/comparator/src/DoubleComparator.php b/Sources/vendor/sebastian/comparator/src/DoubleComparator.php deleted file mode 100755 index 42352219..00000000 --- a/Sources/vendor/sebastian/comparator/src/DoubleComparator.php +++ /dev/null @@ -1,61 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace SebastianBergmann\Comparator; - -use function is_float; -use function is_numeric; - -/** - * Compares doubles for equality. - * - * @deprecated since v3.0.5 and v4.0.8 - */ -class DoubleComparator extends NumericComparator -{ - /** - * Smallest value available in PHP. - * - * @var float - */ - public const EPSILON = 0.0000000001; - - /** - * Returns whether the comparator can compare two values. - * - * @param mixed $expected The first value to compare - * @param mixed $actual The second value to compare - * - * @return bool - */ - public function accepts($expected, $actual) - { - return (is_float($expected) || is_float($actual)) && is_numeric($expected) && is_numeric($actual); - } - - /** - * Asserts that two values are equal. - * - * @param mixed $expected First value to compare - * @param mixed $actual Second value to compare - * @param float $delta Allowed numerical distance between two values to consider them equal - * @param bool $canonicalize Arrays are sorted before comparison when set to true - * @param bool $ignoreCase Case is ignored when set to true - * - * @throws ComparisonFailure - */ - public function assertEquals($expected, $actual, $delta = 0.0, $canonicalize = false, $ignoreCase = false)/*: void*/ - { - if ($delta == 0) { - $delta = self::EPSILON; - } - - parent::assertEquals($expected, $actual, $delta, $canonicalize, $ignoreCase); - } -} diff --git a/Sources/vendor/sebastian/comparator/src/ExceptionComparator.php b/Sources/vendor/sebastian/comparator/src/ExceptionComparator.php old mode 100755 new mode 100644 index 1fc0174e..38843a85 --- a/Sources/vendor/sebastian/comparator/src/ExceptionComparator.php +++ b/Sources/vendor/sebastian/comparator/src/ExceptionComparator.php @@ -9,36 +9,23 @@ */ namespace SebastianBergmann\Comparator; +use function assert; use Exception; /** * Compares Exception instances for equality. */ -class ExceptionComparator extends ObjectComparator +final class ExceptionComparator extends ObjectComparator { - /** - * Returns whether the comparator can compare two values. - * - * @param mixed $expected The first value to compare - * @param mixed $actual The second value to compare - * - * @return bool - */ - public function accepts($expected, $actual) + public function accepts(mixed $expected, mixed $actual): bool { return $expected instanceof Exception && $actual instanceof Exception; } - /** - * Converts an object to an array containing all of its private, protected - * and public properties. - * - * @param object $object - * - * @return array - */ - protected function toArray($object) + protected function toArray(object $object): array { + assert($object instanceof Exception); + $array = parent::toArray($object); unset( diff --git a/Sources/vendor/sebastian/comparator/src/Factory.php b/Sources/vendor/sebastian/comparator/src/Factory.php old mode 100755 new mode 100644 index 6a8b5b44..7285c75f --- a/Sources/vendor/sebastian/comparator/src/Factory.php +++ b/Sources/vendor/sebastian/comparator/src/Factory.php @@ -11,30 +11,21 @@ namespace SebastianBergmann\Comparator; use function array_unshift; -/** - * Factory for comparators which compare values for equality. - */ -class Factory +final class Factory { - /** - * @var Factory - */ - private static $instance; + private static ?Factory $instance = null; /** - * @var Comparator[] + * @psalm-var list */ - private $customComparators = []; + private array $customComparators = []; /** - * @var Comparator[] + * @psalm-var list */ - private $defaultComparators = []; + private array $defaultComparators = []; - /** - * @return Factory - */ - public static function getInstance() + public static function getInstance(): self { if (self::$instance === null) { self::$instance = new self; // @codeCoverageIgnore @@ -43,23 +34,12 @@ class Factory return self::$instance; } - /** - * Constructs a new factory. - */ public function __construct() { $this->registerDefaultComparators(); } - /** - * Returns the correct comparator for comparing two values. - * - * @param mixed $expected The first value to compare - * @param mixed $actual The second value to compare - * - * @return Comparator - */ - public function getComparatorFor($expected, $actual) + public function getComparatorFor(mixed $expected, mixed $actual): Comparator { foreach ($this->customComparators as $comparator) { if ($comparator->accepts($expected, $actual)) { @@ -83,10 +63,8 @@ class Factory * returns TRUE for the compared values. It has higher priority than the * existing comparators, meaning that its accept() method will be invoked * before those of the other comparators. - * - * @param Comparator $comparator The comparator to be registered */ - public function register(Comparator $comparator)/*: void*/ + public function register(Comparator $comparator): void { array_unshift($this->customComparators, $comparator); @@ -97,10 +75,8 @@ class Factory * Unregisters a comparator. * * This comparator will no longer be considered by getComparatorFor(). - * - * @param Comparator $comparator The comparator to be unregistered */ - public function unregister(Comparator $comparator)/*: void*/ + public function unregister(Comparator $comparator): void { foreach ($this->customComparators as $key => $_comparator) { if ($comparator === $_comparator) { @@ -109,10 +85,7 @@ class Factory } } - /** - * Unregisters all non-default comparators. - */ - public function reset()/*: void*/ + public function reset(): void { $this->customComparators = []; } diff --git a/Sources/vendor/sebastian/comparator/src/MockObjectComparator.php b/Sources/vendor/sebastian/comparator/src/MockObjectComparator.php old mode 100755 new mode 100644 index cb670316..67d5ade0 --- a/Sources/vendor/sebastian/comparator/src/MockObjectComparator.php +++ b/Sources/vendor/sebastian/comparator/src/MockObjectComparator.php @@ -9,39 +9,34 @@ */ namespace SebastianBergmann\Comparator; -use PHPUnit\Framework\MockObject\MockObject; +use function array_keys; +use function assert; +use function str_starts_with; +use PHPUnit\Framework\MockObject\Stub; /** * Compares PHPUnit\Framework\MockObject\MockObject instances for equality. */ -class MockObjectComparator extends ObjectComparator +final class MockObjectComparator extends ObjectComparator { - /** - * Returns whether the comparator can compare two values. - * - * @param mixed $expected The first value to compare - * @param mixed $actual The second value to compare - * - * @return bool - */ - public function accepts($expected, $actual) + public function accepts(mixed $expected, mixed $actual): bool { - return $expected instanceof MockObject && $actual instanceof MockObject; + return $expected instanceof Stub && $actual instanceof Stub; } - /** - * Converts an object to an array containing all of its private, protected - * and public properties. - * - * @param object $object - * - * @return array - */ - protected function toArray($object) + protected function toArray(object $object): array { + assert($object instanceof Stub); + $array = parent::toArray($object); - unset($array['__phpunit_invocationMocker']); + foreach (array_keys($array) as $key) { + if (!str_starts_with($key, '__phpunit_')) { + continue; + } + + unset($array[$key]); + } return $array; } diff --git a/Sources/vendor/sebastian/comparator/src/NumericComparator.php b/Sources/vendor/sebastian/comparator/src/NumericComparator.php old mode 100755 new mode 100644 index 841881c9..576c839d --- a/Sources/vendor/sebastian/comparator/src/NumericComparator.php +++ b/Sources/vendor/sebastian/comparator/src/NumericComparator.php @@ -16,21 +16,11 @@ use function is_nan; use function is_numeric; use function is_string; use function sprintf; +use SebastianBergmann\Exporter\Exporter; -/** - * Compares numerical values for equality. - */ -class NumericComparator extends ScalarComparator +final class NumericComparator extends ScalarComparator { - /** - * Returns whether the comparator can compare two values. - * - * @param mixed $expected The first value to compare - * @param mixed $actual The second value to compare - * - * @return bool - */ - public function accepts($expected, $actual) + public function accepts(mixed $expected, mixed $actual): bool { // all numerical values, but not if both of them are strings return is_numeric($expected) && is_numeric($actual) && @@ -38,17 +28,9 @@ class NumericComparator extends ScalarComparator } /** - * Asserts that two values are equal. - * - * @param mixed $expected First value to compare - * @param mixed $actual Second value to compare - * @param float $delta Allowed numerical distance between two values to consider them equal - * @param bool $canonicalize Arrays are sorted before comparison when set to true - * @param bool $ignoreCase Case is ignored when set to true - * * @throws ComparisonFailure */ - public function assertEquals($expected, $actual, $delta = 0.0, $canonicalize = false, $ignoreCase = false)/*: void*/ + public function assertEquals(mixed $expected, mixed $actual, float $delta = 0.0, bool $canonicalize = false, bool $ignoreCase = false): void { if ($this->isInfinite($actual) && $this->isInfinite($expected)) { return; @@ -57,27 +39,28 @@ class NumericComparator extends ScalarComparator if (($this->isInfinite($actual) xor $this->isInfinite($expected)) || ($this->isNan($actual) || $this->isNan($expected)) || abs($actual - $expected) > $delta) { + $exporter = new Exporter; + throw new ComparisonFailure( $expected, $actual, '', '', - false, sprintf( 'Failed asserting that %s matches expected %s.', - $this->exporter->export($actual), - $this->exporter->export($expected) + $exporter->export($actual), + $exporter->export($expected) ) ); } } - private function isInfinite($value): bool + private function isInfinite(mixed $value): bool { return is_float($value) && is_infinite($value); } - private function isNan($value): bool + private function isNan(mixed $value): bool { return is_float($value) && is_nan($value); } diff --git a/Sources/vendor/sebastian/comparator/src/ObjectComparator.php b/Sources/vendor/sebastian/comparator/src/ObjectComparator.php old mode 100755 new mode 100644 index 9380ba15..09fc78db --- a/Sources/vendor/sebastian/comparator/src/ObjectComparator.php +++ b/Sources/vendor/sebastian/comparator/src/ObjectComparator.php @@ -9,55 +9,40 @@ */ namespace SebastianBergmann\Comparator; -use function get_class; +use function assert; use function in_array; use function is_object; use function sprintf; use function substr_replace; +use SebastianBergmann\Exporter\Exporter; -/** - * Compares objects for equality. - */ class ObjectComparator extends ArrayComparator { - /** - * Returns whether the comparator can compare two values. - * - * @param mixed $expected The first value to compare - * @param mixed $actual The second value to compare - * - * @return bool - */ - public function accepts($expected, $actual) + public function accepts(mixed $expected, mixed $actual): bool { return is_object($expected) && is_object($actual); } /** - * Asserts that two values are equal. - * - * @param mixed $expected First value to compare - * @param mixed $actual Second value to compare - * @param float $delta Allowed numerical distance between two values to consider them equal - * @param bool $canonicalize Arrays are sorted before comparison when set to true - * @param bool $ignoreCase Case is ignored when set to true - * @param array $processed List of already processed elements (used to prevent infinite recursion) - * * @throws ComparisonFailure */ - public function assertEquals($expected, $actual, $delta = 0.0, $canonicalize = false, $ignoreCase = false, array &$processed = [])/*: void*/ + public function assertEquals(mixed $expected, mixed $actual, float $delta = 0.0, bool $canonicalize = false, bool $ignoreCase = false, array &$processed = []): void { - if (get_class($actual) !== get_class($expected)) { + assert(is_object($expected)); + assert(is_object($actual)); + + if ($actual::class !== $expected::class) { + $exporter = new Exporter; + throw new ComparisonFailure( $expected, $actual, - $this->exporter->export($expected), - $this->exporter->export($actual), - false, + $exporter->export($expected), + $exporter->export($actual), sprintf( '%s is not instance of expected class "%s".', - $this->exporter->export($actual), - get_class($expected) + $exporter->export($actual), + $expected::class ) ); } @@ -88,25 +73,16 @@ class ObjectComparator extends ArrayComparator $expected, $actual, // replace "Array" with "MyClass object" - substr_replace($e->getExpectedAsString(), get_class($expected) . ' Object', 0, 5), - substr_replace($e->getActualAsString(), get_class($actual) . ' Object', 0, 5), - false, + substr_replace($e->getExpectedAsString(), $expected::class . ' Object', 0, 5), + substr_replace($e->getActualAsString(), $actual::class . ' Object', 0, 5), 'Failed asserting that two objects are equal.' ); } } } - /** - * Converts an object to an array containing all of its private, protected - * and public properties. - * - * @param object $object - * - * @return array - */ - protected function toArray($object) + protected function toArray(object $object): array { - return $this->exporter->toArray($object); + return (new Exporter)->toArray($object); } } diff --git a/Sources/vendor/sebastian/comparator/src/ResourceComparator.php b/Sources/vendor/sebastian/comparator/src/ResourceComparator.php old mode 100755 new mode 100644 index 7822598b..91440ced --- a/Sources/vendor/sebastian/comparator/src/ResourceComparator.php +++ b/Sources/vendor/sebastian/comparator/src/ResourceComparator.php @@ -9,45 +9,33 @@ */ namespace SebastianBergmann\Comparator; +use function assert; use function is_resource; +use SebastianBergmann\Exporter\Exporter; -/** - * Compares resources for equality. - */ -class ResourceComparator extends Comparator +final class ResourceComparator extends Comparator { - /** - * Returns whether the comparator can compare two values. - * - * @param mixed $expected The first value to compare - * @param mixed $actual The second value to compare - * - * @return bool - */ - public function accepts($expected, $actual) + public function accepts(mixed $expected, mixed $actual): bool { return is_resource($expected) && is_resource($actual); } /** - * Asserts that two values are equal. - * - * @param mixed $expected First value to compare - * @param mixed $actual Second value to compare - * @param float $delta Allowed numerical distance between two values to consider them equal - * @param bool $canonicalize Arrays are sorted before comparison when set to true - * @param bool $ignoreCase Case is ignored when set to true - * * @throws ComparisonFailure */ - public function assertEquals($expected, $actual, $delta = 0.0, $canonicalize = false, $ignoreCase = false)/*: void*/ + public function assertEquals(mixed $expected, mixed $actual, float $delta = 0.0, bool $canonicalize = false, bool $ignoreCase = false): void { + assert(is_resource($expected)); + assert(is_resource($actual)); + + $exporter = new Exporter; + if ($actual != $expected) { throw new ComparisonFailure( $expected, $actual, - $this->exporter->export($expected), - $this->exporter->export($actual) + $exporter->export($expected), + $exporter->export($actual) ); } } diff --git a/Sources/vendor/sebastian/comparator/src/ScalarComparator.php b/Sources/vendor/sebastian/comparator/src/ScalarComparator.php old mode 100755 new mode 100644 index 7f131229..50a71ac1 --- a/Sources/vendor/sebastian/comparator/src/ScalarComparator.php +++ b/Sources/vendor/sebastian/comparator/src/ScalarComparator.php @@ -13,49 +13,33 @@ use function is_bool; use function is_object; use function is_scalar; use function is_string; +use function mb_strtolower; use function method_exists; use function sprintf; -use function strtolower; +use SebastianBergmann\Exporter\Exporter; /** * Compares scalar or NULL values for equality. */ class ScalarComparator extends Comparator { - /** - * Returns whether the comparator can compare two values. - * - * @param mixed $expected The first value to compare - * @param mixed $actual The second value to compare - * - * @return bool - * - * @since Method available since Release 3.6.0 - */ - public function accepts($expected, $actual) + public function accepts(mixed $expected, mixed $actual): bool { return ((is_scalar($expected) xor null === $expected) && - (is_scalar($actual) xor null === $actual)) + (is_scalar($actual) xor null === $actual)) || // allow comparison between strings and objects featuring __toString() - || (is_string($expected) && is_object($actual) && method_exists($actual, '__toString')) - || (is_object($expected) && method_exists($expected, '__toString') && is_string($actual)); + (is_string($expected) && is_object($actual) && method_exists($actual, '__toString')) || + (is_object($expected) && method_exists($expected, '__toString') && is_string($actual)); } /** - * Asserts that two values are equal. - * - * @param mixed $expected First value to compare - * @param mixed $actual Second value to compare - * @param float $delta Allowed numerical distance between two values to consider them equal - * @param bool $canonicalize Arrays are sorted before comparison when set to true - * @param bool $ignoreCase Case is ignored when set to true - * * @throws ComparisonFailure */ - public function assertEquals($expected, $actual, $delta = 0.0, $canonicalize = false, $ignoreCase = false)/*: void*/ + public function assertEquals(mixed $expected, mixed $actual, float $delta = 0.0, bool $canonicalize = false, bool $ignoreCase = false): void { $expectedToCompare = $expected; $actualToCompare = $actual; + $exporter = new Exporter; // always compare as strings to avoid strange behaviour // otherwise 0 == 'Foobar' @@ -64,8 +48,8 @@ class ScalarComparator extends Comparator $actualToCompare = (string) $actualToCompare; if ($ignoreCase) { - $expectedToCompare = strtolower($expectedToCompare); - $actualToCompare = strtolower($actualToCompare); + $expectedToCompare = mb_strtolower($expectedToCompare, 'UTF-8'); + $actualToCompare = mb_strtolower($actualToCompare, 'UTF-8'); } } @@ -73,9 +57,8 @@ class ScalarComparator extends Comparator throw new ComparisonFailure( $expected, $actual, - $this->exporter->export($expected), - $this->exporter->export($actual), - false, + $exporter->export($expected), + $exporter->export($actual), 'Failed asserting that two strings are equal.' ); } @@ -87,11 +70,10 @@ class ScalarComparator extends Comparator // no diff is required '', '', - false, sprintf( 'Failed asserting that %s matches expected %s.', - $this->exporter->export($actual), - $this->exporter->export($expected) + $exporter->export($actual), + $exporter->export($expected) ) ); } diff --git a/Sources/vendor/sebastian/comparator/src/SplObjectStorageComparator.php b/Sources/vendor/sebastian/comparator/src/SplObjectStorageComparator.php old mode 100755 new mode 100644 index d9b6f541..144622d6 --- a/Sources/vendor/sebastian/comparator/src/SplObjectStorageComparator.php +++ b/Sources/vendor/sebastian/comparator/src/SplObjectStorageComparator.php @@ -9,47 +9,34 @@ */ namespace SebastianBergmann\Comparator; +use function assert; +use SebastianBergmann\Exporter\Exporter; use SplObjectStorage; -/** - * Compares \SplObjectStorage instances for equality. - */ -class SplObjectStorageComparator extends Comparator +final class SplObjectStorageComparator extends Comparator { - /** - * Returns whether the comparator can compare two values. - * - * @param mixed $expected The first value to compare - * @param mixed $actual The second value to compare - * - * @return bool - */ - public function accepts($expected, $actual) + public function accepts(mixed $expected, mixed $actual): bool { return $expected instanceof SplObjectStorage && $actual instanceof SplObjectStorage; } /** - * Asserts that two values are equal. - * - * @param mixed $expected First value to compare - * @param mixed $actual Second value to compare - * @param float $delta Allowed numerical distance between two values to consider them equal - * @param bool $canonicalize Arrays are sorted before comparison when set to true - * @param bool $ignoreCase Case is ignored when set to true - * * @throws ComparisonFailure */ - public function assertEquals($expected, $actual, $delta = 0.0, $canonicalize = false, $ignoreCase = false)/*: void*/ + public function assertEquals(mixed $expected, mixed $actual, float $delta = 0.0, bool $canonicalize = false, bool $ignoreCase = false): void { + assert($expected instanceof SplObjectStorage); + assert($actual instanceof SplObjectStorage); + + $exporter = new Exporter; + foreach ($actual as $object) { if (!$expected->contains($object)) { throw new ComparisonFailure( $expected, $actual, - $this->exporter->export($expected), - $this->exporter->export($actual), - false, + $exporter->export($expected), + $exporter->export($actual), 'Failed asserting that two objects are equal.' ); } @@ -60,9 +47,8 @@ class SplObjectStorageComparator extends Comparator throw new ComparisonFailure( $expected, $actual, - $this->exporter->export($expected), - $this->exporter->export($actual), - false, + $exporter->export($expected), + $exporter->export($actual), 'Failed asserting that two objects are equal.' ); } diff --git a/Sources/vendor/sebastian/comparator/src/TypeComparator.php b/Sources/vendor/sebastian/comparator/src/TypeComparator.php old mode 100755 new mode 100644 index b0d38d72..8e9dfacc --- a/Sources/vendor/sebastian/comparator/src/TypeComparator.php +++ b/Sources/vendor/sebastian/comparator/src/TypeComparator.php @@ -11,37 +11,19 @@ namespace SebastianBergmann\Comparator; use function gettype; use function sprintf; +use SebastianBergmann\Exporter\Exporter; -/** - * Compares values for type equality. - */ -class TypeComparator extends Comparator +final class TypeComparator extends Comparator { - /** - * Returns whether the comparator can compare two values. - * - * @param mixed $expected The first value to compare - * @param mixed $actual The second value to compare - * - * @return bool - */ - public function accepts($expected, $actual) + public function accepts(mixed $expected, mixed $actual): bool { return true; } /** - * Asserts that two values are equal. - * - * @param mixed $expected First value to compare - * @param mixed $actual Second value to compare - * @param float $delta Allowed numerical distance between two values to consider them equal - * @param bool $canonicalize Arrays are sorted before comparison when set to true - * @param bool $ignoreCase Case is ignored when set to true - * * @throws ComparisonFailure */ - public function assertEquals($expected, $actual, $delta = 0.0, $canonicalize = false, $ignoreCase = false)/*: void*/ + public function assertEquals(mixed $expected, mixed $actual, float $delta = 0.0, bool $canonicalize = false, bool $ignoreCase = false): void { if (gettype($expected) != gettype($actual)) { throw new ComparisonFailure( @@ -50,10 +32,9 @@ class TypeComparator extends Comparator // we don't need a diff '', '', - false, sprintf( '%s does not match expected type "%s".', - $this->exporter->shortenedExport($actual), + (new Exporter)->shortenedExport($actual), gettype($expected) ) ); diff --git a/Sources/vendor/sebastian/comparator/src/exceptions/Exception.php b/Sources/vendor/sebastian/comparator/src/exceptions/Exception.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/sebastian/comparator/src/exceptions/RuntimeException.php b/Sources/vendor/sebastian/comparator/src/exceptions/RuntimeException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/sebastian/complexity/.psalm/baseline.xml b/Sources/vendor/sebastian/complexity/.psalm/baseline.xml deleted file mode 100755 index 77e688e0..00000000 --- a/Sources/vendor/sebastian/complexity/.psalm/baseline.xml +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/Sources/vendor/sebastian/complexity/ChangeLog.md b/Sources/vendor/sebastian/complexity/ChangeLog.md old mode 100755 new mode 100644 index cb93ff62..3045ccbe --- a/Sources/vendor/sebastian/complexity/ChangeLog.md +++ b/Sources/vendor/sebastian/complexity/ChangeLog.md @@ -2,6 +2,30 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles. +## [3.1.0] - 2023-09-28 + +### Added + +* `Complexity::isFunction()` and `Complexity::isMethod()` +* `ComplexityCollection::isFunction()` and `ComplexityCollection::isMethod()` +* `ComplexityCollection::mergeWith()` + +### Fixed + +* Anonymous classes are not processed correctly + +## [3.0.1] - 2023-08-31 + +### Fixed + +* [#7](https://github.com/sebastianbergmann/complexity/pull/7): `ComplexityCalculatingVisitor` tries to process interface methods + +## [3.0.0] - 2023-02-03 + +### Removed + +* This component is no longer supported on PHP 7.3, PHP 7.4 and PHP 8.0 + ## [2.0.2] - 2020-10-26 ### Fixed @@ -24,6 +48,9 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt * Initial release +[3.1.0]: https://github.com/sebastianbergmann/complexity/compare/3.0.1...3.1.0 +[3.0.1]: https://github.com/sebastianbergmann/complexity/compare/3.0.0...3.0.1 +[3.0.0]: https://github.com/sebastianbergmann/complexity/compare/2.0.2...3.0.0 [2.0.2]: https://github.com/sebastianbergmann/complexity/compare/2.0.1...2.0.2 [2.0.1]: https://github.com/sebastianbergmann/complexity/compare/2.0.0...2.0.1 [2.0.0]: https://github.com/sebastianbergmann/complexity/compare/1.0.0...2.0.0 diff --git a/Sources/vendor/sebastian/complexity/LICENSE b/Sources/vendor/sebastian/complexity/LICENSE old mode 100755 new mode 100644 index 5f818df6..5716d965 --- a/Sources/vendor/sebastian/complexity/LICENSE +++ b/Sources/vendor/sebastian/complexity/LICENSE @@ -1,33 +1,29 @@ -sebastian/complexity +BSD 3-Clause License -Copyright (c) 2020, Sebastian Bergmann . +Copyright (c) 2020-2023, Sebastian Bergmann All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. - * Neither the name of Sebastian Bergmann nor the names of his - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Sources/vendor/sebastian/complexity/README.md b/Sources/vendor/sebastian/complexity/README.md old mode 100755 new mode 100644 index 5f53b0b5..3903c36b --- a/Sources/vendor/sebastian/complexity/README.md +++ b/Sources/vendor/sebastian/complexity/README.md @@ -1,12 +1,12 @@ +[![Latest Stable Version](https://poser.pugx.org/sebastian/complexity/v/stable.png)](https://packagist.org/packages/sebastian/complexity) +[![CI Status](https://github.com/sebastianbergmann/complexity/workflows/CI/badge.svg)](https://github.com/sebastianbergmann/complexity/actions) +[![Type Coverage](https://shepherd.dev/github/sebastianbergmann/complexity/coverage.svg)](https://shepherd.dev/github/sebastianbergmann/complexity) +[![codecov](https://codecov.io/gh/sebastianbergmann/complexity/branch/main/graph/badge.svg)](https://codecov.io/gh/sebastianbergmann/complexity) + # sebastian/complexity Library for calculating the complexity of PHP code units. -[![Latest Stable Version](https://img.shields.io/packagist/v/sebastian/complexity.svg?style=flat-square)](https://packagist.org/packages/sebastian/complexity) -[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.3-8892BF.svg?style=flat-square)](https://php.net/) -[![CI Status](https://github.com/sebastianbergmann/complexity/workflows/CI/badge.svg?branch=master&event=push)](https://phpunit.de/build-status.html) -[![Type Coverage](https://shepherd.dev/github/sebastianbergmann/complexity/coverage.svg)](https://shepherd.dev/github/sebastianbergmann/complexity) - ## Installation You can add this library as a local, per-project dependency to your project using [Composer](https://getcomposer.org/): diff --git a/Sources/vendor/sebastian/complexity/SECURITY.md b/Sources/vendor/sebastian/complexity/SECURITY.md new file mode 100644 index 00000000..d88ff001 --- /dev/null +++ b/Sources/vendor/sebastian/complexity/SECURITY.md @@ -0,0 +1,30 @@ +# Security Policy + +If you believe you have found a security vulnerability in the library that is developed in this repository, please report it to us through coordinated disclosure. + +**Please do not report security vulnerabilities through public GitHub issues, discussions, or pull requests.** + +Instead, please email `sebastian@phpunit.de`. + +Please include as much of the information listed below as you can to help us better understand and resolve the issue: + +* The type of issue +* Full paths of source file(s) related to the manifestation of the issue +* The location of the affected source code (tag/branch/commit or direct URL) +* Any special configuration required to reproduce the issue +* Step-by-step instructions to reproduce the issue +* Proof-of-concept or exploit code (if possible) +* Impact of the issue, including how an attacker might exploit the issue + +This information will help us triage your report more quickly. + +## Web Context + +The library that is developed in this repository was either extracted from [PHPUnit](https://github.com/sebastianbergmann/phpunit) or developed specifically as a dependency for PHPUnit. + +The library is developed with a focus on development environments and the command-line. No specific testing or hardening with regard to using the library in an HTTP or web context or with untrusted input data is performed. The library might also contain functionality that intentionally exposes internal application data for debugging purposes. + +If the library is used in a web application, the application developer is responsible for filtering inputs or escaping outputs as necessary and for verifying that the used functionality is safe for use within the intended context. + +Vulnerabilities specific to the use outside a development context will be fixed as applicable, provided that the fix does not have an averse effect on the primary use case for development purposes. + diff --git a/Sources/vendor/sebastian/complexity/composer.json b/Sources/vendor/sebastian/complexity/composer.json old mode 100755 new mode 100644 index 7aa38314..78f6ffb5 --- a/Sources/vendor/sebastian/complexity/composer.json +++ b/Sources/vendor/sebastian/complexity/composer.json @@ -12,18 +12,20 @@ } ], "support": { - "issues": "https://github.com/sebastianbergmann/complexity/issues" + "issues": "https://github.com/sebastianbergmann/complexity/issues", + "security": "https://github.com/sebastianbergmann/complexity/security/policy" }, + "prefer-stable": true, "require": { - "php": ">=7.3", - "nikic/php-parser": "^4.7" + "php": ">=8.1", + "nikic/php-parser": "^4.10" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "config": { "platform": { - "php": "7.3.0" + "php": "8.1.0" }, "optimize-autoloader": true, "sort-packages": true @@ -35,7 +37,7 @@ }, "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-main": "3.1-dev" } } } diff --git a/Sources/vendor/sebastian/complexity/src/Calculator.php b/Sources/vendor/sebastian/complexity/src/Calculator.php old mode 100755 new mode 100644 index 9abdcd16..02f3270b --- a/Sources/vendor/sebastian/complexity/src/Calculator.php +++ b/Sources/vendor/sebastian/complexity/src/Calculator.php @@ -9,6 +9,8 @@ */ namespace SebastianBergmann\Complexity; +use function assert; +use function file_get_contents; use PhpParser\Error; use PhpParser\Lexer; use PhpParser\Node; @@ -44,8 +46,8 @@ final class Calculator } catch (Error $error) { throw new RuntimeException( $error->getMessage(), - (int) $error->getCode(), - $error + $error->getCode(), + $error, ); } // @codeCoverageIgnoreEnd @@ -72,8 +74,8 @@ final class Calculator } catch (Error $error) { throw new RuntimeException( $error->getMessage(), - (int) $error->getCode(), - $error + $error->getCode(), + $error, ); } // @codeCoverageIgnoreEnd diff --git a/Sources/vendor/sebastian/complexity/src/Complexity/Complexity.php b/Sources/vendor/sebastian/complexity/src/Complexity/Complexity.php old mode 100755 new mode 100644 index dc6708dd..5203454b --- a/Sources/vendor/sebastian/complexity/src/Complexity/Complexity.php +++ b/Sources/vendor/sebastian/complexity/src/Complexity/Complexity.php @@ -9,34 +9,56 @@ */ namespace SebastianBergmann\Complexity; +use function str_contains; + /** * @psalm-immutable */ final class Complexity { /** - * @var string + * @psalm-var non-empty-string */ - private $name; + private readonly string $name; /** - * @var int + * @psalm-var positive-int */ - private $cyclomaticComplexity; + private int $cyclomaticComplexity; + /** + * @psalm-param non-empty-string $name + * @psalm-param positive-int $cyclomaticComplexity + */ public function __construct(string $name, int $cyclomaticComplexity) { $this->name = $name; $this->cyclomaticComplexity = $cyclomaticComplexity; } + /** + * @psalm-return non-empty-string + */ public function name(): string { return $this->name; } + /** + * @psalm-return positive-int + */ public function cyclomaticComplexity(): int { return $this->cyclomaticComplexity; } + + public function isFunction(): bool + { + return !$this->isMethod(); + } + + public function isMethod(): bool + { + return str_contains($this->name, '::'); + } } diff --git a/Sources/vendor/sebastian/complexity/src/Complexity/ComplexityCollection.php b/Sources/vendor/sebastian/complexity/src/Complexity/ComplexityCollection.php old mode 100755 new mode 100644 index ccbddbf7..341db6cd --- a/Sources/vendor/sebastian/complexity/src/Complexity/ComplexityCollection.php +++ b/Sources/vendor/sebastian/complexity/src/Complexity/ComplexityCollection.php @@ -9,6 +9,9 @@ */ namespace SebastianBergmann\Complexity; +use function array_filter; +use function array_merge; +use function array_values; use function count; use Countable; use IteratorAggregate; @@ -21,7 +24,7 @@ final class ComplexityCollection implements Countable, IteratorAggregate /** * @psalm-var list */ - private $items = []; + private readonly array $items; public static function fromList(Complexity ...$items): self { @@ -49,6 +52,9 @@ final class ComplexityCollection implements Countable, IteratorAggregate return new ComplexityCollectionIterator($this); } + /** + * @psalm-return non-negative-int + */ public function count(): int { return count($this->items); @@ -59,6 +65,9 @@ final class ComplexityCollection implements Countable, IteratorAggregate return empty($this->items); } + /** + * @psalm-return non-negative-int + */ public function cyclomaticComplexity(): int { $cyclomaticComplexity = 0; @@ -69,4 +78,38 @@ final class ComplexityCollection implements Countable, IteratorAggregate return $cyclomaticComplexity; } + + public function isFunction(): self + { + return new self( + array_values( + array_filter( + $this->items, + static fn (Complexity $complexity): bool => $complexity->isFunction(), + ), + ), + ); + } + + public function isMethod(): self + { + return new self( + array_values( + array_filter( + $this->items, + static fn (Complexity $complexity): bool => $complexity->isMethod(), + ), + ), + ); + } + + public function mergeWith(self $other): self + { + return new self( + array_merge( + $this->asArray(), + $other->asArray(), + ), + ); + } } diff --git a/Sources/vendor/sebastian/complexity/src/Complexity/ComplexityCollectionIterator.php b/Sources/vendor/sebastian/complexity/src/Complexity/ComplexityCollectionIterator.php old mode 100755 new mode 100644 index ec39e199..c3ac6908 --- a/Sources/vendor/sebastian/complexity/src/Complexity/ComplexityCollectionIterator.php +++ b/Sources/vendor/sebastian/complexity/src/Complexity/ComplexityCollectionIterator.php @@ -16,12 +16,8 @@ final class ComplexityCollectionIterator implements Iterator /** * @psalm-var list */ - private $items; - - /** - * @var int - */ - private $position = 0; + private readonly array $items; + private int $position = 0; public function __construct(ComplexityCollection $items) { diff --git a/Sources/vendor/sebastian/complexity/src/Exception/Exception.php b/Sources/vendor/sebastian/complexity/src/Exception/Exception.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/sebastian/complexity/src/Exception/RuntimeException.php b/Sources/vendor/sebastian/complexity/src/Exception/RuntimeException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/sebastian/complexity/src/Visitor/ComplexityCalculatingVisitor.php b/Sources/vendor/sebastian/complexity/src/Visitor/ComplexityCalculatingVisitor.php old mode 100755 new mode 100644 index b69f2b09..0314bf1d --- a/Sources/vendor/sebastian/complexity/src/Visitor/ComplexityCalculatingVisitor.php +++ b/Sources/vendor/sebastian/complexity/src/Visitor/ComplexityCalculatingVisitor.php @@ -12,11 +12,13 @@ namespace SebastianBergmann\Complexity; use function assert; use function is_array; use PhpParser\Node; +use PhpParser\Node\Expr\New_; use PhpParser\Node\Name; use PhpParser\Node\Stmt; use PhpParser\Node\Stmt\Class_; use PhpParser\Node\Stmt\ClassMethod; use PhpParser\Node\Stmt\Function_; +use PhpParser\Node\Stmt\Interface_; use PhpParser\Node\Stmt\Trait_; use PhpParser\NodeTraverser; use PhpParser\NodeVisitorAbstract; @@ -26,12 +28,8 @@ final class ComplexityCalculatingVisitor extends NodeVisitorAbstract /** * @psalm-var list */ - private $result = []; - - /** - * @var bool - */ - private $shortCircuitTraversal; + private array $result = []; + private bool $shortCircuitTraversal; public function __construct(bool $shortCircuitTraversal) { @@ -45,6 +43,14 @@ final class ComplexityCalculatingVisitor extends NodeVisitorAbstract } if ($node instanceof ClassMethod) { + if ($node->getAttribute('parent') instanceof Interface_) { + return null; + } + + if ($node->isAbstract()) { + return null; + } + $name = $this->classMethodName($node); } else { $name = $this->functionName($node); @@ -56,7 +62,7 @@ final class ComplexityCalculatingVisitor extends NodeVisitorAbstract $this->result[] = new Complexity( $name, - $this->cyclomaticComplexity($statements) + $this->cyclomaticComplexity($statements), ); if ($this->shortCircuitTraversal) { @@ -73,6 +79,8 @@ final class ComplexityCalculatingVisitor extends NodeVisitorAbstract /** * @param Stmt[] $statements + * + * @psalm-return positive-int */ private function cyclomaticComplexity(array $statements): int { @@ -88,22 +96,37 @@ final class ComplexityCalculatingVisitor extends NodeVisitorAbstract return $cyclomaticComplexityCalculatingVisitor->cyclomaticComplexity(); } + /** + * @psalm-return non-empty-string + */ private function classMethodName(ClassMethod $node): string { $parent = $node->getAttribute('parent'); assert($parent instanceof Class_ || $parent instanceof Trait_); + + if ($parent->getAttribute('parent') instanceof New_) { + return 'anonymous class'; + } + assert(isset($parent->namespacedName)); assert($parent->namespacedName instanceof Name); return $parent->namespacedName->toString() . '::' . $node->name->toString(); } + /** + * @psalm-return non-empty-string + */ private function functionName(Function_ $node): string { assert(isset($node->namespacedName)); assert($node->namespacedName instanceof Name); - return $node->namespacedName->toString(); + $functionName = $node->namespacedName->toString(); + + assert($functionName !== ''); + + return $functionName; } } diff --git a/Sources/vendor/sebastian/complexity/src/Visitor/CyclomaticComplexityCalculatingVisitor.php b/Sources/vendor/sebastian/complexity/src/Visitor/CyclomaticComplexityCalculatingVisitor.php old mode 100755 new mode 100644 index d4430876..551ed1a0 --- a/Sources/vendor/sebastian/complexity/src/Visitor/CyclomaticComplexityCalculatingVisitor.php +++ b/Sources/vendor/sebastian/complexity/src/Visitor/CyclomaticComplexityCalculatingVisitor.php @@ -9,7 +9,6 @@ */ namespace SebastianBergmann\Complexity; -use function get_class; use PhpParser\Node; use PhpParser\Node\Expr\BinaryOp\BooleanAnd; use PhpParser\Node\Expr\BinaryOp\BooleanOr; @@ -28,14 +27,13 @@ use PhpParser\NodeVisitorAbstract; final class CyclomaticComplexityCalculatingVisitor extends NodeVisitorAbstract { /** - * @var int + * @psalm-var positive-int */ - private $cyclomaticComplexity = 1; + private int $cyclomaticComplexity = 1; public function enterNode(Node $node): void { - /* @noinspection GetClassMissUseInspection */ - switch (get_class($node)) { + switch ($node::class) { case BooleanAnd::class: case BooleanOr::class: case Case_::class: @@ -52,6 +50,9 @@ final class CyclomaticComplexityCalculatingVisitor extends NodeVisitorAbstract } } + /** + * @psalm-return positive-int + */ public function cyclomaticComplexity(): int { return $this->cyclomaticComplexity; diff --git a/Sources/vendor/sebastian/diff/ChangeLog.md b/Sources/vendor/sebastian/diff/ChangeLog.md old mode 100755 new mode 100644 index a6ccfad7..9142e50f --- a/Sources/vendor/sebastian/diff/ChangeLog.md +++ b/Sources/vendor/sebastian/diff/ChangeLog.md @@ -2,13 +2,34 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. -## [4.0.5] - 2023-05-07 +## [5.0.3] - 2023-05-01 ### Changed -* [#118](https://github.com/sebastianbergmann/diff/pull/118): Improve performance of `MemoryEfficientLongestCommonSubsequenceCalculator` * [#119](https://github.com/sebastianbergmann/diff/pull/119): Improve performance of `TimeEfficientLongestCommonSubsequenceCalculator` +## [5.0.2] - 2023-05-01 + +### Changed + +* [#118](https://github.com/sebastianbergmann/diff/pull/118): Improve performance of `MemoryEfficientLongestCommonSubsequenceCalculator` + +## [5.0.1] - 2023-03-23 + +### Fixed + +* [#115](https://github.com/sebastianbergmann/diff/pull/115): `Parser::parseFileDiff()` does not handle diffs correctly that only add lines or only remove lines + +## [5.0.0] - 2023-02-03 + +### Changed + +* Passing a `DiffOutputBuilderInterface` instance to `Differ::__construct()` is no longer optional + +### Removed + +* Removed support for PHP 7.3, PHP 7.4, and PHP 8.0 + ## [4.0.4] - 2020-10-26 ### Fixed @@ -83,7 +104,10 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt * This component is no longer supported on PHP 5.6 -[4.0.5]: https://github.com/sebastianbergmann/diff/compare/4.0.4...4.0.5 +[5.0.3]: https://github.com/sebastianbergmann/diff/compare/5.0.2...5.0.3 +[5.0.2]: https://github.com/sebastianbergmann/diff/compare/5.0.1...5.0.2 +[5.0.1]: https://github.com/sebastianbergmann/diff/compare/5.0.0...5.0.1 +[5.0.0]: https://github.com/sebastianbergmann/diff/compare/4.0.4...5.0.0 [4.0.4]: https://github.com/sebastianbergmann/diff/compare/4.0.3...4.0.4 [4.0.3]: https://github.com/sebastianbergmann/diff/compare/4.0.2...4.0.3 [4.0.2]: https://github.com/sebastianbergmann/diff/compare/4.0.1...4.0.2 diff --git a/Sources/vendor/sebastian/diff/LICENSE b/Sources/vendor/sebastian/diff/LICENSE old mode 100755 new mode 100644 index f22f31cf..a453252d --- a/Sources/vendor/sebastian/diff/LICENSE +++ b/Sources/vendor/sebastian/diff/LICENSE @@ -1,33 +1,29 @@ -sebastian/diff +BSD 3-Clause License -Copyright (c) 2002-2020, Sebastian Bergmann . +Copyright (c) 2002-2023, Sebastian Bergmann All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. - * Neither the name of Sebastian Bergmann nor the names of his - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Sources/vendor/sebastian/diff/README.md b/Sources/vendor/sebastian/diff/README.md old mode 100755 new mode 100644 index 734b852d..539dc59e --- a/Sources/vendor/sebastian/diff/README.md +++ b/Sources/vendor/sebastian/diff/README.md @@ -1,7 +1,9 @@ -# sebastian/diff - +[![Latest Stable Version](https://poser.pugx.org/sebastian/diff/v/stable.png)](https://packagist.org/packages/sebastian/diff) [![CI Status](https://github.com/sebastianbergmann/diff/workflows/CI/badge.svg)](https://github.com/sebastianbergmann/diff/actions) [![Type Coverage](https://shepherd.dev/github/sebastianbergmann/diff/coverage.svg)](https://shepherd.dev/github/sebastianbergmann/diff) +[![codecov](https://codecov.io/gh/sebastianbergmann/diff/branch/main/graph/badge.svg)](https://codecov.io/gh/sebastianbergmann/diff) + +# sebastian/diff Diff implementation for PHP, factored out of PHPUnit into a stand-alone component. @@ -78,9 +80,9 @@ $builder = new StrictUnifiedDiffOutputBuilder([ 'collapseRanges' => true, // ranges of length one are rendered with the trailing `,1` 'commonLineThreshold' => 6, // number of same lines before ending a new hunk and creating a new one (if needed) 'contextLines' => 3, // like `diff: -u, -U NUM, --unified[=NUM]`, for patch/git apply compatibility best to keep at least @ 3 - 'fromFile' => null, + 'fromFile' => '', 'fromFileDate' => null, - 'toFile' => null, + 'toFile' => '', 'toFileDate' => null, ]); @@ -200,3 +202,5 @@ The code above yields the output below: ) ) ) + +Note: If the chunk size is 0 lines, i.e., `getStartRange()` or `getEndRange()` return 0, the number of line returned by `getStart()` or `getEnd()` is one lower than one would expect. It is the line number after which the chunk should be inserted or deleted; in all other cases, it gives the first line number of the replaced range of lines. diff --git a/Sources/vendor/sebastian/diff/SECURITY.md b/Sources/vendor/sebastian/diff/SECURITY.md new file mode 100644 index 00000000..d88ff001 --- /dev/null +++ b/Sources/vendor/sebastian/diff/SECURITY.md @@ -0,0 +1,30 @@ +# Security Policy + +If you believe you have found a security vulnerability in the library that is developed in this repository, please report it to us through coordinated disclosure. + +**Please do not report security vulnerabilities through public GitHub issues, discussions, or pull requests.** + +Instead, please email `sebastian@phpunit.de`. + +Please include as much of the information listed below as you can to help us better understand and resolve the issue: + +* The type of issue +* Full paths of source file(s) related to the manifestation of the issue +* The location of the affected source code (tag/branch/commit or direct URL) +* Any special configuration required to reproduce the issue +* Step-by-step instructions to reproduce the issue +* Proof-of-concept or exploit code (if possible) +* Impact of the issue, including how an attacker might exploit the issue + +This information will help us triage your report more quickly. + +## Web Context + +The library that is developed in this repository was either extracted from [PHPUnit](https://github.com/sebastianbergmann/phpunit) or developed specifically as a dependency for PHPUnit. + +The library is developed with a focus on development environments and the command-line. No specific testing or hardening with regard to using the library in an HTTP or web context or with untrusted input data is performed. The library might also contain functionality that intentionally exposes internal application data for debugging purposes. + +If the library is used in a web application, the application developer is responsible for filtering inputs or escaping outputs as necessary and for verifying that the used functionality is safe for use within the intended context. + +Vulnerabilities specific to the use outside a development context will be fixed as applicable, provided that the fix does not have an averse effect on the primary use case for development purposes. + diff --git a/Sources/vendor/sebastian/diff/composer.json b/Sources/vendor/sebastian/diff/composer.json old mode 100755 new mode 100644 index cf92202b..cd37ef6b --- a/Sources/vendor/sebastian/diff/composer.json +++ b/Sources/vendor/sebastian/diff/composer.json @@ -14,19 +14,23 @@ "email": "mail@kore-nordmann.de" } ], + "support": { + "issues": "https://github.com/sebastianbergmann/diff/issues", + "security": "https://github.com/sebastianbergmann/diff/security/policy" + }, "prefer-stable": true, "config": { "platform": { - "php": "7.3.0" + "php": "8.1.0" }, "optimize-autoloader": true, "sort-packages": true }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3", + "phpunit/phpunit": "^10.0", "symfony/process": "^4.2 || ^5" }, "autoload": { @@ -41,7 +45,7 @@ }, "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-main": "5.0-dev" } } } diff --git a/Sources/vendor/sebastian/diff/src/Chunk.php b/Sources/vendor/sebastian/diff/src/Chunk.php old mode 100755 new mode 100644 index 16ae34f4..cdfdf00b --- a/Sources/vendor/sebastian/diff/src/Chunk.php +++ b/Sources/vendor/sebastian/diff/src/Chunk.php @@ -11,30 +11,11 @@ namespace SebastianBergmann\Diff; final class Chunk { - /** - * @var int - */ - private $start; - - /** - * @var int - */ - private $startRange; - - /** - * @var int - */ - private $end; - - /** - * @var int - */ - private $endRange; - - /** - * @var Line[] - */ - private $lines; + private int $start; + private int $startRange; + private int $end; + private int $endRange; + private array $lines; public function __construct(int $start = 0, int $startRange = 1, int $end = 0, int $endRange = 1, array $lines = []) { @@ -66,7 +47,7 @@ final class Chunk } /** - * @return Line[] + * @psalm-return list */ public function getLines(): array { @@ -74,7 +55,7 @@ final class Chunk } /** - * @param Line[] $lines + * @psalm-param list $lines */ public function setLines(array $lines): void { diff --git a/Sources/vendor/sebastian/diff/src/Diff.php b/Sources/vendor/sebastian/diff/src/Diff.php old mode 100755 new mode 100644 index 17b2084f..3376b723 --- a/Sources/vendor/sebastian/diff/src/Diff.php +++ b/Sources/vendor/sebastian/diff/src/Diff.php @@ -11,23 +11,16 @@ namespace SebastianBergmann\Diff; final class Diff { - /** - * @var string - */ - private $from; - - /** - * @var string - */ - private $to; + private string $from; + private string $to; /** - * @var Chunk[] + * @psalm-var list */ - private $chunks; + private array $chunks; /** - * @param Chunk[] $chunks + * @psalm-param list $chunks */ public function __construct(string $from, string $to, array $chunks = []) { @@ -47,7 +40,7 @@ final class Diff } /** - * @return Chunk[] + * @psalm-return list */ public function getChunks(): array { @@ -55,7 +48,7 @@ final class Diff } /** - * @param Chunk[] $chunks + * @psalm-param list $chunks */ public function setChunks(array $chunks): void { diff --git a/Sources/vendor/sebastian/diff/src/Differ.php b/Sources/vendor/sebastian/diff/src/Differ.php old mode 100755 new mode 100644 index 5a4d9d10..19ccf97c --- a/Sources/vendor/sebastian/diff/src/Differ.php +++ b/Sources/vendor/sebastian/diff/src/Differ.php @@ -18,108 +18,45 @@ use function array_values; use function count; use function current; use function end; -use function get_class; -use function gettype; -use function is_array; -use function is_object; use function is_string; use function key; use function min; use function preg_split; use function prev; use function reset; -use function sprintf; +use function str_ends_with; use function substr; use SebastianBergmann\Diff\Output\DiffOutputBuilderInterface; -use SebastianBergmann\Diff\Output\UnifiedDiffOutputBuilder; final class Differ { public const OLD = 0; - public const ADDED = 1; - public const REMOVED = 2; - public const DIFF_LINE_END_WARNING = 3; - public const NO_LINE_END_EOF_WARNING = 4; + private DiffOutputBuilderInterface $outputBuilder; - /** - * @var DiffOutputBuilderInterface - */ - private $outputBuilder; - - /** - * @param DiffOutputBuilderInterface $outputBuilder - * - * @throws InvalidArgumentException - */ - public function __construct($outputBuilder = null) + public function __construct(DiffOutputBuilderInterface $outputBuilder) { - if ($outputBuilder instanceof DiffOutputBuilderInterface) { - $this->outputBuilder = $outputBuilder; - } elseif (null === $outputBuilder) { - $this->outputBuilder = new UnifiedDiffOutputBuilder; - } elseif (is_string($outputBuilder)) { - // PHPUnit 6.1.4, 6.2.0, 6.2.1, 6.2.2, and 6.2.3 support - // @see https://github.com/sebastianbergmann/phpunit/issues/2734#issuecomment-314514056 - // @deprecated - $this->outputBuilder = new UnifiedDiffOutputBuilder($outputBuilder); - } else { - throw new InvalidArgumentException( - sprintf( - 'Expected builder to be an instance of DiffOutputBuilderInterface, or a string, got %s.', - is_object($outputBuilder) ? 'instance of "' . get_class($outputBuilder) . '"' : gettype($outputBuilder) . ' "' . $outputBuilder . '"' - ) - ); - } + $this->outputBuilder = $outputBuilder; } - /** - * Returns the diff between two arrays or strings as string. - * - * @param array|string $from - * @param array|string $to - */ - public function diff($from, $to, LongestCommonSubsequenceCalculator $lcs = null): string + public function diff(array|string $from, array|string $to, LongestCommonSubsequenceCalculator $lcs = null): string { - $diff = $this->diffToArray( - $this->normalizeDiffInput($from), - $this->normalizeDiffInput($to), - $lcs - ); + $diff = $this->diffToArray($from, $to, $lcs); return $this->outputBuilder->getDiff($diff); } - /** - * Returns the diff between two arrays or strings as array. - * - * Each array element contains two elements: - * - [0] => mixed $token - * - [1] => 2|1|0 - * - * - 2: REMOVED: $token was removed from $from - * - 1: ADDED: $token was added to $from - * - 0: OLD: $token is not changed in $to - * - * @param array|string $from - * @param array|string $to - * @param LongestCommonSubsequenceCalculator $lcs - */ - public function diffToArray($from, $to, LongestCommonSubsequenceCalculator $lcs = null): array + public function diffToArray(array|string $from, array|string $to, LongestCommonSubsequenceCalculator $lcs = null): array { if (is_string($from)) { $from = $this->splitStringByLines($from); - } elseif (!is_array($from)) { - throw new InvalidArgumentException('"from" must be an array or string.'); } if (is_string($to)) { $to = $this->splitStringByLines($to); - } elseif (!is_array($to)) { - throw new InvalidArgumentException('"to" must be an array or string.'); } [$from, $to, $start, $end] = self::getArrayDiffParted($from, $to); @@ -172,23 +109,6 @@ final class Differ return $diff; } - /** - * Casts variable to string if it is not a string or array. - * - * @return array|string - */ - private function normalizeDiffInput($input) - { - if (!is_array($input) && !is_string($input)) { - return (string) $input; - } - - return $input; - } - - /** - * Checks if input is string, if so it will split it line-by-line. - */ private function splitStringByLines(string $input): array { return preg_split('/(.*\R)/', $input, -1, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY); @@ -209,21 +129,13 @@ final class Differ return new TimeEfficientLongestCommonSubsequenceCalculator; } - /** - * Calculates the estimated memory footprint for the DP-based method. - * - * @return float|int - */ - private function calculateEstimatedFootprint(array $from, array $to) + private function calculateEstimatedFootprint(array $from, array $to): float|int { $itemSize = PHP_INT_SIZE === 4 ? 76 : 144; return $itemSize * min(count($from), count($to)) ** 2; } - /** - * Returns true if line ends don't match in a diff. - */ private function detectUnmatchedLineEndings(array $diff): bool { $newLineBreaks = ['' => true]; @@ -246,7 +158,7 @@ final class Differ return false; } - // two way compare + // two-way compare foreach ($newLineBreaks as $break => $set) { if (!isset($oldLineBreaks[$break])) { return true; @@ -278,7 +190,7 @@ final class Differ return ''; } - if ("\r\n" === substr($line, -2)) { + if (str_ends_with($line, "\r\n")) { return "\r\n"; } diff --git a/Sources/vendor/sebastian/diff/src/Exception/ConfigurationException.php b/Sources/vendor/sebastian/diff/src/Exception/ConfigurationException.php old mode 100755 new mode 100644 index b767b219..85f066c2 --- a/Sources/vendor/sebastian/diff/src/Exception/ConfigurationException.php +++ b/Sources/vendor/sebastian/diff/src/Exception/ConfigurationException.php @@ -9,7 +9,6 @@ */ namespace SebastianBergmann\Diff; -use function get_class; use function gettype; use function is_object; use function sprintf; @@ -29,7 +28,7 @@ final class ConfigurationException extends InvalidArgumentException 'Option "%s" must be %s, got "%s".', $option, $expected, - is_object($value) ? get_class($value) : (null === $value ? '' : gettype($value) . '#' . $value) + is_object($value) ? $value::class : (null === $value ? '' : gettype($value) . '#' . $value) ), $code, $previous diff --git a/Sources/vendor/sebastian/diff/src/Exception/Exception.php b/Sources/vendor/sebastian/diff/src/Exception/Exception.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/sebastian/diff/src/Exception/InvalidArgumentException.php b/Sources/vendor/sebastian/diff/src/Exception/InvalidArgumentException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/sebastian/diff/src/Line.php b/Sources/vendor/sebastian/diff/src/Line.php old mode 100755 new mode 100644 index 3596ed26..a9106a25 --- a/Sources/vendor/sebastian/diff/src/Line.php +++ b/Sources/vendor/sebastian/diff/src/Line.php @@ -12,20 +12,10 @@ namespace SebastianBergmann\Diff; final class Line { public const ADDED = 1; - public const REMOVED = 2; - public const UNCHANGED = 3; - - /** - * @var int - */ - private $type; - - /** - * @var string - */ - private $content; + private int $type; + private string $content; public function __construct(int $type = self::UNCHANGED, string $content = '') { diff --git a/Sources/vendor/sebastian/diff/src/LongestCommonSubsequenceCalculator.php b/Sources/vendor/sebastian/diff/src/LongestCommonSubsequenceCalculator.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/sebastian/diff/src/MemoryEfficientLongestCommonSubsequenceCalculator.php b/Sources/vendor/sebastian/diff/src/MemoryEfficientLongestCommonSubsequenceCalculator.php old mode 100755 new mode 100644 index 489113b6..a46de07d --- a/Sources/vendor/sebastian/diff/src/MemoryEfficientLongestCommonSubsequenceCalculator.php +++ b/Sources/vendor/sebastian/diff/src/MemoryEfficientLongestCommonSubsequenceCalculator.php @@ -20,7 +20,7 @@ use function max; final class MemoryEfficientLongestCommonSubsequenceCalculator implements LongestCommonSubsequenceCalculator { /** - * {@inheritdoc} + * @inheritDoc */ public function calculate(array $from, array $to): array { diff --git a/Sources/vendor/sebastian/diff/src/Output/AbstractChunkOutputBuilder.php b/Sources/vendor/sebastian/diff/src/Output/AbstractChunkOutputBuilder.php old mode 100755 new mode 100644 index e55757c3..6c706839 --- a/Sources/vendor/sebastian/diff/src/Output/AbstractChunkOutputBuilder.php +++ b/Sources/vendor/sebastian/diff/src/Output/AbstractChunkOutputBuilder.php @@ -25,14 +25,14 @@ abstract class AbstractChunkOutputBuilder implements DiffOutputBuilderInterface $chunkSize = 0; $commonChunks = []; - for ($i = 0; $i < $diffSize; ++$i) { + for ($i = 0; $i < $diffSize; $i++) { if ($diff[$i][1] === 0 /* OLD */) { if ($capturing === false) { $capturing = true; $chunkStart = $i; $chunkSize = 0; } else { - ++$chunkSize; + $chunkSize++; } } elseif ($capturing !== false) { if ($chunkSize >= $lineThreshold) { diff --git a/Sources/vendor/sebastian/diff/src/Output/DiffOnlyOutputBuilder.php b/Sources/vendor/sebastian/diff/src/Output/DiffOnlyOutputBuilder.php old mode 100755 new mode 100644 index f79a935c..fd6ce768 --- a/Sources/vendor/sebastian/diff/src/Output/DiffOnlyOutputBuilder.php +++ b/Sources/vendor/sebastian/diff/src/Output/DiffOnlyOutputBuilder.php @@ -12,6 +12,7 @@ namespace SebastianBergmann\Diff\Output; use function fclose; use function fopen; use function fwrite; +use function str_ends_with; use function stream_get_contents; use function substr; use SebastianBergmann\Diff\Differ; @@ -22,10 +23,7 @@ use SebastianBergmann\Diff\Differ; */ final class DiffOnlyOutputBuilder implements DiffOutputBuilderInterface { - /** - * @var string - */ - private $header; + private string $header; public function __construct(string $header = "--- Original\n+++ New\n") { @@ -39,7 +37,7 @@ final class DiffOnlyOutputBuilder implements DiffOutputBuilderInterface if ('' !== $this->header) { fwrite($buffer, $this->header); - if ("\n" !== substr($this->header, -1, 1)) { + if (!str_ends_with($this->header, "\n")) { fwrite($buffer, "\n"); } } @@ -54,7 +52,7 @@ final class DiffOnlyOutputBuilder implements DiffOutputBuilderInterface continue; // Warnings should not be tested for line break, it will always be there } else { /* Not changed (old) 0 */ - continue; // we didn't write the non changs line, so do not add a line break either + continue; // we didn't write the not-changed line, so do not add a line break either } $lc = substr($diffEntry[0], -1); diff --git a/Sources/vendor/sebastian/diff/src/Output/DiffOutputBuilderInterface.php b/Sources/vendor/sebastian/diff/src/Output/DiffOutputBuilderInterface.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/sebastian/diff/src/Output/StrictUnifiedDiffOutputBuilder.php b/Sources/vendor/sebastian/diff/src/Output/StrictUnifiedDiffOutputBuilder.php old mode 100755 new mode 100644 index 9c55ab2a..3eb7428d --- a/Sources/vendor/sebastian/diff/src/Output/StrictUnifiedDiffOutputBuilder.php +++ b/Sources/vendor/sebastian/diff/src/Output/StrictUnifiedDiffOutputBuilder.php @@ -33,7 +33,7 @@ use SebastianBergmann\Diff\Differ; */ final class StrictUnifiedDiffOutputBuilder implements DiffOutputBuilderInterface { - private static $default = [ + private static array $default = [ 'collapseRanges' => true, // ranges of length one are rendered with the trailing `,1` 'commonLineThreshold' => 6, // number of same lines before ending a new hunk and creating a new one (if needed) 'contextLines' => 3, // like `diff: -u, -U NUM, --unified[=NUM]`, for patch/git apply compatibility best to keep at least @ 3 @@ -42,31 +42,19 @@ final class StrictUnifiedDiffOutputBuilder implements DiffOutputBuilderInterface 'toFile' => null, 'toFileDate' => null, ]; + private bool $changed; + private bool $collapseRanges; /** - * @var bool + * @psalm-var positive-int */ - private $changed; + private int $commonLineThreshold; + private string $header; /** - * @var bool + * @psalm-var positive-int */ - private $collapseRanges; - - /** - * @var int >= 0 - */ - private $commonLineThreshold; - - /** - * @var string - */ - private $header; - - /** - * @var int >= 0 - */ - private $contextLines; + private int $contextLines; public function __construct(array $options = []) { @@ -148,10 +136,10 @@ final class StrictUnifiedDiffOutputBuilder implements DiffOutputBuilderInterface } } else { // search back for the last `+` and `-` line, - // check if has trailing linebreak, else add under it warning under it + // check if it has a trailing linebreak, else add a warning under it $toFind = [1 => true, 2 => true]; - for ($i = $upperLimit - 1; $i >= 0; --$i) { + for ($i = $upperLimit - 1; $i >= 0; $i--) { if (isset($toFind[$diff[$i][1]])) { unset($toFind[$diff[$i][1]]); $lc = substr($diff[$i][0], -1); @@ -179,15 +167,15 @@ final class StrictUnifiedDiffOutputBuilder implements DiffOutputBuilderInterface foreach ($diff as $i => $entry) { if (0 === $entry[1]) { // same if (false === $hunkCapture) { - ++$fromStart; - ++$toStart; + $fromStart++; + $toStart++; continue; } - ++$sameCount; - ++$toRange; - ++$fromRange; + $sameCount++; + $toRange++; + $fromRange++; if ($sameCount === $cutOff) { $contextStartOffset = ($hunkCapture - $this->contextLines) < 0 @@ -239,11 +227,11 @@ final class StrictUnifiedDiffOutputBuilder implements DiffOutputBuilderInterface } if (Differ::ADDED === $entry[1]) { // added - ++$toRange; + $toRange++; } if (Differ::REMOVED === $entry[1]) { // removed - ++$fromRange; + $fromRange++; } } @@ -251,7 +239,7 @@ final class StrictUnifiedDiffOutputBuilder implements DiffOutputBuilderInterface return; } - // we end here when cutoff (commonLineThreshold) was not reached, but we where capturing a hunk, + // we end here when cutoff (commonLineThreshold) was not reached, but we were capturing a hunk, // do not render hunk till end automatically because the number of context lines might be less than the commonLineThreshold $contextStartOffset = $hunkCapture - $this->contextLines < 0 @@ -301,7 +289,7 @@ final class StrictUnifiedDiffOutputBuilder implements DiffOutputBuilderInterface fwrite($output, " @@\n"); - for ($i = $diffStartIndex; $i < $diffEndIndex; ++$i) { + for ($i = $diffStartIndex; $i < $diffEndIndex; $i++) { if ($diff[$i][1] === Differ::ADDED) { $this->changed = true; fwrite($output, '+' . $diff[$i][0]); @@ -315,9 +303,9 @@ final class StrictUnifiedDiffOutputBuilder implements DiffOutputBuilderInterface fwrite($output, $diff[$i][0]); } //} elseif ($diff[$i][1] === Differ::DIFF_LINE_END_WARNING) { // custom comment inserted by PHPUnit/diff package - // skip + // skip //} else { - // unknown/invalid + // unknown/invalid //} } } diff --git a/Sources/vendor/sebastian/diff/src/Output/UnifiedDiffOutputBuilder.php b/Sources/vendor/sebastian/diff/src/Output/UnifiedDiffOutputBuilder.php old mode 100755 new mode 100644 index 8aae6450..1483b3af --- a/Sources/vendor/sebastian/diff/src/Output/UnifiedDiffOutputBuilder.php +++ b/Sources/vendor/sebastian/diff/src/Output/UnifiedDiffOutputBuilder.php @@ -16,6 +16,7 @@ use function fopen; use function fwrite; use function max; use function min; +use function str_ends_with; use function stream_get_contents; use function strlen; use function substr; @@ -26,30 +27,15 @@ use SebastianBergmann\Diff\Differ; */ final class UnifiedDiffOutputBuilder extends AbstractChunkOutputBuilder { - /** - * @var bool - */ - private $collapseRanges = true; - - /** - * @var int >= 0 - */ - private $commonLineThreshold = 6; - - /** - * @var int >= 0 - */ - private $contextLines = 3; - - /** - * @var string - */ - private $header; + private bool $collapseRanges = true; + private int $commonLineThreshold = 6; /** - * @var bool + * @psalm-var positive-int */ - private $addLineNumbers; + private int $contextLines = 3; + private string $header; + private bool $addLineNumbers; public function __construct(string $header = "--- Original\n+++ New\n", bool $addLineNumbers = false) { @@ -64,7 +50,7 @@ final class UnifiedDiffOutputBuilder extends AbstractChunkOutputBuilder if ('' !== $this->header) { fwrite($buffer, $this->header); - if ("\n" !== substr($this->header, -1, 1)) { + if (!str_ends_with($this->header, "\n")) { fwrite($buffer, "\n"); } } @@ -100,10 +86,10 @@ final class UnifiedDiffOutputBuilder extends AbstractChunkOutputBuilder } } else { // search back for the last `+` and `-` line, - // check if has trailing linebreak, else add under it warning under it + // check if it has trailing linebreak, else add a warning under it $toFind = [1 => true, 2 => true]; - for ($i = $upperLimit - 1; $i >= 0; --$i) { + for ($i = $upperLimit - 1; $i >= 0; $i--) { if (isset($toFind[$diff[$i][1]])) { unset($toFind[$diff[$i][1]]); $lc = substr($diff[$i][0], -1); @@ -123,7 +109,7 @@ final class UnifiedDiffOutputBuilder extends AbstractChunkOutputBuilder $cutOff = max($this->commonLineThreshold, $this->contextLines); $hunkCapture = false; - $sameCount = $toRange = $fromRange = 0; + $sameCount = $toRange = $fromRange = 0; $toStart = $fromStart = 1; $i = 0; @@ -131,15 +117,15 @@ final class UnifiedDiffOutputBuilder extends AbstractChunkOutputBuilder foreach ($diff as $i => $entry) { if (0 === $entry[1]) { // same if (false === $hunkCapture) { - ++$fromStart; - ++$toStart; + $fromStart++; + $toStart++; continue; } - ++$sameCount; - ++$toRange; - ++$fromRange; + $sameCount++; + $toRange++; + $fromRange++; if ($sameCount === $cutOff) { $contextStartOffset = ($hunkCapture - $this->contextLines) < 0 @@ -189,11 +175,11 @@ final class UnifiedDiffOutputBuilder extends AbstractChunkOutputBuilder } if (Differ::ADDED === $entry[1]) { - ++$toRange; + $toRange++; } if (Differ::REMOVED === $entry[1]) { - ++$fromRange; + $fromRange++; } } @@ -201,7 +187,7 @@ final class UnifiedDiffOutputBuilder extends AbstractChunkOutputBuilder return; } - // we end here when cutoff (commonLineThreshold) was not reached, but we where capturing a hunk, + // we end here when cutoff (commonLineThreshold) was not reached, but we were capturing a hunk, // do not render hunk till end automatically because the number of context lines might be less than the commonLineThreshold $contextStartOffset = $hunkCapture - $this->contextLines < 0 @@ -255,7 +241,7 @@ final class UnifiedDiffOutputBuilder extends AbstractChunkOutputBuilder fwrite($output, "@@ @@\n"); } - for ($i = $diffStartIndex; $i < $diffEndIndex; ++$i) { + for ($i = $diffStartIndex; $i < $diffEndIndex; $i++) { if ($diff[$i][1] === Differ::ADDED) { fwrite($output, '+' . $diff[$i][0]); } elseif ($diff[$i][1] === Differ::REMOVED) { diff --git a/Sources/vendor/sebastian/diff/src/Parser.php b/Sources/vendor/sebastian/diff/src/Parser.php old mode 100755 new mode 100644 index cc9e3887..698b815c --- a/Sources/vendor/sebastian/diff/src/Parser.php +++ b/Sources/vendor/sebastian/diff/src/Parser.php @@ -36,7 +36,7 @@ final class Parser $diff = null; $collected = []; - for ($i = 0; $i < $lineCount; ++$i) { + for ($i = 0; $i < $lineCount; $i++) { if (preg_match('#^---\h+"?(?P[^\\v\\t"]+)#', $lines[$i], $fromMatch) && preg_match('#^\\+\\+\\+\\h+"?(?P[^\\v\\t"]+)#', $lines[$i + 1], $toMatch)) { if ($diff !== null) { @@ -48,9 +48,9 @@ final class Parser $diff = new Diff($fromMatch['file'], $toMatch['file']); - ++$i; + $i++; } else { - if (preg_match('/^(?:diff --git |index [\da-f\.]+|[+-]{3} [ab])/', $lines[$i])) { + if (preg_match('/^(?:diff --git |index [\da-f.]+|[+-]{3} [ab])/', $lines[$i])) { continue; } @@ -74,12 +74,12 @@ final class Parser $diffLines = []; foreach ($lines as $line) { - if (preg_match('/^@@\s+-(?P\d+)(?:,\s*(?P\d+))?\s+\+(?P\d+)(?:,\s*(?P\d+))?\s+@@/', $line, $match)) { + if (preg_match('/^@@\s+-(?P\d+)(?:,\s*(?P\d+))?\s+\+(?P\d+)(?:,\s*(?P\d+))?\s+@@/', $line, $match, PREG_UNMATCHED_AS_NULL)) { $chunk = new Chunk( (int) $match['start'], - isset($match['startrange']) ? max(1, (int) $match['startrange']) : 1, + isset($match['startrange']) ? max(0, (int) $match['startrange']) : 1, (int) $match['end'], - isset($match['endrange']) ? max(1, (int) $match['endrange']) : 1 + isset($match['endrange']) ? max(0, (int) $match['endrange']) : 1 ); $chunks[] = $chunk; @@ -99,9 +99,7 @@ final class Parser $diffLines[] = new Line($type, $match['line']); - if (null !== $chunk) { - $chunk->setLines($diffLines); - } + $chunk?->setLines($diffLines); } } diff --git a/Sources/vendor/sebastian/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php b/Sources/vendor/sebastian/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php old mode 100755 new mode 100644 index 4e8d951d..93b76288 --- a/Sources/vendor/sebastian/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php +++ b/Sources/vendor/sebastian/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php @@ -17,7 +17,7 @@ use SplFixedArray; final class TimeEfficientLongestCommonSubsequenceCalculator implements LongestCommonSubsequenceCalculator { /** - * {@inheritdoc} + * @inheritDoc */ public function calculate(array $from, array $to): array { @@ -27,16 +27,16 @@ final class TimeEfficientLongestCommonSubsequenceCalculator implements LongestCo $width = $fromLength + 1; $matrix = new SplFixedArray($width * ($toLength + 1)); - for ($i = 0; $i <= $fromLength; ++$i) { + for ($i = 0; $i <= $fromLength; $i++) { $matrix[$i] = 0; } - for ($j = 0; $j <= $toLength; ++$j) { + for ($j = 0; $j <= $toLength; $j++) { $matrix[$j * $width] = 0; } - for ($i = 1; $i <= $fromLength; ++$i) { - for ($j = 1; $j <= $toLength; ++$j) { + for ($i = 1; $i <= $fromLength; $i++) { + for ($j = 1; $j <= $toLength; $j++) { $o = ($j * $width) + $i; // don't use max() to avoid function call overhead @@ -64,15 +64,15 @@ final class TimeEfficientLongestCommonSubsequenceCalculator implements LongestCo while ($i > 0 && $j > 0) { if ($from[$i - 1] === $to[$j - 1]) { $common[] = $from[$i - 1]; - --$i; - --$j; + $i--; + $j--; } else { $o = ($j * $width) + $i; if ($matrix[$o - $width] > $matrix[$o - 1]) { - --$j; + $j--; } else { - --$i; + $i--; } } } diff --git a/Sources/vendor/sebastian/environment/ChangeLog.md b/Sources/vendor/sebastian/environment/ChangeLog.md old mode 100755 new mode 100644 index 07365951..1e4a35ff --- a/Sources/vendor/sebastian/environment/ChangeLog.md +++ b/Sources/vendor/sebastian/environment/ChangeLog.md @@ -2,7 +2,22 @@ All notable changes in `sebastianbergmann/environment` are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. -## [5.1.5] - 2023-02-03 +## [6.0.1] - 2023-04-11 + +### Fixed + +* [#68](https://github.com/sebastianbergmann/environment/pull/68): The Just-in-Time compiler is disabled when `opcache.jit_buffer_size` is set to `0` +* [#70](https://github.com/sebastianbergmann/environment/pull/70): The first `0` of `opcache.jit` only disables CPU-specific optimizations, not the Just-in-Time compiler itself + +## [6.0.0] - 2023-02-03 + +### Removed + +* Removed `SebastianBergmann\Environment\OperatingSystem::getFamily()` because this component is no longer supported on PHP versions that do not have `PHP_OS_FAMILY` +* Removed `SebastianBergmann\Environment\Runtime::isHHVM()` +* This component is no longer supported on PHP 7.3, PHP 7.4, and PHP 8.0 + +## [5.1.5] - 2022-MM-DD ### Fixed @@ -157,6 +172,8 @@ All notable changes in `sebastianbergmann/environment` are documented in this fi * This component is no longer supported on PHP 5.6 +[6.0.1]: https://github.com/sebastianbergmann/environment/compare/6.0.0...6.0.1 +[6.0.0]: https://github.com/sebastianbergmann/environment/compare/5.1.5...6.0.0 [5.1.5]: https://github.com/sebastianbergmann/environment/compare/5.1.4...5.1.5 [5.1.4]: https://github.com/sebastianbergmann/environment/compare/5.1.3...5.1.4 [5.1.3]: https://github.com/sebastianbergmann/environment/compare/5.1.2...5.1.3 diff --git a/Sources/vendor/sebastian/environment/LICENSE b/Sources/vendor/sebastian/environment/LICENSE old mode 100755 new mode 100644 index 42546339..2acd6c8d --- a/Sources/vendor/sebastian/environment/LICENSE +++ b/Sources/vendor/sebastian/environment/LICENSE @@ -1,33 +1,29 @@ -sebastian/environment +BSD 3-Clause License -Copyright (c) 2014-2022, Sebastian Bergmann . +Copyright (c) 2014-2023, Sebastian Bergmann All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. - * Neither the name of Sebastian Bergmann nor the names of his - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Sources/vendor/sebastian/environment/README.md b/Sources/vendor/sebastian/environment/README.md old mode 100755 new mode 100644 index 1fead13e..efe0a864 --- a/Sources/vendor/sebastian/environment/README.md +++ b/Sources/vendor/sebastian/environment/README.md @@ -1,8 +1,9 @@ -# sebastian/environment - -[![Latest Stable Version](https://img.shields.io/packagist/v/sebastian/environment.svg?style=flat-square)](https://packagist.org/packages/sebastian/environment) +[![Latest Stable Version](https://poser.pugx.org/sebastian/environment/v/stable.png)](https://packagist.org/packages/sebastian/environment) [![CI Status](https://github.com/sebastianbergmann/environment/workflows/CI/badge.svg)](https://github.com/sebastianbergmann/environment/actions) [![Type Coverage](https://shepherd.dev/github/sebastianbergmann/environment/coverage.svg)](https://shepherd.dev/github/sebastianbergmann/environment) +[![codecov](https://codecov.io/gh/sebastianbergmann/environment/branch/main/graph/badge.svg)](https://codecov.io/gh/sebastianbergmann/environment) + +# sebastian/environment This component provides functionality that helps writing PHP code that has runtime-specific (PHP / HHVM) execution paths. diff --git a/Sources/vendor/sebastian/environment/SECURITY.md b/Sources/vendor/sebastian/environment/SECURITY.md new file mode 100644 index 00000000..d88ff001 --- /dev/null +++ b/Sources/vendor/sebastian/environment/SECURITY.md @@ -0,0 +1,30 @@ +# Security Policy + +If you believe you have found a security vulnerability in the library that is developed in this repository, please report it to us through coordinated disclosure. + +**Please do not report security vulnerabilities through public GitHub issues, discussions, or pull requests.** + +Instead, please email `sebastian@phpunit.de`. + +Please include as much of the information listed below as you can to help us better understand and resolve the issue: + +* The type of issue +* Full paths of source file(s) related to the manifestation of the issue +* The location of the affected source code (tag/branch/commit or direct URL) +* Any special configuration required to reproduce the issue +* Step-by-step instructions to reproduce the issue +* Proof-of-concept or exploit code (if possible) +* Impact of the issue, including how an attacker might exploit the issue + +This information will help us triage your report more quickly. + +## Web Context + +The library that is developed in this repository was either extracted from [PHPUnit](https://github.com/sebastianbergmann/phpunit) or developed specifically as a dependency for PHPUnit. + +The library is developed with a focus on development environments and the command-line. No specific testing or hardening with regard to using the library in an HTTP or web context or with untrusted input data is performed. The library might also contain functionality that intentionally exposes internal application data for debugging purposes. + +If the library is used in a web application, the application developer is responsible for filtering inputs or escaping outputs as necessary and for verifying that the used functionality is safe for use within the intended context. + +Vulnerabilities specific to the use outside a development context will be fixed as applicable, provided that the fix does not have an averse effect on the primary use case for development purposes. + diff --git a/Sources/vendor/sebastian/environment/composer.json b/Sources/vendor/sebastian/environment/composer.json old mode 100755 new mode 100644 index d50dcfd7..04595820 --- a/Sources/vendor/sebastian/environment/composer.json +++ b/Sources/vendor/sebastian/environment/composer.json @@ -2,7 +2,7 @@ "name": "sebastian/environment", "description": "Provides functionality to handle HHVM/PHP environments", "keywords": ["environment","hhvm","xdebug"], - "homepage": "http://www.github.com/sebastianbergmann/environment", + "homepage": "https://github.com/sebastianbergmann/environment", "license": "BSD-3-Clause", "authors": [ { @@ -10,19 +10,23 @@ "email": "sebastian@phpunit.de" } ], + "support": { + "issues": "https://github.com/sebastianbergmann/environment/issues", + "security": "https://github.com/sebastianbergmann/environment/security/policy" + }, "config": { "platform": { - "php": "7.3.0" + "php": "8.1.0" }, "optimize-autoloader": true, "sort-packages": true }, "prefer-stable": true, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "suggest": { "ext-posix": "*" @@ -34,7 +38,7 @@ }, "extra": { "branch-alias": { - "dev-master": "5.1-dev" + "dev-main": "6.0-dev" } } } diff --git a/Sources/vendor/sebastian/environment/src/Console.php b/Sources/vendor/sebastian/environment/src/Console.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/sebastian/environment/src/OperatingSystem.php b/Sources/vendor/sebastian/environment/src/OperatingSystem.php deleted file mode 100755 index 1f3ebca7..00000000 --- a/Sources/vendor/sebastian/environment/src/OperatingSystem.php +++ /dev/null @@ -1,53 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace SebastianBergmann\Environment; - -use const DIRECTORY_SEPARATOR; -use const PHP_OS; -use const PHP_OS_FAMILY; -use function defined; - -final class OperatingSystem -{ - /** - * Returns PHP_OS_FAMILY (if defined (which it is on PHP >= 7.2)). - * Returns a string (compatible with PHP_OS_FAMILY) derived from PHP_OS otherwise. - */ - public function getFamily(): string - { - if (defined('PHP_OS_FAMILY')) { - return PHP_OS_FAMILY; - } - - if (DIRECTORY_SEPARATOR === '\\') { - return 'Windows'; - } - - switch (PHP_OS) { - case 'Darwin': - return 'Darwin'; - - case 'DragonFly': - case 'FreeBSD': - case 'NetBSD': - case 'OpenBSD': - return 'BSD'; - - case 'Linux': - return 'Linux'; - - case 'SunOS': - return 'Solaris'; - - default: - return 'Unknown'; - } - } -} diff --git a/Sources/vendor/sebastian/environment/src/Runtime.php b/Sources/vendor/sebastian/environment/src/Runtime.php old mode 100755 new mode 100644 index d1b92d62..9fd62d0a --- a/Sources/vendor/sebastian/environment/src/Runtime.php +++ b/Sources/vendor/sebastian/environment/src/Runtime.php @@ -16,11 +16,9 @@ use const PHP_SAPI; use const PHP_VERSION; use function array_map; use function array_merge; -use function defined; use function escapeshellarg; use function explode; use function extension_loaded; -use function getenv; use function ini_get; use function is_readable; use function parse_ini_file; @@ -28,17 +26,12 @@ use function php_ini_loaded_file; use function php_ini_scanned_files; use function phpversion; use function sprintf; -use function strpos; +use function strrpos; -/** - * Utility class for HHVM/PHP environment handling. - */ final class Runtime { - /** - * @var string - */ - private static $binary; + private static string $binary; + private static bool $initialized = false; /** * Returns true when Xdebug or PCOV is available or @@ -80,7 +73,17 @@ final class Runtime return false; } - if (strpos(ini_get('opcache.jit'), '0') === 0) { + if (ini_get('opcache.jit_buffer_size') === '0') { + return false; + } + + $jit = ini_get('opcache.jit'); + + if (($jit === 'disable') || ($jit === 'off')) { + return false; + } + + if (strrpos($jit, '0') === 3) { return false; } @@ -89,49 +92,40 @@ final class Runtime /** * Returns the path to the binary of the current runtime. - * Appends ' --php' to the path when the runtime is HHVM. */ public function getBinary(): string { - // HHVM - if (self::$binary === null && $this->isHHVM()) { - // @codeCoverageIgnoreStart - if ((self::$binary = getenv('PHP_BINARY')) === false) { - self::$binary = PHP_BINARY; - } - - self::$binary = escapeshellarg(self::$binary) . ' --php' . - ' -d hhvm.php7.all=1'; - // @codeCoverageIgnoreEnd + if (self::$initialized) { + return self::$binary; } - if (self::$binary === null && PHP_BINARY !== '') { - self::$binary = escapeshellarg(PHP_BINARY); + if (PHP_BINARY !== '') { + self::$binary = escapeshellarg(PHP_BINARY); + self::$initialized = true; + + return self::$binary; } - if (self::$binary === null) { - // @codeCoverageIgnoreStart - $possibleBinaryLocations = [ - PHP_BINDIR . '/php', - PHP_BINDIR . '/php-cli.exe', - PHP_BINDIR . '/php.exe', - ]; + // @codeCoverageIgnoreStart + $possibleBinaryLocations = [ + PHP_BINDIR . '/php', + PHP_BINDIR . '/php-cli.exe', + PHP_BINDIR . '/php.exe', + ]; - foreach ($possibleBinaryLocations as $binary) { - if (is_readable($binary)) { - self::$binary = escapeshellarg($binary); + foreach ($possibleBinaryLocations as $binary) { + if (is_readable($binary)) { + self::$binary = escapeshellarg($binary); + self::$initialized = true; - break; - } + return self::$binary; } - // @codeCoverageIgnoreEnd } - if (self::$binary === null) { - // @codeCoverageIgnoreStart - self::$binary = 'php'; - // @codeCoverageIgnoreEnd - } + // @codeCoverageIgnoreStart + self::$binary = 'php'; + self::$initialized = true; + // @codeCoverageIgnoreEnd return self::$binary; } @@ -143,10 +137,6 @@ final class Runtime public function getNameWithVersionAndCodeCoverageDriver(): string { - if (!$this->canCollectCodeCoverage() || $this->hasPHPDBGCodeCoverage()) { - return $this->getNameWithVersion(); - } - if ($this->hasPCOV()) { return sprintf( '%s with PCOV %s', @@ -162,16 +152,12 @@ final class Runtime phpversion('xdebug') ); } + + return $this->getNameWithVersion(); } public function getName(): string { - if ($this->isHHVM()) { - // @codeCoverageIgnoreStart - return 'HHVM'; - // @codeCoverageIgnoreEnd - } - if ($this->isPHPDBG()) { // @codeCoverageIgnoreStart return 'PHPDBG'; @@ -183,23 +169,11 @@ final class Runtime public function getVendorUrl(): string { - if ($this->isHHVM()) { - // @codeCoverageIgnoreStart - return 'http://hhvm.com/'; - // @codeCoverageIgnoreEnd - } - - return 'https://secure.php.net/'; + return 'https://www.php.net/'; } public function getVersion(): string { - if ($this->isHHVM()) { - // @codeCoverageIgnoreStart - return HHVM_VERSION; - // @codeCoverageIgnoreEnd - } - return PHP_VERSION; } @@ -208,15 +182,7 @@ final class Runtime */ public function hasXdebug(): bool { - return ($this->isPHP() || $this->isHHVM()) && extension_loaded('xdebug'); - } - - /** - * Returns true when the runtime used is HHVM. - */ - public function isHHVM(): bool - { - return defined('HHVM_VERSION'); + return $this->isPHP() && extension_loaded('xdebug'); } /** @@ -224,7 +190,7 @@ final class Runtime */ public function isPHP(): bool { - return !$this->isHHVM() && !$this->isPHPDBG(); + return !$this->isPHPDBG(); } /** @@ -232,7 +198,7 @@ final class Runtime */ public function isPHPDBG(): bool { - return PHP_SAPI === 'phpdbg' && !$this->isHHVM(); + return PHP_SAPI === 'phpdbg'; } /** diff --git a/Sources/vendor/sebastian/exporter/ChangeLog.md b/Sources/vendor/sebastian/exporter/ChangeLog.md old mode 100755 new mode 100644 index 91a4220d..39f3a541 --- a/Sources/vendor/sebastian/exporter/ChangeLog.md +++ b/Sources/vendor/sebastian/exporter/ChangeLog.md @@ -2,6 +2,34 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles. +## [5.1.1] - 2023-09-24 + +### Changed + +* [#52](https://github.com/sebastianbergmann/exporter/pull/52): Optimize export of large arrays and object graphs + +## [5.1.0] - 2023-09-18 + +### Changed + +* [#51](https://github.com/sebastianbergmann/exporter/pull/51): Export arrays using short array syntax + +## [5.0.1] - 2023-09-08 + +### Fixed + +* [#49](https://github.com/sebastianbergmann/exporter/issues/49): `Exporter::toArray()` changes `SplObjectStorage` index + +## [5.0.0] - 2023-02-03 + +### Changed + +* [#42](https://github.com/sebastianbergmann/exporter/pull/42): Improve export of enumerations + +### Removed + +* This component is no longer supported on PHP 7.3, PHP 7.4 and PHP 8.0 + ## [4.0.5] - 2022-09-14 ### Fixed @@ -66,6 +94,10 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt * Remove HHVM-specific code that is no longer needed +[5.1.1]: https://github.com/sebastianbergmann/exporter/compare/5.1.0...5.1.1 +[5.1.0]: https://github.com/sebastianbergmann/exporter/compare/5.0.1...5.1.0 +[5.0.1]: https://github.com/sebastianbergmann/exporter/compare/5.0.0...5.0.1 +[5.0.0]: https://github.com/sebastianbergmann/exporter/compare/4.0.5...5.0.0 [4.0.5]: https://github.com/sebastianbergmann/exporter/compare/4.0.4...4.0.5 [4.0.4]: https://github.com/sebastianbergmann/exporter/compare/4.0.3...4.0.4 [4.0.3]: https://github.com/sebastianbergmann/exporter/compare/4.0.2...4.0.3 diff --git a/Sources/vendor/sebastian/exporter/LICENSE b/Sources/vendor/sebastian/exporter/LICENSE old mode 100755 new mode 100644 index 26dc7fec..a453252d --- a/Sources/vendor/sebastian/exporter/LICENSE +++ b/Sources/vendor/sebastian/exporter/LICENSE @@ -1,33 +1,29 @@ -Exporter +BSD 3-Clause License -Copyright (c) 2002-2021, Sebastian Bergmann . +Copyright (c) 2002-2023, Sebastian Bergmann All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. - * Neither the name of Sebastian Bergmann nor the names of his - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Sources/vendor/sebastian/exporter/README.md b/Sources/vendor/sebastian/exporter/README.md old mode 100755 new mode 100644 index ed8719f5..ea62a31d --- a/Sources/vendor/sebastian/exporter/README.md +++ b/Sources/vendor/sebastian/exporter/README.md @@ -1,7 +1,9 @@ -# sebastian/exporter - +[![Latest Stable Version](https://poser.pugx.org/sebastian/exporter/v/stable.png)](https://packagist.org/packages/sebastian/exporter) [![CI Status](https://github.com/sebastianbergmann/exporter/workflows/CI/badge.svg)](https://github.com/sebastianbergmann/exporter/actions) [![Type Coverage](https://shepherd.dev/github/sebastianbergmann/exporter/coverage.svg)](https://shepherd.dev/github/sebastianbergmann/exporter) +[![codecov](https://codecov.io/gh/sebastianbergmann/exporter/branch/main/graph/badge.svg)](https://codecov.io/gh/sebastianbergmann/exporter) + +# sebastian/exporter This component provides the functionality to export PHP variables for visualization. diff --git a/Sources/vendor/sebastian/exporter/SECURITY.md b/Sources/vendor/sebastian/exporter/SECURITY.md new file mode 100644 index 00000000..d88ff001 --- /dev/null +++ b/Sources/vendor/sebastian/exporter/SECURITY.md @@ -0,0 +1,30 @@ +# Security Policy + +If you believe you have found a security vulnerability in the library that is developed in this repository, please report it to us through coordinated disclosure. + +**Please do not report security vulnerabilities through public GitHub issues, discussions, or pull requests.** + +Instead, please email `sebastian@phpunit.de`. + +Please include as much of the information listed below as you can to help us better understand and resolve the issue: + +* The type of issue +* Full paths of source file(s) related to the manifestation of the issue +* The location of the affected source code (tag/branch/commit or direct URL) +* Any special configuration required to reproduce the issue +* Step-by-step instructions to reproduce the issue +* Proof-of-concept or exploit code (if possible) +* Impact of the issue, including how an attacker might exploit the issue + +This information will help us triage your report more quickly. + +## Web Context + +The library that is developed in this repository was either extracted from [PHPUnit](https://github.com/sebastianbergmann/phpunit) or developed specifically as a dependency for PHPUnit. + +The library is developed with a focus on development environments and the command-line. No specific testing or hardening with regard to using the library in an HTTP or web context or with untrusted input data is performed. The library might also contain functionality that intentionally exposes internal application data for debugging purposes. + +If the library is used in a web application, the application developer is responsible for filtering inputs or escaping outputs as necessary and for verifying that the used functionality is safe for use within the intended context. + +Vulnerabilities specific to the use outside a development context will be fixed as applicable, provided that the fix does not have an averse effect on the primary use case for development purposes. + diff --git a/Sources/vendor/sebastian/exporter/composer.json b/Sources/vendor/sebastian/exporter/composer.json old mode 100755 new mode 100644 index baa95844..292dba34 --- a/Sources/vendor/sebastian/exporter/composer.json +++ b/Sources/vendor/sebastian/exporter/composer.json @@ -26,30 +26,39 @@ "email": "bschussek@gmail.com" } ], + "support": { + "issues": "https://github.com/sebastianbergmann/exporter/issues", + "security": "https://github.com/sebastianbergmann/exporter/security/policy" + }, "config": { "platform": { - "php": "7.3.0" + "php": "8.1.0" }, "optimize-autoloader": true, "sort-packages": true }, "prefer-stable": true, "require": { - "php": ">=7.3", - "sebastian/recursion-context": "^4.0" + "php": ">=8.1", + "ext-mbstring": "*", + "sebastian/recursion-context": "^5.0" }, "require-dev": { - "phpunit/phpunit": "^9.3", - "ext-mbstring": "*" + "phpunit/phpunit": "^10.0" }, "autoload": { "classmap": [ "src/" ] }, + "autoload-dev": { + "classmap": [ + "tests/_fixture" + ] + }, "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-main": "5.1-dev" } } } diff --git a/Sources/vendor/sebastian/exporter/src/Exporter.php b/Sources/vendor/sebastian/exporter/src/Exporter.php old mode 100755 new mode 100644 index ca006ad6..6bc19e0a --- a/Sources/vendor/sebastian/exporter/src/Exporter.php +++ b/Sources/vendor/sebastian/exporter/src/Exporter.php @@ -11,8 +11,6 @@ namespace SebastianBergmann\Exporter; use function bin2hex; use function count; -use function function_exists; -use function get_class; use function get_resource_type; use function gettype; use function implode; @@ -26,28 +24,17 @@ use function is_string; use function mb_strlen; use function mb_substr; use function preg_match; -use function spl_object_hash; +use function spl_object_id; use function sprintf; use function str_repeat; use function str_replace; -use function strlen; -use function substr; use function var_export; +use BackedEnum; use SebastianBergmann\RecursionContext\Context; use SplObjectStorage; +use UnitEnum; -/** - * A nifty utility for visualizing PHP variables. - * - * - * export(new Exception); - * - */ -class Exporter +final class Exporter { /** * Exports a value as a string. @@ -61,32 +48,24 @@ class Exporter * - Strings are always quoted with single quotes * - Carriage returns and newlines are normalized to \n * - Recursion and repeated rendering is treated properly - * - * @param int $indentation The indentation level of the 2nd+ line - * - * @return string */ - public function export($value, $indentation = 0) + public function export(mixed $value, int $indentation = 0): string { return $this->recursiveExport($value, $indentation); } - /** - * @param array $data - * @param Context $context - * - * @return string - */ - public function shortenedRecursiveExport(&$data, Context $context = null) + public function shortenedRecursiveExport(array &$data, Context $context = null): string { $result = []; - $exporter = new self(); + $exporter = new self; if (!$context) { $context = new Context; } $array = $data; + + /* @noinspection UnusedFunctionResultInspection */ $context->add($data); foreach ($array as $key => $value) { @@ -94,10 +73,7 @@ class Exporter if ($context->contains($data[$key]) !== false) { $result[] = '*RECURSION*'; } else { - $result[] = sprintf( - 'array(%s)', - $this->shortenedRecursiveExport($data[$key], $context) - ); + $result[] = sprintf('[%s]', $this->shortenedRecursiveExport($data[$key], $context)); } } else { $result[] = $exporter->shortenedExport($value); @@ -115,41 +91,48 @@ class Exporter * * Newlines are replaced by the visible string '\n'. * Contents of arrays and objects (if any) are replaced by '...'. - * - * @return string - * - * @see SebastianBergmann\Exporter\Exporter::export */ - public function shortenedExport($value) + public function shortenedExport(mixed $value): string { if (is_string($value)) { $string = str_replace("\n", '', $this->export($value)); - if (function_exists('mb_strlen')) { - if (mb_strlen($string) > 40) { - $string = mb_substr($string, 0, 30) . '...' . mb_substr($string, -7); - } - } else { - if (strlen($string) > 40) { - $string = substr($string, 0, 30) . '...' . substr($string, -7); - } + if (mb_strlen($string) > 40) { + return mb_substr($string, 0, 30) . '...' . mb_substr($string, -7); } return $string; } + if ($value instanceof BackedEnum) { + return sprintf( + '%s Enum (%s, %s)', + $value::class, + $value->name, + $this->export($value->value), + ); + } + + if ($value instanceof UnitEnum) { + return sprintf( + '%s Enum (%s)', + $value::class, + $value->name, + ); + } + if (is_object($value)) { return sprintf( '%s Object (%s)', - get_class($value), - count($this->toArray($value)) > 0 ? '...' : '' + $value::class, + count($this->toArray($value)) > 0 ? '...' : '', ); } if (is_array($value)) { return sprintf( - 'Array (%s)', - count($value) > 0 ? '...' : '' + '[%s]', + count($value) > 0 ? '...' : '', ); } @@ -159,10 +142,8 @@ class Exporter /** * Converts an object to an array containing all of its private, protected * and public properties. - * - * @return array */ - public function toArray($value) + public function toArray(mixed $value): array { if (!is_object($value)) { return (array) $value; @@ -179,9 +160,9 @@ class Exporter } // properties are transformed to keys in the following way: - // private $property => "\0Classname\0property" - // protected $property => "\0*\0property" - // public $property => "property" + // private $propertyName => "\0ClassName\0propertyName" + // protected $propertyName => "\0*\0propertyName" + // public $propertyName => "propertyName" if (preg_match('/^\0.+\0(.+)$/', (string) $key, $matches)) { $key = $matches[1]; } @@ -194,33 +175,24 @@ class Exporter $array[$key] = $val; } - // Some internal classes like SplObjectStorage don't work with the + // Some internal classes like SplObjectStorage do not work with the // above (fast) mechanism nor with reflection in Zend. // Format the output similarly to print_r() in this case if ($value instanceof SplObjectStorage) { - foreach ($value as $key => $val) { - $array[spl_object_hash($val)] = [ - 'obj' => $val, + foreach ($value as $_value) { + $array['Object #' . spl_object_id($_value)] = [ + 'obj' => $_value, 'inf' => $value->getInfo(), ]; } + + $value->rewind(); } return $array; } - /** - * Recursive implementation of export. - * - * @param mixed $value The value to export - * @param int $indentation The indentation level of the 2nd+ line - * @param \SebastianBergmann\RecursionContext\Context $processed Previously processed objects - * - * @return string - * - * @see SebastianBergmann\Exporter\Exporter::export - */ - protected function recursiveExport(&$value, $indentation, $processed = null) + private function recursiveExport(mixed &$value, int $indentation, ?Context $processed = null): string { if ($value === null) { return 'null'; @@ -260,12 +232,31 @@ class Exporter return sprintf( 'resource(%d) of type (%s)', $value, - get_resource_type($value) + get_resource_type($value), + ); + } + + if ($value instanceof BackedEnum) { + return sprintf( + '%s Enum #%d (%s, %s)', + $value::class, + spl_object_id($value), + $value->name, + $this->export($value->value, $indentation), + ); + } + + if ($value instanceof UnitEnum) { + return sprintf( + '%s Enum #%d (%s)', + $value::class, + spl_object_id($value), + $value->name, ); } if (is_string($value)) { - // Match for most non printable chars somewhat taking multibyte chars into account + // Match for most non-printable chars somewhat taking multibyte chars into account if (preg_match('/[^\x09-\x0d\x1b\x20-\xff]/', $value)) { return 'Binary String: 0x' . bin2hex($value); } @@ -277,8 +268,8 @@ class Exporter str_replace( ["\r\n", "\n\r", "\r", "\n"], ['\r\n', '\n\r', '\r', '\n'], - $value - ) + $value, + ), ) . "'"; } @@ -300,45 +291,47 @@ class Exporter if (count($array) > 0) { foreach ($array as $k => $v) { - $values .= sprintf( - '%s %s => %s' . "\n", - $whitespace, - $this->recursiveExport($k, $indentation), + $values .= + $whitespace + . ' ' . + $this->recursiveExport($k, $indentation) + . ' => ' . $this->recursiveExport($value[$k], $indentation + 1, $processed) - ); + . ",\n"; } $values = "\n" . $values . $whitespace; } - return sprintf('Array &%s (%s)', $key, $values); + return 'Array &' . (string) $key . ' [' . $values . ']'; } if (is_object($value)) { - $class = get_class($value); + $class = $value::class; - if ($hash = $processed->contains($value)) { - return sprintf('%s Object &%s', $class, $hash); + if ($processed->contains($value)) { + return $class . ' Object #' . spl_object_id($value); } - $hash = $processed->add($value); + $processed->add($value); $values = ''; $array = $this->toArray($value); if (count($array) > 0) { foreach ($array as $k => $v) { - $values .= sprintf( - '%s %s => %s' . "\n", - $whitespace, - $this->recursiveExport($k, $indentation), + $values .= + $whitespace + . ' ' . + $this->recursiveExport($k, $indentation) + . ' => ' . $this->recursiveExport($v, $indentation + 1, $processed) - ); + . ",\n"; } $values = "\n" . $values . $whitespace; } - return sprintf('%s Object &%s (%s)', $class, $hash, $values); + return $class . ' Object #' . spl_object_id($value) . ' (' . $values . ')'; } return var_export($value, true); diff --git a/Sources/vendor/sebastian/global-state/ChangeLog.md b/Sources/vendor/sebastian/global-state/ChangeLog.md old mode 100755 new mode 100644 index 47726664..e71b7876 --- a/Sources/vendor/sebastian/global-state/ChangeLog.md +++ b/Sources/vendor/sebastian/global-state/ChangeLog.md @@ -2,12 +2,26 @@ All notable changes in `sebastian/global-state` are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles. -## [5.0.6] - 2023-08-02 +## [6.0.1] - 2023-07-19 ### Changed * Changed usage of `ReflectionProperty::setValue()` to be compatible with PHP 8.3 +## [6.0.0] - 2023-02-03 + +### Changed + +* Renamed `SebastianBergmann\GlobalState\ExcludeList::addStaticAttribute()` to `SebastianBergmann\GlobalState\ExcludeList::addStaticProperty()` +* Renamed `SebastianBergmann\GlobalState\ExcludeList::isStaticAttributeExcluded()` to `SebastianBergmann\GlobalState\ExcludeList::isStaticPropertyExcluded()` +* Renamed `SebastianBergmann\GlobalState\Restorer::restoreStaticAttributes()` to `SebastianBergmann\GlobalState\Restorer::restoreStaticProperties()` +* Renamed `SebastianBergmann\GlobalState\Snapshot::staticAttributes()` to `SebastianBergmann\GlobalState\Snapshot::staticProperties()` + +### Removed + +* Removed `SebastianBergmann\GlobalState\Restorer::restoreFunctions()` +* This component is no longer supported on PHP 7.3, PHP 7.4 and PHP 8.0 + ## [5.0.5] - 2022-02-14 ### Fixed @@ -72,7 +86,8 @@ All notable changes in `sebastian/global-state` are documented in this file usin * This component is no longer supported on PHP 7.0 and PHP 7.1 -[5.0.6]: https://github.com/sebastianbergmann/global-state/compare/5.0.5...5.0.6 +[6.0.1]: https://github.com/sebastianbergmann/global-state/compare/6.0.0...6.0.1 +[6.0.0]: https://github.com/sebastianbergmann/global-state/compare/5.0.5...6.0.0 [5.0.5]: https://github.com/sebastianbergmann/global-state/compare/5.0.4...5.0.5 [5.0.4]: https://github.com/sebastianbergmann/global-state/compare/5.0.3...5.0.4 [5.0.3]: https://github.com/sebastianbergmann/global-state/compare/5.0.2...5.0.3 diff --git a/Sources/vendor/sebastian/global-state/LICENSE b/Sources/vendor/sebastian/global-state/LICENSE old mode 100755 new mode 100644 index 240190bd..73e95512 --- a/Sources/vendor/sebastian/global-state/LICENSE +++ b/Sources/vendor/sebastian/global-state/LICENSE @@ -1,33 +1,29 @@ -sebastian/global-state +BSD 3-Clause License -Copyright (c) 2001-2022, Sebastian Bergmann . +Copyright (c) 2001-2023, Sebastian Bergmann All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. - * Neither the name of Sebastian Bergmann nor the names of his - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Sources/vendor/sebastian/global-state/README.md b/Sources/vendor/sebastian/global-state/README.md old mode 100755 new mode 100644 index af15bedd..d4bd4cf5 --- a/Sources/vendor/sebastian/global-state/README.md +++ b/Sources/vendor/sebastian/global-state/README.md @@ -1,7 +1,9 @@ -# sebastian/global-state - +[![Latest Stable Version](https://poser.pugx.org/sebastian/global-state/v/stable.png)](https://packagist.org/packages/sebastian/global-state) [![CI Status](https://github.com/sebastianbergmann/global-state/workflows/CI/badge.svg)](https://github.com/sebastianbergmann/global-state/actions) [![Type Coverage](https://shepherd.dev/github/sebastianbergmann/global-state/coverage.svg)](https://shepherd.dev/github/sebastianbergmann/global-state) +[![codecov](https://codecov.io/gh/sebastianbergmann/global-state/branch/main/graph/badge.svg)](https://codecov.io/gh/sebastianbergmann/global-state) + +# sebastian/global-state Snapshotting of global state, factored out of PHPUnit into a stand-alone component. diff --git a/Sources/vendor/sebastian/global-state/SECURITY.md b/Sources/vendor/sebastian/global-state/SECURITY.md new file mode 100644 index 00000000..d88ff001 --- /dev/null +++ b/Sources/vendor/sebastian/global-state/SECURITY.md @@ -0,0 +1,30 @@ +# Security Policy + +If you believe you have found a security vulnerability in the library that is developed in this repository, please report it to us through coordinated disclosure. + +**Please do not report security vulnerabilities through public GitHub issues, discussions, or pull requests.** + +Instead, please email `sebastian@phpunit.de`. + +Please include as much of the information listed below as you can to help us better understand and resolve the issue: + +* The type of issue +* Full paths of source file(s) related to the manifestation of the issue +* The location of the affected source code (tag/branch/commit or direct URL) +* Any special configuration required to reproduce the issue +* Step-by-step instructions to reproduce the issue +* Proof-of-concept or exploit code (if possible) +* Impact of the issue, including how an attacker might exploit the issue + +This information will help us triage your report more quickly. + +## Web Context + +The library that is developed in this repository was either extracted from [PHPUnit](https://github.com/sebastianbergmann/phpunit) or developed specifically as a dependency for PHPUnit. + +The library is developed with a focus on development environments and the command-line. No specific testing or hardening with regard to using the library in an HTTP or web context or with untrusted input data is performed. The library might also contain functionality that intentionally exposes internal application data for debugging purposes. + +If the library is used in a web application, the application developer is responsible for filtering inputs or escaping outputs as necessary and for verifying that the used functionality is safe for use within the intended context. + +Vulnerabilities specific to the use outside a development context will be fixed as applicable, provided that the fix does not have an averse effect on the primary use case for development purposes. + diff --git a/Sources/vendor/sebastian/global-state/composer.json b/Sources/vendor/sebastian/global-state/composer.json old mode 100755 new mode 100644 index 0fef446a..78f6eb7a --- a/Sources/vendor/sebastian/global-state/composer.json +++ b/Sources/vendor/sebastian/global-state/composer.json @@ -10,25 +10,26 @@ "email": "sebastian@phpunit.de" } ], + "support": { + "issues": "https://github.com/sebastianbergmann/global-state/issues", + "security": "https://github.com/sebastianbergmann/global-state/security/policy" + }, "prefer-stable": true, "config": { "platform": { - "php": "7.3.0" + "php": "8.1.0" }, "optimize-autoloader": true, "sort-packages": true }, "require": { - "php": ">=7.3", - "sebastian/object-reflector": "^2.0", - "sebastian/recursion-context": "^4.0" + "php": ">=8.1", + "sebastian/object-reflector": "^3.0", + "sebastian/recursion-context": "^5.0" }, "require-dev": { "ext-dom": "*", - "phpunit/phpunit": "^9.3" - }, - "suggest": { - "ext-uopz": "*" + "phpunit/phpunit": "^10.0" }, "autoload": { "classmap": [ @@ -45,7 +46,7 @@ }, "extra": { "branch-alias": { - "dev-master": "5.0-dev" + "dev-main": "6.0-dev" } } } diff --git a/Sources/vendor/sebastian/global-state/src/CodeExporter.php b/Sources/vendor/sebastian/global-state/src/CodeExporter.php old mode 100755 new mode 100644 index 71cdbf50..e7c5fd08 --- a/Sources/vendor/sebastian/global-state/src/CodeExporter.php +++ b/Sources/vendor/sebastian/global-state/src/CodeExporter.php @@ -16,9 +16,6 @@ use function serialize; use function sprintf; use function var_export; -/** - * Exports parts of a Snapshot as PHP code. - */ final class CodeExporter { public function constants(Snapshot $snapshot): string @@ -78,7 +75,7 @@ EOT; return $result; } - private function exportVariable($variable): string + private function exportVariable(mixed $variable): string { if (is_scalar($variable) || null === $variable || (is_array($variable) && $this->arrayOnlyContainsScalars($variable))) { diff --git a/Sources/vendor/sebastian/global-state/src/ExcludeList.php b/Sources/vendor/sebastian/global-state/src/ExcludeList.php old mode 100755 new mode 100644 index 5631f118..a8ceb684 --- a/Sources/vendor/sebastian/global-state/src/ExcludeList.php +++ b/Sources/vendor/sebastian/global-state/src/ExcludeList.php @@ -15,35 +15,12 @@ use ReflectionClass; final class ExcludeList { - /** - * @var array - */ - private $globalVariables = []; - - /** - * @var string[] - */ - private $classes = []; - - /** - * @var string[] - */ - private $classNamePrefixes = []; - - /** - * @var string[] - */ - private $parentClasses = []; - - /** - * @var string[] - */ - private $interfaces = []; - - /** - * @var array - */ - private $staticAttributes = []; + private array $globalVariables = []; + private array $classes = []; + private array $classNamePrefixes = []; + private array $parentClasses = []; + private array $interfaces = []; + private array $staticProperties = []; public function addGlobalVariable(string $variableName): void { @@ -70,13 +47,13 @@ final class ExcludeList $this->classNamePrefixes[] = $classNamePrefix; } - public function addStaticAttribute(string $className, string $attributeName): void + public function addStaticProperty(string $className, string $propertyName): void { - if (!isset($this->staticAttributes[$className])) { - $this->staticAttributes[$className] = []; + if (!isset($this->staticProperties[$className])) { + $this->staticProperties[$className] = []; } - $this->staticAttributes[$className][$attributeName] = true; + $this->staticProperties[$className][$propertyName] = true; } public function isGlobalVariableExcluded(string $variableName): bool @@ -84,7 +61,10 @@ final class ExcludeList return isset($this->globalVariables[$variableName]); } - public function isStaticAttributeExcluded(string $className, string $attributeName): bool + /** + * @psalm-param class-string $className + */ + public function isStaticPropertyExcluded(string $className, string $propertyName): bool { if (in_array($className, $this->classes, true)) { return true; @@ -110,10 +90,6 @@ final class ExcludeList } } - if (isset($this->staticAttributes[$className][$attributeName])) { - return true; - } - - return false; + return isset($this->staticProperties[$className][$propertyName]); } } diff --git a/Sources/vendor/sebastian/global-state/src/Restorer.php b/Sources/vendor/sebastian/global-state/src/Restorer.php old mode 100755 new mode 100644 index ab145ce2..6eec7593 --- a/Sources/vendor/sebastian/global-state/src/Restorer.php +++ b/Sources/vendor/sebastian/global-state/src/Restorer.php @@ -13,41 +13,13 @@ use function array_diff; use function array_key_exists; use function array_keys; use function array_merge; -use function function_exists; -use function get_defined_functions; use function in_array; use function is_array; use ReflectionClass; use ReflectionProperty; -/** - * Restorer of snapshots of global state. - */ -class Restorer +final class Restorer { - /** - * Deletes function definitions that are not defined in a snapshot. - * - * @throws RuntimeException when the uopz_delete() function is not available - * - * @see https://github.com/krakjoe/uopz - */ - public function restoreFunctions(Snapshot $snapshot): void - { - if (!function_exists('uopz_delete')) { - throw new RuntimeException('The uopz_delete() function is required for this operation'); - } - - $functions = get_defined_functions(); - - foreach (array_diff($functions['user'], $snapshot->functions()) as $function) { - uopz_delete($function); - } - } - - /** - * Restores all global and super-global variables from a snapshot. - */ public function restoreGlobalVariables(Snapshot $snapshot): void { $superGlobalArrays = $snapshot->superGlobalArrays(); @@ -71,20 +43,16 @@ class Restorer } } - /** - * Restores all static attributes in user-defined classes from this snapshot. - */ - public function restoreStaticAttributes(Snapshot $snapshot): void + public function restoreStaticProperties(Snapshot $snapshot): void { $current = new Snapshot($snapshot->excludeList(), false, false, false, false, true, false, false, false, false); $newClasses = array_diff($current->classes(), $snapshot->classes()); unset($current); - foreach ($snapshot->staticAttributes() as $className => $staticAttributes) { - foreach ($staticAttributes as $name => $value) { + foreach ($snapshot->staticProperties() as $className => $staticProperties) { + foreach ($staticProperties as $name => $value) { $reflector = new ReflectionProperty($className, $name); - $reflector->setAccessible(true); $reflector->setValue(null, $value); } } @@ -93,14 +61,14 @@ class Restorer $class = new ReflectionClass($className); $defaults = $class->getDefaultProperties(); - foreach ($class->getProperties() as $attribute) { - if (!$attribute->isStatic()) { + foreach ($class->getProperties() as $property) { + if (!$property->isStatic()) { continue; } - $name = $attribute->getName(); + $name = $property->getName(); - if ($snapshot->excludeList()->isStaticAttributeExcluded($className, $name)) { + if ($snapshot->excludeList()->isStaticPropertyExcluded($className, $name)) { continue; } @@ -108,22 +76,17 @@ class Restorer continue; } - $attribute->setAccessible(true); - $attribute->setValue(null, $defaults[$name]); + $property->setValue(null, $defaults[$name]); } } } - /** - * Restores a super-global variable array from this snapshot. - */ private function restoreSuperGlobalArray(Snapshot $snapshot, string $superGlobalArray): void { $superGlobalVariables = $snapshot->superGlobalVariables(); - if (isset($GLOBALS[$superGlobalArray]) && - is_array($GLOBALS[$superGlobalArray]) && - isset($superGlobalVariables[$superGlobalArray])) { + if (isset($GLOBALS[$superGlobalArray], $superGlobalVariables[$superGlobalArray]) && + is_array($GLOBALS[$superGlobalArray])) { $keys = array_keys( array_merge( $GLOBALS[$superGlobalArray], diff --git a/Sources/vendor/sebastian/global-state/src/Snapshot.php b/Sources/vendor/sebastian/global-state/src/Snapshot.php old mode 100755 new mode 100644 index e33264eb..8ee3fdb8 --- a/Sources/vendor/sebastian/global-state/src/Snapshot.php +++ b/Sources/vendor/sebastian/global-state/src/Snapshot.php @@ -9,10 +9,10 @@ */ namespace SebastianBergmann\GlobalState; -use const PHP_VERSION_ID; use function array_keys; use function array_merge; use function array_reverse; +use function assert; use function func_get_args; use function get_declared_classes; use function get_declared_interfaces; @@ -38,70 +38,20 @@ use Throwable; */ class Snapshot { - /** - * @var ExcludeList - */ - private $excludeList; - - /** - * @var array - */ - private $globalVariables = []; - - /** - * @var array - */ - private $superGlobalArrays = []; - - /** - * @var array - */ - private $superGlobalVariables = []; - - /** - * @var array - */ - private $staticAttributes = []; - - /** - * @var array - */ - private $iniSettings = []; - - /** - * @var array - */ - private $includedFiles = []; - - /** - * @var array - */ - private $constants = []; - - /** - * @var array - */ - private $functions = []; - - /** - * @var array - */ - private $interfaces = []; - - /** - * @var array - */ - private $classes = []; - - /** - * @var array - */ - private $traits = []; - - /** - * Creates a snapshot of the current global state. - */ - public function __construct(ExcludeList $excludeList = null, bool $includeGlobalVariables = true, bool $includeStaticAttributes = true, bool $includeConstants = true, bool $includeFunctions = true, bool $includeClasses = true, bool $includeInterfaces = true, bool $includeTraits = true, bool $includeIniSettings = true, bool $includeIncludedFiles = true) + private ExcludeList $excludeList; + private array $globalVariables = []; + private array $superGlobalArrays = []; + private array $superGlobalVariables = []; + private array $staticProperties = []; + private array $iniSettings = []; + private array $includedFiles = []; + private array $constants = []; + private array $functions = []; + private array $interfaces = []; + private array $classes = []; + private array $traits = []; + + public function __construct(ExcludeList $excludeList = null, bool $includeGlobalVariables = true, bool $includeStaticProperties = true, bool $includeConstants = true, bool $includeFunctions = true, bool $includeClasses = true, bool $includeInterfaces = true, bool $includeTraits = true, bool $includeIniSettings = true, bool $includeIncludedFiles = true) { $this->excludeList = $excludeList ?: new ExcludeList; @@ -113,7 +63,7 @@ class Snapshot $this->snapshotFunctions(); } - if ($includeClasses || $includeStaticAttributes) { + if ($includeClasses || $includeStaticProperties) { $this->snapshotClasses(); } @@ -126,8 +76,8 @@ class Snapshot $this->snapshotGlobals(); } - if ($includeStaticAttributes) { - $this->snapshotStaticAttributes(); + if ($includeStaticProperties) { + $this->snapshotStaticProperties(); } if ($includeIniSettings) { @@ -163,9 +113,9 @@ class Snapshot return $this->superGlobalArrays; } - public function staticAttributes(): array + public function staticProperties(): array { - return $this->staticAttributes; + return $this->staticProperties; } public function iniSettings(): array @@ -203,9 +153,6 @@ class Snapshot return $this->traits; } - /** - * Creates a snapshot user-defined constants. - */ private function snapshotConstants(): void { $constants = get_defined_constants(true); @@ -215,9 +162,6 @@ class Snapshot } } - /** - * Creates a snapshot user-defined functions. - */ private function snapshotFunctions(): void { $functions = get_defined_functions(); @@ -225,9 +169,6 @@ class Snapshot $this->functions = $functions['user']; } - /** - * Creates a snapshot user-defined classes. - */ private function snapshotClasses(): void { foreach (array_reverse(get_declared_classes()) as $className) { @@ -243,9 +184,6 @@ class Snapshot $this->classes = array_reverse($this->classes); } - /** - * Creates a snapshot user-defined interfaces. - */ private function snapshotInterfaces(): void { foreach (array_reverse(get_declared_interfaces()) as $interfaceName) { @@ -261,9 +199,6 @@ class Snapshot $this->interfaces = array_reverse($this->interfaces); } - /** - * Creates a snapshot of all global and super-global variables. - */ private function snapshotGlobals(): void { $superGlobalArrays = $this->superGlobalArrays(); @@ -283,9 +218,6 @@ class Snapshot } } - /** - * Creates a snapshot a super-global variable array. - */ private function snapshotSuperGlobalArray(string $superGlobalArray): void { $this->superGlobalVariables[$superGlobalArray] = []; @@ -298,30 +230,25 @@ class Snapshot } } - /** - * Creates a snapshot of all static attributes in user-defined classes. - */ - private function snapshotStaticAttributes(): void + private function snapshotStaticProperties(): void { foreach ($this->classes as $className) { $class = new ReflectionClass($className); $snapshot = []; - foreach ($class->getProperties() as $attribute) { - if ($attribute->isStatic()) { - $name = $attribute->getName(); + foreach ($class->getProperties() as $property) { + if ($property->isStatic()) { + $name = $property->getName(); - if ($this->excludeList->isStaticAttributeExcluded($className, $name)) { + if ($this->excludeList->isStaticPropertyExcluded($className, $name)) { continue; } - $attribute->setAccessible(true); - - if (PHP_VERSION_ID >= 70400 && !$attribute->isInitialized()) { + if (!$property->isInitialized()) { continue; } - $value = $attribute->getValue(); + $value = $property->getValue(); if ($this->canBeSerialized($value)) { /* @noinspection UnserializeExploitsInspection */ @@ -331,14 +258,11 @@ class Snapshot } if (!empty($snapshot)) { - $this->staticAttributes[$className] = $snapshot; + $this->staticProperties[$className] = $snapshot; } } } - /** - * Returns a list of all super-global variable arrays. - */ private function setupSuperGlobalArrays(): void { $this->superGlobalArrays = [ @@ -352,7 +276,7 @@ class Snapshot ]; } - private function canBeSerialized($variable): bool + private function canBeSerialized(mixed $variable): bool { if (is_scalar($variable) || $variable === null) { return true; @@ -385,7 +309,7 @@ class Snapshot return true; } - private function enumerateObjectsAndResources($variable): array + private function enumerateObjectsAndResources(mixed $variable): array { if (isset(func_get_args()[1])) { $processed = func_get_args()[1]; @@ -393,6 +317,8 @@ class Snapshot $processed = new Context; } + assert($processed instanceof Context); + $result = []; if ($processed->contains($variable)) { @@ -400,6 +326,8 @@ class Snapshot } $array = $variable; + + /* @noinspection UnusedFunctionResultInspection */ $processed->add($variable); if (is_array($variable)) { @@ -421,7 +349,7 @@ class Snapshot } else { $result[] = $variable; - foreach ((new ObjectReflector)->getAttributes($variable) as $value) { + foreach ((new ObjectReflector)->getProperties($variable) as $value) { if (!is_array($value) && !is_object($value) && !is_resource($value)) { continue; } diff --git a/Sources/vendor/sebastian/global-state/src/exceptions/Exception.php b/Sources/vendor/sebastian/global-state/src/exceptions/Exception.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/sebastian/global-state/src/exceptions/RuntimeException.php b/Sources/vendor/sebastian/global-state/src/exceptions/RuntimeException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/sebastian/lines-of-code/.psalm/baseline.xml b/Sources/vendor/sebastian/lines-of-code/.psalm/baseline.xml deleted file mode 100755 index 77e688e0..00000000 --- a/Sources/vendor/sebastian/lines-of-code/.psalm/baseline.xml +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/Sources/vendor/sebastian/lines-of-code/.psalm/config.xml b/Sources/vendor/sebastian/lines-of-code/.psalm/config.xml deleted file mode 100755 index 15abef05..00000000 --- a/Sources/vendor/sebastian/lines-of-code/.psalm/config.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - diff --git a/Sources/vendor/sebastian/lines-of-code/ChangeLog.md b/Sources/vendor/sebastian/lines-of-code/ChangeLog.md old mode 100755 new mode 100644 index 39bcaad4..3efbb1e0 --- a/Sources/vendor/sebastian/lines-of-code/ChangeLog.md +++ b/Sources/vendor/sebastian/lines-of-code/ChangeLog.md @@ -2,6 +2,18 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles. +## [2.0.1] - 2023-08-31 + +### Changed + +* Improved type information + +## [2.0.0] - 2023-02-03 + +### Removed + +* This component is no longer supported on PHP 7.3, PHP 7.4 and PHP 8.0 + ## [1.0.3] - 2020-11-28 ### Fixed @@ -28,6 +40,8 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt * Initial release +[2.0.1]: https://github.com/sebastianbergmann/lines-of-code/compare/2.0.0...2.0.1 +[2.0.0]: https://github.com/sebastianbergmann/lines-of-code/compare/1.0.3...2.0.0 [1.0.3]: https://github.com/sebastianbergmann/lines-of-code/compare/1.0.2...1.0.3 [1.0.2]: https://github.com/sebastianbergmann/lines-of-code/compare/1.0.1...1.0.2 [1.0.1]: https://github.com/sebastianbergmann/lines-of-code/compare/1.0.0...1.0.1 diff --git a/Sources/vendor/sebastian/lines-of-code/LICENSE b/Sources/vendor/sebastian/lines-of-code/LICENSE old mode 100755 new mode 100644 index d170181f..5716d965 --- a/Sources/vendor/sebastian/lines-of-code/LICENSE +++ b/Sources/vendor/sebastian/lines-of-code/LICENSE @@ -1,33 +1,29 @@ -sebastian/lines-of-code +BSD 3-Clause License -Copyright (c) 2020, Sebastian Bergmann . +Copyright (c) 2020-2023, Sebastian Bergmann All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. - * Neither the name of Sebastian Bergmann nor the names of his - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Sources/vendor/sebastian/lines-of-code/README.md b/Sources/vendor/sebastian/lines-of-code/README.md old mode 100755 new mode 100644 index 9457ef5a..79daa106 --- a/Sources/vendor/sebastian/lines-of-code/README.md +++ b/Sources/vendor/sebastian/lines-of-code/README.md @@ -1,12 +1,12 @@ +[![Latest Stable Version](https://poser.pugx.org/sebastian/lines-of-code/v/stable.png)](https://packagist.org/packages/sebastian/lines-of-code) +[![CI Status](https://github.com/sebastianbergmann/lines-of-code/workflows/CI/badge.svg)](https://github.com/sebastianbergmann/lines-of-code/actions) +[![Type Coverage](https://shepherd.dev/github/sebastianbergmann/lines-of-code/coverage.svg)](https://shepherd.dev/github/sebastianbergmann/lines-of-code) +[![codecov](https://codecov.io/gh/sebastianbergmann/lines-of-code/branch/main/graph/badge.svg)](https://codecov.io/gh/sebastianbergmann/lines-of-code) + # sebastian/lines-of-code Library for counting the lines of code in PHP source code. -[![Latest Stable Version](https://img.shields.io/packagist/v/sebastian/lines-of-code.svg?style=flat-square)](https://packagist.org/packages/sebastian/lines-of-code) -[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.3-8892BF.svg?style=flat-square)](https://php.net/) -[![CI Status](https://github.com/sebastianbergmann/lines-of-code/workflows/CI/badge.svg?branch=master&event=push)](https://phpunit.de/build-status.html) -[![Type Coverage](https://shepherd.dev/github/sebastianbergmann/lines-of-code/coverage.svg)](https://shepherd.dev/github/sebastianbergmann/lines-of-code) - ## Installation You can add this library as a local, per-project dependency to your project using [Composer](https://getcomposer.org/): diff --git a/Sources/vendor/sebastian/lines-of-code/SECURITY.md b/Sources/vendor/sebastian/lines-of-code/SECURITY.md new file mode 100644 index 00000000..d88ff001 --- /dev/null +++ b/Sources/vendor/sebastian/lines-of-code/SECURITY.md @@ -0,0 +1,30 @@ +# Security Policy + +If you believe you have found a security vulnerability in the library that is developed in this repository, please report it to us through coordinated disclosure. + +**Please do not report security vulnerabilities through public GitHub issues, discussions, or pull requests.** + +Instead, please email `sebastian@phpunit.de`. + +Please include as much of the information listed below as you can to help us better understand and resolve the issue: + +* The type of issue +* Full paths of source file(s) related to the manifestation of the issue +* The location of the affected source code (tag/branch/commit or direct URL) +* Any special configuration required to reproduce the issue +* Step-by-step instructions to reproduce the issue +* Proof-of-concept or exploit code (if possible) +* Impact of the issue, including how an attacker might exploit the issue + +This information will help us triage your report more quickly. + +## Web Context + +The library that is developed in this repository was either extracted from [PHPUnit](https://github.com/sebastianbergmann/phpunit) or developed specifically as a dependency for PHPUnit. + +The library is developed with a focus on development environments and the command-line. No specific testing or hardening with regard to using the library in an HTTP or web context or with untrusted input data is performed. The library might also contain functionality that intentionally exposes internal application data for debugging purposes. + +If the library is used in a web application, the application developer is responsible for filtering inputs or escaping outputs as necessary and for verifying that the used functionality is safe for use within the intended context. + +Vulnerabilities specific to the use outside a development context will be fixed as applicable, provided that the fix does not have an averse effect on the primary use case for development purposes. + diff --git a/Sources/vendor/sebastian/lines-of-code/composer.json b/Sources/vendor/sebastian/lines-of-code/composer.json old mode 100755 new mode 100644 index 95bb9e36..e642bdb8 --- a/Sources/vendor/sebastian/lines-of-code/composer.json +++ b/Sources/vendor/sebastian/lines-of-code/composer.json @@ -12,19 +12,20 @@ } ], "support": { - "issues": "https://github.com/sebastianbergmann/lines-of-code/issues" + "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", + "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy" }, "prefer-stable": true, "require": { - "php": ">=7.3", - "nikic/php-parser": "^4.6" + "php": ">=8.1", + "nikic/php-parser": "^4.10" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "config": { "platform": { - "php": "7.3.0" + "php": "8.1" }, "optimize-autoloader": true, "sort-packages": true @@ -36,7 +37,7 @@ }, "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-main": "2.0-dev" } } } diff --git a/Sources/vendor/sebastian/lines-of-code/src/Counter.php b/Sources/vendor/sebastian/lines-of-code/src/Counter.php old mode 100755 new mode 100644 index cfe5e20a..d241adfc --- a/Sources/vendor/sebastian/lines-of-code/src/Counter.php +++ b/Sources/vendor/sebastian/lines-of-code/src/Counter.php @@ -9,6 +9,8 @@ */ namespace SebastianBergmann\LinesOfCode; +use function assert; +use function file_get_contents; use function substr_count; use PhpParser\Error; use PhpParser\Lexer; @@ -38,6 +40,8 @@ final class Counter $linesOfCode = 1; } + assert($linesOfCode >= 0); + try { $nodes = $this->parser()->parse($source); @@ -49,14 +53,16 @@ final class Counter } catch (Error $error) { throw new RuntimeException( $error->getMessage(), - (int) $error->getCode(), - $error + $error->getCode(), + $error, ); } // @codeCoverageIgnoreEnd } /** + * @psalm-param non-negative-int $linesOfCode + * * @param Node[] $nodes * * @throws RuntimeException @@ -75,8 +81,8 @@ final class Counter } catch (Error $error) { throw new RuntimeException( $error->getMessage(), - (int) $error->getCode(), - $error + $error->getCode(), + $error, ); } // @codeCoverageIgnoreEnd diff --git a/Sources/vendor/sebastian/lines-of-code/src/Exception/Exception.php b/Sources/vendor/sebastian/lines-of-code/src/Exception/Exception.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/sebastian/lines-of-code/src/Exception/IllogicalValuesException.php b/Sources/vendor/sebastian/lines-of-code/src/Exception/IllogicalValuesException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/sebastian/lines-of-code/src/Exception/NegativeValueException.php b/Sources/vendor/sebastian/lines-of-code/src/Exception/NegativeValueException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/sebastian/lines-of-code/src/Exception/RuntimeException.php b/Sources/vendor/sebastian/lines-of-code/src/Exception/RuntimeException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/sebastian/lines-of-code/src/LineCountingVisitor.php b/Sources/vendor/sebastian/lines-of-code/src/LineCountingVisitor.php old mode 100755 new mode 100644 index ff433b2f..ec394d98 --- a/Sources/vendor/sebastian/lines-of-code/src/LineCountingVisitor.php +++ b/Sources/vendor/sebastian/lines-of-code/src/LineCountingVisitor.php @@ -11,6 +11,7 @@ namespace SebastianBergmann\LinesOfCode; use function array_merge; use function array_unique; +use function assert; use function count; use PhpParser\Comment; use PhpParser\Node; @@ -20,20 +21,23 @@ use PhpParser\NodeVisitorAbstract; final class LineCountingVisitor extends NodeVisitorAbstract { /** - * @var int + * @psalm-var non-negative-int */ - private $linesOfCode; + private readonly int $linesOfCode; /** * @var Comment[] */ - private $comments = []; + private array $comments = []; /** * @var int[] */ - private $linesWithStatements = []; + private array $linesWithStatements = []; + /** + * @psalm-param non-negative-int $linesOfCode + */ public function __construct(int $linesOfCode) { $this->linesOfCode = $linesOfCode; @@ -58,11 +62,18 @@ final class LineCountingVisitor extends NodeVisitorAbstract $commentLinesOfCode += ($comment->getEndLine() - $comment->getStartLine() + 1); } + $nonCommentLinesOfCode = $this->linesOfCode - $commentLinesOfCode; + $logicalLinesOfCode = count(array_unique($this->linesWithStatements)); + + assert($commentLinesOfCode >= 0); + assert($nonCommentLinesOfCode >= 0); + assert($logicalLinesOfCode >= 0); + return new LinesOfCode( $this->linesOfCode, $commentLinesOfCode, - $this->linesOfCode - $commentLinesOfCode, - count(array_unique($this->linesWithStatements)) + $nonCommentLinesOfCode, + $logicalLinesOfCode, ); } diff --git a/Sources/vendor/sebastian/lines-of-code/src/LinesOfCode.php b/Sources/vendor/sebastian/lines-of-code/src/LinesOfCode.php old mode 100755 new mode 100644 index 41829981..729eba52 --- a/Sources/vendor/sebastian/lines-of-code/src/LinesOfCode.php +++ b/Sources/vendor/sebastian/lines-of-code/src/LinesOfCode.php @@ -15,43 +15,52 @@ namespace SebastianBergmann\LinesOfCode; final class LinesOfCode { /** - * @var int + * @psalm-var non-negative-int */ - private $linesOfCode; + private readonly int $linesOfCode; /** - * @var int + * @psalm-var non-negative-int */ - private $commentLinesOfCode; + private readonly int $commentLinesOfCode; /** - * @var int + * @psalm-var non-negative-int */ - private $nonCommentLinesOfCode; + private readonly int $nonCommentLinesOfCode; /** - * @var int + * @psalm-var non-negative-int */ - private $logicalLinesOfCode; + private readonly int $logicalLinesOfCode; /** + * @psalm-param non-negative-int $linesOfCode + * @psalm-param non-negative-int $commentLinesOfCode + * @psalm-param non-negative-int $nonCommentLinesOfCode + * @psalm-param non-negative-int $logicalLinesOfCode + * * @throws IllogicalValuesException * @throws NegativeValueException */ public function __construct(int $linesOfCode, int $commentLinesOfCode, int $nonCommentLinesOfCode, int $logicalLinesOfCode) { + /** @psalm-suppress DocblockTypeContradiction */ if ($linesOfCode < 0) { throw new NegativeValueException('$linesOfCode must not be negative'); } + /** @psalm-suppress DocblockTypeContradiction */ if ($commentLinesOfCode < 0) { throw new NegativeValueException('$commentLinesOfCode must not be negative'); } + /** @psalm-suppress DocblockTypeContradiction */ if ($nonCommentLinesOfCode < 0) { throw new NegativeValueException('$nonCommentLinesOfCode must not be negative'); } + /** @psalm-suppress DocblockTypeContradiction */ if ($logicalLinesOfCode < 0) { throw new NegativeValueException('$logicalLinesOfCode must not be negative'); } @@ -66,21 +75,33 @@ final class LinesOfCode $this->logicalLinesOfCode = $logicalLinesOfCode; } + /** + * @psalm-return non-negative-int + */ public function linesOfCode(): int { return $this->linesOfCode; } + /** + * @psalm-return non-negative-int + */ public function commentLinesOfCode(): int { return $this->commentLinesOfCode; } + /** + * @psalm-return non-negative-int + */ public function nonCommentLinesOfCode(): int { return $this->nonCommentLinesOfCode; } + /** + * @psalm-return non-negative-int + */ public function logicalLinesOfCode(): int { return $this->logicalLinesOfCode; diff --git a/Sources/vendor/sebastian/object-enumerator/.psalm/baseline.xml b/Sources/vendor/sebastian/object-enumerator/.psalm/baseline.xml deleted file mode 100755 index 180b3f80..00000000 --- a/Sources/vendor/sebastian/object-enumerator/.psalm/baseline.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - !is_array($variable) && !is_object($variable) - is_object($variable) - - - diff --git a/Sources/vendor/sebastian/object-enumerator/.psalm/config.xml b/Sources/vendor/sebastian/object-enumerator/.psalm/config.xml deleted file mode 100755 index 2a4b16f2..00000000 --- a/Sources/vendor/sebastian/object-enumerator/.psalm/config.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - diff --git a/Sources/vendor/sebastian/object-enumerator/ChangeLog.md b/Sources/vendor/sebastian/object-enumerator/ChangeLog.md old mode 100755 new mode 100644 index 88655418..c04f46fa --- a/Sources/vendor/sebastian/object-enumerator/ChangeLog.md +++ b/Sources/vendor/sebastian/object-enumerator/ChangeLog.md @@ -2,6 +2,12 @@ All notable changes to `sebastianbergmann/object-enumerator` are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. +## [5.0.0] - 2023-02-03 + +### Removed + +* This component is no longer supported on PHP 7.3, PHP 7.4 and PHP 8.0 + ## [4.0.4] - 2020-10-26 ### Fixed @@ -74,6 +80,7 @@ All notable changes to `sebastianbergmann/object-enumerator` are documented in t * Initial release +[5.0.0]: https://github.com/sebastianbergmann/object-enumerator/compare/4.0.4...5.0.0 [4.0.4]: https://github.com/sebastianbergmann/object-enumerator/compare/4.0.3...4.0.4 [4.0.3]: https://github.com/sebastianbergmann/object-enumerator/compare/4.0.2...4.0.3 [4.0.2]: https://github.com/sebastianbergmann/object-enumerator/compare/4.0.1...4.0.2 diff --git a/Sources/vendor/sebastian/object-enumerator/LICENSE b/Sources/vendor/sebastian/object-enumerator/LICENSE old mode 100755 new mode 100644 index 1389ad39..16e1ba9a --- a/Sources/vendor/sebastian/object-enumerator/LICENSE +++ b/Sources/vendor/sebastian/object-enumerator/LICENSE @@ -1,33 +1,29 @@ -Object Enumerator +BSD 3-Clause License -Copyright (c) 2016-2020, Sebastian Bergmann . +Copyright (c) 2016-2023, Sebastian Bergmann All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. - * Neither the name of Sebastian Bergmann nor the names of his - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Sources/vendor/sebastian/object-enumerator/README.md b/Sources/vendor/sebastian/object-enumerator/README.md old mode 100755 new mode 100644 index afca0177..fc1a7aab --- a/Sources/vendor/sebastian/object-enumerator/README.md +++ b/Sources/vendor/sebastian/object-enumerator/README.md @@ -1,7 +1,9 @@ -# sebastian/object-enumerator - +[![Latest Stable Version](https://poser.pugx.org/sebastian/object-enumerator/v/stable.png)](https://packagist.org/packages/sebastian/object-enumerator) [![CI Status](https://github.com/sebastianbergmann/object-enumerator/workflows/CI/badge.svg)](https://github.com/sebastianbergmann/object-enumerator/actions) [![Type Coverage](https://shepherd.dev/github/sebastianbergmann/object-enumerator/coverage.svg)](https://shepherd.dev/github/sebastianbergmann/object-enumerator) +[![codecov](https://codecov.io/gh/sebastianbergmann/object-enumerator/branch/main/graph/badge.svg)](https://codecov.io/gh/sebastianbergmann/object-enumerator) + +# sebastian/object-enumerator Traverses array structures and object graphs to enumerate all referenced objects. diff --git a/Sources/vendor/sebastian/object-enumerator/SECURITY.md b/Sources/vendor/sebastian/object-enumerator/SECURITY.md new file mode 100644 index 00000000..d4ee967b --- /dev/null +++ b/Sources/vendor/sebastian/object-enumerator/SECURITY.md @@ -0,0 +1,9 @@ +# Security Policy + +This library is intended to be used in development environments only. For instance, it is used by the testing framework PHPUnit. There is no reason why this library should be installed on a webserver. + +**If you upload this library to a webserver then your deployment process is broken. On a more general note, if your `vendor` directory is publicly accessible on your webserver then your deployment process is also broken.** + +## Security Contact Information + +After the above, if you still would like to report a security vulnerability, please email `sebastian@phpunit.de`. diff --git a/Sources/vendor/sebastian/object-enumerator/composer.json b/Sources/vendor/sebastian/object-enumerator/composer.json old mode 100755 new mode 100644 index d68a2133..1d1a7149 --- a/Sources/vendor/sebastian/object-enumerator/composer.json +++ b/Sources/vendor/sebastian/object-enumerator/composer.json @@ -12,18 +12,18 @@ "prefer-stable": true, "config": { "platform": { - "php": "7.3.0" + "php": "8.1.0" }, "optimize-autoloader": true, "sort-packages": true }, "require": { - "php": ">=7.3", - "sebastian/object-reflector": "^2.0", - "sebastian/recursion-context": "^4.0" + "php": ">=8.1", + "sebastian/object-reflector": "^3.0", + "sebastian/recursion-context": "^5.0" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "autoload": { "classmap": [ @@ -37,7 +37,7 @@ }, "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-main": "5.0-dev" } } } diff --git a/Sources/vendor/sebastian/object-enumerator/phpunit.xml b/Sources/vendor/sebastian/object-enumerator/phpunit.xml old mode 100755 new mode 100644 index 7be976b1..bf94af03 --- a/Sources/vendor/sebastian/object-enumerator/phpunit.xml +++ b/Sources/vendor/sebastian/object-enumerator/phpunit.xml @@ -1,22 +1,22 @@ + colors="true"> - tests + tests - + src diff --git a/Sources/vendor/sebastian/object-enumerator/src/Enumerator.php b/Sources/vendor/sebastian/object-enumerator/src/Enumerator.php old mode 100755 new mode 100644 index de75d17c..c0897e54 --- a/Sources/vendor/sebastian/object-enumerator/src/Enumerator.php +++ b/Sources/vendor/sebastian/object-enumerator/src/Enumerator.php @@ -10,42 +10,18 @@ namespace SebastianBergmann\ObjectEnumerator; use function array_merge; -use function func_get_args; use function is_array; use function is_object; use SebastianBergmann\ObjectReflector\ObjectReflector; use SebastianBergmann\RecursionContext\Context; -/** - * Traverses array structures and object graphs - * to enumerate all referenced objects. - */ -class Enumerator +final class Enumerator { /** - * Returns an array of all objects referenced either - * directly or indirectly by a variable. - * - * @param array|object $variable - * - * @return object[] + * @psalm-return list */ - public function enumerate($variable) + public function enumerate(array|object $variable, Context $processed = new Context): array { - if (!is_array($variable) && !is_object($variable)) { - throw new InvalidArgumentException; - } - - if (isset(func_get_args()[1])) { - if (!func_get_args()[1] instanceof Context) { - throw new InvalidArgumentException; - } - - $processed = func_get_args()[1]; - } else { - $processed = new Context; - } - $objects = []; if ($processed->contains($variable)) { @@ -53,6 +29,8 @@ class Enumerator } $array = $variable; + + /* @noinspection UnusedFunctionResultInspection */ $processed->add($variable); if (is_array($variable)) { @@ -61,26 +39,28 @@ class Enumerator continue; } + /** @noinspection SlowArrayOperationsInLoopInspection */ $objects = array_merge( $objects, $this->enumerate($element, $processed) ); } - } else { - $objects[] = $variable; - $reflector = new ObjectReflector; + return $objects; + } - foreach ($reflector->getAttributes($variable) as $value) { - if (!is_array($value) && !is_object($value)) { - continue; - } + $objects[] = $variable; - $objects = array_merge( - $objects, - $this->enumerate($value, $processed) - ); + foreach ((new ObjectReflector)->getProperties($variable) as $value) { + if (!is_array($value) && !is_object($value)) { + continue; } + + /** @noinspection SlowArrayOperationsInLoopInspection */ + $objects = array_merge( + $objects, + $this->enumerate($value, $processed) + ); } return $objects; diff --git a/Sources/vendor/sebastian/object-enumerator/src/InvalidArgumentException.php b/Sources/vendor/sebastian/object-enumerator/src/InvalidArgumentException.php deleted file mode 100755 index ce2037cd..00000000 --- a/Sources/vendor/sebastian/object-enumerator/src/InvalidArgumentException.php +++ /dev/null @@ -1,14 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace SebastianBergmann\ObjectEnumerator; - -class InvalidArgumentException extends \InvalidArgumentException implements Exception -{ -} diff --git a/Sources/vendor/sebastian/object-reflector/.psalm/baseline.xml b/Sources/vendor/sebastian/object-reflector/.psalm/baseline.xml deleted file mode 100755 index 965c1275..00000000 --- a/Sources/vendor/sebastian/object-reflector/.psalm/baseline.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - is_object($object) - - - diff --git a/Sources/vendor/sebastian/object-reflector/.psalm/config.xml b/Sources/vendor/sebastian/object-reflector/.psalm/config.xml deleted file mode 100755 index 2a4b16f2..00000000 --- a/Sources/vendor/sebastian/object-reflector/.psalm/config.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - diff --git a/Sources/vendor/sebastian/object-reflector/ChangeLog.md b/Sources/vendor/sebastian/object-reflector/ChangeLog.md old mode 100755 new mode 100644 index 7fa62e90..f6deff8d --- a/Sources/vendor/sebastian/object-reflector/ChangeLog.md +++ b/Sources/vendor/sebastian/object-reflector/ChangeLog.md @@ -2,6 +2,16 @@ All notable changes to `sebastianbergmann/object-reflector` are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. +## [3.0.0] - 2023-02-03 + +### Changed + +* `ObjectReflector::getAttributes()` has been renamed to `ObjectReflector::getProperties()` + +### Removed + +* This component is no longer supported on PHP 7.3, PHP 7.4 and PHP 8.0 + ## [2.0.4] - 2020-10-26 ### Fixed @@ -46,6 +56,7 @@ All notable changes to `sebastianbergmann/object-reflector` are documented in th * Initial release +[3.0.0]: https://github.com/sebastianbergmann/object-reflector/compare/2.0.4...3.0.0 [2.0.4]: https://github.com/sebastianbergmann/object-reflector/compare/2.0.3...2.0.4 [2.0.3]: https://github.com/sebastianbergmann/object-reflector/compare/2.0.2...2.0.3 [2.0.2]: https://github.com/sebastianbergmann/object-reflector/compare/2.0.1...2.0.2 diff --git a/Sources/vendor/sebastian/object-reflector/LICENSE b/Sources/vendor/sebastian/object-reflector/LICENSE old mode 100755 new mode 100644 index a80c1619..371decf4 --- a/Sources/vendor/sebastian/object-reflector/LICENSE +++ b/Sources/vendor/sebastian/object-reflector/LICENSE @@ -1,33 +1,29 @@ -Object Reflector +BSD 3-Clause License -Copyright (c) 2017-2020, Sebastian Bergmann . +Copyright (c) 2017-2023, Sebastian Bergmann All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. - * Neither the name of Sebastian Bergmann nor the names of his - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Sources/vendor/sebastian/object-reflector/README.md b/Sources/vendor/sebastian/object-reflector/README.md old mode 100755 new mode 100644 index b7d5ae95..629c82de --- a/Sources/vendor/sebastian/object-reflector/README.md +++ b/Sources/vendor/sebastian/object-reflector/README.md @@ -1,9 +1,11 @@ -# sebastian/object-reflector - +[![Latest Stable Version](https://poser.pugx.org/sebastian/object-reflector/v/stable.png)](https://packagist.org/packages/sebastian/object-reflector) [![CI Status](https://github.com/sebastianbergmann/object-reflector/workflows/CI/badge.svg)](https://github.com/sebastianbergmann/object-reflector/actions) [![Type Coverage](https://shepherd.dev/github/sebastianbergmann/object-reflector/coverage.svg)](https://shepherd.dev/github/sebastianbergmann/object-reflector) +[![codecov](https://codecov.io/gh/sebastianbergmann/object-reflector/branch/main/graph/badge.svg)](https://codecov.io/gh/sebastianbergmann/object-reflector) + +# sebastian/object-reflector -Allows reflection of object attributes, including inherited and non-public ones. +Allows reflection of object properties, including inherited and private as well as protected ones. ## Installation diff --git a/Sources/vendor/sebastian/object-reflector/SECURITY.md b/Sources/vendor/sebastian/object-reflector/SECURITY.md new file mode 100644 index 00000000..d4ee967b --- /dev/null +++ b/Sources/vendor/sebastian/object-reflector/SECURITY.md @@ -0,0 +1,9 @@ +# Security Policy + +This library is intended to be used in development environments only. For instance, it is used by the testing framework PHPUnit. There is no reason why this library should be installed on a webserver. + +**If you upload this library to a webserver then your deployment process is broken. On a more general note, if your `vendor` directory is publicly accessible on your webserver then your deployment process is also broken.** + +## Security Contact Information + +After the above, if you still would like to report a security vulnerability, please email `sebastian@phpunit.de`. diff --git a/Sources/vendor/sebastian/object-reflector/composer.json b/Sources/vendor/sebastian/object-reflector/composer.json old mode 100755 new mode 100644 index 36a33788..c9dcad0f --- a/Sources/vendor/sebastian/object-reflector/composer.json +++ b/Sources/vendor/sebastian/object-reflector/composer.json @@ -12,16 +12,16 @@ "prefer-stable": true, "config": { "platform": { - "php": "7.3.0" + "php": "8.1.0" }, "optimize-autoloader": true, "sort-packages": true }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "autoload": { "classmap": [ @@ -35,7 +35,7 @@ }, "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-main": "3.0-dev" } } } diff --git a/Sources/vendor/sebastian/object-reflector/src/Exception.php b/Sources/vendor/sebastian/object-reflector/src/Exception.php deleted file mode 100755 index 36f8efec..00000000 --- a/Sources/vendor/sebastian/object-reflector/src/Exception.php +++ /dev/null @@ -1,16 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace SebastianBergmann\ObjectReflector; - -use Throwable; - -interface Exception extends Throwable -{ -} diff --git a/Sources/vendor/sebastian/object-reflector/src/InvalidArgumentException.php b/Sources/vendor/sebastian/object-reflector/src/InvalidArgumentException.php deleted file mode 100755 index 34b4cca1..00000000 --- a/Sources/vendor/sebastian/object-reflector/src/InvalidArgumentException.php +++ /dev/null @@ -1,14 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace SebastianBergmann\ObjectReflector; - -class InvalidArgumentException extends \InvalidArgumentException implements Exception -{ -} diff --git a/Sources/vendor/sebastian/object-reflector/src/ObjectReflector.php b/Sources/vendor/sebastian/object-reflector/src/ObjectReflector.php old mode 100755 new mode 100644 index 4abb5f55..ba9cbaf4 --- a/Sources/vendor/sebastian/object-reflector/src/ObjectReflector.php +++ b/Sources/vendor/sebastian/object-reflector/src/ObjectReflector.php @@ -11,41 +11,31 @@ namespace SebastianBergmann\ObjectReflector; use function count; use function explode; -use function get_class; -use function is_object; -class ObjectReflector +final class ObjectReflector { /** - * @param object $object - * - * @throws InvalidArgumentException + * @psalm-return array */ - public function getAttributes($object): array + public function getProperties(object $object): array { - if (!is_object($object)) { - throw new InvalidArgumentException; - } - - $attributes = []; - $className = get_class($object); + $properties = []; + $className = $object::class; foreach ((array) $object as $name => $value) { $name = explode("\0", (string) $name); if (count($name) === 1) { $name = $name[0]; + } elseif ($name[1] !== $className) { + $name = $name[1] . '::' . $name[2]; } else { - if ($name[1] !== $className) { - $name = $name[1] . '::' . $name[2]; - } else { - $name = $name[2]; - } + $name = $name[2]; } - $attributes[$name] = $value; + $properties[$name] = $value; } - return $attributes; + return $properties; } } diff --git a/Sources/vendor/sebastian/recursion-context/ChangeLog.md b/Sources/vendor/sebastian/recursion-context/ChangeLog.md old mode 100755 new mode 100644 index c1a76516..836de86c --- a/Sources/vendor/sebastian/recursion-context/ChangeLog.md +++ b/Sources/vendor/sebastian/recursion-context/ChangeLog.md @@ -2,6 +2,12 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles. +## [5.0.0] - 2023-02-03 + +### Removed + +* This component is no longer supported on PHP 7.3, PHP 7.4 and PHP 8.0 + ## [4.0.5] - 2023-02-03 ### Fixed @@ -33,6 +39,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt * Tests etc. are now ignored for archive exports +[5.0.0]: https://github.com/sebastianbergmann/recursion-context/compare/4.0.5...5.0.0 [4.0.5]: https://github.com/sebastianbergmann/recursion-context/compare/4.0.4...4.0.5 [4.0.4]: https://github.com/sebastianbergmann/recursion-context/compare/4.0.3...4.0.4 [4.0.3]: https://github.com/sebastianbergmann/recursion-context/compare/4.0.2...4.0.3 diff --git a/Sources/vendor/sebastian/recursion-context/LICENSE b/Sources/vendor/sebastian/recursion-context/LICENSE old mode 100755 new mode 100644 index 4e9b6371..a453252d --- a/Sources/vendor/sebastian/recursion-context/LICENSE +++ b/Sources/vendor/sebastian/recursion-context/LICENSE @@ -1,33 +1,29 @@ -Recursion Context +BSD 3-Clause License -Copyright (c) 2002-2022, Sebastian Bergmann . +Copyright (c) 2002-2023, Sebastian Bergmann All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. - * Neither the name of Sebastian Bergmann nor the names of his - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Sources/vendor/sebastian/recursion-context/README.md b/Sources/vendor/sebastian/recursion-context/README.md old mode 100755 new mode 100644 index 8e4d2a08..8204e10e --- a/Sources/vendor/sebastian/recursion-context/README.md +++ b/Sources/vendor/sebastian/recursion-context/README.md @@ -1,7 +1,9 @@ -# sebastian/recursion-context - +[![Latest Stable Version](https://poser.pugx.org/sebastian/recursion-context/v/stable.png)](https://packagist.org/packages/sebastian/recursion-context) [![CI Status](https://github.com/sebastianbergmann/recursion-context/workflows/CI/badge.svg)](https://github.com/sebastianbergmann/recursion-context/actions) [![Type Coverage](https://shepherd.dev/github/sebastianbergmann/recursion-context/coverage.svg)](https://shepherd.dev/github/sebastianbergmann/recursion-context) +[![codecov](https://codecov.io/gh/sebastianbergmann/recursion-context/branch/main/graph/badge.svg)](https://codecov.io/gh/sebastianbergmann/recursion-context) + +# sebastian/recursion-context ## Installation diff --git a/Sources/vendor/sebastian/recursion-context/SECURITY.md b/Sources/vendor/sebastian/recursion-context/SECURITY.md new file mode 100644 index 00000000..d4ee967b --- /dev/null +++ b/Sources/vendor/sebastian/recursion-context/SECURITY.md @@ -0,0 +1,9 @@ +# Security Policy + +This library is intended to be used in development environments only. For instance, it is used by the testing framework PHPUnit. There is no reason why this library should be installed on a webserver. + +**If you upload this library to a webserver then your deployment process is broken. On a more general note, if your `vendor` directory is publicly accessible on your webserver then your deployment process is also broken.** + +## Security Contact Information + +After the above, if you still would like to report a security vulnerability, please email `sebastian@phpunit.de`. diff --git a/Sources/vendor/sebastian/recursion-context/composer.json b/Sources/vendor/sebastian/recursion-context/composer.json old mode 100755 new mode 100644 index cbd39f76..3a00b680 --- a/Sources/vendor/sebastian/recursion-context/composer.json +++ b/Sources/vendor/sebastian/recursion-context/composer.json @@ -20,16 +20,16 @@ "prefer-stable": true, "config": { "platform": { - "php": "7.3.0" + "php": "8.1.0" }, "optimize-autoloader": true, "sort-packages": true }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "autoload": { "classmap": [ @@ -38,7 +38,7 @@ }, "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-main": "5.0-dev" } } } diff --git a/Sources/vendor/sebastian/recursion-context/src/Context.php b/Sources/vendor/sebastian/recursion-context/src/Context.php old mode 100755 new mode 100644 index a647938c..e900e21d --- a/Sources/vendor/sebastian/recursion-context/src/Context.php +++ b/Sources/vendor/sebastian/recursion-context/src/Context.php @@ -16,33 +16,17 @@ use function array_pop; use function array_slice; use function count; use function is_array; -use function is_object; use function random_int; use function spl_object_hash; use SplObjectStorage; -/** - * A context containing previously processed arrays and objects - * when recursively processing a value. - */ final class Context { - /** - * @var array[] - */ - private $arrays; + private array $arrays = []; + private SplObjectStorage $objects; - /** - * @var SplObjectStorage - */ - private $objects; - - /** - * Initialises the context. - */ public function __construct() { - $this->arrays = []; $this->objects = new SplObjectStorage; } @@ -60,65 +44,38 @@ final class Context } /** - * Adds a value to the context. - * - * @param array|object $value the value to add - * - * @throws InvalidArgumentException Thrown if $value is not an array or object - * - * @return bool|int|string the ID of the stored value, either as a string or integer - * * @psalm-template T + * * @psalm-param T $value + * * @param-out T $value */ - public function add(&$value) + public function add(object|array &$value): int|string|false { if (is_array($value)) { return $this->addArray($value); } - if (is_object($value)) { - return $this->addObject($value); - } - - throw new InvalidArgumentException( - 'Only arrays and objects are supported' - ); + return $this->addObject($value); } /** - * Checks if the given value exists within the context. - * - * @param array|object $value the value to check - * - * @throws InvalidArgumentException Thrown if $value is not an array or object - * - * @return false|int|string the string or integer ID of the stored value if it has already been seen, or false if the value is not stored - * * @psalm-template T + * * @psalm-param T $value + * * @param-out T $value */ - public function contains(&$value) + public function contains(object|array &$value): int|string|false { if (is_array($value)) { return $this->containsArray($value); } - if (is_object($value)) { - return $this->containsObject($value); - } - - throw new InvalidArgumentException( - 'Only arrays and objects are supported' - ); + return $this->containsObject($value); } - /** - * @return bool|int - */ - private function addArray(array &$array) + private function addArray(array &$array): int { $key = $this->containsArray($array); @@ -132,18 +89,22 @@ final class Context if (!array_key_exists(PHP_INT_MAX, $array) && !array_key_exists(PHP_INT_MAX - 1, $array)) { $array[] = $key; $array[] = $this->objects; - } else { /* cover the improbable case too */ - /* Note that array_slice (used in containsArray) will return the - * last two values added *not necessarily* the highest integer - * keys in the array, so the order of these writes to $array - * is important, but the actual keys used is not. */ + } else { + /* Cover the improbable case, too. + * + * Note that array_slice() (used in containsArray()) will return the + * last two values added, *not necessarily* the highest integer keys + * in the array. Therefore, the order of these writes to $array is + * important, but the actual keys used is not. */ do { + /** @noinspection PhpUnhandledExceptionInspection */ $key = random_int(PHP_INT_MIN, PHP_INT_MAX); } while (array_key_exists($key, $array)); $array[$key] = $key; do { + /** @noinspection PhpUnhandledExceptionInspection */ $key = random_int(PHP_INT_MIN, PHP_INT_MAX); } while (array_key_exists($key, $array)); @@ -153,10 +114,7 @@ final class Context return $key; } - /** - * @param object $object - */ - private function addObject($object): string + private function addObject(object $object): string { if (!$this->objects->contains($object)) { $this->objects->attach($object); @@ -165,22 +123,14 @@ final class Context return spl_object_hash($object); } - /** - * @return false|int - */ - private function containsArray(array &$array) + private function containsArray(array $array): int|false { $end = array_slice($array, -2); return isset($end[1]) && $end[1] === $this->objects ? $end[0] : false; } - /** - * @param object $value - * - * @return false|string - */ - private function containsObject($value) + private function containsObject(object $value): string|false { if ($this->objects->contains($value)) { return spl_object_hash($value); diff --git a/Sources/vendor/sebastian/recursion-context/src/Exception.php b/Sources/vendor/sebastian/recursion-context/src/Exception.php deleted file mode 100755 index 9389a271..00000000 --- a/Sources/vendor/sebastian/recursion-context/src/Exception.php +++ /dev/null @@ -1,16 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace SebastianBergmann\RecursionContext; - -use Throwable; - -interface Exception extends Throwable -{ -} diff --git a/Sources/vendor/sebastian/resource-operations/.gitattributes b/Sources/vendor/sebastian/resource-operations/.gitattributes deleted file mode 100755 index 85e55ebc..00000000 --- a/Sources/vendor/sebastian/resource-operations/.gitattributes +++ /dev/null @@ -1,7 +0,0 @@ -/.github export-ignore -/.php_cs.dist export-ignore -/build.xml export-ignore -/phpunit.xml export-ignore -/tests export-ignore - -*.php diff=php diff --git a/Sources/vendor/sebastian/resource-operations/.gitignore b/Sources/vendor/sebastian/resource-operations/.gitignore deleted file mode 100755 index a086c781..00000000 --- a/Sources/vendor/sebastian/resource-operations/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -/.idea -/.php_cs.cache -/build/FunctionSignatureMap.php -/composer.lock -/vendor -/.phpunit.result.cache diff --git a/Sources/vendor/sebastian/resource-operations/ChangeLog.md b/Sources/vendor/sebastian/resource-operations/ChangeLog.md deleted file mode 100755 index e6dc7392..00000000 --- a/Sources/vendor/sebastian/resource-operations/ChangeLog.md +++ /dev/null @@ -1,54 +0,0 @@ -# ChangeLog - -All notable changes are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles. - -## [3.0.3] - 2020-09-28 - -### Changed - -* Changed PHP version constraint in `composer.json` from `^7.3 || ^8.0` to `>=7.3` - -## [3.0.2] - 2020-06-26 - -### Added - -* This component is now supported on PHP 8 - -## [3.0.1] - 2020-06-15 - -### Changed - -* Tests etc. are now ignored for archive exports - -## [3.0.0] - 2020-02-07 - -### Removed - -* This component is no longer supported on PHP 7.1 and PHP 7.2 - -## [2.0.1] - 2018-10-04 - -### Fixed - -* Functions and methods with nullable parameters of type `resource` are now also considered - -## [2.0.0] - 2018-09-27 - -### Changed - -* [FunctionSignatureMap.php](https://raw.githubusercontent.com/phan/phan/master/src/Phan/Language/Internal/FunctionSignatureMap.php) from `phan/phan` is now used instead of [arginfo.php](https://raw.githubusercontent.com/rlerdorf/phan/master/includes/arginfo.php) from `rlerdorf/phan` - -### Removed - -* This component is no longer supported on PHP 5.6 and PHP 7.0 - -## 1.0.0 - 2015-07-28 - -* Initial release - -[3.0.3]: https://github.com/sebastianbergmann/comparator/resource-operations/3.0.2...3.0.3 -[3.0.2]: https://github.com/sebastianbergmann/comparator/resource-operations/3.0.1...3.0.2 -[3.0.1]: https://github.com/sebastianbergmann/comparator/resource-operations/3.0.0...3.0.1 -[3.0.0]: https://github.com/sebastianbergmann/comparator/resource-operations/2.0.1...3.0.0 -[2.0.1]: https://github.com/sebastianbergmann/comparator/resource-operations/2.0.0...2.0.1 -[2.0.0]: https://github.com/sebastianbergmann/comparator/resource-operations/1.0.0...2.0.0 diff --git a/Sources/vendor/sebastian/resource-operations/LICENSE b/Sources/vendor/sebastian/resource-operations/LICENSE deleted file mode 100755 index dccd6b07..00000000 --- a/Sources/vendor/sebastian/resource-operations/LICENSE +++ /dev/null @@ -1,33 +0,0 @@ -Resource Operations - -Copyright (c) 2015-2020, Sebastian Bergmann . -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - - * Neither the name of Sebastian Bergmann nor the names of his - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. diff --git a/Sources/vendor/sebastian/resource-operations/README.md b/Sources/vendor/sebastian/resource-operations/README.md deleted file mode 100755 index 88b05ccb..00000000 --- a/Sources/vendor/sebastian/resource-operations/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# Resource Operations - -Provides a list of PHP built-in functions that operate on resources. - -## Installation - -You can add this library as a local, per-project dependency to your project using [Composer](https://getcomposer.org/): - - composer require sebastian/resource-operations - -If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency: - - composer require --dev sebastian/resource-operations - diff --git a/Sources/vendor/sebastian/resource-operations/build/generate.php b/Sources/vendor/sebastian/resource-operations/build/generate.php deleted file mode 100755 index 0354dc45..00000000 --- a/Sources/vendor/sebastian/resource-operations/build/generate.php +++ /dev/null @@ -1,65 +0,0 @@ -#!/usr/bin/env php - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -$functions = require __DIR__ . '/FunctionSignatureMap.php'; -$resourceFunctions = []; - -foreach ($functions as $function => $arguments) { - foreach ($arguments as $argument) { - if (strpos($argument, '?') === 0) { - $argument = substr($argument, 1); - } - - if ($argument === 'resource') { - $resourceFunctions[] = explode('\'', $function)[0]; - } - } -} - -$resourceFunctions = array_unique($resourceFunctions); -sort($resourceFunctions); - -$buffer = << - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace SebastianBergmann\ResourceOperations; - -final class ResourceOperations -{ - /** - * @return string[] - */ - public static function getFunctions(): array - { - return [ - -EOT; - -foreach ($resourceFunctions as $function) { - $buffer .= sprintf(" '%s',\n", $function); -} - -$buffer .= <<< EOT - ]; - } -} - -EOT; - -file_put_contents(__DIR__ . '/../src/ResourceOperations.php', $buffer); - diff --git a/Sources/vendor/sebastian/resource-operations/composer.json b/Sources/vendor/sebastian/resource-operations/composer.json deleted file mode 100755 index 870be3c1..00000000 --- a/Sources/vendor/sebastian/resource-operations/composer.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "sebastian/resource-operations", - "description": "Provides a list of PHP built-in functions that operate on resources", - "homepage": "https://www.github.com/sebastianbergmann/resource-operations", - "license": "BSD-3-Clause", - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "prefer-stable": true, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.0" - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "config": { - "platform": { - "php": "7.3.0" - }, - "optimize-autoloader": true, - "sort-packages": true - }, - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - } -} - diff --git a/Sources/vendor/sebastian/resource-operations/src/ResourceOperations.php b/Sources/vendor/sebastian/resource-operations/src/ResourceOperations.php deleted file mode 100755 index f3911f36..00000000 --- a/Sources/vendor/sebastian/resource-operations/src/ResourceOperations.php +++ /dev/null @@ -1,2232 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ -namespace SebastianBergmann\ResourceOperations; - -final class ResourceOperations -{ - /** - * @return string[] - */ - public static function getFunctions(): array - { - return [ - 'Directory::close', - 'Directory::read', - 'Directory::rewind', - 'DirectoryIterator::openFile', - 'FilesystemIterator::openFile', - 'Gmagick::readimagefile', - 'HttpResponse::getRequestBodyStream', - 'HttpResponse::getStream', - 'HttpResponse::setStream', - 'Imagick::pingImageFile', - 'Imagick::readImageFile', - 'Imagick::writeImageFile', - 'Imagick::writeImagesFile', - 'MongoGridFSCursor::__construct', - 'MongoGridFSFile::getResource', - 'MysqlndUhConnection::stmtInit', - 'MysqlndUhConnection::storeResult', - 'MysqlndUhConnection::useResult', - 'PDF_activate_item', - 'PDF_add_launchlink', - 'PDF_add_locallink', - 'PDF_add_nameddest', - 'PDF_add_note', - 'PDF_add_pdflink', - 'PDF_add_table_cell', - 'PDF_add_textflow', - 'PDF_add_thumbnail', - 'PDF_add_weblink', - 'PDF_arc', - 'PDF_arcn', - 'PDF_attach_file', - 'PDF_begin_document', - 'PDF_begin_font', - 'PDF_begin_glyph', - 'PDF_begin_item', - 'PDF_begin_layer', - 'PDF_begin_page', - 'PDF_begin_page_ext', - 'PDF_begin_pattern', - 'PDF_begin_template', - 'PDF_begin_template_ext', - 'PDF_circle', - 'PDF_clip', - 'PDF_close', - 'PDF_close_image', - 'PDF_close_pdi', - 'PDF_close_pdi_page', - 'PDF_closepath', - 'PDF_closepath_fill_stroke', - 'PDF_closepath_stroke', - 'PDF_concat', - 'PDF_continue_text', - 'PDF_create_3dview', - 'PDF_create_action', - 'PDF_create_annotation', - 'PDF_create_bookmark', - 'PDF_create_field', - 'PDF_create_fieldgroup', - 'PDF_create_gstate', - 'PDF_create_pvf', - 'PDF_create_textflow', - 'PDF_curveto', - 'PDF_define_layer', - 'PDF_delete', - 'PDF_delete_pvf', - 'PDF_delete_table', - 'PDF_delete_textflow', - 'PDF_encoding_set_char', - 'PDF_end_document', - 'PDF_end_font', - 'PDF_end_glyph', - 'PDF_end_item', - 'PDF_end_layer', - 'PDF_end_page', - 'PDF_end_page_ext', - 'PDF_end_pattern', - 'PDF_end_template', - 'PDF_endpath', - 'PDF_fill', - 'PDF_fill_imageblock', - 'PDF_fill_pdfblock', - 'PDF_fill_stroke', - 'PDF_fill_textblock', - 'PDF_findfont', - 'PDF_fit_image', - 'PDF_fit_pdi_page', - 'PDF_fit_table', - 'PDF_fit_textflow', - 'PDF_fit_textline', - 'PDF_get_apiname', - 'PDF_get_buffer', - 'PDF_get_errmsg', - 'PDF_get_errnum', - 'PDF_get_parameter', - 'PDF_get_pdi_parameter', - 'PDF_get_pdi_value', - 'PDF_get_value', - 'PDF_info_font', - 'PDF_info_matchbox', - 'PDF_info_table', - 'PDF_info_textflow', - 'PDF_info_textline', - 'PDF_initgraphics', - 'PDF_lineto', - 'PDF_load_3ddata', - 'PDF_load_font', - 'PDF_load_iccprofile', - 'PDF_load_image', - 'PDF_makespotcolor', - 'PDF_moveto', - 'PDF_new', - 'PDF_open_ccitt', - 'PDF_open_file', - 'PDF_open_image', - 'PDF_open_image_file', - 'PDF_open_memory_image', - 'PDF_open_pdi', - 'PDF_open_pdi_document', - 'PDF_open_pdi_page', - 'PDF_pcos_get_number', - 'PDF_pcos_get_stream', - 'PDF_pcos_get_string', - 'PDF_place_image', - 'PDF_place_pdi_page', - 'PDF_process_pdi', - 'PDF_rect', - 'PDF_restore', - 'PDF_resume_page', - 'PDF_rotate', - 'PDF_save', - 'PDF_scale', - 'PDF_set_border_color', - 'PDF_set_border_dash', - 'PDF_set_border_style', - 'PDF_set_gstate', - 'PDF_set_info', - 'PDF_set_layer_dependency', - 'PDF_set_parameter', - 'PDF_set_text_pos', - 'PDF_set_value', - 'PDF_setcolor', - 'PDF_setdash', - 'PDF_setdashpattern', - 'PDF_setflat', - 'PDF_setfont', - 'PDF_setgray', - 'PDF_setgray_fill', - 'PDF_setgray_stroke', - 'PDF_setlinecap', - 'PDF_setlinejoin', - 'PDF_setlinewidth', - 'PDF_setmatrix', - 'PDF_setmiterlimit', - 'PDF_setrgbcolor', - 'PDF_setrgbcolor_fill', - 'PDF_setrgbcolor_stroke', - 'PDF_shading', - 'PDF_shading_pattern', - 'PDF_shfill', - 'PDF_show', - 'PDF_show_boxed', - 'PDF_show_xy', - 'PDF_skew', - 'PDF_stringwidth', - 'PDF_stroke', - 'PDF_suspend_page', - 'PDF_translate', - 'PDF_utf16_to_utf8', - 'PDF_utf32_to_utf16', - 'PDF_utf8_to_utf16', - 'PDO::pgsqlLOBOpen', - 'RarEntry::getStream', - 'SQLite3::openBlob', - 'SWFMovie::saveToFile', - 'SplFileInfo::openFile', - 'SplFileObject::openFile', - 'SplTempFileObject::openFile', - 'V8Js::compileString', - 'V8Js::executeScript', - 'Vtiful\Kernel\Excel::setColumn', - 'Vtiful\Kernel\Excel::setRow', - 'Vtiful\Kernel\Format::align', - 'Vtiful\Kernel\Format::bold', - 'Vtiful\Kernel\Format::italic', - 'Vtiful\Kernel\Format::underline', - 'XMLWriter::openMemory', - 'XMLWriter::openURI', - 'ZipArchive::getStream', - 'Zookeeper::setLogStream', - 'apc_bin_dumpfile', - 'apc_bin_loadfile', - 'bbcode_add_element', - 'bbcode_add_smiley', - 'bbcode_create', - 'bbcode_destroy', - 'bbcode_parse', - 'bbcode_set_arg_parser', - 'bbcode_set_flags', - 'bcompiler_read', - 'bcompiler_write_class', - 'bcompiler_write_constant', - 'bcompiler_write_exe_footer', - 'bcompiler_write_file', - 'bcompiler_write_footer', - 'bcompiler_write_function', - 'bcompiler_write_functions_from_file', - 'bcompiler_write_header', - 'bcompiler_write_included_filename', - 'bzclose', - 'bzerrno', - 'bzerror', - 'bzerrstr', - 'bzflush', - 'bzopen', - 'bzread', - 'bzwrite', - 'cairo_surface_write_to_png', - 'closedir', - 'copy', - 'crack_closedict', - 'crack_opendict', - 'cubrid_bind', - 'cubrid_close_prepare', - 'cubrid_close_request', - 'cubrid_col_get', - 'cubrid_col_size', - 'cubrid_column_names', - 'cubrid_column_types', - 'cubrid_commit', - 'cubrid_connect', - 'cubrid_connect_with_url', - 'cubrid_current_oid', - 'cubrid_db_parameter', - 'cubrid_disconnect', - 'cubrid_drop', - 'cubrid_fetch', - 'cubrid_free_result', - 'cubrid_get', - 'cubrid_get_autocommit', - 'cubrid_get_charset', - 'cubrid_get_class_name', - 'cubrid_get_db_parameter', - 'cubrid_get_query_timeout', - 'cubrid_get_server_info', - 'cubrid_insert_id', - 'cubrid_is_instance', - 'cubrid_lob2_bind', - 'cubrid_lob2_close', - 'cubrid_lob2_export', - 'cubrid_lob2_import', - 'cubrid_lob2_new', - 'cubrid_lob2_read', - 'cubrid_lob2_seek', - 'cubrid_lob2_seek64', - 'cubrid_lob2_size', - 'cubrid_lob2_size64', - 'cubrid_lob2_tell', - 'cubrid_lob2_tell64', - 'cubrid_lob2_write', - 'cubrid_lob_export', - 'cubrid_lob_get', - 'cubrid_lob_send', - 'cubrid_lob_size', - 'cubrid_lock_read', - 'cubrid_lock_write', - 'cubrid_move_cursor', - 'cubrid_next_result', - 'cubrid_num_cols', - 'cubrid_num_rows', - 'cubrid_pconnect', - 'cubrid_pconnect_with_url', - 'cubrid_prepare', - 'cubrid_put', - 'cubrid_query', - 'cubrid_rollback', - 'cubrid_schema', - 'cubrid_seq_add', - 'cubrid_seq_drop', - 'cubrid_seq_insert', - 'cubrid_seq_put', - 'cubrid_set_add', - 'cubrid_set_autocommit', - 'cubrid_set_db_parameter', - 'cubrid_set_drop', - 'cubrid_set_query_timeout', - 'cubrid_unbuffered_query', - 'curl_close', - 'curl_copy_handle', - 'curl_errno', - 'curl_error', - 'curl_escape', - 'curl_exec', - 'curl_getinfo', - 'curl_multi_add_handle', - 'curl_multi_close', - 'curl_multi_errno', - 'curl_multi_exec', - 'curl_multi_getcontent', - 'curl_multi_info_read', - 'curl_multi_remove_handle', - 'curl_multi_select', - 'curl_multi_setopt', - 'curl_pause', - 'curl_reset', - 'curl_setopt', - 'curl_setopt_array', - 'curl_share_close', - 'curl_share_errno', - 'curl_share_init', - 'curl_share_setopt', - 'curl_unescape', - 'cyrus_authenticate', - 'cyrus_bind', - 'cyrus_close', - 'cyrus_connect', - 'cyrus_query', - 'cyrus_unbind', - 'db2_autocommit', - 'db2_bind_param', - 'db2_client_info', - 'db2_close', - 'db2_column_privileges', - 'db2_columns', - 'db2_commit', - 'db2_conn_error', - 'db2_conn_errormsg', - 'db2_connect', - 'db2_cursor_type', - 'db2_exec', - 'db2_execute', - 'db2_fetch_array', - 'db2_fetch_assoc', - 'db2_fetch_both', - 'db2_fetch_object', - 'db2_fetch_row', - 'db2_field_display_size', - 'db2_field_name', - 'db2_field_num', - 'db2_field_precision', - 'db2_field_scale', - 'db2_field_type', - 'db2_field_width', - 'db2_foreign_keys', - 'db2_free_result', - 'db2_free_stmt', - 'db2_get_option', - 'db2_last_insert_id', - 'db2_lob_read', - 'db2_next_result', - 'db2_num_fields', - 'db2_num_rows', - 'db2_pclose', - 'db2_pconnect', - 'db2_prepare', - 'db2_primary_keys', - 'db2_procedure_columns', - 'db2_procedures', - 'db2_result', - 'db2_rollback', - 'db2_server_info', - 'db2_set_option', - 'db2_special_columns', - 'db2_statistics', - 'db2_stmt_error', - 'db2_stmt_errormsg', - 'db2_table_privileges', - 'db2_tables', - 'dba_close', - 'dba_delete', - 'dba_exists', - 'dba_fetch', - 'dba_firstkey', - 'dba_insert', - 'dba_nextkey', - 'dba_open', - 'dba_optimize', - 'dba_popen', - 'dba_replace', - 'dba_sync', - 'dbplus_add', - 'dbplus_aql', - 'dbplus_close', - 'dbplus_curr', - 'dbplus_find', - 'dbplus_first', - 'dbplus_flush', - 'dbplus_freelock', - 'dbplus_freerlocks', - 'dbplus_getlock', - 'dbplus_getunique', - 'dbplus_info', - 'dbplus_last', - 'dbplus_lockrel', - 'dbplus_next', - 'dbplus_open', - 'dbplus_prev', - 'dbplus_rchperm', - 'dbplus_rcreate', - 'dbplus_rcrtexact', - 'dbplus_rcrtlike', - 'dbplus_restorepos', - 'dbplus_rkeys', - 'dbplus_ropen', - 'dbplus_rquery', - 'dbplus_rrename', - 'dbplus_rsecindex', - 'dbplus_runlink', - 'dbplus_rzap', - 'dbplus_savepos', - 'dbplus_setindex', - 'dbplus_setindexbynumber', - 'dbplus_sql', - 'dbplus_tremove', - 'dbplus_undo', - 'dbplus_undoprepare', - 'dbplus_unlockrel', - 'dbplus_unselect', - 'dbplus_update', - 'dbplus_xlockrel', - 'dbplus_xunlockrel', - 'deflate_add', - 'dio_close', - 'dio_fcntl', - 'dio_open', - 'dio_read', - 'dio_seek', - 'dio_stat', - 'dio_tcsetattr', - 'dio_truncate', - 'dio_write', - 'dir', - 'eio_busy', - 'eio_cancel', - 'eio_chmod', - 'eio_chown', - 'eio_close', - 'eio_custom', - 'eio_dup2', - 'eio_fallocate', - 'eio_fchmod', - 'eio_fchown', - 'eio_fdatasync', - 'eio_fstat', - 'eio_fstatvfs', - 'eio_fsync', - 'eio_ftruncate', - 'eio_futime', - 'eio_get_last_error', - 'eio_grp', - 'eio_grp_add', - 'eio_grp_cancel', - 'eio_grp_limit', - 'eio_link', - 'eio_lstat', - 'eio_mkdir', - 'eio_mknod', - 'eio_nop', - 'eio_open', - 'eio_read', - 'eio_readahead', - 'eio_readdir', - 'eio_readlink', - 'eio_realpath', - 'eio_rename', - 'eio_rmdir', - 'eio_seek', - 'eio_sendfile', - 'eio_stat', - 'eio_statvfs', - 'eio_symlink', - 'eio_sync', - 'eio_sync_file_range', - 'eio_syncfs', - 'eio_truncate', - 'eio_unlink', - 'eio_utime', - 'eio_write', - 'enchant_broker_describe', - 'enchant_broker_dict_exists', - 'enchant_broker_free', - 'enchant_broker_free_dict', - 'enchant_broker_get_dict_path', - 'enchant_broker_get_error', - 'enchant_broker_init', - 'enchant_broker_list_dicts', - 'enchant_broker_request_dict', - 'enchant_broker_request_pwl_dict', - 'enchant_broker_set_dict_path', - 'enchant_broker_set_ordering', - 'enchant_dict_add_to_personal', - 'enchant_dict_add_to_session', - 'enchant_dict_check', - 'enchant_dict_describe', - 'enchant_dict_get_error', - 'enchant_dict_is_in_session', - 'enchant_dict_quick_check', - 'enchant_dict_store_replacement', - 'enchant_dict_suggest', - 'event_add', - 'event_base_free', - 'event_base_loop', - 'event_base_loopbreak', - 'event_base_loopexit', - 'event_base_new', - 'event_base_priority_init', - 'event_base_reinit', - 'event_base_set', - 'event_buffer_base_set', - 'event_buffer_disable', - 'event_buffer_enable', - 'event_buffer_fd_set', - 'event_buffer_free', - 'event_buffer_new', - 'event_buffer_priority_set', - 'event_buffer_read', - 'event_buffer_set_callback', - 'event_buffer_timeout_set', - 'event_buffer_watermark_set', - 'event_buffer_write', - 'event_del', - 'event_free', - 'event_new', - 'event_priority_set', - 'event_set', - 'event_timer_add', - 'event_timer_del', - 'event_timer_pending', - 'event_timer_set', - 'expect_expectl', - 'expect_popen', - 'fam_cancel_monitor', - 'fam_close', - 'fam_monitor_collection', - 'fam_monitor_directory', - 'fam_monitor_file', - 'fam_next_event', - 'fam_open', - 'fam_pending', - 'fam_resume_monitor', - 'fam_suspend_monitor', - 'fann_cascadetrain_on_data', - 'fann_cascadetrain_on_file', - 'fann_clear_scaling_params', - 'fann_copy', - 'fann_create_from_file', - 'fann_create_shortcut_array', - 'fann_create_standard', - 'fann_create_standard_array', - 'fann_create_train', - 'fann_create_train_from_callback', - 'fann_descale_input', - 'fann_descale_output', - 'fann_descale_train', - 'fann_destroy', - 'fann_destroy_train', - 'fann_duplicate_train_data', - 'fann_get_MSE', - 'fann_get_activation_function', - 'fann_get_activation_steepness', - 'fann_get_bias_array', - 'fann_get_bit_fail', - 'fann_get_bit_fail_limit', - 'fann_get_cascade_activation_functions', - 'fann_get_cascade_activation_functions_count', - 'fann_get_cascade_activation_steepnesses', - 'fann_get_cascade_activation_steepnesses_count', - 'fann_get_cascade_candidate_change_fraction', - 'fann_get_cascade_candidate_limit', - 'fann_get_cascade_candidate_stagnation_epochs', - 'fann_get_cascade_max_cand_epochs', - 'fann_get_cascade_max_out_epochs', - 'fann_get_cascade_min_cand_epochs', - 'fann_get_cascade_min_out_epochs', - 'fann_get_cascade_num_candidate_groups', - 'fann_get_cascade_num_candidates', - 'fann_get_cascade_output_change_fraction', - 'fann_get_cascade_output_stagnation_epochs', - 'fann_get_cascade_weight_multiplier', - 'fann_get_connection_array', - 'fann_get_connection_rate', - 'fann_get_errno', - 'fann_get_errstr', - 'fann_get_layer_array', - 'fann_get_learning_momentum', - 'fann_get_learning_rate', - 'fann_get_network_type', - 'fann_get_num_input', - 'fann_get_num_layers', - 'fann_get_num_output', - 'fann_get_quickprop_decay', - 'fann_get_quickprop_mu', - 'fann_get_rprop_decrease_factor', - 'fann_get_rprop_delta_max', - 'fann_get_rprop_delta_min', - 'fann_get_rprop_delta_zero', - 'fann_get_rprop_increase_factor', - 'fann_get_sarprop_step_error_shift', - 'fann_get_sarprop_step_error_threshold_factor', - 'fann_get_sarprop_temperature', - 'fann_get_sarprop_weight_decay_shift', - 'fann_get_total_connections', - 'fann_get_total_neurons', - 'fann_get_train_error_function', - 'fann_get_train_stop_function', - 'fann_get_training_algorithm', - 'fann_init_weights', - 'fann_length_train_data', - 'fann_merge_train_data', - 'fann_num_input_train_data', - 'fann_num_output_train_data', - 'fann_randomize_weights', - 'fann_read_train_from_file', - 'fann_reset_errno', - 'fann_reset_errstr', - 'fann_run', - 'fann_save', - 'fann_save_train', - 'fann_scale_input', - 'fann_scale_input_train_data', - 'fann_scale_output', - 'fann_scale_output_train_data', - 'fann_scale_train', - 'fann_scale_train_data', - 'fann_set_activation_function', - 'fann_set_activation_function_hidden', - 'fann_set_activation_function_layer', - 'fann_set_activation_function_output', - 'fann_set_activation_steepness', - 'fann_set_activation_steepness_hidden', - 'fann_set_activation_steepness_layer', - 'fann_set_activation_steepness_output', - 'fann_set_bit_fail_limit', - 'fann_set_callback', - 'fann_set_cascade_activation_functions', - 'fann_set_cascade_activation_steepnesses', - 'fann_set_cascade_candidate_change_fraction', - 'fann_set_cascade_candidate_limit', - 'fann_set_cascade_candidate_stagnation_epochs', - 'fann_set_cascade_max_cand_epochs', - 'fann_set_cascade_max_out_epochs', - 'fann_set_cascade_min_cand_epochs', - 'fann_set_cascade_min_out_epochs', - 'fann_set_cascade_num_candidate_groups', - 'fann_set_cascade_output_change_fraction', - 'fann_set_cascade_output_stagnation_epochs', - 'fann_set_cascade_weight_multiplier', - 'fann_set_error_log', - 'fann_set_input_scaling_params', - 'fann_set_learning_momentum', - 'fann_set_learning_rate', - 'fann_set_output_scaling_params', - 'fann_set_quickprop_decay', - 'fann_set_quickprop_mu', - 'fann_set_rprop_decrease_factor', - 'fann_set_rprop_delta_max', - 'fann_set_rprop_delta_min', - 'fann_set_rprop_delta_zero', - 'fann_set_rprop_increase_factor', - 'fann_set_sarprop_step_error_shift', - 'fann_set_sarprop_step_error_threshold_factor', - 'fann_set_sarprop_temperature', - 'fann_set_sarprop_weight_decay_shift', - 'fann_set_scaling_params', - 'fann_set_train_error_function', - 'fann_set_train_stop_function', - 'fann_set_training_algorithm', - 'fann_set_weight', - 'fann_set_weight_array', - 'fann_shuffle_train_data', - 'fann_subset_train_data', - 'fann_test', - 'fann_test_data', - 'fann_train', - 'fann_train_epoch', - 'fann_train_on_data', - 'fann_train_on_file', - 'fbsql_affected_rows', - 'fbsql_autocommit', - 'fbsql_blob_size', - 'fbsql_change_user', - 'fbsql_clob_size', - 'fbsql_close', - 'fbsql_commit', - 'fbsql_connect', - 'fbsql_create_blob', - 'fbsql_create_clob', - 'fbsql_create_db', - 'fbsql_data_seek', - 'fbsql_database', - 'fbsql_database_password', - 'fbsql_db_query', - 'fbsql_db_status', - 'fbsql_drop_db', - 'fbsql_errno', - 'fbsql_error', - 'fbsql_fetch_array', - 'fbsql_fetch_assoc', - 'fbsql_fetch_field', - 'fbsql_fetch_lengths', - 'fbsql_fetch_object', - 'fbsql_fetch_row', - 'fbsql_field_flags', - 'fbsql_field_len', - 'fbsql_field_name', - 'fbsql_field_seek', - 'fbsql_field_table', - 'fbsql_field_type', - 'fbsql_free_result', - 'fbsql_get_autostart_info', - 'fbsql_hostname', - 'fbsql_insert_id', - 'fbsql_list_dbs', - 'fbsql_list_fields', - 'fbsql_list_tables', - 'fbsql_next_result', - 'fbsql_num_fields', - 'fbsql_num_rows', - 'fbsql_password', - 'fbsql_pconnect', - 'fbsql_query', - 'fbsql_read_blob', - 'fbsql_read_clob', - 'fbsql_result', - 'fbsql_rollback', - 'fbsql_rows_fetched', - 'fbsql_select_db', - 'fbsql_set_characterset', - 'fbsql_set_lob_mode', - 'fbsql_set_password', - 'fbsql_set_transaction', - 'fbsql_start_db', - 'fbsql_stop_db', - 'fbsql_table_name', - 'fbsql_username', - 'fclose', - 'fdf_add_doc_javascript', - 'fdf_add_template', - 'fdf_close', - 'fdf_create', - 'fdf_enum_values', - 'fdf_get_ap', - 'fdf_get_attachment', - 'fdf_get_encoding', - 'fdf_get_file', - 'fdf_get_flags', - 'fdf_get_opt', - 'fdf_get_status', - 'fdf_get_value', - 'fdf_get_version', - 'fdf_next_field_name', - 'fdf_open', - 'fdf_open_string', - 'fdf_remove_item', - 'fdf_save', - 'fdf_save_string', - 'fdf_set_ap', - 'fdf_set_encoding', - 'fdf_set_file', - 'fdf_set_flags', - 'fdf_set_javascript_action', - 'fdf_set_on_import_javascript', - 'fdf_set_opt', - 'fdf_set_status', - 'fdf_set_submit_form_action', - 'fdf_set_target_frame', - 'fdf_set_value', - 'fdf_set_version', - 'feof', - 'fflush', - 'ffmpeg_frame::__construct', - 'ffmpeg_frame::toGDImage', - 'fgetc', - 'fgetcsv', - 'fgets', - 'fgetss', - 'file', - 'file_get_contents', - 'file_put_contents', - 'finfo::buffer', - 'finfo::file', - 'finfo_buffer', - 'finfo_close', - 'finfo_file', - 'finfo_open', - 'finfo_set_flags', - 'flock', - 'fopen', - 'fpassthru', - 'fprintf', - 'fputcsv', - 'fputs', - 'fread', - 'fscanf', - 'fseek', - 'fstat', - 'ftell', - 'ftp_alloc', - 'ftp_append', - 'ftp_cdup', - 'ftp_chdir', - 'ftp_chmod', - 'ftp_close', - 'ftp_delete', - 'ftp_exec', - 'ftp_fget', - 'ftp_fput', - 'ftp_get', - 'ftp_get_option', - 'ftp_login', - 'ftp_mdtm', - 'ftp_mkdir', - 'ftp_mlsd', - 'ftp_nb_continue', - 'ftp_nb_fget', - 'ftp_nb_fput', - 'ftp_nb_get', - 'ftp_nb_put', - 'ftp_nlist', - 'ftp_pasv', - 'ftp_put', - 'ftp_pwd', - 'ftp_quit', - 'ftp_raw', - 'ftp_rawlist', - 'ftp_rename', - 'ftp_rmdir', - 'ftp_set_option', - 'ftp_site', - 'ftp_size', - 'ftp_systype', - 'ftruncate', - 'fwrite', - 'get_resource_type', - 'gmp_div', - 'gnupg::init', - 'gnupg_adddecryptkey', - 'gnupg_addencryptkey', - 'gnupg_addsignkey', - 'gnupg_cleardecryptkeys', - 'gnupg_clearencryptkeys', - 'gnupg_clearsignkeys', - 'gnupg_decrypt', - 'gnupg_decryptverify', - 'gnupg_encrypt', - 'gnupg_encryptsign', - 'gnupg_export', - 'gnupg_geterror', - 'gnupg_getprotocol', - 'gnupg_import', - 'gnupg_init', - 'gnupg_keyinfo', - 'gnupg_setarmor', - 'gnupg_seterrormode', - 'gnupg_setsignmode', - 'gnupg_sign', - 'gnupg_verify', - 'gupnp_context_get_host_ip', - 'gupnp_context_get_port', - 'gupnp_context_get_subscription_timeout', - 'gupnp_context_host_path', - 'gupnp_context_new', - 'gupnp_context_set_subscription_timeout', - 'gupnp_context_timeout_add', - 'gupnp_context_unhost_path', - 'gupnp_control_point_browse_start', - 'gupnp_control_point_browse_stop', - 'gupnp_control_point_callback_set', - 'gupnp_control_point_new', - 'gupnp_device_action_callback_set', - 'gupnp_device_info_get', - 'gupnp_device_info_get_service', - 'gupnp_root_device_get_available', - 'gupnp_root_device_get_relative_location', - 'gupnp_root_device_new', - 'gupnp_root_device_set_available', - 'gupnp_root_device_start', - 'gupnp_root_device_stop', - 'gupnp_service_action_get', - 'gupnp_service_action_return', - 'gupnp_service_action_return_error', - 'gupnp_service_action_set', - 'gupnp_service_freeze_notify', - 'gupnp_service_info_get', - 'gupnp_service_info_get_introspection', - 'gupnp_service_introspection_get_state_variable', - 'gupnp_service_notify', - 'gupnp_service_proxy_action_get', - 'gupnp_service_proxy_action_set', - 'gupnp_service_proxy_add_notify', - 'gupnp_service_proxy_callback_set', - 'gupnp_service_proxy_get_subscribed', - 'gupnp_service_proxy_remove_notify', - 'gupnp_service_proxy_send_action', - 'gupnp_service_proxy_set_subscribed', - 'gupnp_service_thaw_notify', - 'gzclose', - 'gzeof', - 'gzgetc', - 'gzgets', - 'gzgetss', - 'gzpassthru', - 'gzputs', - 'gzread', - 'gzrewind', - 'gzseek', - 'gztell', - 'gzwrite', - 'hash_update_stream', - 'http\Env\Response::send', - 'http_get_request_body_stream', - 'ibase_add_user', - 'ibase_affected_rows', - 'ibase_backup', - 'ibase_blob_add', - 'ibase_blob_cancel', - 'ibase_blob_close', - 'ibase_blob_create', - 'ibase_blob_get', - 'ibase_blob_open', - 'ibase_close', - 'ibase_commit', - 'ibase_commit_ret', - 'ibase_connect', - 'ibase_db_info', - 'ibase_delete_user', - 'ibase_drop_db', - 'ibase_execute', - 'ibase_fetch_assoc', - 'ibase_fetch_object', - 'ibase_fetch_row', - 'ibase_field_info', - 'ibase_free_event_handler', - 'ibase_free_query', - 'ibase_free_result', - 'ibase_gen_id', - 'ibase_maintain_db', - 'ibase_modify_user', - 'ibase_name_result', - 'ibase_num_fields', - 'ibase_num_params', - 'ibase_param_info', - 'ibase_pconnect', - 'ibase_prepare', - 'ibase_query', - 'ibase_restore', - 'ibase_rollback', - 'ibase_rollback_ret', - 'ibase_server_info', - 'ibase_service_attach', - 'ibase_service_detach', - 'ibase_set_event_handler', - 'ibase_trans', - 'ifx_affected_rows', - 'ifx_close', - 'ifx_connect', - 'ifx_do', - 'ifx_error', - 'ifx_fetch_row', - 'ifx_fieldproperties', - 'ifx_fieldtypes', - 'ifx_free_result', - 'ifx_getsqlca', - 'ifx_htmltbl_result', - 'ifx_num_fields', - 'ifx_num_rows', - 'ifx_pconnect', - 'ifx_prepare', - 'ifx_query', - 'image2wbmp', - 'imageaffine', - 'imagealphablending', - 'imageantialias', - 'imagearc', - 'imagebmp', - 'imagechar', - 'imagecharup', - 'imagecolorallocate', - 'imagecolorallocatealpha', - 'imagecolorat', - 'imagecolorclosest', - 'imagecolorclosestalpha', - 'imagecolorclosesthwb', - 'imagecolordeallocate', - 'imagecolorexact', - 'imagecolorexactalpha', - 'imagecolormatch', - 'imagecolorresolve', - 'imagecolorresolvealpha', - 'imagecolorset', - 'imagecolorsforindex', - 'imagecolorstotal', - 'imagecolortransparent', - 'imageconvolution', - 'imagecopy', - 'imagecopymerge', - 'imagecopymergegray', - 'imagecopyresampled', - 'imagecopyresized', - 'imagecrop', - 'imagecropauto', - 'imagedashedline', - 'imagedestroy', - 'imageellipse', - 'imagefill', - 'imagefilledarc', - 'imagefilledellipse', - 'imagefilledpolygon', - 'imagefilledrectangle', - 'imagefilltoborder', - 'imagefilter', - 'imageflip', - 'imagefttext', - 'imagegammacorrect', - 'imagegd', - 'imagegd2', - 'imagegetclip', - 'imagegif', - 'imagegrabscreen', - 'imagegrabwindow', - 'imageinterlace', - 'imageistruecolor', - 'imagejpeg', - 'imagelayereffect', - 'imageline', - 'imageopenpolygon', - 'imagepalettecopy', - 'imagepalettetotruecolor', - 'imagepng', - 'imagepolygon', - 'imagepsencodefont', - 'imagepsextendfont', - 'imagepsfreefont', - 'imagepsloadfont', - 'imagepsslantfont', - 'imagepstext', - 'imagerectangle', - 'imageresolution', - 'imagerotate', - 'imagesavealpha', - 'imagescale', - 'imagesetbrush', - 'imagesetclip', - 'imagesetinterpolation', - 'imagesetpixel', - 'imagesetstyle', - 'imagesetthickness', - 'imagesettile', - 'imagestring', - 'imagestringup', - 'imagesx', - 'imagesy', - 'imagetruecolortopalette', - 'imagettftext', - 'imagewbmp', - 'imagewebp', - 'imagexbm', - 'imap_append', - 'imap_body', - 'imap_bodystruct', - 'imap_check', - 'imap_clearflag_full', - 'imap_close', - 'imap_create', - 'imap_createmailbox', - 'imap_delete', - 'imap_deletemailbox', - 'imap_expunge', - 'imap_fetch_overview', - 'imap_fetchbody', - 'imap_fetchheader', - 'imap_fetchmime', - 'imap_fetchstructure', - 'imap_fetchtext', - 'imap_gc', - 'imap_get_quota', - 'imap_get_quotaroot', - 'imap_getacl', - 'imap_getmailboxes', - 'imap_getsubscribed', - 'imap_header', - 'imap_headerinfo', - 'imap_headers', - 'imap_list', - 'imap_listmailbox', - 'imap_listscan', - 'imap_listsubscribed', - 'imap_lsub', - 'imap_mail_copy', - 'imap_mail_move', - 'imap_mailboxmsginfo', - 'imap_msgno', - 'imap_num_msg', - 'imap_num_recent', - 'imap_ping', - 'imap_rename', - 'imap_renamemailbox', - 'imap_reopen', - 'imap_savebody', - 'imap_scan', - 'imap_scanmailbox', - 'imap_search', - 'imap_set_quota', - 'imap_setacl', - 'imap_setflag_full', - 'imap_sort', - 'imap_status', - 'imap_subscribe', - 'imap_thread', - 'imap_uid', - 'imap_undelete', - 'imap_unsubscribe', - 'inflate_add', - 'inflate_get_read_len', - 'inflate_get_status', - 'ingres_autocommit', - 'ingres_autocommit_state', - 'ingres_charset', - 'ingres_close', - 'ingres_commit', - 'ingres_connect', - 'ingres_cursor', - 'ingres_errno', - 'ingres_error', - 'ingres_errsqlstate', - 'ingres_escape_string', - 'ingres_execute', - 'ingres_fetch_array', - 'ingres_fetch_assoc', - 'ingres_fetch_object', - 'ingres_fetch_proc_return', - 'ingres_fetch_row', - 'ingres_field_length', - 'ingres_field_name', - 'ingres_field_nullable', - 'ingres_field_precision', - 'ingres_field_scale', - 'ingres_field_type', - 'ingres_free_result', - 'ingres_next_error', - 'ingres_num_fields', - 'ingres_num_rows', - 'ingres_pconnect', - 'ingres_prepare', - 'ingres_query', - 'ingres_result_seek', - 'ingres_rollback', - 'ingres_set_environment', - 'ingres_unbuffered_query', - 'inotify_add_watch', - 'inotify_init', - 'inotify_queue_len', - 'inotify_read', - 'inotify_rm_watch', - 'kadm5_chpass_principal', - 'kadm5_create_principal', - 'kadm5_delete_principal', - 'kadm5_destroy', - 'kadm5_flush', - 'kadm5_get_policies', - 'kadm5_get_principal', - 'kadm5_get_principals', - 'kadm5_init_with_password', - 'kadm5_modify_principal', - 'ldap_add', - 'ldap_bind', - 'ldap_close', - 'ldap_compare', - 'ldap_control_paged_result', - 'ldap_control_paged_result_response', - 'ldap_count_entries', - 'ldap_delete', - 'ldap_errno', - 'ldap_error', - 'ldap_exop', - 'ldap_exop_passwd', - 'ldap_exop_refresh', - 'ldap_exop_whoami', - 'ldap_first_attribute', - 'ldap_first_entry', - 'ldap_first_reference', - 'ldap_free_result', - 'ldap_get_attributes', - 'ldap_get_dn', - 'ldap_get_entries', - 'ldap_get_option', - 'ldap_get_values', - 'ldap_get_values_len', - 'ldap_mod_add', - 'ldap_mod_del', - 'ldap_mod_replace', - 'ldap_modify', - 'ldap_modify_batch', - 'ldap_next_attribute', - 'ldap_next_entry', - 'ldap_next_reference', - 'ldap_parse_exop', - 'ldap_parse_reference', - 'ldap_parse_result', - 'ldap_rename', - 'ldap_sasl_bind', - 'ldap_set_option', - 'ldap_set_rebind_proc', - 'ldap_sort', - 'ldap_start_tls', - 'ldap_unbind', - 'libxml_set_streams_context', - 'm_checkstatus', - 'm_completeauthorizations', - 'm_connect', - 'm_connectionerror', - 'm_deletetrans', - 'm_destroyconn', - 'm_getcell', - 'm_getcellbynum', - 'm_getcommadelimited', - 'm_getheader', - 'm_initconn', - 'm_iscommadelimited', - 'm_maxconntimeout', - 'm_monitor', - 'm_numcolumns', - 'm_numrows', - 'm_parsecommadelimited', - 'm_responsekeys', - 'm_responseparam', - 'm_returnstatus', - 'm_setblocking', - 'm_setdropfile', - 'm_setip', - 'm_setssl', - 'm_setssl_cafile', - 'm_setssl_files', - 'm_settimeout', - 'm_transactionssent', - 'm_transinqueue', - 'm_transkeyval', - 'm_transnew', - 'm_transsend', - 'm_validateidentifier', - 'm_verifyconnection', - 'm_verifysslcert', - 'mailparse_determine_best_xfer_encoding', - 'mailparse_msg_create', - 'mailparse_msg_extract_part', - 'mailparse_msg_extract_part_file', - 'mailparse_msg_extract_whole_part_file', - 'mailparse_msg_free', - 'mailparse_msg_get_part', - 'mailparse_msg_get_part_data', - 'mailparse_msg_get_structure', - 'mailparse_msg_parse', - 'mailparse_msg_parse_file', - 'mailparse_stream_encode', - 'mailparse_uudecode_all', - 'maxdb::use_result', - 'maxdb_affected_rows', - 'maxdb_connect', - 'maxdb_disable_rpl_parse', - 'maxdb_dump_debug_info', - 'maxdb_embedded_connect', - 'maxdb_enable_reads_from_master', - 'maxdb_enable_rpl_parse', - 'maxdb_errno', - 'maxdb_error', - 'maxdb_fetch_lengths', - 'maxdb_field_tell', - 'maxdb_get_host_info', - 'maxdb_get_proto_info', - 'maxdb_get_server_info', - 'maxdb_get_server_version', - 'maxdb_info', - 'maxdb_init', - 'maxdb_insert_id', - 'maxdb_master_query', - 'maxdb_more_results', - 'maxdb_next_result', - 'maxdb_num_fields', - 'maxdb_num_rows', - 'maxdb_rpl_parse_enabled', - 'maxdb_rpl_probe', - 'maxdb_select_db', - 'maxdb_sqlstate', - 'maxdb_stmt::result_metadata', - 'maxdb_stmt_affected_rows', - 'maxdb_stmt_errno', - 'maxdb_stmt_error', - 'maxdb_stmt_num_rows', - 'maxdb_stmt_param_count', - 'maxdb_stmt_result_metadata', - 'maxdb_stmt_sqlstate', - 'maxdb_thread_id', - 'maxdb_use_result', - 'maxdb_warning_count', - 'mcrypt_enc_get_algorithms_name', - 'mcrypt_enc_get_block_size', - 'mcrypt_enc_get_iv_size', - 'mcrypt_enc_get_key_size', - 'mcrypt_enc_get_modes_name', - 'mcrypt_enc_get_supported_key_sizes', - 'mcrypt_enc_is_block_algorithm', - 'mcrypt_enc_is_block_algorithm_mode', - 'mcrypt_enc_is_block_mode', - 'mcrypt_enc_self_test', - 'mcrypt_generic', - 'mcrypt_generic_deinit', - 'mcrypt_generic_end', - 'mcrypt_generic_init', - 'mcrypt_module_close', - 'mcrypt_module_open', - 'mdecrypt_generic', - 'mkdir', - 'mqseries_back', - 'mqseries_begin', - 'mqseries_close', - 'mqseries_cmit', - 'mqseries_conn', - 'mqseries_connx', - 'mqseries_disc', - 'mqseries_get', - 'mqseries_inq', - 'mqseries_open', - 'mqseries_put', - 'mqseries_put1', - 'mqseries_set', - 'msg_get_queue', - 'msg_receive', - 'msg_remove_queue', - 'msg_send', - 'msg_set_queue', - 'msg_stat_queue', - 'msql_affected_rows', - 'msql_close', - 'msql_connect', - 'msql_create_db', - 'msql_data_seek', - 'msql_db_query', - 'msql_drop_db', - 'msql_fetch_array', - 'msql_fetch_field', - 'msql_fetch_object', - 'msql_fetch_row', - 'msql_field_flags', - 'msql_field_len', - 'msql_field_name', - 'msql_field_seek', - 'msql_field_table', - 'msql_field_type', - 'msql_free_result', - 'msql_list_dbs', - 'msql_list_fields', - 'msql_list_tables', - 'msql_num_fields', - 'msql_num_rows', - 'msql_pconnect', - 'msql_query', - 'msql_result', - 'msql_select_db', - 'mssql_bind', - 'mssql_close', - 'mssql_connect', - 'mssql_data_seek', - 'mssql_execute', - 'mssql_fetch_array', - 'mssql_fetch_assoc', - 'mssql_fetch_batch', - 'mssql_fetch_field', - 'mssql_fetch_object', - 'mssql_fetch_row', - 'mssql_field_length', - 'mssql_field_name', - 'mssql_field_seek', - 'mssql_field_type', - 'mssql_free_result', - 'mssql_free_statement', - 'mssql_init', - 'mssql_next_result', - 'mssql_num_fields', - 'mssql_num_rows', - 'mssql_pconnect', - 'mssql_query', - 'mssql_result', - 'mssql_rows_affected', - 'mssql_select_db', - 'mysql_affected_rows', - 'mysql_client_encoding', - 'mysql_close', - 'mysql_connect', - 'mysql_create_db', - 'mysql_data_seek', - 'mysql_db_name', - 'mysql_db_query', - 'mysql_drop_db', - 'mysql_errno', - 'mysql_error', - 'mysql_fetch_array', - 'mysql_fetch_assoc', - 'mysql_fetch_field', - 'mysql_fetch_lengths', - 'mysql_fetch_object', - 'mysql_fetch_row', - 'mysql_field_flags', - 'mysql_field_len', - 'mysql_field_name', - 'mysql_field_seek', - 'mysql_field_table', - 'mysql_field_type', - 'mysql_free_result', - 'mysql_get_host_info', - 'mysql_get_proto_info', - 'mysql_get_server_info', - 'mysql_info', - 'mysql_insert_id', - 'mysql_list_dbs', - 'mysql_list_fields', - 'mysql_list_processes', - 'mysql_list_tables', - 'mysql_num_fields', - 'mysql_num_rows', - 'mysql_pconnect', - 'mysql_ping', - 'mysql_query', - 'mysql_real_escape_string', - 'mysql_result', - 'mysql_select_db', - 'mysql_set_charset', - 'mysql_stat', - 'mysql_tablename', - 'mysql_thread_id', - 'mysql_unbuffered_query', - 'mysqlnd_uh_convert_to_mysqlnd', - 'ncurses_bottom_panel', - 'ncurses_del_panel', - 'ncurses_delwin', - 'ncurses_getmaxyx', - 'ncurses_getyx', - 'ncurses_hide_panel', - 'ncurses_keypad', - 'ncurses_meta', - 'ncurses_move_panel', - 'ncurses_mvwaddstr', - 'ncurses_new_panel', - 'ncurses_newpad', - 'ncurses_newwin', - 'ncurses_panel_above', - 'ncurses_panel_below', - 'ncurses_panel_window', - 'ncurses_pnoutrefresh', - 'ncurses_prefresh', - 'ncurses_replace_panel', - 'ncurses_show_panel', - 'ncurses_top_panel', - 'ncurses_waddch', - 'ncurses_waddstr', - 'ncurses_wattroff', - 'ncurses_wattron', - 'ncurses_wattrset', - 'ncurses_wborder', - 'ncurses_wclear', - 'ncurses_wcolor_set', - 'ncurses_werase', - 'ncurses_wgetch', - 'ncurses_whline', - 'ncurses_wmouse_trafo', - 'ncurses_wmove', - 'ncurses_wnoutrefresh', - 'ncurses_wrefresh', - 'ncurses_wstandend', - 'ncurses_wstandout', - 'ncurses_wvline', - 'newt_button', - 'newt_button_bar', - 'newt_checkbox', - 'newt_checkbox_get_value', - 'newt_checkbox_set_flags', - 'newt_checkbox_set_value', - 'newt_checkbox_tree', - 'newt_checkbox_tree_add_item', - 'newt_checkbox_tree_find_item', - 'newt_checkbox_tree_get_current', - 'newt_checkbox_tree_get_entry_value', - 'newt_checkbox_tree_get_multi_selection', - 'newt_checkbox_tree_get_selection', - 'newt_checkbox_tree_multi', - 'newt_checkbox_tree_set_current', - 'newt_checkbox_tree_set_entry', - 'newt_checkbox_tree_set_entry_value', - 'newt_checkbox_tree_set_width', - 'newt_compact_button', - 'newt_component_add_callback', - 'newt_component_takes_focus', - 'newt_create_grid', - 'newt_draw_form', - 'newt_entry', - 'newt_entry_get_value', - 'newt_entry_set', - 'newt_entry_set_filter', - 'newt_entry_set_flags', - 'newt_form', - 'newt_form_add_component', - 'newt_form_add_components', - 'newt_form_add_hot_key', - 'newt_form_destroy', - 'newt_form_get_current', - 'newt_form_run', - 'newt_form_set_background', - 'newt_form_set_height', - 'newt_form_set_size', - 'newt_form_set_timer', - 'newt_form_set_width', - 'newt_form_watch_fd', - 'newt_grid_add_components_to_form', - 'newt_grid_basic_window', - 'newt_grid_free', - 'newt_grid_get_size', - 'newt_grid_h_close_stacked', - 'newt_grid_h_stacked', - 'newt_grid_place', - 'newt_grid_set_field', - 'newt_grid_simple_window', - 'newt_grid_v_close_stacked', - 'newt_grid_v_stacked', - 'newt_grid_wrapped_window', - 'newt_grid_wrapped_window_at', - 'newt_label', - 'newt_label_set_text', - 'newt_listbox', - 'newt_listbox_append_entry', - 'newt_listbox_clear', - 'newt_listbox_clear_selection', - 'newt_listbox_delete_entry', - 'newt_listbox_get_current', - 'newt_listbox_get_selection', - 'newt_listbox_insert_entry', - 'newt_listbox_item_count', - 'newt_listbox_select_item', - 'newt_listbox_set_current', - 'newt_listbox_set_current_by_key', - 'newt_listbox_set_data', - 'newt_listbox_set_entry', - 'newt_listbox_set_width', - 'newt_listitem', - 'newt_listitem_get_data', - 'newt_listitem_set', - 'newt_radio_get_current', - 'newt_radiobutton', - 'newt_run_form', - 'newt_scale', - 'newt_scale_set', - 'newt_scrollbar_set', - 'newt_textbox', - 'newt_textbox_get_num_lines', - 'newt_textbox_reflowed', - 'newt_textbox_set_height', - 'newt_textbox_set_text', - 'newt_vertical_scrollbar', - 'oci_bind_array_by_name', - 'oci_bind_by_name', - 'oci_cancel', - 'oci_close', - 'oci_commit', - 'oci_connect', - 'oci_define_by_name', - 'oci_error', - 'oci_execute', - 'oci_fetch', - 'oci_fetch_all', - 'oci_fetch_array', - 'oci_fetch_assoc', - 'oci_fetch_object', - 'oci_fetch_row', - 'oci_field_is_null', - 'oci_field_name', - 'oci_field_precision', - 'oci_field_scale', - 'oci_field_size', - 'oci_field_type', - 'oci_field_type_raw', - 'oci_free_cursor', - 'oci_free_statement', - 'oci_get_implicit_resultset', - 'oci_new_collection', - 'oci_new_connect', - 'oci_new_cursor', - 'oci_new_descriptor', - 'oci_num_fields', - 'oci_num_rows', - 'oci_parse', - 'oci_pconnect', - 'oci_register_taf_callback', - 'oci_result', - 'oci_rollback', - 'oci_server_version', - 'oci_set_action', - 'oci_set_client_identifier', - 'oci_set_client_info', - 'oci_set_module_name', - 'oci_set_prefetch', - 'oci_statement_type', - 'oci_unregister_taf_callback', - 'odbc_autocommit', - 'odbc_close', - 'odbc_columnprivileges', - 'odbc_columns', - 'odbc_commit', - 'odbc_connect', - 'odbc_cursor', - 'odbc_data_source', - 'odbc_do', - 'odbc_error', - 'odbc_errormsg', - 'odbc_exec', - 'odbc_execute', - 'odbc_fetch_array', - 'odbc_fetch_into', - 'odbc_fetch_row', - 'odbc_field_len', - 'odbc_field_name', - 'odbc_field_num', - 'odbc_field_precision', - 'odbc_field_scale', - 'odbc_field_type', - 'odbc_foreignkeys', - 'odbc_free_result', - 'odbc_gettypeinfo', - 'odbc_next_result', - 'odbc_num_fields', - 'odbc_num_rows', - 'odbc_pconnect', - 'odbc_prepare', - 'odbc_primarykeys', - 'odbc_procedurecolumns', - 'odbc_procedures', - 'odbc_result', - 'odbc_result_all', - 'odbc_rollback', - 'odbc_setoption', - 'odbc_specialcolumns', - 'odbc_statistics', - 'odbc_tableprivileges', - 'odbc_tables', - 'openal_buffer_create', - 'openal_buffer_data', - 'openal_buffer_destroy', - 'openal_buffer_get', - 'openal_buffer_loadwav', - 'openal_context_create', - 'openal_context_current', - 'openal_context_destroy', - 'openal_context_process', - 'openal_context_suspend', - 'openal_device_close', - 'openal_device_open', - 'openal_source_create', - 'openal_source_destroy', - 'openal_source_get', - 'openal_source_pause', - 'openal_source_play', - 'openal_source_rewind', - 'openal_source_set', - 'openal_source_stop', - 'openal_stream', - 'opendir', - 'openssl_csr_new', - 'openssl_dh_compute_key', - 'openssl_free_key', - 'openssl_pkey_export', - 'openssl_pkey_free', - 'openssl_pkey_get_details', - 'openssl_spki_new', - 'openssl_x509_free', - 'pclose', - 'pfsockopen', - 'pg_affected_rows', - 'pg_cancel_query', - 'pg_client_encoding', - 'pg_close', - 'pg_connect_poll', - 'pg_connection_busy', - 'pg_connection_reset', - 'pg_connection_status', - 'pg_consume_input', - 'pg_convert', - 'pg_copy_from', - 'pg_copy_to', - 'pg_dbname', - 'pg_delete', - 'pg_end_copy', - 'pg_escape_bytea', - 'pg_escape_identifier', - 'pg_escape_literal', - 'pg_escape_string', - 'pg_execute', - 'pg_fetch_all', - 'pg_fetch_all_columns', - 'pg_fetch_array', - 'pg_fetch_assoc', - 'pg_fetch_row', - 'pg_field_name', - 'pg_field_num', - 'pg_field_size', - 'pg_field_table', - 'pg_field_type', - 'pg_field_type_oid', - 'pg_flush', - 'pg_free_result', - 'pg_get_notify', - 'pg_get_pid', - 'pg_get_result', - 'pg_host', - 'pg_insert', - 'pg_last_error', - 'pg_last_notice', - 'pg_last_oid', - 'pg_lo_close', - 'pg_lo_create', - 'pg_lo_export', - 'pg_lo_import', - 'pg_lo_open', - 'pg_lo_read', - 'pg_lo_read_all', - 'pg_lo_seek', - 'pg_lo_tell', - 'pg_lo_truncate', - 'pg_lo_unlink', - 'pg_lo_write', - 'pg_meta_data', - 'pg_num_fields', - 'pg_num_rows', - 'pg_options', - 'pg_parameter_status', - 'pg_ping', - 'pg_port', - 'pg_prepare', - 'pg_put_line', - 'pg_query', - 'pg_query_params', - 'pg_result_error', - 'pg_result_error_field', - 'pg_result_seek', - 'pg_result_status', - 'pg_select', - 'pg_send_execute', - 'pg_send_prepare', - 'pg_send_query', - 'pg_send_query_params', - 'pg_set_client_encoding', - 'pg_set_error_verbosity', - 'pg_socket', - 'pg_trace', - 'pg_transaction_status', - 'pg_tty', - 'pg_untrace', - 'pg_update', - 'pg_version', - 'php_user_filter::filter', - 'proc_close', - 'proc_get_status', - 'proc_terminate', - 'ps_add_bookmark', - 'ps_add_launchlink', - 'ps_add_locallink', - 'ps_add_note', - 'ps_add_pdflink', - 'ps_add_weblink', - 'ps_arc', - 'ps_arcn', - 'ps_begin_page', - 'ps_begin_pattern', - 'ps_begin_template', - 'ps_circle', - 'ps_clip', - 'ps_close', - 'ps_close_image', - 'ps_closepath', - 'ps_closepath_stroke', - 'ps_continue_text', - 'ps_curveto', - 'ps_delete', - 'ps_end_page', - 'ps_end_pattern', - 'ps_end_template', - 'ps_fill', - 'ps_fill_stroke', - 'ps_findfont', - 'ps_get_buffer', - 'ps_get_parameter', - 'ps_get_value', - 'ps_hyphenate', - 'ps_include_file', - 'ps_lineto', - 'ps_makespotcolor', - 'ps_moveto', - 'ps_new', - 'ps_open_file', - 'ps_open_image', - 'ps_open_image_file', - 'ps_open_memory_image', - 'ps_place_image', - 'ps_rect', - 'ps_restore', - 'ps_rotate', - 'ps_save', - 'ps_scale', - 'ps_set_border_color', - 'ps_set_border_dash', - 'ps_set_border_style', - 'ps_set_info', - 'ps_set_parameter', - 'ps_set_text_pos', - 'ps_set_value', - 'ps_setcolor', - 'ps_setdash', - 'ps_setflat', - 'ps_setfont', - 'ps_setgray', - 'ps_setlinecap', - 'ps_setlinejoin', - 'ps_setlinewidth', - 'ps_setmiterlimit', - 'ps_setoverprintmode', - 'ps_setpolydash', - 'ps_shading', - 'ps_shading_pattern', - 'ps_shfill', - 'ps_show', - 'ps_show2', - 'ps_show_boxed', - 'ps_show_xy', - 'ps_show_xy2', - 'ps_string_geometry', - 'ps_stringwidth', - 'ps_stroke', - 'ps_symbol', - 'ps_symbol_name', - 'ps_symbol_width', - 'ps_translate', - 'px_close', - 'px_create_fp', - 'px_date2string', - 'px_delete', - 'px_delete_record', - 'px_get_field', - 'px_get_info', - 'px_get_parameter', - 'px_get_record', - 'px_get_schema', - 'px_get_value', - 'px_insert_record', - 'px_new', - 'px_numfields', - 'px_numrecords', - 'px_open_fp', - 'px_put_record', - 'px_retrieve_record', - 'px_set_blob_file', - 'px_set_parameter', - 'px_set_tablename', - 'px_set_targetencoding', - 'px_set_value', - 'px_timestamp2string', - 'px_update_record', - 'radius_acct_open', - 'radius_add_server', - 'radius_auth_open', - 'radius_close', - 'radius_config', - 'radius_create_request', - 'radius_demangle', - 'radius_demangle_mppe_key', - 'radius_get_attr', - 'radius_put_addr', - 'radius_put_attr', - 'radius_put_int', - 'radius_put_string', - 'radius_put_vendor_addr', - 'radius_put_vendor_attr', - 'radius_put_vendor_int', - 'radius_put_vendor_string', - 'radius_request_authenticator', - 'radius_salt_encrypt_attr', - 'radius_send_request', - 'radius_server_secret', - 'radius_strerror', - 'readdir', - 'readfile', - 'recode_file', - 'rename', - 'rewind', - 'rewinddir', - 'rmdir', - 'rpm_close', - 'rpm_get_tag', - 'rpm_open', - 'sapi_windows_vt100_support', - 'scandir', - 'sem_acquire', - 'sem_get', - 'sem_release', - 'sem_remove', - 'set_file_buffer', - 'shm_attach', - 'shm_detach', - 'shm_get_var', - 'shm_has_var', - 'shm_put_var', - 'shm_remove', - 'shm_remove_var', - 'shmop_close', - 'shmop_delete', - 'shmop_open', - 'shmop_read', - 'shmop_size', - 'shmop_write', - 'socket_accept', - 'socket_addrinfo_bind', - 'socket_addrinfo_connect', - 'socket_addrinfo_explain', - 'socket_bind', - 'socket_clear_error', - 'socket_close', - 'socket_connect', - 'socket_export_stream', - 'socket_get_option', - 'socket_get_status', - 'socket_getopt', - 'socket_getpeername', - 'socket_getsockname', - 'socket_import_stream', - 'socket_last_error', - 'socket_listen', - 'socket_read', - 'socket_recv', - 'socket_recvfrom', - 'socket_recvmsg', - 'socket_send', - 'socket_sendmsg', - 'socket_sendto', - 'socket_set_block', - 'socket_set_blocking', - 'socket_set_nonblock', - 'socket_set_option', - 'socket_set_timeout', - 'socket_shutdown', - 'socket_write', - 'sqlite_close', - 'sqlite_fetch_string', - 'sqlite_has_more', - 'sqlite_open', - 'sqlite_popen', - 'sqlsrv_begin_transaction', - 'sqlsrv_cancel', - 'sqlsrv_client_info', - 'sqlsrv_close', - 'sqlsrv_commit', - 'sqlsrv_connect', - 'sqlsrv_execute', - 'sqlsrv_fetch', - 'sqlsrv_fetch_array', - 'sqlsrv_fetch_object', - 'sqlsrv_field_metadata', - 'sqlsrv_free_stmt', - 'sqlsrv_get_field', - 'sqlsrv_has_rows', - 'sqlsrv_next_result', - 'sqlsrv_num_fields', - 'sqlsrv_num_rows', - 'sqlsrv_prepare', - 'sqlsrv_query', - 'sqlsrv_rollback', - 'sqlsrv_rows_affected', - 'sqlsrv_send_stream_data', - 'sqlsrv_server_info', - 'ssh2_auth_agent', - 'ssh2_auth_hostbased_file', - 'ssh2_auth_none', - 'ssh2_auth_password', - 'ssh2_auth_pubkey_file', - 'ssh2_disconnect', - 'ssh2_exec', - 'ssh2_fetch_stream', - 'ssh2_fingerprint', - 'ssh2_methods_negotiated', - 'ssh2_publickey_add', - 'ssh2_publickey_init', - 'ssh2_publickey_list', - 'ssh2_publickey_remove', - 'ssh2_scp_recv', - 'ssh2_scp_send', - 'ssh2_sftp', - 'ssh2_sftp_chmod', - 'ssh2_sftp_lstat', - 'ssh2_sftp_mkdir', - 'ssh2_sftp_readlink', - 'ssh2_sftp_realpath', - 'ssh2_sftp_rename', - 'ssh2_sftp_rmdir', - 'ssh2_sftp_stat', - 'ssh2_sftp_symlink', - 'ssh2_sftp_unlink', - 'ssh2_shell', - 'ssh2_tunnel', - 'stomp_connect', - 'streamWrapper::stream_cast', - 'stream_bucket_append', - 'stream_bucket_make_writeable', - 'stream_bucket_new', - 'stream_bucket_prepend', - 'stream_context_create', - 'stream_context_get_default', - 'stream_context_get_options', - 'stream_context_get_params', - 'stream_context_set_default', - 'stream_context_set_params', - 'stream_copy_to_stream', - 'stream_encoding', - 'stream_filter_append', - 'stream_filter_prepend', - 'stream_filter_remove', - 'stream_get_contents', - 'stream_get_line', - 'stream_get_meta_data', - 'stream_isatty', - 'stream_set_blocking', - 'stream_set_chunk_size', - 'stream_set_read_buffer', - 'stream_set_timeout', - 'stream_set_write_buffer', - 'stream_socket_accept', - 'stream_socket_client', - 'stream_socket_enable_crypto', - 'stream_socket_get_name', - 'stream_socket_recvfrom', - 'stream_socket_sendto', - 'stream_socket_server', - 'stream_socket_shutdown', - 'stream_supports_lock', - 'svn_fs_abort_txn', - 'svn_fs_apply_text', - 'svn_fs_begin_txn2', - 'svn_fs_change_node_prop', - 'svn_fs_check_path', - 'svn_fs_contents_changed', - 'svn_fs_copy', - 'svn_fs_delete', - 'svn_fs_dir_entries', - 'svn_fs_file_contents', - 'svn_fs_file_length', - 'svn_fs_is_dir', - 'svn_fs_is_file', - 'svn_fs_make_dir', - 'svn_fs_make_file', - 'svn_fs_node_created_rev', - 'svn_fs_node_prop', - 'svn_fs_props_changed', - 'svn_fs_revision_prop', - 'svn_fs_revision_root', - 'svn_fs_txn_root', - 'svn_fs_youngest_rev', - 'svn_repos_create', - 'svn_repos_fs', - 'svn_repos_fs_begin_txn_for_commit', - 'svn_repos_fs_commit_txn', - 'svn_repos_open', - 'sybase_affected_rows', - 'sybase_close', - 'sybase_connect', - 'sybase_data_seek', - 'sybase_fetch_array', - 'sybase_fetch_assoc', - 'sybase_fetch_field', - 'sybase_fetch_object', - 'sybase_fetch_row', - 'sybase_field_seek', - 'sybase_free_result', - 'sybase_num_fields', - 'sybase_num_rows', - 'sybase_pconnect', - 'sybase_query', - 'sybase_result', - 'sybase_select_db', - 'sybase_set_message_handler', - 'sybase_unbuffered_query', - 'tmpfile', - 'udm_add_search_limit', - 'udm_alloc_agent', - 'udm_alloc_agent_array', - 'udm_cat_list', - 'udm_cat_path', - 'udm_check_charset', - 'udm_clear_search_limits', - 'udm_crc32', - 'udm_errno', - 'udm_error', - 'udm_find', - 'udm_free_agent', - 'udm_free_res', - 'udm_get_doc_count', - 'udm_get_res_field', - 'udm_get_res_param', - 'udm_hash32', - 'udm_load_ispell_data', - 'udm_set_agent_param', - 'unlink', - 'vfprintf', - 'w32api_init_dtype', - 'wddx_add_vars', - 'wddx_packet_end', - 'wddx_packet_start', - 'xml_get_current_byte_index', - 'xml_get_current_column_number', - 'xml_get_current_line_number', - 'xml_get_error_code', - 'xml_parse', - 'xml_parse_into_struct', - 'xml_parser_create', - 'xml_parser_create_ns', - 'xml_parser_free', - 'xml_parser_get_option', - 'xml_parser_set_option', - 'xml_set_character_data_handler', - 'xml_set_default_handler', - 'xml_set_element_handler', - 'xml_set_end_namespace_decl_handler', - 'xml_set_external_entity_ref_handler', - 'xml_set_notation_decl_handler', - 'xml_set_object', - 'xml_set_processing_instruction_handler', - 'xml_set_start_namespace_decl_handler', - 'xml_set_unparsed_entity_decl_handler', - 'xmlrpc_server_add_introspection_data', - 'xmlrpc_server_call_method', - 'xmlrpc_server_create', - 'xmlrpc_server_destroy', - 'xmlrpc_server_register_introspection_callback', - 'xmlrpc_server_register_method', - 'xmlwriter_end_attribute', - 'xmlwriter_end_cdata', - 'xmlwriter_end_comment', - 'xmlwriter_end_document', - 'xmlwriter_end_dtd', - 'xmlwriter_end_dtd_attlist', - 'xmlwriter_end_dtd_element', - 'xmlwriter_end_dtd_entity', - 'xmlwriter_end_element', - 'xmlwriter_end_pi', - 'xmlwriter_flush', - 'xmlwriter_full_end_element', - 'xmlwriter_open_memory', - 'xmlwriter_open_uri', - 'xmlwriter_output_memory', - 'xmlwriter_set_indent', - 'xmlwriter_set_indent_string', - 'xmlwriter_start_attribute', - 'xmlwriter_start_attribute_ns', - 'xmlwriter_start_cdata', - 'xmlwriter_start_comment', - 'xmlwriter_start_document', - 'xmlwriter_start_dtd', - 'xmlwriter_start_dtd_attlist', - 'xmlwriter_start_dtd_element', - 'xmlwriter_start_dtd_entity', - 'xmlwriter_start_element', - 'xmlwriter_start_element_ns', - 'xmlwriter_start_pi', - 'xmlwriter_text', - 'xmlwriter_write_attribute', - 'xmlwriter_write_attribute_ns', - 'xmlwriter_write_cdata', - 'xmlwriter_write_comment', - 'xmlwriter_write_dtd', - 'xmlwriter_write_dtd_attlist', - 'xmlwriter_write_dtd_element', - 'xmlwriter_write_dtd_entity', - 'xmlwriter_write_element', - 'xmlwriter_write_element_ns', - 'xmlwriter_write_pi', - 'xmlwriter_write_raw', - 'xslt_create', - 'yaz_addinfo', - 'yaz_ccl_conf', - 'yaz_ccl_parse', - 'yaz_close', - 'yaz_database', - 'yaz_element', - 'yaz_errno', - 'yaz_error', - 'yaz_es', - 'yaz_es_result', - 'yaz_get_option', - 'yaz_hits', - 'yaz_itemorder', - 'yaz_present', - 'yaz_range', - 'yaz_record', - 'yaz_scan', - 'yaz_scan_result', - 'yaz_schema', - 'yaz_search', - 'yaz_sort', - 'yaz_syntax', - 'zip_close', - 'zip_entry_close', - 'zip_entry_compressedsize', - 'zip_entry_compressionmethod', - 'zip_entry_filesize', - 'zip_entry_name', - 'zip_entry_open', - 'zip_entry_read', - 'zip_open', - 'zip_read', - ]; - } -} diff --git a/Sources/vendor/sebastian/type/ChangeLog.md b/Sources/vendor/sebastian/type/ChangeLog.md old mode 100755 new mode 100644 index 0691a9b1..6c66140f --- a/Sources/vendor/sebastian/type/ChangeLog.md +++ b/Sources/vendor/sebastian/type/ChangeLog.md @@ -2,6 +2,12 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. +## [4.0.0] - 2023-02-03 + +### Removed + +* This component is no longer supported on PHP 7.3, PHP 7.4 and PHP 8.0 + ## [3.2.1] - 2023-02-03 ### Fixed @@ -147,6 +153,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt * Initial release based on [code contributed by Michel Hartmann to PHPUnit](https://github.com/sebastianbergmann/phpunit/pull/3673) +[4.0.0]: https://github.com/sebastianbergmann/type/compare/3.2.1...4.0.0 [3.2.1]: https://github.com/sebastianbergmann/type/compare/3.2.0...3.2.1 [3.2.0]: https://github.com/sebastianbergmann/type/compare/3.1.0...3.2.0 [3.1.0]: https://github.com/sebastianbergmann/type/compare/3.0.0...3.1.0 diff --git a/Sources/vendor/sebastian/type/LICENSE b/Sources/vendor/sebastian/type/LICENSE old mode 100755 new mode 100644 index f4e4a328..5b4bf454 --- a/Sources/vendor/sebastian/type/LICENSE +++ b/Sources/vendor/sebastian/type/LICENSE @@ -1,33 +1,29 @@ -sebastian/type +BSD 3-Clause License -Copyright (c) 2019-2022, Sebastian Bergmann . +Copyright (c) 2019-2023, Sebastian Bergmann All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. - * Neither the name of Sebastian Bergmann nor the names of his - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Sources/vendor/sebastian/type/README.md b/Sources/vendor/sebastian/type/README.md old mode 100755 new mode 100644 index 1036ce7a..fef3de23 --- a/Sources/vendor/sebastian/type/README.md +++ b/Sources/vendor/sebastian/type/README.md @@ -1,7 +1,9 @@ -# sebastian/type - +[![Latest Stable Version](https://poser.pugx.org/sebastian/type/v/stable.png)](https://packagist.org/packages/sebastian/type) [![CI Status](https://github.com/sebastianbergmann/type/workflows/CI/badge.svg)](https://github.com/sebastianbergmann/type/actions) [![Type Coverage](https://shepherd.dev/github/sebastianbergmann/type/coverage.svg)](https://shepherd.dev/github/sebastianbergmann/type) +[![codecov](https://codecov.io/gh/sebastianbergmann/type/branch/main/graph/badge.svg)](https://codecov.io/gh/sebastianbergmann/type) + +# sebastian/type Collection of value objects that represent the types of the PHP type system. diff --git a/Sources/vendor/sebastian/type/SECURITY.md b/Sources/vendor/sebastian/type/SECURITY.md new file mode 100644 index 00000000..d4ee967b --- /dev/null +++ b/Sources/vendor/sebastian/type/SECURITY.md @@ -0,0 +1,9 @@ +# Security Policy + +This library is intended to be used in development environments only. For instance, it is used by the testing framework PHPUnit. There is no reason why this library should be installed on a webserver. + +**If you upload this library to a webserver then your deployment process is broken. On a more general note, if your `vendor` directory is publicly accessible on your webserver then your deployment process is also broken.** + +## Security Contact Information + +After the above, if you still would like to report a security vulnerability, please email `sebastian@phpunit.de`. diff --git a/Sources/vendor/sebastian/type/composer.json b/Sources/vendor/sebastian/type/composer.json old mode 100755 new mode 100644 index a0865c93..faf8a0e8 --- a/Sources/vendor/sebastian/type/composer.json +++ b/Sources/vendor/sebastian/type/composer.json @@ -16,14 +16,14 @@ }, "prefer-stable": true, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.5" + "phpunit/phpunit": "^10.0" }, "config": { "platform": { - "php": "7.3.0" + "php": "8.1.0" }, "optimize-autoloader": true, "sort-packages": true @@ -44,7 +44,7 @@ }, "extra": { "branch-alias": { - "dev-master": "3.2-dev" + "dev-main": "4.0-dev" } } } diff --git a/Sources/vendor/sebastian/cli-parser/infection.json b/Sources/vendor/sebastian/type/infection.json old mode 100755 new mode 100644 similarity index 100% rename from Sources/vendor/sebastian/cli-parser/infection.json rename to Sources/vendor/sebastian/type/infection.json diff --git a/Sources/vendor/sebastian/type/src/Parameter.php b/Sources/vendor/sebastian/type/src/Parameter.php old mode 100755 new mode 100644 index 1adb061e..b8cd8b11 --- a/Sources/vendor/sebastian/type/src/Parameter.php +++ b/Sources/vendor/sebastian/type/src/Parameter.php @@ -14,12 +14,8 @@ final class Parameter /** * @psalm-var non-empty-string */ - private $name; - - /** - * @var Type - */ - private $type; + private string $name; + private Type $type; /** * @psalm-param non-empty-string $name diff --git a/Sources/vendor/sebastian/type/src/ReflectionMapper.php b/Sources/vendor/sebastian/type/src/ReflectionMapper.php old mode 100755 new mode 100644 index 32099b4b..a39d619d --- a/Sources/vendor/sebastian/type/src/ReflectionMapper.php +++ b/Sources/vendor/sebastian/type/src/ReflectionMapper.php @@ -10,7 +10,7 @@ namespace SebastianBergmann\Type; use function assert; -use ReflectionFunctionAbstract; +use ReflectionFunction; use ReflectionIntersectionType; use ReflectionMethod; use ReflectionNamedType; @@ -22,7 +22,7 @@ final class ReflectionMapper /** * @psalm-return list */ - public function fromParameterTypes(ReflectionFunctionAbstract $functionOrMethod): array + public function fromParameterTypes(ReflectionFunction|ReflectionMethod $functionOrMethod): array { $parameters = []; @@ -68,7 +68,7 @@ final class ReflectionMapper return $parameters; } - public function fromReturnType(ReflectionFunctionAbstract $functionOrMethod): Type + public function fromReturnType(ReflectionFunction|ReflectionMethod $functionOrMethod): Type { if (!$this->hasReturnType($functionOrMethod)) { return new UnknownType; @@ -91,7 +91,7 @@ final class ReflectionMapper } } - private function mapNamedType(ReflectionNamedType $type, ReflectionFunctionAbstract $functionOrMethod): Type + private function mapNamedType(ReflectionNamedType $type, ReflectionFunction|ReflectionMethod $functionOrMethod): Type { if ($functionOrMethod instanceof ReflectionMethod && $type->getName() === 'self') { return ObjectType::fromName( @@ -124,7 +124,7 @@ final class ReflectionMapper ); } - private function mapUnionType(ReflectionUnionType $type, ReflectionFunctionAbstract $functionOrMethod): Type + private function mapUnionType(ReflectionUnionType $type, ReflectionFunction|ReflectionMethod $functionOrMethod): Type { $types = []; @@ -143,7 +143,7 @@ final class ReflectionMapper return new UnionType(...$types); } - private function mapIntersectionType(ReflectionIntersectionType $type, ReflectionFunctionAbstract $functionOrMethod): Type + private function mapIntersectionType(ReflectionIntersectionType $type, ReflectionFunction|ReflectionMethod $functionOrMethod): Type { $types = []; @@ -156,29 +156,21 @@ final class ReflectionMapper return new IntersectionType(...$types); } - private function hasReturnType(ReflectionFunctionAbstract $functionOrMethod): bool + private function hasReturnType(ReflectionFunction|ReflectionMethod $functionOrMethod): bool { if ($functionOrMethod->hasReturnType()) { return true; } - if (!method_exists($functionOrMethod, 'hasTentativeReturnType')) { - return false; - } - return $functionOrMethod->hasTentativeReturnType(); } - private function returnType(ReflectionFunctionAbstract $functionOrMethod): ?ReflectionType + private function returnType(ReflectionFunction|ReflectionMethod $functionOrMethod): ?ReflectionType { if ($functionOrMethod->hasReturnType()) { return $functionOrMethod->getReturnType(); } - if (!method_exists($functionOrMethod, 'getTentativeReturnType')) { - return null; - } - return $functionOrMethod->getTentativeReturnType(); } } diff --git a/Sources/vendor/sebastian/type/src/TypeName.php b/Sources/vendor/sebastian/type/src/TypeName.php old mode 100755 new mode 100644 index 17d477cf..e63b57cc --- a/Sources/vendor/sebastian/type/src/TypeName.php +++ b/Sources/vendor/sebastian/type/src/TypeName.php @@ -17,15 +17,8 @@ use ReflectionClass; final class TypeName { - /** - * @var ?string - */ - private $namespaceName; - - /** - * @var string - */ - private $simpleName; + private ?string $namespaceName; + private string $simpleName; public static function fromQualifiedName(string $fullClassName): self { diff --git a/Sources/vendor/sebastian/type/src/exception/Exception.php b/Sources/vendor/sebastian/type/src/exception/Exception.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/sebastian/type/src/exception/RuntimeException.php b/Sources/vendor/sebastian/type/src/exception/RuntimeException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/sebastian/type/src/type/CallableType.php b/Sources/vendor/sebastian/type/src/type/CallableType.php old mode 100755 new mode 100644 index d44fb0ca..0da42a74 --- a/Sources/vendor/sebastian/type/src/type/CallableType.php +++ b/Sources/vendor/sebastian/type/src/type/CallableType.php @@ -17,26 +17,20 @@ use function function_exists; use function is_array; use function is_object; use function is_string; +use function str_contains; use Closure; use ReflectionClass; -use ReflectionException; use ReflectionObject; final class CallableType extends Type { - /** - * @var bool - */ - private $allowsNull; + private bool $allowsNull; public function __construct(bool $nullable) { $this->allowsNull = $nullable; } - /** - * @throws RuntimeException - */ public function isAssignable(Type $other): bool { if ($this->allowsNull && $other instanceof NullType) { @@ -94,34 +88,16 @@ final class CallableType extends Type private function isClosure(ObjectType $type): bool { - return !$type->className()->isNamespaced() && $type->className()->simpleName() === Closure::class; + return $type->className()->qualifiedName() === Closure::class; } - /** - * @throws RuntimeException - */ private function hasInvokeMethod(ObjectType $type): bool { $className = $type->className()->qualifiedName(); - assert(class_exists($className)); - try { - $class = new ReflectionClass($className); - // @codeCoverageIgnoreStart - } catch (ReflectionException $e) { - throw new RuntimeException( - $e->getMessage(), - (int) $e->getCode(), - $e - ); - // @codeCoverageIgnoreEnd - } - - if ($class->hasMethod('__invoke')) { - return true; - } + assert(class_exists($className)); - return false; + return (new ReflectionClass($className))->hasMethod('__invoke'); } private function isFunction(SimpleType $type): bool @@ -163,7 +139,7 @@ final class CallableType extends Type } if (is_string($type->value())) { - if (strpos($type->value(), '::') === false) { + if (!str_contains($type->value(), '::')) { return false; } @@ -186,27 +162,21 @@ final class CallableType extends Type [$className, $methodName] = $type->value(); } - assert(isset($className) && is_string($className) && class_exists($className)); + assert(isset($className) && is_string($className)); assert(isset($methodName) && is_string($methodName)); - try { - $class = new ReflectionClass($className); + if (!class_exists($className)) { + return false; + } - if ($class->hasMethod($methodName)) { - $method = $class->getMethod($methodName); + $class = new ReflectionClass($className); - return $method->isPublic() && $method->isStatic(); - } - // @codeCoverageIgnoreStart - } catch (ReflectionException $e) { - throw new RuntimeException( - $e->getMessage(), - (int) $e->getCode(), - $e - ); - // @codeCoverageIgnoreEnd + if (!$class->hasMethod($methodName)) { + return false; } - return false; + $method = $class->getMethod($methodName); + + return $method->isPublic() && $method->isStatic(); } } diff --git a/Sources/vendor/sebastian/type/src/type/FalseType.php b/Sources/vendor/sebastian/type/src/type/FalseType.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/sebastian/type/src/type/GenericObjectType.php b/Sources/vendor/sebastian/type/src/type/GenericObjectType.php old mode 100755 new mode 100644 index d06963f0..76ab6a9f --- a/Sources/vendor/sebastian/type/src/type/GenericObjectType.php +++ b/Sources/vendor/sebastian/type/src/type/GenericObjectType.php @@ -11,10 +11,7 @@ namespace SebastianBergmann\Type; final class GenericObjectType extends Type { - /** - * @var bool - */ - private $allowsNull; + private bool $allowsNull; public function __construct(bool $nullable) { diff --git a/Sources/vendor/sebastian/type/src/type/IntersectionType.php b/Sources/vendor/sebastian/type/src/type/IntersectionType.php old mode 100755 new mode 100644 index 2e133940..71d5dc28 --- a/Sources/vendor/sebastian/type/src/type/IntersectionType.php +++ b/Sources/vendor/sebastian/type/src/type/IntersectionType.php @@ -20,7 +20,7 @@ final class IntersectionType extends Type /** * @psalm-var non-empty-list */ - private $types; + private array $types; /** * @throws RuntimeException diff --git a/Sources/vendor/sebastian/type/src/type/IterableType.php b/Sources/vendor/sebastian/type/src/type/IterableType.php old mode 100755 new mode 100644 index 7b2a58fa..d2499532 --- a/Sources/vendor/sebastian/type/src/type/IterableType.php +++ b/Sources/vendor/sebastian/type/src/type/IterableType.php @@ -13,14 +13,10 @@ use function assert; use function class_exists; use function is_iterable; use ReflectionClass; -use ReflectionException; final class IterableType extends Type { - /** - * @var bool - */ - private $allowsNull; + private bool $allowsNull; public function __construct(bool $nullable) { @@ -46,19 +42,10 @@ final class IterableType extends Type if ($other instanceof ObjectType) { $className = $other->className()->qualifiedName(); + assert(class_exists($className)); - try { - return (new ReflectionClass($className))->isIterable(); - // @codeCoverageIgnoreStart - } catch (ReflectionException $e) { - throw new RuntimeException( - $e->getMessage(), - (int) $e->getCode(), - $e - ); - // @codeCoverageIgnoreEnd - } + return (new ReflectionClass($className))->isIterable(); } return false; diff --git a/Sources/vendor/sebastian/type/src/type/MixedType.php b/Sources/vendor/sebastian/type/src/type/MixedType.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/sebastian/type/src/type/NeverType.php b/Sources/vendor/sebastian/type/src/type/NeverType.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/sebastian/type/src/type/NullType.php b/Sources/vendor/sebastian/type/src/type/NullType.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/sebastian/type/src/type/ObjectType.php b/Sources/vendor/sebastian/type/src/type/ObjectType.php old mode 100755 new mode 100644 index 44febb27..717cb923 --- a/Sources/vendor/sebastian/type/src/type/ObjectType.php +++ b/Sources/vendor/sebastian/type/src/type/ObjectType.php @@ -14,15 +14,8 @@ use function strcasecmp; final class ObjectType extends Type { - /** - * @var TypeName - */ - private $className; - - /** - * @var bool - */ - private $allowsNull; + private TypeName $className; + private bool $allowsNull; public function __construct(TypeName $className, bool $allowsNull) { diff --git a/Sources/vendor/sebastian/type/src/type/SimpleType.php b/Sources/vendor/sebastian/type/src/type/SimpleType.php old mode 100755 new mode 100644 index 4dce75da..4f210a80 --- a/Sources/vendor/sebastian/type/src/type/SimpleType.php +++ b/Sources/vendor/sebastian/type/src/type/SimpleType.php @@ -13,22 +13,11 @@ use function strtolower; final class SimpleType extends Type { - /** - * @var string - */ - private $name; + private string $name; + private bool $allowsNull; + private mixed $value; - /** - * @var bool - */ - private $allowsNull; - - /** - * @var mixed - */ - private $value; - - public function __construct(string $name, bool $nullable, $value = null) + public function __construct(string $name, bool $nullable, mixed $value = null) { $this->name = $this->normalize($name); $this->allowsNull = $nullable; @@ -66,7 +55,7 @@ final class SimpleType extends Type return $this->allowsNull; } - public function value() + public function value(): mixed { return $this->value; } @@ -83,22 +72,12 @@ final class SimpleType extends Type { $name = strtolower($name); - switch ($name) { - case 'boolean': - return 'bool'; - - case 'real': - case 'double': - return 'float'; - - case 'integer': - return 'int'; - - case '[]': - return 'array'; - - default: - return $name; - } + return match ($name) { + 'boolean' => 'bool', + 'real', 'double' => 'float', + 'integer' => 'int', + '[]' => 'array', + default => $name, + }; } } diff --git a/Sources/vendor/sebastian/type/src/type/StaticType.php b/Sources/vendor/sebastian/type/src/type/StaticType.php old mode 100755 new mode 100644 index cbc13f5f..b53708b2 --- a/Sources/vendor/sebastian/type/src/type/StaticType.php +++ b/Sources/vendor/sebastian/type/src/type/StaticType.php @@ -9,17 +9,13 @@ */ namespace SebastianBergmann\Type; +use function is_subclass_of; +use function strcasecmp; + final class StaticType extends Type { - /** - * @var TypeName - */ - private $className; - - /** - * @var bool - */ - private $allowsNull; + private TypeName $className; + private bool $allowsNull; public function __construct(TypeName $className, bool $allowsNull) { diff --git a/Sources/vendor/sebastian/type/src/type/TrueType.php b/Sources/vendor/sebastian/type/src/type/TrueType.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/sebastian/type/src/type/Type.php b/Sources/vendor/sebastian/type/src/type/Type.php old mode 100755 new mode 100644 index e7536683..76029cfd --- a/Sources/vendor/sebastian/type/src/type/Type.php +++ b/Sources/vendor/sebastian/type/src/type/Type.php @@ -9,15 +9,12 @@ */ namespace SebastianBergmann\Type; -use const PHP_VERSION; -use function get_class; use function gettype; use function strtolower; -use function version_compare; abstract class Type { - public static function fromValue($value, bool $allowsNull): self + public static function fromValue(mixed $value, bool $allowsNull): self { if ($allowsNull === false) { if ($value === true) { @@ -32,7 +29,7 @@ abstract class Type $typeName = gettype($value); if ($typeName === 'object') { - return new ObjectType(TypeName::fromQualifiedName(get_class($value)), $allowsNull); + return new ObjectType(TypeName::fromQualifiedName($value::class), $allowsNull); } $type = self::fromName($typeName, $allowsNull); @@ -46,51 +43,20 @@ abstract class Type public static function fromName(string $typeName, bool $allowsNull): self { - if (version_compare(PHP_VERSION, '8.1.0-dev', '>=') && strtolower($typeName) === 'never') { - return new NeverType; - } - - switch (strtolower($typeName)) { - case 'callable': - return new CallableType($allowsNull); - - case 'true': - return new TrueType; - - case 'false': - return new FalseType; - - case 'iterable': - return new IterableType($allowsNull); - - case 'null': - return new NullType; - - case 'object': - return new GenericObjectType($allowsNull); - - case 'unknown type': - return new UnknownType; - - case 'void': - return new VoidType; - - case 'array': - case 'bool': - case 'boolean': - case 'double': - case 'float': - case 'int': - case 'integer': - case 'real': - case 'resource': - case 'resource (closed)': - case 'string': - return new SimpleType($typeName, $allowsNull); - - default: - return new ObjectType(TypeName::fromQualifiedName($typeName), $allowsNull); - } + return match (strtolower($typeName)) { + 'callable' => new CallableType($allowsNull), + 'true' => new TrueType, + 'false' => new FalseType, + 'iterable' => new IterableType($allowsNull), + 'never' => new NeverType, + 'null' => new NullType, + 'object' => new GenericObjectType($allowsNull), + 'unknown type' => new UnknownType, + 'void' => new VoidType, + 'array', 'bool', 'boolean', 'double', 'float', 'int', 'integer', 'real', 'resource', 'resource (closed)', 'string' => new SimpleType($typeName, $allowsNull), + 'mixed' => new MixedType, + default => new ObjectType(TypeName::fromQualifiedName($typeName), $allowsNull), + }; } public function asString(): string diff --git a/Sources/vendor/sebastian/type/src/type/UnionType.php b/Sources/vendor/sebastian/type/src/type/UnionType.php old mode 100755 new mode 100644 index 427729c5..01c4b71d --- a/Sources/vendor/sebastian/type/src/type/UnionType.php +++ b/Sources/vendor/sebastian/type/src/type/UnionType.php @@ -18,7 +18,7 @@ final class UnionType extends Type /** * @psalm-var non-empty-list */ - private $types; + private array $types; /** * @throws RuntimeException diff --git a/Sources/vendor/sebastian/type/src/type/UnknownType.php b/Sources/vendor/sebastian/type/src/type/UnknownType.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/sebastian/type/src/type/VoidType.php b/Sources/vendor/sebastian/type/src/type/VoidType.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/sebastian/version/.gitattributes b/Sources/vendor/sebastian/version/.gitattributes deleted file mode 100755 index 54b89530..00000000 --- a/Sources/vendor/sebastian/version/.gitattributes +++ /dev/null @@ -1,4 +0,0 @@ -/.github export-ignore -/.php_cs.dist export-ignore - -*.php diff=php diff --git a/Sources/vendor/sebastian/version/.gitignore b/Sources/vendor/sebastian/version/.gitignore deleted file mode 100755 index ff5ec9a0..00000000 --- a/Sources/vendor/sebastian/version/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/.php_cs.cache -/.idea diff --git a/Sources/vendor/sebastian/version/ChangeLog.md b/Sources/vendor/sebastian/version/ChangeLog.md old mode 100755 new mode 100644 index 10fd9a1a..f589eb9e --- a/Sources/vendor/sebastian/version/ChangeLog.md +++ b/Sources/vendor/sebastian/version/ChangeLog.md @@ -2,6 +2,22 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles. +## [4.0.1] - 2023-02-07 + +### Fixed + +* [#17](https://github.com/sebastianbergmann/version/pull/17): Release archive contains unnecessary assets + +## [4.0.0] - 2023-02-03 + +### Changed + +* `Version::getVersion()` has been renamed to `Version::asString()` + +### Removed + +* This component is no longer supported on PHP 7.3, PHP 7.4, and PHP 8.0 + ## [3.0.2] - 2020-09-28 ### Changed @@ -20,6 +36,8 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt * This component is no longer supported on PHP 7.1 and PHP 7.2 +[4.0.1]: https://github.com/sebastianbergmann/version/compare/4.0.0...4.0.1 +[4.0.0]: https://github.com/sebastianbergmann/version/compare/3.0.2...4.0.0 [3.0.2]: https://github.com/sebastianbergmann/version/compare/3.0.1...3.0.2 [3.0.1]: https://github.com/sebastianbergmann/version/compare/3.0.0...3.0.1 [3.0.0]: https://github.com/sebastianbergmann/version/compare/2.0.1...3.0.0 diff --git a/Sources/vendor/sebastian/version/LICENSE b/Sources/vendor/sebastian/version/LICENSE old mode 100755 new mode 100644 index aa6bca29..2a4db824 --- a/Sources/vendor/sebastian/version/LICENSE +++ b/Sources/vendor/sebastian/version/LICENSE @@ -1,33 +1,29 @@ -Version +BSD 3-Clause License -Copyright (c) 2013-2020, Sebastian Bergmann . +Copyright (c) 2013-2023, Sebastian Bergmann All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. - * Neither the name of Sebastian Bergmann nor the names of his - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Sources/vendor/sebastian/version/README.md b/Sources/vendor/sebastian/version/README.md old mode 100755 new mode 100644 index 2864c812..61357886 --- a/Sources/vendor/sebastian/version/README.md +++ b/Sources/vendor/sebastian/version/README.md @@ -1,17 +1,22 @@ -# Version +[![Latest Stable Version](https://poser.pugx.org/sebastian/version/v/stable.png)](https://packagist.org/packages/sebastian/version) -**Version** is a library that helps with managing the version number of Git-hosted PHP projects. +# sebastian/version + +**sebastian/version** is a library that helps with managing the version number of Git-hosted PHP projects. ## Installation You can add this library as a local, per-project dependency to your project using [Composer](https://getcomposer.org/): - composer require sebastian/version +``` +composer require sebastian/version +``` If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency: - composer require --dev sebastian/version - +``` +composer require --dev sebastian/version +``` ## Usage The constructor of the `SebastianBergmann\Version` class expects two parameters: @@ -19,23 +24,25 @@ The constructor of the `SebastianBergmann\Version` class expects two parameters: * `$release` is the version number of the latest release (`X.Y.Z`, for instance) or the name of the release series (`X.Y`) when no release has been made from that branch / for that release series yet. * `$path` is the path to the directory (or a subdirectory thereof) where the sourcecode of the project can be found. Simply passing `__DIR__` here usually suffices. -Apart from the constructor, the `SebastianBergmann\Version` class has a single public method: `getVersion()`. +Apart from the constructor, the `SebastianBergmann\Version` class has a single public method: `asString()`. Here is a contrived example that shows the basic usage: - getVersion()); - ?> +$version = new Version('1.0.0', __DIR__); - string(18) "3.7.10-17-g00f3408" +var_dump($version->asString()); +``` +``` +string(18) "1.0.0-17-g00f3408" +``` When a new release is prepared, the string that is passed to the constructor as the first argument needs to be updated. -### How SebastianBergmann\Version::getVersion() works +### How SebastianBergmann\Version::asString() works * If `$path` is not (part of) a Git repository and `$release` is in `X.Y.Z` format then `$release` is returned as-is. * If `$path` is not (part of) a Git repository and `$release` is in `X.Y` format then `$release` is returned suffixed with `-dev`. diff --git a/Sources/vendor/sebastian/version/SECURITY.md b/Sources/vendor/sebastian/version/SECURITY.md new file mode 100644 index 00000000..d4ee967b --- /dev/null +++ b/Sources/vendor/sebastian/version/SECURITY.md @@ -0,0 +1,9 @@ +# Security Policy + +This library is intended to be used in development environments only. For instance, it is used by the testing framework PHPUnit. There is no reason why this library should be installed on a webserver. + +**If you upload this library to a webserver then your deployment process is broken. On a more general note, if your `vendor` directory is publicly accessible on your webserver then your deployment process is also broken.** + +## Security Contact Information + +After the above, if you still would like to report a security vulnerability, please email `sebastian@phpunit.de`. diff --git a/Sources/vendor/sebastian/version/composer.json b/Sources/vendor/sebastian/version/composer.json old mode 100755 new mode 100644 index e76dbf41..1215a327 --- a/Sources/vendor/sebastian/version/composer.json +++ b/Sources/vendor/sebastian/version/composer.json @@ -15,14 +15,14 @@ }, "config": { "platform": { - "php": "7.3.0" + "php": "8.1.0" }, "optimize-autoloader": true, "sort-packages": true }, "prefer-stable": true, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "autoload": { "classmap": [ @@ -31,7 +31,7 @@ }, "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-main": "4.0-dev" } } } diff --git a/Sources/vendor/sebastian/version/src/Version.php b/Sources/vendor/sebastian/version/src/Version.php old mode 100755 new mode 100644 index 53ae7894..4b7c8586 --- a/Sources/vendor/sebastian/version/src/Version.php +++ b/Sources/vendor/sebastian/version/src/Version.php @@ -1,4 +1,4 @@ -release = $release; - $this->path = $path; + $this->version = $this->generate($release, $path); + } + + public function asString(): string + { + return $this->version; } - public function getVersion(): string + private function generate(string $release, string $path): string { - if ($this->version === null) { - if (\substr_count($this->release, '.') + 1 === 3) { - $this->version = $this->release; - } else { - $this->version = $this->release . '-dev'; - } - - $git = $this->getGitInformation($this->path); - - if ($git) { - if (\substr_count($this->release, '.') + 1 === 3) { - $this->version = $git; - } else { - $git = \explode('-', $git); - - $this->version = $this->release . '-' . \end($git); - } - } + if (substr_count($release, '.') + 1 === 3) { + $version = $release; + } else { + $version = $release . '-dev'; } - return $this->version; + $git = $this->getGitInformation($path); + + if (!$git) { + return $version; + } + + if (substr_count($release, '.') + 1 === 3) { + return $git; + } + + $git = explode('-', $git); + + return $release . '-' . end($git); } - /** - * @return bool|string - */ - private function getGitInformation(string $path) + private function getGitInformation(string $path): bool|string { - if (!\is_dir($path . DIRECTORY_SEPARATOR . '.git')) { + if (!is_dir($path . DIRECTORY_SEPARATOR . '.git')) { return false; } - $process = \proc_open( + $process = proc_open( 'git describe --tags', [ 1 => ['pipe', 'w'], @@ -77,16 +73,16 @@ final class Version $path ); - if (!\is_resource($process)) { + if (!is_resource($process)) { return false; } - $result = \trim(\stream_get_contents($pipes[1])); + $result = trim(stream_get_contents($pipes[1])); - \fclose($pipes[1]); - \fclose($pipes[2]); + fclose($pipes[1]); + fclose($pipes[2]); - $returnCode = \proc_close($process); + $returnCode = proc_close($process); if ($returnCode !== 0) { return false; diff --git a/Sources/vendor/symfony/polyfill-ctype/Ctype.php b/Sources/vendor/symfony/polyfill-ctype/Ctype.php deleted file mode 100755 index ba75a2c9..00000000 --- a/Sources/vendor/symfony/polyfill-ctype/Ctype.php +++ /dev/null @@ -1,232 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace Symfony\Polyfill\Ctype; - -/** - * Ctype implementation through regex. - * - * @internal - * - * @author Gert de Pagter - */ -final class Ctype -{ - /** - * Returns TRUE if every character in text is either a letter or a digit, FALSE otherwise. - * - * @see https://php.net/ctype-alnum - * - * @param mixed $text - * - * @return bool - */ - public static function ctype_alnum($text) - { - $text = self::convert_int_to_char_for_ctype($text, __FUNCTION__); - - return \is_string($text) && '' !== $text && !preg_match('/[^A-Za-z0-9]/', $text); - } - - /** - * Returns TRUE if every character in text is a letter, FALSE otherwise. - * - * @see https://php.net/ctype-alpha - * - * @param mixed $text - * - * @return bool - */ - public static function ctype_alpha($text) - { - $text = self::convert_int_to_char_for_ctype($text, __FUNCTION__); - - return \is_string($text) && '' !== $text && !preg_match('/[^A-Za-z]/', $text); - } - - /** - * Returns TRUE if every character in text is a control character from the current locale, FALSE otherwise. - * - * @see https://php.net/ctype-cntrl - * - * @param mixed $text - * - * @return bool - */ - public static function ctype_cntrl($text) - { - $text = self::convert_int_to_char_for_ctype($text, __FUNCTION__); - - return \is_string($text) && '' !== $text && !preg_match('/[^\x00-\x1f\x7f]/', $text); - } - - /** - * Returns TRUE if every character in the string text is a decimal digit, FALSE otherwise. - * - * @see https://php.net/ctype-digit - * - * @param mixed $text - * - * @return bool - */ - public static function ctype_digit($text) - { - $text = self::convert_int_to_char_for_ctype($text, __FUNCTION__); - - return \is_string($text) && '' !== $text && !preg_match('/[^0-9]/', $text); - } - - /** - * Returns TRUE if every character in text is printable and actually creates visible output (no white space), FALSE otherwise. - * - * @see https://php.net/ctype-graph - * - * @param mixed $text - * - * @return bool - */ - public static function ctype_graph($text) - { - $text = self::convert_int_to_char_for_ctype($text, __FUNCTION__); - - return \is_string($text) && '' !== $text && !preg_match('/[^!-~]/', $text); - } - - /** - * Returns TRUE if every character in text is a lowercase letter. - * - * @see https://php.net/ctype-lower - * - * @param mixed $text - * - * @return bool - */ - public static function ctype_lower($text) - { - $text = self::convert_int_to_char_for_ctype($text, __FUNCTION__); - - return \is_string($text) && '' !== $text && !preg_match('/[^a-z]/', $text); - } - - /** - * Returns TRUE if every character in text will actually create output (including blanks). Returns FALSE if text contains control characters or characters that do not have any output or control function at all. - * - * @see https://php.net/ctype-print - * - * @param mixed $text - * - * @return bool - */ - public static function ctype_print($text) - { - $text = self::convert_int_to_char_for_ctype($text, __FUNCTION__); - - return \is_string($text) && '' !== $text && !preg_match('/[^ -~]/', $text); - } - - /** - * Returns TRUE if every character in text is printable, but neither letter, digit or blank, FALSE otherwise. - * - * @see https://php.net/ctype-punct - * - * @param mixed $text - * - * @return bool - */ - public static function ctype_punct($text) - { - $text = self::convert_int_to_char_for_ctype($text, __FUNCTION__); - - return \is_string($text) && '' !== $text && !preg_match('/[^!-\/\:-@\[-`\{-~]/', $text); - } - - /** - * Returns TRUE if every character in text creates some sort of white space, FALSE otherwise. Besides the blank character this also includes tab, vertical tab, line feed, carriage return and form feed characters. - * - * @see https://php.net/ctype-space - * - * @param mixed $text - * - * @return bool - */ - public static function ctype_space($text) - { - $text = self::convert_int_to_char_for_ctype($text, __FUNCTION__); - - return \is_string($text) && '' !== $text && !preg_match('/[^\s]/', $text); - } - - /** - * Returns TRUE if every character in text is an uppercase letter. - * - * @see https://php.net/ctype-upper - * - * @param mixed $text - * - * @return bool - */ - public static function ctype_upper($text) - { - $text = self::convert_int_to_char_for_ctype($text, __FUNCTION__); - - return \is_string($text) && '' !== $text && !preg_match('/[^A-Z]/', $text); - } - - /** - * Returns TRUE if every character in text is a hexadecimal 'digit', that is a decimal digit or a character from [A-Fa-f] , FALSE otherwise. - * - * @see https://php.net/ctype-xdigit - * - * @param mixed $text - * - * @return bool - */ - public static function ctype_xdigit($text) - { - $text = self::convert_int_to_char_for_ctype($text, __FUNCTION__); - - return \is_string($text) && '' !== $text && !preg_match('/[^A-Fa-f0-9]/', $text); - } - - /** - * Converts integers to their char versions according to normal ctype behaviour, if needed. - * - * If an integer between -128 and 255 inclusive is provided, - * it is interpreted as the ASCII value of a single character - * (negative values have 256 added in order to allow characters in the Extended ASCII range). - * Any other integer is interpreted as a string containing the decimal digits of the integer. - * - * @param mixed $int - * @param string $function - * - * @return mixed - */ - private static function convert_int_to_char_for_ctype($int, $function) - { - if (!\is_int($int)) { - return $int; - } - - if ($int < -128 || $int > 255) { - return (string) $int; - } - - if (\PHP_VERSION_ID >= 80100) { - @trigger_error($function.'(): Argument of type int will be interpreted as string in the future', \E_USER_DEPRECATED); - } - - if ($int < 0) { - $int += 256; - } - - return \chr($int); - } -} diff --git a/Sources/vendor/symfony/polyfill-ctype/README.md b/Sources/vendor/symfony/polyfill-ctype/README.md deleted file mode 100755 index b144d03c..00000000 --- a/Sources/vendor/symfony/polyfill-ctype/README.md +++ /dev/null @@ -1,12 +0,0 @@ -Symfony Polyfill / Ctype -======================== - -This component provides `ctype_*` functions to users who run php versions without the ctype extension. - -More information can be found in the -[main Polyfill README](https://github.com/symfony/polyfill/blob/main/README.md). - -License -======= - -This library is released under the [MIT license](LICENSE). diff --git a/Sources/vendor/symfony/polyfill-ctype/bootstrap.php b/Sources/vendor/symfony/polyfill-ctype/bootstrap.php deleted file mode 100755 index d54524b3..00000000 --- a/Sources/vendor/symfony/polyfill-ctype/bootstrap.php +++ /dev/null @@ -1,50 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -use Symfony\Polyfill\Ctype as p; - -if (\PHP_VERSION_ID >= 80000) { - return require __DIR__.'/bootstrap80.php'; -} - -if (!function_exists('ctype_alnum')) { - function ctype_alnum($text) { return p\Ctype::ctype_alnum($text); } -} -if (!function_exists('ctype_alpha')) { - function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); } -} -if (!function_exists('ctype_cntrl')) { - function ctype_cntrl($text) { return p\Ctype::ctype_cntrl($text); } -} -if (!function_exists('ctype_digit')) { - function ctype_digit($text) { return p\Ctype::ctype_digit($text); } -} -if (!function_exists('ctype_graph')) { - function ctype_graph($text) { return p\Ctype::ctype_graph($text); } -} -if (!function_exists('ctype_lower')) { - function ctype_lower($text) { return p\Ctype::ctype_lower($text); } -} -if (!function_exists('ctype_print')) { - function ctype_print($text) { return p\Ctype::ctype_print($text); } -} -if (!function_exists('ctype_punct')) { - function ctype_punct($text) { return p\Ctype::ctype_punct($text); } -} -if (!function_exists('ctype_space')) { - function ctype_space($text) { return p\Ctype::ctype_space($text); } -} -if (!function_exists('ctype_upper')) { - function ctype_upper($text) { return p\Ctype::ctype_upper($text); } -} -if (!function_exists('ctype_xdigit')) { - function ctype_xdigit($text) { return p\Ctype::ctype_xdigit($text); } -} diff --git a/Sources/vendor/symfony/polyfill-ctype/bootstrap80.php b/Sources/vendor/symfony/polyfill-ctype/bootstrap80.php deleted file mode 100755 index ab2f8611..00000000 --- a/Sources/vendor/symfony/polyfill-ctype/bootstrap80.php +++ /dev/null @@ -1,46 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -use Symfony\Polyfill\Ctype as p; - -if (!function_exists('ctype_alnum')) { - function ctype_alnum(mixed $text): bool { return p\Ctype::ctype_alnum($text); } -} -if (!function_exists('ctype_alpha')) { - function ctype_alpha(mixed $text): bool { return p\Ctype::ctype_alpha($text); } -} -if (!function_exists('ctype_cntrl')) { - function ctype_cntrl(mixed $text): bool { return p\Ctype::ctype_cntrl($text); } -} -if (!function_exists('ctype_digit')) { - function ctype_digit(mixed $text): bool { return p\Ctype::ctype_digit($text); } -} -if (!function_exists('ctype_graph')) { - function ctype_graph(mixed $text): bool { return p\Ctype::ctype_graph($text); } -} -if (!function_exists('ctype_lower')) { - function ctype_lower(mixed $text): bool { return p\Ctype::ctype_lower($text); } -} -if (!function_exists('ctype_print')) { - function ctype_print(mixed $text): bool { return p\Ctype::ctype_print($text); } -} -if (!function_exists('ctype_punct')) { - function ctype_punct(mixed $text): bool { return p\Ctype::ctype_punct($text); } -} -if (!function_exists('ctype_space')) { - function ctype_space(mixed $text): bool { return p\Ctype::ctype_space($text); } -} -if (!function_exists('ctype_upper')) { - function ctype_upper(mixed $text): bool { return p\Ctype::ctype_upper($text); } -} -if (!function_exists('ctype_xdigit')) { - function ctype_xdigit(mixed $text): bool { return p\Ctype::ctype_xdigit($text); } -} diff --git a/Sources/vendor/symfony/polyfill-ctype/composer.json b/Sources/vendor/symfony/polyfill-ctype/composer.json deleted file mode 100755 index e5c978f1..00000000 --- a/Sources/vendor/symfony/polyfill-ctype/composer.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "symfony/polyfill-ctype", - "type": "library", - "description": "Symfony polyfill for ctype functions", - "keywords": ["polyfill", "compatibility", "portable", "ctype"], - "homepage": "https://symfony.com", - "license": "MIT", - "authors": [ - { - "name": "Gert de Pagter", - "email": "BackEndTea@gmail.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "require": { - "php": ">=7.1" - }, - "provide": { - "ext-ctype": "*" - }, - "autoload": { - "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" }, - "files": [ "bootstrap.php" ] - }, - "suggest": { - "ext-ctype": "For best performance" - }, - "minimum-stability": "dev", - "extra": { - "branch-alias": { - "dev-main": "1.28-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - } -} diff --git a/Sources/vendor/symfony/polyfill-mbstring/LICENSE b/Sources/vendor/symfony/polyfill-mbstring/LICENSE deleted file mode 100755 index 6e3afce6..00000000 --- a/Sources/vendor/symfony/polyfill-mbstring/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2015-present Fabien Potencier - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is furnished -to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/Sources/vendor/symfony/polyfill-mbstring/Mbstring.php b/Sources/vendor/symfony/polyfill-mbstring/Mbstring.php deleted file mode 100755 index 2e0b9694..00000000 --- a/Sources/vendor/symfony/polyfill-mbstring/Mbstring.php +++ /dev/null @@ -1,947 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace Symfony\Polyfill\Mbstring; - -/** - * Partial mbstring implementation in PHP, iconv based, UTF-8 centric. - * - * Implemented: - * - mb_chr - Returns a specific character from its Unicode code point - * - mb_convert_encoding - Convert character encoding - * - mb_convert_variables - Convert character code in variable(s) - * - mb_decode_mimeheader - Decode string in MIME header field - * - mb_encode_mimeheader - Encode string for MIME header XXX NATIVE IMPLEMENTATION IS REALLY BUGGED - * - mb_decode_numericentity - Decode HTML numeric string reference to character - * - mb_encode_numericentity - Encode character to HTML numeric string reference - * - mb_convert_case - Perform case folding on a string - * - mb_detect_encoding - Detect character encoding - * - mb_get_info - Get internal settings of mbstring - * - mb_http_input - Detect HTTP input character encoding - * - mb_http_output - Set/Get HTTP output character encoding - * - mb_internal_encoding - Set/Get internal character encoding - * - mb_list_encodings - Returns an array of all supported encodings - * - mb_ord - Returns the Unicode code point of a character - * - mb_output_handler - Callback function converts character encoding in output buffer - * - mb_scrub - Replaces ill-formed byte sequences with substitute characters - * - mb_strlen - Get string length - * - mb_strpos - Find position of first occurrence of string in a string - * - mb_strrpos - Find position of last occurrence of a string in a string - * - mb_str_split - Convert a string to an array - * - mb_strtolower - Make a string lowercase - * - mb_strtoupper - Make a string uppercase - * - mb_substitute_character - Set/Get substitution character - * - mb_substr - Get part of string - * - mb_stripos - Finds position of first occurrence of a string within another, case insensitive - * - mb_stristr - Finds first occurrence of a string within another, case insensitive - * - mb_strrchr - Finds the last occurrence of a character in a string within another - * - mb_strrichr - Finds the last occurrence of a character in a string within another, case insensitive - * - mb_strripos - Finds position of last occurrence of a string within another, case insensitive - * - mb_strstr - Finds first occurrence of a string within another - * - mb_strwidth - Return width of string - * - mb_substr_count - Count the number of substring occurrences - * - * Not implemented: - * - mb_convert_kana - Convert "kana" one from another ("zen-kaku", "han-kaku" and more) - * - mb_ereg_* - Regular expression with multibyte support - * - mb_parse_str - Parse GET/POST/COOKIE data and set global variable - * - mb_preferred_mime_name - Get MIME charset string - * - mb_regex_encoding - Returns current encoding for multibyte regex as string - * - mb_regex_set_options - Set/Get the default options for mbregex functions - * - mb_send_mail - Send encoded mail - * - mb_split - Split multibyte string using regular expression - * - mb_strcut - Get part of string - * - mb_strimwidth - Get truncated string with specified width - * - * @author Nicolas Grekas - * - * @internal - */ -final class Mbstring -{ - public const MB_CASE_FOLD = \PHP_INT_MAX; - - private const SIMPLE_CASE_FOLD = [ - ['µ', 'ſ', "\xCD\x85", 'ς', "\xCF\x90", "\xCF\x91", "\xCF\x95", "\xCF\x96", "\xCF\xB0", "\xCF\xB1", "\xCF\xB5", "\xE1\xBA\x9B", "\xE1\xBE\xBE"], - ['μ', 's', 'ι', 'σ', 'β', 'θ', 'φ', 'π', 'κ', 'ρ', 'ε', "\xE1\xB9\xA1", 'ι'], - ]; - - private static $encodingList = ['ASCII', 'UTF-8']; - private static $language = 'neutral'; - private static $internalEncoding = 'UTF-8'; - - public static function mb_convert_encoding($s, $toEncoding, $fromEncoding = null) - { - if (\is_array($fromEncoding) || (null !== $fromEncoding && false !== strpos($fromEncoding, ','))) { - $fromEncoding = self::mb_detect_encoding($s, $fromEncoding); - } else { - $fromEncoding = self::getEncoding($fromEncoding); - } - - $toEncoding = self::getEncoding($toEncoding); - - if ('BASE64' === $fromEncoding) { - $s = base64_decode($s); - $fromEncoding = $toEncoding; - } - - if ('BASE64' === $toEncoding) { - return base64_encode($s); - } - - if ('HTML-ENTITIES' === $toEncoding || 'HTML' === $toEncoding) { - if ('HTML-ENTITIES' === $fromEncoding || 'HTML' === $fromEncoding) { - $fromEncoding = 'Windows-1252'; - } - if ('UTF-8' !== $fromEncoding) { - $s = iconv($fromEncoding, 'UTF-8//IGNORE', $s); - } - - return preg_replace_callback('/[\x80-\xFF]+/', [__CLASS__, 'html_encoding_callback'], $s); - } - - if ('HTML-ENTITIES' === $fromEncoding) { - $s = html_entity_decode($s, \ENT_COMPAT, 'UTF-8'); - $fromEncoding = 'UTF-8'; - } - - return iconv($fromEncoding, $toEncoding.'//IGNORE', $s); - } - - public static function mb_convert_variables($toEncoding, $fromEncoding, &...$vars) - { - $ok = true; - array_walk_recursive($vars, function (&$v) use (&$ok, $toEncoding, $fromEncoding) { - if (false === $v = self::mb_convert_encoding($v, $toEncoding, $fromEncoding)) { - $ok = false; - } - }); - - return $ok ? $fromEncoding : false; - } - - public static function mb_decode_mimeheader($s) - { - return iconv_mime_decode($s, 2, self::$internalEncoding); - } - - public static function mb_encode_mimeheader($s, $charset = null, $transferEncoding = null, $linefeed = null, $indent = null) - { - trigger_error('mb_encode_mimeheader() is bugged. Please use iconv_mime_encode() instead', \E_USER_WARNING); - } - - public static function mb_decode_numericentity($s, $convmap, $encoding = null) - { - if (null !== $s && !\is_scalar($s) && !(\is_object($s) && method_exists($s, '__toString'))) { - trigger_error('mb_decode_numericentity() expects parameter 1 to be string, '.\gettype($s).' given', \E_USER_WARNING); - - return null; - } - - if (!\is_array($convmap) || (80000 > \PHP_VERSION_ID && !$convmap)) { - return false; - } - - if (null !== $encoding && !\is_scalar($encoding)) { - trigger_error('mb_decode_numericentity() expects parameter 3 to be string, '.\gettype($s).' given', \E_USER_WARNING); - - return ''; // Instead of null (cf. mb_encode_numericentity). - } - - $s = (string) $s; - if ('' === $s) { - return ''; - } - - $encoding = self::getEncoding($encoding); - - if ('UTF-8' === $encoding) { - $encoding = null; - if (!preg_match('//u', $s)) { - $s = @iconv('UTF-8', 'UTF-8//IGNORE', $s); - } - } else { - $s = iconv($encoding, 'UTF-8//IGNORE', $s); - } - - $cnt = floor(\count($convmap) / 4) * 4; - - for ($i = 0; $i < $cnt; $i += 4) { - // collector_decode_htmlnumericentity ignores $convmap[$i + 3] - $convmap[$i] += $convmap[$i + 2]; - $convmap[$i + 1] += $convmap[$i + 2]; - } - - $s = preg_replace_callback('/&#(?:0*([0-9]+)|x0*([0-9a-fA-F]+))(?!&);?/', function (array $m) use ($cnt, $convmap) { - $c = isset($m[2]) ? (int) hexdec($m[2]) : $m[1]; - for ($i = 0; $i < $cnt; $i += 4) { - if ($c >= $convmap[$i] && $c <= $convmap[$i + 1]) { - return self::mb_chr($c - $convmap[$i + 2]); - } - } - - return $m[0]; - }, $s); - - if (null === $encoding) { - return $s; - } - - return iconv('UTF-8', $encoding.'//IGNORE', $s); - } - - public static function mb_encode_numericentity($s, $convmap, $encoding = null, $is_hex = false) - { - if (null !== $s && !\is_scalar($s) && !(\is_object($s) && method_exists($s, '__toString'))) { - trigger_error('mb_encode_numericentity() expects parameter 1 to be string, '.\gettype($s).' given', \E_USER_WARNING); - - return null; - } - - if (!\is_array($convmap) || (80000 > \PHP_VERSION_ID && !$convmap)) { - return false; - } - - if (null !== $encoding && !\is_scalar($encoding)) { - trigger_error('mb_encode_numericentity() expects parameter 3 to be string, '.\gettype($s).' given', \E_USER_WARNING); - - return null; // Instead of '' (cf. mb_decode_numericentity). - } - - if (null !== $is_hex && !\is_scalar($is_hex)) { - trigger_error('mb_encode_numericentity() expects parameter 4 to be boolean, '.\gettype($s).' given', \E_USER_WARNING); - - return null; - } - - $s = (string) $s; - if ('' === $s) { - return ''; - } - - $encoding = self::getEncoding($encoding); - - if ('UTF-8' === $encoding) { - $encoding = null; - if (!preg_match('//u', $s)) { - $s = @iconv('UTF-8', 'UTF-8//IGNORE', $s); - } - } else { - $s = iconv($encoding, 'UTF-8//IGNORE', $s); - } - - static $ulenMask = ["\xC0" => 2, "\xD0" => 2, "\xE0" => 3, "\xF0" => 4]; - - $cnt = floor(\count($convmap) / 4) * 4; - $i = 0; - $len = \strlen($s); - $result = ''; - - while ($i < $len) { - $ulen = $s[$i] < "\x80" ? 1 : $ulenMask[$s[$i] & "\xF0"]; - $uchr = substr($s, $i, $ulen); - $i += $ulen; - $c = self::mb_ord($uchr); - - for ($j = 0; $j < $cnt; $j += 4) { - if ($c >= $convmap[$j] && $c <= $convmap[$j + 1]) { - $cOffset = ($c + $convmap[$j + 2]) & $convmap[$j + 3]; - $result .= $is_hex ? sprintf('&#x%X;', $cOffset) : '&#'.$cOffset.';'; - continue 2; - } - } - $result .= $uchr; - } - - if (null === $encoding) { - return $result; - } - - return iconv('UTF-8', $encoding.'//IGNORE', $result); - } - - public static function mb_convert_case($s, $mode, $encoding = null) - { - $s = (string) $s; - if ('' === $s) { - return ''; - } - - $encoding = self::getEncoding($encoding); - - if ('UTF-8' === $encoding) { - $encoding = null; - if (!preg_match('//u', $s)) { - $s = @iconv('UTF-8', 'UTF-8//IGNORE', $s); - } - } else { - $s = iconv($encoding, 'UTF-8//IGNORE', $s); - } - - if (\MB_CASE_TITLE == $mode) { - static $titleRegexp = null; - if (null === $titleRegexp) { - $titleRegexp = self::getData('titleCaseRegexp'); - } - $s = preg_replace_callback($titleRegexp, [__CLASS__, 'title_case'], $s); - } else { - if (\MB_CASE_UPPER == $mode) { - static $upper = null; - if (null === $upper) { - $upper = self::getData('upperCase'); - } - $map = $upper; - } else { - if (self::MB_CASE_FOLD === $mode) { - static $caseFolding = null; - if (null === $caseFolding) { - $caseFolding = self::getData('caseFolding'); - } - $s = strtr($s, $caseFolding); - } - - static $lower = null; - if (null === $lower) { - $lower = self::getData('lowerCase'); - } - $map = $lower; - } - - static $ulenMask = ["\xC0" => 2, "\xD0" => 2, "\xE0" => 3, "\xF0" => 4]; - - $i = 0; - $len = \strlen($s); - - while ($i < $len) { - $ulen = $s[$i] < "\x80" ? 1 : $ulenMask[$s[$i] & "\xF0"]; - $uchr = substr($s, $i, $ulen); - $i += $ulen; - - if (isset($map[$uchr])) { - $uchr = $map[$uchr]; - $nlen = \strlen($uchr); - - if ($nlen == $ulen) { - $nlen = $i; - do { - $s[--$nlen] = $uchr[--$ulen]; - } while ($ulen); - } else { - $s = substr_replace($s, $uchr, $i - $ulen, $ulen); - $len += $nlen - $ulen; - $i += $nlen - $ulen; - } - } - } - } - - if (null === $encoding) { - return $s; - } - - return iconv('UTF-8', $encoding.'//IGNORE', $s); - } - - public static function mb_internal_encoding($encoding = null) - { - if (null === $encoding) { - return self::$internalEncoding; - } - - $normalizedEncoding = self::getEncoding($encoding); - - if ('UTF-8' === $normalizedEncoding || false !== @iconv($normalizedEncoding, $normalizedEncoding, ' ')) { - self::$internalEncoding = $normalizedEncoding; - - return true; - } - - if (80000 > \PHP_VERSION_ID) { - return false; - } - - throw new \ValueError(sprintf('Argument #1 ($encoding) must be a valid encoding, "%s" given', $encoding)); - } - - public static function mb_language($lang = null) - { - if (null === $lang) { - return self::$language; - } - - switch ($normalizedLang = strtolower($lang)) { - case 'uni': - case 'neutral': - self::$language = $normalizedLang; - - return true; - } - - if (80000 > \PHP_VERSION_ID) { - return false; - } - - throw new \ValueError(sprintf('Argument #1 ($language) must be a valid language, "%s" given', $lang)); - } - - public static function mb_list_encodings() - { - return ['UTF-8']; - } - - public static function mb_encoding_aliases($encoding) - { - switch (strtoupper($encoding)) { - case 'UTF8': - case 'UTF-8': - return ['utf8']; - } - - return false; - } - - public static function mb_check_encoding($var = null, $encoding = null) - { - if (PHP_VERSION_ID < 70200 && \is_array($var)) { - trigger_error('mb_check_encoding() expects parameter 1 to be string, array given', \E_USER_WARNING); - - return null; - } - - if (null === $encoding) { - if (null === $var) { - return false; - } - $encoding = self::$internalEncoding; - } - - if (!\is_array($var)) { - return self::mb_detect_encoding($var, [$encoding]) || false !== @iconv($encoding, $encoding, $var); - } - - foreach ($var as $key => $value) { - if (!self::mb_check_encoding($key, $encoding)) { - return false; - } - if (!self::mb_check_encoding($value, $encoding)) { - return false; - } - } - - return true; - - } - - public static function mb_detect_encoding($str, $encodingList = null, $strict = false) - { - if (null === $encodingList) { - $encodingList = self::$encodingList; - } else { - if (!\is_array($encodingList)) { - $encodingList = array_map('trim', explode(',', $encodingList)); - } - $encodingList = array_map('strtoupper', $encodingList); - } - - foreach ($encodingList as $enc) { - switch ($enc) { - case 'ASCII': - if (!preg_match('/[\x80-\xFF]/', $str)) { - return $enc; - } - break; - - case 'UTF8': - case 'UTF-8': - if (preg_match('//u', $str)) { - return 'UTF-8'; - } - break; - - default: - if (0 === strncmp($enc, 'ISO-8859-', 9)) { - return $enc; - } - } - } - - return false; - } - - public static function mb_detect_order($encodingList = null) - { - if (null === $encodingList) { - return self::$encodingList; - } - - if (!\is_array($encodingList)) { - $encodingList = array_map('trim', explode(',', $encodingList)); - } - $encodingList = array_map('strtoupper', $encodingList); - - foreach ($encodingList as $enc) { - switch ($enc) { - default: - if (strncmp($enc, 'ISO-8859-', 9)) { - return false; - } - // no break - case 'ASCII': - case 'UTF8': - case 'UTF-8': - } - } - - self::$encodingList = $encodingList; - - return true; - } - - public static function mb_strlen($s, $encoding = null) - { - $encoding = self::getEncoding($encoding); - if ('CP850' === $encoding || 'ASCII' === $encoding) { - return \strlen($s); - } - - return @iconv_strlen($s, $encoding); - } - - public static function mb_strpos($haystack, $needle, $offset = 0, $encoding = null) - { - $encoding = self::getEncoding($encoding); - if ('CP850' === $encoding || 'ASCII' === $encoding) { - return strpos($haystack, $needle, $offset); - } - - $needle = (string) $needle; - if ('' === $needle) { - if (80000 > \PHP_VERSION_ID) { - trigger_error(__METHOD__.': Empty delimiter', \E_USER_WARNING); - - return false; - } - - return 0; - } - - return iconv_strpos($haystack, $needle, $offset, $encoding); - } - - public static function mb_strrpos($haystack, $needle, $offset = 0, $encoding = null) - { - $encoding = self::getEncoding($encoding); - if ('CP850' === $encoding || 'ASCII' === $encoding) { - return strrpos($haystack, $needle, $offset); - } - - if ($offset != (int) $offset) { - $offset = 0; - } elseif ($offset = (int) $offset) { - if ($offset < 0) { - if (0 > $offset += self::mb_strlen($needle)) { - $haystack = self::mb_substr($haystack, 0, $offset, $encoding); - } - $offset = 0; - } else { - $haystack = self::mb_substr($haystack, $offset, 2147483647, $encoding); - } - } - - $pos = '' !== $needle || 80000 > \PHP_VERSION_ID - ? iconv_strrpos($haystack, $needle, $encoding) - : self::mb_strlen($haystack, $encoding); - - return false !== $pos ? $offset + $pos : false; - } - - public static function mb_str_split($string, $split_length = 1, $encoding = null) - { - if (null !== $string && !\is_scalar($string) && !(\is_object($string) && method_exists($string, '__toString'))) { - trigger_error('mb_str_split() expects parameter 1 to be string, '.\gettype($string).' given', \E_USER_WARNING); - - return null; - } - - if (1 > $split_length = (int) $split_length) { - if (80000 > \PHP_VERSION_ID) { - trigger_error('The length of each segment must be greater than zero', \E_USER_WARNING); - - return false; - } - - throw new \ValueError('Argument #2 ($length) must be greater than 0'); - } - - if (null === $encoding) { - $encoding = mb_internal_encoding(); - } - - if ('UTF-8' === $encoding = self::getEncoding($encoding)) { - $rx = '/('; - while (65535 < $split_length) { - $rx .= '.{65535}'; - $split_length -= 65535; - } - $rx .= '.{'.$split_length.'})/us'; - - return preg_split($rx, $string, -1, \PREG_SPLIT_DELIM_CAPTURE | \PREG_SPLIT_NO_EMPTY); - } - - $result = []; - $length = mb_strlen($string, $encoding); - - for ($i = 0; $i < $length; $i += $split_length) { - $result[] = mb_substr($string, $i, $split_length, $encoding); - } - - return $result; - } - - public static function mb_strtolower($s, $encoding = null) - { - return self::mb_convert_case($s, \MB_CASE_LOWER, $encoding); - } - - public static function mb_strtoupper($s, $encoding = null) - { - return self::mb_convert_case($s, \MB_CASE_UPPER, $encoding); - } - - public static function mb_substitute_character($c = null) - { - if (null === $c) { - return 'none'; - } - if (0 === strcasecmp($c, 'none')) { - return true; - } - if (80000 > \PHP_VERSION_ID) { - return false; - } - if (\is_int($c) || 'long' === $c || 'entity' === $c) { - return false; - } - - throw new \ValueError('Argument #1 ($substitute_character) must be "none", "long", "entity" or a valid codepoint'); - } - - public static function mb_substr($s, $start, $length = null, $encoding = null) - { - $encoding = self::getEncoding($encoding); - if ('CP850' === $encoding || 'ASCII' === $encoding) { - return (string) substr($s, $start, null === $length ? 2147483647 : $length); - } - - if ($start < 0) { - $start = iconv_strlen($s, $encoding) + $start; - if ($start < 0) { - $start = 0; - } - } - - if (null === $length) { - $length = 2147483647; - } elseif ($length < 0) { - $length = iconv_strlen($s, $encoding) + $length - $start; - if ($length < 0) { - return ''; - } - } - - return (string) iconv_substr($s, $start, $length, $encoding); - } - - public static function mb_stripos($haystack, $needle, $offset = 0, $encoding = null) - { - [$haystack, $needle] = str_replace(self::SIMPLE_CASE_FOLD[0], self::SIMPLE_CASE_FOLD[1], [ - self::mb_convert_case($haystack, \MB_CASE_LOWER, $encoding), - self::mb_convert_case($needle, \MB_CASE_LOWER, $encoding), - ]); - - return self::mb_strpos($haystack, $needle, $offset, $encoding); - } - - public static function mb_stristr($haystack, $needle, $part = false, $encoding = null) - { - $pos = self::mb_stripos($haystack, $needle, 0, $encoding); - - return self::getSubpart($pos, $part, $haystack, $encoding); - } - - public static function mb_strrchr($haystack, $needle, $part = false, $encoding = null) - { - $encoding = self::getEncoding($encoding); - if ('CP850' === $encoding || 'ASCII' === $encoding) { - $pos = strrpos($haystack, $needle); - } else { - $needle = self::mb_substr($needle, 0, 1, $encoding); - $pos = iconv_strrpos($haystack, $needle, $encoding); - } - - return self::getSubpart($pos, $part, $haystack, $encoding); - } - - public static function mb_strrichr($haystack, $needle, $part = false, $encoding = null) - { - $needle = self::mb_substr($needle, 0, 1, $encoding); - $pos = self::mb_strripos($haystack, $needle, $encoding); - - return self::getSubpart($pos, $part, $haystack, $encoding); - } - - public static function mb_strripos($haystack, $needle, $offset = 0, $encoding = null) - { - $haystack = self::mb_convert_case($haystack, \MB_CASE_LOWER, $encoding); - $needle = self::mb_convert_case($needle, \MB_CASE_LOWER, $encoding); - - $haystack = str_replace(self::SIMPLE_CASE_FOLD[0], self::SIMPLE_CASE_FOLD[1], $haystack); - $needle = str_replace(self::SIMPLE_CASE_FOLD[0], self::SIMPLE_CASE_FOLD[1], $needle); - - return self::mb_strrpos($haystack, $needle, $offset, $encoding); - } - - public static function mb_strstr($haystack, $needle, $part = false, $encoding = null) - { - $pos = strpos($haystack, $needle); - if (false === $pos) { - return false; - } - if ($part) { - return substr($haystack, 0, $pos); - } - - return substr($haystack, $pos); - } - - public static function mb_get_info($type = 'all') - { - $info = [ - 'internal_encoding' => self::$internalEncoding, - 'http_output' => 'pass', - 'http_output_conv_mimetypes' => '^(text/|application/xhtml\+xml)', - 'func_overload' => 0, - 'func_overload_list' => 'no overload', - 'mail_charset' => 'UTF-8', - 'mail_header_encoding' => 'BASE64', - 'mail_body_encoding' => 'BASE64', - 'illegal_chars' => 0, - 'encoding_translation' => 'Off', - 'language' => self::$language, - 'detect_order' => self::$encodingList, - 'substitute_character' => 'none', - 'strict_detection' => 'Off', - ]; - - if ('all' === $type) { - return $info; - } - if (isset($info[$type])) { - return $info[$type]; - } - - return false; - } - - public static function mb_http_input($type = '') - { - return false; - } - - public static function mb_http_output($encoding = null) - { - return null !== $encoding ? 'pass' === $encoding : 'pass'; - } - - public static function mb_strwidth($s, $encoding = null) - { - $encoding = self::getEncoding($encoding); - - if ('UTF-8' !== $encoding) { - $s = iconv($encoding, 'UTF-8//IGNORE', $s); - } - - $s = preg_replace('/[\x{1100}-\x{115F}\x{2329}\x{232A}\x{2E80}-\x{303E}\x{3040}-\x{A4CF}\x{AC00}-\x{D7A3}\x{F900}-\x{FAFF}\x{FE10}-\x{FE19}\x{FE30}-\x{FE6F}\x{FF00}-\x{FF60}\x{FFE0}-\x{FFE6}\x{20000}-\x{2FFFD}\x{30000}-\x{3FFFD}]/u', '', $s, -1, $wide); - - return ($wide << 1) + iconv_strlen($s, 'UTF-8'); - } - - public static function mb_substr_count($haystack, $needle, $encoding = null) - { - return substr_count($haystack, $needle); - } - - public static function mb_output_handler($contents, $status) - { - return $contents; - } - - public static function mb_chr($code, $encoding = null) - { - if (0x80 > $code %= 0x200000) { - $s = \chr($code); - } elseif (0x800 > $code) { - $s = \chr(0xC0 | $code >> 6).\chr(0x80 | $code & 0x3F); - } elseif (0x10000 > $code) { - $s = \chr(0xE0 | $code >> 12).\chr(0x80 | $code >> 6 & 0x3F).\chr(0x80 | $code & 0x3F); - } else { - $s = \chr(0xF0 | $code >> 18).\chr(0x80 | $code >> 12 & 0x3F).\chr(0x80 | $code >> 6 & 0x3F).\chr(0x80 | $code & 0x3F); - } - - if ('UTF-8' !== $encoding = self::getEncoding($encoding)) { - $s = mb_convert_encoding($s, $encoding, 'UTF-8'); - } - - return $s; - } - - public static function mb_ord($s, $encoding = null) - { - if ('UTF-8' !== $encoding = self::getEncoding($encoding)) { - $s = mb_convert_encoding($s, 'UTF-8', $encoding); - } - - if (1 === \strlen($s)) { - return \ord($s); - } - - $code = ($s = unpack('C*', substr($s, 0, 4))) ? $s[1] : 0; - if (0xF0 <= $code) { - return (($code - 0xF0) << 18) + (($s[2] - 0x80) << 12) + (($s[3] - 0x80) << 6) + $s[4] - 0x80; - } - if (0xE0 <= $code) { - return (($code - 0xE0) << 12) + (($s[2] - 0x80) << 6) + $s[3] - 0x80; - } - if (0xC0 <= $code) { - return (($code - 0xC0) << 6) + $s[2] - 0x80; - } - - return $code; - } - - public static function mb_str_pad(string $string, int $length, string $pad_string = ' ', int $pad_type = \STR_PAD_RIGHT, string $encoding = null): string - { - if (!\in_array($pad_type, [\STR_PAD_RIGHT, \STR_PAD_LEFT, \STR_PAD_BOTH], true)) { - throw new \ValueError('mb_str_pad(): Argument #4 ($pad_type) must be STR_PAD_LEFT, STR_PAD_RIGHT, or STR_PAD_BOTH'); - } - - if (null === $encoding) { - $encoding = self::mb_internal_encoding(); - } - - try { - $validEncoding = @self::mb_check_encoding('', $encoding); - } catch (\ValueError $e) { - throw new \ValueError(sprintf('mb_str_pad(): Argument #5 ($encoding) must be a valid encoding, "%s" given', $encoding)); - } - - // BC for PHP 7.3 and lower - if (!$validEncoding) { - throw new \ValueError(sprintf('mb_str_pad(): Argument #5 ($encoding) must be a valid encoding, "%s" given', $encoding)); - } - - if (self::mb_strlen($pad_string, $encoding) <= 0) { - throw new \ValueError('mb_str_pad(): Argument #3 ($pad_string) must be a non-empty string'); - } - - $paddingRequired = $length - self::mb_strlen($string, $encoding); - - if ($paddingRequired < 1) { - return $string; - } - - switch ($pad_type) { - case \STR_PAD_LEFT: - return self::mb_substr(str_repeat($pad_string, $paddingRequired), 0, $paddingRequired, $encoding).$string; - case \STR_PAD_RIGHT: - return $string.self::mb_substr(str_repeat($pad_string, $paddingRequired), 0, $paddingRequired, $encoding); - default: - $leftPaddingLength = floor($paddingRequired / 2); - $rightPaddingLength = $paddingRequired - $leftPaddingLength; - - return self::mb_substr(str_repeat($pad_string, $leftPaddingLength), 0, $leftPaddingLength, $encoding).$string.self::mb_substr(str_repeat($pad_string, $rightPaddingLength), 0, $rightPaddingLength, $encoding); - } - } - - private static function getSubpart($pos, $part, $haystack, $encoding) - { - if (false === $pos) { - return false; - } - if ($part) { - return self::mb_substr($haystack, 0, $pos, $encoding); - } - - return self::mb_substr($haystack, $pos, null, $encoding); - } - - private static function html_encoding_callback(array $m) - { - $i = 1; - $entities = ''; - $m = unpack('C*', htmlentities($m[0], \ENT_COMPAT, 'UTF-8')); - - while (isset($m[$i])) { - if (0x80 > $m[$i]) { - $entities .= \chr($m[$i++]); - continue; - } - if (0xF0 <= $m[$i]) { - $c = (($m[$i++] - 0xF0) << 18) + (($m[$i++] - 0x80) << 12) + (($m[$i++] - 0x80) << 6) + $m[$i++] - 0x80; - } elseif (0xE0 <= $m[$i]) { - $c = (($m[$i++] - 0xE0) << 12) + (($m[$i++] - 0x80) << 6) + $m[$i++] - 0x80; - } else { - $c = (($m[$i++] - 0xC0) << 6) + $m[$i++] - 0x80; - } - - $entities .= '&#'.$c.';'; - } - - return $entities; - } - - private static function title_case(array $s) - { - return self::mb_convert_case($s[1], \MB_CASE_UPPER, 'UTF-8').self::mb_convert_case($s[2], \MB_CASE_LOWER, 'UTF-8'); - } - - private static function getData($file) - { - if (file_exists($file = __DIR__.'/Resources/unidata/'.$file.'.php')) { - return require $file; - } - - return false; - } - - private static function getEncoding($encoding) - { - if (null === $encoding) { - return self::$internalEncoding; - } - - if ('UTF-8' === $encoding) { - return 'UTF-8'; - } - - $encoding = strtoupper($encoding); - - if ('8BIT' === $encoding || 'BINARY' === $encoding) { - return 'CP850'; - } - - if ('UTF8' === $encoding) { - return 'UTF-8'; - } - - return $encoding; - } -} diff --git a/Sources/vendor/symfony/polyfill-mbstring/README.md b/Sources/vendor/symfony/polyfill-mbstring/README.md deleted file mode 100755 index 478b40da..00000000 --- a/Sources/vendor/symfony/polyfill-mbstring/README.md +++ /dev/null @@ -1,13 +0,0 @@ -Symfony Polyfill / Mbstring -=========================== - -This component provides a partial, native PHP implementation for the -[Mbstring](https://php.net/mbstring) extension. - -More information can be found in the -[main Polyfill README](https://github.com/symfony/polyfill/blob/main/README.md). - -License -======= - -This library is released under the [MIT license](LICENSE). diff --git a/Sources/vendor/symfony/polyfill-mbstring/Resources/unidata/caseFolding.php b/Sources/vendor/symfony/polyfill-mbstring/Resources/unidata/caseFolding.php deleted file mode 100755 index 512bba0b..00000000 --- a/Sources/vendor/symfony/polyfill-mbstring/Resources/unidata/caseFolding.php +++ /dev/null @@ -1,119 +0,0 @@ - 'i̇', - 'µ' => 'μ', - 'ſ' => 's', - 'ͅ' => 'ι', - 'ς' => 'σ', - 'ϐ' => 'β', - 'ϑ' => 'θ', - 'ϕ' => 'φ', - 'ϖ' => 'π', - 'ϰ' => 'κ', - 'ϱ' => 'ρ', - 'ϵ' => 'ε', - 'ẛ' => 'ṡ', - 'ι' => 'ι', - 'ß' => 'ss', - 'ʼn' => 'ʼn', - 'ǰ' => 'ǰ', - 'ΐ' => 'ΐ', - 'ΰ' => 'ΰ', - 'և' => 'եւ', - 'ẖ' => 'ẖ', - 'ẗ' => 'ẗ', - 'ẘ' => 'ẘ', - 'ẙ' => 'ẙ', - 'ẚ' => 'aʾ', - 'ẞ' => 'ss', - 'ὐ' => 'ὐ', - 'ὒ' => 'ὒ', - 'ὔ' => 'ὔ', - 'ὖ' => 'ὖ', - 'ᾀ' => 'ἀι', - 'ᾁ' => 'ἁι', - 'ᾂ' => 'ἂι', - 'ᾃ' => 'ἃι', - 'ᾄ' => 'ἄι', - 'ᾅ' => 'ἅι', - 'ᾆ' => 'ἆι', - 'ᾇ' => 'ἇι', - 'ᾈ' => 'ἀι', - 'ᾉ' => 'ἁι', - 'ᾊ' => 'ἂι', - 'ᾋ' => 'ἃι', - 'ᾌ' => 'ἄι', - 'ᾍ' => 'ἅι', - 'ᾎ' => 'ἆι', - 'ᾏ' => 'ἇι', - 'ᾐ' => 'ἠι', - 'ᾑ' => 'ἡι', - 'ᾒ' => 'ἢι', - 'ᾓ' => 'ἣι', - 'ᾔ' => 'ἤι', - 'ᾕ' => 'ἥι', - 'ᾖ' => 'ἦι', - 'ᾗ' => 'ἧι', - 'ᾘ' => 'ἠι', - 'ᾙ' => 'ἡι', - 'ᾚ' => 'ἢι', - 'ᾛ' => 'ἣι', - 'ᾜ' => 'ἤι', - 'ᾝ' => 'ἥι', - 'ᾞ' => 'ἦι', - 'ᾟ' => 'ἧι', - 'ᾠ' => 'ὠι', - 'ᾡ' => 'ὡι', - 'ᾢ' => 'ὢι', - 'ᾣ' => 'ὣι', - 'ᾤ' => 'ὤι', - 'ᾥ' => 'ὥι', - 'ᾦ' => 'ὦι', - 'ᾧ' => 'ὧι', - 'ᾨ' => 'ὠι', - 'ᾩ' => 'ὡι', - 'ᾪ' => 'ὢι', - 'ᾫ' => 'ὣι', - 'ᾬ' => 'ὤι', - 'ᾭ' => 'ὥι', - 'ᾮ' => 'ὦι', - 'ᾯ' => 'ὧι', - 'ᾲ' => 'ὰι', - 'ᾳ' => 'αι', - 'ᾴ' => 'άι', - 'ᾶ' => 'ᾶ', - 'ᾷ' => 'ᾶι', - 'ᾼ' => 'αι', - 'ῂ' => 'ὴι', - 'ῃ' => 'ηι', - 'ῄ' => 'ήι', - 'ῆ' => 'ῆ', - 'ῇ' => 'ῆι', - 'ῌ' => 'ηι', - 'ῒ' => 'ῒ', - 'ῖ' => 'ῖ', - 'ῗ' => 'ῗ', - 'ῢ' => 'ῢ', - 'ῤ' => 'ῤ', - 'ῦ' => 'ῦ', - 'ῧ' => 'ῧ', - 'ῲ' => 'ὼι', - 'ῳ' => 'ωι', - 'ῴ' => 'ώι', - 'ῶ' => 'ῶ', - 'ῷ' => 'ῶι', - 'ῼ' => 'ωι', - 'ff' => 'ff', - 'fi' => 'fi', - 'fl' => 'fl', - 'ffi' => 'ffi', - 'ffl' => 'ffl', - 'ſt' => 'st', - 'st' => 'st', - 'ﬓ' => 'մն', - 'ﬔ' => 'մե', - 'ﬕ' => 'մի', - 'ﬖ' => 'վն', - 'ﬗ' => 'մխ', -]; diff --git a/Sources/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php b/Sources/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php deleted file mode 100755 index fac60b08..00000000 --- a/Sources/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php +++ /dev/null @@ -1,1397 +0,0 @@ - 'a', - 'B' => 'b', - 'C' => 'c', - 'D' => 'd', - 'E' => 'e', - 'F' => 'f', - 'G' => 'g', - 'H' => 'h', - 'I' => 'i', - 'J' => 'j', - 'K' => 'k', - 'L' => 'l', - 'M' => 'm', - 'N' => 'n', - 'O' => 'o', - 'P' => 'p', - 'Q' => 'q', - 'R' => 'r', - 'S' => 's', - 'T' => 't', - 'U' => 'u', - 'V' => 'v', - 'W' => 'w', - 'X' => 'x', - 'Y' => 'y', - 'Z' => 'z', - 'À' => 'à', - 'Á' => 'á', - 'Â' => 'â', - 'Ã' => 'ã', - 'Ä' => 'ä', - 'Å' => 'å', - 'Æ' => 'æ', - 'Ç' => 'ç', - 'È' => 'è', - 'É' => 'é', - 'Ê' => 'ê', - 'Ë' => 'ë', - 'Ì' => 'ì', - 'Í' => 'í', - 'Î' => 'î', - 'Ï' => 'ï', - 'Ð' => 'ð', - 'Ñ' => 'ñ', - 'Ò' => 'ò', - 'Ó' => 'ó', - 'Ô' => 'ô', - 'Õ' => 'õ', - 'Ö' => 'ö', - 'Ø' => 'ø', - 'Ù' => 'ù', - 'Ú' => 'ú', - 'Û' => 'û', - 'Ü' => 'ü', - 'Ý' => 'ý', - 'Þ' => 'þ', - 'Ā' => 'ā', - 'Ă' => 'ă', - 'Ą' => 'ą', - 'Ć' => 'ć', - 'Ĉ' => 'ĉ', - 'Ċ' => 'ċ', - 'Č' => 'č', - 'Ď' => 'ď', - 'Đ' => 'đ', - 'Ē' => 'ē', - 'Ĕ' => 'ĕ', - 'Ė' => 'ė', - 'Ę' => 'ę', - 'Ě' => 'ě', - 'Ĝ' => 'ĝ', - 'Ğ' => 'ğ', - 'Ġ' => 'ġ', - 'Ģ' => 'ģ', - 'Ĥ' => 'ĥ', - 'Ħ' => 'ħ', - 'Ĩ' => 'ĩ', - 'Ī' => 'ī', - 'Ĭ' => 'ĭ', - 'Į' => 'į', - 'İ' => 'i̇', - 'IJ' => 'ij', - 'Ĵ' => 'ĵ', - 'Ķ' => 'ķ', - 'Ĺ' => 'ĺ', - 'Ļ' => 'ļ', - 'Ľ' => 'ľ', - 'Ŀ' => 'ŀ', - 'Ł' => 'ł', - 'Ń' => 'ń', - 'Ņ' => 'ņ', - 'Ň' => 'ň', - 'Ŋ' => 'ŋ', - 'Ō' => 'ō', - 'Ŏ' => 'ŏ', - 'Ő' => 'ő', - 'Œ' => 'œ', - 'Ŕ' => 'ŕ', - 'Ŗ' => 'ŗ', - 'Ř' => 'ř', - 'Ś' => 'ś', - 'Ŝ' => 'ŝ', - 'Ş' => 'ş', - 'Š' => 'š', - 'Ţ' => 'ţ', - 'Ť' => 'ť', - 'Ŧ' => 'ŧ', - 'Ũ' => 'ũ', - 'Ū' => 'ū', - 'Ŭ' => 'ŭ', - 'Ů' => 'ů', - 'Ű' => 'ű', - 'Ų' => 'ų', - 'Ŵ' => 'ŵ', - 'Ŷ' => 'ŷ', - 'Ÿ' => 'ÿ', - 'Ź' => 'ź', - 'Ż' => 'ż', - 'Ž' => 'ž', - 'Ɓ' => 'ɓ', - 'Ƃ' => 'ƃ', - 'Ƅ' => 'ƅ', - 'Ɔ' => 'ɔ', - 'Ƈ' => 'ƈ', - 'Ɖ' => 'ɖ', - 'Ɗ' => 'ɗ', - 'Ƌ' => 'ƌ', - 'Ǝ' => 'ǝ', - 'Ə' => 'ə', - 'Ɛ' => 'ɛ', - 'Ƒ' => 'ƒ', - 'Ɠ' => 'ɠ', - 'Ɣ' => 'ɣ', - 'Ɩ' => 'ɩ', - 'Ɨ' => 'ɨ', - 'Ƙ' => 'ƙ', - 'Ɯ' => 'ɯ', - 'Ɲ' => 'ɲ', - 'Ɵ' => 'ɵ', - 'Ơ' => 'ơ', - 'Ƣ' => 'ƣ', - 'Ƥ' => 'ƥ', - 'Ʀ' => 'ʀ', - 'Ƨ' => 'ƨ', - 'Ʃ' => 'ʃ', - 'Ƭ' => 'ƭ', - 'Ʈ' => 'ʈ', - 'Ư' => 'ư', - 'Ʊ' => 'ʊ', - 'Ʋ' => 'ʋ', - 'Ƴ' => 'ƴ', - 'Ƶ' => 'ƶ', - 'Ʒ' => 'ʒ', - 'Ƹ' => 'ƹ', - 'Ƽ' => 'ƽ', - 'DŽ' => 'dž', - 'Dž' => 'dž', - 'LJ' => 'lj', - 'Lj' => 'lj', - 'NJ' => 'nj', - 'Nj' => 'nj', - 'Ǎ' => 'ǎ', - 'Ǐ' => 'ǐ', - 'Ǒ' => 'ǒ', - 'Ǔ' => 'ǔ', - 'Ǖ' => 'ǖ', - 'Ǘ' => 'ǘ', - 'Ǚ' => 'ǚ', - 'Ǜ' => 'ǜ', - 'Ǟ' => 'ǟ', - 'Ǡ' => 'ǡ', - 'Ǣ' => 'ǣ', - 'Ǥ' => 'ǥ', - 'Ǧ' => 'ǧ', - 'Ǩ' => 'ǩ', - 'Ǫ' => 'ǫ', - 'Ǭ' => 'ǭ', - 'Ǯ' => 'ǯ', - 'DZ' => 'dz', - 'Dz' => 'dz', - 'Ǵ' => 'ǵ', - 'Ƕ' => 'ƕ', - 'Ƿ' => 'ƿ', - 'Ǹ' => 'ǹ', - 'Ǻ' => 'ǻ', - 'Ǽ' => 'ǽ', - 'Ǿ' => 'ǿ', - 'Ȁ' => 'ȁ', - 'Ȃ' => 'ȃ', - 'Ȅ' => 'ȅ', - 'Ȇ' => 'ȇ', - 'Ȉ' => 'ȉ', - 'Ȋ' => 'ȋ', - 'Ȍ' => 'ȍ', - 'Ȏ' => 'ȏ', - 'Ȑ' => 'ȑ', - 'Ȓ' => 'ȓ', - 'Ȕ' => 'ȕ', - 'Ȗ' => 'ȗ', - 'Ș' => 'ș', - 'Ț' => 'ț', - 'Ȝ' => 'ȝ', - 'Ȟ' => 'ȟ', - 'Ƞ' => 'ƞ', - 'Ȣ' => 'ȣ', - 'Ȥ' => 'ȥ', - 'Ȧ' => 'ȧ', - 'Ȩ' => 'ȩ', - 'Ȫ' => 'ȫ', - 'Ȭ' => 'ȭ', - 'Ȯ' => 'ȯ', - 'Ȱ' => 'ȱ', - 'Ȳ' => 'ȳ', - 'Ⱥ' => 'ⱥ', - 'Ȼ' => 'ȼ', - 'Ƚ' => 'ƚ', - 'Ⱦ' => 'ⱦ', - 'Ɂ' => 'ɂ', - 'Ƀ' => 'ƀ', - 'Ʉ' => 'ʉ', - 'Ʌ' => 'ʌ', - 'Ɇ' => 'ɇ', - 'Ɉ' => 'ɉ', - 'Ɋ' => 'ɋ', - 'Ɍ' => 'ɍ', - 'Ɏ' => 'ɏ', - 'Ͱ' => 'ͱ', - 'Ͳ' => 'ͳ', - 'Ͷ' => 'ͷ', - 'Ϳ' => 'ϳ', - 'Ά' => 'ά', - 'Έ' => 'έ', - 'Ή' => 'ή', - 'Ί' => 'ί', - 'Ό' => 'ό', - 'Ύ' => 'ύ', - 'Ώ' => 'ώ', - 'Α' => 'α', - 'Β' => 'β', - 'Γ' => 'γ', - 'Δ' => 'δ', - 'Ε' => 'ε', - 'Ζ' => 'ζ', - 'Η' => 'η', - 'Θ' => 'θ', - 'Ι' => 'ι', - 'Κ' => 'κ', - 'Λ' => 'λ', - 'Μ' => 'μ', - 'Ν' => 'ν', - 'Ξ' => 'ξ', - 'Ο' => 'ο', - 'Π' => 'π', - 'Ρ' => 'ρ', - 'Σ' => 'σ', - 'Τ' => 'τ', - 'Υ' => 'υ', - 'Φ' => 'φ', - 'Χ' => 'χ', - 'Ψ' => 'ψ', - 'Ω' => 'ω', - 'Ϊ' => 'ϊ', - 'Ϋ' => 'ϋ', - 'Ϗ' => 'ϗ', - 'Ϙ' => 'ϙ', - 'Ϛ' => 'ϛ', - 'Ϝ' => 'ϝ', - 'Ϟ' => 'ϟ', - 'Ϡ' => 'ϡ', - 'Ϣ' => 'ϣ', - 'Ϥ' => 'ϥ', - 'Ϧ' => 'ϧ', - 'Ϩ' => 'ϩ', - 'Ϫ' => 'ϫ', - 'Ϭ' => 'ϭ', - 'Ϯ' => 'ϯ', - 'ϴ' => 'θ', - 'Ϸ' => 'ϸ', - 'Ϲ' => 'ϲ', - 'Ϻ' => 'ϻ', - 'Ͻ' => 'ͻ', - 'Ͼ' => 'ͼ', - 'Ͽ' => 'ͽ', - 'Ѐ' => 'ѐ', - 'Ё' => 'ё', - 'Ђ' => 'ђ', - 'Ѓ' => 'ѓ', - 'Є' => 'є', - 'Ѕ' => 'ѕ', - 'І' => 'і', - 'Ї' => 'ї', - 'Ј' => 'ј', - 'Љ' => 'љ', - 'Њ' => 'њ', - 'Ћ' => 'ћ', - 'Ќ' => 'ќ', - 'Ѝ' => 'ѝ', - 'Ў' => 'ў', - 'Џ' => 'џ', - 'А' => 'а', - 'Б' => 'б', - 'В' => 'в', - 'Г' => 'г', - 'Д' => 'д', - 'Е' => 'е', - 'Ж' => 'ж', - 'З' => 'з', - 'И' => 'и', - 'Й' => 'й', - 'К' => 'к', - 'Л' => 'л', - 'М' => 'м', - 'Н' => 'н', - 'О' => 'о', - 'П' => 'п', - 'Р' => 'р', - 'С' => 'с', - 'Т' => 'т', - 'У' => 'у', - 'Ф' => 'ф', - 'Х' => 'х', - 'Ц' => 'ц', - 'Ч' => 'ч', - 'Ш' => 'ш', - 'Щ' => 'щ', - 'Ъ' => 'ъ', - 'Ы' => 'ы', - 'Ь' => 'ь', - 'Э' => 'э', - 'Ю' => 'ю', - 'Я' => 'я', - 'Ѡ' => 'ѡ', - 'Ѣ' => 'ѣ', - 'Ѥ' => 'ѥ', - 'Ѧ' => 'ѧ', - 'Ѩ' => 'ѩ', - 'Ѫ' => 'ѫ', - 'Ѭ' => 'ѭ', - 'Ѯ' => 'ѯ', - 'Ѱ' => 'ѱ', - 'Ѳ' => 'ѳ', - 'Ѵ' => 'ѵ', - 'Ѷ' => 'ѷ', - 'Ѹ' => 'ѹ', - 'Ѻ' => 'ѻ', - 'Ѽ' => 'ѽ', - 'Ѿ' => 'ѿ', - 'Ҁ' => 'ҁ', - 'Ҋ' => 'ҋ', - 'Ҍ' => 'ҍ', - 'Ҏ' => 'ҏ', - 'Ґ' => 'ґ', - 'Ғ' => 'ғ', - 'Ҕ' => 'ҕ', - 'Җ' => 'җ', - 'Ҙ' => 'ҙ', - 'Қ' => 'қ', - 'Ҝ' => 'ҝ', - 'Ҟ' => 'ҟ', - 'Ҡ' => 'ҡ', - 'Ң' => 'ң', - 'Ҥ' => 'ҥ', - 'Ҧ' => 'ҧ', - 'Ҩ' => 'ҩ', - 'Ҫ' => 'ҫ', - 'Ҭ' => 'ҭ', - 'Ү' => 'ү', - 'Ұ' => 'ұ', - 'Ҳ' => 'ҳ', - 'Ҵ' => 'ҵ', - 'Ҷ' => 'ҷ', - 'Ҹ' => 'ҹ', - 'Һ' => 'һ', - 'Ҽ' => 'ҽ', - 'Ҿ' => 'ҿ', - 'Ӏ' => 'ӏ', - 'Ӂ' => 'ӂ', - 'Ӄ' => 'ӄ', - 'Ӆ' => 'ӆ', - 'Ӈ' => 'ӈ', - 'Ӊ' => 'ӊ', - 'Ӌ' => 'ӌ', - 'Ӎ' => 'ӎ', - 'Ӑ' => 'ӑ', - 'Ӓ' => 'ӓ', - 'Ӕ' => 'ӕ', - 'Ӗ' => 'ӗ', - 'Ә' => 'ә', - 'Ӛ' => 'ӛ', - 'Ӝ' => 'ӝ', - 'Ӟ' => 'ӟ', - 'Ӡ' => 'ӡ', - 'Ӣ' => 'ӣ', - 'Ӥ' => 'ӥ', - 'Ӧ' => 'ӧ', - 'Ө' => 'ө', - 'Ӫ' => 'ӫ', - 'Ӭ' => 'ӭ', - 'Ӯ' => 'ӯ', - 'Ӱ' => 'ӱ', - 'Ӳ' => 'ӳ', - 'Ӵ' => 'ӵ', - 'Ӷ' => 'ӷ', - 'Ӹ' => 'ӹ', - 'Ӻ' => 'ӻ', - 'Ӽ' => 'ӽ', - 'Ӿ' => 'ӿ', - 'Ԁ' => 'ԁ', - 'Ԃ' => 'ԃ', - 'Ԅ' => 'ԅ', - 'Ԇ' => 'ԇ', - 'Ԉ' => 'ԉ', - 'Ԋ' => 'ԋ', - 'Ԍ' => 'ԍ', - 'Ԏ' => 'ԏ', - 'Ԑ' => 'ԑ', - 'Ԓ' => 'ԓ', - 'Ԕ' => 'ԕ', - 'Ԗ' => 'ԗ', - 'Ԙ' => 'ԙ', - 'Ԛ' => 'ԛ', - 'Ԝ' => 'ԝ', - 'Ԟ' => 'ԟ', - 'Ԡ' => 'ԡ', - 'Ԣ' => 'ԣ', - 'Ԥ' => 'ԥ', - 'Ԧ' => 'ԧ', - 'Ԩ' => 'ԩ', - 'Ԫ' => 'ԫ', - 'Ԭ' => 'ԭ', - 'Ԯ' => 'ԯ', - 'Ա' => 'ա', - 'Բ' => 'բ', - 'Գ' => 'գ', - 'Դ' => 'դ', - 'Ե' => 'ե', - 'Զ' => 'զ', - 'Է' => 'է', - 'Ը' => 'ը', - 'Թ' => 'թ', - 'Ժ' => 'ժ', - 'Ի' => 'ի', - 'Լ' => 'լ', - 'Խ' => 'խ', - 'Ծ' => 'ծ', - 'Կ' => 'կ', - 'Հ' => 'հ', - 'Ձ' => 'ձ', - 'Ղ' => 'ղ', - 'Ճ' => 'ճ', - 'Մ' => 'մ', - 'Յ' => 'յ', - 'Ն' => 'ն', - 'Շ' => 'շ', - 'Ո' => 'ո', - 'Չ' => 'չ', - 'Պ' => 'պ', - 'Ջ' => 'ջ', - 'Ռ' => 'ռ', - 'Ս' => 'ս', - 'Վ' => 'վ', - 'Տ' => 'տ', - 'Ր' => 'ր', - 'Ց' => 'ց', - 'Ւ' => 'ւ', - 'Փ' => 'փ', - 'Ք' => 'ք', - 'Օ' => 'օ', - 'Ֆ' => 'ֆ', - 'Ⴀ' => 'ⴀ', - 'Ⴁ' => 'ⴁ', - 'Ⴂ' => 'ⴂ', - 'Ⴃ' => 'ⴃ', - 'Ⴄ' => 'ⴄ', - 'Ⴅ' => 'ⴅ', - 'Ⴆ' => 'ⴆ', - 'Ⴇ' => 'ⴇ', - 'Ⴈ' => 'ⴈ', - 'Ⴉ' => 'ⴉ', - 'Ⴊ' => 'ⴊ', - 'Ⴋ' => 'ⴋ', - 'Ⴌ' => 'ⴌ', - 'Ⴍ' => 'ⴍ', - 'Ⴎ' => 'ⴎ', - 'Ⴏ' => 'ⴏ', - 'Ⴐ' => 'ⴐ', - 'Ⴑ' => 'ⴑ', - 'Ⴒ' => 'ⴒ', - 'Ⴓ' => 'ⴓ', - 'Ⴔ' => 'ⴔ', - 'Ⴕ' => 'ⴕ', - 'Ⴖ' => 'ⴖ', - 'Ⴗ' => 'ⴗ', - 'Ⴘ' => 'ⴘ', - 'Ⴙ' => 'ⴙ', - 'Ⴚ' => 'ⴚ', - 'Ⴛ' => 'ⴛ', - 'Ⴜ' => 'ⴜ', - 'Ⴝ' => 'ⴝ', - 'Ⴞ' => 'ⴞ', - 'Ⴟ' => 'ⴟ', - 'Ⴠ' => 'ⴠ', - 'Ⴡ' => 'ⴡ', - 'Ⴢ' => 'ⴢ', - 'Ⴣ' => 'ⴣ', - 'Ⴤ' => 'ⴤ', - 'Ⴥ' => 'ⴥ', - 'Ⴧ' => 'ⴧ', - 'Ⴭ' => 'ⴭ', - 'Ꭰ' => 'ꭰ', - 'Ꭱ' => 'ꭱ', - 'Ꭲ' => 'ꭲ', - 'Ꭳ' => 'ꭳ', - 'Ꭴ' => 'ꭴ', - 'Ꭵ' => 'ꭵ', - 'Ꭶ' => 'ꭶ', - 'Ꭷ' => 'ꭷ', - 'Ꭸ' => 'ꭸ', - 'Ꭹ' => 'ꭹ', - 'Ꭺ' => 'ꭺ', - 'Ꭻ' => 'ꭻ', - 'Ꭼ' => 'ꭼ', - 'Ꭽ' => 'ꭽ', - 'Ꭾ' => 'ꭾ', - 'Ꭿ' => 'ꭿ', - 'Ꮀ' => 'ꮀ', - 'Ꮁ' => 'ꮁ', - 'Ꮂ' => 'ꮂ', - 'Ꮃ' => 'ꮃ', - 'Ꮄ' => 'ꮄ', - 'Ꮅ' => 'ꮅ', - 'Ꮆ' => 'ꮆ', - 'Ꮇ' => 'ꮇ', - 'Ꮈ' => 'ꮈ', - 'Ꮉ' => 'ꮉ', - 'Ꮊ' => 'ꮊ', - 'Ꮋ' => 'ꮋ', - 'Ꮌ' => 'ꮌ', - 'Ꮍ' => 'ꮍ', - 'Ꮎ' => 'ꮎ', - 'Ꮏ' => 'ꮏ', - 'Ꮐ' => 'ꮐ', - 'Ꮑ' => 'ꮑ', - 'Ꮒ' => 'ꮒ', - 'Ꮓ' => 'ꮓ', - 'Ꮔ' => 'ꮔ', - 'Ꮕ' => 'ꮕ', - 'Ꮖ' => 'ꮖ', - 'Ꮗ' => 'ꮗ', - 'Ꮘ' => 'ꮘ', - 'Ꮙ' => 'ꮙ', - 'Ꮚ' => 'ꮚ', - 'Ꮛ' => 'ꮛ', - 'Ꮜ' => 'ꮜ', - 'Ꮝ' => 'ꮝ', - 'Ꮞ' => 'ꮞ', - 'Ꮟ' => 'ꮟ', - 'Ꮠ' => 'ꮠ', - 'Ꮡ' => 'ꮡ', - 'Ꮢ' => 'ꮢ', - 'Ꮣ' => 'ꮣ', - 'Ꮤ' => 'ꮤ', - 'Ꮥ' => 'ꮥ', - 'Ꮦ' => 'ꮦ', - 'Ꮧ' => 'ꮧ', - 'Ꮨ' => 'ꮨ', - 'Ꮩ' => 'ꮩ', - 'Ꮪ' => 'ꮪ', - 'Ꮫ' => 'ꮫ', - 'Ꮬ' => 'ꮬ', - 'Ꮭ' => 'ꮭ', - 'Ꮮ' => 'ꮮ', - 'Ꮯ' => 'ꮯ', - 'Ꮰ' => 'ꮰ', - 'Ꮱ' => 'ꮱ', - 'Ꮲ' => 'ꮲ', - 'Ꮳ' => 'ꮳ', - 'Ꮴ' => 'ꮴ', - 'Ꮵ' => 'ꮵ', - 'Ꮶ' => 'ꮶ', - 'Ꮷ' => 'ꮷ', - 'Ꮸ' => 'ꮸ', - 'Ꮹ' => 'ꮹ', - 'Ꮺ' => 'ꮺ', - 'Ꮻ' => 'ꮻ', - 'Ꮼ' => 'ꮼ', - 'Ꮽ' => 'ꮽ', - 'Ꮾ' => 'ꮾ', - 'Ꮿ' => 'ꮿ', - 'Ᏸ' => 'ᏸ', - 'Ᏹ' => 'ᏹ', - 'Ᏺ' => 'ᏺ', - 'Ᏻ' => 'ᏻ', - 'Ᏼ' => 'ᏼ', - 'Ᏽ' => 'ᏽ', - 'Ა' => 'ა', - 'Ბ' => 'ბ', - 'Გ' => 'გ', - 'Დ' => 'დ', - 'Ე' => 'ე', - 'Ვ' => 'ვ', - 'Ზ' => 'ზ', - 'Თ' => 'თ', - 'Ი' => 'ი', - 'Კ' => 'კ', - 'Ლ' => 'ლ', - 'Მ' => 'მ', - 'Ნ' => 'ნ', - 'Ო' => 'ო', - 'Პ' => 'პ', - 'Ჟ' => 'ჟ', - 'Რ' => 'რ', - 'Ს' => 'ს', - 'Ტ' => 'ტ', - 'Უ' => 'უ', - 'Ფ' => 'ფ', - 'Ქ' => 'ქ', - 'Ღ' => 'ღ', - 'Ყ' => 'ყ', - 'Შ' => 'შ', - 'Ჩ' => 'ჩ', - 'Ც' => 'ც', - 'Ძ' => 'ძ', - 'Წ' => 'წ', - 'Ჭ' => 'ჭ', - 'Ხ' => 'ხ', - 'Ჯ' => 'ჯ', - 'Ჰ' => 'ჰ', - 'Ჱ' => 'ჱ', - 'Ჲ' => 'ჲ', - 'Ჳ' => 'ჳ', - 'Ჴ' => 'ჴ', - 'Ჵ' => 'ჵ', - 'Ჶ' => 'ჶ', - 'Ჷ' => 'ჷ', - 'Ჸ' => 'ჸ', - 'Ჹ' => 'ჹ', - 'Ჺ' => 'ჺ', - 'Ჽ' => 'ჽ', - 'Ჾ' => 'ჾ', - 'Ჿ' => 'ჿ', - 'Ḁ' => 'ḁ', - 'Ḃ' => 'ḃ', - 'Ḅ' => 'ḅ', - 'Ḇ' => 'ḇ', - 'Ḉ' => 'ḉ', - 'Ḋ' => 'ḋ', - 'Ḍ' => 'ḍ', - 'Ḏ' => 'ḏ', - 'Ḑ' => 'ḑ', - 'Ḓ' => 'ḓ', - 'Ḕ' => 'ḕ', - 'Ḗ' => 'ḗ', - 'Ḙ' => 'ḙ', - 'Ḛ' => 'ḛ', - 'Ḝ' => 'ḝ', - 'Ḟ' => 'ḟ', - 'Ḡ' => 'ḡ', - 'Ḣ' => 'ḣ', - 'Ḥ' => 'ḥ', - 'Ḧ' => 'ḧ', - 'Ḩ' => 'ḩ', - 'Ḫ' => 'ḫ', - 'Ḭ' => 'ḭ', - 'Ḯ' => 'ḯ', - 'Ḱ' => 'ḱ', - 'Ḳ' => 'ḳ', - 'Ḵ' => 'ḵ', - 'Ḷ' => 'ḷ', - 'Ḹ' => 'ḹ', - 'Ḻ' => 'ḻ', - 'Ḽ' => 'ḽ', - 'Ḿ' => 'ḿ', - 'Ṁ' => 'ṁ', - 'Ṃ' => 'ṃ', - 'Ṅ' => 'ṅ', - 'Ṇ' => 'ṇ', - 'Ṉ' => 'ṉ', - 'Ṋ' => 'ṋ', - 'Ṍ' => 'ṍ', - 'Ṏ' => 'ṏ', - 'Ṑ' => 'ṑ', - 'Ṓ' => 'ṓ', - 'Ṕ' => 'ṕ', - 'Ṗ' => 'ṗ', - 'Ṙ' => 'ṙ', - 'Ṛ' => 'ṛ', - 'Ṝ' => 'ṝ', - 'Ṟ' => 'ṟ', - 'Ṡ' => 'ṡ', - 'Ṣ' => 'ṣ', - 'Ṥ' => 'ṥ', - 'Ṧ' => 'ṧ', - 'Ṩ' => 'ṩ', - 'Ṫ' => 'ṫ', - 'Ṭ' => 'ṭ', - 'Ṯ' => 'ṯ', - 'Ṱ' => 'ṱ', - 'Ṳ' => 'ṳ', - 'Ṵ' => 'ṵ', - 'Ṷ' => 'ṷ', - 'Ṹ' => 'ṹ', - 'Ṻ' => 'ṻ', - 'Ṽ' => 'ṽ', - 'Ṿ' => 'ṿ', - 'Ẁ' => 'ẁ', - 'Ẃ' => 'ẃ', - 'Ẅ' => 'ẅ', - 'Ẇ' => 'ẇ', - 'Ẉ' => 'ẉ', - 'Ẋ' => 'ẋ', - 'Ẍ' => 'ẍ', - 'Ẏ' => 'ẏ', - 'Ẑ' => 'ẑ', - 'Ẓ' => 'ẓ', - 'Ẕ' => 'ẕ', - 'ẞ' => 'ß', - 'Ạ' => 'ạ', - 'Ả' => 'ả', - 'Ấ' => 'ấ', - 'Ầ' => 'ầ', - 'Ẩ' => 'ẩ', - 'Ẫ' => 'ẫ', - 'Ậ' => 'ậ', - 'Ắ' => 'ắ', - 'Ằ' => 'ằ', - 'Ẳ' => 'ẳ', - 'Ẵ' => 'ẵ', - 'Ặ' => 'ặ', - 'Ẹ' => 'ẹ', - 'Ẻ' => 'ẻ', - 'Ẽ' => 'ẽ', - 'Ế' => 'ế', - 'Ề' => 'ề', - 'Ể' => 'ể', - 'Ễ' => 'ễ', - 'Ệ' => 'ệ', - 'Ỉ' => 'ỉ', - 'Ị' => 'ị', - 'Ọ' => 'ọ', - 'Ỏ' => 'ỏ', - 'Ố' => 'ố', - 'Ồ' => 'ồ', - 'Ổ' => 'ổ', - 'Ỗ' => 'ỗ', - 'Ộ' => 'ộ', - 'Ớ' => 'ớ', - 'Ờ' => 'ờ', - 'Ở' => 'ở', - 'Ỡ' => 'ỡ', - 'Ợ' => 'ợ', - 'Ụ' => 'ụ', - 'Ủ' => 'ủ', - 'Ứ' => 'ứ', - 'Ừ' => 'ừ', - 'Ử' => 'ử', - 'Ữ' => 'ữ', - 'Ự' => 'ự', - 'Ỳ' => 'ỳ', - 'Ỵ' => 'ỵ', - 'Ỷ' => 'ỷ', - 'Ỹ' => 'ỹ', - 'Ỻ' => 'ỻ', - 'Ỽ' => 'ỽ', - 'Ỿ' => 'ỿ', - 'Ἀ' => 'ἀ', - 'Ἁ' => 'ἁ', - 'Ἂ' => 'ἂ', - 'Ἃ' => 'ἃ', - 'Ἄ' => 'ἄ', - 'Ἅ' => 'ἅ', - 'Ἆ' => 'ἆ', - 'Ἇ' => 'ἇ', - 'Ἐ' => 'ἐ', - 'Ἑ' => 'ἑ', - 'Ἒ' => 'ἒ', - 'Ἓ' => 'ἓ', - 'Ἔ' => 'ἔ', - 'Ἕ' => 'ἕ', - 'Ἠ' => 'ἠ', - 'Ἡ' => 'ἡ', - 'Ἢ' => 'ἢ', - 'Ἣ' => 'ἣ', - 'Ἤ' => 'ἤ', - 'Ἥ' => 'ἥ', - 'Ἦ' => 'ἦ', - 'Ἧ' => 'ἧ', - 'Ἰ' => 'ἰ', - 'Ἱ' => 'ἱ', - 'Ἲ' => 'ἲ', - 'Ἳ' => 'ἳ', - 'Ἴ' => 'ἴ', - 'Ἵ' => 'ἵ', - 'Ἶ' => 'ἶ', - 'Ἷ' => 'ἷ', - 'Ὀ' => 'ὀ', - 'Ὁ' => 'ὁ', - 'Ὂ' => 'ὂ', - 'Ὃ' => 'ὃ', - 'Ὄ' => 'ὄ', - 'Ὅ' => 'ὅ', - 'Ὑ' => 'ὑ', - 'Ὓ' => 'ὓ', - 'Ὕ' => 'ὕ', - 'Ὗ' => 'ὗ', - 'Ὠ' => 'ὠ', - 'Ὡ' => 'ὡ', - 'Ὢ' => 'ὢ', - 'Ὣ' => 'ὣ', - 'Ὤ' => 'ὤ', - 'Ὥ' => 'ὥ', - 'Ὦ' => 'ὦ', - 'Ὧ' => 'ὧ', - 'ᾈ' => 'ᾀ', - 'ᾉ' => 'ᾁ', - 'ᾊ' => 'ᾂ', - 'ᾋ' => 'ᾃ', - 'ᾌ' => 'ᾄ', - 'ᾍ' => 'ᾅ', - 'ᾎ' => 'ᾆ', - 'ᾏ' => 'ᾇ', - 'ᾘ' => 'ᾐ', - 'ᾙ' => 'ᾑ', - 'ᾚ' => 'ᾒ', - 'ᾛ' => 'ᾓ', - 'ᾜ' => 'ᾔ', - 'ᾝ' => 'ᾕ', - 'ᾞ' => 'ᾖ', - 'ᾟ' => 'ᾗ', - 'ᾨ' => 'ᾠ', - 'ᾩ' => 'ᾡ', - 'ᾪ' => 'ᾢ', - 'ᾫ' => 'ᾣ', - 'ᾬ' => 'ᾤ', - 'ᾭ' => 'ᾥ', - 'ᾮ' => 'ᾦ', - 'ᾯ' => 'ᾧ', - 'Ᾰ' => 'ᾰ', - 'Ᾱ' => 'ᾱ', - 'Ὰ' => 'ὰ', - 'Ά' => 'ά', - 'ᾼ' => 'ᾳ', - 'Ὲ' => 'ὲ', - 'Έ' => 'έ', - 'Ὴ' => 'ὴ', - 'Ή' => 'ή', - 'ῌ' => 'ῃ', - 'Ῐ' => 'ῐ', - 'Ῑ' => 'ῑ', - 'Ὶ' => 'ὶ', - 'Ί' => 'ί', - 'Ῠ' => 'ῠ', - 'Ῡ' => 'ῡ', - 'Ὺ' => 'ὺ', - 'Ύ' => 'ύ', - 'Ῥ' => 'ῥ', - 'Ὸ' => 'ὸ', - 'Ό' => 'ό', - 'Ὼ' => 'ὼ', - 'Ώ' => 'ώ', - 'ῼ' => 'ῳ', - 'Ω' => 'ω', - 'K' => 'k', - 'Å' => 'å', - 'Ⅎ' => 'ⅎ', - 'Ⅰ' => 'ⅰ', - 'Ⅱ' => 'ⅱ', - 'Ⅲ' => 'ⅲ', - 'Ⅳ' => 'ⅳ', - 'Ⅴ' => 'ⅴ', - 'Ⅵ' => 'ⅵ', - 'Ⅶ' => 'ⅶ', - 'Ⅷ' => 'ⅷ', - 'Ⅸ' => 'ⅸ', - 'Ⅹ' => 'ⅹ', - 'Ⅺ' => 'ⅺ', - 'Ⅻ' => 'ⅻ', - 'Ⅼ' => 'ⅼ', - 'Ⅽ' => 'ⅽ', - 'Ⅾ' => 'ⅾ', - 'Ⅿ' => 'ⅿ', - 'Ↄ' => 'ↄ', - 'Ⓐ' => 'ⓐ', - 'Ⓑ' => 'ⓑ', - 'Ⓒ' => 'ⓒ', - 'Ⓓ' => 'ⓓ', - 'Ⓔ' => 'ⓔ', - 'Ⓕ' => 'ⓕ', - 'Ⓖ' => 'ⓖ', - 'Ⓗ' => 'ⓗ', - 'Ⓘ' => 'ⓘ', - 'Ⓙ' => 'ⓙ', - 'Ⓚ' => 'ⓚ', - 'Ⓛ' => 'ⓛ', - 'Ⓜ' => 'ⓜ', - 'Ⓝ' => 'ⓝ', - 'Ⓞ' => 'ⓞ', - 'Ⓟ' => 'ⓟ', - 'Ⓠ' => 'ⓠ', - 'Ⓡ' => 'ⓡ', - 'Ⓢ' => 'ⓢ', - 'Ⓣ' => 'ⓣ', - 'Ⓤ' => 'ⓤ', - 'Ⓥ' => 'ⓥ', - 'Ⓦ' => 'ⓦ', - 'Ⓧ' => 'ⓧ', - 'Ⓨ' => 'ⓨ', - 'Ⓩ' => 'ⓩ', - 'Ⰰ' => 'ⰰ', - 'Ⰱ' => 'ⰱ', - 'Ⰲ' => 'ⰲ', - 'Ⰳ' => 'ⰳ', - 'Ⰴ' => 'ⰴ', - 'Ⰵ' => 'ⰵ', - 'Ⰶ' => 'ⰶ', - 'Ⰷ' => 'ⰷ', - 'Ⰸ' => 'ⰸ', - 'Ⰹ' => 'ⰹ', - 'Ⰺ' => 'ⰺ', - 'Ⰻ' => 'ⰻ', - 'Ⰼ' => 'ⰼ', - 'Ⰽ' => 'ⰽ', - 'Ⰾ' => 'ⰾ', - 'Ⰿ' => 'ⰿ', - 'Ⱀ' => 'ⱀ', - 'Ⱁ' => 'ⱁ', - 'Ⱂ' => 'ⱂ', - 'Ⱃ' => 'ⱃ', - 'Ⱄ' => 'ⱄ', - 'Ⱅ' => 'ⱅ', - 'Ⱆ' => 'ⱆ', - 'Ⱇ' => 'ⱇ', - 'Ⱈ' => 'ⱈ', - 'Ⱉ' => 'ⱉ', - 'Ⱊ' => 'ⱊ', - 'Ⱋ' => 'ⱋ', - 'Ⱌ' => 'ⱌ', - 'Ⱍ' => 'ⱍ', - 'Ⱎ' => 'ⱎ', - 'Ⱏ' => 'ⱏ', - 'Ⱐ' => 'ⱐ', - 'Ⱑ' => 'ⱑ', - 'Ⱒ' => 'ⱒ', - 'Ⱓ' => 'ⱓ', - 'Ⱔ' => 'ⱔ', - 'Ⱕ' => 'ⱕ', - 'Ⱖ' => 'ⱖ', - 'Ⱗ' => 'ⱗ', - 'Ⱘ' => 'ⱘ', - 'Ⱙ' => 'ⱙ', - 'Ⱚ' => 'ⱚ', - 'Ⱛ' => 'ⱛ', - 'Ⱜ' => 'ⱜ', - 'Ⱝ' => 'ⱝ', - 'Ⱞ' => 'ⱞ', - 'Ⱡ' => 'ⱡ', - 'Ɫ' => 'ɫ', - 'Ᵽ' => 'ᵽ', - 'Ɽ' => 'ɽ', - 'Ⱨ' => 'ⱨ', - 'Ⱪ' => 'ⱪ', - 'Ⱬ' => 'ⱬ', - 'Ɑ' => 'ɑ', - 'Ɱ' => 'ɱ', - 'Ɐ' => 'ɐ', - 'Ɒ' => 'ɒ', - 'Ⱳ' => 'ⱳ', - 'Ⱶ' => 'ⱶ', - 'Ȿ' => 'ȿ', - 'Ɀ' => 'ɀ', - 'Ⲁ' => 'ⲁ', - 'Ⲃ' => 'ⲃ', - 'Ⲅ' => 'ⲅ', - 'Ⲇ' => 'ⲇ', - 'Ⲉ' => 'ⲉ', - 'Ⲋ' => 'ⲋ', - 'Ⲍ' => 'ⲍ', - 'Ⲏ' => 'ⲏ', - 'Ⲑ' => 'ⲑ', - 'Ⲓ' => 'ⲓ', - 'Ⲕ' => 'ⲕ', - 'Ⲗ' => 'ⲗ', - 'Ⲙ' => 'ⲙ', - 'Ⲛ' => 'ⲛ', - 'Ⲝ' => 'ⲝ', - 'Ⲟ' => 'ⲟ', - 'Ⲡ' => 'ⲡ', - 'Ⲣ' => 'ⲣ', - 'Ⲥ' => 'ⲥ', - 'Ⲧ' => 'ⲧ', - 'Ⲩ' => 'ⲩ', - 'Ⲫ' => 'ⲫ', - 'Ⲭ' => 'ⲭ', - 'Ⲯ' => 'ⲯ', - 'Ⲱ' => 'ⲱ', - 'Ⲳ' => 'ⲳ', - 'Ⲵ' => 'ⲵ', - 'Ⲷ' => 'ⲷ', - 'Ⲹ' => 'ⲹ', - 'Ⲻ' => 'ⲻ', - 'Ⲽ' => 'ⲽ', - 'Ⲿ' => 'ⲿ', - 'Ⳁ' => 'ⳁ', - 'Ⳃ' => 'ⳃ', - 'Ⳅ' => 'ⳅ', - 'Ⳇ' => 'ⳇ', - 'Ⳉ' => 'ⳉ', - 'Ⳋ' => 'ⳋ', - 'Ⳍ' => 'ⳍ', - 'Ⳏ' => 'ⳏ', - 'Ⳑ' => 'ⳑ', - 'Ⳓ' => 'ⳓ', - 'Ⳕ' => 'ⳕ', - 'Ⳗ' => 'ⳗ', - 'Ⳙ' => 'ⳙ', - 'Ⳛ' => 'ⳛ', - 'Ⳝ' => 'ⳝ', - 'Ⳟ' => 'ⳟ', - 'Ⳡ' => 'ⳡ', - 'Ⳣ' => 'ⳣ', - 'Ⳬ' => 'ⳬ', - 'Ⳮ' => 'ⳮ', - 'Ⳳ' => 'ⳳ', - 'Ꙁ' => 'ꙁ', - 'Ꙃ' => 'ꙃ', - 'Ꙅ' => 'ꙅ', - 'Ꙇ' => 'ꙇ', - 'Ꙉ' => 'ꙉ', - 'Ꙋ' => 'ꙋ', - 'Ꙍ' => 'ꙍ', - 'Ꙏ' => 'ꙏ', - 'Ꙑ' => 'ꙑ', - 'Ꙓ' => 'ꙓ', - 'Ꙕ' => 'ꙕ', - 'Ꙗ' => 'ꙗ', - 'Ꙙ' => 'ꙙ', - 'Ꙛ' => 'ꙛ', - 'Ꙝ' => 'ꙝ', - 'Ꙟ' => 'ꙟ', - 'Ꙡ' => 'ꙡ', - 'Ꙣ' => 'ꙣ', - 'Ꙥ' => 'ꙥ', - 'Ꙧ' => 'ꙧ', - 'Ꙩ' => 'ꙩ', - 'Ꙫ' => 'ꙫ', - 'Ꙭ' => 'ꙭ', - 'Ꚁ' => 'ꚁ', - 'Ꚃ' => 'ꚃ', - 'Ꚅ' => 'ꚅ', - 'Ꚇ' => 'ꚇ', - 'Ꚉ' => 'ꚉ', - 'Ꚋ' => 'ꚋ', - 'Ꚍ' => 'ꚍ', - 'Ꚏ' => 'ꚏ', - 'Ꚑ' => 'ꚑ', - 'Ꚓ' => 'ꚓ', - 'Ꚕ' => 'ꚕ', - 'Ꚗ' => 'ꚗ', - 'Ꚙ' => 'ꚙ', - 'Ꚛ' => 'ꚛ', - 'Ꜣ' => 'ꜣ', - 'Ꜥ' => 'ꜥ', - 'Ꜧ' => 'ꜧ', - 'Ꜩ' => 'ꜩ', - 'Ꜫ' => 'ꜫ', - 'Ꜭ' => 'ꜭ', - 'Ꜯ' => 'ꜯ', - 'Ꜳ' => 'ꜳ', - 'Ꜵ' => 'ꜵ', - 'Ꜷ' => 'ꜷ', - 'Ꜹ' => 'ꜹ', - 'Ꜻ' => 'ꜻ', - 'Ꜽ' => 'ꜽ', - 'Ꜿ' => 'ꜿ', - 'Ꝁ' => 'ꝁ', - 'Ꝃ' => 'ꝃ', - 'Ꝅ' => 'ꝅ', - 'Ꝇ' => 'ꝇ', - 'Ꝉ' => 'ꝉ', - 'Ꝋ' => 'ꝋ', - 'Ꝍ' => 'ꝍ', - 'Ꝏ' => 'ꝏ', - 'Ꝑ' => 'ꝑ', - 'Ꝓ' => 'ꝓ', - 'Ꝕ' => 'ꝕ', - 'Ꝗ' => 'ꝗ', - 'Ꝙ' => 'ꝙ', - 'Ꝛ' => 'ꝛ', - 'Ꝝ' => 'ꝝ', - 'Ꝟ' => 'ꝟ', - 'Ꝡ' => 'ꝡ', - 'Ꝣ' => 'ꝣ', - 'Ꝥ' => 'ꝥ', - 'Ꝧ' => 'ꝧ', - 'Ꝩ' => 'ꝩ', - 'Ꝫ' => 'ꝫ', - 'Ꝭ' => 'ꝭ', - 'Ꝯ' => 'ꝯ', - 'Ꝺ' => 'ꝺ', - 'Ꝼ' => 'ꝼ', - 'Ᵹ' => 'ᵹ', - 'Ꝿ' => 'ꝿ', - 'Ꞁ' => 'ꞁ', - 'Ꞃ' => 'ꞃ', - 'Ꞅ' => 'ꞅ', - 'Ꞇ' => 'ꞇ', - 'Ꞌ' => 'ꞌ', - 'Ɥ' => 'ɥ', - 'Ꞑ' => 'ꞑ', - 'Ꞓ' => 'ꞓ', - 'Ꞗ' => 'ꞗ', - 'Ꞙ' => 'ꞙ', - 'Ꞛ' => 'ꞛ', - 'Ꞝ' => 'ꞝ', - 'Ꞟ' => 'ꞟ', - 'Ꞡ' => 'ꞡ', - 'Ꞣ' => 'ꞣ', - 'Ꞥ' => 'ꞥ', - 'Ꞧ' => 'ꞧ', - 'Ꞩ' => 'ꞩ', - 'Ɦ' => 'ɦ', - 'Ɜ' => 'ɜ', - 'Ɡ' => 'ɡ', - 'Ɬ' => 'ɬ', - 'Ɪ' => 'ɪ', - 'Ʞ' => 'ʞ', - 'Ʇ' => 'ʇ', - 'Ʝ' => 'ʝ', - 'Ꭓ' => 'ꭓ', - 'Ꞵ' => 'ꞵ', - 'Ꞷ' => 'ꞷ', - 'Ꞹ' => 'ꞹ', - 'Ꞻ' => 'ꞻ', - 'Ꞽ' => 'ꞽ', - 'Ꞿ' => 'ꞿ', - 'Ꟃ' => 'ꟃ', - 'Ꞔ' => 'ꞔ', - 'Ʂ' => 'ʂ', - 'Ᶎ' => 'ᶎ', - 'Ꟈ' => 'ꟈ', - 'Ꟊ' => 'ꟊ', - 'Ꟶ' => 'ꟶ', - 'A' => 'a', - 'B' => 'b', - 'C' => 'c', - 'D' => 'd', - 'E' => 'e', - 'F' => 'f', - 'G' => 'g', - 'H' => 'h', - 'I' => 'i', - 'J' => 'j', - 'K' => 'k', - 'L' => 'l', - 'M' => 'm', - 'N' => 'n', - 'O' => 'o', - 'P' => 'p', - 'Q' => 'q', - 'R' => 'r', - 'S' => 's', - 'T' => 't', - 'U' => 'u', - 'V' => 'v', - 'W' => 'w', - 'X' => 'x', - 'Y' => 'y', - 'Z' => 'z', - '𐐀' => '𐐨', - '𐐁' => '𐐩', - '𐐂' => '𐐪', - '𐐃' => '𐐫', - '𐐄' => '𐐬', - '𐐅' => '𐐭', - '𐐆' => '𐐮', - '𐐇' => '𐐯', - '𐐈' => '𐐰', - '𐐉' => '𐐱', - '𐐊' => '𐐲', - '𐐋' => '𐐳', - '𐐌' => '𐐴', - '𐐍' => '𐐵', - '𐐎' => '𐐶', - '𐐏' => '𐐷', - '𐐐' => '𐐸', - '𐐑' => '𐐹', - '𐐒' => '𐐺', - '𐐓' => '𐐻', - '𐐔' => '𐐼', - '𐐕' => '𐐽', - '𐐖' => '𐐾', - '𐐗' => '𐐿', - '𐐘' => '𐑀', - '𐐙' => '𐑁', - '𐐚' => '𐑂', - '𐐛' => '𐑃', - '𐐜' => '𐑄', - '𐐝' => '𐑅', - '𐐞' => '𐑆', - '𐐟' => '𐑇', - '𐐠' => '𐑈', - '𐐡' => '𐑉', - '𐐢' => '𐑊', - '𐐣' => '𐑋', - '𐐤' => '𐑌', - '𐐥' => '𐑍', - '𐐦' => '𐑎', - '𐐧' => '𐑏', - '𐒰' => '𐓘', - '𐒱' => '𐓙', - '𐒲' => '𐓚', - '𐒳' => '𐓛', - '𐒴' => '𐓜', - '𐒵' => '𐓝', - '𐒶' => '𐓞', - '𐒷' => '𐓟', - '𐒸' => '𐓠', - '𐒹' => '𐓡', - '𐒺' => '𐓢', - '𐒻' => '𐓣', - '𐒼' => '𐓤', - '𐒽' => '𐓥', - '𐒾' => '𐓦', - '𐒿' => '𐓧', - '𐓀' => '𐓨', - '𐓁' => '𐓩', - '𐓂' => '𐓪', - '𐓃' => '𐓫', - '𐓄' => '𐓬', - '𐓅' => '𐓭', - '𐓆' => '𐓮', - '𐓇' => '𐓯', - '𐓈' => '𐓰', - '𐓉' => '𐓱', - '𐓊' => '𐓲', - '𐓋' => '𐓳', - '𐓌' => '𐓴', - '𐓍' => '𐓵', - '𐓎' => '𐓶', - '𐓏' => '𐓷', - '𐓐' => '𐓸', - '𐓑' => '𐓹', - '𐓒' => '𐓺', - '𐓓' => '𐓻', - '𐲀' => '𐳀', - '𐲁' => '𐳁', - '𐲂' => '𐳂', - '𐲃' => '𐳃', - '𐲄' => '𐳄', - '𐲅' => '𐳅', - '𐲆' => '𐳆', - '𐲇' => '𐳇', - '𐲈' => '𐳈', - '𐲉' => '𐳉', - '𐲊' => '𐳊', - '𐲋' => '𐳋', - '𐲌' => '𐳌', - '𐲍' => '𐳍', - '𐲎' => '𐳎', - '𐲏' => '𐳏', - '𐲐' => '𐳐', - '𐲑' => '𐳑', - '𐲒' => '𐳒', - '𐲓' => '𐳓', - '𐲔' => '𐳔', - '𐲕' => '𐳕', - '𐲖' => '𐳖', - '𐲗' => '𐳗', - '𐲘' => '𐳘', - '𐲙' => '𐳙', - '𐲚' => '𐳚', - '𐲛' => '𐳛', - '𐲜' => '𐳜', - '𐲝' => '𐳝', - '𐲞' => '𐳞', - '𐲟' => '𐳟', - '𐲠' => '𐳠', - '𐲡' => '𐳡', - '𐲢' => '𐳢', - '𐲣' => '𐳣', - '𐲤' => '𐳤', - '𐲥' => '𐳥', - '𐲦' => '𐳦', - '𐲧' => '𐳧', - '𐲨' => '𐳨', - '𐲩' => '𐳩', - '𐲪' => '𐳪', - '𐲫' => '𐳫', - '𐲬' => '𐳬', - '𐲭' => '𐳭', - '𐲮' => '𐳮', - '𐲯' => '𐳯', - '𐲰' => '𐳰', - '𐲱' => '𐳱', - '𐲲' => '𐳲', - '𑢠' => '𑣀', - '𑢡' => '𑣁', - '𑢢' => '𑣂', - '𑢣' => '𑣃', - '𑢤' => '𑣄', - '𑢥' => '𑣅', - '𑢦' => '𑣆', - '𑢧' => '𑣇', - '𑢨' => '𑣈', - '𑢩' => '𑣉', - '𑢪' => '𑣊', - '𑢫' => '𑣋', - '𑢬' => '𑣌', - '𑢭' => '𑣍', - '𑢮' => '𑣎', - '𑢯' => '𑣏', - '𑢰' => '𑣐', - '𑢱' => '𑣑', - '𑢲' => '𑣒', - '𑢳' => '𑣓', - '𑢴' => '𑣔', - '𑢵' => '𑣕', - '𑢶' => '𑣖', - '𑢷' => '𑣗', - '𑢸' => '𑣘', - '𑢹' => '𑣙', - '𑢺' => '𑣚', - '𑢻' => '𑣛', - '𑢼' => '𑣜', - '𑢽' => '𑣝', - '𑢾' => '𑣞', - '𑢿' => '𑣟', - '𖹀' => '𖹠', - '𖹁' => '𖹡', - '𖹂' => '𖹢', - '𖹃' => '𖹣', - '𖹄' => '𖹤', - '𖹅' => '𖹥', - '𖹆' => '𖹦', - '𖹇' => '𖹧', - '𖹈' => '𖹨', - '𖹉' => '𖹩', - '𖹊' => '𖹪', - '𖹋' => '𖹫', - '𖹌' => '𖹬', - '𖹍' => '𖹭', - '𖹎' => '𖹮', - '𖹏' => '𖹯', - '𖹐' => '𖹰', - '𖹑' => '𖹱', - '𖹒' => '𖹲', - '𖹓' => '𖹳', - '𖹔' => '𖹴', - '𖹕' => '𖹵', - '𖹖' => '𖹶', - '𖹗' => '𖹷', - '𖹘' => '𖹸', - '𖹙' => '𖹹', - '𖹚' => '𖹺', - '𖹛' => '𖹻', - '𖹜' => '𖹼', - '𖹝' => '𖹽', - '𖹞' => '𖹾', - '𖹟' => '𖹿', - '𞤀' => '𞤢', - '𞤁' => '𞤣', - '𞤂' => '𞤤', - '𞤃' => '𞤥', - '𞤄' => '𞤦', - '𞤅' => '𞤧', - '𞤆' => '𞤨', - '𞤇' => '𞤩', - '𞤈' => '𞤪', - '𞤉' => '𞤫', - '𞤊' => '𞤬', - '𞤋' => '𞤭', - '𞤌' => '𞤮', - '𞤍' => '𞤯', - '𞤎' => '𞤰', - '𞤏' => '𞤱', - '𞤐' => '𞤲', - '𞤑' => '𞤳', - '𞤒' => '𞤴', - '𞤓' => '𞤵', - '𞤔' => '𞤶', - '𞤕' => '𞤷', - '𞤖' => '𞤸', - '𞤗' => '𞤹', - '𞤘' => '𞤺', - '𞤙' => '𞤻', - '𞤚' => '𞤼', - '𞤛' => '𞤽', - '𞤜' => '𞤾', - '𞤝' => '𞤿', - '𞤞' => '𞥀', - '𞤟' => '𞥁', - '𞤠' => '𞥂', - '𞤡' => '𞥃', -); diff --git a/Sources/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php b/Sources/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php deleted file mode 100755 index 2a8f6e73..00000000 --- a/Sources/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php +++ /dev/null @@ -1,5 +0,0 @@ - 'A', - 'b' => 'B', - 'c' => 'C', - 'd' => 'D', - 'e' => 'E', - 'f' => 'F', - 'g' => 'G', - 'h' => 'H', - 'i' => 'I', - 'j' => 'J', - 'k' => 'K', - 'l' => 'L', - 'm' => 'M', - 'n' => 'N', - 'o' => 'O', - 'p' => 'P', - 'q' => 'Q', - 'r' => 'R', - 's' => 'S', - 't' => 'T', - 'u' => 'U', - 'v' => 'V', - 'w' => 'W', - 'x' => 'X', - 'y' => 'Y', - 'z' => 'Z', - 'µ' => 'Μ', - 'à' => 'À', - 'á' => 'Á', - 'â' => 'Â', - 'ã' => 'Ã', - 'ä' => 'Ä', - 'å' => 'Å', - 'æ' => 'Æ', - 'ç' => 'Ç', - 'è' => 'È', - 'é' => 'É', - 'ê' => 'Ê', - 'ë' => 'Ë', - 'ì' => 'Ì', - 'í' => 'Í', - 'î' => 'Î', - 'ï' => 'Ï', - 'ð' => 'Ð', - 'ñ' => 'Ñ', - 'ò' => 'Ò', - 'ó' => 'Ó', - 'ô' => 'Ô', - 'õ' => 'Õ', - 'ö' => 'Ö', - 'ø' => 'Ø', - 'ù' => 'Ù', - 'ú' => 'Ú', - 'û' => 'Û', - 'ü' => 'Ü', - 'ý' => 'Ý', - 'þ' => 'Þ', - 'ÿ' => 'Ÿ', - 'ā' => 'Ā', - 'ă' => 'Ă', - 'ą' => 'Ą', - 'ć' => 'Ć', - 'ĉ' => 'Ĉ', - 'ċ' => 'Ċ', - 'č' => 'Č', - 'ď' => 'Ď', - 'đ' => 'Đ', - 'ē' => 'Ē', - 'ĕ' => 'Ĕ', - 'ė' => 'Ė', - 'ę' => 'Ę', - 'ě' => 'Ě', - 'ĝ' => 'Ĝ', - 'ğ' => 'Ğ', - 'ġ' => 'Ġ', - 'ģ' => 'Ģ', - 'ĥ' => 'Ĥ', - 'ħ' => 'Ħ', - 'ĩ' => 'Ĩ', - 'ī' => 'Ī', - 'ĭ' => 'Ĭ', - 'į' => 'Į', - 'ı' => 'I', - 'ij' => 'IJ', - 'ĵ' => 'Ĵ', - 'ķ' => 'Ķ', - 'ĺ' => 'Ĺ', - 'ļ' => 'Ļ', - 'ľ' => 'Ľ', - 'ŀ' => 'Ŀ', - 'ł' => 'Ł', - 'ń' => 'Ń', - 'ņ' => 'Ņ', - 'ň' => 'Ň', - 'ŋ' => 'Ŋ', - 'ō' => 'Ō', - 'ŏ' => 'Ŏ', - 'ő' => 'Ő', - 'œ' => 'Œ', - 'ŕ' => 'Ŕ', - 'ŗ' => 'Ŗ', - 'ř' => 'Ř', - 'ś' => 'Ś', - 'ŝ' => 'Ŝ', - 'ş' => 'Ş', - 'š' => 'Š', - 'ţ' => 'Ţ', - 'ť' => 'Ť', - 'ŧ' => 'Ŧ', - 'ũ' => 'Ũ', - 'ū' => 'Ū', - 'ŭ' => 'Ŭ', - 'ů' => 'Ů', - 'ű' => 'Ű', - 'ų' => 'Ų', - 'ŵ' => 'Ŵ', - 'ŷ' => 'Ŷ', - 'ź' => 'Ź', - 'ż' => 'Ż', - 'ž' => 'Ž', - 'ſ' => 'S', - 'ƀ' => 'Ƀ', - 'ƃ' => 'Ƃ', - 'ƅ' => 'Ƅ', - 'ƈ' => 'Ƈ', - 'ƌ' => 'Ƌ', - 'ƒ' => 'Ƒ', - 'ƕ' => 'Ƕ', - 'ƙ' => 'Ƙ', - 'ƚ' => 'Ƚ', - 'ƞ' => 'Ƞ', - 'ơ' => 'Ơ', - 'ƣ' => 'Ƣ', - 'ƥ' => 'Ƥ', - 'ƨ' => 'Ƨ', - 'ƭ' => 'Ƭ', - 'ư' => 'Ư', - 'ƴ' => 'Ƴ', - 'ƶ' => 'Ƶ', - 'ƹ' => 'Ƹ', - 'ƽ' => 'Ƽ', - 'ƿ' => 'Ƿ', - 'Dž' => 'DŽ', - 'dž' => 'DŽ', - 'Lj' => 'LJ', - 'lj' => 'LJ', - 'Nj' => 'NJ', - 'nj' => 'NJ', - 'ǎ' => 'Ǎ', - 'ǐ' => 'Ǐ', - 'ǒ' => 'Ǒ', - 'ǔ' => 'Ǔ', - 'ǖ' => 'Ǖ', - 'ǘ' => 'Ǘ', - 'ǚ' => 'Ǚ', - 'ǜ' => 'Ǜ', - 'ǝ' => 'Ǝ', - 'ǟ' => 'Ǟ', - 'ǡ' => 'Ǡ', - 'ǣ' => 'Ǣ', - 'ǥ' => 'Ǥ', - 'ǧ' => 'Ǧ', - 'ǩ' => 'Ǩ', - 'ǫ' => 'Ǫ', - 'ǭ' => 'Ǭ', - 'ǯ' => 'Ǯ', - 'Dz' => 'DZ', - 'dz' => 'DZ', - 'ǵ' => 'Ǵ', - 'ǹ' => 'Ǹ', - 'ǻ' => 'Ǻ', - 'ǽ' => 'Ǽ', - 'ǿ' => 'Ǿ', - 'ȁ' => 'Ȁ', - 'ȃ' => 'Ȃ', - 'ȅ' => 'Ȅ', - 'ȇ' => 'Ȇ', - 'ȉ' => 'Ȉ', - 'ȋ' => 'Ȋ', - 'ȍ' => 'Ȍ', - 'ȏ' => 'Ȏ', - 'ȑ' => 'Ȑ', - 'ȓ' => 'Ȓ', - 'ȕ' => 'Ȕ', - 'ȗ' => 'Ȗ', - 'ș' => 'Ș', - 'ț' => 'Ț', - 'ȝ' => 'Ȝ', - 'ȟ' => 'Ȟ', - 'ȣ' => 'Ȣ', - 'ȥ' => 'Ȥ', - 'ȧ' => 'Ȧ', - 'ȩ' => 'Ȩ', - 'ȫ' => 'Ȫ', - 'ȭ' => 'Ȭ', - 'ȯ' => 'Ȯ', - 'ȱ' => 'Ȱ', - 'ȳ' => 'Ȳ', - 'ȼ' => 'Ȼ', - 'ȿ' => 'Ȿ', - 'ɀ' => 'Ɀ', - 'ɂ' => 'Ɂ', - 'ɇ' => 'Ɇ', - 'ɉ' => 'Ɉ', - 'ɋ' => 'Ɋ', - 'ɍ' => 'Ɍ', - 'ɏ' => 'Ɏ', - 'ɐ' => 'Ɐ', - 'ɑ' => 'Ɑ', - 'ɒ' => 'Ɒ', - 'ɓ' => 'Ɓ', - 'ɔ' => 'Ɔ', - 'ɖ' => 'Ɖ', - 'ɗ' => 'Ɗ', - 'ə' => 'Ə', - 'ɛ' => 'Ɛ', - 'ɜ' => 'Ɜ', - 'ɠ' => 'Ɠ', - 'ɡ' => 'Ɡ', - 'ɣ' => 'Ɣ', - 'ɥ' => 'Ɥ', - 'ɦ' => 'Ɦ', - 'ɨ' => 'Ɨ', - 'ɩ' => 'Ɩ', - 'ɪ' => 'Ɪ', - 'ɫ' => 'Ɫ', - 'ɬ' => 'Ɬ', - 'ɯ' => 'Ɯ', - 'ɱ' => 'Ɱ', - 'ɲ' => 'Ɲ', - 'ɵ' => 'Ɵ', - 'ɽ' => 'Ɽ', - 'ʀ' => 'Ʀ', - 'ʂ' => 'Ʂ', - 'ʃ' => 'Ʃ', - 'ʇ' => 'Ʇ', - 'ʈ' => 'Ʈ', - 'ʉ' => 'Ʉ', - 'ʊ' => 'Ʊ', - 'ʋ' => 'Ʋ', - 'ʌ' => 'Ʌ', - 'ʒ' => 'Ʒ', - 'ʝ' => 'Ʝ', - 'ʞ' => 'Ʞ', - 'ͅ' => 'Ι', - 'ͱ' => 'Ͱ', - 'ͳ' => 'Ͳ', - 'ͷ' => 'Ͷ', - 'ͻ' => 'Ͻ', - 'ͼ' => 'Ͼ', - 'ͽ' => 'Ͽ', - 'ά' => 'Ά', - 'έ' => 'Έ', - 'ή' => 'Ή', - 'ί' => 'Ί', - 'α' => 'Α', - 'β' => 'Β', - 'γ' => 'Γ', - 'δ' => 'Δ', - 'ε' => 'Ε', - 'ζ' => 'Ζ', - 'η' => 'Η', - 'θ' => 'Θ', - 'ι' => 'Ι', - 'κ' => 'Κ', - 'λ' => 'Λ', - 'μ' => 'Μ', - 'ν' => 'Ν', - 'ξ' => 'Ξ', - 'ο' => 'Ο', - 'π' => 'Π', - 'ρ' => 'Ρ', - 'ς' => 'Σ', - 'σ' => 'Σ', - 'τ' => 'Τ', - 'υ' => 'Υ', - 'φ' => 'Φ', - 'χ' => 'Χ', - 'ψ' => 'Ψ', - 'ω' => 'Ω', - 'ϊ' => 'Ϊ', - 'ϋ' => 'Ϋ', - 'ό' => 'Ό', - 'ύ' => 'Ύ', - 'ώ' => 'Ώ', - 'ϐ' => 'Β', - 'ϑ' => 'Θ', - 'ϕ' => 'Φ', - 'ϖ' => 'Π', - 'ϗ' => 'Ϗ', - 'ϙ' => 'Ϙ', - 'ϛ' => 'Ϛ', - 'ϝ' => 'Ϝ', - 'ϟ' => 'Ϟ', - 'ϡ' => 'Ϡ', - 'ϣ' => 'Ϣ', - 'ϥ' => 'Ϥ', - 'ϧ' => 'Ϧ', - 'ϩ' => 'Ϩ', - 'ϫ' => 'Ϫ', - 'ϭ' => 'Ϭ', - 'ϯ' => 'Ϯ', - 'ϰ' => 'Κ', - 'ϱ' => 'Ρ', - 'ϲ' => 'Ϲ', - 'ϳ' => 'Ϳ', - 'ϵ' => 'Ε', - 'ϸ' => 'Ϸ', - 'ϻ' => 'Ϻ', - 'а' => 'А', - 'б' => 'Б', - 'в' => 'В', - 'г' => 'Г', - 'д' => 'Д', - 'е' => 'Е', - 'ж' => 'Ж', - 'з' => 'З', - 'и' => 'И', - 'й' => 'Й', - 'к' => 'К', - 'л' => 'Л', - 'м' => 'М', - 'н' => 'Н', - 'о' => 'О', - 'п' => 'П', - 'р' => 'Р', - 'с' => 'С', - 'т' => 'Т', - 'у' => 'У', - 'ф' => 'Ф', - 'х' => 'Х', - 'ц' => 'Ц', - 'ч' => 'Ч', - 'ш' => 'Ш', - 'щ' => 'Щ', - 'ъ' => 'Ъ', - 'ы' => 'Ы', - 'ь' => 'Ь', - 'э' => 'Э', - 'ю' => 'Ю', - 'я' => 'Я', - 'ѐ' => 'Ѐ', - 'ё' => 'Ё', - 'ђ' => 'Ђ', - 'ѓ' => 'Ѓ', - 'є' => 'Є', - 'ѕ' => 'Ѕ', - 'і' => 'І', - 'ї' => 'Ї', - 'ј' => 'Ј', - 'љ' => 'Љ', - 'њ' => 'Њ', - 'ћ' => 'Ћ', - 'ќ' => 'Ќ', - 'ѝ' => 'Ѝ', - 'ў' => 'Ў', - 'џ' => 'Џ', - 'ѡ' => 'Ѡ', - 'ѣ' => 'Ѣ', - 'ѥ' => 'Ѥ', - 'ѧ' => 'Ѧ', - 'ѩ' => 'Ѩ', - 'ѫ' => 'Ѫ', - 'ѭ' => 'Ѭ', - 'ѯ' => 'Ѯ', - 'ѱ' => 'Ѱ', - 'ѳ' => 'Ѳ', - 'ѵ' => 'Ѵ', - 'ѷ' => 'Ѷ', - 'ѹ' => 'Ѹ', - 'ѻ' => 'Ѻ', - 'ѽ' => 'Ѽ', - 'ѿ' => 'Ѿ', - 'ҁ' => 'Ҁ', - 'ҋ' => 'Ҋ', - 'ҍ' => 'Ҍ', - 'ҏ' => 'Ҏ', - 'ґ' => 'Ґ', - 'ғ' => 'Ғ', - 'ҕ' => 'Ҕ', - 'җ' => 'Җ', - 'ҙ' => 'Ҙ', - 'қ' => 'Қ', - 'ҝ' => 'Ҝ', - 'ҟ' => 'Ҟ', - 'ҡ' => 'Ҡ', - 'ң' => 'Ң', - 'ҥ' => 'Ҥ', - 'ҧ' => 'Ҧ', - 'ҩ' => 'Ҩ', - 'ҫ' => 'Ҫ', - 'ҭ' => 'Ҭ', - 'ү' => 'Ү', - 'ұ' => 'Ұ', - 'ҳ' => 'Ҳ', - 'ҵ' => 'Ҵ', - 'ҷ' => 'Ҷ', - 'ҹ' => 'Ҹ', - 'һ' => 'Һ', - 'ҽ' => 'Ҽ', - 'ҿ' => 'Ҿ', - 'ӂ' => 'Ӂ', - 'ӄ' => 'Ӄ', - 'ӆ' => 'Ӆ', - 'ӈ' => 'Ӈ', - 'ӊ' => 'Ӊ', - 'ӌ' => 'Ӌ', - 'ӎ' => 'Ӎ', - 'ӏ' => 'Ӏ', - 'ӑ' => 'Ӑ', - 'ӓ' => 'Ӓ', - 'ӕ' => 'Ӕ', - 'ӗ' => 'Ӗ', - 'ә' => 'Ә', - 'ӛ' => 'Ӛ', - 'ӝ' => 'Ӝ', - 'ӟ' => 'Ӟ', - 'ӡ' => 'Ӡ', - 'ӣ' => 'Ӣ', - 'ӥ' => 'Ӥ', - 'ӧ' => 'Ӧ', - 'ө' => 'Ө', - 'ӫ' => 'Ӫ', - 'ӭ' => 'Ӭ', - 'ӯ' => 'Ӯ', - 'ӱ' => 'Ӱ', - 'ӳ' => 'Ӳ', - 'ӵ' => 'Ӵ', - 'ӷ' => 'Ӷ', - 'ӹ' => 'Ӹ', - 'ӻ' => 'Ӻ', - 'ӽ' => 'Ӽ', - 'ӿ' => 'Ӿ', - 'ԁ' => 'Ԁ', - 'ԃ' => 'Ԃ', - 'ԅ' => 'Ԅ', - 'ԇ' => 'Ԇ', - 'ԉ' => 'Ԉ', - 'ԋ' => 'Ԋ', - 'ԍ' => 'Ԍ', - 'ԏ' => 'Ԏ', - 'ԑ' => 'Ԑ', - 'ԓ' => 'Ԓ', - 'ԕ' => 'Ԕ', - 'ԗ' => 'Ԗ', - 'ԙ' => 'Ԙ', - 'ԛ' => 'Ԛ', - 'ԝ' => 'Ԝ', - 'ԟ' => 'Ԟ', - 'ԡ' => 'Ԡ', - 'ԣ' => 'Ԣ', - 'ԥ' => 'Ԥ', - 'ԧ' => 'Ԧ', - 'ԩ' => 'Ԩ', - 'ԫ' => 'Ԫ', - 'ԭ' => 'Ԭ', - 'ԯ' => 'Ԯ', - 'ա' => 'Ա', - 'բ' => 'Բ', - 'գ' => 'Գ', - 'դ' => 'Դ', - 'ե' => 'Ե', - 'զ' => 'Զ', - 'է' => 'Է', - 'ը' => 'Ը', - 'թ' => 'Թ', - 'ժ' => 'Ժ', - 'ի' => 'Ի', - 'լ' => 'Լ', - 'խ' => 'Խ', - 'ծ' => 'Ծ', - 'կ' => 'Կ', - 'հ' => 'Հ', - 'ձ' => 'Ձ', - 'ղ' => 'Ղ', - 'ճ' => 'Ճ', - 'մ' => 'Մ', - 'յ' => 'Յ', - 'ն' => 'Ն', - 'շ' => 'Շ', - 'ո' => 'Ո', - 'չ' => 'Չ', - 'պ' => 'Պ', - 'ջ' => 'Ջ', - 'ռ' => 'Ռ', - 'ս' => 'Ս', - 'վ' => 'Վ', - 'տ' => 'Տ', - 'ր' => 'Ր', - 'ց' => 'Ց', - 'ւ' => 'Ւ', - 'փ' => 'Փ', - 'ք' => 'Ք', - 'օ' => 'Օ', - 'ֆ' => 'Ֆ', - 'ა' => 'Ა', - 'ბ' => 'Ბ', - 'გ' => 'Გ', - 'დ' => 'Დ', - 'ე' => 'Ე', - 'ვ' => 'Ვ', - 'ზ' => 'Ზ', - 'თ' => 'Თ', - 'ი' => 'Ი', - 'კ' => 'Კ', - 'ლ' => 'Ლ', - 'მ' => 'Მ', - 'ნ' => 'Ნ', - 'ო' => 'Ო', - 'პ' => 'Პ', - 'ჟ' => 'Ჟ', - 'რ' => 'Რ', - 'ს' => 'Ს', - 'ტ' => 'Ტ', - 'უ' => 'Უ', - 'ფ' => 'Ფ', - 'ქ' => 'Ქ', - 'ღ' => 'Ღ', - 'ყ' => 'Ყ', - 'შ' => 'Შ', - 'ჩ' => 'Ჩ', - 'ც' => 'Ც', - 'ძ' => 'Ძ', - 'წ' => 'Წ', - 'ჭ' => 'Ჭ', - 'ხ' => 'Ხ', - 'ჯ' => 'Ჯ', - 'ჰ' => 'Ჰ', - 'ჱ' => 'Ჱ', - 'ჲ' => 'Ჲ', - 'ჳ' => 'Ჳ', - 'ჴ' => 'Ჴ', - 'ჵ' => 'Ჵ', - 'ჶ' => 'Ჶ', - 'ჷ' => 'Ჷ', - 'ჸ' => 'Ჸ', - 'ჹ' => 'Ჹ', - 'ჺ' => 'Ჺ', - 'ჽ' => 'Ჽ', - 'ჾ' => 'Ჾ', - 'ჿ' => 'Ჿ', - 'ᏸ' => 'Ᏸ', - 'ᏹ' => 'Ᏹ', - 'ᏺ' => 'Ᏺ', - 'ᏻ' => 'Ᏻ', - 'ᏼ' => 'Ᏼ', - 'ᏽ' => 'Ᏽ', - 'ᲀ' => 'В', - 'ᲁ' => 'Д', - 'ᲂ' => 'О', - 'ᲃ' => 'С', - 'ᲄ' => 'Т', - 'ᲅ' => 'Т', - 'ᲆ' => 'Ъ', - 'ᲇ' => 'Ѣ', - 'ᲈ' => 'Ꙋ', - 'ᵹ' => 'Ᵹ', - 'ᵽ' => 'Ᵽ', - 'ᶎ' => 'Ᶎ', - 'ḁ' => 'Ḁ', - 'ḃ' => 'Ḃ', - 'ḅ' => 'Ḅ', - 'ḇ' => 'Ḇ', - 'ḉ' => 'Ḉ', - 'ḋ' => 'Ḋ', - 'ḍ' => 'Ḍ', - 'ḏ' => 'Ḏ', - 'ḑ' => 'Ḑ', - 'ḓ' => 'Ḓ', - 'ḕ' => 'Ḕ', - 'ḗ' => 'Ḗ', - 'ḙ' => 'Ḙ', - 'ḛ' => 'Ḛ', - 'ḝ' => 'Ḝ', - 'ḟ' => 'Ḟ', - 'ḡ' => 'Ḡ', - 'ḣ' => 'Ḣ', - 'ḥ' => 'Ḥ', - 'ḧ' => 'Ḧ', - 'ḩ' => 'Ḩ', - 'ḫ' => 'Ḫ', - 'ḭ' => 'Ḭ', - 'ḯ' => 'Ḯ', - 'ḱ' => 'Ḱ', - 'ḳ' => 'Ḳ', - 'ḵ' => 'Ḵ', - 'ḷ' => 'Ḷ', - 'ḹ' => 'Ḹ', - 'ḻ' => 'Ḻ', - 'ḽ' => 'Ḽ', - 'ḿ' => 'Ḿ', - 'ṁ' => 'Ṁ', - 'ṃ' => 'Ṃ', - 'ṅ' => 'Ṅ', - 'ṇ' => 'Ṇ', - 'ṉ' => 'Ṉ', - 'ṋ' => 'Ṋ', - 'ṍ' => 'Ṍ', - 'ṏ' => 'Ṏ', - 'ṑ' => 'Ṑ', - 'ṓ' => 'Ṓ', - 'ṕ' => 'Ṕ', - 'ṗ' => 'Ṗ', - 'ṙ' => 'Ṙ', - 'ṛ' => 'Ṛ', - 'ṝ' => 'Ṝ', - 'ṟ' => 'Ṟ', - 'ṡ' => 'Ṡ', - 'ṣ' => 'Ṣ', - 'ṥ' => 'Ṥ', - 'ṧ' => 'Ṧ', - 'ṩ' => 'Ṩ', - 'ṫ' => 'Ṫ', - 'ṭ' => 'Ṭ', - 'ṯ' => 'Ṯ', - 'ṱ' => 'Ṱ', - 'ṳ' => 'Ṳ', - 'ṵ' => 'Ṵ', - 'ṷ' => 'Ṷ', - 'ṹ' => 'Ṹ', - 'ṻ' => 'Ṻ', - 'ṽ' => 'Ṽ', - 'ṿ' => 'Ṿ', - 'ẁ' => 'Ẁ', - 'ẃ' => 'Ẃ', - 'ẅ' => 'Ẅ', - 'ẇ' => 'Ẇ', - 'ẉ' => 'Ẉ', - 'ẋ' => 'Ẋ', - 'ẍ' => 'Ẍ', - 'ẏ' => 'Ẏ', - 'ẑ' => 'Ẑ', - 'ẓ' => 'Ẓ', - 'ẕ' => 'Ẕ', - 'ẛ' => 'Ṡ', - 'ạ' => 'Ạ', - 'ả' => 'Ả', - 'ấ' => 'Ấ', - 'ầ' => 'Ầ', - 'ẩ' => 'Ẩ', - 'ẫ' => 'Ẫ', - 'ậ' => 'Ậ', - 'ắ' => 'Ắ', - 'ằ' => 'Ằ', - 'ẳ' => 'Ẳ', - 'ẵ' => 'Ẵ', - 'ặ' => 'Ặ', - 'ẹ' => 'Ẹ', - 'ẻ' => 'Ẻ', - 'ẽ' => 'Ẽ', - 'ế' => 'Ế', - 'ề' => 'Ề', - 'ể' => 'Ể', - 'ễ' => 'Ễ', - 'ệ' => 'Ệ', - 'ỉ' => 'Ỉ', - 'ị' => 'Ị', - 'ọ' => 'Ọ', - 'ỏ' => 'Ỏ', - 'ố' => 'Ố', - 'ồ' => 'Ồ', - 'ổ' => 'Ổ', - 'ỗ' => 'Ỗ', - 'ộ' => 'Ộ', - 'ớ' => 'Ớ', - 'ờ' => 'Ờ', - 'ở' => 'Ở', - 'ỡ' => 'Ỡ', - 'ợ' => 'Ợ', - 'ụ' => 'Ụ', - 'ủ' => 'Ủ', - 'ứ' => 'Ứ', - 'ừ' => 'Ừ', - 'ử' => 'Ử', - 'ữ' => 'Ữ', - 'ự' => 'Ự', - 'ỳ' => 'Ỳ', - 'ỵ' => 'Ỵ', - 'ỷ' => 'Ỷ', - 'ỹ' => 'Ỹ', - 'ỻ' => 'Ỻ', - 'ỽ' => 'Ỽ', - 'ỿ' => 'Ỿ', - 'ἀ' => 'Ἀ', - 'ἁ' => 'Ἁ', - 'ἂ' => 'Ἂ', - 'ἃ' => 'Ἃ', - 'ἄ' => 'Ἄ', - 'ἅ' => 'Ἅ', - 'ἆ' => 'Ἆ', - 'ἇ' => 'Ἇ', - 'ἐ' => 'Ἐ', - 'ἑ' => 'Ἑ', - 'ἒ' => 'Ἒ', - 'ἓ' => 'Ἓ', - 'ἔ' => 'Ἔ', - 'ἕ' => 'Ἕ', - 'ἠ' => 'Ἠ', - 'ἡ' => 'Ἡ', - 'ἢ' => 'Ἢ', - 'ἣ' => 'Ἣ', - 'ἤ' => 'Ἤ', - 'ἥ' => 'Ἥ', - 'ἦ' => 'Ἦ', - 'ἧ' => 'Ἧ', - 'ἰ' => 'Ἰ', - 'ἱ' => 'Ἱ', - 'ἲ' => 'Ἲ', - 'ἳ' => 'Ἳ', - 'ἴ' => 'Ἴ', - 'ἵ' => 'Ἵ', - 'ἶ' => 'Ἶ', - 'ἷ' => 'Ἷ', - 'ὀ' => 'Ὀ', - 'ὁ' => 'Ὁ', - 'ὂ' => 'Ὂ', - 'ὃ' => 'Ὃ', - 'ὄ' => 'Ὄ', - 'ὅ' => 'Ὅ', - 'ὑ' => 'Ὑ', - 'ὓ' => 'Ὓ', - 'ὕ' => 'Ὕ', - 'ὗ' => 'Ὗ', - 'ὠ' => 'Ὠ', - 'ὡ' => 'Ὡ', - 'ὢ' => 'Ὢ', - 'ὣ' => 'Ὣ', - 'ὤ' => 'Ὤ', - 'ὥ' => 'Ὥ', - 'ὦ' => 'Ὦ', - 'ὧ' => 'Ὧ', - 'ὰ' => 'Ὰ', - 'ά' => 'Ά', - 'ὲ' => 'Ὲ', - 'έ' => 'Έ', - 'ὴ' => 'Ὴ', - 'ή' => 'Ή', - 'ὶ' => 'Ὶ', - 'ί' => 'Ί', - 'ὸ' => 'Ὸ', - 'ό' => 'Ό', - 'ὺ' => 'Ὺ', - 'ύ' => 'Ύ', - 'ὼ' => 'Ὼ', - 'ώ' => 'Ώ', - 'ᾀ' => 'ἈΙ', - 'ᾁ' => 'ἉΙ', - 'ᾂ' => 'ἊΙ', - 'ᾃ' => 'ἋΙ', - 'ᾄ' => 'ἌΙ', - 'ᾅ' => 'ἍΙ', - 'ᾆ' => 'ἎΙ', - 'ᾇ' => 'ἏΙ', - 'ᾐ' => 'ἨΙ', - 'ᾑ' => 'ἩΙ', - 'ᾒ' => 'ἪΙ', - 'ᾓ' => 'ἫΙ', - 'ᾔ' => 'ἬΙ', - 'ᾕ' => 'ἭΙ', - 'ᾖ' => 'ἮΙ', - 'ᾗ' => 'ἯΙ', - 'ᾠ' => 'ὨΙ', - 'ᾡ' => 'ὩΙ', - 'ᾢ' => 'ὪΙ', - 'ᾣ' => 'ὫΙ', - 'ᾤ' => 'ὬΙ', - 'ᾥ' => 'ὭΙ', - 'ᾦ' => 'ὮΙ', - 'ᾧ' => 'ὯΙ', - 'ᾰ' => 'Ᾰ', - 'ᾱ' => 'Ᾱ', - 'ᾳ' => 'ΑΙ', - 'ι' => 'Ι', - 'ῃ' => 'ΗΙ', - 'ῐ' => 'Ῐ', - 'ῑ' => 'Ῑ', - 'ῠ' => 'Ῠ', - 'ῡ' => 'Ῡ', - 'ῥ' => 'Ῥ', - 'ῳ' => 'ΩΙ', - 'ⅎ' => 'Ⅎ', - 'ⅰ' => 'Ⅰ', - 'ⅱ' => 'Ⅱ', - 'ⅲ' => 'Ⅲ', - 'ⅳ' => 'Ⅳ', - 'ⅴ' => 'Ⅴ', - 'ⅵ' => 'Ⅵ', - 'ⅶ' => 'Ⅶ', - 'ⅷ' => 'Ⅷ', - 'ⅸ' => 'Ⅸ', - 'ⅹ' => 'Ⅹ', - 'ⅺ' => 'Ⅺ', - 'ⅻ' => 'Ⅻ', - 'ⅼ' => 'Ⅼ', - 'ⅽ' => 'Ⅽ', - 'ⅾ' => 'Ⅾ', - 'ⅿ' => 'Ⅿ', - 'ↄ' => 'Ↄ', - 'ⓐ' => 'Ⓐ', - 'ⓑ' => 'Ⓑ', - 'ⓒ' => 'Ⓒ', - 'ⓓ' => 'Ⓓ', - 'ⓔ' => 'Ⓔ', - 'ⓕ' => 'Ⓕ', - 'ⓖ' => 'Ⓖ', - 'ⓗ' => 'Ⓗ', - 'ⓘ' => 'Ⓘ', - 'ⓙ' => 'Ⓙ', - 'ⓚ' => 'Ⓚ', - 'ⓛ' => 'Ⓛ', - 'ⓜ' => 'Ⓜ', - 'ⓝ' => 'Ⓝ', - 'ⓞ' => 'Ⓞ', - 'ⓟ' => 'Ⓟ', - 'ⓠ' => 'Ⓠ', - 'ⓡ' => 'Ⓡ', - 'ⓢ' => 'Ⓢ', - 'ⓣ' => 'Ⓣ', - 'ⓤ' => 'Ⓤ', - 'ⓥ' => 'Ⓥ', - 'ⓦ' => 'Ⓦ', - 'ⓧ' => 'Ⓧ', - 'ⓨ' => 'Ⓨ', - 'ⓩ' => 'Ⓩ', - 'ⰰ' => 'Ⰰ', - 'ⰱ' => 'Ⰱ', - 'ⰲ' => 'Ⰲ', - 'ⰳ' => 'Ⰳ', - 'ⰴ' => 'Ⰴ', - 'ⰵ' => 'Ⰵ', - 'ⰶ' => 'Ⰶ', - 'ⰷ' => 'Ⰷ', - 'ⰸ' => 'Ⰸ', - 'ⰹ' => 'Ⰹ', - 'ⰺ' => 'Ⰺ', - 'ⰻ' => 'Ⰻ', - 'ⰼ' => 'Ⰼ', - 'ⰽ' => 'Ⰽ', - 'ⰾ' => 'Ⰾ', - 'ⰿ' => 'Ⰿ', - 'ⱀ' => 'Ⱀ', - 'ⱁ' => 'Ⱁ', - 'ⱂ' => 'Ⱂ', - 'ⱃ' => 'Ⱃ', - 'ⱄ' => 'Ⱄ', - 'ⱅ' => 'Ⱅ', - 'ⱆ' => 'Ⱆ', - 'ⱇ' => 'Ⱇ', - 'ⱈ' => 'Ⱈ', - 'ⱉ' => 'Ⱉ', - 'ⱊ' => 'Ⱊ', - 'ⱋ' => 'Ⱋ', - 'ⱌ' => 'Ⱌ', - 'ⱍ' => 'Ⱍ', - 'ⱎ' => 'Ⱎ', - 'ⱏ' => 'Ⱏ', - 'ⱐ' => 'Ⱐ', - 'ⱑ' => 'Ⱑ', - 'ⱒ' => 'Ⱒ', - 'ⱓ' => 'Ⱓ', - 'ⱔ' => 'Ⱔ', - 'ⱕ' => 'Ⱕ', - 'ⱖ' => 'Ⱖ', - 'ⱗ' => 'Ⱗ', - 'ⱘ' => 'Ⱘ', - 'ⱙ' => 'Ⱙ', - 'ⱚ' => 'Ⱚ', - 'ⱛ' => 'Ⱛ', - 'ⱜ' => 'Ⱜ', - 'ⱝ' => 'Ⱝ', - 'ⱞ' => 'Ⱞ', - 'ⱡ' => 'Ⱡ', - 'ⱥ' => 'Ⱥ', - 'ⱦ' => 'Ⱦ', - 'ⱨ' => 'Ⱨ', - 'ⱪ' => 'Ⱪ', - 'ⱬ' => 'Ⱬ', - 'ⱳ' => 'Ⱳ', - 'ⱶ' => 'Ⱶ', - 'ⲁ' => 'Ⲁ', - 'ⲃ' => 'Ⲃ', - 'ⲅ' => 'Ⲅ', - 'ⲇ' => 'Ⲇ', - 'ⲉ' => 'Ⲉ', - 'ⲋ' => 'Ⲋ', - 'ⲍ' => 'Ⲍ', - 'ⲏ' => 'Ⲏ', - 'ⲑ' => 'Ⲑ', - 'ⲓ' => 'Ⲓ', - 'ⲕ' => 'Ⲕ', - 'ⲗ' => 'Ⲗ', - 'ⲙ' => 'Ⲙ', - 'ⲛ' => 'Ⲛ', - 'ⲝ' => 'Ⲝ', - 'ⲟ' => 'Ⲟ', - 'ⲡ' => 'Ⲡ', - 'ⲣ' => 'Ⲣ', - 'ⲥ' => 'Ⲥ', - 'ⲧ' => 'Ⲧ', - 'ⲩ' => 'Ⲩ', - 'ⲫ' => 'Ⲫ', - 'ⲭ' => 'Ⲭ', - 'ⲯ' => 'Ⲯ', - 'ⲱ' => 'Ⲱ', - 'ⲳ' => 'Ⲳ', - 'ⲵ' => 'Ⲵ', - 'ⲷ' => 'Ⲷ', - 'ⲹ' => 'Ⲹ', - 'ⲻ' => 'Ⲻ', - 'ⲽ' => 'Ⲽ', - 'ⲿ' => 'Ⲿ', - 'ⳁ' => 'Ⳁ', - 'ⳃ' => 'Ⳃ', - 'ⳅ' => 'Ⳅ', - 'ⳇ' => 'Ⳇ', - 'ⳉ' => 'Ⳉ', - 'ⳋ' => 'Ⳋ', - 'ⳍ' => 'Ⳍ', - 'ⳏ' => 'Ⳏ', - 'ⳑ' => 'Ⳑ', - 'ⳓ' => 'Ⳓ', - 'ⳕ' => 'Ⳕ', - 'ⳗ' => 'Ⳗ', - 'ⳙ' => 'Ⳙ', - 'ⳛ' => 'Ⳛ', - 'ⳝ' => 'Ⳝ', - 'ⳟ' => 'Ⳟ', - 'ⳡ' => 'Ⳡ', - 'ⳣ' => 'Ⳣ', - 'ⳬ' => 'Ⳬ', - 'ⳮ' => 'Ⳮ', - 'ⳳ' => 'Ⳳ', - 'ⴀ' => 'Ⴀ', - 'ⴁ' => 'Ⴁ', - 'ⴂ' => 'Ⴂ', - 'ⴃ' => 'Ⴃ', - 'ⴄ' => 'Ⴄ', - 'ⴅ' => 'Ⴅ', - 'ⴆ' => 'Ⴆ', - 'ⴇ' => 'Ⴇ', - 'ⴈ' => 'Ⴈ', - 'ⴉ' => 'Ⴉ', - 'ⴊ' => 'Ⴊ', - 'ⴋ' => 'Ⴋ', - 'ⴌ' => 'Ⴌ', - 'ⴍ' => 'Ⴍ', - 'ⴎ' => 'Ⴎ', - 'ⴏ' => 'Ⴏ', - 'ⴐ' => 'Ⴐ', - 'ⴑ' => 'Ⴑ', - 'ⴒ' => 'Ⴒ', - 'ⴓ' => 'Ⴓ', - 'ⴔ' => 'Ⴔ', - 'ⴕ' => 'Ⴕ', - 'ⴖ' => 'Ⴖ', - 'ⴗ' => 'Ⴗ', - 'ⴘ' => 'Ⴘ', - 'ⴙ' => 'Ⴙ', - 'ⴚ' => 'Ⴚ', - 'ⴛ' => 'Ⴛ', - 'ⴜ' => 'Ⴜ', - 'ⴝ' => 'Ⴝ', - 'ⴞ' => 'Ⴞ', - 'ⴟ' => 'Ⴟ', - 'ⴠ' => 'Ⴠ', - 'ⴡ' => 'Ⴡ', - 'ⴢ' => 'Ⴢ', - 'ⴣ' => 'Ⴣ', - 'ⴤ' => 'Ⴤ', - 'ⴥ' => 'Ⴥ', - 'ⴧ' => 'Ⴧ', - 'ⴭ' => 'Ⴭ', - 'ꙁ' => 'Ꙁ', - 'ꙃ' => 'Ꙃ', - 'ꙅ' => 'Ꙅ', - 'ꙇ' => 'Ꙇ', - 'ꙉ' => 'Ꙉ', - 'ꙋ' => 'Ꙋ', - 'ꙍ' => 'Ꙍ', - 'ꙏ' => 'Ꙏ', - 'ꙑ' => 'Ꙑ', - 'ꙓ' => 'Ꙓ', - 'ꙕ' => 'Ꙕ', - 'ꙗ' => 'Ꙗ', - 'ꙙ' => 'Ꙙ', - 'ꙛ' => 'Ꙛ', - 'ꙝ' => 'Ꙝ', - 'ꙟ' => 'Ꙟ', - 'ꙡ' => 'Ꙡ', - 'ꙣ' => 'Ꙣ', - 'ꙥ' => 'Ꙥ', - 'ꙧ' => 'Ꙧ', - 'ꙩ' => 'Ꙩ', - 'ꙫ' => 'Ꙫ', - 'ꙭ' => 'Ꙭ', - 'ꚁ' => 'Ꚁ', - 'ꚃ' => 'Ꚃ', - 'ꚅ' => 'Ꚅ', - 'ꚇ' => 'Ꚇ', - 'ꚉ' => 'Ꚉ', - 'ꚋ' => 'Ꚋ', - 'ꚍ' => 'Ꚍ', - 'ꚏ' => 'Ꚏ', - 'ꚑ' => 'Ꚑ', - 'ꚓ' => 'Ꚓ', - 'ꚕ' => 'Ꚕ', - 'ꚗ' => 'Ꚗ', - 'ꚙ' => 'Ꚙ', - 'ꚛ' => 'Ꚛ', - 'ꜣ' => 'Ꜣ', - 'ꜥ' => 'Ꜥ', - 'ꜧ' => 'Ꜧ', - 'ꜩ' => 'Ꜩ', - 'ꜫ' => 'Ꜫ', - 'ꜭ' => 'Ꜭ', - 'ꜯ' => 'Ꜯ', - 'ꜳ' => 'Ꜳ', - 'ꜵ' => 'Ꜵ', - 'ꜷ' => 'Ꜷ', - 'ꜹ' => 'Ꜹ', - 'ꜻ' => 'Ꜻ', - 'ꜽ' => 'Ꜽ', - 'ꜿ' => 'Ꜿ', - 'ꝁ' => 'Ꝁ', - 'ꝃ' => 'Ꝃ', - 'ꝅ' => 'Ꝅ', - 'ꝇ' => 'Ꝇ', - 'ꝉ' => 'Ꝉ', - 'ꝋ' => 'Ꝋ', - 'ꝍ' => 'Ꝍ', - 'ꝏ' => 'Ꝏ', - 'ꝑ' => 'Ꝑ', - 'ꝓ' => 'Ꝓ', - 'ꝕ' => 'Ꝕ', - 'ꝗ' => 'Ꝗ', - 'ꝙ' => 'Ꝙ', - 'ꝛ' => 'Ꝛ', - 'ꝝ' => 'Ꝝ', - 'ꝟ' => 'Ꝟ', - 'ꝡ' => 'Ꝡ', - 'ꝣ' => 'Ꝣ', - 'ꝥ' => 'Ꝥ', - 'ꝧ' => 'Ꝧ', - 'ꝩ' => 'Ꝩ', - 'ꝫ' => 'Ꝫ', - 'ꝭ' => 'Ꝭ', - 'ꝯ' => 'Ꝯ', - 'ꝺ' => 'Ꝺ', - 'ꝼ' => 'Ꝼ', - 'ꝿ' => 'Ꝿ', - 'ꞁ' => 'Ꞁ', - 'ꞃ' => 'Ꞃ', - 'ꞅ' => 'Ꞅ', - 'ꞇ' => 'Ꞇ', - 'ꞌ' => 'Ꞌ', - 'ꞑ' => 'Ꞑ', - 'ꞓ' => 'Ꞓ', - 'ꞔ' => 'Ꞔ', - 'ꞗ' => 'Ꞗ', - 'ꞙ' => 'Ꞙ', - 'ꞛ' => 'Ꞛ', - 'ꞝ' => 'Ꞝ', - 'ꞟ' => 'Ꞟ', - 'ꞡ' => 'Ꞡ', - 'ꞣ' => 'Ꞣ', - 'ꞥ' => 'Ꞥ', - 'ꞧ' => 'Ꞧ', - 'ꞩ' => 'Ꞩ', - 'ꞵ' => 'Ꞵ', - 'ꞷ' => 'Ꞷ', - 'ꞹ' => 'Ꞹ', - 'ꞻ' => 'Ꞻ', - 'ꞽ' => 'Ꞽ', - 'ꞿ' => 'Ꞿ', - 'ꟃ' => 'Ꟃ', - 'ꟈ' => 'Ꟈ', - 'ꟊ' => 'Ꟊ', - 'ꟶ' => 'Ꟶ', - 'ꭓ' => 'Ꭓ', - 'ꭰ' => 'Ꭰ', - 'ꭱ' => 'Ꭱ', - 'ꭲ' => 'Ꭲ', - 'ꭳ' => 'Ꭳ', - 'ꭴ' => 'Ꭴ', - 'ꭵ' => 'Ꭵ', - 'ꭶ' => 'Ꭶ', - 'ꭷ' => 'Ꭷ', - 'ꭸ' => 'Ꭸ', - 'ꭹ' => 'Ꭹ', - 'ꭺ' => 'Ꭺ', - 'ꭻ' => 'Ꭻ', - 'ꭼ' => 'Ꭼ', - 'ꭽ' => 'Ꭽ', - 'ꭾ' => 'Ꭾ', - 'ꭿ' => 'Ꭿ', - 'ꮀ' => 'Ꮀ', - 'ꮁ' => 'Ꮁ', - 'ꮂ' => 'Ꮂ', - 'ꮃ' => 'Ꮃ', - 'ꮄ' => 'Ꮄ', - 'ꮅ' => 'Ꮅ', - 'ꮆ' => 'Ꮆ', - 'ꮇ' => 'Ꮇ', - 'ꮈ' => 'Ꮈ', - 'ꮉ' => 'Ꮉ', - 'ꮊ' => 'Ꮊ', - 'ꮋ' => 'Ꮋ', - 'ꮌ' => 'Ꮌ', - 'ꮍ' => 'Ꮍ', - 'ꮎ' => 'Ꮎ', - 'ꮏ' => 'Ꮏ', - 'ꮐ' => 'Ꮐ', - 'ꮑ' => 'Ꮑ', - 'ꮒ' => 'Ꮒ', - 'ꮓ' => 'Ꮓ', - 'ꮔ' => 'Ꮔ', - 'ꮕ' => 'Ꮕ', - 'ꮖ' => 'Ꮖ', - 'ꮗ' => 'Ꮗ', - 'ꮘ' => 'Ꮘ', - 'ꮙ' => 'Ꮙ', - 'ꮚ' => 'Ꮚ', - 'ꮛ' => 'Ꮛ', - 'ꮜ' => 'Ꮜ', - 'ꮝ' => 'Ꮝ', - 'ꮞ' => 'Ꮞ', - 'ꮟ' => 'Ꮟ', - 'ꮠ' => 'Ꮠ', - 'ꮡ' => 'Ꮡ', - 'ꮢ' => 'Ꮢ', - 'ꮣ' => 'Ꮣ', - 'ꮤ' => 'Ꮤ', - 'ꮥ' => 'Ꮥ', - 'ꮦ' => 'Ꮦ', - 'ꮧ' => 'Ꮧ', - 'ꮨ' => 'Ꮨ', - 'ꮩ' => 'Ꮩ', - 'ꮪ' => 'Ꮪ', - 'ꮫ' => 'Ꮫ', - 'ꮬ' => 'Ꮬ', - 'ꮭ' => 'Ꮭ', - 'ꮮ' => 'Ꮮ', - 'ꮯ' => 'Ꮯ', - 'ꮰ' => 'Ꮰ', - 'ꮱ' => 'Ꮱ', - 'ꮲ' => 'Ꮲ', - 'ꮳ' => 'Ꮳ', - 'ꮴ' => 'Ꮴ', - 'ꮵ' => 'Ꮵ', - 'ꮶ' => 'Ꮶ', - 'ꮷ' => 'Ꮷ', - 'ꮸ' => 'Ꮸ', - 'ꮹ' => 'Ꮹ', - 'ꮺ' => 'Ꮺ', - 'ꮻ' => 'Ꮻ', - 'ꮼ' => 'Ꮼ', - 'ꮽ' => 'Ꮽ', - 'ꮾ' => 'Ꮾ', - 'ꮿ' => 'Ꮿ', - 'a' => 'A', - 'b' => 'B', - 'c' => 'C', - 'd' => 'D', - 'e' => 'E', - 'f' => 'F', - 'g' => 'G', - 'h' => 'H', - 'i' => 'I', - 'j' => 'J', - 'k' => 'K', - 'l' => 'L', - 'm' => 'M', - 'n' => 'N', - 'o' => 'O', - 'p' => 'P', - 'q' => 'Q', - 'r' => 'R', - 's' => 'S', - 't' => 'T', - 'u' => 'U', - 'v' => 'V', - 'w' => 'W', - 'x' => 'X', - 'y' => 'Y', - 'z' => 'Z', - '𐐨' => '𐐀', - '𐐩' => '𐐁', - '𐐪' => '𐐂', - '𐐫' => '𐐃', - '𐐬' => '𐐄', - '𐐭' => '𐐅', - '𐐮' => '𐐆', - '𐐯' => '𐐇', - '𐐰' => '𐐈', - '𐐱' => '𐐉', - '𐐲' => '𐐊', - '𐐳' => '𐐋', - '𐐴' => '𐐌', - '𐐵' => '𐐍', - '𐐶' => '𐐎', - '𐐷' => '𐐏', - '𐐸' => '𐐐', - '𐐹' => '𐐑', - '𐐺' => '𐐒', - '𐐻' => '𐐓', - '𐐼' => '𐐔', - '𐐽' => '𐐕', - '𐐾' => '𐐖', - '𐐿' => '𐐗', - '𐑀' => '𐐘', - '𐑁' => '𐐙', - '𐑂' => '𐐚', - '𐑃' => '𐐛', - '𐑄' => '𐐜', - '𐑅' => '𐐝', - '𐑆' => '𐐞', - '𐑇' => '𐐟', - '𐑈' => '𐐠', - '𐑉' => '𐐡', - '𐑊' => '𐐢', - '𐑋' => '𐐣', - '𐑌' => '𐐤', - '𐑍' => '𐐥', - '𐑎' => '𐐦', - '𐑏' => '𐐧', - '𐓘' => '𐒰', - '𐓙' => '𐒱', - '𐓚' => '𐒲', - '𐓛' => '𐒳', - '𐓜' => '𐒴', - '𐓝' => '𐒵', - '𐓞' => '𐒶', - '𐓟' => '𐒷', - '𐓠' => '𐒸', - '𐓡' => '𐒹', - '𐓢' => '𐒺', - '𐓣' => '𐒻', - '𐓤' => '𐒼', - '𐓥' => '𐒽', - '𐓦' => '𐒾', - '𐓧' => '𐒿', - '𐓨' => '𐓀', - '𐓩' => '𐓁', - '𐓪' => '𐓂', - '𐓫' => '𐓃', - '𐓬' => '𐓄', - '𐓭' => '𐓅', - '𐓮' => '𐓆', - '𐓯' => '𐓇', - '𐓰' => '𐓈', - '𐓱' => '𐓉', - '𐓲' => '𐓊', - '𐓳' => '𐓋', - '𐓴' => '𐓌', - '𐓵' => '𐓍', - '𐓶' => '𐓎', - '𐓷' => '𐓏', - '𐓸' => '𐓐', - '𐓹' => '𐓑', - '𐓺' => '𐓒', - '𐓻' => '𐓓', - '𐳀' => '𐲀', - '𐳁' => '𐲁', - '𐳂' => '𐲂', - '𐳃' => '𐲃', - '𐳄' => '𐲄', - '𐳅' => '𐲅', - '𐳆' => '𐲆', - '𐳇' => '𐲇', - '𐳈' => '𐲈', - '𐳉' => '𐲉', - '𐳊' => '𐲊', - '𐳋' => '𐲋', - '𐳌' => '𐲌', - '𐳍' => '𐲍', - '𐳎' => '𐲎', - '𐳏' => '𐲏', - '𐳐' => '𐲐', - '𐳑' => '𐲑', - '𐳒' => '𐲒', - '𐳓' => '𐲓', - '𐳔' => '𐲔', - '𐳕' => '𐲕', - '𐳖' => '𐲖', - '𐳗' => '𐲗', - '𐳘' => '𐲘', - '𐳙' => '𐲙', - '𐳚' => '𐲚', - '𐳛' => '𐲛', - '𐳜' => '𐲜', - '𐳝' => '𐲝', - '𐳞' => '𐲞', - '𐳟' => '𐲟', - '𐳠' => '𐲠', - '𐳡' => '𐲡', - '𐳢' => '𐲢', - '𐳣' => '𐲣', - '𐳤' => '𐲤', - '𐳥' => '𐲥', - '𐳦' => '𐲦', - '𐳧' => '𐲧', - '𐳨' => '𐲨', - '𐳩' => '𐲩', - '𐳪' => '𐲪', - '𐳫' => '𐲫', - '𐳬' => '𐲬', - '𐳭' => '𐲭', - '𐳮' => '𐲮', - '𐳯' => '𐲯', - '𐳰' => '𐲰', - '𐳱' => '𐲱', - '𐳲' => '𐲲', - '𑣀' => '𑢠', - '𑣁' => '𑢡', - '𑣂' => '𑢢', - '𑣃' => '𑢣', - '𑣄' => '𑢤', - '𑣅' => '𑢥', - '𑣆' => '𑢦', - '𑣇' => '𑢧', - '𑣈' => '𑢨', - '𑣉' => '𑢩', - '𑣊' => '𑢪', - '𑣋' => '𑢫', - '𑣌' => '𑢬', - '𑣍' => '𑢭', - '𑣎' => '𑢮', - '𑣏' => '𑢯', - '𑣐' => '𑢰', - '𑣑' => '𑢱', - '𑣒' => '𑢲', - '𑣓' => '𑢳', - '𑣔' => '𑢴', - '𑣕' => '𑢵', - '𑣖' => '𑢶', - '𑣗' => '𑢷', - '𑣘' => '𑢸', - '𑣙' => '𑢹', - '𑣚' => '𑢺', - '𑣛' => '𑢻', - '𑣜' => '𑢼', - '𑣝' => '𑢽', - '𑣞' => '𑢾', - '𑣟' => '𑢿', - '𖹠' => '𖹀', - '𖹡' => '𖹁', - '𖹢' => '𖹂', - '𖹣' => '𖹃', - '𖹤' => '𖹄', - '𖹥' => '𖹅', - '𖹦' => '𖹆', - '𖹧' => '𖹇', - '𖹨' => '𖹈', - '𖹩' => '𖹉', - '𖹪' => '𖹊', - '𖹫' => '𖹋', - '𖹬' => '𖹌', - '𖹭' => '𖹍', - '𖹮' => '𖹎', - '𖹯' => '𖹏', - '𖹰' => '𖹐', - '𖹱' => '𖹑', - '𖹲' => '𖹒', - '𖹳' => '𖹓', - '𖹴' => '𖹔', - '𖹵' => '𖹕', - '𖹶' => '𖹖', - '𖹷' => '𖹗', - '𖹸' => '𖹘', - '𖹹' => '𖹙', - '𖹺' => '𖹚', - '𖹻' => '𖹛', - '𖹼' => '𖹜', - '𖹽' => '𖹝', - '𖹾' => '𖹞', - '𖹿' => '𖹟', - '𞤢' => '𞤀', - '𞤣' => '𞤁', - '𞤤' => '𞤂', - '𞤥' => '𞤃', - '𞤦' => '𞤄', - '𞤧' => '𞤅', - '𞤨' => '𞤆', - '𞤩' => '𞤇', - '𞤪' => '𞤈', - '𞤫' => '𞤉', - '𞤬' => '𞤊', - '𞤭' => '𞤋', - '𞤮' => '𞤌', - '𞤯' => '𞤍', - '𞤰' => '𞤎', - '𞤱' => '𞤏', - '𞤲' => '𞤐', - '𞤳' => '𞤑', - '𞤴' => '𞤒', - '𞤵' => '𞤓', - '𞤶' => '𞤔', - '𞤷' => '𞤕', - '𞤸' => '𞤖', - '𞤹' => '𞤗', - '𞤺' => '𞤘', - '𞤻' => '𞤙', - '𞤼' => '𞤚', - '𞤽' => '𞤛', - '𞤾' => '𞤜', - '𞤿' => '𞤝', - '𞥀' => '𞤞', - '𞥁' => '𞤟', - '𞥂' => '𞤠', - '𞥃' => '𞤡', - 'ß' => 'SS', - 'ff' => 'FF', - 'fi' => 'FI', - 'fl' => 'FL', - 'ffi' => 'FFI', - 'ffl' => 'FFL', - 'ſt' => 'ST', - 'st' => 'ST', - 'և' => 'ԵՒ', - 'ﬓ' => 'ՄՆ', - 'ﬔ' => 'ՄԵ', - 'ﬕ' => 'ՄԻ', - 'ﬖ' => 'ՎՆ', - 'ﬗ' => 'ՄԽ', - 'ʼn' => 'ʼN', - 'ΐ' => 'Ϊ́', - 'ΰ' => 'Ϋ́', - 'ǰ' => 'J̌', - 'ẖ' => 'H̱', - 'ẗ' => 'T̈', - 'ẘ' => 'W̊', - 'ẙ' => 'Y̊', - 'ẚ' => 'Aʾ', - 'ὐ' => 'Υ̓', - 'ὒ' => 'Υ̓̀', - 'ὔ' => 'Υ̓́', - 'ὖ' => 'Υ̓͂', - 'ᾶ' => 'Α͂', - 'ῆ' => 'Η͂', - 'ῒ' => 'Ϊ̀', - 'ΐ' => 'Ϊ́', - 'ῖ' => 'Ι͂', - 'ῗ' => 'Ϊ͂', - 'ῢ' => 'Ϋ̀', - 'ΰ' => 'Ϋ́', - 'ῤ' => 'Ρ̓', - 'ῦ' => 'Υ͂', - 'ῧ' => 'Ϋ͂', - 'ῶ' => 'Ω͂', - 'ᾈ' => 'ἈΙ', - 'ᾉ' => 'ἉΙ', - 'ᾊ' => 'ἊΙ', - 'ᾋ' => 'ἋΙ', - 'ᾌ' => 'ἌΙ', - 'ᾍ' => 'ἍΙ', - 'ᾎ' => 'ἎΙ', - 'ᾏ' => 'ἏΙ', - 'ᾘ' => 'ἨΙ', - 'ᾙ' => 'ἩΙ', - 'ᾚ' => 'ἪΙ', - 'ᾛ' => 'ἫΙ', - 'ᾜ' => 'ἬΙ', - 'ᾝ' => 'ἭΙ', - 'ᾞ' => 'ἮΙ', - 'ᾟ' => 'ἯΙ', - 'ᾨ' => 'ὨΙ', - 'ᾩ' => 'ὩΙ', - 'ᾪ' => 'ὪΙ', - 'ᾫ' => 'ὫΙ', - 'ᾬ' => 'ὬΙ', - 'ᾭ' => 'ὭΙ', - 'ᾮ' => 'ὮΙ', - 'ᾯ' => 'ὯΙ', - 'ᾼ' => 'ΑΙ', - 'ῌ' => 'ΗΙ', - 'ῼ' => 'ΩΙ', - 'ᾲ' => 'ᾺΙ', - 'ᾴ' => 'ΆΙ', - 'ῂ' => 'ῊΙ', - 'ῄ' => 'ΉΙ', - 'ῲ' => 'ῺΙ', - 'ῴ' => 'ΏΙ', - 'ᾷ' => 'Α͂Ι', - 'ῇ' => 'Η͂Ι', - 'ῷ' => 'Ω͂Ι', -); diff --git a/Sources/vendor/symfony/polyfill-mbstring/bootstrap.php b/Sources/vendor/symfony/polyfill-mbstring/bootstrap.php deleted file mode 100755 index ecf1a035..00000000 --- a/Sources/vendor/symfony/polyfill-mbstring/bootstrap.php +++ /dev/null @@ -1,151 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -use Symfony\Polyfill\Mbstring as p; - -if (\PHP_VERSION_ID >= 80000) { - return require __DIR__.'/bootstrap80.php'; -} - -if (!function_exists('mb_convert_encoding')) { - function mb_convert_encoding($string, $to_encoding, $from_encoding = null) { return p\Mbstring::mb_convert_encoding($string, $to_encoding, $from_encoding); } -} -if (!function_exists('mb_decode_mimeheader')) { - function mb_decode_mimeheader($string) { return p\Mbstring::mb_decode_mimeheader($string); } -} -if (!function_exists('mb_encode_mimeheader')) { - function mb_encode_mimeheader($string, $charset = null, $transfer_encoding = null, $newline = "\r\n", $indent = 0) { return p\Mbstring::mb_encode_mimeheader($string, $charset, $transfer_encoding, $newline, $indent); } -} -if (!function_exists('mb_decode_numericentity')) { - function mb_decode_numericentity($string, $map, $encoding = null) { return p\Mbstring::mb_decode_numericentity($string, $map, $encoding); } -} -if (!function_exists('mb_encode_numericentity')) { - function mb_encode_numericentity($string, $map, $encoding = null, $hex = false) { return p\Mbstring::mb_encode_numericentity($string, $map, $encoding, $hex); } -} -if (!function_exists('mb_convert_case')) { - function mb_convert_case($string, $mode, $encoding = null) { return p\Mbstring::mb_convert_case($string, $mode, $encoding); } -} -if (!function_exists('mb_internal_encoding')) { - function mb_internal_encoding($encoding = null) { return p\Mbstring::mb_internal_encoding($encoding); } -} -if (!function_exists('mb_language')) { - function mb_language($language = null) { return p\Mbstring::mb_language($language); } -} -if (!function_exists('mb_list_encodings')) { - function mb_list_encodings() { return p\Mbstring::mb_list_encodings(); } -} -if (!function_exists('mb_encoding_aliases')) { - function mb_encoding_aliases($encoding) { return p\Mbstring::mb_encoding_aliases($encoding); } -} -if (!function_exists('mb_check_encoding')) { - function mb_check_encoding($value = null, $encoding = null) { return p\Mbstring::mb_check_encoding($value, $encoding); } -} -if (!function_exists('mb_detect_encoding')) { - function mb_detect_encoding($string, $encodings = null, $strict = false) { return p\Mbstring::mb_detect_encoding($string, $encodings, $strict); } -} -if (!function_exists('mb_detect_order')) { - function mb_detect_order($encoding = null) { return p\Mbstring::mb_detect_order($encoding); } -} -if (!function_exists('mb_parse_str')) { - function mb_parse_str($string, &$result = []) { parse_str($string, $result); return (bool) $result; } -} -if (!function_exists('mb_strlen')) { - function mb_strlen($string, $encoding = null) { return p\Mbstring::mb_strlen($string, $encoding); } -} -if (!function_exists('mb_strpos')) { - function mb_strpos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_strpos($haystack, $needle, $offset, $encoding); } -} -if (!function_exists('mb_strtolower')) { - function mb_strtolower($string, $encoding = null) { return p\Mbstring::mb_strtolower($string, $encoding); } -} -if (!function_exists('mb_strtoupper')) { - function mb_strtoupper($string, $encoding = null) { return p\Mbstring::mb_strtoupper($string, $encoding); } -} -if (!function_exists('mb_substitute_character')) { - function mb_substitute_character($substitute_character = null) { return p\Mbstring::mb_substitute_character($substitute_character); } -} -if (!function_exists('mb_substr')) { - function mb_substr($string, $start, $length = 2147483647, $encoding = null) { return p\Mbstring::mb_substr($string, $start, $length, $encoding); } -} -if (!function_exists('mb_stripos')) { - function mb_stripos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_stripos($haystack, $needle, $offset, $encoding); } -} -if (!function_exists('mb_stristr')) { - function mb_stristr($haystack, $needle, $before_needle = false, $encoding = null) { return p\Mbstring::mb_stristr($haystack, $needle, $before_needle, $encoding); } -} -if (!function_exists('mb_strrchr')) { - function mb_strrchr($haystack, $needle, $before_needle = false, $encoding = null) { return p\Mbstring::mb_strrchr($haystack, $needle, $before_needle, $encoding); } -} -if (!function_exists('mb_strrichr')) { - function mb_strrichr($haystack, $needle, $before_needle = false, $encoding = null) { return p\Mbstring::mb_strrichr($haystack, $needle, $before_needle, $encoding); } -} -if (!function_exists('mb_strripos')) { - function mb_strripos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_strripos($haystack, $needle, $offset, $encoding); } -} -if (!function_exists('mb_strrpos')) { - function mb_strrpos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_strrpos($haystack, $needle, $offset, $encoding); } -} -if (!function_exists('mb_strstr')) { - function mb_strstr($haystack, $needle, $before_needle = false, $encoding = null) { return p\Mbstring::mb_strstr($haystack, $needle, $before_needle, $encoding); } -} -if (!function_exists('mb_get_info')) { - function mb_get_info($type = 'all') { return p\Mbstring::mb_get_info($type); } -} -if (!function_exists('mb_http_output')) { - function mb_http_output($encoding = null) { return p\Mbstring::mb_http_output($encoding); } -} -if (!function_exists('mb_strwidth')) { - function mb_strwidth($string, $encoding = null) { return p\Mbstring::mb_strwidth($string, $encoding); } -} -if (!function_exists('mb_substr_count')) { - function mb_substr_count($haystack, $needle, $encoding = null) { return p\Mbstring::mb_substr_count($haystack, $needle, $encoding); } -} -if (!function_exists('mb_output_handler')) { - function mb_output_handler($string, $status) { return p\Mbstring::mb_output_handler($string, $status); } -} -if (!function_exists('mb_http_input')) { - function mb_http_input($type = null) { return p\Mbstring::mb_http_input($type); } -} - -if (!function_exists('mb_convert_variables')) { - function mb_convert_variables($to_encoding, $from_encoding, &...$vars) { return p\Mbstring::mb_convert_variables($to_encoding, $from_encoding, ...$vars); } -} - -if (!function_exists('mb_ord')) { - function mb_ord($string, $encoding = null) { return p\Mbstring::mb_ord($string, $encoding); } -} -if (!function_exists('mb_chr')) { - function mb_chr($codepoint, $encoding = null) { return p\Mbstring::mb_chr($codepoint, $encoding); } -} -if (!function_exists('mb_scrub')) { - function mb_scrub($string, $encoding = null) { $encoding = null === $encoding ? mb_internal_encoding() : $encoding; return mb_convert_encoding($string, $encoding, $encoding); } -} -if (!function_exists('mb_str_split')) { - function mb_str_split($string, $length = 1, $encoding = null) { return p\Mbstring::mb_str_split($string, $length, $encoding); } -} - -if (!function_exists('mb_str_pad')) { - function mb_str_pad(string $string, int $length, string $pad_string = ' ', int $pad_type = STR_PAD_RIGHT, ?string $encoding = null): string { return p\Mbstring::mb_str_pad($string, $length, $pad_string, $pad_type, $encoding); } -} - -if (extension_loaded('mbstring')) { - return; -} - -if (!defined('MB_CASE_UPPER')) { - define('MB_CASE_UPPER', 0); -} -if (!defined('MB_CASE_LOWER')) { - define('MB_CASE_LOWER', 1); -} -if (!defined('MB_CASE_TITLE')) { - define('MB_CASE_TITLE', 2); -} diff --git a/Sources/vendor/symfony/polyfill-mbstring/bootstrap80.php b/Sources/vendor/symfony/polyfill-mbstring/bootstrap80.php deleted file mode 100755 index 2f9fb5b4..00000000 --- a/Sources/vendor/symfony/polyfill-mbstring/bootstrap80.php +++ /dev/null @@ -1,147 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -use Symfony\Polyfill\Mbstring as p; - -if (!function_exists('mb_convert_encoding')) { - function mb_convert_encoding(array|string|null $string, ?string $to_encoding, array|string|null $from_encoding = null): array|string|false { return p\Mbstring::mb_convert_encoding($string ?? '', (string) $to_encoding, $from_encoding); } -} -if (!function_exists('mb_decode_mimeheader')) { - function mb_decode_mimeheader(?string $string): string { return p\Mbstring::mb_decode_mimeheader((string) $string); } -} -if (!function_exists('mb_encode_mimeheader')) { - function mb_encode_mimeheader(?string $string, ?string $charset = null, ?string $transfer_encoding = null, ?string $newline = "\r\n", ?int $indent = 0): string { return p\Mbstring::mb_encode_mimeheader((string) $string, $charset, $transfer_encoding, (string) $newline, (int) $indent); } -} -if (!function_exists('mb_decode_numericentity')) { - function mb_decode_numericentity(?string $string, array $map, ?string $encoding = null): string { return p\Mbstring::mb_decode_numericentity((string) $string, $map, $encoding); } -} -if (!function_exists('mb_encode_numericentity')) { - function mb_encode_numericentity(?string $string, array $map, ?string $encoding = null, ?bool $hex = false): string { return p\Mbstring::mb_encode_numericentity((string) $string, $map, $encoding, (bool) $hex); } -} -if (!function_exists('mb_convert_case')) { - function mb_convert_case(?string $string, ?int $mode, ?string $encoding = null): string { return p\Mbstring::mb_convert_case((string) $string, (int) $mode, $encoding); } -} -if (!function_exists('mb_internal_encoding')) { - function mb_internal_encoding(?string $encoding = null): string|bool { return p\Mbstring::mb_internal_encoding($encoding); } -} -if (!function_exists('mb_language')) { - function mb_language(?string $language = null): string|bool { return p\Mbstring::mb_language($language); } -} -if (!function_exists('mb_list_encodings')) { - function mb_list_encodings(): array { return p\Mbstring::mb_list_encodings(); } -} -if (!function_exists('mb_encoding_aliases')) { - function mb_encoding_aliases(?string $encoding): array { return p\Mbstring::mb_encoding_aliases((string) $encoding); } -} -if (!function_exists('mb_check_encoding')) { - function mb_check_encoding(array|string|null $value = null, ?string $encoding = null): bool { return p\Mbstring::mb_check_encoding($value, $encoding); } -} -if (!function_exists('mb_detect_encoding')) { - function mb_detect_encoding(?string $string, array|string|null $encodings = null, ?bool $strict = false): string|false { return p\Mbstring::mb_detect_encoding((string) $string, $encodings, (bool) $strict); } -} -if (!function_exists('mb_detect_order')) { - function mb_detect_order(array|string|null $encoding = null): array|bool { return p\Mbstring::mb_detect_order($encoding); } -} -if (!function_exists('mb_parse_str')) { - function mb_parse_str(?string $string, &$result = []): bool { parse_str((string) $string, $result); return (bool) $result; } -} -if (!function_exists('mb_strlen')) { - function mb_strlen(?string $string, ?string $encoding = null): int { return p\Mbstring::mb_strlen((string) $string, $encoding); } -} -if (!function_exists('mb_strpos')) { - function mb_strpos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): int|false { return p\Mbstring::mb_strpos((string) $haystack, (string) $needle, (int) $offset, $encoding); } -} -if (!function_exists('mb_strtolower')) { - function mb_strtolower(?string $string, ?string $encoding = null): string { return p\Mbstring::mb_strtolower((string) $string, $encoding); } -} -if (!function_exists('mb_strtoupper')) { - function mb_strtoupper(?string $string, ?string $encoding = null): string { return p\Mbstring::mb_strtoupper((string) $string, $encoding); } -} -if (!function_exists('mb_substitute_character')) { - function mb_substitute_character(string|int|null $substitute_character = null): string|int|bool { return p\Mbstring::mb_substitute_character($substitute_character); } -} -if (!function_exists('mb_substr')) { - function mb_substr(?string $string, ?int $start, ?int $length = null, ?string $encoding = null): string { return p\Mbstring::mb_substr((string) $string, (int) $start, $length, $encoding); } -} -if (!function_exists('mb_stripos')) { - function mb_stripos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): int|false { return p\Mbstring::mb_stripos((string) $haystack, (string) $needle, (int) $offset, $encoding); } -} -if (!function_exists('mb_stristr')) { - function mb_stristr(?string $haystack, ?string $needle, ?bool $before_needle = false, ?string $encoding = null): string|false { return p\Mbstring::mb_stristr((string) $haystack, (string) $needle, (bool) $before_needle, $encoding); } -} -if (!function_exists('mb_strrchr')) { - function mb_strrchr(?string $haystack, ?string $needle, ?bool $before_needle = false, ?string $encoding = null): string|false { return p\Mbstring::mb_strrchr((string) $haystack, (string) $needle, (bool) $before_needle, $encoding); } -} -if (!function_exists('mb_strrichr')) { - function mb_strrichr(?string $haystack, ?string $needle, ?bool $before_needle = false, ?string $encoding = null): string|false { return p\Mbstring::mb_strrichr((string) $haystack, (string) $needle, (bool) $before_needle, $encoding); } -} -if (!function_exists('mb_strripos')) { - function mb_strripos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): int|false { return p\Mbstring::mb_strripos((string) $haystack, (string) $needle, (int) $offset, $encoding); } -} -if (!function_exists('mb_strrpos')) { - function mb_strrpos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): int|false { return p\Mbstring::mb_strrpos((string) $haystack, (string) $needle, (int) $offset, $encoding); } -} -if (!function_exists('mb_strstr')) { - function mb_strstr(?string $haystack, ?string $needle, ?bool $before_needle = false, ?string $encoding = null): string|false { return p\Mbstring::mb_strstr((string) $haystack, (string) $needle, (bool) $before_needle, $encoding); } -} -if (!function_exists('mb_get_info')) { - function mb_get_info(?string $type = 'all'): array|string|int|false { return p\Mbstring::mb_get_info((string) $type); } -} -if (!function_exists('mb_http_output')) { - function mb_http_output(?string $encoding = null): string|bool { return p\Mbstring::mb_http_output($encoding); } -} -if (!function_exists('mb_strwidth')) { - function mb_strwidth(?string $string, ?string $encoding = null): int { return p\Mbstring::mb_strwidth((string) $string, $encoding); } -} -if (!function_exists('mb_substr_count')) { - function mb_substr_count(?string $haystack, ?string $needle, ?string $encoding = null): int { return p\Mbstring::mb_substr_count((string) $haystack, (string) $needle, $encoding); } -} -if (!function_exists('mb_output_handler')) { - function mb_output_handler(?string $string, ?int $status): string { return p\Mbstring::mb_output_handler((string) $string, (int) $status); } -} -if (!function_exists('mb_http_input')) { - function mb_http_input(?string $type = null): array|string|false { return p\Mbstring::mb_http_input($type); } -} - -if (!function_exists('mb_convert_variables')) { - function mb_convert_variables(?string $to_encoding, array|string|null $from_encoding, mixed &$var, mixed &...$vars): string|false { return p\Mbstring::mb_convert_variables((string) $to_encoding, $from_encoding ?? '', $var, ...$vars); } -} - -if (!function_exists('mb_ord')) { - function mb_ord(?string $string, ?string $encoding = null): int|false { return p\Mbstring::mb_ord((string) $string, $encoding); } -} -if (!function_exists('mb_chr')) { - function mb_chr(?int $codepoint, ?string $encoding = null): string|false { return p\Mbstring::mb_chr((int) $codepoint, $encoding); } -} -if (!function_exists('mb_scrub')) { - function mb_scrub(?string $string, ?string $encoding = null): string { $encoding ??= mb_internal_encoding(); return mb_convert_encoding((string) $string, $encoding, $encoding); } -} -if (!function_exists('mb_str_split')) { - function mb_str_split(?string $string, ?int $length = 1, ?string $encoding = null): array { return p\Mbstring::mb_str_split((string) $string, (int) $length, $encoding); } -} - -if (!function_exists('mb_str_pad')) { - function mb_str_pad(string $string, int $length, string $pad_string = ' ', int $pad_type = STR_PAD_RIGHT, ?string $encoding = null): string { return p\Mbstring::mb_str_pad($string, $length, $pad_string, $pad_type, $encoding); } -} - -if (extension_loaded('mbstring')) { - return; -} - -if (!defined('MB_CASE_UPPER')) { - define('MB_CASE_UPPER', 0); -} -if (!defined('MB_CASE_LOWER')) { - define('MB_CASE_LOWER', 1); -} -if (!defined('MB_CASE_TITLE')) { - define('MB_CASE_TITLE', 2); -} diff --git a/Sources/vendor/symfony/polyfill-mbstring/composer.json b/Sources/vendor/symfony/polyfill-mbstring/composer.json deleted file mode 100755 index 943e5029..00000000 --- a/Sources/vendor/symfony/polyfill-mbstring/composer.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "symfony/polyfill-mbstring", - "type": "library", - "description": "Symfony polyfill for the Mbstring extension", - "keywords": ["polyfill", "shim", "compatibility", "portable", "mbstring"], - "homepage": "https://symfony.com", - "license": "MIT", - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "require": { - "php": ">=7.1" - }, - "provide": { - "ext-mbstring": "*" - }, - "autoload": { - "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" }, - "files": [ "bootstrap.php" ] - }, - "suggest": { - "ext-mbstring": "For best performance" - }, - "minimum-stability": "dev", - "extra": { - "branch-alias": { - "dev-main": "1.28-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - } -} diff --git a/Sources/vendor/symfony/polyfill-php80/LICENSE b/Sources/vendor/symfony/polyfill-php80/LICENSE deleted file mode 100644 index 0ed3a246..00000000 --- a/Sources/vendor/symfony/polyfill-php80/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2020-present Fabien Potencier - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is furnished -to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/Sources/vendor/symfony/polyfill-php80/Php80.php b/Sources/vendor/symfony/polyfill-php80/Php80.php deleted file mode 100644 index 362dd1a9..00000000 --- a/Sources/vendor/symfony/polyfill-php80/Php80.php +++ /dev/null @@ -1,115 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace Symfony\Polyfill\Php80; - -/** - * @author Ion Bazan - * @author Nico Oelgart - * @author Nicolas Grekas - * - * @internal - */ -final class Php80 -{ - public static function fdiv(float $dividend, float $divisor): float - { - return @($dividend / $divisor); - } - - public static function get_debug_type($value): string - { - switch (true) { - case null === $value: return 'null'; - case \is_bool($value): return 'bool'; - case \is_string($value): return 'string'; - case \is_array($value): return 'array'; - case \is_int($value): return 'int'; - case \is_float($value): return 'float'; - case \is_object($value): break; - case $value instanceof \__PHP_Incomplete_Class: return '__PHP_Incomplete_Class'; - default: - if (null === $type = @get_resource_type($value)) { - return 'unknown'; - } - - if ('Unknown' === $type) { - $type = 'closed'; - } - - return "resource ($type)"; - } - - $class = \get_class($value); - - if (false === strpos($class, '@')) { - return $class; - } - - return (get_parent_class($class) ?: key(class_implements($class)) ?: 'class').'@anonymous'; - } - - public static function get_resource_id($res): int - { - if (!\is_resource($res) && null === @get_resource_type($res)) { - throw new \TypeError(sprintf('Argument 1 passed to get_resource_id() must be of the type resource, %s given', get_debug_type($res))); - } - - return (int) $res; - } - - public static function preg_last_error_msg(): string - { - switch (preg_last_error()) { - case \PREG_INTERNAL_ERROR: - return 'Internal error'; - case \PREG_BAD_UTF8_ERROR: - return 'Malformed UTF-8 characters, possibly incorrectly encoded'; - case \PREG_BAD_UTF8_OFFSET_ERROR: - return 'The offset did not correspond to the beginning of a valid UTF-8 code point'; - case \PREG_BACKTRACK_LIMIT_ERROR: - return 'Backtrack limit exhausted'; - case \PREG_RECURSION_LIMIT_ERROR: - return 'Recursion limit exhausted'; - case \PREG_JIT_STACKLIMIT_ERROR: - return 'JIT stack limit exhausted'; - case \PREG_NO_ERROR: - return 'No error'; - default: - return 'Unknown error'; - } - } - - public static function str_contains(string $haystack, string $needle): bool - { - return '' === $needle || false !== strpos($haystack, $needle); - } - - public static function str_starts_with(string $haystack, string $needle): bool - { - return 0 === strncmp($haystack, $needle, \strlen($needle)); - } - - public static function str_ends_with(string $haystack, string $needle): bool - { - if ('' === $needle || $needle === $haystack) { - return true; - } - - if ('' === $haystack) { - return false; - } - - $needleLength = \strlen($needle); - - return $needleLength <= \strlen($haystack) && 0 === substr_compare($haystack, $needle, -$needleLength); - } -} diff --git a/Sources/vendor/symfony/polyfill-php80/PhpToken.php b/Sources/vendor/symfony/polyfill-php80/PhpToken.php deleted file mode 100644 index fe6e6910..00000000 --- a/Sources/vendor/symfony/polyfill-php80/PhpToken.php +++ /dev/null @@ -1,103 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace Symfony\Polyfill\Php80; - -/** - * @author Fedonyuk Anton - * - * @internal - */ -class PhpToken implements \Stringable -{ - /** - * @var int - */ - public $id; - - /** - * @var string - */ - public $text; - - /** - * @var int - */ - public $line; - - /** - * @var int - */ - public $pos; - - public function __construct(int $id, string $text, int $line = -1, int $position = -1) - { - $this->id = $id; - $this->text = $text; - $this->line = $line; - $this->pos = $position; - } - - public function getTokenName(): ?string - { - if ('UNKNOWN' === $name = token_name($this->id)) { - $name = \strlen($this->text) > 1 || \ord($this->text) < 32 ? null : $this->text; - } - - return $name; - } - - /** - * @param int|string|array $kind - */ - public function is($kind): bool - { - foreach ((array) $kind as $value) { - if (\in_array($value, [$this->id, $this->text], true)) { - return true; - } - } - - return false; - } - - public function isIgnorable(): bool - { - return \in_array($this->id, [\T_WHITESPACE, \T_COMMENT, \T_DOC_COMMENT, \T_OPEN_TAG], true); - } - - public function __toString(): string - { - return (string) $this->text; - } - - /** - * @return static[] - */ - public static function tokenize(string $code, int $flags = 0): array - { - $line = 1; - $position = 0; - $tokens = token_get_all($code, $flags); - foreach ($tokens as $index => $token) { - if (\is_string($token)) { - $id = \ord($token); - $text = $token; - } else { - [$id, $text, $line] = $token; - } - $tokens[$index] = new static($id, $text, $line, $position); - $position += \strlen($text); - } - - return $tokens; - } -} diff --git a/Sources/vendor/symfony/polyfill-php80/README.md b/Sources/vendor/symfony/polyfill-php80/README.md deleted file mode 100644 index 3816c559..00000000 --- a/Sources/vendor/symfony/polyfill-php80/README.md +++ /dev/null @@ -1,25 +0,0 @@ -Symfony Polyfill / Php80 -======================== - -This component provides features added to PHP 8.0 core: - -- [`Stringable`](https://php.net/stringable) interface -- [`fdiv`](https://php.net/fdiv) -- [`ValueError`](https://php.net/valueerror) class -- [`UnhandledMatchError`](https://php.net/unhandledmatcherror) class -- `FILTER_VALIDATE_BOOL` constant -- [`get_debug_type`](https://php.net/get_debug_type) -- [`PhpToken`](https://php.net/phptoken) class -- [`preg_last_error_msg`](https://php.net/preg_last_error_msg) -- [`str_contains`](https://php.net/str_contains) -- [`str_starts_with`](https://php.net/str_starts_with) -- [`str_ends_with`](https://php.net/str_ends_with) -- [`get_resource_id`](https://php.net/get_resource_id) - -More information can be found in the -[main Polyfill README](https://github.com/symfony/polyfill/blob/main/README.md). - -License -======= - -This library is released under the [MIT license](LICENSE). diff --git a/Sources/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php b/Sources/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php deleted file mode 100644 index 2b955423..00000000 --- a/Sources/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php +++ /dev/null @@ -1,31 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -#[Attribute(Attribute::TARGET_CLASS)] -final class Attribute -{ - public const TARGET_CLASS = 1; - public const TARGET_FUNCTION = 2; - public const TARGET_METHOD = 4; - public const TARGET_PROPERTY = 8; - public const TARGET_CLASS_CONSTANT = 16; - public const TARGET_PARAMETER = 32; - public const TARGET_ALL = 63; - public const IS_REPEATABLE = 64; - - /** @var int */ - public $flags; - - public function __construct(int $flags = self::TARGET_ALL) - { - $this->flags = $flags; - } -} diff --git a/Sources/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php b/Sources/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php deleted file mode 100644 index bd1212f6..00000000 --- a/Sources/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php +++ /dev/null @@ -1,16 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -if (\PHP_VERSION_ID < 80000 && extension_loaded('tokenizer')) { - class PhpToken extends Symfony\Polyfill\Php80\PhpToken - { - } -} diff --git a/Sources/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php b/Sources/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php deleted file mode 100644 index 7c62d750..00000000 --- a/Sources/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php +++ /dev/null @@ -1,20 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -if (\PHP_VERSION_ID < 80000) { - interface Stringable - { - /** - * @return string - */ - public function __toString(); - } -} diff --git a/Sources/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php b/Sources/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php deleted file mode 100644 index 01c6c6c8..00000000 --- a/Sources/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php +++ /dev/null @@ -1,16 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -if (\PHP_VERSION_ID < 80000) { - class UnhandledMatchError extends Error - { - } -} diff --git a/Sources/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php b/Sources/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php deleted file mode 100644 index 783dbc28..00000000 --- a/Sources/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php +++ /dev/null @@ -1,16 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -if (\PHP_VERSION_ID < 80000) { - class ValueError extends Error - { - } -} diff --git a/Sources/vendor/symfony/polyfill-php80/bootstrap.php b/Sources/vendor/symfony/polyfill-php80/bootstrap.php deleted file mode 100644 index e5f7dbc1..00000000 --- a/Sources/vendor/symfony/polyfill-php80/bootstrap.php +++ /dev/null @@ -1,42 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -use Symfony\Polyfill\Php80 as p; - -if (\PHP_VERSION_ID >= 80000) { - return; -} - -if (!defined('FILTER_VALIDATE_BOOL') && defined('FILTER_VALIDATE_BOOLEAN')) { - define('FILTER_VALIDATE_BOOL', \FILTER_VALIDATE_BOOLEAN); -} - -if (!function_exists('fdiv')) { - function fdiv(float $num1, float $num2): float { return p\Php80::fdiv($num1, $num2); } -} -if (!function_exists('preg_last_error_msg')) { - function preg_last_error_msg(): string { return p\Php80::preg_last_error_msg(); } -} -if (!function_exists('str_contains')) { - function str_contains(?string $haystack, ?string $needle): bool { return p\Php80::str_contains($haystack ?? '', $needle ?? ''); } -} -if (!function_exists('str_starts_with')) { - function str_starts_with(?string $haystack, ?string $needle): bool { return p\Php80::str_starts_with($haystack ?? '', $needle ?? ''); } -} -if (!function_exists('str_ends_with')) { - function str_ends_with(?string $haystack, ?string $needle): bool { return p\Php80::str_ends_with($haystack ?? '', $needle ?? ''); } -} -if (!function_exists('get_debug_type')) { - function get_debug_type($value): string { return p\Php80::get_debug_type($value); } -} -if (!function_exists('get_resource_id')) { - function get_resource_id($resource): int { return p\Php80::get_resource_id($resource); } -} diff --git a/Sources/vendor/symfony/polyfill-php80/composer.json b/Sources/vendor/symfony/polyfill-php80/composer.json deleted file mode 100644 index f1801f40..00000000 --- a/Sources/vendor/symfony/polyfill-php80/composer.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "symfony/polyfill-php80", - "type": "library", - "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", - "keywords": ["polyfill", "shim", "compatibility", "portable"], - "homepage": "https://symfony.com", - "license": "MIT", - "authors": [ - { - "name": "Ion Bazan", - "email": "ion.bazan@gmail.com" - }, - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "require": { - "php": ">=7.1" - }, - "autoload": { - "psr-4": { "Symfony\\Polyfill\\Php80\\": "" }, - "files": [ "bootstrap.php" ], - "classmap": [ "Resources/stubs" ] - }, - "minimum-stability": "dev", - "extra": { - "branch-alias": { - "dev-main": "1.28-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - } -} diff --git a/Sources/vendor/theseer/tokenizer/.php_cs.dist b/Sources/vendor/theseer/tokenizer/.php_cs.dist deleted file mode 100755 index 8ac26d09..00000000 --- a/Sources/vendor/theseer/tokenizer/.php_cs.dist +++ /dev/null @@ -1,213 +0,0 @@ -registerCustomFixers([ - new \PharIo\CSFixer\PhpdocSingleLineVarFixer() - ]) - ->setRiskyAllowed(true) - ->setRules( - [ - 'PharIo/phpdoc_single_line_var_fixer' => true, - - 'align_multiline_comment' => true, - 'array_indentation' => true, - 'array_syntax' => ['syntax' => 'short'], - 'binary_operator_spaces' => [ - 'operators' => [ - '=' => 'align_single_space_minimal', - '=>' => 'align', - ], - ], - 'blank_line_after_namespace' => true, - 'blank_line_after_opening_tag' => false, - 'blank_line_before_statement' => [ - 'statements' => [ - 'break', - 'continue', - 'declare', - 'do', - 'for', - 'foreach', - 'if', - 'include', - 'include_once', - 'require', - 'require_once', - 'return', - 'switch', - 'throw', - 'try', - 'while', - 'yield', - ], - ], - 'braces' => [ - 'allow_single_line_closure' => false, - 'position_after_anonymous_constructs' => 'same', - 'position_after_control_structures' => 'same', - 'position_after_functions_and_oop_constructs' => 'same' - ], - 'cast_spaces' => ['space' => 'none'], - - // This fixer removes the blank line at class start, no way to disable that, so we disable the fixer :( - //'class_attributes_separation' => ['elements' => ['const', 'method', 'property']], - - 'combine_consecutive_issets' => true, - 'combine_consecutive_unsets' => true, - 'compact_nullable_typehint' => true, - 'concat_space' => ['spacing' => 'one'], - 'date_time_immutable' => true, - 'declare_equal_normalize' => ['space' => 'single'], - 'declare_strict_types' => true, - 'dir_constant' => true, - 'elseif' => true, - 'encoding' => true, - 'full_opening_tag' => true, - 'fully_qualified_strict_types' => true, - 'function_declaration' => [ - 'closure_function_spacing' => 'one' - ], - 'header_comment' => false, - 'indentation_type' => true, - 'is_null' => true, - 'line_ending' => true, - 'list_syntax' => ['syntax' => 'short'], - 'logical_operators' => true, - 'lowercase_cast' => true, - 'lowercase_constants' => true, - 'lowercase_keywords' => true, - 'lowercase_static_reference' => true, - 'magic_constant_casing' => true, - 'method_argument_space' => ['ensure_fully_multiline' => true], - 'modernize_types_casting' => true, - 'multiline_comment_opening_closing' => true, - 'multiline_whitespace_before_semicolons' => true, - 'native_constant_invocation' => true, - 'native_function_casing' => true, - 'native_function_invocation' => true, - 'new_with_braces' => false, - 'no_alias_functions' => true, - 'no_alternative_syntax' => true, - 'no_blank_lines_after_class_opening' => false, - 'no_blank_lines_after_phpdoc' => true, - 'no_blank_lines_before_namespace' => true, - 'no_closing_tag' => true, - 'no_empty_comment' => true, - 'no_empty_phpdoc' => true, - 'no_empty_statement' => true, - 'no_extra_blank_lines' => true, - 'no_homoglyph_names' => true, - 'no_leading_import_slash' => true, - 'no_leading_namespace_whitespace' => true, - 'no_mixed_echo_print' => ['use' => 'print'], - 'no_multiline_whitespace_around_double_arrow' => true, - 'no_null_property_initialization' => true, - 'no_php4_constructor' => true, - 'no_short_bool_cast' => true, - 'no_short_echo_tag' => true, - 'no_singleline_whitespace_before_semicolons' => true, - 'no_spaces_after_function_name' => true, - 'no_spaces_inside_parenthesis' => true, - 'no_superfluous_elseif' => true, - 'no_superfluous_phpdoc_tags' => true, - 'no_trailing_comma_in_list_call' => true, - 'no_trailing_comma_in_singleline_array' => true, - 'no_trailing_whitespace' => true, - 'no_trailing_whitespace_in_comment' => true, - 'no_unneeded_control_parentheses' => false, - 'no_unneeded_curly_braces' => false, - 'no_unneeded_final_method' => true, - 'no_unreachable_default_argument_value' => true, - 'no_unset_on_property' => true, - 'no_unused_imports' => true, - 'no_useless_else' => true, - 'no_useless_return' => true, - 'no_whitespace_before_comma_in_array' => true, - 'no_whitespace_in_blank_line' => true, - 'non_printable_character' => true, - 'normalize_index_brace' => true, - 'object_operator_without_whitespace' => true, - 'ordered_class_elements' => [ - 'order' => [ - 'use_trait', - 'constant_public', - 'constant_protected', - 'constant_private', - 'property_public_static', - 'property_protected_static', - 'property_private_static', - 'property_public', - 'property_protected', - 'property_private', - 'method_public_static', - 'construct', - 'destruct', - 'magic', - 'phpunit', - 'method_public', - 'method_protected', - 'method_private', - 'method_protected_static', - 'method_private_static', - ], - ], - 'ordered_imports' => true, - 'phpdoc_add_missing_param_annotation' => true, - 'phpdoc_align' => true, - 'phpdoc_annotation_without_dot' => true, - 'phpdoc_indent' => true, - 'phpdoc_no_access' => true, - 'phpdoc_no_empty_return' => true, - 'phpdoc_no_package' => true, - 'phpdoc_order' => true, - 'phpdoc_return_self_reference' => true, - 'phpdoc_scalar' => true, - 'phpdoc_separation' => true, - 'phpdoc_single_line_var_spacing' => true, - 'phpdoc_to_comment' => false, - 'phpdoc_trim' => true, - 'phpdoc_trim_consecutive_blank_line_separation' => true, - 'phpdoc_types' => ['groups' => ['simple', 'meta']], - 'phpdoc_types_order' => true, - 'phpdoc_to_return_type' => true, - 'phpdoc_var_without_name' => true, - 'pow_to_exponentiation' => true, - 'protected_to_private' => true, - 'return_assignment' => true, - 'return_type_declaration' => ['space_before' => 'none'], - 'self_accessor' => false, - 'semicolon_after_instruction' => true, - 'set_type_to_cast' => true, - 'short_scalar_cast' => true, - 'simplified_null_return' => true, - 'single_blank_line_at_eof' => true, - 'single_import_per_statement' => true, - 'single_line_after_imports' => true, - 'single_quote' => true, - 'standardize_not_equals' => true, - 'ternary_to_null_coalescing' => true, - 'trailing_comma_in_multiline_array' => false, - 'trim_array_spaces' => true, - 'unary_operator_spaces' => true, - 'visibility_required' => [ - 'elements' => [ - 'const', - 'method', - 'property', - ], - ], - 'void_return' => true, - 'whitespace_after_comma_in_array' => true, - 'yoda_style' => false - ] - ) - ->setFinder( - PhpCsFixer\Finder::create() - ->files() - ->in(__DIR__ . '/src') - ->in(__DIR__ . '/tests') - ->notName('*.phpt') - ->notName('autoload.php') - ); diff --git a/Sources/vendor/theseer/tokenizer/CHANGELOG.md b/Sources/vendor/theseer/tokenizer/CHANGELOG.md old mode 100755 new mode 100644 index 1eff3830..f3e79f4c --- a/Sources/vendor/theseer/tokenizer/CHANGELOG.md +++ b/Sources/vendor/theseer/tokenizer/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to Tokenizer are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. +## [1.2.2] - 2023-11-20 + +### Fixed + +* [#18](https://github.com/theseer/tokenizer/issues/18): Tokenizer fails on protobuf metadata files + ## [1.2.1] - 2021-07-28 diff --git a/Sources/vendor/theseer/tokenizer/LICENSE b/Sources/vendor/theseer/tokenizer/LICENSE old mode 100755 new mode 100644 diff --git a/Sources/vendor/theseer/tokenizer/README.md b/Sources/vendor/theseer/tokenizer/README.md old mode 100755 new mode 100644 index e91ed891..a5f891b4 --- a/Sources/vendor/theseer/tokenizer/README.md +++ b/Sources/vendor/theseer/tokenizer/README.md @@ -3,9 +3,6 @@ A small library for converting tokenized PHP source code into XML. [![Test](https://github.com/theseer/tokenizer/actions/workflows/ci.yml/badge.svg)](https://github.com/theseer/tokenizer/actions/workflows/ci.yml) -[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/theseer/tokenizer/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/theseer/tokenizer/?branch=master) -[![Code Coverage](https://scrutinizer-ci.com/g/theseer/tokenizer/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/theseer/tokenizer/?branch=master) -[![Build Status](https://scrutinizer-ci.com/g/theseer/tokenizer/badges/build.png?b=master)](https://scrutinizer-ci.com/g/theseer/tokenizer/build-status/master) ## Installation diff --git a/Sources/vendor/theseer/tokenizer/composer.json b/Sources/vendor/theseer/tokenizer/composer.json old mode 100755 new mode 100644 diff --git a/Sources/vendor/theseer/tokenizer/composer.lock b/Sources/vendor/theseer/tokenizer/composer.lock old mode 100755 new mode 100644 diff --git a/Sources/vendor/theseer/tokenizer/src/Exception.php b/Sources/vendor/theseer/tokenizer/src/Exception.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/theseer/tokenizer/src/NamespaceUri.php b/Sources/vendor/theseer/tokenizer/src/NamespaceUri.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/theseer/tokenizer/src/NamespaceUriException.php b/Sources/vendor/theseer/tokenizer/src/NamespaceUriException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/theseer/tokenizer/src/Token.php b/Sources/vendor/theseer/tokenizer/src/Token.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/theseer/tokenizer/src/TokenCollection.php b/Sources/vendor/theseer/tokenizer/src/TokenCollection.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/theseer/tokenizer/src/TokenCollectionException.php b/Sources/vendor/theseer/tokenizer/src/TokenCollectionException.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/theseer/tokenizer/src/Tokenizer.php b/Sources/vendor/theseer/tokenizer/src/Tokenizer.php old mode 100755 new mode 100644 index f582d958..03437bf8 --- a/Sources/vendor/theseer/tokenizer/src/Tokenizer.php +++ b/Sources/vendor/theseer/tokenizer/src/Tokenizer.php @@ -1,6 +1,8 @@ addToken( + new Token( + $line, + \token_name($tok[0]), + '{binary data}' + ) + ); + + continue; + } + foreach ($values as $v) { $token = new Token( $line, @@ -100,13 +114,6 @@ class Tokenizer { $final = new TokenCollection(); foreach ($tokens as $token) { - if ($prev === null) { - $final->addToken($token); - $prev = $token; - - continue; - } - $gap = $token->getLine() - $prev->getLine(); while ($gap > 1) { diff --git a/Sources/vendor/theseer/tokenizer/src/XMLSerializer.php b/Sources/vendor/theseer/tokenizer/src/XMLSerializer.php old mode 100755 new mode 100644 diff --git a/Sources/vendor/twig/twig/CHANGELOG b/Sources/vendor/twig/twig/CHANGELOG deleted file mode 100755 index 5ee51886..00000000 --- a/Sources/vendor/twig/twig/CHANGELOG +++ /dev/null @@ -1,185 +0,0 @@ -# 3.7.1 (2023-08-28) - - * Fix some phpdocs - -# 3.7.0 (2023-07-26) - - * Add support for the ...spread operator on arrays and hashes - -# 3.6.1 (2023-06-08) - - * Suppress some native return type deprecation messages - -# 3.6.0 (2023-05-03) - - * Allow psr/container 2.0 - * Add the new PHP 8.0 IntlDateFormatter::RELATIVE_* constants for date formatting - * Make the Lexer initialize itself lazily - -# 3.5.1 (2023-02-08) - - * Arrow functions passed to the "reduce" filter now accept the current key as a third argument - * Restores the leniency of the matches twig comparison - * Fix error messages in sandboxed mode for "has some" and "has every" - -# 3.5.0 (2022-12-27) - - * Make Twig\ExpressionParser non-internal - * Add "has some" and "has every" operators - * Add Compile::reset() - * Throw a better runtime error when the "matches" regexp is not valid - * Add "twig *_names" intl functions - * Fix optimizing closures callbacks - * Add a better exception when getting an undefined constant via `constant` - * Fix `if` nodes when outside of a block and with an empty body - -# 3.4.3 (2022-09-28) - - * Fix a security issue on filesystem loader (possibility to load a template outside a configured directory) - -# 3.4.2 (2022-08-12) - - * Allow inherited magic method to still run with calling class - * Fix CallExpression::reflectCallable() throwing TypeError - * Fix typo in naming (currency_code) - -# 3.4.1 (2022-05-17) - -* Fix optimizing non-public named closures - -# 3.4.0 (2022-05-22) - - * Add support for named closures - -# 3.3.10 (2022-04-06) - - * Enable bytecode invalidation when auto_reload is enabled - -# 3.3.9 (2022-03-25) - - * Fix custom escapers when using multiple Twig environments - * Add support for "constant('class', object)" - * Do not reuse internally generated variable names during parsing - -# 3.3.8 (2022-02-04) - - * Fix a security issue when in a sandbox: the `sort` filter must require a Closure for the `arrow` parameter - * Fix deprecation notice on `round` - * Fix call to deprecated `convertToHtml` method - -# 3.3.7 (2022-01-03) - -* Allow more null support when Twig expects a string (for better 8.1 support) -* Only use Commonmark extensions if markdown enabled - -# 3.3.6 (2022-01-03) - -* Only use Commonmark extensions if markdown enabled - -# 3.3.5 (2022-01-03) - -* Allow CommonMark extensions to easily be added -* Allow null when Twig expects a string (for better 8.1 support) -* Make some performance optimizations -* Allow Symfony translation contract v3+ - -# 3.3.4 (2021-11-25) - - * Bump minimum supported Symfony component versions - * Fix a deprecated message - -# 3.3.3 (2021-09-17) - - * Allow Symfony 6 - * Improve compatibility with PHP 8.1 - * Explicitly specify the encoding for mb_ord in JS escaper - -# 3.3.2 (2021-05-16) - - * Revert "Throw a proper exception when a template name is an absolute path (as it has never been supported)" - -# 3.3.1 (2021-05-12) - - * Fix PHP 8.1 compatibility - * Throw a proper exception when a template name is an absolute path (as it has never been supported) - -# 3.3.0 (2021-02-08) - - * Fix macro calls in a "cache" tag - * Add the slug filter - * Allow extra bundle to be compatible with Twig 2 - -# 3.2.1 (2021-01-05) - - * Fix extra bundle compat with older versions of Symfony - -# 3.2.0 (2021-01-05) - - * Add the Cache extension in the "extra" repositories: "cache" tag - * Add "registerUndefinedTokenParserCallback" - * Mark built-in node visitors as @internal - * Fix "odd" not working for negative numbers - -# 3.1.1 (2020-10-27) - - * Fix "include(template_from_string())" - -# 3.1.0 (2020-10-21) - - * Fix sandbox support when using "include(template_from_string())" - * Make round brackets optional for one argument tests like "same as" or "divisible by" - * Add support for ES2015 style object initialisation shortcut { a } is the same as { 'a': a } - -# 3.0.5 (2020-08-05) - - * Fix twig_compare w.r.t. whitespace trimming - * Fix sandbox not disabled if syntax error occurs within {% sandbox %} tag - * Fix a regression when not using a space before an operator - * Restrict callables to closures in filters - * Allow trailing commas in argument lists (in calls as well as definitions) - -# 3.0.4 (2020-07-05) - - * Fix comparison operators - * Fix options not taken into account when using "Michelf\MarkdownExtra" - * Fix "Twig\Extra\Intl\IntlExtension::getCountryName()" to accept "null" as a first argument - * Throw exception in case non-Traversable data is passed to "filter" - * Fix context optimization on PHP 7.4 - * Fix PHP 8 compatibility - * Fix ambiguous syntax parsing - -# 3.0.3 (2020-02-11) - - * Add a check to ensure that iconv() is defined - -# 3.0.2 (2020-02-11) - - * Avoid exceptions when an intl resource is not found - * Fix implementation of case-insensitivity for method names - -# 3.0.1 (2019-12-28) - - * fixed Symfony 5.0 support for the HTML extra extension - -# 3.0.0 (2019-11-15) - - * fixed number formatter in Intl extra extension when using a formatter prototype - -# 3.0.0-BETA1 (2019-11-11) - - * removed the "if" condition support on the "for" tag - * made the in, <, >, <=, >=, ==, and != operators more strict when comparing strings and integers/floats - * removed the "filter" tag - * added type hints everywhere - * changed Environment::resolveTemplate() to always return a TemplateWrapper instance - * removed Template::__toString() - * removed Parser::isReservedMacroName() - * removed SanboxedPrintNode - * removed Node::setTemplateName() - * made classes maked as "@final" final - * removed InitRuntimeInterface, ExistsLoaderInterface, and SourceContextLoaderInterface - * removed the "spaceless" tag - * removed Twig\Environment::getBaseTemplateClass() and Twig\Environment::setBaseTemplateClass() - * removed the "base_template_class" option on Twig\Environment - * bumped minimum PHP version to 7.2 - * removed PSR-0 classes diff --git a/Sources/vendor/twig/twig/LICENSE b/Sources/vendor/twig/twig/LICENSE deleted file mode 100755 index fd8234e5..00000000 --- a/Sources/vendor/twig/twig/LICENSE +++ /dev/null @@ -1,27 +0,0 @@ -Copyright (c) 2009-present by the Twig Team. - -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - * Neither the name of Twig nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR -CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Sources/vendor/twig/twig/README.rst b/Sources/vendor/twig/twig/README.rst deleted file mode 100755 index fbe7e9a9..00000000 --- a/Sources/vendor/twig/twig/README.rst +++ /dev/null @@ -1,23 +0,0 @@ -Twig, the flexible, fast, and secure template language for PHP -============================================================== - -Twig is a template language for PHP. - -Twig uses a syntax similar to the Django and Jinja template languages which -inspired the Twig runtime environment. - -Sponsors --------- - -.. raw:: html - - - Blackfire.io - - -More Information ----------------- - -Read the `documentation`_ for more information. - -.. _documentation: https://twig.symfony.com/documentation diff --git a/Sources/vendor/twig/twig/composer.json b/Sources/vendor/twig/twig/composer.json deleted file mode 100755 index ad83aeb1..00000000 --- a/Sources/vendor/twig/twig/composer.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "name": "twig/twig", - "type": "library", - "description": "Twig, the flexible, fast, and secure template language for PHP", - "keywords": ["templating"], - "homepage": "https://twig.symfony.com", - "license": "BSD-3-Clause", - "minimum-stability": "dev", - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com", - "homepage": "http://fabien.potencier.org", - "role": "Lead Developer" - }, - { - "name": "Twig Team", - "role": "Contributors" - }, - { - "name": "Armin Ronacher", - "email": "armin.ronacher@active-4.com", - "role": "Project Founder" - } - ], - "require": { - "php": ">=7.2.5", - "symfony/polyfill-mbstring": "^1.3", - "symfony/polyfill-ctype": "^1.8" - }, - "require-dev": { - "symfony/phpunit-bridge": "^5.4.9|^6.3", - "psr/container": "^1.0|^2.0" - }, - "autoload": { - "psr-4" : { - "Twig\\" : "src/" - } - }, - "autoload-dev": { - "psr-4" : { - "Twig\\Tests\\" : "tests/" - } - } -} diff --git a/Sources/vendor/twig/twig/src/Cache/CacheInterface.php b/Sources/vendor/twig/twig/src/Cache/CacheInterface.php deleted file mode 100755 index 6e8c409b..00000000 --- a/Sources/vendor/twig/twig/src/Cache/CacheInterface.php +++ /dev/null @@ -1,46 +0,0 @@ - - */ -interface CacheInterface -{ - /** - * Generates a cache key for the given template class name. - */ - public function generateKey(string $name, string $className): string; - - /** - * Writes the compiled template to cache. - * - * @param string $content The template representation as a PHP class - */ - public function write(string $key, string $content): void; - - /** - * Loads a template from the cache. - */ - public function load(string $key): void; - - /** - * Returns the modification timestamp of a key. - */ - public function getTimestamp(string $key): int; -} diff --git a/Sources/vendor/twig/twig/src/Cache/FilesystemCache.php b/Sources/vendor/twig/twig/src/Cache/FilesystemCache.php deleted file mode 100755 index e075563a..00000000 --- a/Sources/vendor/twig/twig/src/Cache/FilesystemCache.php +++ /dev/null @@ -1,87 +0,0 @@ - - */ -class FilesystemCache implements CacheInterface -{ - public const FORCE_BYTECODE_INVALIDATION = 1; - - private $directory; - private $options; - - public function __construct(string $directory, int $options = 0) - { - $this->directory = rtrim($directory, '\/').'/'; - $this->options = $options; - } - - public function generateKey(string $name, string $className): string - { - $hash = hash(\PHP_VERSION_ID < 80100 ? 'sha256' : 'xxh128', $className); - - return $this->directory.$hash[0].$hash[1].'/'.$hash.'.php'; - } - - public function load(string $key): void - { - if (is_file($key)) { - @include_once $key; - } - } - - public function write(string $key, string $content): void - { - $dir = \dirname($key); - if (!is_dir($dir)) { - if (false === @mkdir($dir, 0777, true)) { - clearstatcache(true, $dir); - if (!is_dir($dir)) { - throw new \RuntimeException(sprintf('Unable to create the cache directory (%s).', $dir)); - } - } - } elseif (!is_writable($dir)) { - throw new \RuntimeException(sprintf('Unable to write in the cache directory (%s).', $dir)); - } - - $tmpFile = tempnam($dir, basename($key)); - if (false !== @file_put_contents($tmpFile, $content) && @rename($tmpFile, $key)) { - @chmod($key, 0666 & ~umask()); - - if (self::FORCE_BYTECODE_INVALIDATION == ($this->options & self::FORCE_BYTECODE_INVALIDATION)) { - // Compile cached file into bytecode cache - if (\function_exists('opcache_invalidate') && filter_var(ini_get('opcache.enable'), \FILTER_VALIDATE_BOOLEAN)) { - @opcache_invalidate($key, true); - } elseif (\function_exists('apc_compile_file')) { - apc_compile_file($key); - } - } - - return; - } - - throw new \RuntimeException(sprintf('Failed to write cache file "%s".', $key)); - } - - public function getTimestamp(string $key): int - { - if (!is_file($key)) { - return 0; - } - - return (int) @filemtime($key); - } -} diff --git a/Sources/vendor/twig/twig/src/Cache/NullCache.php b/Sources/vendor/twig/twig/src/Cache/NullCache.php deleted file mode 100755 index 8d20d59d..00000000 --- a/Sources/vendor/twig/twig/src/Cache/NullCache.php +++ /dev/null @@ -1,38 +0,0 @@ - - */ -final class NullCache implements CacheInterface -{ - public function generateKey(string $name, string $className): string - { - return ''; - } - - public function write(string $key, string $content): void - { - } - - public function load(string $key): void - { - } - - public function getTimestamp(string $key): int - { - return 0; - } -} diff --git a/Sources/vendor/twig/twig/src/Compiler.php b/Sources/vendor/twig/twig/src/Compiler.php deleted file mode 100755 index eb652c61..00000000 --- a/Sources/vendor/twig/twig/src/Compiler.php +++ /dev/null @@ -1,223 +0,0 @@ - - */ -class Compiler -{ - private $lastLine; - private $source; - private $indentation; - private $env; - private $debugInfo = []; - private $sourceOffset; - private $sourceLine; - private $varNameSalt = 0; - - public function __construct(Environment $env) - { - $this->env = $env; - } - - public function getEnvironment(): Environment - { - return $this->env; - } - - public function getSource(): string - { - return $this->source; - } - - /** - * @return $this - */ - public function reset(int $indentation = 0) - { - $this->lastLine = null; - $this->source = ''; - $this->debugInfo = []; - $this->sourceOffset = 0; - // source code starts at 1 (as we then increment it when we encounter new lines) - $this->sourceLine = 1; - $this->indentation = $indentation; - $this->varNameSalt = 0; - - return $this; - } - - /** - * @return $this - */ - public function compile(Node $node, int $indentation = 0) - { - $this->reset($indentation); - $node->compile($this); - - return $this; - } - - /** - * @return $this - */ - public function subcompile(Node $node, bool $raw = true) - { - if (false === $raw) { - $this->source .= str_repeat(' ', $this->indentation * 4); - } - - $node->compile($this); - - return $this; - } - - /** - * Adds a raw string to the compiled code. - * - * @return $this - */ - public function raw(string $string) - { - $this->source .= $string; - - return $this; - } - - /** - * Writes a string to the compiled code by adding indentation. - * - * @return $this - */ - public function write(...$strings) - { - foreach ($strings as $string) { - $this->source .= str_repeat(' ', $this->indentation * 4).$string; - } - - return $this; - } - - /** - * Adds a quoted string to the compiled code. - * - * @return $this - */ - public function string(string $value) - { - $this->source .= sprintf('"%s"', addcslashes($value, "\0\t\"\$\\")); - - return $this; - } - - /** - * Returns a PHP representation of a given value. - * - * @return $this - */ - public function repr($value) - { - if (\is_int($value) || \is_float($value)) { - if (false !== $locale = setlocale(\LC_NUMERIC, '0')) { - setlocale(\LC_NUMERIC, 'C'); - } - - $this->raw(var_export($value, true)); - - if (false !== $locale) { - setlocale(\LC_NUMERIC, $locale); - } - } elseif (null === $value) { - $this->raw('null'); - } elseif (\is_bool($value)) { - $this->raw($value ? 'true' : 'false'); - } elseif (\is_array($value)) { - $this->raw('array('); - $first = true; - foreach ($value as $key => $v) { - if (!$first) { - $this->raw(', '); - } - $first = false; - $this->repr($key); - $this->raw(' => '); - $this->repr($v); - } - $this->raw(')'); - } else { - $this->string($value); - } - - return $this; - } - - /** - * @return $this - */ - public function addDebugInfo(Node $node) - { - if ($node->getTemplateLine() != $this->lastLine) { - $this->write(sprintf("// line %d\n", $node->getTemplateLine())); - - $this->sourceLine += substr_count($this->source, "\n", $this->sourceOffset); - $this->sourceOffset = \strlen($this->source); - $this->debugInfo[$this->sourceLine] = $node->getTemplateLine(); - - $this->lastLine = $node->getTemplateLine(); - } - - return $this; - } - - public function getDebugInfo(): array - { - ksort($this->debugInfo); - - return $this->debugInfo; - } - - /** - * @return $this - */ - public function indent(int $step = 1) - { - $this->indentation += $step; - - return $this; - } - - /** - * @return $this - * - * @throws \LogicException When trying to outdent too much so the indentation would become negative - */ - public function outdent(int $step = 1) - { - // can't outdent by more steps than the current indentation level - if ($this->indentation < $step) { - throw new \LogicException('Unable to call outdent() as the indentation would become negative.'); - } - - $this->indentation -= $step; - - return $this; - } - - public function getVarName(): string - { - return sprintf('__internal_compile_%d', $this->varNameSalt++); - } -} diff --git a/Sources/vendor/twig/twig/src/Environment.php b/Sources/vendor/twig/twig/src/Environment.php deleted file mode 100755 index a01c366c..00000000 --- a/Sources/vendor/twig/twig/src/Environment.php +++ /dev/null @@ -1,841 +0,0 @@ - - */ -class Environment -{ - public const VERSION = '3.7.1'; - public const VERSION_ID = 30701; - public const MAJOR_VERSION = 3; - public const MINOR_VERSION = 7; - public const RELEASE_VERSION = 1; - public const EXTRA_VERSION = ''; - - private $charset; - private $loader; - private $debug; - private $autoReload; - private $cache; - private $lexer; - private $parser; - private $compiler; - /** @var array */ - private $globals = []; - private $resolvedGlobals; - private $loadedTemplates; - private $strictVariables; - private $templateClassPrefix = '__TwigTemplate_'; - private $originalCache; - private $extensionSet; - private $runtimeLoaders = []; - private $runtimes = []; - private $optionsHash; - - /** - * Constructor. - * - * Available options: - * - * * debug: When set to true, it automatically set "auto_reload" to true as - * well (default to false). - * - * * charset: The charset used by the templates (default to UTF-8). - * - * * cache: An absolute path where to store the compiled templates, - * a \Twig\Cache\CacheInterface implementation, - * or false to disable compilation cache (default). - * - * * auto_reload: Whether to reload the template if the original source changed. - * If you don't provide the auto_reload option, it will be - * determined automatically based on the debug value. - * - * * strict_variables: Whether to ignore invalid variables in templates - * (default to false). - * - * * autoescape: Whether to enable auto-escaping (default to html): - * * false: disable auto-escaping - * * html, js: set the autoescaping to one of the supported strategies - * * name: set the autoescaping strategy based on the template name extension - * * PHP callback: a PHP callback that returns an escaping strategy based on the template "name" - * - * * optimizations: A flag that indicates which optimizations to apply - * (default to -1 which means that all optimizations are enabled; - * set it to 0 to disable). - */ - public function __construct(LoaderInterface $loader, $options = []) - { - $this->setLoader($loader); - - $options = array_merge([ - 'debug' => false, - 'charset' => 'UTF-8', - 'strict_variables' => false, - 'autoescape' => 'html', - 'cache' => false, - 'auto_reload' => null, - 'optimizations' => -1, - ], $options); - - $this->debug = (bool) $options['debug']; - $this->setCharset($options['charset'] ?? 'UTF-8'); - $this->autoReload = null === $options['auto_reload'] ? $this->debug : (bool) $options['auto_reload']; - $this->strictVariables = (bool) $options['strict_variables']; - $this->setCache($options['cache']); - $this->extensionSet = new ExtensionSet(); - - $this->addExtension(new CoreExtension()); - $this->addExtension(new EscaperExtension($options['autoescape'])); - $this->addExtension(new OptimizerExtension($options['optimizations'])); - } - - /** - * Enables debugging mode. - */ - public function enableDebug() - { - $this->debug = true; - $this->updateOptionsHash(); - } - - /** - * Disables debugging mode. - */ - public function disableDebug() - { - $this->debug = false; - $this->updateOptionsHash(); - } - - /** - * Checks if debug mode is enabled. - * - * @return bool true if debug mode is enabled, false otherwise - */ - public function isDebug() - { - return $this->debug; - } - - /** - * Enables the auto_reload option. - */ - public function enableAutoReload() - { - $this->autoReload = true; - } - - /** - * Disables the auto_reload option. - */ - public function disableAutoReload() - { - $this->autoReload = false; - } - - /** - * Checks if the auto_reload option is enabled. - * - * @return bool true if auto_reload is enabled, false otherwise - */ - public function isAutoReload() - { - return $this->autoReload; - } - - /** - * Enables the strict_variables option. - */ - public function enableStrictVariables() - { - $this->strictVariables = true; - $this->updateOptionsHash(); - } - - /** - * Disables the strict_variables option. - */ - public function disableStrictVariables() - { - $this->strictVariables = false; - $this->updateOptionsHash(); - } - - /** - * Checks if the strict_variables option is enabled. - * - * @return bool true if strict_variables is enabled, false otherwise - */ - public function isStrictVariables() - { - return $this->strictVariables; - } - - /** - * Gets the current cache implementation. - * - * @param bool $original Whether to return the original cache option or the real cache instance - * - * @return CacheInterface|string|false A Twig\Cache\CacheInterface implementation, - * an absolute path to the compiled templates, - * or false to disable cache - */ - public function getCache($original = true) - { - return $original ? $this->originalCache : $this->cache; - } - - /** - * Sets the current cache implementation. - * - * @param CacheInterface|string|false $cache A Twig\Cache\CacheInterface implementation, - * an absolute path to the compiled templates, - * or false to disable cache - */ - public function setCache($cache) - { - if (\is_string($cache)) { - $this->originalCache = $cache; - $this->cache = new FilesystemCache($cache, $this->autoReload ? FilesystemCache::FORCE_BYTECODE_INVALIDATION : 0); - } elseif (false === $cache) { - $this->originalCache = $cache; - $this->cache = new NullCache(); - } elseif ($cache instanceof CacheInterface) { - $this->originalCache = $this->cache = $cache; - } else { - throw new \LogicException('Cache can only be a string, false, or a \Twig\Cache\CacheInterface implementation.'); - } - } - - /** - * Gets the template class associated with the given string. - * - * The generated template class is based on the following parameters: - * - * * The cache key for the given template; - * * The currently enabled extensions; - * * Whether the Twig C extension is available or not; - * * PHP version; - * * Twig version; - * * Options with what environment was created. - * - * @param string $name The name for which to calculate the template class name - * @param int|null $index The index if it is an embedded template - * - * @internal - */ - public function getTemplateClass(string $name, int $index = null): string - { - $key = $this->getLoader()->getCacheKey($name).$this->optionsHash; - - return $this->templateClassPrefix.hash(\PHP_VERSION_ID < 80100 ? 'sha256' : 'xxh128', $key).(null === $index ? '' : '___'.$index); - } - - /** - * Renders a template. - * - * @param string|TemplateWrapper $name The template name - * - * @throws LoaderError When the template cannot be found - * @throws SyntaxError When an error occurred during compilation - * @throws RuntimeError When an error occurred during rendering - */ - public function render($name, array $context = []): string - { - return $this->load($name)->render($context); - } - - /** - * Displays a template. - * - * @param string|TemplateWrapper $name The template name - * - * @throws LoaderError When the template cannot be found - * @throws SyntaxError When an error occurred during compilation - * @throws RuntimeError When an error occurred during rendering - */ - public function display($name, array $context = []): void - { - $this->load($name)->display($context); - } - - /** - * Loads a template. - * - * @param string|TemplateWrapper $name The template name - * - * @throws LoaderError When the template cannot be found - * @throws RuntimeError When a previously generated cache is corrupted - * @throws SyntaxError When an error occurred during compilation - */ - public function load($name): TemplateWrapper - { - if ($name instanceof TemplateWrapper) { - return $name; - } - - return new TemplateWrapper($this, $this->loadTemplate($this->getTemplateClass($name), $name)); - } - - /** - * Loads a template internal representation. - * - * This method is for internal use only and should never be called - * directly. - * - * @param string $name The template name - * @param int $index The index if it is an embedded template - * - * @throws LoaderError When the template cannot be found - * @throws RuntimeError When a previously generated cache is corrupted - * @throws SyntaxError When an error occurred during compilation - * - * @internal - */ - public function loadTemplate(string $cls, string $name, int $index = null): Template - { - $mainCls = $cls; - if (null !== $index) { - $cls .= '___'.$index; - } - - if (isset($this->loadedTemplates[$cls])) { - return $this->loadedTemplates[$cls]; - } - - if (!class_exists($cls, false)) { - $key = $this->cache->generateKey($name, $mainCls); - - if (!$this->isAutoReload() || $this->isTemplateFresh($name, $this->cache->getTimestamp($key))) { - $this->cache->load($key); - } - - $source = null; - if (!class_exists($cls, false)) { - $source = $this->getLoader()->getSourceContext($name); - $content = $this->compileSource($source); - $this->cache->write($key, $content); - $this->cache->load($key); - - if (!class_exists($mainCls, false)) { - /* Last line of defense if either $this->bcWriteCacheFile was used, - * $this->cache is implemented as a no-op or we have a race condition - * where the cache was cleared between the above calls to write to and load from - * the cache. - */ - eval('?>'.$content); - } - - if (!class_exists($cls, false)) { - throw new RuntimeError(sprintf('Failed to load Twig template "%s", index "%s": cache might be corrupted.', $name, $index), -1, $source); - } - } - } - - $this->extensionSet->initRuntime(); - - return $this->loadedTemplates[$cls] = new $cls($this); - } - - /** - * Creates a template from source. - * - * This method should not be used as a generic way to load templates. - * - * @param string $template The template source - * @param string $name An optional name of the template to be used in error messages - * - * @throws LoaderError When the template cannot be found - * @throws SyntaxError When an error occurred during compilation - */ - public function createTemplate(string $template, string $name = null): TemplateWrapper - { - $hash = hash(\PHP_VERSION_ID < 80100 ? 'sha256' : 'xxh128', $template, false); - if (null !== $name) { - $name = sprintf('%s (string template %s)', $name, $hash); - } else { - $name = sprintf('__string_template__%s', $hash); - } - - $loader = new ChainLoader([ - new ArrayLoader([$name => $template]), - $current = $this->getLoader(), - ]); - - $this->setLoader($loader); - try { - return new TemplateWrapper($this, $this->loadTemplate($this->getTemplateClass($name), $name)); - } finally { - $this->setLoader($current); - } - } - - /** - * Returns true if the template is still fresh. - * - * Besides checking the loader for freshness information, - * this method also checks if the enabled extensions have - * not changed. - * - * @param int $time The last modification time of the cached template - */ - public function isTemplateFresh(string $name, int $time): bool - { - return $this->extensionSet->getLastModified() <= $time && $this->getLoader()->isFresh($name, $time); - } - - /** - * Tries to load a template consecutively from an array. - * - * Similar to load() but it also accepts instances of \Twig\Template and - * \Twig\TemplateWrapper, and an array of templates where each is tried to be loaded. - * - * @param string|TemplateWrapper|array $names A template or an array of templates to try consecutively - * - * @throws LoaderError When none of the templates can be found - * @throws SyntaxError When an error occurred during compilation - */ - public function resolveTemplate($names): TemplateWrapper - { - if (!\is_array($names)) { - return $this->load($names); - } - - $count = \count($names); - foreach ($names as $name) { - if ($name instanceof Template) { - return $name; - } - if ($name instanceof TemplateWrapper) { - return $name; - } - - if (1 !== $count && !$this->getLoader()->exists($name)) { - continue; - } - - return $this->load($name); - } - - throw new LoaderError(sprintf('Unable to find one of the following templates: "%s".', implode('", "', $names))); - } - - public function setLexer(Lexer $lexer) - { - $this->lexer = $lexer; - } - - /** - * @throws SyntaxError When the code is syntactically wrong - */ - public function tokenize(Source $source): TokenStream - { - if (null === $this->lexer) { - $this->lexer = new Lexer($this); - } - - return $this->lexer->tokenize($source); - } - - public function setParser(Parser $parser) - { - $this->parser = $parser; - } - - /** - * Converts a token stream to a node tree. - * - * @throws SyntaxError When the token stream is syntactically or semantically wrong - */ - public function parse(TokenStream $stream): ModuleNode - { - if (null === $this->parser) { - $this->parser = new Parser($this); - } - - return $this->parser->parse($stream); - } - - public function setCompiler(Compiler $compiler) - { - $this->compiler = $compiler; - } - - /** - * Compiles a node and returns the PHP code. - */ - public function compile(Node $node): string - { - if (null === $this->compiler) { - $this->compiler = new Compiler($this); - } - - return $this->compiler->compile($node)->getSource(); - } - - /** - * Compiles a template source code. - * - * @throws SyntaxError When there was an error during tokenizing, parsing or compiling - */ - public function compileSource(Source $source): string - { - try { - return $this->compile($this->parse($this->tokenize($source))); - } catch (Error $e) { - $e->setSourceContext($source); - throw $e; - } catch (\Exception $e) { - throw new SyntaxError(sprintf('An exception has been thrown during the compilation of a template ("%s").', $e->getMessage()), -1, $source, $e); - } - } - - public function setLoader(LoaderInterface $loader) - { - $this->loader = $loader; - } - - public function getLoader(): LoaderInterface - { - return $this->loader; - } - - public function setCharset(string $charset) - { - if ('UTF8' === $charset = null === $charset ? null : strtoupper($charset)) { - // iconv on Windows requires "UTF-8" instead of "UTF8" - $charset = 'UTF-8'; - } - - $this->charset = $charset; - } - - public function getCharset(): string - { - return $this->charset; - } - - public function hasExtension(string $class): bool - { - return $this->extensionSet->hasExtension($class); - } - - public function addRuntimeLoader(RuntimeLoaderInterface $loader) - { - $this->runtimeLoaders[] = $loader; - } - - /** - * @template TExtension of ExtensionInterface - * - * @param class-string $class - * - * @return TExtension - */ - public function getExtension(string $class): ExtensionInterface - { - return $this->extensionSet->getExtension($class); - } - - /** - * Returns the runtime implementation of a Twig element (filter/function/tag/test). - * - * @template TRuntime of object - * - * @param class-string $class A runtime class name - * - * @return TRuntime The runtime implementation - * - * @throws RuntimeError When the template cannot be found - */ - public function getRuntime(string $class) - { - if (isset($this->runtimes[$class])) { - return $this->runtimes[$class]; - } - - foreach ($this->runtimeLoaders as $loader) { - if (null !== $runtime = $loader->load($class)) { - return $this->runtimes[$class] = $runtime; - } - } - - throw new RuntimeError(sprintf('Unable to load the "%s" runtime.', $class)); - } - - public function addExtension(ExtensionInterface $extension) - { - $this->extensionSet->addExtension($extension); - $this->updateOptionsHash(); - } - - /** - * @param ExtensionInterface[] $extensions An array of extensions - */ - public function setExtensions(array $extensions) - { - $this->extensionSet->setExtensions($extensions); - $this->updateOptionsHash(); - } - - /** - * @return ExtensionInterface[] An array of extensions (keys are for internal usage only and should not be relied on) - */ - public function getExtensions(): array - { - return $this->extensionSet->getExtensions(); - } - - public function addTokenParser(TokenParserInterface $parser) - { - $this->extensionSet->addTokenParser($parser); - } - - /** - * @return TokenParserInterface[] - * - * @internal - */ - public function getTokenParsers(): array - { - return $this->extensionSet->getTokenParsers(); - } - - /** - * @internal - */ - public function getTokenParser(string $name): ?TokenParserInterface - { - return $this->extensionSet->getTokenParser($name); - } - - public function registerUndefinedTokenParserCallback(callable $callable): void - { - $this->extensionSet->registerUndefinedTokenParserCallback($callable); - } - - public function addNodeVisitor(NodeVisitorInterface $visitor) - { - $this->extensionSet->addNodeVisitor($visitor); - } - - /** - * @return NodeVisitorInterface[] - * - * @internal - */ - public function getNodeVisitors(): array - { - return $this->extensionSet->getNodeVisitors(); - } - - public function addFilter(TwigFilter $filter) - { - $this->extensionSet->addFilter($filter); - } - - /** - * @internal - */ - public function getFilter(string $name): ?TwigFilter - { - return $this->extensionSet->getFilter($name); - } - - public function registerUndefinedFilterCallback(callable $callable): void - { - $this->extensionSet->registerUndefinedFilterCallback($callable); - } - - /** - * Gets the registered Filters. - * - * Be warned that this method cannot return filters defined with registerUndefinedFilterCallback. - * - * @return TwigFilter[] - * - * @see registerUndefinedFilterCallback - * - * @internal - */ - public function getFilters(): array - { - return $this->extensionSet->getFilters(); - } - - public function addTest(TwigTest $test) - { - $this->extensionSet->addTest($test); - } - - /** - * @return TwigTest[] - * - * @internal - */ - public function getTests(): array - { - return $this->extensionSet->getTests(); - } - - /** - * @internal - */ - public function getTest(string $name): ?TwigTest - { - return $this->extensionSet->getTest($name); - } - - public function addFunction(TwigFunction $function) - { - $this->extensionSet->addFunction($function); - } - - /** - * @internal - */ - public function getFunction(string $name): ?TwigFunction - { - return $this->extensionSet->getFunction($name); - } - - public function registerUndefinedFunctionCallback(callable $callable): void - { - $this->extensionSet->registerUndefinedFunctionCallback($callable); - } - - /** - * Gets registered functions. - * - * Be warned that this method cannot return functions defined with registerUndefinedFunctionCallback. - * - * @return TwigFunction[] - * - * @see registerUndefinedFunctionCallback - * - * @internal - */ - public function getFunctions(): array - { - return $this->extensionSet->getFunctions(); - } - - /** - * Registers a Global. - * - * New globals can be added before compiling or rendering a template; - * but after, you can only update existing globals. - * - * @param mixed $value The global value - */ - public function addGlobal(string $name, $value) - { - if ($this->extensionSet->isInitialized() && !\array_key_exists($name, $this->getGlobals())) { - throw new \LogicException(sprintf('Unable to add global "%s" as the runtime or the extensions have already been initialized.', $name)); - } - - if (null !== $this->resolvedGlobals) { - $this->resolvedGlobals[$name] = $value; - } else { - $this->globals[$name] = $value; - } - } - - /** - * @internal - * - * @return array - */ - public function getGlobals(): array - { - if ($this->extensionSet->isInitialized()) { - if (null === $this->resolvedGlobals) { - $this->resolvedGlobals = array_merge($this->extensionSet->getGlobals(), $this->globals); - } - - return $this->resolvedGlobals; - } - - return array_merge($this->extensionSet->getGlobals(), $this->globals); - } - - public function mergeGlobals(array $context): array - { - // we don't use array_merge as the context being generally - // bigger than globals, this code is faster. - foreach ($this->getGlobals() as $key => $value) { - if (!\array_key_exists($key, $context)) { - $context[$key] = $value; - } - } - - return $context; - } - - /** - * @internal - * - * @return array}> - */ - public function getUnaryOperators(): array - { - return $this->extensionSet->getUnaryOperators(); - } - - /** - * @internal - * - * @return array, associativity: ExpressionParser::OPERATOR_*}> - */ - public function getBinaryOperators(): array - { - return $this->extensionSet->getBinaryOperators(); - } - - private function updateOptionsHash(): void - { - $this->optionsHash = implode(':', [ - $this->extensionSet->getSignature(), - \PHP_MAJOR_VERSION, - \PHP_MINOR_VERSION, - self::VERSION, - (int) $this->debug, - (int) $this->strictVariables, - ]); - } -} diff --git a/Sources/vendor/twig/twig/src/Error/Error.php b/Sources/vendor/twig/twig/src/Error/Error.php deleted file mode 100755 index a68be65f..00000000 --- a/Sources/vendor/twig/twig/src/Error/Error.php +++ /dev/null @@ -1,227 +0,0 @@ - - */ -class Error extends \Exception -{ - private $lineno; - private $name; - private $rawMessage; - private $sourcePath; - private $sourceCode; - - /** - * Constructor. - * - * By default, automatic guessing is enabled. - * - * @param string $message The error message - * @param int $lineno The template line where the error occurred - * @param Source|null $source The source context where the error occurred - */ - public function __construct(string $message, int $lineno = -1, Source $source = null, \Exception $previous = null) - { - parent::__construct('', 0, $previous); - - if (null === $source) { - $name = null; - } else { - $name = $source->getName(); - $this->sourceCode = $source->getCode(); - $this->sourcePath = $source->getPath(); - } - - $this->lineno = $lineno; - $this->name = $name; - $this->rawMessage = $message; - $this->updateRepr(); - } - - public function getRawMessage(): string - { - return $this->rawMessage; - } - - public function getTemplateLine(): int - { - return $this->lineno; - } - - public function setTemplateLine(int $lineno): void - { - $this->lineno = $lineno; - - $this->updateRepr(); - } - - public function getSourceContext(): ?Source - { - return $this->name ? new Source($this->sourceCode, $this->name, $this->sourcePath) : null; - } - - public function setSourceContext(Source $source = null): void - { - if (null === $source) { - $this->sourceCode = $this->name = $this->sourcePath = null; - } else { - $this->sourceCode = $source->getCode(); - $this->name = $source->getName(); - $this->sourcePath = $source->getPath(); - } - - $this->updateRepr(); - } - - public function guess(): void - { - $this->guessTemplateInfo(); - $this->updateRepr(); - } - - public function appendMessage($rawMessage): void - { - $this->rawMessage .= $rawMessage; - $this->updateRepr(); - } - - private function updateRepr(): void - { - $this->message = $this->rawMessage; - - if ($this->sourcePath && $this->lineno > 0) { - $this->file = $this->sourcePath; - $this->line = $this->lineno; - - return; - } - - $dot = false; - if ('.' === substr($this->message, -1)) { - $this->message = substr($this->message, 0, -1); - $dot = true; - } - - $questionMark = false; - if ('?' === substr($this->message, -1)) { - $this->message = substr($this->message, 0, -1); - $questionMark = true; - } - - if ($this->name) { - if (\is_string($this->name) || (\is_object($this->name) && method_exists($this->name, '__toString'))) { - $name = sprintf('"%s"', $this->name); - } else { - $name = json_encode($this->name); - } - $this->message .= sprintf(' in %s', $name); - } - - if ($this->lineno && $this->lineno >= 0) { - $this->message .= sprintf(' at line %d', $this->lineno); - } - - if ($dot) { - $this->message .= '.'; - } - - if ($questionMark) { - $this->message .= '?'; - } - } - - private function guessTemplateInfo(): void - { - $template = null; - $templateClass = null; - - $backtrace = debug_backtrace(\DEBUG_BACKTRACE_IGNORE_ARGS | \DEBUG_BACKTRACE_PROVIDE_OBJECT); - foreach ($backtrace as $trace) { - if (isset($trace['object']) && $trace['object'] instanceof Template) { - $currentClass = \get_class($trace['object']); - $isEmbedContainer = null === $templateClass ? false : 0 === strpos($templateClass, $currentClass); - if (null === $this->name || ($this->name == $trace['object']->getTemplateName() && !$isEmbedContainer)) { - $template = $trace['object']; - $templateClass = \get_class($trace['object']); - } - } - } - - // update template name - if (null !== $template && null === $this->name) { - $this->name = $template->getTemplateName(); - } - - // update template path if any - if (null !== $template && null === $this->sourcePath) { - $src = $template->getSourceContext(); - $this->sourceCode = $src->getCode(); - $this->sourcePath = $src->getPath(); - } - - if (null === $template || $this->lineno > -1) { - return; - } - - $r = new \ReflectionObject($template); - $file = $r->getFileName(); - - $exceptions = [$e = $this]; - while ($e = $e->getPrevious()) { - $exceptions[] = $e; - } - - while ($e = array_pop($exceptions)) { - $traces = $e->getTrace(); - array_unshift($traces, ['file' => $e->getFile(), 'line' => $e->getLine()]); - - while ($trace = array_shift($traces)) { - if (!isset($trace['file']) || !isset($trace['line']) || $file != $trace['file']) { - continue; - } - - foreach ($template->getDebugInfo() as $codeLine => $templateLine) { - if ($codeLine <= $trace['line']) { - // update template line - $this->lineno = $templateLine; - - return; - } - } - } - } - } -} diff --git a/Sources/vendor/twig/twig/src/Error/LoaderError.php b/Sources/vendor/twig/twig/src/Error/LoaderError.php deleted file mode 100755 index 7c8c23c1..00000000 --- a/Sources/vendor/twig/twig/src/Error/LoaderError.php +++ /dev/null @@ -1,21 +0,0 @@ - - */ -class LoaderError extends Error -{ -} diff --git a/Sources/vendor/twig/twig/src/Error/RuntimeError.php b/Sources/vendor/twig/twig/src/Error/RuntimeError.php deleted file mode 100755 index f6b84766..00000000 --- a/Sources/vendor/twig/twig/src/Error/RuntimeError.php +++ /dev/null @@ -1,22 +0,0 @@ - - */ -class RuntimeError extends Error -{ -} diff --git a/Sources/vendor/twig/twig/src/Error/SyntaxError.php b/Sources/vendor/twig/twig/src/Error/SyntaxError.php deleted file mode 100755 index 726b3309..00000000 --- a/Sources/vendor/twig/twig/src/Error/SyntaxError.php +++ /dev/null @@ -1,46 +0,0 @@ - - */ -class SyntaxError extends Error -{ - /** - * Tweaks the error message to include suggestions. - * - * @param string $name The original name of the item that does not exist - * @param array $items An array of possible items - */ - public function addSuggestions(string $name, array $items): void - { - $alternatives = []; - foreach ($items as $item) { - $lev = levenshtein($name, $item); - if ($lev <= \strlen($name) / 3 || false !== strpos($item, $name)) { - $alternatives[$item] = $lev; - } - } - - if (!$alternatives) { - return; - } - - asort($alternatives); - - $this->appendMessage(sprintf(' Did you mean "%s"?', implode('", "', array_keys($alternatives)))); - } -} diff --git a/Sources/vendor/twig/twig/src/ExpressionParser.php b/Sources/vendor/twig/twig/src/ExpressionParser.php deleted file mode 100755 index 38347cb3..00000000 --- a/Sources/vendor/twig/twig/src/ExpressionParser.php +++ /dev/null @@ -1,842 +0,0 @@ - - */ -class ExpressionParser -{ - public const OPERATOR_LEFT = 1; - public const OPERATOR_RIGHT = 2; - - private $parser; - private $env; - /** @var array}> */ - private $unaryOperators; - /** @var array, associativity: self::OPERATOR_*}> */ - private $binaryOperators; - - public function __construct(Parser $parser, Environment $env) - { - $this->parser = $parser; - $this->env = $env; - $this->unaryOperators = $env->getUnaryOperators(); - $this->binaryOperators = $env->getBinaryOperators(); - } - - public function parseExpression($precedence = 0, $allowArrow = false) - { - if ($allowArrow && $arrow = $this->parseArrow()) { - return $arrow; - } - - $expr = $this->getPrimary(); - $token = $this->parser->getCurrentToken(); - while ($this->isBinary($token) && $this->binaryOperators[$token->getValue()]['precedence'] >= $precedence) { - $op = $this->binaryOperators[$token->getValue()]; - $this->parser->getStream()->next(); - - if ('is not' === $token->getValue()) { - $expr = $this->parseNotTestExpression($expr); - } elseif ('is' === $token->getValue()) { - $expr = $this->parseTestExpression($expr); - } elseif (isset($op['callable'])) { - $expr = $op['callable']($this->parser, $expr); - } else { - $expr1 = $this->parseExpression(self::OPERATOR_LEFT === $op['associativity'] ? $op['precedence'] + 1 : $op['precedence'], true); - $class = $op['class']; - $expr = new $class($expr, $expr1, $token->getLine()); - } - - $token = $this->parser->getCurrentToken(); - } - - if (0 === $precedence) { - return $this->parseConditionalExpression($expr); - } - - return $expr; - } - - /** - * @return ArrowFunctionExpression|null - */ - private function parseArrow() - { - $stream = $this->parser->getStream(); - - // short array syntax (one argument, no parentheses)? - if ($stream->look(1)->test(/* Token::ARROW_TYPE */ 12)) { - $line = $stream->getCurrent()->getLine(); - $token = $stream->expect(/* Token::NAME_TYPE */ 5); - $names = [new AssignNameExpression($token->getValue(), $token->getLine())]; - $stream->expect(/* Token::ARROW_TYPE */ 12); - - return new ArrowFunctionExpression($this->parseExpression(0), new Node($names), $line); - } - - // first, determine if we are parsing an arrow function by finding => (long form) - $i = 0; - if (!$stream->look($i)->test(/* Token::PUNCTUATION_TYPE */ 9, '(')) { - return null; - } - ++$i; - while (true) { - // variable name - ++$i; - if (!$stream->look($i)->test(/* Token::PUNCTUATION_TYPE */ 9, ',')) { - break; - } - ++$i; - } - if (!$stream->look($i)->test(/* Token::PUNCTUATION_TYPE */ 9, ')')) { - return null; - } - ++$i; - if (!$stream->look($i)->test(/* Token::ARROW_TYPE */ 12)) { - return null; - } - - // yes, let's parse it properly - $token = $stream->expect(/* Token::PUNCTUATION_TYPE */ 9, '('); - $line = $token->getLine(); - - $names = []; - while (true) { - $token = $stream->expect(/* Token::NAME_TYPE */ 5); - $names[] = new AssignNameExpression($token->getValue(), $token->getLine()); - - if (!$stream->nextIf(/* Token::PUNCTUATION_TYPE */ 9, ',')) { - break; - } - } - $stream->expect(/* Token::PUNCTUATION_TYPE */ 9, ')'); - $stream->expect(/* Token::ARROW_TYPE */ 12); - - return new ArrowFunctionExpression($this->parseExpression(0), new Node($names), $line); - } - - private function getPrimary(): AbstractExpression - { - $token = $this->parser->getCurrentToken(); - - if ($this->isUnary($token)) { - $operator = $this->unaryOperators[$token->getValue()]; - $this->parser->getStream()->next(); - $expr = $this->parseExpression($operator['precedence']); - $class = $operator['class']; - - return $this->parsePostfixExpression(new $class($expr, $token->getLine())); - } elseif ($token->test(/* Token::PUNCTUATION_TYPE */ 9, '(')) { - $this->parser->getStream()->next(); - $expr = $this->parseExpression(); - $this->parser->getStream()->expect(/* Token::PUNCTUATION_TYPE */ 9, ')', 'An opened parenthesis is not properly closed'); - - return $this->parsePostfixExpression($expr); - } - - return $this->parsePrimaryExpression(); - } - - private function parseConditionalExpression($expr): AbstractExpression - { - while ($this->parser->getStream()->nextIf(/* Token::PUNCTUATION_TYPE */ 9, '?')) { - if (!$this->parser->getStream()->nextIf(/* Token::PUNCTUATION_TYPE */ 9, ':')) { - $expr2 = $this->parseExpression(); - if ($this->parser->getStream()->nextIf(/* Token::PUNCTUATION_TYPE */ 9, ':')) { - $expr3 = $this->parseExpression(); - } else { - $expr3 = new ConstantExpression('', $this->parser->getCurrentToken()->getLine()); - } - } else { - $expr2 = $expr; - $expr3 = $this->parseExpression(); - } - - $expr = new ConditionalExpression($expr, $expr2, $expr3, $this->parser->getCurrentToken()->getLine()); - } - - return $expr; - } - - private function isUnary(Token $token): bool - { - return $token->test(/* Token::OPERATOR_TYPE */ 8) && isset($this->unaryOperators[$token->getValue()]); - } - - private function isBinary(Token $token): bool - { - return $token->test(/* Token::OPERATOR_TYPE */ 8) && isset($this->binaryOperators[$token->getValue()]); - } - - public function parsePrimaryExpression() - { - $token = $this->parser->getCurrentToken(); - switch ($token->getType()) { - case /* Token::NAME_TYPE */ 5: - $this->parser->getStream()->next(); - switch ($token->getValue()) { - case 'true': - case 'TRUE': - $node = new ConstantExpression(true, $token->getLine()); - break; - - case 'false': - case 'FALSE': - $node = new ConstantExpression(false, $token->getLine()); - break; - - case 'none': - case 'NONE': - case 'null': - case 'NULL': - $node = new ConstantExpression(null, $token->getLine()); - break; - - default: - if ('(' === $this->parser->getCurrentToken()->getValue()) { - $node = $this->getFunctionNode($token->getValue(), $token->getLine()); - } else { - $node = new NameExpression($token->getValue(), $token->getLine()); - } - } - break; - - case /* Token::NUMBER_TYPE */ 6: - $this->parser->getStream()->next(); - $node = new ConstantExpression($token->getValue(), $token->getLine()); - break; - - case /* Token::STRING_TYPE */ 7: - case /* Token::INTERPOLATION_START_TYPE */ 10: - $node = $this->parseStringExpression(); - break; - - case /* Token::OPERATOR_TYPE */ 8: - if (preg_match(Lexer::REGEX_NAME, $token->getValue(), $matches) && $matches[0] == $token->getValue()) { - // in this context, string operators are variable names - $this->parser->getStream()->next(); - $node = new NameExpression($token->getValue(), $token->getLine()); - break; - } - - if (isset($this->unaryOperators[$token->getValue()])) { - $class = $this->unaryOperators[$token->getValue()]['class']; - if (!\in_array($class, [NegUnary::class, PosUnary::class])) { - throw new SyntaxError(sprintf('Unexpected unary operator "%s".', $token->getValue()), $token->getLine(), $this->parser->getStream()->getSourceContext()); - } - - $this->parser->getStream()->next(); - $expr = $this->parsePrimaryExpression(); - - $node = new $class($expr, $token->getLine()); - break; - } - - // no break - default: - if ($token->test(/* Token::PUNCTUATION_TYPE */ 9, '[')) { - $node = $this->parseArrayExpression(); - } elseif ($token->test(/* Token::PUNCTUATION_TYPE */ 9, '{')) { - $node = $this->parseHashExpression(); - } elseif ($token->test(/* Token::OPERATOR_TYPE */ 8, '=') && ('==' === $this->parser->getStream()->look(-1)->getValue() || '!=' === $this->parser->getStream()->look(-1)->getValue())) { - throw new SyntaxError(sprintf('Unexpected operator of value "%s". Did you try to use "===" or "!==" for strict comparison? Use "is same as(value)" instead.', $token->getValue()), $token->getLine(), $this->parser->getStream()->getSourceContext()); - } else { - throw new SyntaxError(sprintf('Unexpected token "%s" of value "%s".', Token::typeToEnglish($token->getType()), $token->getValue()), $token->getLine(), $this->parser->getStream()->getSourceContext()); - } - } - - return $this->parsePostfixExpression($node); - } - - public function parseStringExpression() - { - $stream = $this->parser->getStream(); - - $nodes = []; - // a string cannot be followed by another string in a single expression - $nextCanBeString = true; - while (true) { - if ($nextCanBeString && $token = $stream->nextIf(/* Token::STRING_TYPE */ 7)) { - $nodes[] = new ConstantExpression($token->getValue(), $token->getLine()); - $nextCanBeString = false; - } elseif ($stream->nextIf(/* Token::INTERPOLATION_START_TYPE */ 10)) { - $nodes[] = $this->parseExpression(); - $stream->expect(/* Token::INTERPOLATION_END_TYPE */ 11); - $nextCanBeString = true; - } else { - break; - } - } - - $expr = array_shift($nodes); - foreach ($nodes as $node) { - $expr = new ConcatBinary($expr, $node, $node->getTemplateLine()); - } - - return $expr; - } - - public function parseArrayExpression() - { - $stream = $this->parser->getStream(); - $stream->expect(/* Token::PUNCTUATION_TYPE */ 9, '[', 'An array element was expected'); - - $node = new ArrayExpression([], $stream->getCurrent()->getLine()); - $first = true; - while (!$stream->test(/* Token::PUNCTUATION_TYPE */ 9, ']')) { - if (!$first) { - $stream->expect(/* Token::PUNCTUATION_TYPE */ 9, ',', 'An array element must be followed by a comma'); - - // trailing ,? - if ($stream->test(/* Token::PUNCTUATION_TYPE */ 9, ']')) { - break; - } - } - $first = false; - - if ($stream->test(/* Token::SPREAD_TYPE */ 13)) { - $stream->next(); - $expr = $this->parseExpression(); - $expr->setAttribute('spread', true); - $node->addElement($expr); - } else { - $node->addElement($this->parseExpression()); - } - } - $stream->expect(/* Token::PUNCTUATION_TYPE */ 9, ']', 'An opened array is not properly closed'); - - return $node; - } - - public function parseHashExpression() - { - $stream = $this->parser->getStream(); - $stream->expect(/* Token::PUNCTUATION_TYPE */ 9, '{', 'A hash element was expected'); - - $node = new ArrayExpression([], $stream->getCurrent()->getLine()); - $first = true; - while (!$stream->test(/* Token::PUNCTUATION_TYPE */ 9, '}')) { - if (!$first) { - $stream->expect(/* Token::PUNCTUATION_TYPE */ 9, ',', 'A hash value must be followed by a comma'); - - // trailing ,? - if ($stream->test(/* Token::PUNCTUATION_TYPE */ 9, '}')) { - break; - } - } - $first = false; - - if ($stream->test(/* Token::SPREAD_TYPE */ 13)) { - $stream->next(); - $value = $this->parseExpression(); - $value->setAttribute('spread', true); - $node->addElement($value); - continue; - } - - // a hash key can be: - // - // * a number -- 12 - // * a string -- 'a' - // * a name, which is equivalent to a string -- a - // * an expression, which must be enclosed in parentheses -- (1 + 2) - if ($token = $stream->nextIf(/* Token::NAME_TYPE */ 5)) { - $key = new ConstantExpression($token->getValue(), $token->getLine()); - - // {a} is a shortcut for {a:a} - if ($stream->test(Token::PUNCTUATION_TYPE, [',', '}'])) { - $value = new NameExpression($key->getAttribute('value'), $key->getTemplateLine()); - $node->addElement($value, $key); - continue; - } - } elseif (($token = $stream->nextIf(/* Token::STRING_TYPE */ 7)) || $token = $stream->nextIf(/* Token::NUMBER_TYPE */ 6)) { - $key = new ConstantExpression($token->getValue(), $token->getLine()); - } elseif ($stream->test(/* Token::PUNCTUATION_TYPE */ 9, '(')) { - $key = $this->parseExpression(); - } else { - $current = $stream->getCurrent(); - - throw new SyntaxError(sprintf('A hash key must be a quoted string, a number, a name, or an expression enclosed in parentheses (unexpected token "%s" of value "%s".', Token::typeToEnglish($current->getType()), $current->getValue()), $current->getLine(), $stream->getSourceContext()); - } - - $stream->expect(/* Token::PUNCTUATION_TYPE */ 9, ':', 'A hash key must be followed by a colon (:)'); - $value = $this->parseExpression(); - - $node->addElement($value, $key); - } - $stream->expect(/* Token::PUNCTUATION_TYPE */ 9, '}', 'An opened hash is not properly closed'); - - return $node; - } - - public function parsePostfixExpression($node) - { - while (true) { - $token = $this->parser->getCurrentToken(); - if (/* Token::PUNCTUATION_TYPE */ 9 == $token->getType()) { - if ('.' == $token->getValue() || '[' == $token->getValue()) { - $node = $this->parseSubscriptExpression($node); - } elseif ('|' == $token->getValue()) { - $node = $this->parseFilterExpression($node); - } else { - break; - } - } else { - break; - } - } - - return $node; - } - - public function getFunctionNode($name, $line) - { - switch ($name) { - case 'parent': - $this->parseArguments(); - if (!\count($this->parser->getBlockStack())) { - throw new SyntaxError('Calling "parent" outside a block is forbidden.', $line, $this->parser->getStream()->getSourceContext()); - } - - if (!$this->parser->getParent() && !$this->parser->hasTraits()) { - throw new SyntaxError('Calling "parent" on a template that does not extend nor "use" another template is forbidden.', $line, $this->parser->getStream()->getSourceContext()); - } - - return new ParentExpression($this->parser->peekBlockStack(), $line); - case 'block': - $args = $this->parseArguments(); - if (\count($args) < 1) { - throw new SyntaxError('The "block" function takes one argument (the block name).', $line, $this->parser->getStream()->getSourceContext()); - } - - return new BlockReferenceExpression($args->getNode(0), \count($args) > 1 ? $args->getNode(1) : null, $line); - case 'attribute': - $args = $this->parseArguments(); - if (\count($args) < 2) { - throw new SyntaxError('The "attribute" function takes at least two arguments (the variable and the attributes).', $line, $this->parser->getStream()->getSourceContext()); - } - - return new GetAttrExpression($args->getNode(0), $args->getNode(1), \count($args) > 2 ? $args->getNode(2) : null, Template::ANY_CALL, $line); - default: - if (null !== $alias = $this->parser->getImportedSymbol('function', $name)) { - $arguments = new ArrayExpression([], $line); - foreach ($this->parseArguments() as $n) { - $arguments->addElement($n); - } - - $node = new MethodCallExpression($alias['node'], $alias['name'], $arguments, $line); - $node->setAttribute('safe', true); - - return $node; - } - - $args = $this->parseArguments(true); - $class = $this->getFunctionNodeClass($name, $line); - - return new $class($name, $args, $line); - } - } - - public function parseSubscriptExpression($node) - { - $stream = $this->parser->getStream(); - $token = $stream->next(); - $lineno = $token->getLine(); - $arguments = new ArrayExpression([], $lineno); - $type = Template::ANY_CALL; - if ('.' == $token->getValue()) { - $token = $stream->next(); - if ( - /* Token::NAME_TYPE */ 5 == $token->getType() - || - /* Token::NUMBER_TYPE */ 6 == $token->getType() - || - (/* Token::OPERATOR_TYPE */ 8 == $token->getType() && preg_match(Lexer::REGEX_NAME, $token->getValue())) - ) { - $arg = new ConstantExpression($token->getValue(), $lineno); - - if ($stream->test(/* Token::PUNCTUATION_TYPE */ 9, '(')) { - $type = Template::METHOD_CALL; - foreach ($this->parseArguments() as $n) { - $arguments->addElement($n); - } - } - } else { - throw new SyntaxError(sprintf('Expected name or number, got value "%s" of type %s.', $token->getValue(), Token::typeToEnglish($token->getType())), $lineno, $stream->getSourceContext()); - } - - if ($node instanceof NameExpression && null !== $this->parser->getImportedSymbol('template', $node->getAttribute('name'))) { - if (!$arg instanceof ConstantExpression) { - throw new SyntaxError(sprintf('Dynamic macro names are not supported (called on "%s").', $node->getAttribute('name')), $token->getLine(), $stream->getSourceContext()); - } - - $name = $arg->getAttribute('value'); - - $node = new MethodCallExpression($node, 'macro_'.$name, $arguments, $lineno); - $node->setAttribute('safe', true); - - return $node; - } - } else { - $type = Template::ARRAY_CALL; - - // slice? - $slice = false; - if ($stream->test(/* Token::PUNCTUATION_TYPE */ 9, ':')) { - $slice = true; - $arg = new ConstantExpression(0, $token->getLine()); - } else { - $arg = $this->parseExpression(); - } - - if ($stream->nextIf(/* Token::PUNCTUATION_TYPE */ 9, ':')) { - $slice = true; - } - - if ($slice) { - if ($stream->test(/* Token::PUNCTUATION_TYPE */ 9, ']')) { - $length = new ConstantExpression(null, $token->getLine()); - } else { - $length = $this->parseExpression(); - } - - $class = $this->getFilterNodeClass('slice', $token->getLine()); - $arguments = new Node([$arg, $length]); - $filter = new $class($node, new ConstantExpression('slice', $token->getLine()), $arguments, $token->getLine()); - - $stream->expect(/* Token::PUNCTUATION_TYPE */ 9, ']'); - - return $filter; - } - - $stream->expect(/* Token::PUNCTUATION_TYPE */ 9, ']'); - } - - return new GetAttrExpression($node, $arg, $arguments, $type, $lineno); - } - - public function parseFilterExpression($node) - { - $this->parser->getStream()->next(); - - return $this->parseFilterExpressionRaw($node); - } - - public function parseFilterExpressionRaw($node, $tag = null) - { - while (true) { - $token = $this->parser->getStream()->expect(/* Token::NAME_TYPE */ 5); - - $name = new ConstantExpression($token->getValue(), $token->getLine()); - if (!$this->parser->getStream()->test(/* Token::PUNCTUATION_TYPE */ 9, '(')) { - $arguments = new Node(); - } else { - $arguments = $this->parseArguments(true, false, true); - } - - $class = $this->getFilterNodeClass($name->getAttribute('value'), $token->getLine()); - - $node = new $class($node, $name, $arguments, $token->getLine(), $tag); - - if (!$this->parser->getStream()->test(/* Token::PUNCTUATION_TYPE */ 9, '|')) { - break; - } - - $this->parser->getStream()->next(); - } - - return $node; - } - - /** - * Parses arguments. - * - * @param bool $namedArguments Whether to allow named arguments or not - * @param bool $definition Whether we are parsing arguments for a function definition - * - * @return Node - * - * @throws SyntaxError - */ - public function parseArguments($namedArguments = false, $definition = false, $allowArrow = false) - { - $args = []; - $stream = $this->parser->getStream(); - - $stream->expect(/* Token::PUNCTUATION_TYPE */ 9, '(', 'A list of arguments must begin with an opening parenthesis'); - while (!$stream->test(/* Token::PUNCTUATION_TYPE */ 9, ')')) { - if (!empty($args)) { - $stream->expect(/* Token::PUNCTUATION_TYPE */ 9, ',', 'Arguments must be separated by a comma'); - - // if the comma above was a trailing comma, early exit the argument parse loop - if ($stream->test(/* Token::PUNCTUATION_TYPE */ 9, ')')) { - break; - } - } - - if ($definition) { - $token = $stream->expect(/* Token::NAME_TYPE */ 5, null, 'An argument must be a name'); - $value = new NameExpression($token->getValue(), $this->parser->getCurrentToken()->getLine()); - } else { - $value = $this->parseExpression(0, $allowArrow); - } - - $name = null; - if ($namedArguments && $token = $stream->nextIf(/* Token::OPERATOR_TYPE */ 8, '=')) { - if (!$value instanceof NameExpression) { - throw new SyntaxError(sprintf('A parameter name must be a string, "%s" given.', \get_class($value)), $token->getLine(), $stream->getSourceContext()); - } - $name = $value->getAttribute('name'); - - if ($definition) { - $value = $this->parsePrimaryExpression(); - - if (!$this->checkConstantExpression($value)) { - throw new SyntaxError('A default value for an argument must be a constant (a boolean, a string, a number, or an array).', $token->getLine(), $stream->getSourceContext()); - } - } else { - $value = $this->parseExpression(0, $allowArrow); - } - } - - if ($definition) { - if (null === $name) { - $name = $value->getAttribute('name'); - $value = new ConstantExpression(null, $this->parser->getCurrentToken()->getLine()); - } - $args[$name] = $value; - } else { - if (null === $name) { - $args[] = $value; - } else { - $args[$name] = $value; - } - } - } - $stream->expect(/* Token::PUNCTUATION_TYPE */ 9, ')', 'A list of arguments must be closed by a parenthesis'); - - return new Node($args); - } - - public function parseAssignmentExpression() - { - $stream = $this->parser->getStream(); - $targets = []; - while (true) { - $token = $this->parser->getCurrentToken(); - if ($stream->test(/* Token::OPERATOR_TYPE */ 8) && preg_match(Lexer::REGEX_NAME, $token->getValue())) { - // in this context, string operators are variable names - $this->parser->getStream()->next(); - } else { - $stream->expect(/* Token::NAME_TYPE */ 5, null, 'Only variables can be assigned to'); - } - $value = $token->getValue(); - if (\in_array(strtr($value, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 'abcdefghijklmnopqrstuvwxyz'), ['true', 'false', 'none', 'null'])) { - throw new SyntaxError(sprintf('You cannot assign a value to "%s".', $value), $token->getLine(), $stream->getSourceContext()); - } - $targets[] = new AssignNameExpression($value, $token->getLine()); - - if (!$stream->nextIf(/* Token::PUNCTUATION_TYPE */ 9, ',')) { - break; - } - } - - return new Node($targets); - } - - public function parseMultitargetExpression() - { - $targets = []; - while (true) { - $targets[] = $this->parseExpression(); - if (!$this->parser->getStream()->nextIf(/* Token::PUNCTUATION_TYPE */ 9, ',')) { - break; - } - } - - return new Node($targets); - } - - private function parseNotTestExpression(Node $node): NotUnary - { - return new NotUnary($this->parseTestExpression($node), $this->parser->getCurrentToken()->getLine()); - } - - private function parseTestExpression(Node $node): TestExpression - { - $stream = $this->parser->getStream(); - list($name, $test) = $this->getTest($node->getTemplateLine()); - - $class = $this->getTestNodeClass($test); - $arguments = null; - if ($stream->test(/* Token::PUNCTUATION_TYPE */ 9, '(')) { - $arguments = $this->parseArguments(true); - } elseif ($test->hasOneMandatoryArgument()) { - $arguments = new Node([0 => $this->parsePrimaryExpression()]); - } - - if ('defined' === $name && $node instanceof NameExpression && null !== $alias = $this->parser->getImportedSymbol('function', $node->getAttribute('name'))) { - $node = new MethodCallExpression($alias['node'], $alias['name'], new ArrayExpression([], $node->getTemplateLine()), $node->getTemplateLine()); - $node->setAttribute('safe', true); - } - - return new $class($node, $name, $arguments, $this->parser->getCurrentToken()->getLine()); - } - - private function getTest(int $line): array - { - $stream = $this->parser->getStream(); - $name = $stream->expect(/* Token::NAME_TYPE */ 5)->getValue(); - - if ($test = $this->env->getTest($name)) { - return [$name, $test]; - } - - if ($stream->test(/* Token::NAME_TYPE */ 5)) { - // try 2-words tests - $name = $name.' '.$this->parser->getCurrentToken()->getValue(); - - if ($test = $this->env->getTest($name)) { - $stream->next(); - - return [$name, $test]; - } - } - - $e = new SyntaxError(sprintf('Unknown "%s" test.', $name), $line, $stream->getSourceContext()); - $e->addSuggestions($name, array_keys($this->env->getTests())); - - throw $e; - } - - private function getTestNodeClass(TwigTest $test): string - { - if ($test->isDeprecated()) { - $stream = $this->parser->getStream(); - $message = sprintf('Twig Test "%s" is deprecated', $test->getName()); - - if ($test->getDeprecatedVersion()) { - $message .= sprintf(' since version %s', $test->getDeprecatedVersion()); - } - if ($test->getAlternative()) { - $message .= sprintf('. Use "%s" instead', $test->getAlternative()); - } - $src = $stream->getSourceContext(); - $message .= sprintf(' in %s at line %d.', $src->getPath() ?: $src->getName(), $stream->getCurrent()->getLine()); - - @trigger_error($message, \E_USER_DEPRECATED); - } - - return $test->getNodeClass(); - } - - private function getFunctionNodeClass(string $name, int $line): string - { - if (!$function = $this->env->getFunction($name)) { - $e = new SyntaxError(sprintf('Unknown "%s" function.', $name), $line, $this->parser->getStream()->getSourceContext()); - $e->addSuggestions($name, array_keys($this->env->getFunctions())); - - throw $e; - } - - if ($function->isDeprecated()) { - $message = sprintf('Twig Function "%s" is deprecated', $function->getName()); - if ($function->getDeprecatedVersion()) { - $message .= sprintf(' since version %s', $function->getDeprecatedVersion()); - } - if ($function->getAlternative()) { - $message .= sprintf('. Use "%s" instead', $function->getAlternative()); - } - $src = $this->parser->getStream()->getSourceContext(); - $message .= sprintf(' in %s at line %d.', $src->getPath() ?: $src->getName(), $line); - - @trigger_error($message, \E_USER_DEPRECATED); - } - - return $function->getNodeClass(); - } - - private function getFilterNodeClass(string $name, int $line): string - { - if (!$filter = $this->env->getFilter($name)) { - $e = new SyntaxError(sprintf('Unknown "%s" filter.', $name), $line, $this->parser->getStream()->getSourceContext()); - $e->addSuggestions($name, array_keys($this->env->getFilters())); - - throw $e; - } - - if ($filter->isDeprecated()) { - $message = sprintf('Twig Filter "%s" is deprecated', $filter->getName()); - if ($filter->getDeprecatedVersion()) { - $message .= sprintf(' since version %s', $filter->getDeprecatedVersion()); - } - if ($filter->getAlternative()) { - $message .= sprintf('. Use "%s" instead', $filter->getAlternative()); - } - $src = $this->parser->getStream()->getSourceContext(); - $message .= sprintf(' in %s at line %d.', $src->getPath() ?: $src->getName(), $line); - - @trigger_error($message, \E_USER_DEPRECATED); - } - - return $filter->getNodeClass(); - } - - // checks that the node only contains "constant" elements - private function checkConstantExpression(Node $node): bool - { - if (!($node instanceof ConstantExpression || $node instanceof ArrayExpression - || $node instanceof NegUnary || $node instanceof PosUnary - )) { - return false; - } - - foreach ($node as $n) { - if (!$this->checkConstantExpression($n)) { - return false; - } - } - - return true; - } -} diff --git a/Sources/vendor/twig/twig/src/Extension/AbstractExtension.php b/Sources/vendor/twig/twig/src/Extension/AbstractExtension.php deleted file mode 100755 index 422925f3..00000000 --- a/Sources/vendor/twig/twig/src/Extension/AbstractExtension.php +++ /dev/null @@ -1,45 +0,0 @@ -dateFormats[0] = $format; - } - - if (null !== $dateIntervalFormat) { - $this->dateFormats[1] = $dateIntervalFormat; - } - } - - /** - * Gets the default format to be used by the date filter. - * - * @return array The default date format string and the default date interval format string - */ - public function getDateFormat() - { - return $this->dateFormats; - } - - /** - * Sets the default timezone to be used by the date filter. - * - * @param \DateTimeZone|string $timezone The default timezone string or a \DateTimeZone object - */ - public function setTimezone($timezone) - { - $this->timezone = $timezone instanceof \DateTimeZone ? $timezone : new \DateTimeZone($timezone); - } - - /** - * Gets the default timezone to be used by the date filter. - * - * @return \DateTimeZone The default timezone currently in use - */ - public function getTimezone() - { - if (null === $this->timezone) { - $this->timezone = new \DateTimeZone(date_default_timezone_get()); - } - - return $this->timezone; - } - - /** - * Sets the default format to be used by the number_format filter. - * - * @param int $decimal the number of decimal places to use - * @param string $decimalPoint the character(s) to use for the decimal point - * @param string $thousandSep the character(s) to use for the thousands separator - */ - public function setNumberFormat($decimal, $decimalPoint, $thousandSep) - { - $this->numberFormat = [$decimal, $decimalPoint, $thousandSep]; - } - - /** - * Get the default format used by the number_format filter. - * - * @return array The arguments for number_format() - */ - public function getNumberFormat() - { - return $this->numberFormat; - } - - public function getTokenParsers(): array - { - return [ - new ApplyTokenParser(), - new ForTokenParser(), - new IfTokenParser(), - new ExtendsTokenParser(), - new IncludeTokenParser(), - new BlockTokenParser(), - new UseTokenParser(), - new MacroTokenParser(), - new ImportTokenParser(), - new FromTokenParser(), - new SetTokenParser(), - new FlushTokenParser(), - new DoTokenParser(), - new EmbedTokenParser(), - new WithTokenParser(), - new DeprecatedTokenParser(), - ]; - } - - public function getFilters(): array - { - return [ - // formatting filters - new TwigFilter('date', 'twig_date_format_filter', ['needs_environment' => true]), - new TwigFilter('date_modify', 'twig_date_modify_filter', ['needs_environment' => true]), - new TwigFilter('format', 'twig_sprintf'), - new TwigFilter('replace', 'twig_replace_filter'), - new TwigFilter('number_format', 'twig_number_format_filter', ['needs_environment' => true]), - new TwigFilter('abs', 'abs'), - new TwigFilter('round', 'twig_round'), - - // encoding - new TwigFilter('url_encode', 'twig_urlencode_filter'), - new TwigFilter('json_encode', 'json_encode'), - new TwigFilter('convert_encoding', 'twig_convert_encoding'), - - // string filters - new TwigFilter('title', 'twig_title_string_filter', ['needs_environment' => true]), - new TwigFilter('capitalize', 'twig_capitalize_string_filter', ['needs_environment' => true]), - new TwigFilter('upper', 'twig_upper_filter', ['needs_environment' => true]), - new TwigFilter('lower', 'twig_lower_filter', ['needs_environment' => true]), - new TwigFilter('striptags', 'twig_striptags'), - new TwigFilter('trim', 'twig_trim_filter'), - new TwigFilter('nl2br', 'twig_nl2br', ['pre_escape' => 'html', 'is_safe' => ['html']]), - new TwigFilter('spaceless', 'twig_spaceless', ['is_safe' => ['html']]), - - // array helpers - new TwigFilter('join', 'twig_join_filter'), - new TwigFilter('split', 'twig_split_filter', ['needs_environment' => true]), - new TwigFilter('sort', 'twig_sort_filter', ['needs_environment' => true]), - new TwigFilter('merge', 'twig_array_merge'), - new TwigFilter('batch', 'twig_array_batch'), - new TwigFilter('column', 'twig_array_column'), - new TwigFilter('filter', 'twig_array_filter', ['needs_environment' => true]), - new TwigFilter('map', 'twig_array_map', ['needs_environment' => true]), - new TwigFilter('reduce', 'twig_array_reduce', ['needs_environment' => true]), - - // string/array filters - new TwigFilter('reverse', 'twig_reverse_filter', ['needs_environment' => true]), - new TwigFilter('length', 'twig_length_filter', ['needs_environment' => true]), - new TwigFilter('slice', 'twig_slice', ['needs_environment' => true]), - new TwigFilter('first', 'twig_first', ['needs_environment' => true]), - new TwigFilter('last', 'twig_last', ['needs_environment' => true]), - - // iteration and runtime - new TwigFilter('default', '_twig_default_filter', ['node_class' => DefaultFilter::class]), - new TwigFilter('keys', 'twig_get_array_keys_filter'), - ]; - } - - public function getFunctions(): array - { - return [ - new TwigFunction('max', 'max'), - new TwigFunction('min', 'min'), - new TwigFunction('range', 'range'), - new TwigFunction('constant', 'twig_constant'), - new TwigFunction('cycle', 'twig_cycle'), - new TwigFunction('random', 'twig_random', ['needs_environment' => true]), - new TwigFunction('date', 'twig_date_converter', ['needs_environment' => true]), - new TwigFunction('include', 'twig_include', ['needs_environment' => true, 'needs_context' => true, 'is_safe' => ['all']]), - new TwigFunction('source', 'twig_source', ['needs_environment' => true, 'is_safe' => ['all']]), - ]; - } - - public function getTests(): array - { - return [ - new TwigTest('even', null, ['node_class' => EvenTest::class]), - new TwigTest('odd', null, ['node_class' => OddTest::class]), - new TwigTest('defined', null, ['node_class' => DefinedTest::class]), - new TwigTest('same as', null, ['node_class' => SameasTest::class, 'one_mandatory_argument' => true]), - new TwigTest('none', null, ['node_class' => NullTest::class]), - new TwigTest('null', null, ['node_class' => NullTest::class]), - new TwigTest('divisible by', null, ['node_class' => DivisiblebyTest::class, 'one_mandatory_argument' => true]), - new TwigTest('constant', null, ['node_class' => ConstantTest::class]), - new TwigTest('empty', 'twig_test_empty'), - new TwigTest('iterable', 'twig_test_iterable'), - ]; - } - - public function getNodeVisitors(): array - { - return [new MacroAutoImportNodeVisitor()]; - } - - public function getOperators(): array - { - return [ - [ - 'not' => ['precedence' => 50, 'class' => NotUnary::class], - '-' => ['precedence' => 500, 'class' => NegUnary::class], - '+' => ['precedence' => 500, 'class' => PosUnary::class], - ], - [ - 'or' => ['precedence' => 10, 'class' => OrBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - 'and' => ['precedence' => 15, 'class' => AndBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - 'b-or' => ['precedence' => 16, 'class' => BitwiseOrBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - 'b-xor' => ['precedence' => 17, 'class' => BitwiseXorBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - 'b-and' => ['precedence' => 18, 'class' => BitwiseAndBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - '==' => ['precedence' => 20, 'class' => EqualBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - '!=' => ['precedence' => 20, 'class' => NotEqualBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - '<=>' => ['precedence' => 20, 'class' => SpaceshipBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - '<' => ['precedence' => 20, 'class' => LessBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - '>' => ['precedence' => 20, 'class' => GreaterBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - '>=' => ['precedence' => 20, 'class' => GreaterEqualBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - '<=' => ['precedence' => 20, 'class' => LessEqualBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - 'not in' => ['precedence' => 20, 'class' => NotInBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - 'in' => ['precedence' => 20, 'class' => InBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - 'matches' => ['precedence' => 20, 'class' => MatchesBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - 'starts with' => ['precedence' => 20, 'class' => StartsWithBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - 'ends with' => ['precedence' => 20, 'class' => EndsWithBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - 'has some' => ['precedence' => 20, 'class' => HasSomeBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - 'has every' => ['precedence' => 20, 'class' => HasEveryBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - '..' => ['precedence' => 25, 'class' => RangeBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - '+' => ['precedence' => 30, 'class' => AddBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - '-' => ['precedence' => 30, 'class' => SubBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - '~' => ['precedence' => 40, 'class' => ConcatBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - '*' => ['precedence' => 60, 'class' => MulBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - '/' => ['precedence' => 60, 'class' => DivBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - '//' => ['precedence' => 60, 'class' => FloorDivBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - '%' => ['precedence' => 60, 'class' => ModBinary::class, 'associativity' => ExpressionParser::OPERATOR_LEFT], - 'is' => ['precedence' => 100, 'associativity' => ExpressionParser::OPERATOR_LEFT], - 'is not' => ['precedence' => 100, 'associativity' => ExpressionParser::OPERATOR_LEFT], - '**' => ['precedence' => 200, 'class' => PowerBinary::class, 'associativity' => ExpressionParser::OPERATOR_RIGHT], - '??' => ['precedence' => 300, 'class' => NullCoalesceExpression::class, 'associativity' => ExpressionParser::OPERATOR_RIGHT], - ], - ]; - } -} -} - -namespace { - use Twig\Environment; - use Twig\Error\LoaderError; - use Twig\Error\RuntimeError; - use Twig\Extension\CoreExtension; - use Twig\Extension\SandboxExtension; - use Twig\Markup; - use Twig\Source; - use Twig\Template; - use Twig\TemplateWrapper; - -/** - * Cycles over a value. - * - * @param \ArrayAccess|array $values - * @param int $position The cycle position - * - * @return string The next value in the cycle - */ -function twig_cycle($values, $position) -{ - if (!\is_array($values) && !$values instanceof \ArrayAccess) { - return $values; - } - - return $values[$position % \count($values)]; -} - -/** - * Returns a random value depending on the supplied parameter type: - * - a random item from a \Traversable or array - * - a random character from a string - * - a random integer between 0 and the integer parameter. - * - * @param \Traversable|array|int|float|string $values The values to pick a random item from - * @param int|null $max Maximum value used when $values is an int - * - * @throws RuntimeError when $values is an empty array (does not apply to an empty string which is returned as is) - * - * @return mixed A random value from the given sequence - */ -function twig_random(Environment $env, $values = null, $max = null) -{ - if (null === $values) { - return null === $max ? mt_rand() : mt_rand(0, (int) $max); - } - - if (\is_int($values) || \is_float($values)) { - if (null === $max) { - if ($values < 0) { - $max = 0; - $min = $values; - } else { - $max = $values; - $min = 0; - } - } else { - $min = $values; - $max = $max; - } - - return mt_rand((int) $min, (int) $max); - } - - if (\is_string($values)) { - if ('' === $values) { - return ''; - } - - $charset = $env->getCharset(); - - if ('UTF-8' !== $charset) { - $values = twig_convert_encoding($values, 'UTF-8', $charset); - } - - // unicode version of str_split() - // split at all positions, but not after the start and not before the end - $values = preg_split('/(? $value) { - $values[$i] = twig_convert_encoding($value, $charset, 'UTF-8'); - } - } - } - - if (!twig_test_iterable($values)) { - return $values; - } - - $values = twig_to_array($values); - - if (0 === \count($values)) { - throw new RuntimeError('The random function cannot pick from an empty array.'); - } - - return $values[array_rand($values, 1)]; -} - -/** - * Converts a date to the given format. - * - * {{ post.published_at|date("m/d/Y") }} - * - * @param \DateTimeInterface|\DateInterval|string $date A date - * @param string|null $format The target format, null to use the default - * @param \DateTimeZone|string|false|null $timezone The target timezone, null to use the default, false to leave unchanged - * - * @return string The formatted date - */ -function twig_date_format_filter(Environment $env, $date, $format = null, $timezone = null) -{ - if (null === $format) { - $formats = $env->getExtension(CoreExtension::class)->getDateFormat(); - $format = $date instanceof \DateInterval ? $formats[1] : $formats[0]; - } - - if ($date instanceof \DateInterval) { - return $date->format($format); - } - - return twig_date_converter($env, $date, $timezone)->format($format); -} - -/** - * Returns a new date object modified. - * - * {{ post.published_at|date_modify("-1day")|date("m/d/Y") }} - * - * @param \DateTimeInterface|string $date A date - * @param string $modifier A modifier string - * - * @return \DateTimeInterface - */ -function twig_date_modify_filter(Environment $env, $date, $modifier) -{ - $date = twig_date_converter($env, $date, false); - - return $date->modify($modifier); -} - -/** - * Returns a formatted string. - * - * @param string|null $format - * @param ...$values - * - * @return string - */ -function twig_sprintf($format, ...$values) -{ - return sprintf($format ?? '', ...$values); -} - -/** - * Converts an input to a \DateTime instance. - * - * {% if date(user.created_at) < date('+2days') %} - * {# do something #} - * {% endif %} - * - * @param \DateTimeInterface|string|null $date A date or null to use the current time - * @param \DateTimeZone|string|false|null $timezone The target timezone, null to use the default, false to leave unchanged - * - * @return \DateTimeInterface - */ -function twig_date_converter(Environment $env, $date = null, $timezone = null) -{ - // determine the timezone - if (false !== $timezone) { - if (null === $timezone) { - $timezone = $env->getExtension(CoreExtension::class)->getTimezone(); - } elseif (!$timezone instanceof \DateTimeZone) { - $timezone = new \DateTimeZone($timezone); - } - } - - // immutable dates - if ($date instanceof \DateTimeImmutable) { - return false !== $timezone ? $date->setTimezone($timezone) : $date; - } - - if ($date instanceof \DateTimeInterface) { - $date = clone $date; - if (false !== $timezone) { - $date->setTimezone($timezone); - } - - return $date; - } - - if (null === $date || 'now' === $date) { - if (null === $date) { - $date = 'now'; - } - - return new \DateTime($date, false !== $timezone ? $timezone : $env->getExtension(CoreExtension::class)->getTimezone()); - } - - $asString = (string) $date; - if (ctype_digit($asString) || (!empty($asString) && '-' === $asString[0] && ctype_digit(substr($asString, 1)))) { - $date = new \DateTime('@'.$date); - } else { - $date = new \DateTime($date, $env->getExtension(CoreExtension::class)->getTimezone()); - } - - if (false !== $timezone) { - $date->setTimezone($timezone); - } - - return $date; -} - -/** - * Replaces strings within a string. - * - * @param string|null $str String to replace in - * @param array|\Traversable $from Replace values - * - * @return string - */ -function twig_replace_filter($str, $from) -{ - if (!twig_test_iterable($from)) { - throw new RuntimeError(sprintf('The "replace" filter expects an array or "Traversable" as replace values, got "%s".', \is_object($from) ? \get_class($from) : \gettype($from))); - } - - return strtr($str ?? '', twig_to_array($from)); -} - -/** - * Rounds a number. - * - * @param int|float|string|null $value The value to round - * @param int|float $precision The rounding precision - * @param string $method The method to use for rounding - * - * @return int|float The rounded number - */ -function twig_round($value, $precision = 0, $method = 'common') -{ - $value = (float) $value; - - if ('common' === $method) { - return round($value, $precision); - } - - if ('ceil' !== $method && 'floor' !== $method) { - throw new RuntimeError('The round filter only supports the "common", "ceil", and "floor" methods.'); - } - - return $method($value * 10 ** $precision) / 10 ** $precision; -} - -/** - * Number format filter. - * - * All of the formatting options can be left null, in that case the defaults will - * be used. Supplying any of the parameters will override the defaults set in the - * environment object. - * - * @param mixed $number A float/int/string of the number to format - * @param int $decimal the number of decimal points to display - * @param string $decimalPoint the character(s) to use for the decimal point - * @param string $thousandSep the character(s) to use for the thousands separator - * - * @return string The formatted number - */ -function twig_number_format_filter(Environment $env, $number, $decimal = null, $decimalPoint = null, $thousandSep = null) -{ - $defaults = $env->getExtension(CoreExtension::class)->getNumberFormat(); - if (null === $decimal) { - $decimal = $defaults[0]; - } - - if (null === $decimalPoint) { - $decimalPoint = $defaults[1]; - } - - if (null === $thousandSep) { - $thousandSep = $defaults[2]; - } - - return number_format((float) $number, $decimal, $decimalPoint, $thousandSep); -} - -/** - * URL encodes (RFC 3986) a string as a path segment or an array as a query string. - * - * @param string|array|null $url A URL or an array of query parameters - * - * @return string The URL encoded value - */ -function twig_urlencode_filter($url) -{ - if (\is_array($url)) { - return http_build_query($url, '', '&', \PHP_QUERY_RFC3986); - } - - return rawurlencode($url ?? ''); -} - -/** - * Merges any number of arrays or Traversable objects. - * - * {% set items = { 'apple': 'fruit', 'orange': 'fruit' } %} - * - * {% set items = items|merge({ 'peugeot': 'car' }, { 'banana': 'fruit' }) %} - * - * {# items now contains { 'apple': 'fruit', 'orange': 'fruit', 'peugeot': 'car', 'banana': 'fruit' } #} - * - * @param array|\Traversable ...$arrays Any number of arrays or Traversable objects to merge - * - * @return array The merged array - */ -function twig_array_merge(...$arrays) -{ - $result = []; - - foreach ($arrays as $argNumber => $array) { - if (!twig_test_iterable($array)) { - throw new RuntimeError(sprintf('The merge filter only works with arrays or "Traversable", got "%s" for argument %d.', \gettype($array), $argNumber + 1)); - } - - $result = array_merge($result, twig_to_array($array)); - } - - return $result; -} - - -/** - * Slices a variable. - * - * @param mixed $item A variable - * @param int $start Start of the slice - * @param int $length Size of the slice - * @param bool $preserveKeys Whether to preserve key or not (when the input is an array) - * - * @return mixed The sliced variable - */ -function twig_slice(Environment $env, $item, $start, $length = null, $preserveKeys = false) -{ - if ($item instanceof \Traversable) { - while ($item instanceof \IteratorAggregate) { - $item = $item->getIterator(); - } - - if ($start >= 0 && $length >= 0 && $item instanceof \Iterator) { - try { - return iterator_to_array(new \LimitIterator($item, $start, null === $length ? -1 : $length), $preserveKeys); - } catch (\OutOfBoundsException $e) { - return []; - } - } - - $item = iterator_to_array($item, $preserveKeys); - } - - if (\is_array($item)) { - return \array_slice($item, $start, $length, $preserveKeys); - } - - return (string) mb_substr((string) $item, $start, $length, $env->getCharset()); -} - -/** - * Returns the first element of the item. - * - * @param mixed $item A variable - * - * @return mixed The first element of the item - */ -function twig_first(Environment $env, $item) -{ - $elements = twig_slice($env, $item, 0, 1, false); - - return \is_string($elements) ? $elements : current($elements); -} - -/** - * Returns the last element of the item. - * - * @param mixed $item A variable - * - * @return mixed The last element of the item - */ -function twig_last(Environment $env, $item) -{ - $elements = twig_slice($env, $item, -1, 1, false); - - return \is_string($elements) ? $elements : current($elements); -} - -/** - * Joins the values to a string. - * - * The separators between elements are empty strings per default, you can define them with the optional parameters. - * - * {{ [1, 2, 3]|join(', ', ' and ') }} - * {# returns 1, 2 and 3 #} - * - * {{ [1, 2, 3]|join('|') }} - * {# returns 1|2|3 #} - * - * {{ [1, 2, 3]|join }} - * {# returns 123 #} - * - * @param array $value An array - * @param string $glue The separator - * @param string|null $and The separator for the last pair - * - * @return string The concatenated string - */ -function twig_join_filter($value, $glue = '', $and = null) -{ - if (!twig_test_iterable($value)) { - $value = (array) $value; - } - - $value = twig_to_array($value, false); - - if (0 === \count($value)) { - return ''; - } - - if (null === $and || $and === $glue) { - return implode($glue, $value); - } - - if (1 === \count($value)) { - return $value[0]; - } - - return implode($glue, \array_slice($value, 0, -1)).$and.$value[\count($value) - 1]; -} - -/** - * Splits the string into an array. - * - * {{ "one,two,three"|split(',') }} - * {# returns [one, two, three] #} - * - * {{ "one,two,three,four,five"|split(',', 3) }} - * {# returns [one, two, "three,four,five"] #} - * - * {{ "123"|split('') }} - * {# returns [1, 2, 3] #} - * - * {{ "aabbcc"|split('', 2) }} - * {# returns [aa, bb, cc] #} - * - * @param string|null $value A string - * @param string $delimiter The delimiter - * @param int $limit The limit - * - * @return array The split string as an array - */ -function twig_split_filter(Environment $env, $value, $delimiter, $limit = null) -{ - $value = $value ?? ''; - - if (\strlen($delimiter) > 0) { - return null === $limit ? explode($delimiter, $value) : explode($delimiter, $value, $limit); - } - - if ($limit <= 1) { - return preg_split('/(?getCharset()); - if ($length < $limit) { - return [$value]; - } - - $r = []; - for ($i = 0; $i < $length; $i += $limit) { - $r[] = mb_substr($value, $i, $limit, $env->getCharset()); - } - - return $r; -} - -// The '_default' filter is used internally to avoid using the ternary operator -// which costs a lot for big contexts (before PHP 5.4). So, on average, -// a function call is cheaper. -/** - * @internal - */ -function _twig_default_filter($value, $default = '') -{ - if (twig_test_empty($value)) { - return $default; - } - - return $value; -} - -/** - * Returns the keys for the given array. - * - * It is useful when you want to iterate over the keys of an array: - * - * {% for key in array|keys %} - * {# ... #} - * {% endfor %} - * - * @param array $array An array - * - * @return array The keys - */ -function twig_get_array_keys_filter($array) -{ - if ($array instanceof \Traversable) { - while ($array instanceof \IteratorAggregate) { - $array = $array->getIterator(); - } - - $keys = []; - if ($array instanceof \Iterator) { - $array->rewind(); - while ($array->valid()) { - $keys[] = $array->key(); - $array->next(); - } - - return $keys; - } - - foreach ($array as $key => $item) { - $keys[] = $key; - } - - return $keys; - } - - if (!\is_array($array)) { - return []; - } - - return array_keys($array); -} - -/** - * Reverses a variable. - * - * @param array|\Traversable|string|null $item An array, a \Traversable instance, or a string - * @param bool $preserveKeys Whether to preserve key or not - * - * @return mixed The reversed input - */ -function twig_reverse_filter(Environment $env, $item, $preserveKeys = false) -{ - if ($item instanceof \Traversable) { - return array_reverse(iterator_to_array($item), $preserveKeys); - } - - if (\is_array($item)) { - return array_reverse($item, $preserveKeys); - } - - $string = (string) $item; - - $charset = $env->getCharset(); - - if ('UTF-8' !== $charset) { - $string = twig_convert_encoding($string, 'UTF-8', $charset); - } - - preg_match_all('/./us', $string, $matches); - - $string = implode('', array_reverse($matches[0])); - - if ('UTF-8' !== $charset) { - $string = twig_convert_encoding($string, $charset, 'UTF-8'); - } - - return $string; -} - -/** - * Sorts an array. - * - * @param array|\Traversable $array - * - * @return array - */ -function twig_sort_filter(Environment $env, $array, $arrow = null) -{ - if ($array instanceof \Traversable) { - $array = iterator_to_array($array); - } elseif (!\is_array($array)) { - throw new RuntimeError(sprintf('The sort filter only works with arrays or "Traversable", got "%s".', \gettype($array))); - } - - if (null !== $arrow) { - twig_check_arrow_in_sandbox($env, $arrow, 'sort', 'filter'); - - uasort($array, $arrow); - } else { - asort($array); - } - - return $array; -} - -/** - * @internal - */ -function twig_in_filter($value, $compare) -{ - if ($value instanceof Markup) { - $value = (string) $value; - } - if ($compare instanceof Markup) { - $compare = (string) $compare; - } - - if (\is_string($compare)) { - if (\is_string($value) || \is_int($value) || \is_float($value)) { - return '' === $value || false !== strpos($compare, (string) $value); - } - - return false; - } - - if (!is_iterable($compare)) { - return false; - } - - if (\is_object($value) || \is_resource($value)) { - if (!\is_array($compare)) { - foreach ($compare as $item) { - if ($item === $value) { - return true; - } - } - - return false; - } - - return \in_array($value, $compare, true); - } - - foreach ($compare as $item) { - if (0 === twig_compare($value, $item)) { - return true; - } - } - - return false; -} - -/** - * Compares two values using a more strict version of the PHP non-strict comparison operator. - * - * @see https://wiki.php.net/rfc/string_to_number_comparison - * @see https://wiki.php.net/rfc/trailing_whitespace_numerics - * - * @internal - */ -function twig_compare($a, $b) -{ - // int <=> string - if (\is_int($a) && \is_string($b)) { - $bTrim = trim($b, " \t\n\r\v\f"); - if (!is_numeric($bTrim)) { - return (string) $a <=> $b; - } - if ((int) $bTrim == $bTrim) { - return $a <=> (int) $bTrim; - } else { - return (float) $a <=> (float) $bTrim; - } - } - if (\is_string($a) && \is_int($b)) { - $aTrim = trim($a, " \t\n\r\v\f"); - if (!is_numeric($aTrim)) { - return $a <=> (string) $b; - } - if ((int) $aTrim == $aTrim) { - return (int) $aTrim <=> $b; - } else { - return (float) $aTrim <=> (float) $b; - } - } - - // float <=> string - if (\is_float($a) && \is_string($b)) { - if (is_nan($a)) { - return 1; - } - $bTrim = trim($b, " \t\n\r\v\f"); - if (!is_numeric($bTrim)) { - return (string) $a <=> $b; - } - - return $a <=> (float) $bTrim; - } - if (\is_string($a) && \is_float($b)) { - if (is_nan($b)) { - return 1; - } - $aTrim = trim($a, " \t\n\r\v\f"); - if (!is_numeric($aTrim)) { - return $a <=> (string) $b; - } - - return (float) $aTrim <=> $b; - } - - // fallback to <=> - return $a <=> $b; -} - -/** - * @param string $pattern - * @param string|null $subject - * - * @return int - * - * @throws RuntimeError When an invalid pattern is used - */ -function twig_matches(string $regexp, ?string $str) -{ - set_error_handler(function ($t, $m) use ($regexp) { - throw new RuntimeError(sprintf('Regexp "%s" passed to "matches" is not valid', $regexp).substr($m, 12)); - }); - try { - return preg_match($regexp, $str ?? ''); - } finally { - restore_error_handler(); - } -} - -/** - * Returns a trimmed string. - * - * @param string|null $string - * @param string|null $characterMask - * @param string $side - * - * @return string - * - * @throws RuntimeError When an invalid trimming side is used (not a string or not 'left', 'right', or 'both') - */ -function twig_trim_filter($string, $characterMask = null, $side = 'both') -{ - if (null === $characterMask) { - $characterMask = " \t\n\r\0\x0B"; - } - - switch ($side) { - case 'both': - return trim($string ?? '', $characterMask); - case 'left': - return ltrim($string ?? '', $characterMask); - case 'right': - return rtrim($string ?? '', $characterMask); - default: - throw new RuntimeError('Trimming side must be "left", "right" or "both".'); - } -} - -/** - * Inserts HTML line breaks before all newlines in a string. - * - * @param string|null $string - * - * @return string - */ -function twig_nl2br($string) -{ - return nl2br($string ?? ''); -} - -/** - * Removes whitespaces between HTML tags. - * - * @param string|null $string - * - * @return string - */ -function twig_spaceless($content) -{ - return trim(preg_replace('/>\s+<', $content ?? '')); -} - -/** - * @param string|null $string - * @param string $to - * @param string $from - * - * @return string - */ -function twig_convert_encoding($string, $to, $from) -{ - if (!\function_exists('iconv')) { - throw new RuntimeError('Unable to convert encoding: required function iconv() does not exist. You should install ext-iconv or symfony/polyfill-iconv.'); - } - - return iconv($from, $to, $string ?? ''); -} - -/** - * Returns the length of a variable. - * - * @param mixed $thing A variable - * - * @return int The length of the value - */ -function twig_length_filter(Environment $env, $thing) -{ - if (null === $thing) { - return 0; - } - - if (is_scalar($thing)) { - return mb_strlen($thing, $env->getCharset()); - } - - if ($thing instanceof \Countable || \is_array($thing) || $thing instanceof \SimpleXMLElement) { - return \count($thing); - } - - if ($thing instanceof \Traversable) { - return iterator_count($thing); - } - - if (method_exists($thing, '__toString') && !$thing instanceof \Countable) { - return mb_strlen((string) $thing, $env->getCharset()); - } - - return 1; -} - -/** - * Converts a string to uppercase. - * - * @param string|null $string A string - * - * @return string The uppercased string - */ -function twig_upper_filter(Environment $env, $string) -{ - return mb_strtoupper($string ?? '', $env->getCharset()); -} - -/** - * Converts a string to lowercase. - * - * @param string|null $string A string - * - * @return string The lowercased string - */ -function twig_lower_filter(Environment $env, $string) -{ - return mb_strtolower($string ?? '', $env->getCharset()); -} - -/** - * Strips HTML and PHP tags from a string. - * - * @param string|null $string - * @param string[]|string|null $string - * - * @return string - */ -function twig_striptags($string, $allowable_tags = null) -{ - return strip_tags($string ?? '', $allowable_tags); -} - -/** - * Returns a titlecased string. - * - * @param string|null $string A string - * - * @return string The titlecased string - */ -function twig_title_string_filter(Environment $env, $string) -{ - if (null !== $charset = $env->getCharset()) { - return mb_convert_case($string ?? '', \MB_CASE_TITLE, $charset); - } - - return ucwords(strtolower($string ?? '')); -} - -/** - * Returns a capitalized string. - * - * @param string|null $string A string - * - * @return string The capitalized string - */ -function twig_capitalize_string_filter(Environment $env, $string) -{ - $charset = $env->getCharset(); - - return mb_strtoupper(mb_substr($string ?? '', 0, 1, $charset), $charset).mb_strtolower(mb_substr($string ?? '', 1, null, $charset), $charset); -} - -/** - * @internal - */ -function twig_call_macro(Template $template, string $method, array $args, int $lineno, array $context, Source $source) -{ - if (!method_exists($template, $method)) { - $parent = $template; - while ($parent = $parent->getParent($context)) { - if (method_exists($parent, $method)) { - return $parent->$method(...$args); - } - } - - throw new RuntimeError(sprintf('Macro "%s" is not defined in template "%s".', substr($method, \strlen('macro_')), $template->getTemplateName()), $lineno, $source); - } - - return $template->$method(...$args); -} - -/** - * @internal - */ -function twig_ensure_traversable($seq) -{ - if ($seq instanceof \Traversable || \is_array($seq)) { - return $seq; - } - - return []; -} - -/** - * @internal - */ -function twig_to_array($seq, $preserveKeys = true) -{ - if ($seq instanceof \Traversable) { - return iterator_to_array($seq, $preserveKeys); - } - - if (!\is_array($seq)) { - return $seq; - } - - return $preserveKeys ? $seq : array_values($seq); -} - -/** - * Checks if a variable is empty. - * - * {# evaluates to true if the foo variable is null, false, or the empty string #} - * {% if foo is empty %} - * {# ... #} - * {% endif %} - * - * @param mixed $value A variable - * - * @return bool true if the value is empty, false otherwise - */ -function twig_test_empty($value) -{ - if ($value instanceof \Countable) { - return 0 === \count($value); - } - - if ($value instanceof \Traversable) { - return !iterator_count($value); - } - - if (\is_object($value) && method_exists($value, '__toString')) { - return '' === (string) $value; - } - - return '' === $value || false === $value || null === $value || [] === $value; -} - -/** - * Checks if a variable is traversable. - * - * {# evaluates to true if the foo variable is an array or a traversable object #} - * {% if foo is iterable %} - * {# ... #} - * {% endif %} - * - * @param mixed $value A variable - * - * @return bool true if the value is traversable - */ -function twig_test_iterable($value) -{ - return $value instanceof \Traversable || \is_array($value); -} - -/** - * Renders a template. - * - * @param array $context - * @param string|array $template The template to render or an array of templates to try consecutively - * @param array $variables The variables to pass to the template - * @param bool $withContext - * @param bool $ignoreMissing Whether to ignore missing templates or not - * @param bool $sandboxed Whether to sandbox the template or not - * - * @return string The rendered template - */ -function twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) -{ - $alreadySandboxed = false; - $sandbox = null; - if ($withContext) { - $variables = array_merge($context, $variables); - } - - if ($isSandboxed = $sandboxed && $env->hasExtension(SandboxExtension::class)) { - $sandbox = $env->getExtension(SandboxExtension::class); - if (!$alreadySandboxed = $sandbox->isSandboxed()) { - $sandbox->enableSandbox(); - } - - foreach ((\is_array($template) ? $template : [$template]) as $name) { - // if a Template instance is passed, it might have been instantiated outside of a sandbox, check security - if ($name instanceof TemplateWrapper || $name instanceof Template) { - $name->unwrap()->checkSecurity(); - } - } - } - - try { - $loaded = null; - try { - $loaded = $env->resolveTemplate($template); - } catch (LoaderError $e) { - if (!$ignoreMissing) { - throw $e; - } - } - - return $loaded ? $loaded->render($variables) : ''; - } finally { - if ($isSandboxed && !$alreadySandboxed) { - $sandbox->disableSandbox(); - } - } -} - -/** - * Returns a template content without rendering it. - * - * @param string $name The template name - * @param bool $ignoreMissing Whether to ignore missing templates or not - * - * @return string The template source - */ -function twig_source(Environment $env, $name, $ignoreMissing = false) -{ - $loader = $env->getLoader(); - try { - return $loader->getSourceContext($name)->getCode(); - } catch (LoaderError $e) { - if (!$ignoreMissing) { - throw $e; - } - } -} - -/** - * Provides the ability to get constants from instances as well as class/global constants. - * - * @param string $constant The name of the constant - * @param object|null $object The object to get the constant from - * - * @return string - */ -function twig_constant($constant, $object = null) -{ - if (null !== $object) { - if ('class' === $constant) { - return \get_class($object); - } - - $constant = \get_class($object).'::'.$constant; - } - - if (!\defined($constant)) { - throw new RuntimeError(sprintf('Constant "%s" is undefined.', $constant)); - } - - return \constant($constant); -} - -/** - * Checks if a constant exists. - * - * @param string $constant The name of the constant - * @param object|null $object The object to get the constant from - * - * @return bool - */ -function twig_constant_is_defined($constant, $object = null) -{ - if (null !== $object) { - if ('class' === $constant) { - return true; - } - - $constant = \get_class($object).'::'.$constant; - } - - return \defined($constant); -} - -/** - * Batches item. - * - * @param array $items An array of items - * @param int $size The size of the batch - * @param mixed $fill A value used to fill missing items - * - * @return array - */ -function twig_array_batch($items, $size, $fill = null, $preserveKeys = true) -{ - if (!twig_test_iterable($items)) { - throw new RuntimeError(sprintf('The "batch" filter expects an array or "Traversable", got "%s".', \is_object($items) ? \get_class($items) : \gettype($items))); - } - - $size = ceil($size); - - $result = array_chunk(twig_to_array($items, $preserveKeys), $size, $preserveKeys); - - if (null !== $fill && $result) { - $last = \count($result) - 1; - if ($fillCount = $size - \count($result[$last])) { - for ($i = 0; $i < $fillCount; ++$i) { - $result[$last][] = $fill; - } - } - } - - return $result; -} - -/** - * Returns the attribute value for a given array/object. - * - * @param mixed $object The object or array from where to get the item - * @param mixed $item The item to get from the array or object - * @param array $arguments An array of arguments to pass if the item is an object method - * @param string $type The type of attribute (@see \Twig\Template constants) - * @param bool $isDefinedTest Whether this is only a defined check - * @param bool $ignoreStrictCheck Whether to ignore the strict attribute check or not - * @param int $lineno The template line where the attribute was called - * - * @return mixed The attribute value, or a Boolean when $isDefinedTest is true, or null when the attribute is not set and $ignoreStrictCheck is true - * - * @throws RuntimeError if the attribute does not exist and Twig is running in strict mode and $isDefinedTest is false - * - * @internal - */ -function twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = /* Template::ANY_CALL */ 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) -{ - // array - if (/* Template::METHOD_CALL */ 'method' !== $type) { - $arrayItem = \is_bool($item) || \is_float($item) ? (int) $item : $item; - - if (((\is_array($object) || $object instanceof \ArrayObject) && (isset($object[$arrayItem]) || \array_key_exists($arrayItem, (array) $object))) - || ($object instanceof ArrayAccess && isset($object[$arrayItem])) - ) { - if ($isDefinedTest) { - return true; - } - - return $object[$arrayItem]; - } - - if (/* Template::ARRAY_CALL */ 'array' === $type || !\is_object($object)) { - if ($isDefinedTest) { - return false; - } - - if ($ignoreStrictCheck || !$env->isStrictVariables()) { - return; - } - - if ($object instanceof ArrayAccess) { - $message = sprintf('Key "%s" in object with ArrayAccess of class "%s" does not exist.', $arrayItem, \get_class($object)); - } elseif (\is_object($object)) { - $message = sprintf('Impossible to access a key "%s" on an object of class "%s" that does not implement ArrayAccess interface.', $item, \get_class($object)); - } elseif (\is_array($object)) { - if (empty($object)) { - $message = sprintf('Key "%s" does not exist as the array is empty.', $arrayItem); - } else { - $message = sprintf('Key "%s" for array with keys "%s" does not exist.', $arrayItem, implode(', ', array_keys($object))); - } - } elseif (/* Template::ARRAY_CALL */ 'array' === $type) { - if (null === $object) { - $message = sprintf('Impossible to access a key ("%s") on a null variable.', $item); - } else { - $message = sprintf('Impossible to access a key ("%s") on a %s variable ("%s").', $item, \gettype($object), $object); - } - } elseif (null === $object) { - $message = sprintf('Impossible to access an attribute ("%s") on a null variable.', $item); - } else { - $message = sprintf('Impossible to access an attribute ("%s") on a %s variable ("%s").', $item, \gettype($object), $object); - } - - throw new RuntimeError($message, $lineno, $source); - } - } - - if (!\is_object($object)) { - if ($isDefinedTest) { - return false; - } - - if ($ignoreStrictCheck || !$env->isStrictVariables()) { - return; - } - - if (null === $object) { - $message = sprintf('Impossible to invoke a method ("%s") on a null variable.', $item); - } elseif (\is_array($object)) { - $message = sprintf('Impossible to invoke a method ("%s") on an array.', $item); - } else { - $message = sprintf('Impossible to invoke a method ("%s") on a %s variable ("%s").', $item, \gettype($object), $object); - } - - throw new RuntimeError($message, $lineno, $source); - } - - if ($object instanceof Template) { - throw new RuntimeError('Accessing \Twig\Template attributes is forbidden.', $lineno, $source); - } - - // object property - if (/* Template::METHOD_CALL */ 'method' !== $type) { - if (isset($object->$item) || \array_key_exists((string) $item, (array) $object)) { - if ($isDefinedTest) { - return true; - } - - if ($sandboxed) { - $env->getExtension(SandboxExtension::class)->checkPropertyAllowed($object, $item, $lineno, $source); - } - - return $object->$item; - } - } - - static $cache = []; - - $class = \get_class($object); - - // object method - // precedence: getXxx() > isXxx() > hasXxx() - if (!isset($cache[$class])) { - $methods = get_class_methods($object); - sort($methods); - $lcMethods = array_map(function ($value) { return strtr($value, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 'abcdefghijklmnopqrstuvwxyz'); }, $methods); - $classCache = []; - foreach ($methods as $i => $method) { - $classCache[$method] = $method; - $classCache[$lcName = $lcMethods[$i]] = $method; - - if ('g' === $lcName[0] && 0 === strpos($lcName, 'get')) { - $name = substr($method, 3); - $lcName = substr($lcName, 3); - } elseif ('i' === $lcName[0] && 0 === strpos($lcName, 'is')) { - $name = substr($method, 2); - $lcName = substr($lcName, 2); - } elseif ('h' === $lcName[0] && 0 === strpos($lcName, 'has')) { - $name = substr($method, 3); - $lcName = substr($lcName, 3); - if (\in_array('is'.$lcName, $lcMethods)) { - continue; - } - } else { - continue; - } - - // skip get() and is() methods (in which case, $name is empty) - if ($name) { - if (!isset($classCache[$name])) { - $classCache[$name] = $method; - } - - if (!isset($classCache[$lcName])) { - $classCache[$lcName] = $method; - } - } - } - $cache[$class] = $classCache; - } - - $call = false; - if (isset($cache[$class][$item])) { - $method = $cache[$class][$item]; - } elseif (isset($cache[$class][$lcItem = strtr($item, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 'abcdefghijklmnopqrstuvwxyz')])) { - $method = $cache[$class][$lcItem]; - } elseif (isset($cache[$class]['__call'])) { - $method = $item; - $call = true; - } else { - if ($isDefinedTest) { - return false; - } - - if ($ignoreStrictCheck || !$env->isStrictVariables()) { - return; - } - - throw new RuntimeError(sprintf('Neither the property "%1$s" nor one of the methods "%1$s()", "get%1$s()"/"is%1$s()"/"has%1$s()" or "__call()" exist and have public access in class "%2$s".', $item, $class), $lineno, $source); - } - - if ($isDefinedTest) { - return true; - } - - if ($sandboxed) { - $env->getExtension(SandboxExtension::class)->checkMethodAllowed($object, $method, $lineno, $source); - } - - // Some objects throw exceptions when they have __call, and the method we try - // to call is not supported. If ignoreStrictCheck is true, we should return null. - try { - $ret = $object->$method(...$arguments); - } catch (\BadMethodCallException $e) { - if ($call && ($ignoreStrictCheck || !$env->isStrictVariables())) { - return; - } - throw $e; - } - - return $ret; -} - -/** - * Returns the values from a single column in the input array. - * - *
    - *  {% set items = [{ 'fruit' : 'apple'}, {'fruit' : 'orange' }] %}
    - *
    - *  {% set fruits = items|column('fruit') %}
    - *
    - *  {# fruits now contains ['apple', 'orange'] #}
    - * 
    - * - * @param array|Traversable $array An array - * @param mixed $name The column name - * @param mixed $index The column to use as the index/keys for the returned array - * - * @return array The array of values - */ -function twig_array_column($array, $name, $index = null): array -{ - if ($array instanceof Traversable) { - $array = iterator_to_array($array); - } elseif (!\is_array($array)) { - throw new RuntimeError(sprintf('The column filter only works with arrays or "Traversable", got "%s" as first argument.', \gettype($array))); - } - - return array_column($array, $name, $index); -} - -function twig_array_filter(Environment $env, $array, $arrow) -{ - if (!twig_test_iterable($array)) { - throw new RuntimeError(sprintf('The "filter" filter expects an array or "Traversable", got "%s".', \is_object($array) ? \get_class($array) : \gettype($array))); - } - - twig_check_arrow_in_sandbox($env, $arrow, 'filter', 'filter'); - - if (\is_array($array)) { - return array_filter($array, $arrow, \ARRAY_FILTER_USE_BOTH); - } - - // the IteratorIterator wrapping is needed as some internal PHP classes are \Traversable but do not implement \Iterator - return new \CallbackFilterIterator(new \IteratorIterator($array), $arrow); -} - -function twig_array_map(Environment $env, $array, $arrow) -{ - twig_check_arrow_in_sandbox($env, $arrow, 'map', 'filter'); - - $r = []; - foreach ($array as $k => $v) { - $r[$k] = $arrow($v, $k); - } - - return $r; -} - -function twig_array_reduce(Environment $env, $array, $arrow, $initial = null) -{ - twig_check_arrow_in_sandbox($env, $arrow, 'reduce', 'filter'); - - if (!\is_array($array) && !$array instanceof \Traversable) { - throw new RuntimeError(sprintf('The "reduce" filter only works with arrays or "Traversable", got "%s" as first argument.', \gettype($array))); - } - - $accumulator = $initial; - foreach ($array as $key => $value) { - $accumulator = $arrow($accumulator, $value, $key); - } - - return $accumulator; -} - -function twig_array_some(Environment $env, $array, $arrow) -{ - twig_check_arrow_in_sandbox($env, $arrow, 'has some', 'operator'); - - foreach ($array as $k => $v) { - if ($arrow($v, $k)) { - return true; - } - } - - return false; -} - -function twig_array_every(Environment $env, $array, $arrow) -{ - twig_check_arrow_in_sandbox($env, $arrow, 'has every', 'operator'); - - foreach ($array as $k => $v) { - if (!$arrow($v, $k)) { - return false; - } - } - - return true; -} - -function twig_check_arrow_in_sandbox(Environment $env, $arrow, $thing, $type) -{ - if (!$arrow instanceof Closure && $env->hasExtension('\Twig\Extension\SandboxExtension') && $env->getExtension('\Twig\Extension\SandboxExtension')->isSandboxed()) { - throw new RuntimeError(sprintf('The callable passed to the "%s" %s must be a Closure in sandbox mode.', $thing, $type)); - } -} -} diff --git a/Sources/vendor/twig/twig/src/Extension/DebugExtension.php b/Sources/vendor/twig/twig/src/Extension/DebugExtension.php deleted file mode 100755 index bfb23d7b..00000000 --- a/Sources/vendor/twig/twig/src/Extension/DebugExtension.php +++ /dev/null @@ -1,64 +0,0 @@ - $isDumpOutputHtmlSafe ? ['html'] : [], 'needs_context' => true, 'needs_environment' => true, 'is_variadic' => true]), - ]; - } -} -} - -namespace { -use Twig\Environment; -use Twig\Template; -use Twig\TemplateWrapper; - -function twig_var_dump(Environment $env, $context, ...$vars) -{ - if (!$env->isDebug()) { - return; - } - - ob_start(); - - if (!$vars) { - $vars = []; - foreach ($context as $key => $value) { - if (!$value instanceof Template && !$value instanceof TemplateWrapper) { - $vars[$key] = $value; - } - } - - var_dump($vars); - } else { - var_dump(...$vars); - } - - return ob_get_clean(); -} -} diff --git a/Sources/vendor/twig/twig/src/Extension/EscaperExtension.php b/Sources/vendor/twig/twig/src/Extension/EscaperExtension.php deleted file mode 100755 index 9d2251dc..00000000 --- a/Sources/vendor/twig/twig/src/Extension/EscaperExtension.php +++ /dev/null @@ -1,416 +0,0 @@ -setDefaultStrategy($defaultStrategy); - } - - public function getTokenParsers(): array - { - return [new AutoEscapeTokenParser()]; - } - - public function getNodeVisitors(): array - { - return [new EscaperNodeVisitor()]; - } - - public function getFilters(): array - { - return [ - new TwigFilter('escape', 'twig_escape_filter', ['needs_environment' => true, 'is_safe_callback' => 'twig_escape_filter_is_safe']), - new TwigFilter('e', 'twig_escape_filter', ['needs_environment' => true, 'is_safe_callback' => 'twig_escape_filter_is_safe']), - new TwigFilter('raw', 'twig_raw_filter', ['is_safe' => ['all']]), - ]; - } - - /** - * Sets the default strategy to use when not defined by the user. - * - * The strategy can be a valid PHP callback that takes the template - * name as an argument and returns the strategy to use. - * - * @param string|false|callable $defaultStrategy An escaping strategy - */ - public function setDefaultStrategy($defaultStrategy): void - { - if ('name' === $defaultStrategy) { - $defaultStrategy = [FileExtensionEscapingStrategy::class, 'guess']; - } - - $this->defaultStrategy = $defaultStrategy; - } - - /** - * Gets the default strategy to use when not defined by the user. - * - * @param string $name The template name - * - * @return string|false The default strategy to use for the template - */ - public function getDefaultStrategy(string $name) - { - // disable string callables to avoid calling a function named html or js, - // or any other upcoming escaping strategy - if (!\is_string($this->defaultStrategy) && false !== $this->defaultStrategy) { - return \call_user_func($this->defaultStrategy, $name); - } - - return $this->defaultStrategy; - } - - /** - * Defines a new escaper to be used via the escape filter. - * - * @param string $strategy The strategy name that should be used as a strategy in the escape call - * @param callable $callable A valid PHP callable - */ - public function setEscaper($strategy, callable $callable) - { - $this->escapers[$strategy] = $callable; - } - - /** - * Gets all defined escapers. - * - * @return callable[] An array of escapers - */ - public function getEscapers() - { - return $this->escapers; - } - - public function setSafeClasses(array $safeClasses = []) - { - $this->safeClasses = []; - $this->safeLookup = []; - foreach ($safeClasses as $class => $strategies) { - $this->addSafeClass($class, $strategies); - } - } - - public function addSafeClass(string $class, array $strategies) - { - $class = ltrim($class, '\\'); - if (!isset($this->safeClasses[$class])) { - $this->safeClasses[$class] = []; - } - $this->safeClasses[$class] = array_merge($this->safeClasses[$class], $strategies); - - foreach ($strategies as $strategy) { - $this->safeLookup[$strategy][$class] = true; - } - } -} -} - -namespace { -use Twig\Environment; -use Twig\Error\RuntimeError; -use Twig\Extension\EscaperExtension; -use Twig\Markup; -use Twig\Node\Expression\ConstantExpression; -use Twig\Node\Node; - -/** - * Marks a variable as being safe. - * - * @param string $string A PHP variable - */ -function twig_raw_filter($string) -{ - return $string; -} - -/** - * Escapes a string. - * - * @param mixed $string The value to be escaped - * @param string $strategy The escaping strategy - * @param string $charset The charset - * @param bool $autoescape Whether the function is called by the auto-escaping feature (true) or by the developer (false) - * - * @return string - */ -function twig_escape_filter(Environment $env, $string, $strategy = 'html', $charset = null, $autoescape = false) -{ - if ($autoescape && $string instanceof Markup) { - return $string; - } - - if (!\is_string($string)) { - if (\is_object($string) && method_exists($string, '__toString')) { - if ($autoescape) { - $c = \get_class($string); - $ext = $env->getExtension(EscaperExtension::class); - if (!isset($ext->safeClasses[$c])) { - $ext->safeClasses[$c] = []; - foreach (class_parents($string) + class_implements($string) as $class) { - if (isset($ext->safeClasses[$class])) { - $ext->safeClasses[$c] = array_unique(array_merge($ext->safeClasses[$c], $ext->safeClasses[$class])); - foreach ($ext->safeClasses[$class] as $s) { - $ext->safeLookup[$s][$c] = true; - } - } - } - } - if (isset($ext->safeLookup[$strategy][$c]) || isset($ext->safeLookup['all'][$c])) { - return (string) $string; - } - } - - $string = (string) $string; - } elseif (\in_array($strategy, ['html', 'js', 'css', 'html_attr', 'url'])) { - return $string; - } - } - - if ('' === $string) { - return ''; - } - - if (null === $charset) { - $charset = $env->getCharset(); - } - - switch ($strategy) { - case 'html': - // see https://www.php.net/htmlspecialchars - - // Using a static variable to avoid initializing the array - // each time the function is called. Moving the declaration on the - // top of the function slow downs other escaping strategies. - static $htmlspecialcharsCharsets = [ - 'ISO-8859-1' => true, 'ISO8859-1' => true, - 'ISO-8859-15' => true, 'ISO8859-15' => true, - 'utf-8' => true, 'UTF-8' => true, - 'CP866' => true, 'IBM866' => true, '866' => true, - 'CP1251' => true, 'WINDOWS-1251' => true, 'WIN-1251' => true, - '1251' => true, - 'CP1252' => true, 'WINDOWS-1252' => true, '1252' => true, - 'KOI8-R' => true, 'KOI8-RU' => true, 'KOI8R' => true, - 'BIG5' => true, '950' => true, - 'GB2312' => true, '936' => true, - 'BIG5-HKSCS' => true, - 'SHIFT_JIS' => true, 'SJIS' => true, '932' => true, - 'EUC-JP' => true, 'EUCJP' => true, - 'ISO8859-5' => true, 'ISO-8859-5' => true, 'MACROMAN' => true, - ]; - - if (isset($htmlspecialcharsCharsets[$charset])) { - return htmlspecialchars($string, \ENT_QUOTES | \ENT_SUBSTITUTE, $charset); - } - - if (isset($htmlspecialcharsCharsets[strtoupper($charset)])) { - // cache the lowercase variant for future iterations - $htmlspecialcharsCharsets[$charset] = true; - - return htmlspecialchars($string, \ENT_QUOTES | \ENT_SUBSTITUTE, $charset); - } - - $string = twig_convert_encoding($string, 'UTF-8', $charset); - $string = htmlspecialchars($string, \ENT_QUOTES | \ENT_SUBSTITUTE, 'UTF-8'); - - return iconv('UTF-8', $charset, $string); - - case 'js': - // escape all non-alphanumeric characters - // into their \x or \uHHHH representations - if ('UTF-8' !== $charset) { - $string = twig_convert_encoding($string, 'UTF-8', $charset); - } - - if (!preg_match('//u', $string)) { - throw new RuntimeError('The string to escape is not a valid UTF-8 string.'); - } - - $string = preg_replace_callback('#[^a-zA-Z0-9,\._]#Su', function ($matches) { - $char = $matches[0]; - - /* - * A few characters have short escape sequences in JSON and JavaScript. - * Escape sequences supported only by JavaScript, not JSON, are omitted. - * \" is also supported but omitted, because the resulting string is not HTML safe. - */ - static $shortMap = [ - '\\' => '\\\\', - '/' => '\\/', - "\x08" => '\b', - "\x0C" => '\f', - "\x0A" => '\n', - "\x0D" => '\r', - "\x09" => '\t', - ]; - - if (isset($shortMap[$char])) { - return $shortMap[$char]; - } - - $codepoint = mb_ord($char, 'UTF-8'); - if (0x10000 > $codepoint) { - return sprintf('\u%04X', $codepoint); - } - - // Split characters outside the BMP into surrogate pairs - // https://tools.ietf.org/html/rfc2781.html#section-2.1 - $u = $codepoint - 0x10000; - $high = 0xD800 | ($u >> 10); - $low = 0xDC00 | ($u & 0x3FF); - - return sprintf('\u%04X\u%04X', $high, $low); - }, $string); - - if ('UTF-8' !== $charset) { - $string = iconv('UTF-8', $charset, $string); - } - - return $string; - - case 'css': - if ('UTF-8' !== $charset) { - $string = twig_convert_encoding($string, 'UTF-8', $charset); - } - - if (!preg_match('//u', $string)) { - throw new RuntimeError('The string to escape is not a valid UTF-8 string.'); - } - - $string = preg_replace_callback('#[^a-zA-Z0-9]#Su', function ($matches) { - $char = $matches[0]; - - return sprintf('\\%X ', 1 === \strlen($char) ? \ord($char) : mb_ord($char, 'UTF-8')); - }, $string); - - if ('UTF-8' !== $charset) { - $string = iconv('UTF-8', $charset, $string); - } - - return $string; - - case 'html_attr': - if ('UTF-8' !== $charset) { - $string = twig_convert_encoding($string, 'UTF-8', $charset); - } - - if (!preg_match('//u', $string)) { - throw new RuntimeError('The string to escape is not a valid UTF-8 string.'); - } - - $string = preg_replace_callback('#[^a-zA-Z0-9,\.\-_]#Su', function ($matches) { - /** - * This function is adapted from code coming from Zend Framework. - * - * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (https://www.zend.com) - * @license https://framework.zend.com/license/new-bsd New BSD License - */ - $chr = $matches[0]; - $ord = \ord($chr); - - /* - * The following replaces characters undefined in HTML with the - * hex entity for the Unicode replacement character. - */ - if (($ord <= 0x1f && "\t" != $chr && "\n" != $chr && "\r" != $chr) || ($ord >= 0x7f && $ord <= 0x9f)) { - return '�'; - } - - /* - * Check if the current character to escape has a name entity we should - * replace it with while grabbing the hex value of the character. - */ - if (1 === \strlen($chr)) { - /* - * While HTML supports far more named entities, the lowest common denominator - * has become HTML5's XML Serialisation which is restricted to the those named - * entities that XML supports. Using HTML entities would result in this error: - * XML Parsing Error: undefined entity - */ - static $entityMap = [ - 34 => '"', /* quotation mark */ - 38 => '&', /* ampersand */ - 60 => '<', /* less-than sign */ - 62 => '>', /* greater-than sign */ - ]; - - if (isset($entityMap[$ord])) { - return $entityMap[$ord]; - } - - return sprintf('&#x%02X;', $ord); - } - - /* - * Per OWASP recommendations, we'll use hex entities for any other - * characters where a named entity does not exist. - */ - return sprintf('&#x%04X;', mb_ord($chr, 'UTF-8')); - }, $string); - - if ('UTF-8' !== $charset) { - $string = iconv('UTF-8', $charset, $string); - } - - return $string; - - case 'url': - return rawurlencode($string); - - default: - $escapers = $env->getExtension(EscaperExtension::class)->getEscapers(); - if (array_key_exists($strategy, $escapers)) { - return $escapers[$strategy]($env, $string, $charset); - } - - $validStrategies = implode(', ', array_merge(['html', 'js', 'url', 'css', 'html_attr'], array_keys($escapers))); - - throw new RuntimeError(sprintf('Invalid escaping strategy "%s" (valid ones: %s).', $strategy, $validStrategies)); - } -} - -/** - * @internal - */ -function twig_escape_filter_is_safe(Node $filterArgs) -{ - foreach ($filterArgs as $arg) { - if ($arg instanceof ConstantExpression) { - return [$arg->getAttribute('value')]; - } - - return []; - } - - return ['html']; -} -} diff --git a/Sources/vendor/twig/twig/src/Extension/ExtensionInterface.php b/Sources/vendor/twig/twig/src/Extension/ExtensionInterface.php deleted file mode 100755 index ab9c2c37..00000000 --- a/Sources/vendor/twig/twig/src/Extension/ExtensionInterface.php +++ /dev/null @@ -1,76 +0,0 @@ - - */ -interface ExtensionInterface -{ - /** - * Returns the token parser instances to add to the existing list. - * - * @return TokenParserInterface[] - */ - public function getTokenParsers(); - - /** - * Returns the node visitor instances to add to the existing list. - * - * @return NodeVisitorInterface[] - */ - public function getNodeVisitors(); - - /** - * Returns a list of filters to add to the existing list. - * - * @return TwigFilter[] - */ - public function getFilters(); - - /** - * Returns a list of tests to add to the existing list. - * - * @return TwigTest[] - */ - public function getTests(); - - /** - * Returns a list of functions to add to the existing list. - * - * @return TwigFunction[] - */ - public function getFunctions(); - - /** - * Returns a list of operators to add to the existing list. - * - * @return array First array of unary operators, second array of binary operators - * - * @psalm-return array{ - * array}>, - * array, associativity: ExpressionParser::OPERATOR_*}> - * } - */ - public function getOperators(); -} diff --git a/Sources/vendor/twig/twig/src/Extension/GlobalsInterface.php b/Sources/vendor/twig/twig/src/Extension/GlobalsInterface.php deleted file mode 100755 index 6f1dfe8a..00000000 --- a/Sources/vendor/twig/twig/src/Extension/GlobalsInterface.php +++ /dev/null @@ -1,28 +0,0 @@ - - */ -interface GlobalsInterface -{ - /** - * @return array - */ - public function getGlobals(): array; -} diff --git a/Sources/vendor/twig/twig/src/Extension/OptimizerExtension.php b/Sources/vendor/twig/twig/src/Extension/OptimizerExtension.php deleted file mode 100755 index 965bfdb0..00000000 --- a/Sources/vendor/twig/twig/src/Extension/OptimizerExtension.php +++ /dev/null @@ -1,29 +0,0 @@ -optimizers = $optimizers; - } - - public function getNodeVisitors(): array - { - return [new OptimizerNodeVisitor($this->optimizers)]; - } -} diff --git a/Sources/vendor/twig/twig/src/Extension/ProfilerExtension.php b/Sources/vendor/twig/twig/src/Extension/ProfilerExtension.php deleted file mode 100755 index 43e4a449..00000000 --- a/Sources/vendor/twig/twig/src/Extension/ProfilerExtension.php +++ /dev/null @@ -1,52 +0,0 @@ -actives[] = $profile; - } - - /** - * @return void - */ - public function enter(Profile $profile) - { - $this->actives[0]->addProfile($profile); - array_unshift($this->actives, $profile); - } - - /** - * @return void - */ - public function leave(Profile $profile) - { - $profile->leave(); - array_shift($this->actives); - - if (1 === \count($this->actives)) { - $this->actives[0]->leave(); - } - } - - public function getNodeVisitors(): array - { - return [new ProfilerNodeVisitor(static::class)]; - } -} diff --git a/Sources/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php b/Sources/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php deleted file mode 100755 index 63bc3b1a..00000000 --- a/Sources/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php +++ /dev/null @@ -1,19 +0,0 @@ - - */ -interface RuntimeExtensionInterface -{ -} diff --git a/Sources/vendor/twig/twig/src/Extension/SandboxExtension.php b/Sources/vendor/twig/twig/src/Extension/SandboxExtension.php deleted file mode 100755 index c861159b..00000000 --- a/Sources/vendor/twig/twig/src/Extension/SandboxExtension.php +++ /dev/null @@ -1,123 +0,0 @@ -policy = $policy; - $this->sandboxedGlobally = $sandboxed; - } - - public function getTokenParsers(): array - { - return [new SandboxTokenParser()]; - } - - public function getNodeVisitors(): array - { - return [new SandboxNodeVisitor()]; - } - - public function enableSandbox(): void - { - $this->sandboxed = true; - } - - public function disableSandbox(): void - { - $this->sandboxed = false; - } - - public function isSandboxed(): bool - { - return $this->sandboxedGlobally || $this->sandboxed; - } - - public function isSandboxedGlobally(): bool - { - return $this->sandboxedGlobally; - } - - public function setSecurityPolicy(SecurityPolicyInterface $policy) - { - $this->policy = $policy; - } - - public function getSecurityPolicy(): SecurityPolicyInterface - { - return $this->policy; - } - - public function checkSecurity($tags, $filters, $functions): void - { - if ($this->isSandboxed()) { - $this->policy->checkSecurity($tags, $filters, $functions); - } - } - - public function checkMethodAllowed($obj, $method, int $lineno = -1, Source $source = null): void - { - if ($this->isSandboxed()) { - try { - $this->policy->checkMethodAllowed($obj, $method); - } catch (SecurityNotAllowedMethodError $e) { - $e->setSourceContext($source); - $e->setTemplateLine($lineno); - - throw $e; - } - } - } - - public function checkPropertyAllowed($obj, $property, int $lineno = -1, Source $source = null): void - { - if ($this->isSandboxed()) { - try { - $this->policy->checkPropertyAllowed($obj, $property); - } catch (SecurityNotAllowedPropertyError $e) { - $e->setSourceContext($source); - $e->setTemplateLine($lineno); - - throw $e; - } - } - } - - public function ensureToStringAllowed($obj, int $lineno = -1, Source $source = null) - { - if ($this->isSandboxed() && \is_object($obj) && method_exists($obj, '__toString')) { - try { - $this->policy->checkMethodAllowed($obj, '__toString'); - } catch (SecurityNotAllowedMethodError $e) { - $e->setSourceContext($source); - $e->setTemplateLine($lineno); - - throw $e; - } - } - - return $obj; - } -} diff --git a/Sources/vendor/twig/twig/src/Extension/StagingExtension.php b/Sources/vendor/twig/twig/src/Extension/StagingExtension.php deleted file mode 100755 index 0ea47f90..00000000 --- a/Sources/vendor/twig/twig/src/Extension/StagingExtension.php +++ /dev/null @@ -1,100 +0,0 @@ - - * - * @internal - */ -final class StagingExtension extends AbstractExtension -{ - private $functions = []; - private $filters = []; - private $visitors = []; - private $tokenParsers = []; - private $tests = []; - - public function addFunction(TwigFunction $function): void - { - if (isset($this->functions[$function->getName()])) { - throw new \LogicException(sprintf('Function "%s" is already registered.', $function->getName())); - } - - $this->functions[$function->getName()] = $function; - } - - public function getFunctions(): array - { - return $this->functions; - } - - public function addFilter(TwigFilter $filter): void - { - if (isset($this->filters[$filter->getName()])) { - throw new \LogicException(sprintf('Filter "%s" is already registered.', $filter->getName())); - } - - $this->filters[$filter->getName()] = $filter; - } - - public function getFilters(): array - { - return $this->filters; - } - - public function addNodeVisitor(NodeVisitorInterface $visitor): void - { - $this->visitors[] = $visitor; - } - - public function getNodeVisitors(): array - { - return $this->visitors; - } - - public function addTokenParser(TokenParserInterface $parser): void - { - if (isset($this->tokenParsers[$parser->getTag()])) { - throw new \LogicException(sprintf('Tag "%s" is already registered.', $parser->getTag())); - } - - $this->tokenParsers[$parser->getTag()] = $parser; - } - - public function getTokenParsers(): array - { - return $this->tokenParsers; - } - - public function addTest(TwigTest $test): void - { - if (isset($this->tests[$test->getName()])) { - throw new \LogicException(sprintf('Test "%s" is already registered.', $test->getName())); - } - - $this->tests[$test->getName()] = $test; - } - - public function getTests(): array - { - return $this->tests; - } -} diff --git a/Sources/vendor/twig/twig/src/Extension/StringLoaderExtension.php b/Sources/vendor/twig/twig/src/Extension/StringLoaderExtension.php deleted file mode 100755 index 7b451471..00000000 --- a/Sources/vendor/twig/twig/src/Extension/StringLoaderExtension.php +++ /dev/null @@ -1,42 +0,0 @@ - true]), - ]; - } -} -} - -namespace { -use Twig\Environment; -use Twig\TemplateWrapper; - -/** - * Loads a template from a string. - * - * {{ include(template_from_string("Hello {{ name }}")) }} - * - * @param string $template A template as a string or object implementing __toString() - * @param string $name An optional name of the template to be used in error messages - */ -function twig_template_from_string(Environment $env, $template, string $name = null): TemplateWrapper -{ - return $env->createTemplate((string) $template, $name); -} -} diff --git a/Sources/vendor/twig/twig/src/ExtensionSet.php b/Sources/vendor/twig/twig/src/ExtensionSet.php deleted file mode 100755 index d32200ce..00000000 --- a/Sources/vendor/twig/twig/src/ExtensionSet.php +++ /dev/null @@ -1,480 +0,0 @@ - - * - * @internal - */ -final class ExtensionSet -{ - private $extensions; - private $initialized = false; - private $runtimeInitialized = false; - private $staging; - private $parsers; - private $visitors; - /** @var array */ - private $filters; - /** @var array */ - private $tests; - /** @var array */ - private $functions; - /** @var array}> */ - private $unaryOperators; - /** @var array, associativity: ExpressionParser::OPERATOR_*}> */ - private $binaryOperators; - /** @var array */ - private $globals; - private $functionCallbacks = []; - private $filterCallbacks = []; - private $parserCallbacks = []; - private $lastModified = 0; - - public function __construct() - { - $this->staging = new StagingExtension(); - } - - public function initRuntime() - { - $this->runtimeInitialized = true; - } - - public function hasExtension(string $class): bool - { - return isset($this->extensions[ltrim($class, '\\')]); - } - - public function getExtension(string $class): ExtensionInterface - { - $class = ltrim($class, '\\'); - - if (!isset($this->extensions[$class])) { - throw new RuntimeError(sprintf('The "%s" extension is not enabled.', $class)); - } - - return $this->extensions[$class]; - } - - /** - * @param ExtensionInterface[] $extensions - */ - public function setExtensions(array $extensions): void - { - foreach ($extensions as $extension) { - $this->addExtension($extension); - } - } - - /** - * @return ExtensionInterface[] - */ - public function getExtensions(): array - { - return $this->extensions; - } - - public function getSignature(): string - { - return json_encode(array_keys($this->extensions)); - } - - public function isInitialized(): bool - { - return $this->initialized || $this->runtimeInitialized; - } - - public function getLastModified(): int - { - if (0 !== $this->lastModified) { - return $this->lastModified; - } - - foreach ($this->extensions as $extension) { - $r = new \ReflectionObject($extension); - if (is_file($r->getFileName()) && ($extensionTime = filemtime($r->getFileName())) > $this->lastModified) { - $this->lastModified = $extensionTime; - } - } - - return $this->lastModified; - } - - public function addExtension(ExtensionInterface $extension): void - { - $class = \get_class($extension); - - if ($this->initialized) { - throw new \LogicException(sprintf('Unable to register extension "%s" as extensions have already been initialized.', $class)); - } - - if (isset($this->extensions[$class])) { - throw new \LogicException(sprintf('Unable to register extension "%s" as it is already registered.', $class)); - } - - $this->extensions[$class] = $extension; - } - - public function addFunction(TwigFunction $function): void - { - if ($this->initialized) { - throw new \LogicException(sprintf('Unable to add function "%s" as extensions have already been initialized.', $function->getName())); - } - - $this->staging->addFunction($function); - } - - /** - * @return TwigFunction[] - */ - public function getFunctions(): array - { - if (!$this->initialized) { - $this->initExtensions(); - } - - return $this->functions; - } - - public function getFunction(string $name): ?TwigFunction - { - if (!$this->initialized) { - $this->initExtensions(); - } - - if (isset($this->functions[$name])) { - return $this->functions[$name]; - } - - foreach ($this->functions as $pattern => $function) { - $pattern = str_replace('\\*', '(.*?)', preg_quote($pattern, '#'), $count); - - if ($count && preg_match('#^'.$pattern.'$#', $name, $matches)) { - array_shift($matches); - $function->setArguments($matches); - - return $function; - } - } - - foreach ($this->functionCallbacks as $callback) { - if (false !== $function = $callback($name)) { - return $function; - } - } - - return null; - } - - public function registerUndefinedFunctionCallback(callable $callable): void - { - $this->functionCallbacks[] = $callable; - } - - public function addFilter(TwigFilter $filter): void - { - if ($this->initialized) { - throw new \LogicException(sprintf('Unable to add filter "%s" as extensions have already been initialized.', $filter->getName())); - } - - $this->staging->addFilter($filter); - } - - /** - * @return TwigFilter[] - */ - public function getFilters(): array - { - if (!$this->initialized) { - $this->initExtensions(); - } - - return $this->filters; - } - - public function getFilter(string $name): ?TwigFilter - { - if (!$this->initialized) { - $this->initExtensions(); - } - - if (isset($this->filters[$name])) { - return $this->filters[$name]; - } - - foreach ($this->filters as $pattern => $filter) { - $pattern = str_replace('\\*', '(.*?)', preg_quote($pattern, '#'), $count); - - if ($count && preg_match('#^'.$pattern.'$#', $name, $matches)) { - array_shift($matches); - $filter->setArguments($matches); - - return $filter; - } - } - - foreach ($this->filterCallbacks as $callback) { - if (false !== $filter = $callback($name)) { - return $filter; - } - } - - return null; - } - - public function registerUndefinedFilterCallback(callable $callable): void - { - $this->filterCallbacks[] = $callable; - } - - public function addNodeVisitor(NodeVisitorInterface $visitor): void - { - if ($this->initialized) { - throw new \LogicException('Unable to add a node visitor as extensions have already been initialized.'); - } - - $this->staging->addNodeVisitor($visitor); - } - - /** - * @return NodeVisitorInterface[] - */ - public function getNodeVisitors(): array - { - if (!$this->initialized) { - $this->initExtensions(); - } - - return $this->visitors; - } - - public function addTokenParser(TokenParserInterface $parser): void - { - if ($this->initialized) { - throw new \LogicException('Unable to add a token parser as extensions have already been initialized.'); - } - - $this->staging->addTokenParser($parser); - } - - /** - * @return TokenParserInterface[] - */ - public function getTokenParsers(): array - { - if (!$this->initialized) { - $this->initExtensions(); - } - - return $this->parsers; - } - - public function getTokenParser(string $name): ?TokenParserInterface - { - if (!$this->initialized) { - $this->initExtensions(); - } - - if (isset($this->parsers[$name])) { - return $this->parsers[$name]; - } - - foreach ($this->parserCallbacks as $callback) { - if (false !== $parser = $callback($name)) { - return $parser; - } - } - - return null; - } - - public function registerUndefinedTokenParserCallback(callable $callable): void - { - $this->parserCallbacks[] = $callable; - } - - /** - * @return array - */ - public function getGlobals(): array - { - if (null !== $this->globals) { - return $this->globals; - } - - $globals = []; - foreach ($this->extensions as $extension) { - if (!$extension instanceof GlobalsInterface) { - continue; - } - - $extGlobals = $extension->getGlobals(); - if (!\is_array($extGlobals)) { - throw new \UnexpectedValueException(sprintf('"%s::getGlobals()" must return an array of globals.', \get_class($extension))); - } - - $globals = array_merge($globals, $extGlobals); - } - - if ($this->initialized) { - $this->globals = $globals; - } - - return $globals; - } - - public function addTest(TwigTest $test): void - { - if ($this->initialized) { - throw new \LogicException(sprintf('Unable to add test "%s" as extensions have already been initialized.', $test->getName())); - } - - $this->staging->addTest($test); - } - - /** - * @return TwigTest[] - */ - public function getTests(): array - { - if (!$this->initialized) { - $this->initExtensions(); - } - - return $this->tests; - } - - public function getTest(string $name): ?TwigTest - { - if (!$this->initialized) { - $this->initExtensions(); - } - - if (isset($this->tests[$name])) { - return $this->tests[$name]; - } - - foreach ($this->tests as $pattern => $test) { - $pattern = str_replace('\\*', '(.*?)', preg_quote($pattern, '#'), $count); - - if ($count) { - if (preg_match('#^'.$pattern.'$#', $name, $matches)) { - array_shift($matches); - $test->setArguments($matches); - - return $test; - } - } - } - - return null; - } - - /** - * @return array}> - */ - public function getUnaryOperators(): array - { - if (!$this->initialized) { - $this->initExtensions(); - } - - return $this->unaryOperators; - } - - /** - * @return array, associativity: ExpressionParser::OPERATOR_*}> - */ - public function getBinaryOperators(): array - { - if (!$this->initialized) { - $this->initExtensions(); - } - - return $this->binaryOperators; - } - - private function initExtensions(): void - { - $this->parsers = []; - $this->filters = []; - $this->functions = []; - $this->tests = []; - $this->visitors = []; - $this->unaryOperators = []; - $this->binaryOperators = []; - - foreach ($this->extensions as $extension) { - $this->initExtension($extension); - } - $this->initExtension($this->staging); - // Done at the end only, so that an exception during initialization does not mark the environment as initialized when catching the exception - $this->initialized = true; - } - - private function initExtension(ExtensionInterface $extension): void - { - // filters - foreach ($extension->getFilters() as $filter) { - $this->filters[$filter->getName()] = $filter; - } - - // functions - foreach ($extension->getFunctions() as $function) { - $this->functions[$function->getName()] = $function; - } - - // tests - foreach ($extension->getTests() as $test) { - $this->tests[$test->getName()] = $test; - } - - // token parsers - foreach ($extension->getTokenParsers() as $parser) { - if (!$parser instanceof TokenParserInterface) { - throw new \LogicException('getTokenParsers() must return an array of \Twig\TokenParser\TokenParserInterface.'); - } - - $this->parsers[$parser->getTag()] = $parser; - } - - // node visitors - foreach ($extension->getNodeVisitors() as $visitor) { - $this->visitors[] = $visitor; - } - - // operators - if ($operators = $extension->getOperators()) { - if (!\is_array($operators)) { - throw new \InvalidArgumentException(sprintf('"%s::getOperators()" must return an array with operators, got "%s".', \get_class($extension), \is_object($operators) ? \get_class($operators) : \gettype($operators).(\is_resource($operators) ? '' : '#'.$operators))); - } - - if (2 !== \count($operators)) { - throw new \InvalidArgumentException(sprintf('"%s::getOperators()" must return an array of 2 elements, got %d.', \get_class($extension), \count($operators))); - } - - $this->unaryOperators = array_merge($this->unaryOperators, $operators[0]); - $this->binaryOperators = array_merge($this->binaryOperators, $operators[1]); - } - } -} diff --git a/Sources/vendor/twig/twig/src/FileExtensionEscapingStrategy.php b/Sources/vendor/twig/twig/src/FileExtensionEscapingStrategy.php deleted file mode 100755 index 65198bbb..00000000 --- a/Sources/vendor/twig/twig/src/FileExtensionEscapingStrategy.php +++ /dev/null @@ -1,60 +0,0 @@ - - */ -class FileExtensionEscapingStrategy -{ - /** - * Guesses the best autoescaping strategy based on the file name. - * - * @param string $name The template name - * - * @return string|false The escaping strategy name to use or false to disable - */ - public static function guess(string $name) - { - if (\in_array(substr($name, -1), ['/', '\\'])) { - return 'html'; // return html for directories - } - - if ('.twig' === substr($name, -5)) { - $name = substr($name, 0, -5); - } - - $extension = pathinfo($name, \PATHINFO_EXTENSION); - - switch ($extension) { - case 'js': - return 'js'; - - case 'css': - return 'css'; - - case 'txt': - return false; - - default: - return 'html'; - } - } -} diff --git a/Sources/vendor/twig/twig/src/Lexer.php b/Sources/vendor/twig/twig/src/Lexer.php deleted file mode 100755 index 6c45efbc..00000000 --- a/Sources/vendor/twig/twig/src/Lexer.php +++ /dev/null @@ -1,519 +0,0 @@ - - */ -class Lexer -{ - private $isInitialized = false; - - private $tokens; - private $code; - private $cursor; - private $lineno; - private $end; - private $state; - private $states; - private $brackets; - private $env; - private $source; - private $options; - private $regexes; - private $position; - private $positions; - private $currentVarBlockLine; - - public const STATE_DATA = 0; - public const STATE_BLOCK = 1; - public const STATE_VAR = 2; - public const STATE_STRING = 3; - public const STATE_INTERPOLATION = 4; - - public const REGEX_NAME = '/[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/A'; - public const REGEX_NUMBER = '/[0-9]+(?:\.[0-9]+)?([Ee][\+\-][0-9]+)?/A'; - public const REGEX_STRING = '/"([^#"\\\\]*(?:\\\\.[^#"\\\\]*)*)"|\'([^\'\\\\]*(?:\\\\.[^\'\\\\]*)*)\'/As'; - public const REGEX_DQ_STRING_DELIM = '/"/A'; - public const REGEX_DQ_STRING_PART = '/[^#"\\\\]*(?:(?:\\\\.|#(?!\{))[^#"\\\\]*)*/As'; - public const PUNCTUATION = '()[]{}?:.,|'; - - public function __construct(Environment $env, array $options = []) - { - $this->env = $env; - - $this->options = array_merge([ - 'tag_comment' => ['{#', '#}'], - 'tag_block' => ['{%', '%}'], - 'tag_variable' => ['{{', '}}'], - 'whitespace_trim' => '-', - 'whitespace_line_trim' => '~', - 'whitespace_line_chars' => ' \t\0\x0B', - 'interpolation' => ['#{', '}'], - ], $options); - } - - private function initialize() - { - if ($this->isInitialized) { - return; - } - - $this->isInitialized = true; - - // when PHP 7.3 is the min version, we will be able to remove the '#' part in preg_quote as it's part of the default - $this->regexes = [ - // }} - 'lex_var' => '{ - \s* - (?:'. - preg_quote($this->options['whitespace_trim'].$this->options['tag_variable'][1], '#').'\s*'. // -}}\s* - '|'. - preg_quote($this->options['whitespace_line_trim'].$this->options['tag_variable'][1], '#').'['.$this->options['whitespace_line_chars'].']*'. // ~}}[ \t\0\x0B]* - '|'. - preg_quote($this->options['tag_variable'][1], '#'). // }} - ') - }Ax', - - // %} - 'lex_block' => '{ - \s* - (?:'. - preg_quote($this->options['whitespace_trim'].$this->options['tag_block'][1], '#').'\s*\n?'. // -%}\s*\n? - '|'. - preg_quote($this->options['whitespace_line_trim'].$this->options['tag_block'][1], '#').'['.$this->options['whitespace_line_chars'].']*'. // ~%}[ \t\0\x0B]* - '|'. - preg_quote($this->options['tag_block'][1], '#').'\n?'. // %}\n? - ') - }Ax', - - // {% endverbatim %} - 'lex_raw_data' => '{'. - preg_quote($this->options['tag_block'][0], '#'). // {% - '('. - $this->options['whitespace_trim']. // - - '|'. - $this->options['whitespace_line_trim']. // ~ - ')?\s*endverbatim\s*'. - '(?:'. - preg_quote($this->options['whitespace_trim'].$this->options['tag_block'][1], '#').'\s*'. // -%} - '|'. - preg_quote($this->options['whitespace_line_trim'].$this->options['tag_block'][1], '#').'['.$this->options['whitespace_line_chars'].']*'. // ~%}[ \t\0\x0B]* - '|'. - preg_quote($this->options['tag_block'][1], '#'). // %} - ') - }sx', - - 'operator' => $this->getOperatorRegex(), - - // #} - 'lex_comment' => '{ - (?:'. - preg_quote($this->options['whitespace_trim'].$this->options['tag_comment'][1], '#').'\s*\n?'. // -#}\s*\n? - '|'. - preg_quote($this->options['whitespace_line_trim'].$this->options['tag_comment'][1], '#').'['.$this->options['whitespace_line_chars'].']*'. // ~#}[ \t\0\x0B]* - '|'. - preg_quote($this->options['tag_comment'][1], '#').'\n?'. // #}\n? - ') - }sx', - - // verbatim %} - 'lex_block_raw' => '{ - \s*verbatim\s* - (?:'. - preg_quote($this->options['whitespace_trim'].$this->options['tag_block'][1], '#').'\s*'. // -%}\s* - '|'. - preg_quote($this->options['whitespace_line_trim'].$this->options['tag_block'][1], '#').'['.$this->options['whitespace_line_chars'].']*'. // ~%}[ \t\0\x0B]* - '|'. - preg_quote($this->options['tag_block'][1], '#'). // %} - ') - }Asx', - - 'lex_block_line' => '{\s*line\s+(\d+)\s*'.preg_quote($this->options['tag_block'][1], '#').'}As', - - // {{ or {% or {# - 'lex_tokens_start' => '{ - ('. - preg_quote($this->options['tag_variable'][0], '#'). // {{ - '|'. - preg_quote($this->options['tag_block'][0], '#'). // {% - '|'. - preg_quote($this->options['tag_comment'][0], '#'). // {# - ')('. - preg_quote($this->options['whitespace_trim'], '#'). // - - '|'. - preg_quote($this->options['whitespace_line_trim'], '#'). // ~ - ')? - }sx', - 'interpolation_start' => '{'.preg_quote($this->options['interpolation'][0], '#').'\s*}A', - 'interpolation_end' => '{\s*'.preg_quote($this->options['interpolation'][1], '#').'}A', - ]; - } - - public function tokenize(Source $source): TokenStream - { - $this->initialize(); - - $this->source = $source; - $this->code = str_replace(["\r\n", "\r"], "\n", $source->getCode()); - $this->cursor = 0; - $this->lineno = 1; - $this->end = \strlen($this->code); - $this->tokens = []; - $this->state = self::STATE_DATA; - $this->states = []; - $this->brackets = []; - $this->position = -1; - - // find all token starts in one go - preg_match_all($this->regexes['lex_tokens_start'], $this->code, $matches, \PREG_OFFSET_CAPTURE); - $this->positions = $matches; - - while ($this->cursor < $this->end) { - // dispatch to the lexing functions depending - // on the current state - switch ($this->state) { - case self::STATE_DATA: - $this->lexData(); - break; - - case self::STATE_BLOCK: - $this->lexBlock(); - break; - - case self::STATE_VAR: - $this->lexVar(); - break; - - case self::STATE_STRING: - $this->lexString(); - break; - - case self::STATE_INTERPOLATION: - $this->lexInterpolation(); - break; - } - } - - $this->pushToken(/* Token::EOF_TYPE */ -1); - - if (!empty($this->brackets)) { - list($expect, $lineno) = array_pop($this->brackets); - throw new SyntaxError(sprintf('Unclosed "%s".', $expect), $lineno, $this->source); - } - - return new TokenStream($this->tokens, $this->source); - } - - private function lexData(): void - { - // if no matches are left we return the rest of the template as simple text token - if ($this->position == \count($this->positions[0]) - 1) { - $this->pushToken(/* Token::TEXT_TYPE */ 0, substr($this->code, $this->cursor)); - $this->cursor = $this->end; - - return; - } - - // Find the first token after the current cursor - $position = $this->positions[0][++$this->position]; - while ($position[1] < $this->cursor) { - if ($this->position == \count($this->positions[0]) - 1) { - return; - } - $position = $this->positions[0][++$this->position]; - } - - // push the template text first - $text = $textContent = substr($this->code, $this->cursor, $position[1] - $this->cursor); - - // trim? - if (isset($this->positions[2][$this->position][0])) { - if ($this->options['whitespace_trim'] === $this->positions[2][$this->position][0]) { - // whitespace_trim detected ({%-, {{- or {#-) - $text = rtrim($text); - } elseif ($this->options['whitespace_line_trim'] === $this->positions[2][$this->position][0]) { - // whitespace_line_trim detected ({%~, {{~ or {#~) - // don't trim \r and \n - $text = rtrim($text, " \t\0\x0B"); - } - } - $this->pushToken(/* Token::TEXT_TYPE */ 0, $text); - $this->moveCursor($textContent.$position[0]); - - switch ($this->positions[1][$this->position][0]) { - case $this->options['tag_comment'][0]: - $this->lexComment(); - break; - - case $this->options['tag_block'][0]: - // raw data? - if (preg_match($this->regexes['lex_block_raw'], $this->code, $match, 0, $this->cursor)) { - $this->moveCursor($match[0]); - $this->lexRawData(); - // {% line \d+ %} - } elseif (preg_match($this->regexes['lex_block_line'], $this->code, $match, 0, $this->cursor)) { - $this->moveCursor($match[0]); - $this->lineno = (int) $match[1]; - } else { - $this->pushToken(/* Token::BLOCK_START_TYPE */ 1); - $this->pushState(self::STATE_BLOCK); - $this->currentVarBlockLine = $this->lineno; - } - break; - - case $this->options['tag_variable'][0]: - $this->pushToken(/* Token::VAR_START_TYPE */ 2); - $this->pushState(self::STATE_VAR); - $this->currentVarBlockLine = $this->lineno; - break; - } - } - - private function lexBlock(): void - { - if (empty($this->brackets) && preg_match($this->regexes['lex_block'], $this->code, $match, 0, $this->cursor)) { - $this->pushToken(/* Token::BLOCK_END_TYPE */ 3); - $this->moveCursor($match[0]); - $this->popState(); - } else { - $this->lexExpression(); - } - } - - private function lexVar(): void - { - if (empty($this->brackets) && preg_match($this->regexes['lex_var'], $this->code, $match, 0, $this->cursor)) { - $this->pushToken(/* Token::VAR_END_TYPE */ 4); - $this->moveCursor($match[0]); - $this->popState(); - } else { - $this->lexExpression(); - } - } - - private function lexExpression(): void - { - // whitespace - if (preg_match('/\s+/A', $this->code, $match, 0, $this->cursor)) { - $this->moveCursor($match[0]); - - if ($this->cursor >= $this->end) { - throw new SyntaxError(sprintf('Unclosed "%s".', self::STATE_BLOCK === $this->state ? 'block' : 'variable'), $this->currentVarBlockLine, $this->source); - } - } - - // spread operator - if ('.' === $this->code[$this->cursor] && ($this->cursor + 2 < $this->end) && '.' === $this->code[$this->cursor + 1] && '.' === $this->code[$this->cursor + 2]) { - $this->pushToken(Token::SPREAD_TYPE, '...'); - $this->moveCursor('...'); - } - // arrow function - elseif ('=' === $this->code[$this->cursor] && '>' === $this->code[$this->cursor + 1]) { - $this->pushToken(Token::ARROW_TYPE, '=>'); - $this->moveCursor('=>'); - } - // operators - elseif (preg_match($this->regexes['operator'], $this->code, $match, 0, $this->cursor)) { - $this->pushToken(/* Token::OPERATOR_TYPE */ 8, preg_replace('/\s+/', ' ', $match[0])); - $this->moveCursor($match[0]); - } - // names - elseif (preg_match(self::REGEX_NAME, $this->code, $match, 0, $this->cursor)) { - $this->pushToken(/* Token::NAME_TYPE */ 5, $match[0]); - $this->moveCursor($match[0]); - } - // numbers - elseif (preg_match(self::REGEX_NUMBER, $this->code, $match, 0, $this->cursor)) { - $number = (float) $match[0]; // floats - if (ctype_digit($match[0]) && $number <= \PHP_INT_MAX) { - $number = (int) $match[0]; // integers lower than the maximum - } - $this->pushToken(/* Token::NUMBER_TYPE */ 6, $number); - $this->moveCursor($match[0]); - } - // punctuation - elseif (false !== strpos(self::PUNCTUATION, $this->code[$this->cursor])) { - // opening bracket - if (false !== strpos('([{', $this->code[$this->cursor])) { - $this->brackets[] = [$this->code[$this->cursor], $this->lineno]; - } - // closing bracket - elseif (false !== strpos(')]}', $this->code[$this->cursor])) { - if (empty($this->brackets)) { - throw new SyntaxError(sprintf('Unexpected "%s".', $this->code[$this->cursor]), $this->lineno, $this->source); - } - - list($expect, $lineno) = array_pop($this->brackets); - if ($this->code[$this->cursor] != strtr($expect, '([{', ')]}')) { - throw new SyntaxError(sprintf('Unclosed "%s".', $expect), $lineno, $this->source); - } - } - - $this->pushToken(/* Token::PUNCTUATION_TYPE */ 9, $this->code[$this->cursor]); - ++$this->cursor; - } - // strings - elseif (preg_match(self::REGEX_STRING, $this->code, $match, 0, $this->cursor)) { - $this->pushToken(/* Token::STRING_TYPE */ 7, stripcslashes(substr($match[0], 1, -1))); - $this->moveCursor($match[0]); - } - // opening double quoted string - elseif (preg_match(self::REGEX_DQ_STRING_DELIM, $this->code, $match, 0, $this->cursor)) { - $this->brackets[] = ['"', $this->lineno]; - $this->pushState(self::STATE_STRING); - $this->moveCursor($match[0]); - } - // unlexable - else { - throw new SyntaxError(sprintf('Unexpected character "%s".', $this->code[$this->cursor]), $this->lineno, $this->source); - } - } - - private function lexRawData(): void - { - if (!preg_match($this->regexes['lex_raw_data'], $this->code, $match, \PREG_OFFSET_CAPTURE, $this->cursor)) { - throw new SyntaxError('Unexpected end of file: Unclosed "verbatim" block.', $this->lineno, $this->source); - } - - $text = substr($this->code, $this->cursor, $match[0][1] - $this->cursor); - $this->moveCursor($text.$match[0][0]); - - // trim? - if (isset($match[1][0])) { - if ($this->options['whitespace_trim'] === $match[1][0]) { - // whitespace_trim detected ({%-, {{- or {#-) - $text = rtrim($text); - } else { - // whitespace_line_trim detected ({%~, {{~ or {#~) - // don't trim \r and \n - $text = rtrim($text, " \t\0\x0B"); - } - } - - $this->pushToken(/* Token::TEXT_TYPE */ 0, $text); - } - - private function lexComment(): void - { - if (!preg_match($this->regexes['lex_comment'], $this->code, $match, \PREG_OFFSET_CAPTURE, $this->cursor)) { - throw new SyntaxError('Unclosed comment.', $this->lineno, $this->source); - } - - $this->moveCursor(substr($this->code, $this->cursor, $match[0][1] - $this->cursor).$match[0][0]); - } - - private function lexString(): void - { - if (preg_match($this->regexes['interpolation_start'], $this->code, $match, 0, $this->cursor)) { - $this->brackets[] = [$this->options['interpolation'][0], $this->lineno]; - $this->pushToken(/* Token::INTERPOLATION_START_TYPE */ 10); - $this->moveCursor($match[0]); - $this->pushState(self::STATE_INTERPOLATION); - } elseif (preg_match(self::REGEX_DQ_STRING_PART, $this->code, $match, 0, $this->cursor) && \strlen($match[0]) > 0) { - $this->pushToken(/* Token::STRING_TYPE */ 7, stripcslashes($match[0])); - $this->moveCursor($match[0]); - } elseif (preg_match(self::REGEX_DQ_STRING_DELIM, $this->code, $match, 0, $this->cursor)) { - list($expect, $lineno) = array_pop($this->brackets); - if ('"' != $this->code[$this->cursor]) { - throw new SyntaxError(sprintf('Unclosed "%s".', $expect), $lineno, $this->source); - } - - $this->popState(); - ++$this->cursor; - } else { - // unlexable - throw new SyntaxError(sprintf('Unexpected character "%s".', $this->code[$this->cursor]), $this->lineno, $this->source); - } - } - - private function lexInterpolation(): void - { - $bracket = end($this->brackets); - if ($this->options['interpolation'][0] === $bracket[0] && preg_match($this->regexes['interpolation_end'], $this->code, $match, 0, $this->cursor)) { - array_pop($this->brackets); - $this->pushToken(/* Token::INTERPOLATION_END_TYPE */ 11); - $this->moveCursor($match[0]); - $this->popState(); - } else { - $this->lexExpression(); - } - } - - private function pushToken($type, $value = ''): void - { - // do not push empty text tokens - if (/* Token::TEXT_TYPE */ 0 === $type && '' === $value) { - return; - } - - $this->tokens[] = new Token($type, $value, $this->lineno); - } - - private function moveCursor($text): void - { - $this->cursor += \strlen($text); - $this->lineno += substr_count($text, "\n"); - } - - private function getOperatorRegex(): string - { - $operators = array_merge( - ['='], - array_keys($this->env->getUnaryOperators()), - array_keys($this->env->getBinaryOperators()) - ); - - $operators = array_combine($operators, array_map('strlen', $operators)); - arsort($operators); - - $regex = []; - foreach ($operators as $operator => $length) { - // an operator that ends with a character must be followed by - // a whitespace, a parenthesis, an opening map [ or sequence { - $r = preg_quote($operator, '/'); - if (ctype_alpha($operator[$length - 1])) { - $r .= '(?=[\s()\[{])'; - } - - // an operator that begins with a character must not have a dot or pipe before - if (ctype_alpha($operator[0])) { - $r = '(?states[] = $this->state; - $this->state = $state; - } - - private function popState(): void - { - if (0 === \count($this->states)) { - throw new \LogicException('Cannot pop state without a previous state.'); - } - - $this->state = array_pop($this->states); - } -} diff --git a/Sources/vendor/twig/twig/src/Loader/ArrayLoader.php b/Sources/vendor/twig/twig/src/Loader/ArrayLoader.php deleted file mode 100755 index 5d726c35..00000000 --- a/Sources/vendor/twig/twig/src/Loader/ArrayLoader.php +++ /dev/null @@ -1,77 +0,0 @@ - - */ -final class ArrayLoader implements LoaderInterface -{ - private $templates = []; - - /** - * @param array $templates An array of templates (keys are the names, and values are the source code) - */ - public function __construct(array $templates = []) - { - $this->templates = $templates; - } - - public function setTemplate(string $name, string $template): void - { - $this->templates[$name] = $template; - } - - public function getSourceContext(string $name): Source - { - if (!isset($this->templates[$name])) { - throw new LoaderError(sprintf('Template "%s" is not defined.', $name)); - } - - return new Source($this->templates[$name], $name); - } - - public function exists(string $name): bool - { - return isset($this->templates[$name]); - } - - public function getCacheKey(string $name): string - { - if (!isset($this->templates[$name])) { - throw new LoaderError(sprintf('Template "%s" is not defined.', $name)); - } - - return $name.':'.$this->templates[$name]; - } - - public function isFresh(string $name, int $time): bool - { - if (!isset($this->templates[$name])) { - throw new LoaderError(sprintf('Template "%s" is not defined.', $name)); - } - - return true; - } -} diff --git a/Sources/vendor/twig/twig/src/Loader/ChainLoader.php b/Sources/vendor/twig/twig/src/Loader/ChainLoader.php deleted file mode 100755 index fbf4f3a0..00000000 --- a/Sources/vendor/twig/twig/src/Loader/ChainLoader.php +++ /dev/null @@ -1,119 +0,0 @@ - - */ -final class ChainLoader implements LoaderInterface -{ - private $hasSourceCache = []; - private $loaders = []; - - /** - * @param LoaderInterface[] $loaders - */ - public function __construct(array $loaders = []) - { - foreach ($loaders as $loader) { - $this->addLoader($loader); - } - } - - public function addLoader(LoaderInterface $loader): void - { - $this->loaders[] = $loader; - $this->hasSourceCache = []; - } - - /** - * @return LoaderInterface[] - */ - public function getLoaders(): array - { - return $this->loaders; - } - - public function getSourceContext(string $name): Source - { - $exceptions = []; - foreach ($this->loaders as $loader) { - if (!$loader->exists($name)) { - continue; - } - - try { - return $loader->getSourceContext($name); - } catch (LoaderError $e) { - $exceptions[] = $e->getMessage(); - } - } - - throw new LoaderError(sprintf('Template "%s" is not defined%s.', $name, $exceptions ? ' ('.implode(', ', $exceptions).')' : '')); - } - - public function exists(string $name): bool - { - if (isset($this->hasSourceCache[$name])) { - return $this->hasSourceCache[$name]; - } - - foreach ($this->loaders as $loader) { - if ($loader->exists($name)) { - return $this->hasSourceCache[$name] = true; - } - } - - return $this->hasSourceCache[$name] = false; - } - - public function getCacheKey(string $name): string - { - $exceptions = []; - foreach ($this->loaders as $loader) { - if (!$loader->exists($name)) { - continue; - } - - try { - return $loader->getCacheKey($name); - } catch (LoaderError $e) { - $exceptions[] = \get_class($loader).': '.$e->getMessage(); - } - } - - throw new LoaderError(sprintf('Template "%s" is not defined%s.', $name, $exceptions ? ' ('.implode(', ', $exceptions).')' : '')); - } - - public function isFresh(string $name, int $time): bool - { - $exceptions = []; - foreach ($this->loaders as $loader) { - if (!$loader->exists($name)) { - continue; - } - - try { - return $loader->isFresh($name, $time); - } catch (LoaderError $e) { - $exceptions[] = \get_class($loader).': '.$e->getMessage(); - } - } - - throw new LoaderError(sprintf('Template "%s" is not defined%s.', $name, $exceptions ? ' ('.implode(', ', $exceptions).')' : '')); - } -} diff --git a/Sources/vendor/twig/twig/src/Loader/FilesystemLoader.php b/Sources/vendor/twig/twig/src/Loader/FilesystemLoader.php deleted file mode 100755 index 62267a11..00000000 --- a/Sources/vendor/twig/twig/src/Loader/FilesystemLoader.php +++ /dev/null @@ -1,283 +0,0 @@ - - */ -class FilesystemLoader implements LoaderInterface -{ - /** Identifier of the main namespace. */ - public const MAIN_NAMESPACE = '__main__'; - - protected $paths = []; - protected $cache = []; - protected $errorCache = []; - - private $rootPath; - - /** - * @param string|array $paths A path or an array of paths where to look for templates - * @param string|null $rootPath The root path common to all relative paths (null for getcwd()) - */ - public function __construct($paths = [], string $rootPath = null) - { - $this->rootPath = (null === $rootPath ? getcwd() : $rootPath).\DIRECTORY_SEPARATOR; - if (null !== $rootPath && false !== ($realPath = realpath($rootPath))) { - $this->rootPath = $realPath.\DIRECTORY_SEPARATOR; - } - - if ($paths) { - $this->setPaths($paths); - } - } - - /** - * Returns the paths to the templates. - */ - public function getPaths(string $namespace = self::MAIN_NAMESPACE): array - { - return $this->paths[$namespace] ?? []; - } - - /** - * Returns the path namespaces. - * - * The main namespace is always defined. - */ - public function getNamespaces(): array - { - return array_keys($this->paths); - } - - /** - * @param string|array $paths A path or an array of paths where to look for templates - */ - public function setPaths($paths, string $namespace = self::MAIN_NAMESPACE): void - { - if (!\is_array($paths)) { - $paths = [$paths]; - } - - $this->paths[$namespace] = []; - foreach ($paths as $path) { - $this->addPath($path, $namespace); - } - } - - /** - * @throws LoaderError - */ - public function addPath(string $path, string $namespace = self::MAIN_NAMESPACE): void - { - // invalidate the cache - $this->cache = $this->errorCache = []; - - $checkPath = $this->isAbsolutePath($path) ? $path : $this->rootPath.$path; - if (!is_dir($checkPath)) { - throw new LoaderError(sprintf('The "%s" directory does not exist ("%s").', $path, $checkPath)); - } - - $this->paths[$namespace][] = rtrim($path, '/\\'); - } - - /** - * @throws LoaderError - */ - public function prependPath(string $path, string $namespace = self::MAIN_NAMESPACE): void - { - // invalidate the cache - $this->cache = $this->errorCache = []; - - $checkPath = $this->isAbsolutePath($path) ? $path : $this->rootPath.$path; - if (!is_dir($checkPath)) { - throw new LoaderError(sprintf('The "%s" directory does not exist ("%s").', $path, $checkPath)); - } - - $path = rtrim($path, '/\\'); - - if (!isset($this->paths[$namespace])) { - $this->paths[$namespace][] = $path; - } else { - array_unshift($this->paths[$namespace], $path); - } - } - - public function getSourceContext(string $name): Source - { - if (null === $path = $this->findTemplate($name)) { - return new Source('', $name, ''); - } - - return new Source(file_get_contents($path), $name, $path); - } - - public function getCacheKey(string $name): string - { - if (null === $path = $this->findTemplate($name)) { - return ''; - } - $len = \strlen($this->rootPath); - if (0 === strncmp($this->rootPath, $path, $len)) { - return substr($path, $len); - } - - return $path; - } - - /** - * @return bool - */ - public function exists(string $name) - { - $name = $this->normalizeName($name); - - if (isset($this->cache[$name])) { - return true; - } - - return null !== $this->findTemplate($name, false); - } - - public function isFresh(string $name, int $time): bool - { - // false support to be removed in 3.0 - if (null === $path = $this->findTemplate($name)) { - return false; - } - - return filemtime($path) < $time; - } - - /** - * @return string|null - */ - protected function findTemplate(string $name, bool $throw = true) - { - $name = $this->normalizeName($name); - - if (isset($this->cache[$name])) { - return $this->cache[$name]; - } - - if (isset($this->errorCache[$name])) { - if (!$throw) { - return null; - } - - throw new LoaderError($this->errorCache[$name]); - } - - try { - list($namespace, $shortname) = $this->parseName($name); - - $this->validateName($shortname); - } catch (LoaderError $e) { - if (!$throw) { - return null; - } - - throw $e; - } - - if (!isset($this->paths[$namespace])) { - $this->errorCache[$name] = sprintf('There are no registered paths for namespace "%s".', $namespace); - - if (!$throw) { - return null; - } - - throw new LoaderError($this->errorCache[$name]); - } - - foreach ($this->paths[$namespace] as $path) { - if (!$this->isAbsolutePath($path)) { - $path = $this->rootPath.$path; - } - - if (is_file($path.'/'.$shortname)) { - if (false !== $realpath = realpath($path.'/'.$shortname)) { - return $this->cache[$name] = $realpath; - } - - return $this->cache[$name] = $path.'/'.$shortname; - } - } - - $this->errorCache[$name] = sprintf('Unable to find template "%s" (looked into: %s).', $name, implode(', ', $this->paths[$namespace])); - - if (!$throw) { - return null; - } - - throw new LoaderError($this->errorCache[$name]); - } - - private function normalizeName(string $name): string - { - return preg_replace('#/{2,}#', '/', str_replace('\\', '/', $name)); - } - - private function parseName(string $name, string $default = self::MAIN_NAMESPACE): array - { - if (isset($name[0]) && '@' == $name[0]) { - if (false === $pos = strpos($name, '/')) { - throw new LoaderError(sprintf('Malformed namespaced template name "%s" (expecting "@namespace/template_name").', $name)); - } - - $namespace = substr($name, 1, $pos - 1); - $shortname = substr($name, $pos + 1); - - return [$namespace, $shortname]; - } - - return [$default, $name]; - } - - private function validateName(string $name): void - { - if (false !== strpos($name, "\0")) { - throw new LoaderError('A template name cannot contain NUL bytes.'); - } - - $name = ltrim($name, '/'); - $parts = explode('/', $name); - $level = 0; - foreach ($parts as $part) { - if ('..' === $part) { - --$level; - } elseif ('.' !== $part) { - ++$level; - } - - if ($level < 0) { - throw new LoaderError(sprintf('Looks like you try to load a template outside configured directories (%s).', $name)); - } - } - } - - private function isAbsolutePath(string $file): bool - { - return strspn($file, '/\\', 0, 1) - || (\strlen($file) > 3 && ctype_alpha($file[0]) - && ':' === $file[1] - && strspn($file, '/\\', 2, 1) - ) - || null !== parse_url($file, \PHP_URL_SCHEME) - ; - } -} diff --git a/Sources/vendor/twig/twig/src/Loader/LoaderInterface.php b/Sources/vendor/twig/twig/src/Loader/LoaderInterface.php deleted file mode 100755 index fec7e85f..00000000 --- a/Sources/vendor/twig/twig/src/Loader/LoaderInterface.php +++ /dev/null @@ -1,49 +0,0 @@ - - */ -interface LoaderInterface -{ - /** - * Returns the source context for a given template logical name. - * - * @throws LoaderError When $name is not found - */ - public function getSourceContext(string $name): Source; - - /** - * Gets the cache key to use for the cache for a given template name. - * - * @throws LoaderError When $name is not found - */ - public function getCacheKey(string $name): string; - - /** - * @param int $time Timestamp of the last modification time of the cached template - * - * @throws LoaderError When $name is not found - */ - public function isFresh(string $name, int $time): bool; - - /** - * @return bool - */ - public function exists(string $name); -} diff --git a/Sources/vendor/twig/twig/src/Markup.php b/Sources/vendor/twig/twig/src/Markup.php deleted file mode 100755 index 1788acc4..00000000 --- a/Sources/vendor/twig/twig/src/Markup.php +++ /dev/null @@ -1,52 +0,0 @@ - - */ -class Markup implements \Countable, \JsonSerializable -{ - private $content; - private $charset; - - public function __construct($content, $charset) - { - $this->content = (string) $content; - $this->charset = $charset; - } - - public function __toString() - { - return $this->content; - } - - /** - * @return int - */ - #[\ReturnTypeWillChange] - public function count() - { - return mb_strlen($this->content, $this->charset); - } - - /** - * @return mixed - */ - #[\ReturnTypeWillChange] - public function jsonSerialize() - { - return $this->content; - } -} diff --git a/Sources/vendor/twig/twig/src/Node/AutoEscapeNode.php b/Sources/vendor/twig/twig/src/Node/AutoEscapeNode.php deleted file mode 100755 index cd970411..00000000 --- a/Sources/vendor/twig/twig/src/Node/AutoEscapeNode.php +++ /dev/null @@ -1,38 +0,0 @@ - - */ -class AutoEscapeNode extends Node -{ - public function __construct($value, Node $body, int $lineno, string $tag = 'autoescape') - { - parent::__construct(['body' => $body], ['value' => $value], $lineno, $tag); - } - - public function compile(Compiler $compiler): void - { - $compiler->subcompile($this->getNode('body')); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/BlockNode.php b/Sources/vendor/twig/twig/src/Node/BlockNode.php deleted file mode 100755 index 0632ba74..00000000 --- a/Sources/vendor/twig/twig/src/Node/BlockNode.php +++ /dev/null @@ -1,44 +0,0 @@ - - */ -class BlockNode extends Node -{ - public function __construct(string $name, Node $body, int $lineno, string $tag = null) - { - parent::__construct(['body' => $body], ['name' => $name], $lineno, $tag); - } - - public function compile(Compiler $compiler): void - { - $compiler - ->addDebugInfo($this) - ->write(sprintf("public function block_%s(\$context, array \$blocks = [])\n", $this->getAttribute('name')), "{\n") - ->indent() - ->write("\$macros = \$this->macros;\n") - ; - - $compiler - ->subcompile($this->getNode('body')) - ->outdent() - ->write("}\n\n") - ; - } -} diff --git a/Sources/vendor/twig/twig/src/Node/BlockReferenceNode.php b/Sources/vendor/twig/twig/src/Node/BlockReferenceNode.php deleted file mode 100755 index cc8af5b5..00000000 --- a/Sources/vendor/twig/twig/src/Node/BlockReferenceNode.php +++ /dev/null @@ -1,36 +0,0 @@ - - */ -class BlockReferenceNode extends Node implements NodeOutputInterface -{ - public function __construct(string $name, int $lineno, string $tag = null) - { - parent::__construct([], ['name' => $name], $lineno, $tag); - } - - public function compile(Compiler $compiler): void - { - $compiler - ->addDebugInfo($this) - ->write(sprintf("\$this->displayBlock('%s', \$context, \$blocks);\n", $this->getAttribute('name'))) - ; - } -} diff --git a/Sources/vendor/twig/twig/src/Node/BodyNode.php b/Sources/vendor/twig/twig/src/Node/BodyNode.php deleted file mode 100755 index 041cbf68..00000000 --- a/Sources/vendor/twig/twig/src/Node/BodyNode.php +++ /dev/null @@ -1,21 +0,0 @@ - - */ -class BodyNode extends Node -{ -} diff --git a/Sources/vendor/twig/twig/src/Node/CheckSecurityCallNode.php b/Sources/vendor/twig/twig/src/Node/CheckSecurityCallNode.php deleted file mode 100755 index a78a38d8..00000000 --- a/Sources/vendor/twig/twig/src/Node/CheckSecurityCallNode.php +++ /dev/null @@ -1,28 +0,0 @@ - - */ -class CheckSecurityCallNode extends Node -{ - public function compile(Compiler $compiler) - { - $compiler - ->write("\$this->sandbox = \$this->env->getExtension('\Twig\Extension\SandboxExtension');\n") - ->write("\$this->checkSecurity();\n") - ; - } -} diff --git a/Sources/vendor/twig/twig/src/Node/CheckSecurityNode.php b/Sources/vendor/twig/twig/src/Node/CheckSecurityNode.php deleted file mode 100755 index 47273279..00000000 --- a/Sources/vendor/twig/twig/src/Node/CheckSecurityNode.php +++ /dev/null @@ -1,88 +0,0 @@ - - */ -class CheckSecurityNode extends Node -{ - private $usedFilters; - private $usedTags; - private $usedFunctions; - - public function __construct(array $usedFilters, array $usedTags, array $usedFunctions) - { - $this->usedFilters = $usedFilters; - $this->usedTags = $usedTags; - $this->usedFunctions = $usedFunctions; - - parent::__construct(); - } - - public function compile(Compiler $compiler): void - { - $tags = $filters = $functions = []; - foreach (['tags', 'filters', 'functions'] as $type) { - foreach ($this->{'used'.ucfirst($type)} as $name => $node) { - if ($node instanceof Node) { - ${$type}[$name] = $node->getTemplateLine(); - } else { - ${$type}[$node] = null; - } - } - } - - $compiler - ->write("\n") - ->write("public function checkSecurity()\n") - ->write("{\n") - ->indent() - ->write('static $tags = ')->repr(array_filter($tags))->raw(";\n") - ->write('static $filters = ')->repr(array_filter($filters))->raw(";\n") - ->write('static $functions = ')->repr(array_filter($functions))->raw(";\n\n") - ->write("try {\n") - ->indent() - ->write("\$this->sandbox->checkSecurity(\n") - ->indent() - ->write(!$tags ? "[],\n" : "['".implode("', '", array_keys($tags))."'],\n") - ->write(!$filters ? "[],\n" : "['".implode("', '", array_keys($filters))."'],\n") - ->write(!$functions ? "[]\n" : "['".implode("', '", array_keys($functions))."']\n") - ->outdent() - ->write(");\n") - ->outdent() - ->write("} catch (SecurityError \$e) {\n") - ->indent() - ->write("\$e->setSourceContext(\$this->source);\n\n") - ->write("if (\$e instanceof SecurityNotAllowedTagError && isset(\$tags[\$e->getTagName()])) {\n") - ->indent() - ->write("\$e->setTemplateLine(\$tags[\$e->getTagName()]);\n") - ->outdent() - ->write("} elseif (\$e instanceof SecurityNotAllowedFilterError && isset(\$filters[\$e->getFilterName()])) {\n") - ->indent() - ->write("\$e->setTemplateLine(\$filters[\$e->getFilterName()]);\n") - ->outdent() - ->write("} elseif (\$e instanceof SecurityNotAllowedFunctionError && isset(\$functions[\$e->getFunctionName()])) {\n") - ->indent() - ->write("\$e->setTemplateLine(\$functions[\$e->getFunctionName()]);\n") - ->outdent() - ->write("}\n\n") - ->write("throw \$e;\n") - ->outdent() - ->write("}\n\n") - ->outdent() - ->write("}\n") - ; - } -} diff --git a/Sources/vendor/twig/twig/src/Node/CheckToStringNode.php b/Sources/vendor/twig/twig/src/Node/CheckToStringNode.php deleted file mode 100755 index c7a9d698..00000000 --- a/Sources/vendor/twig/twig/src/Node/CheckToStringNode.php +++ /dev/null @@ -1,45 +0,0 @@ - - */ -class CheckToStringNode extends AbstractExpression -{ - public function __construct(AbstractExpression $expr) - { - parent::__construct(['expr' => $expr], [], $expr->getTemplateLine(), $expr->getNodeTag()); - } - - public function compile(Compiler $compiler): void - { - $expr = $this->getNode('expr'); - $compiler - ->raw('$this->sandbox->ensureToStringAllowed(') - ->subcompile($expr) - ->raw(', ') - ->repr($expr->getTemplateLine()) - ->raw(', $this->source)') - ; - } -} diff --git a/Sources/vendor/twig/twig/src/Node/DeprecatedNode.php b/Sources/vendor/twig/twig/src/Node/DeprecatedNode.php deleted file mode 100755 index 5ff44307..00000000 --- a/Sources/vendor/twig/twig/src/Node/DeprecatedNode.php +++ /dev/null @@ -1,53 +0,0 @@ - - */ -class DeprecatedNode extends Node -{ - public function __construct(AbstractExpression $expr, int $lineno, string $tag = null) - { - parent::__construct(['expr' => $expr], [], $lineno, $tag); - } - - public function compile(Compiler $compiler): void - { - $compiler->addDebugInfo($this); - - $expr = $this->getNode('expr'); - - if ($expr instanceof ConstantExpression) { - $compiler->write('@trigger_error(') - ->subcompile($expr); - } else { - $varName = $compiler->getVarName(); - $compiler->write(sprintf('$%s = ', $varName)) - ->subcompile($expr) - ->raw(";\n") - ->write(sprintf('@trigger_error($%s', $varName)); - } - - $compiler - ->raw('.') - ->string(sprintf(' ("%s" at line %d).', $this->getTemplateName(), $this->getTemplateLine())) - ->raw(", E_USER_DEPRECATED);\n") - ; - } -} diff --git a/Sources/vendor/twig/twig/src/Node/DoNode.php b/Sources/vendor/twig/twig/src/Node/DoNode.php deleted file mode 100755 index f7783d19..00000000 --- a/Sources/vendor/twig/twig/src/Node/DoNode.php +++ /dev/null @@ -1,38 +0,0 @@ - - */ -class DoNode extends Node -{ - public function __construct(AbstractExpression $expr, int $lineno, string $tag = null) - { - parent::__construct(['expr' => $expr], [], $lineno, $tag); - } - - public function compile(Compiler $compiler): void - { - $compiler - ->addDebugInfo($this) - ->write('') - ->subcompile($this->getNode('expr')) - ->raw(";\n") - ; - } -} diff --git a/Sources/vendor/twig/twig/src/Node/EmbedNode.php b/Sources/vendor/twig/twig/src/Node/EmbedNode.php deleted file mode 100755 index 903c3f6c..00000000 --- a/Sources/vendor/twig/twig/src/Node/EmbedNode.php +++ /dev/null @@ -1,48 +0,0 @@ - - */ -class EmbedNode extends IncludeNode -{ - // we don't inject the module to avoid node visitors to traverse it twice (as it will be already visited in the main module) - public function __construct(string $name, int $index, ?AbstractExpression $variables, bool $only, bool $ignoreMissing, int $lineno, string $tag = null) - { - parent::__construct(new ConstantExpression('not_used', $lineno), $variables, $only, $ignoreMissing, $lineno, $tag); - - $this->setAttribute('name', $name); - $this->setAttribute('index', $index); - } - - protected function addGetTemplate(Compiler $compiler): void - { - $compiler - ->write('$this->loadTemplate(') - ->string($this->getAttribute('name')) - ->raw(', ') - ->repr($this->getTemplateName()) - ->raw(', ') - ->repr($this->getTemplateLine()) - ->raw(', ') - ->string($this->getAttribute('index')) - ->raw(')') - ; - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/AbstractExpression.php b/Sources/vendor/twig/twig/src/Node/Expression/AbstractExpression.php deleted file mode 100755 index 42da0559..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/AbstractExpression.php +++ /dev/null @@ -1,24 +0,0 @@ - - */ -abstract class AbstractExpression extends Node -{ -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/ArrayExpression.php b/Sources/vendor/twig/twig/src/Node/Expression/ArrayExpression.php deleted file mode 100755 index 44428380..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/ArrayExpression.php +++ /dev/null @@ -1,135 +0,0 @@ -index = -1; - foreach ($this->getKeyValuePairs() as $pair) { - if ($pair['key'] instanceof ConstantExpression && ctype_digit((string) $pair['key']->getAttribute('value')) && $pair['key']->getAttribute('value') > $this->index) { - $this->index = $pair['key']->getAttribute('value'); - } - } - } - - public function getKeyValuePairs(): array - { - $pairs = []; - foreach (array_chunk($this->nodes, 2) as $pair) { - $pairs[] = [ - 'key' => $pair[0], - 'value' => $pair[1], - ]; - } - - return $pairs; - } - - public function hasElement(AbstractExpression $key): bool - { - foreach ($this->getKeyValuePairs() as $pair) { - // we compare the string representation of the keys - // to avoid comparing the line numbers which are not relevant here. - if ((string) $key === (string) $pair['key']) { - return true; - } - } - - return false; - } - - public function addElement(AbstractExpression $value, AbstractExpression $key = null): void - { - if (null === $key) { - $key = new ConstantExpression(++$this->index, $value->getTemplateLine()); - } - - array_push($this->nodes, $key, $value); - } - - public function compile(Compiler $compiler): void - { - $keyValuePairs = $this->getKeyValuePairs(); - $needsArrayMergeSpread = \PHP_VERSION_ID < 80100 && $this->hasSpreadItem($keyValuePairs); - - if ($needsArrayMergeSpread) { - $compiler->raw('twig_array_merge('); - } - $compiler->raw('['); - $first = true; - $reopenAfterMergeSpread = false; - $nextIndex = 0; - foreach ($keyValuePairs as $pair) { - if ($reopenAfterMergeSpread) { - $compiler->raw(', ['); - $reopenAfterMergeSpread = false; - } - - if ($needsArrayMergeSpread && $pair['value']->hasAttribute('spread')) { - $compiler->raw('], ')->subcompile($pair['value']); - $first = true; - $reopenAfterMergeSpread = true; - continue; - } - if (!$first) { - $compiler->raw(', '); - } - $first = false; - - if ($pair['value']->hasAttribute('spread') && !$needsArrayMergeSpread) { - $compiler->raw('...')->subcompile($pair['value']); - ++$nextIndex; - } else { - $key = $pair['key'] instanceof ConstantExpression ? $pair['key']->getAttribute('value') : null; - - if ($nextIndex !== $key) { - if (\is_int($key)) { - $nextIndex = $key + 1; - } - $compiler - ->subcompile($pair['key']) - ->raw(' => ') - ; - } else { - ++$nextIndex; - } - - $compiler->subcompile($pair['value']); - } - } - if (!$reopenAfterMergeSpread) { - $compiler->raw(']'); - } - if ($needsArrayMergeSpread) { - $compiler->raw(')'); - } - } - - private function hasSpreadItem(array $pairs): bool - { - foreach ($pairs as $pair) { - if ($pair['value']->hasAttribute('spread')) { - return true; - } - } - - return false; - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/ArrowFunctionExpression.php b/Sources/vendor/twig/twig/src/Node/Expression/ArrowFunctionExpression.php deleted file mode 100755 index eaad03c9..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/ArrowFunctionExpression.php +++ /dev/null @@ -1,64 +0,0 @@ - - */ -class ArrowFunctionExpression extends AbstractExpression -{ - public function __construct(AbstractExpression $expr, Node $names, $lineno, $tag = null) - { - parent::__construct(['expr' => $expr, 'names' => $names], [], $lineno, $tag); - } - - public function compile(Compiler $compiler): void - { - $compiler - ->addDebugInfo($this) - ->raw('function (') - ; - foreach ($this->getNode('names') as $i => $name) { - if ($i) { - $compiler->raw(', '); - } - - $compiler - ->raw('$__') - ->raw($name->getAttribute('name')) - ->raw('__') - ; - } - $compiler - ->raw(') use ($context, $macros) { ') - ; - foreach ($this->getNode('names') as $name) { - $compiler - ->raw('$context["') - ->raw($name->getAttribute('name')) - ->raw('"] = $__') - ->raw($name->getAttribute('name')) - ->raw('__; ') - ; - } - $compiler - ->raw('return ') - ->subcompile($this->getNode('expr')) - ->raw('; }') - ; - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/AssignNameExpression.php b/Sources/vendor/twig/twig/src/Node/Expression/AssignNameExpression.php deleted file mode 100755 index 7dd1bc4a..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/AssignNameExpression.php +++ /dev/null @@ -1,27 +0,0 @@ -raw('$context[') - ->string($this->getAttribute('name')) - ->raw(']') - ; - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/Binary/AbstractBinary.php b/Sources/vendor/twig/twig/src/Node/Expression/Binary/AbstractBinary.php deleted file mode 100755 index c424e5cc..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/Binary/AbstractBinary.php +++ /dev/null @@ -1,42 +0,0 @@ - $left, 'right' => $right], [], $lineno); - } - - public function compile(Compiler $compiler): void - { - $compiler - ->raw('(') - ->subcompile($this->getNode('left')) - ->raw(' ') - ; - $this->operator($compiler); - $compiler - ->raw(' ') - ->subcompile($this->getNode('right')) - ->raw(')') - ; - } - - abstract public function operator(Compiler $compiler): Compiler; -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/Binary/AddBinary.php b/Sources/vendor/twig/twig/src/Node/Expression/Binary/AddBinary.php deleted file mode 100755 index ee4307e3..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/Binary/AddBinary.php +++ /dev/null @@ -1,23 +0,0 @@ -raw('+'); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/Binary/AndBinary.php b/Sources/vendor/twig/twig/src/Node/Expression/Binary/AndBinary.php deleted file mode 100755 index 5f2380da..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/Binary/AndBinary.php +++ /dev/null @@ -1,23 +0,0 @@ -raw('&&'); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/Binary/BitwiseAndBinary.php b/Sources/vendor/twig/twig/src/Node/Expression/Binary/BitwiseAndBinary.php deleted file mode 100755 index db7d6d61..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/Binary/BitwiseAndBinary.php +++ /dev/null @@ -1,23 +0,0 @@ -raw('&'); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/Binary/BitwiseOrBinary.php b/Sources/vendor/twig/twig/src/Node/Expression/Binary/BitwiseOrBinary.php deleted file mode 100755 index ce803dd9..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/Binary/BitwiseOrBinary.php +++ /dev/null @@ -1,23 +0,0 @@ -raw('|'); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/Binary/BitwiseXorBinary.php b/Sources/vendor/twig/twig/src/Node/Expression/Binary/BitwiseXorBinary.php deleted file mode 100755 index 5c297850..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/Binary/BitwiseXorBinary.php +++ /dev/null @@ -1,23 +0,0 @@ -raw('^'); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/Binary/ConcatBinary.php b/Sources/vendor/twig/twig/src/Node/Expression/Binary/ConcatBinary.php deleted file mode 100755 index f825ab87..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/Binary/ConcatBinary.php +++ /dev/null @@ -1,23 +0,0 @@ -raw('.'); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/Binary/DivBinary.php b/Sources/vendor/twig/twig/src/Node/Expression/Binary/DivBinary.php deleted file mode 100755 index e3817d1c..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/Binary/DivBinary.php +++ /dev/null @@ -1,23 +0,0 @@ -raw('/'); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/Binary/EndsWithBinary.php b/Sources/vendor/twig/twig/src/Node/Expression/Binary/EndsWithBinary.php deleted file mode 100755 index c3516b85..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/Binary/EndsWithBinary.php +++ /dev/null @@ -1,35 +0,0 @@ -getVarName(); - $right = $compiler->getVarName(); - $compiler - ->raw(sprintf('(is_string($%s = ', $left)) - ->subcompile($this->getNode('left')) - ->raw(sprintf(') && is_string($%s = ', $right)) - ->subcompile($this->getNode('right')) - ->raw(sprintf(') && (\'\' === $%2$s || $%2$s === substr($%1$s, -strlen($%2$s))))', $left, $right)) - ; - } - - public function operator(Compiler $compiler): Compiler - { - return $compiler->raw(''); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/Binary/EqualBinary.php b/Sources/vendor/twig/twig/src/Node/Expression/Binary/EqualBinary.php deleted file mode 100755 index 6b48549e..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/Binary/EqualBinary.php +++ /dev/null @@ -1,39 +0,0 @@ -= 80000) { - parent::compile($compiler); - - return; - } - - $compiler - ->raw('(0 === twig_compare(') - ->subcompile($this->getNode('left')) - ->raw(', ') - ->subcompile($this->getNode('right')) - ->raw('))') - ; - } - - public function operator(Compiler $compiler): Compiler - { - return $compiler->raw('=='); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/Binary/FloorDivBinary.php b/Sources/vendor/twig/twig/src/Node/Expression/Binary/FloorDivBinary.php deleted file mode 100755 index d7e7980e..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/Binary/FloorDivBinary.php +++ /dev/null @@ -1,29 +0,0 @@ -raw('(int) floor('); - parent::compile($compiler); - $compiler->raw(')'); - } - - public function operator(Compiler $compiler): Compiler - { - return $compiler->raw('/'); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/Binary/GreaterBinary.php b/Sources/vendor/twig/twig/src/Node/Expression/Binary/GreaterBinary.php deleted file mode 100755 index e1dd0678..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/Binary/GreaterBinary.php +++ /dev/null @@ -1,39 +0,0 @@ -= 80000) { - parent::compile($compiler); - - return; - } - - $compiler - ->raw('(1 === twig_compare(') - ->subcompile($this->getNode('left')) - ->raw(', ') - ->subcompile($this->getNode('right')) - ->raw('))') - ; - } - - public function operator(Compiler $compiler): Compiler - { - return $compiler->raw('>'); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/Binary/GreaterEqualBinary.php b/Sources/vendor/twig/twig/src/Node/Expression/Binary/GreaterEqualBinary.php deleted file mode 100755 index df9bfcfb..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/Binary/GreaterEqualBinary.php +++ /dev/null @@ -1,39 +0,0 @@ -= 80000) { - parent::compile($compiler); - - return; - } - - $compiler - ->raw('(0 <= twig_compare(') - ->subcompile($this->getNode('left')) - ->raw(', ') - ->subcompile($this->getNode('right')) - ->raw('))') - ; - } - - public function operator(Compiler $compiler): Compiler - { - return $compiler->raw('>='); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/Binary/HasEveryBinary.php b/Sources/vendor/twig/twig/src/Node/Expression/Binary/HasEveryBinary.php deleted file mode 100755 index adfabd44..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/Binary/HasEveryBinary.php +++ /dev/null @@ -1,33 +0,0 @@ -raw('twig_array_every($this->env, ') - ->subcompile($this->getNode('left')) - ->raw(', ') - ->subcompile($this->getNode('right')) - ->raw(')') - ; - } - - public function operator(Compiler $compiler): Compiler - { - return $compiler->raw(''); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/Binary/HasSomeBinary.php b/Sources/vendor/twig/twig/src/Node/Expression/Binary/HasSomeBinary.php deleted file mode 100755 index 270da369..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/Binary/HasSomeBinary.php +++ /dev/null @@ -1,33 +0,0 @@ -raw('twig_array_some($this->env, ') - ->subcompile($this->getNode('left')) - ->raw(', ') - ->subcompile($this->getNode('right')) - ->raw(')') - ; - } - - public function operator(Compiler $compiler): Compiler - { - return $compiler->raw(''); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/Binary/InBinary.php b/Sources/vendor/twig/twig/src/Node/Expression/Binary/InBinary.php deleted file mode 100755 index 6dbfa97f..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/Binary/InBinary.php +++ /dev/null @@ -1,33 +0,0 @@ -raw('twig_in_filter(') - ->subcompile($this->getNode('left')) - ->raw(', ') - ->subcompile($this->getNode('right')) - ->raw(')') - ; - } - - public function operator(Compiler $compiler): Compiler - { - return $compiler->raw('in'); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/Binary/LessBinary.php b/Sources/vendor/twig/twig/src/Node/Expression/Binary/LessBinary.php deleted file mode 100755 index 598e6291..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/Binary/LessBinary.php +++ /dev/null @@ -1,39 +0,0 @@ -= 80000) { - parent::compile($compiler); - - return; - } - - $compiler - ->raw('(-1 === twig_compare(') - ->subcompile($this->getNode('left')) - ->raw(', ') - ->subcompile($this->getNode('right')) - ->raw('))') - ; - } - - public function operator(Compiler $compiler): Compiler - { - return $compiler->raw('<'); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/Binary/LessEqualBinary.php b/Sources/vendor/twig/twig/src/Node/Expression/Binary/LessEqualBinary.php deleted file mode 100755 index e3c4af58..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/Binary/LessEqualBinary.php +++ /dev/null @@ -1,39 +0,0 @@ -= 80000) { - parent::compile($compiler); - - return; - } - - $compiler - ->raw('(0 >= twig_compare(') - ->subcompile($this->getNode('left')) - ->raw(', ') - ->subcompile($this->getNode('right')) - ->raw('))') - ; - } - - public function operator(Compiler $compiler): Compiler - { - return $compiler->raw('<='); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/Binary/MatchesBinary.php b/Sources/vendor/twig/twig/src/Node/Expression/Binary/MatchesBinary.php deleted file mode 100755 index a8bce6f4..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/Binary/MatchesBinary.php +++ /dev/null @@ -1,33 +0,0 @@ -raw('twig_matches(') - ->subcompile($this->getNode('right')) - ->raw(', ') - ->subcompile($this->getNode('left')) - ->raw(')') - ; - } - - public function operator(Compiler $compiler): Compiler - { - return $compiler->raw(''); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/Binary/ModBinary.php b/Sources/vendor/twig/twig/src/Node/Expression/Binary/ModBinary.php deleted file mode 100755 index 271b45ca..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/Binary/ModBinary.php +++ /dev/null @@ -1,23 +0,0 @@ -raw('%'); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/Binary/MulBinary.php b/Sources/vendor/twig/twig/src/Node/Expression/Binary/MulBinary.php deleted file mode 100755 index 6d4c1e0b..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/Binary/MulBinary.php +++ /dev/null @@ -1,23 +0,0 @@ -raw('*'); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/Binary/NotEqualBinary.php b/Sources/vendor/twig/twig/src/Node/Expression/Binary/NotEqualBinary.php deleted file mode 100755 index db47a289..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/Binary/NotEqualBinary.php +++ /dev/null @@ -1,39 +0,0 @@ -= 80000) { - parent::compile($compiler); - - return; - } - - $compiler - ->raw('(0 !== twig_compare(') - ->subcompile($this->getNode('left')) - ->raw(', ') - ->subcompile($this->getNode('right')) - ->raw('))') - ; - } - - public function operator(Compiler $compiler): Compiler - { - return $compiler->raw('!='); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/Binary/NotInBinary.php b/Sources/vendor/twig/twig/src/Node/Expression/Binary/NotInBinary.php deleted file mode 100755 index fcba6cca..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/Binary/NotInBinary.php +++ /dev/null @@ -1,33 +0,0 @@ -raw('!twig_in_filter(') - ->subcompile($this->getNode('left')) - ->raw(', ') - ->subcompile($this->getNode('right')) - ->raw(')') - ; - } - - public function operator(Compiler $compiler): Compiler - { - return $compiler->raw('not in'); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/Binary/OrBinary.php b/Sources/vendor/twig/twig/src/Node/Expression/Binary/OrBinary.php deleted file mode 100755 index 21f87c91..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/Binary/OrBinary.php +++ /dev/null @@ -1,23 +0,0 @@ -raw('||'); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/Binary/PowerBinary.php b/Sources/vendor/twig/twig/src/Node/Expression/Binary/PowerBinary.php deleted file mode 100755 index c9f4c669..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/Binary/PowerBinary.php +++ /dev/null @@ -1,22 +0,0 @@ -raw('**'); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/Binary/RangeBinary.php b/Sources/vendor/twig/twig/src/Node/Expression/Binary/RangeBinary.php deleted file mode 100755 index 55982c81..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/Binary/RangeBinary.php +++ /dev/null @@ -1,33 +0,0 @@ -raw('range(') - ->subcompile($this->getNode('left')) - ->raw(', ') - ->subcompile($this->getNode('right')) - ->raw(')') - ; - } - - public function operator(Compiler $compiler): Compiler - { - return $compiler->raw('..'); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/Binary/SpaceshipBinary.php b/Sources/vendor/twig/twig/src/Node/Expression/Binary/SpaceshipBinary.php deleted file mode 100755 index ae5a4a49..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/Binary/SpaceshipBinary.php +++ /dev/null @@ -1,22 +0,0 @@ -raw('<=>'); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/Binary/StartsWithBinary.php b/Sources/vendor/twig/twig/src/Node/Expression/Binary/StartsWithBinary.php deleted file mode 100755 index d0df1c4b..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/Binary/StartsWithBinary.php +++ /dev/null @@ -1,35 +0,0 @@ -getVarName(); - $right = $compiler->getVarName(); - $compiler - ->raw(sprintf('(is_string($%s = ', $left)) - ->subcompile($this->getNode('left')) - ->raw(sprintf(') && is_string($%s = ', $right)) - ->subcompile($this->getNode('right')) - ->raw(sprintf(') && (\'\' === $%2$s || 0 === strpos($%1$s, $%2$s)))', $left, $right)) - ; - } - - public function operator(Compiler $compiler): Compiler - { - return $compiler->raw(''); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/Binary/SubBinary.php b/Sources/vendor/twig/twig/src/Node/Expression/Binary/SubBinary.php deleted file mode 100755 index eeb87fac..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/Binary/SubBinary.php +++ /dev/null @@ -1,23 +0,0 @@ -raw('-'); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/BlockReferenceExpression.php b/Sources/vendor/twig/twig/src/Node/Expression/BlockReferenceExpression.php deleted file mode 100755 index b1e2a8f7..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/BlockReferenceExpression.php +++ /dev/null @@ -1,86 +0,0 @@ - - */ -class BlockReferenceExpression extends AbstractExpression -{ - public function __construct(Node $name, ?Node $template, int $lineno, string $tag = null) - { - $nodes = ['name' => $name]; - if (null !== $template) { - $nodes['template'] = $template; - } - - parent::__construct($nodes, ['is_defined_test' => false, 'output' => false], $lineno, $tag); - } - - public function compile(Compiler $compiler): void - { - if ($this->getAttribute('is_defined_test')) { - $this->compileTemplateCall($compiler, 'hasBlock'); - } else { - if ($this->getAttribute('output')) { - $compiler->addDebugInfo($this); - - $this - ->compileTemplateCall($compiler, 'displayBlock') - ->raw(";\n"); - } else { - $this->compileTemplateCall($compiler, 'renderBlock'); - } - } - } - - private function compileTemplateCall(Compiler $compiler, string $method): Compiler - { - if (!$this->hasNode('template')) { - $compiler->write('$this'); - } else { - $compiler - ->write('$this->loadTemplate(') - ->subcompile($this->getNode('template')) - ->raw(', ') - ->repr($this->getTemplateName()) - ->raw(', ') - ->repr($this->getTemplateLine()) - ->raw(')') - ; - } - - $compiler->raw(sprintf('->%s', $method)); - - return $this->compileBlockArguments($compiler); - } - - private function compileBlockArguments(Compiler $compiler): Compiler - { - $compiler - ->raw('(') - ->subcompile($this->getNode('name')) - ->raw(', $context'); - - if (!$this->hasNode('template')) { - $compiler->raw(', $blocks'); - } - - return $compiler->raw(')'); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/CallExpression.php b/Sources/vendor/twig/twig/src/Node/Expression/CallExpression.php deleted file mode 100755 index 11a6b1ab..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/CallExpression.php +++ /dev/null @@ -1,321 +0,0 @@ -getAttribute('callable'); - - if (\is_string($callable) && false === strpos($callable, '::')) { - $compiler->raw($callable); - } else { - [$r, $callable] = $this->reflectCallable($callable); - - if (\is_string($callable)) { - $compiler->raw($callable); - } elseif (\is_array($callable) && \is_string($callable[0])) { - if (!$r instanceof \ReflectionMethod || $r->isStatic()) { - $compiler->raw(sprintf('%s::%s', $callable[0], $callable[1])); - } else { - $compiler->raw(sprintf('$this->env->getRuntime(\'%s\')->%s', $callable[0], $callable[1])); - } - } elseif (\is_array($callable) && $callable[0] instanceof ExtensionInterface) { - $class = \get_class($callable[0]); - if (!$compiler->getEnvironment()->hasExtension($class)) { - // Compile a non-optimized call to trigger a \Twig\Error\RuntimeError, which cannot be a compile-time error - $compiler->raw(sprintf('$this->env->getExtension(\'%s\')', $class)); - } else { - $compiler->raw(sprintf('$this->extensions[\'%s\']', ltrim($class, '\\'))); - } - - $compiler->raw(sprintf('->%s', $callable[1])); - } else { - $compiler->raw(sprintf('$this->env->get%s(\'%s\')->getCallable()', ucfirst($this->getAttribute('type')), $this->getAttribute('name'))); - } - } - - $this->compileArguments($compiler); - } - - protected function compileArguments(Compiler $compiler, $isArray = false): void - { - $compiler->raw($isArray ? '[' : '('); - - $first = true; - - if ($this->hasAttribute('needs_environment') && $this->getAttribute('needs_environment')) { - $compiler->raw('$this->env'); - $first = false; - } - - if ($this->hasAttribute('needs_context') && $this->getAttribute('needs_context')) { - if (!$first) { - $compiler->raw(', '); - } - $compiler->raw('$context'); - $first = false; - } - - if ($this->hasAttribute('arguments')) { - foreach ($this->getAttribute('arguments') as $argument) { - if (!$first) { - $compiler->raw(', '); - } - $compiler->string($argument); - $first = false; - } - } - - if ($this->hasNode('node')) { - if (!$first) { - $compiler->raw(', '); - } - $compiler->subcompile($this->getNode('node')); - $first = false; - } - - if ($this->hasNode('arguments')) { - $callable = $this->getAttribute('callable'); - $arguments = $this->getArguments($callable, $this->getNode('arguments')); - foreach ($arguments as $node) { - if (!$first) { - $compiler->raw(', '); - } - $compiler->subcompile($node); - $first = false; - } - } - - $compiler->raw($isArray ? ']' : ')'); - } - - protected function getArguments($callable, $arguments) - { - $callType = $this->getAttribute('type'); - $callName = $this->getAttribute('name'); - - $parameters = []; - $named = false; - foreach ($arguments as $name => $node) { - if (!\is_int($name)) { - $named = true; - $name = $this->normalizeName($name); - } elseif ($named) { - throw new SyntaxError(sprintf('Positional arguments cannot be used after named arguments for %s "%s".', $callType, $callName), $this->getTemplateLine(), $this->getSourceContext()); - } - - $parameters[$name] = $node; - } - - $isVariadic = $this->hasAttribute('is_variadic') && $this->getAttribute('is_variadic'); - if (!$named && !$isVariadic) { - return $parameters; - } - - if (!$callable) { - if ($named) { - $message = sprintf('Named arguments are not supported for %s "%s".', $callType, $callName); - } else { - $message = sprintf('Arbitrary positional arguments are not supported for %s "%s".', $callType, $callName); - } - - throw new \LogicException($message); - } - - list($callableParameters, $isPhpVariadic) = $this->getCallableParameters($callable, $isVariadic); - $arguments = []; - $names = []; - $missingArguments = []; - $optionalArguments = []; - $pos = 0; - foreach ($callableParameters as $callableParameter) { - $name = $this->normalizeName($callableParameter->name); - if (\PHP_VERSION_ID >= 80000 && 'range' === $callable) { - if ('start' === $name) { - $name = 'low'; - } elseif ('end' === $name) { - $name = 'high'; - } - } - - $names[] = $name; - - if (\array_key_exists($name, $parameters)) { - if (\array_key_exists($pos, $parameters)) { - throw new SyntaxError(sprintf('Argument "%s" is defined twice for %s "%s".', $name, $callType, $callName), $this->getTemplateLine(), $this->getSourceContext()); - } - - if (\count($missingArguments)) { - throw new SyntaxError(sprintf( - 'Argument "%s" could not be assigned for %s "%s(%s)" because it is mapped to an internal PHP function which cannot determine default value for optional argument%s "%s".', - $name, $callType, $callName, implode(', ', $names), \count($missingArguments) > 1 ? 's' : '', implode('", "', $missingArguments) - ), $this->getTemplateLine(), $this->getSourceContext()); - } - - $arguments = array_merge($arguments, $optionalArguments); - $arguments[] = $parameters[$name]; - unset($parameters[$name]); - $optionalArguments = []; - } elseif (\array_key_exists($pos, $parameters)) { - $arguments = array_merge($arguments, $optionalArguments); - $arguments[] = $parameters[$pos]; - unset($parameters[$pos]); - $optionalArguments = []; - ++$pos; - } elseif ($callableParameter->isDefaultValueAvailable()) { - $optionalArguments[] = new ConstantExpression($callableParameter->getDefaultValue(), -1); - } elseif ($callableParameter->isOptional()) { - if (empty($parameters)) { - break; - } else { - $missingArguments[] = $name; - } - } else { - throw new SyntaxError(sprintf('Value for argument "%s" is required for %s "%s".', $name, $callType, $callName), $this->getTemplateLine(), $this->getSourceContext()); - } - } - - if ($isVariadic) { - $arbitraryArguments = $isPhpVariadic ? new VariadicExpression([], -1) : new ArrayExpression([], -1); - foreach ($parameters as $key => $value) { - if (\is_int($key)) { - $arbitraryArguments->addElement($value); - } else { - $arbitraryArguments->addElement($value, new ConstantExpression($key, -1)); - } - unset($parameters[$key]); - } - - if ($arbitraryArguments->count()) { - $arguments = array_merge($arguments, $optionalArguments); - $arguments[] = $arbitraryArguments; - } - } - - if (!empty($parameters)) { - $unknownParameter = null; - foreach ($parameters as $parameter) { - if ($parameter instanceof Node) { - $unknownParameter = $parameter; - break; - } - } - - throw new SyntaxError( - sprintf( - 'Unknown argument%s "%s" for %s "%s(%s)".', - \count($parameters) > 1 ? 's' : '', implode('", "', array_keys($parameters)), $callType, $callName, implode(', ', $names) - ), - $unknownParameter ? $unknownParameter->getTemplateLine() : $this->getTemplateLine(), - $unknownParameter ? $unknownParameter->getSourceContext() : $this->getSourceContext() - ); - } - - return $arguments; - } - - protected function normalizeName(string $name): string - { - return strtolower(preg_replace(['/([A-Z]+)([A-Z][a-z])/', '/([a-z\d])([A-Z])/'], ['\\1_\\2', '\\1_\\2'], $name)); - } - - private function getCallableParameters($callable, bool $isVariadic): array - { - [$r, , $callableName] = $this->reflectCallable($callable); - - $parameters = $r->getParameters(); - if ($this->hasNode('node')) { - array_shift($parameters); - } - if ($this->hasAttribute('needs_environment') && $this->getAttribute('needs_environment')) { - array_shift($parameters); - } - if ($this->hasAttribute('needs_context') && $this->getAttribute('needs_context')) { - array_shift($parameters); - } - if ($this->hasAttribute('arguments') && null !== $this->getAttribute('arguments')) { - foreach ($this->getAttribute('arguments') as $argument) { - array_shift($parameters); - } - } - $isPhpVariadic = false; - if ($isVariadic) { - $argument = end($parameters); - $isArray = $argument && $argument->hasType() && 'array' === $argument->getType()->getName(); - if ($isArray && $argument->isDefaultValueAvailable() && [] === $argument->getDefaultValue()) { - array_pop($parameters); - } elseif ($argument && $argument->isVariadic()) { - array_pop($parameters); - $isPhpVariadic = true; - } else { - throw new \LogicException(sprintf('The last parameter of "%s" for %s "%s" must be an array with default value, eg. "array $arg = []".', $callableName, $this->getAttribute('type'), $this->getAttribute('name'))); - } - } - - return [$parameters, $isPhpVariadic]; - } - - private function reflectCallable($callable) - { - if (null !== $this->reflector) { - return $this->reflector; - } - - if (\is_string($callable) && false !== $pos = strpos($callable, '::')) { - $callable = [substr($callable, 0, $pos), substr($callable, 2 + $pos)]; - } - - if (\is_array($callable) && method_exists($callable[0], $callable[1])) { - $r = new \ReflectionMethod($callable[0], $callable[1]); - - return $this->reflector = [$r, $callable, $r->class.'::'.$r->name]; - } - - $checkVisibility = $callable instanceof \Closure; - try { - $closure = \Closure::fromCallable($callable); - } catch (\TypeError $e) { - throw new \LogicException(sprintf('Callback for %s "%s" is not callable in the current scope.', $this->getAttribute('type'), $this->getAttribute('name')), 0, $e); - } - $r = new \ReflectionFunction($closure); - - if (false !== strpos($r->name, '{closure}')) { - return $this->reflector = [$r, $callable, 'Closure']; - } - - if ($object = $r->getClosureThis()) { - $callable = [$object, $r->name]; - $callableName = (\function_exists('get_debug_type') ? get_debug_type($object) : \get_class($object)).'::'.$r->name; - } elseif (\PHP_VERSION_ID >= 80111 && $class = $r->getClosureCalledClass()) { - $callableName = $class->name.'::'.$r->name; - } elseif (\PHP_VERSION_ID < 80111 && $class = $r->getClosureScopeClass()) { - $callableName = (\is_array($callable) ? $callable[0] : $class->name).'::'.$r->name; - } else { - $callable = $callableName = $r->name; - } - - if ($checkVisibility && \is_array($callable) && method_exists(...$callable) && !(new \ReflectionMethod(...$callable))->isPublic()) { - $callable = $r->getClosure(); - } - - return $this->reflector = [$r, $callable, $callableName]; - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/ConditionalExpression.php b/Sources/vendor/twig/twig/src/Node/Expression/ConditionalExpression.php deleted file mode 100755 index 2c7bd0a2..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/ConditionalExpression.php +++ /dev/null @@ -1,36 +0,0 @@ - $expr1, 'expr2' => $expr2, 'expr3' => $expr3], [], $lineno); - } - - public function compile(Compiler $compiler): void - { - $compiler - ->raw('((') - ->subcompile($this->getNode('expr1')) - ->raw(') ? (') - ->subcompile($this->getNode('expr2')) - ->raw(') : (') - ->subcompile($this->getNode('expr3')) - ->raw('))') - ; - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/ConstantExpression.php b/Sources/vendor/twig/twig/src/Node/Expression/ConstantExpression.php deleted file mode 100755 index 7ddbcc6f..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/ConstantExpression.php +++ /dev/null @@ -1,28 +0,0 @@ - $value], $lineno); - } - - public function compile(Compiler $compiler): void - { - $compiler->repr($this->getAttribute('value')); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/Filter/DefaultFilter.php b/Sources/vendor/twig/twig/src/Node/Expression/Filter/DefaultFilter.php deleted file mode 100755 index 6a572d48..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/Filter/DefaultFilter.php +++ /dev/null @@ -1,52 +0,0 @@ - - */ -class DefaultFilter extends FilterExpression -{ - public function __construct(Node $node, ConstantExpression $filterName, Node $arguments, int $lineno, string $tag = null) - { - $default = new FilterExpression($node, new ConstantExpression('default', $node->getTemplateLine()), $arguments, $node->getTemplateLine()); - - if ('default' === $filterName->getAttribute('value') && ($node instanceof NameExpression || $node instanceof GetAttrExpression)) { - $test = new DefinedTest(clone $node, 'defined', new Node(), $node->getTemplateLine()); - $false = \count($arguments) ? $arguments->getNode(0) : new ConstantExpression('', $node->getTemplateLine()); - - $node = new ConditionalExpression($test, $default, $false, $node->getTemplateLine()); - } else { - $node = $default; - } - - parent::__construct($node, $filterName, $arguments, $lineno, $tag); - } - - public function compile(Compiler $compiler): void - { - $compiler->subcompile($this->getNode('node')); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/FilterExpression.php b/Sources/vendor/twig/twig/src/Node/Expression/FilterExpression.php deleted file mode 100755 index 0fc15886..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/FilterExpression.php +++ /dev/null @@ -1,40 +0,0 @@ - $node, 'filter' => $filterName, 'arguments' => $arguments], [], $lineno, $tag); - } - - public function compile(Compiler $compiler): void - { - $name = $this->getNode('filter')->getAttribute('value'); - $filter = $compiler->getEnvironment()->getFilter($name); - - $this->setAttribute('name', $name); - $this->setAttribute('type', 'filter'); - $this->setAttribute('needs_environment', $filter->needsEnvironment()); - $this->setAttribute('needs_context', $filter->needsContext()); - $this->setAttribute('arguments', $filter->getArguments()); - $this->setAttribute('callable', $filter->getCallable()); - $this->setAttribute('is_variadic', $filter->isVariadic()); - - $this->compileCallable($compiler); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/FunctionExpression.php b/Sources/vendor/twig/twig/src/Node/Expression/FunctionExpression.php deleted file mode 100755 index 71269775..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/FunctionExpression.php +++ /dev/null @@ -1,43 +0,0 @@ - $arguments], ['name' => $name, 'is_defined_test' => false], $lineno); - } - - public function compile(Compiler $compiler) - { - $name = $this->getAttribute('name'); - $function = $compiler->getEnvironment()->getFunction($name); - - $this->setAttribute('name', $name); - $this->setAttribute('type', 'function'); - $this->setAttribute('needs_environment', $function->needsEnvironment()); - $this->setAttribute('needs_context', $function->needsContext()); - $this->setAttribute('arguments', $function->getArguments()); - $callable = $function->getCallable(); - if ('constant' === $name && $this->getAttribute('is_defined_test')) { - $callable = 'twig_constant_is_defined'; - } - $this->setAttribute('callable', $callable); - $this->setAttribute('is_variadic', $function->isVariadic()); - - $this->compileCallable($compiler); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/GetAttrExpression.php b/Sources/vendor/twig/twig/src/Node/Expression/GetAttrExpression.php deleted file mode 100755 index e6a75ce9..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/GetAttrExpression.php +++ /dev/null @@ -1,87 +0,0 @@ - $node, 'attribute' => $attribute]; - if (null !== $arguments) { - $nodes['arguments'] = $arguments; - } - - parent::__construct($nodes, ['type' => $type, 'is_defined_test' => false, 'ignore_strict_check' => false, 'optimizable' => true], $lineno); - } - - public function compile(Compiler $compiler): void - { - $env = $compiler->getEnvironment(); - - // optimize array calls - if ( - $this->getAttribute('optimizable') - && (!$env->isStrictVariables() || $this->getAttribute('ignore_strict_check')) - && !$this->getAttribute('is_defined_test') - && Template::ARRAY_CALL === $this->getAttribute('type') - ) { - $var = '$'.$compiler->getVarName(); - $compiler - ->raw('(('.$var.' = ') - ->subcompile($this->getNode('node')) - ->raw(') && is_array(') - ->raw($var) - ->raw(') || ') - ->raw($var) - ->raw(' instanceof ArrayAccess ? (') - ->raw($var) - ->raw('[') - ->subcompile($this->getNode('attribute')) - ->raw('] ?? null) : null)') - ; - - return; - } - - $compiler->raw('twig_get_attribute($this->env, $this->source, '); - - if ($this->getAttribute('ignore_strict_check')) { - $this->getNode('node')->setAttribute('ignore_strict_check', true); - } - - $compiler - ->subcompile($this->getNode('node')) - ->raw(', ') - ->subcompile($this->getNode('attribute')) - ; - - if ($this->hasNode('arguments')) { - $compiler->raw(', ')->subcompile($this->getNode('arguments')); - } else { - $compiler->raw(', []'); - } - - $compiler->raw(', ') - ->repr($this->getAttribute('type')) - ->raw(', ')->repr($this->getAttribute('is_defined_test')) - ->raw(', ')->repr($this->getAttribute('ignore_strict_check')) - ->raw(', ')->repr($env->hasExtension(SandboxExtension::class)) - ->raw(', ')->repr($this->getNode('node')->getTemplateLine()) - ->raw(')') - ; - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/InlinePrint.php b/Sources/vendor/twig/twig/src/Node/Expression/InlinePrint.php deleted file mode 100755 index 1ad4751e..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/InlinePrint.php +++ /dev/null @@ -1,35 +0,0 @@ - $node], [], $lineno); - } - - public function compile(Compiler $compiler): void - { - $compiler - ->raw('print (') - ->subcompile($this->getNode('node')) - ->raw(')') - ; - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/MethodCallExpression.php b/Sources/vendor/twig/twig/src/Node/Expression/MethodCallExpression.php deleted file mode 100755 index d5ec0b6e..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/MethodCallExpression.php +++ /dev/null @@ -1,62 +0,0 @@ - $node, 'arguments' => $arguments], ['method' => $method, 'safe' => false, 'is_defined_test' => false], $lineno); - - if ($node instanceof NameExpression) { - $node->setAttribute('always_defined', true); - } - } - - public function compile(Compiler $compiler): void - { - if ($this->getAttribute('is_defined_test')) { - $compiler - ->raw('method_exists($macros[') - ->repr($this->getNode('node')->getAttribute('name')) - ->raw('], ') - ->repr($this->getAttribute('method')) - ->raw(')') - ; - - return; - } - - $compiler - ->raw('twig_call_macro($macros[') - ->repr($this->getNode('node')->getAttribute('name')) - ->raw('], ') - ->repr($this->getAttribute('method')) - ->raw(', [') - ; - $first = true; - foreach ($this->getNode('arguments')->getKeyValuePairs() as $pair) { - if (!$first) { - $compiler->raw(', '); - } - $first = false; - - $compiler->subcompile($pair['value']); - } - $compiler - ->raw('], ') - ->repr($this->getTemplateLine()) - ->raw(', $context, $this->getSourceContext())'); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/NameExpression.php b/Sources/vendor/twig/twig/src/Node/Expression/NameExpression.php deleted file mode 100755 index c3563f01..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/NameExpression.php +++ /dev/null @@ -1,97 +0,0 @@ - '$this->getTemplateName()', - '_context' => '$context', - '_charset' => '$this->env->getCharset()', - ]; - - public function __construct(string $name, int $lineno) - { - parent::__construct([], ['name' => $name, 'is_defined_test' => false, 'ignore_strict_check' => false, 'always_defined' => false], $lineno); - } - - public function compile(Compiler $compiler): void - { - $name = $this->getAttribute('name'); - - $compiler->addDebugInfo($this); - - if ($this->getAttribute('is_defined_test')) { - if ($this->isSpecial()) { - $compiler->repr(true); - } elseif (\PHP_VERSION_ID >= 70400) { - $compiler - ->raw('array_key_exists(') - ->string($name) - ->raw(', $context)') - ; - } else { - $compiler - ->raw('(isset($context[') - ->string($name) - ->raw(']) || array_key_exists(') - ->string($name) - ->raw(', $context))') - ; - } - } elseif ($this->isSpecial()) { - $compiler->raw($this->specialVars[$name]); - } elseif ($this->getAttribute('always_defined')) { - $compiler - ->raw('$context[') - ->string($name) - ->raw(']') - ; - } else { - if ($this->getAttribute('ignore_strict_check') || !$compiler->getEnvironment()->isStrictVariables()) { - $compiler - ->raw('($context[') - ->string($name) - ->raw('] ?? null)') - ; - } else { - $compiler - ->raw('(isset($context[') - ->string($name) - ->raw(']) || array_key_exists(') - ->string($name) - ->raw(', $context) ? $context[') - ->string($name) - ->raw('] : (function () { throw new RuntimeError(\'Variable ') - ->string($name) - ->raw(' does not exist.\', ') - ->repr($this->lineno) - ->raw(', $this->source); })()') - ->raw(')') - ; - } - } - } - - public function isSpecial() - { - return isset($this->specialVars[$this->getAttribute('name')]); - } - - public function isSimple() - { - return !$this->isSpecial() && !$this->getAttribute('is_defined_test'); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/NullCoalesceExpression.php b/Sources/vendor/twig/twig/src/Node/Expression/NullCoalesceExpression.php deleted file mode 100755 index a72bc4fc..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/NullCoalesceExpression.php +++ /dev/null @@ -1,60 +0,0 @@ -getTemplateLine()); - // for "block()", we don't need the null test as the return value is always a string - if (!$left instanceof BlockReferenceExpression) { - $test = new AndBinary( - $test, - new NotUnary(new NullTest($left, 'null', new Node(), $left->getTemplateLine()), $left->getTemplateLine()), - $left->getTemplateLine() - ); - } - - parent::__construct($test, $left, $right, $lineno); - } - - public function compile(Compiler $compiler): void - { - /* - * This optimizes only one case. PHP 7 also supports more complex expressions - * that can return null. So, for instance, if log is defined, log("foo") ?? "..." works, - * but log($a["foo"]) ?? "..." does not if $a["foo"] is not defined. More advanced - * cases might be implemented as an optimizer node visitor, but has not been done - * as benefits are probably not worth the added complexity. - */ - if ($this->getNode('expr2') instanceof NameExpression) { - $this->getNode('expr2')->setAttribute('always_defined', true); - $compiler - ->raw('((') - ->subcompile($this->getNode('expr2')) - ->raw(') ?? (') - ->subcompile($this->getNode('expr3')) - ->raw('))') - ; - } else { - parent::compile($compiler); - } - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/ParentExpression.php b/Sources/vendor/twig/twig/src/Node/Expression/ParentExpression.php deleted file mode 100755 index 25491971..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/ParentExpression.php +++ /dev/null @@ -1,46 +0,0 @@ - - */ -class ParentExpression extends AbstractExpression -{ - public function __construct(string $name, int $lineno, string $tag = null) - { - parent::__construct([], ['output' => false, 'name' => $name], $lineno, $tag); - } - - public function compile(Compiler $compiler): void - { - if ($this->getAttribute('output')) { - $compiler - ->addDebugInfo($this) - ->write('$this->displayParentBlock(') - ->string($this->getAttribute('name')) - ->raw(", \$context, \$blocks);\n") - ; - } else { - $compiler - ->raw('$this->renderParentBlock(') - ->string($this->getAttribute('name')) - ->raw(', $context, $blocks)') - ; - } - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/TempNameExpression.php b/Sources/vendor/twig/twig/src/Node/Expression/TempNameExpression.php deleted file mode 100755 index 004c704a..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/TempNameExpression.php +++ /dev/null @@ -1,31 +0,0 @@ - $name], $lineno); - } - - public function compile(Compiler $compiler): void - { - $compiler - ->raw('$_') - ->raw($this->getAttribute('name')) - ->raw('_') - ; - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/Test/ConstantTest.php b/Sources/vendor/twig/twig/src/Node/Expression/Test/ConstantTest.php deleted file mode 100755 index 57e9319d..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/Test/ConstantTest.php +++ /dev/null @@ -1,49 +0,0 @@ - - */ -class ConstantTest extends TestExpression -{ - public function compile(Compiler $compiler): void - { - $compiler - ->raw('(') - ->subcompile($this->getNode('node')) - ->raw(' === constant(') - ; - - if ($this->getNode('arguments')->hasNode(1)) { - $compiler - ->raw('get_class(') - ->subcompile($this->getNode('arguments')->getNode(1)) - ->raw(')."::".') - ; - } - - $compiler - ->subcompile($this->getNode('arguments')->getNode(0)) - ->raw('))') - ; - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/Test/DefinedTest.php b/Sources/vendor/twig/twig/src/Node/Expression/Test/DefinedTest.php deleted file mode 100755 index 3953bbbe..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/Test/DefinedTest.php +++ /dev/null @@ -1,74 +0,0 @@ - - */ -class DefinedTest extends TestExpression -{ - public function __construct(Node $node, string $name, ?Node $arguments, int $lineno) - { - if ($node instanceof NameExpression) { - $node->setAttribute('is_defined_test', true); - } elseif ($node instanceof GetAttrExpression) { - $node->setAttribute('is_defined_test', true); - $this->changeIgnoreStrictCheck($node); - } elseif ($node instanceof BlockReferenceExpression) { - $node->setAttribute('is_defined_test', true); - } elseif ($node instanceof FunctionExpression && 'constant' === $node->getAttribute('name')) { - $node->setAttribute('is_defined_test', true); - } elseif ($node instanceof ConstantExpression || $node instanceof ArrayExpression) { - $node = new ConstantExpression(true, $node->getTemplateLine()); - } elseif ($node instanceof MethodCallExpression) { - $node->setAttribute('is_defined_test', true); - } else { - throw new SyntaxError('The "defined" test only works with simple variables.', $lineno); - } - - parent::__construct($node, $name, $arguments, $lineno); - } - - private function changeIgnoreStrictCheck(GetAttrExpression $node) - { - $node->setAttribute('optimizable', false); - $node->setAttribute('ignore_strict_check', true); - - if ($node->getNode('node') instanceof GetAttrExpression) { - $this->changeIgnoreStrictCheck($node->getNode('node')); - } - } - - public function compile(Compiler $compiler): void - { - $compiler->subcompile($this->getNode('node')); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/Test/DivisiblebyTest.php b/Sources/vendor/twig/twig/src/Node/Expression/Test/DivisiblebyTest.php deleted file mode 100755 index 4cb3ee09..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/Test/DivisiblebyTest.php +++ /dev/null @@ -1,36 +0,0 @@ - - */ -class DivisiblebyTest extends TestExpression -{ - public function compile(Compiler $compiler): void - { - $compiler - ->raw('(0 == ') - ->subcompile($this->getNode('node')) - ->raw(' % ') - ->subcompile($this->getNode('arguments')->getNode(0)) - ->raw(')') - ; - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/Test/EvenTest.php b/Sources/vendor/twig/twig/src/Node/Expression/Test/EvenTest.php deleted file mode 100755 index a0e3ed62..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/Test/EvenTest.php +++ /dev/null @@ -1,35 +0,0 @@ - - */ -class EvenTest extends TestExpression -{ - public function compile(Compiler $compiler): void - { - $compiler - ->raw('(') - ->subcompile($this->getNode('node')) - ->raw(' % 2 == 0') - ->raw(')') - ; - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/Test/NullTest.php b/Sources/vendor/twig/twig/src/Node/Expression/Test/NullTest.php deleted file mode 100755 index 45b54ae3..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/Test/NullTest.php +++ /dev/null @@ -1,34 +0,0 @@ - - */ -class NullTest extends TestExpression -{ - public function compile(Compiler $compiler): void - { - $compiler - ->raw('(null === ') - ->subcompile($this->getNode('node')) - ->raw(')') - ; - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/Test/OddTest.php b/Sources/vendor/twig/twig/src/Node/Expression/Test/OddTest.php deleted file mode 100755 index d56c7111..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/Test/OddTest.php +++ /dev/null @@ -1,35 +0,0 @@ - - */ -class OddTest extends TestExpression -{ - public function compile(Compiler $compiler): void - { - $compiler - ->raw('(') - ->subcompile($this->getNode('node')) - ->raw(' % 2 != 0') - ->raw(')') - ; - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/Test/SameasTest.php b/Sources/vendor/twig/twig/src/Node/Expression/Test/SameasTest.php deleted file mode 100755 index c96d2bc0..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/Test/SameasTest.php +++ /dev/null @@ -1,34 +0,0 @@ - - */ -class SameasTest extends TestExpression -{ - public function compile(Compiler $compiler): void - { - $compiler - ->raw('(') - ->subcompile($this->getNode('node')) - ->raw(' === ') - ->subcompile($this->getNode('arguments')->getNode(0)) - ->raw(')') - ; - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/TestExpression.php b/Sources/vendor/twig/twig/src/Node/Expression/TestExpression.php deleted file mode 100755 index e518bd8f..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/TestExpression.php +++ /dev/null @@ -1,42 +0,0 @@ - $node]; - if (null !== $arguments) { - $nodes['arguments'] = $arguments; - } - - parent::__construct($nodes, ['name' => $name], $lineno); - } - - public function compile(Compiler $compiler): void - { - $name = $this->getAttribute('name'); - $test = $compiler->getEnvironment()->getTest($name); - - $this->setAttribute('name', $name); - $this->setAttribute('type', 'test'); - $this->setAttribute('arguments', $test->getArguments()); - $this->setAttribute('callable', $test->getCallable()); - $this->setAttribute('is_variadic', $test->isVariadic()); - - $this->compileCallable($compiler); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/Unary/AbstractUnary.php b/Sources/vendor/twig/twig/src/Node/Expression/Unary/AbstractUnary.php deleted file mode 100755 index e31e3f84..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/Unary/AbstractUnary.php +++ /dev/null @@ -1,34 +0,0 @@ - $node], [], $lineno); - } - - public function compile(Compiler $compiler): void - { - $compiler->raw(' '); - $this->operator($compiler); - $compiler->subcompile($this->getNode('node')); - } - - abstract public function operator(Compiler $compiler): Compiler; -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/Unary/NegUnary.php b/Sources/vendor/twig/twig/src/Node/Expression/Unary/NegUnary.php deleted file mode 100755 index dc2f2350..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/Unary/NegUnary.php +++ /dev/null @@ -1,23 +0,0 @@ -raw('-'); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/Unary/NotUnary.php b/Sources/vendor/twig/twig/src/Node/Expression/Unary/NotUnary.php deleted file mode 100755 index 55c11bac..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/Unary/NotUnary.php +++ /dev/null @@ -1,23 +0,0 @@ -raw('!'); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/Unary/PosUnary.php b/Sources/vendor/twig/twig/src/Node/Expression/Unary/PosUnary.php deleted file mode 100755 index 4b0a0620..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/Unary/PosUnary.php +++ /dev/null @@ -1,23 +0,0 @@ -raw('+'); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Expression/VariadicExpression.php b/Sources/vendor/twig/twig/src/Node/Expression/VariadicExpression.php deleted file mode 100755 index a1bdb48c..00000000 --- a/Sources/vendor/twig/twig/src/Node/Expression/VariadicExpression.php +++ /dev/null @@ -1,24 +0,0 @@ -raw('...'); - - parent::compile($compiler); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/FlushNode.php b/Sources/vendor/twig/twig/src/Node/FlushNode.php deleted file mode 100755 index fa50a88e..00000000 --- a/Sources/vendor/twig/twig/src/Node/FlushNode.php +++ /dev/null @@ -1,35 +0,0 @@ - - */ -class FlushNode extends Node -{ - public function __construct(int $lineno, string $tag) - { - parent::__construct([], [], $lineno, $tag); - } - - public function compile(Compiler $compiler): void - { - $compiler - ->addDebugInfo($this) - ->write("flush();\n") - ; - } -} diff --git a/Sources/vendor/twig/twig/src/Node/ForLoopNode.php b/Sources/vendor/twig/twig/src/Node/ForLoopNode.php deleted file mode 100755 index d5ce845a..00000000 --- a/Sources/vendor/twig/twig/src/Node/ForLoopNode.php +++ /dev/null @@ -1,49 +0,0 @@ - - */ -class ForLoopNode extends Node -{ - public function __construct(int $lineno, string $tag = null) - { - parent::__construct([], ['with_loop' => false, 'ifexpr' => false, 'else' => false], $lineno, $tag); - } - - public function compile(Compiler $compiler): void - { - if ($this->getAttribute('else')) { - $compiler->write("\$context['_iterated'] = true;\n"); - } - - if ($this->getAttribute('with_loop')) { - $compiler - ->write("++\$context['loop']['index0'];\n") - ->write("++\$context['loop']['index'];\n") - ->write("\$context['loop']['first'] = false;\n") - ->write("if (isset(\$context['loop']['length'])) {\n") - ->indent() - ->write("--\$context['loop']['revindex0'];\n") - ->write("--\$context['loop']['revindex'];\n") - ->write("\$context['loop']['last'] = 0 === \$context['loop']['revindex0'];\n") - ->outdent() - ->write("}\n") - ; - } - } -} diff --git a/Sources/vendor/twig/twig/src/Node/ForNode.php b/Sources/vendor/twig/twig/src/Node/ForNode.php deleted file mode 100755 index 04addfbf..00000000 --- a/Sources/vendor/twig/twig/src/Node/ForNode.php +++ /dev/null @@ -1,107 +0,0 @@ - - */ -class ForNode extends Node -{ - private $loop; - - public function __construct(AssignNameExpression $keyTarget, AssignNameExpression $valueTarget, AbstractExpression $seq, ?Node $ifexpr, Node $body, ?Node $else, int $lineno, string $tag = null) - { - $body = new Node([$body, $this->loop = new ForLoopNode($lineno, $tag)]); - - $nodes = ['key_target' => $keyTarget, 'value_target' => $valueTarget, 'seq' => $seq, 'body' => $body]; - if (null !== $else) { - $nodes['else'] = $else; - } - - parent::__construct($nodes, ['with_loop' => true], $lineno, $tag); - } - - public function compile(Compiler $compiler): void - { - $compiler - ->addDebugInfo($this) - ->write("\$context['_parent'] = \$context;\n") - ->write("\$context['_seq'] = twig_ensure_traversable(") - ->subcompile($this->getNode('seq')) - ->raw(");\n") - ; - - if ($this->hasNode('else')) { - $compiler->write("\$context['_iterated'] = false;\n"); - } - - if ($this->getAttribute('with_loop')) { - $compiler - ->write("\$context['loop'] = [\n") - ->write(" 'parent' => \$context['_parent'],\n") - ->write(" 'index0' => 0,\n") - ->write(" 'index' => 1,\n") - ->write(" 'first' => true,\n") - ->write("];\n") - ->write("if (is_array(\$context['_seq']) || (is_object(\$context['_seq']) && \$context['_seq'] instanceof \Countable)) {\n") - ->indent() - ->write("\$length = count(\$context['_seq']);\n") - ->write("\$context['loop']['revindex0'] = \$length - 1;\n") - ->write("\$context['loop']['revindex'] = \$length;\n") - ->write("\$context['loop']['length'] = \$length;\n") - ->write("\$context['loop']['last'] = 1 === \$length;\n") - ->outdent() - ->write("}\n") - ; - } - - $this->loop->setAttribute('else', $this->hasNode('else')); - $this->loop->setAttribute('with_loop', $this->getAttribute('with_loop')); - - $compiler - ->write("foreach (\$context['_seq'] as ") - ->subcompile($this->getNode('key_target')) - ->raw(' => ') - ->subcompile($this->getNode('value_target')) - ->raw(") {\n") - ->indent() - ->subcompile($this->getNode('body')) - ->outdent() - ->write("}\n") - ; - - if ($this->hasNode('else')) { - $compiler - ->write("if (!\$context['_iterated']) {\n") - ->indent() - ->subcompile($this->getNode('else')) - ->outdent() - ->write("}\n") - ; - } - - $compiler->write("\$_parent = \$context['_parent'];\n"); - - // remove some "private" loop variables (needed for nested loops) - $compiler->write('unset($context[\'_seq\'], $context[\'_iterated\'], $context[\''.$this->getNode('key_target')->getAttribute('name').'\'], $context[\''.$this->getNode('value_target')->getAttribute('name').'\'], $context[\'_parent\'], $context[\'loop\']);'."\n"); - - // keep the values set in the inner context for variables defined in the outer context - $compiler->write("\$context = array_intersect_key(\$context, \$_parent) + \$_parent;\n"); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/IfNode.php b/Sources/vendor/twig/twig/src/Node/IfNode.php deleted file mode 100755 index 569ab795..00000000 --- a/Sources/vendor/twig/twig/src/Node/IfNode.php +++ /dev/null @@ -1,73 +0,0 @@ - - */ -class IfNode extends Node -{ - public function __construct(Node $tests, ?Node $else, int $lineno, string $tag = null) - { - $nodes = ['tests' => $tests]; - if (null !== $else) { - $nodes['else'] = $else; - } - - parent::__construct($nodes, [], $lineno, $tag); - } - - public function compile(Compiler $compiler): void - { - $compiler->addDebugInfo($this); - for ($i = 0, $count = \count($this->getNode('tests')); $i < $count; $i += 2) { - if ($i > 0) { - $compiler - ->outdent() - ->write('} elseif (') - ; - } else { - $compiler - ->write('if (') - ; - } - - $compiler - ->subcompile($this->getNode('tests')->getNode($i)) - ->raw(") {\n") - ->indent() - ; - // The node might not exists if the content is empty - if ($this->getNode('tests')->hasNode($i + 1)) { - $compiler->subcompile($this->getNode('tests')->getNode($i + 1)); - } - } - - if ($this->hasNode('else')) { - $compiler - ->outdent() - ->write("} else {\n") - ->indent() - ->subcompile($this->getNode('else')) - ; - } - - $compiler - ->outdent() - ->write("}\n"); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/ImportNode.php b/Sources/vendor/twig/twig/src/Node/ImportNode.php deleted file mode 100755 index 5378d799..00000000 --- a/Sources/vendor/twig/twig/src/Node/ImportNode.php +++ /dev/null @@ -1,63 +0,0 @@ - - */ -class ImportNode extends Node -{ - public function __construct(AbstractExpression $expr, AbstractExpression $var, int $lineno, string $tag = null, bool $global = true) - { - parent::__construct(['expr' => $expr, 'var' => $var], ['global' => $global], $lineno, $tag); - } - - public function compile(Compiler $compiler): void - { - $compiler - ->addDebugInfo($this) - ->write('$macros[') - ->repr($this->getNode('var')->getAttribute('name')) - ->raw('] = ') - ; - - if ($this->getAttribute('global')) { - $compiler - ->raw('$this->macros[') - ->repr($this->getNode('var')->getAttribute('name')) - ->raw('] = ') - ; - } - - if ($this->getNode('expr') instanceof NameExpression && '_self' === $this->getNode('expr')->getAttribute('name')) { - $compiler->raw('$this'); - } else { - $compiler - ->raw('$this->loadTemplate(') - ->subcompile($this->getNode('expr')) - ->raw(', ') - ->repr($this->getTemplateName()) - ->raw(', ') - ->repr($this->getTemplateLine()) - ->raw(')->unwrap()') - ; - } - - $compiler->raw(";\n"); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/IncludeNode.php b/Sources/vendor/twig/twig/src/Node/IncludeNode.php deleted file mode 100755 index d540d6b2..00000000 --- a/Sources/vendor/twig/twig/src/Node/IncludeNode.php +++ /dev/null @@ -1,106 +0,0 @@ - - */ -class IncludeNode extends Node implements NodeOutputInterface -{ - public function __construct(AbstractExpression $expr, ?AbstractExpression $variables, bool $only, bool $ignoreMissing, int $lineno, string $tag = null) - { - $nodes = ['expr' => $expr]; - if (null !== $variables) { - $nodes['variables'] = $variables; - } - - parent::__construct($nodes, ['only' => $only, 'ignore_missing' => $ignoreMissing], $lineno, $tag); - } - - public function compile(Compiler $compiler): void - { - $compiler->addDebugInfo($this); - - if ($this->getAttribute('ignore_missing')) { - $template = $compiler->getVarName(); - - $compiler - ->write(sprintf("$%s = null;\n", $template)) - ->write("try {\n") - ->indent() - ->write(sprintf('$%s = ', $template)) - ; - - $this->addGetTemplate($compiler); - - $compiler - ->raw(";\n") - ->outdent() - ->write("} catch (LoaderError \$e) {\n") - ->indent() - ->write("// ignore missing template\n") - ->outdent() - ->write("}\n") - ->write(sprintf("if ($%s) {\n", $template)) - ->indent() - ->write(sprintf('$%s->display(', $template)) - ; - $this->addTemplateArguments($compiler); - $compiler - ->raw(");\n") - ->outdent() - ->write("}\n") - ; - } else { - $this->addGetTemplate($compiler); - $compiler->raw('->display('); - $this->addTemplateArguments($compiler); - $compiler->raw(");\n"); - } - } - - protected function addGetTemplate(Compiler $compiler) - { - $compiler - ->write('$this->loadTemplate(') - ->subcompile($this->getNode('expr')) - ->raw(', ') - ->repr($this->getTemplateName()) - ->raw(', ') - ->repr($this->getTemplateLine()) - ->raw(')') - ; - } - - protected function addTemplateArguments(Compiler $compiler) - { - if (!$this->hasNode('variables')) { - $compiler->raw(false === $this->getAttribute('only') ? '$context' : '[]'); - } elseif (false === $this->getAttribute('only')) { - $compiler - ->raw('twig_array_merge($context, ') - ->subcompile($this->getNode('variables')) - ->raw(')') - ; - } else { - $compiler->raw('twig_to_array('); - $compiler->subcompile($this->getNode('variables')); - $compiler->raw(')'); - } - } -} diff --git a/Sources/vendor/twig/twig/src/Node/MacroNode.php b/Sources/vendor/twig/twig/src/Node/MacroNode.php deleted file mode 100755 index 7f1b24d5..00000000 --- a/Sources/vendor/twig/twig/src/Node/MacroNode.php +++ /dev/null @@ -1,113 +0,0 @@ - - */ -class MacroNode extends Node -{ - public const VARARGS_NAME = 'varargs'; - - public function __construct(string $name, Node $body, Node $arguments, int $lineno, string $tag = null) - { - foreach ($arguments as $argumentName => $argument) { - if (self::VARARGS_NAME === $argumentName) { - throw new SyntaxError(sprintf('The argument "%s" in macro "%s" cannot be defined because the variable "%s" is reserved for arbitrary arguments.', self::VARARGS_NAME, $name, self::VARARGS_NAME), $argument->getTemplateLine(), $argument->getSourceContext()); - } - } - - parent::__construct(['body' => $body, 'arguments' => $arguments], ['name' => $name], $lineno, $tag); - } - - public function compile(Compiler $compiler): void - { - $compiler - ->addDebugInfo($this) - ->write(sprintf('public function macro_%s(', $this->getAttribute('name'))) - ; - - $count = \count($this->getNode('arguments')); - $pos = 0; - foreach ($this->getNode('arguments') as $name => $default) { - $compiler - ->raw('$__'.$name.'__ = ') - ->subcompile($default) - ; - - if (++$pos < $count) { - $compiler->raw(', '); - } - } - - if ($count) { - $compiler->raw(', '); - } - - $compiler - ->raw('...$__varargs__') - ->raw(")\n") - ->write("{\n") - ->indent() - ->write("\$macros = \$this->macros;\n") - ->write("\$context = \$this->env->mergeGlobals([\n") - ->indent() - ; - - foreach ($this->getNode('arguments') as $name => $default) { - $compiler - ->write('') - ->string($name) - ->raw(' => $__'.$name.'__') - ->raw(",\n") - ; - } - - $compiler - ->write('') - ->string(self::VARARGS_NAME) - ->raw(' => ') - ; - - $compiler - ->raw("\$__varargs__,\n") - ->outdent() - ->write("]);\n\n") - ->write("\$blocks = [];\n\n") - ; - if ($compiler->getEnvironment()->isDebug()) { - $compiler->write("ob_start();\n"); - } else { - $compiler->write("ob_start(function () { return ''; });\n"); - } - $compiler - ->write("try {\n") - ->indent() - ->subcompile($this->getNode('body')) - ->raw("\n") - ->write("return ('' === \$tmp = ob_get_contents()) ? '' : new Markup(\$tmp, \$this->env->getCharset());\n") - ->outdent() - ->write("} finally {\n") - ->indent() - ->write("ob_end_clean();\n") - ->outdent() - ->write("}\n") - ->outdent() - ->write("}\n\n") - ; - } -} diff --git a/Sources/vendor/twig/twig/src/Node/ModuleNode.php b/Sources/vendor/twig/twig/src/Node/ModuleNode.php deleted file mode 100755 index e972b6ba..00000000 --- a/Sources/vendor/twig/twig/src/Node/ModuleNode.php +++ /dev/null @@ -1,464 +0,0 @@ - - */ -final class ModuleNode extends Node -{ - public function __construct(Node $body, ?AbstractExpression $parent, Node $blocks, Node $macros, Node $traits, $embeddedTemplates, Source $source) - { - $nodes = [ - 'body' => $body, - 'blocks' => $blocks, - 'macros' => $macros, - 'traits' => $traits, - 'display_start' => new Node(), - 'display_end' => new Node(), - 'constructor_start' => new Node(), - 'constructor_end' => new Node(), - 'class_end' => new Node(), - ]; - if (null !== $parent) { - $nodes['parent'] = $parent; - } - - // embedded templates are set as attributes so that they are only visited once by the visitors - parent::__construct($nodes, [ - 'index' => null, - 'embedded_templates' => $embeddedTemplates, - ], 1); - - // populate the template name of all node children - $this->setSourceContext($source); - } - - public function setIndex($index) - { - $this->setAttribute('index', $index); - } - - public function compile(Compiler $compiler): void - { - $this->compileTemplate($compiler); - - foreach ($this->getAttribute('embedded_templates') as $template) { - $compiler->subcompile($template); - } - } - - protected function compileTemplate(Compiler $compiler) - { - if (!$this->getAttribute('index')) { - $compiler->write('compileClassHeader($compiler); - - $this->compileConstructor($compiler); - - $this->compileGetParent($compiler); - - $this->compileDisplay($compiler); - - $compiler->subcompile($this->getNode('blocks')); - - $this->compileMacros($compiler); - - $this->compileGetTemplateName($compiler); - - $this->compileIsTraitable($compiler); - - $this->compileDebugInfo($compiler); - - $this->compileGetSourceContext($compiler); - - $this->compileClassFooter($compiler); - } - - protected function compileGetParent(Compiler $compiler) - { - if (!$this->hasNode('parent')) { - return; - } - $parent = $this->getNode('parent'); - - $compiler - ->write("protected function doGetParent(array \$context)\n", "{\n") - ->indent() - ->addDebugInfo($parent) - ->write('return ') - ; - - if ($parent instanceof ConstantExpression) { - $compiler->subcompile($parent); - } else { - $compiler - ->raw('$this->loadTemplate(') - ->subcompile($parent) - ->raw(', ') - ->repr($this->getSourceContext()->getName()) - ->raw(', ') - ->repr($parent->getTemplateLine()) - ->raw(')') - ; - } - - $compiler - ->raw(";\n") - ->outdent() - ->write("}\n\n") - ; - } - - protected function compileClassHeader(Compiler $compiler) - { - $compiler - ->write("\n\n") - ; - if (!$this->getAttribute('index')) { - $compiler - ->write("use Twig\Environment;\n") - ->write("use Twig\Error\LoaderError;\n") - ->write("use Twig\Error\RuntimeError;\n") - ->write("use Twig\Extension\SandboxExtension;\n") - ->write("use Twig\Markup;\n") - ->write("use Twig\Sandbox\SecurityError;\n") - ->write("use Twig\Sandbox\SecurityNotAllowedTagError;\n") - ->write("use Twig\Sandbox\SecurityNotAllowedFilterError;\n") - ->write("use Twig\Sandbox\SecurityNotAllowedFunctionError;\n") - ->write("use Twig\Source;\n") - ->write("use Twig\Template;\n\n") - ; - } - $compiler - // if the template name contains */, add a blank to avoid a PHP parse error - ->write('/* '.str_replace('*/', '* /', $this->getSourceContext()->getName())." */\n") - ->write('class '.$compiler->getEnvironment()->getTemplateClass($this->getSourceContext()->getName(), $this->getAttribute('index'))) - ->raw(" extends Template\n") - ->write("{\n") - ->indent() - ->write("private \$source;\n") - ->write("private \$macros = [];\n\n") - ; - } - - protected function compileConstructor(Compiler $compiler) - { - $compiler - ->write("public function __construct(Environment \$env)\n", "{\n") - ->indent() - ->subcompile($this->getNode('constructor_start')) - ->write("parent::__construct(\$env);\n\n") - ->write("\$this->source = \$this->getSourceContext();\n\n") - ; - - // parent - if (!$this->hasNode('parent')) { - $compiler->write("\$this->parent = false;\n\n"); - } - - $countTraits = \count($this->getNode('traits')); - if ($countTraits) { - // traits - foreach ($this->getNode('traits') as $i => $trait) { - $node = $trait->getNode('template'); - - $compiler - ->addDebugInfo($node) - ->write(sprintf('$_trait_%s = $this->loadTemplate(', $i)) - ->subcompile($node) - ->raw(', ') - ->repr($node->getTemplateName()) - ->raw(', ') - ->repr($node->getTemplateLine()) - ->raw(");\n") - ->write(sprintf("if (!\$_trait_%s->isTraitable()) {\n", $i)) - ->indent() - ->write("throw new RuntimeError('Template \"'.") - ->subcompile($trait->getNode('template')) - ->raw(".'\" cannot be used as a trait.', ") - ->repr($node->getTemplateLine()) - ->raw(", \$this->source);\n") - ->outdent() - ->write("}\n") - ->write(sprintf("\$_trait_%s_blocks = \$_trait_%s->getBlocks();\n\n", $i, $i)) - ; - - foreach ($trait->getNode('targets') as $key => $value) { - $compiler - ->write(sprintf('if (!isset($_trait_%s_blocks[', $i)) - ->string($key) - ->raw("])) {\n") - ->indent() - ->write("throw new RuntimeError('Block ") - ->string($key) - ->raw(' is not defined in trait ') - ->subcompile($trait->getNode('template')) - ->raw(".', ") - ->repr($node->getTemplateLine()) - ->raw(", \$this->source);\n") - ->outdent() - ->write("}\n\n") - - ->write(sprintf('$_trait_%s_blocks[', $i)) - ->subcompile($value) - ->raw(sprintf('] = $_trait_%s_blocks[', $i)) - ->string($key) - ->raw(sprintf(']; unset($_trait_%s_blocks[', $i)) - ->string($key) - ->raw("]);\n\n") - ; - } - } - - if ($countTraits > 1) { - $compiler - ->write("\$this->traits = array_merge(\n") - ->indent() - ; - - for ($i = 0; $i < $countTraits; ++$i) { - $compiler - ->write(sprintf('$_trait_%s_blocks'.($i == $countTraits - 1 ? '' : ',')."\n", $i)) - ; - } - - $compiler - ->outdent() - ->write(");\n\n") - ; - } else { - $compiler - ->write("\$this->traits = \$_trait_0_blocks;\n\n") - ; - } - - $compiler - ->write("\$this->blocks = array_merge(\n") - ->indent() - ->write("\$this->traits,\n") - ->write("[\n") - ; - } else { - $compiler - ->write("\$this->blocks = [\n") - ; - } - - // blocks - $compiler - ->indent() - ; - - foreach ($this->getNode('blocks') as $name => $node) { - $compiler - ->write(sprintf("'%s' => [\$this, 'block_%s'],\n", $name, $name)) - ; - } - - if ($countTraits) { - $compiler - ->outdent() - ->write("]\n") - ->outdent() - ->write(");\n") - ; - } else { - $compiler - ->outdent() - ->write("];\n") - ; - } - - $compiler - ->subcompile($this->getNode('constructor_end')) - ->outdent() - ->write("}\n\n") - ; - } - - protected function compileDisplay(Compiler $compiler) - { - $compiler - ->write("protected function doDisplay(array \$context, array \$blocks = [])\n", "{\n") - ->indent() - ->write("\$macros = \$this->macros;\n") - ->subcompile($this->getNode('display_start')) - ->subcompile($this->getNode('body')) - ; - - if ($this->hasNode('parent')) { - $parent = $this->getNode('parent'); - - $compiler->addDebugInfo($parent); - if ($parent instanceof ConstantExpression) { - $compiler - ->write('$this->parent = $this->loadTemplate(') - ->subcompile($parent) - ->raw(', ') - ->repr($this->getSourceContext()->getName()) - ->raw(', ') - ->repr($parent->getTemplateLine()) - ->raw(");\n") - ; - $compiler->write('$this->parent'); - } else { - $compiler->write('$this->getParent($context)'); - } - $compiler->raw("->display(\$context, array_merge(\$this->blocks, \$blocks));\n"); - } - - $compiler - ->subcompile($this->getNode('display_end')) - ->outdent() - ->write("}\n\n") - ; - } - - protected function compileClassFooter(Compiler $compiler) - { - $compiler - ->subcompile($this->getNode('class_end')) - ->outdent() - ->write("}\n") - ; - } - - protected function compileMacros(Compiler $compiler) - { - $compiler->subcompile($this->getNode('macros')); - } - - protected function compileGetTemplateName(Compiler $compiler) - { - $compiler - ->write("public function getTemplateName()\n", "{\n") - ->indent() - ->write('return ') - ->repr($this->getSourceContext()->getName()) - ->raw(";\n") - ->outdent() - ->write("}\n\n") - ; - } - - protected function compileIsTraitable(Compiler $compiler) - { - // A template can be used as a trait if: - // * it has no parent - // * it has no macros - // * it has no body - // - // Put another way, a template can be used as a trait if it - // only contains blocks and use statements. - $traitable = !$this->hasNode('parent') && 0 === \count($this->getNode('macros')); - if ($traitable) { - if ($this->getNode('body') instanceof BodyNode) { - $nodes = $this->getNode('body')->getNode(0); - } else { - $nodes = $this->getNode('body'); - } - - if (!\count($nodes)) { - $nodes = new Node([$nodes]); - } - - foreach ($nodes as $node) { - if (!\count($node)) { - continue; - } - - if ($node instanceof TextNode && ctype_space($node->getAttribute('data'))) { - continue; - } - - if ($node instanceof BlockReferenceNode) { - continue; - } - - $traitable = false; - break; - } - } - - if ($traitable) { - return; - } - - $compiler - ->write("public function isTraitable()\n", "{\n") - ->indent() - ->write(sprintf("return %s;\n", $traitable ? 'true' : 'false')) - ->outdent() - ->write("}\n\n") - ; - } - - protected function compileDebugInfo(Compiler $compiler) - { - $compiler - ->write("public function getDebugInfo()\n", "{\n") - ->indent() - ->write(sprintf("return %s;\n", str_replace("\n", '', var_export(array_reverse($compiler->getDebugInfo(), true), true)))) - ->outdent() - ->write("}\n\n") - ; - } - - protected function compileGetSourceContext(Compiler $compiler) - { - $compiler - ->write("public function getSourceContext()\n", "{\n") - ->indent() - ->write('return new Source(') - ->string($compiler->getEnvironment()->isDebug() ? $this->getSourceContext()->getCode() : '') - ->raw(', ') - ->string($this->getSourceContext()->getName()) - ->raw(', ') - ->string($this->getSourceContext()->getPath()) - ->raw(");\n") - ->outdent() - ->write("}\n") - ; - } - - protected function compileLoadTemplate(Compiler $compiler, $node, $var) - { - if ($node instanceof ConstantExpression) { - $compiler - ->write(sprintf('%s = $this->loadTemplate(', $var)) - ->subcompile($node) - ->raw(', ') - ->repr($node->getTemplateName()) - ->raw(', ') - ->repr($node->getTemplateLine()) - ->raw(");\n") - ; - } else { - throw new \LogicException('Trait templates can only be constant nodes.'); - } - } -} diff --git a/Sources/vendor/twig/twig/src/Node/Node.php b/Sources/vendor/twig/twig/src/Node/Node.php deleted file mode 100755 index c0558b9a..00000000 --- a/Sources/vendor/twig/twig/src/Node/Node.php +++ /dev/null @@ -1,179 +0,0 @@ - - */ -class Node implements \Countable, \IteratorAggregate -{ - protected $nodes; - protected $attributes; - protected $lineno; - protected $tag; - - private $name; - private $sourceContext; - - /** - * @param array $nodes An array of named nodes - * @param array $attributes An array of attributes (should not be nodes) - * @param int $lineno The line number - * @param string $tag The tag name associated with the Node - */ - public function __construct(array $nodes = [], array $attributes = [], int $lineno = 0, string $tag = null) - { - foreach ($nodes as $name => $node) { - if (!$node instanceof self) { - throw new \InvalidArgumentException(sprintf('Using "%s" for the value of node "%s" of "%s" is not supported. You must pass a \Twig\Node\Node instance.', \is_object($node) ? \get_class($node) : (null === $node ? 'null' : \gettype($node)), $name, static::class)); - } - } - $this->nodes = $nodes; - $this->attributes = $attributes; - $this->lineno = $lineno; - $this->tag = $tag; - } - - public function __toString() - { - $attributes = []; - foreach ($this->attributes as $name => $value) { - $attributes[] = sprintf('%s: %s', $name, str_replace("\n", '', var_export($value, true))); - } - - $repr = [static::class.'('.implode(', ', $attributes)]; - - if (\count($this->nodes)) { - foreach ($this->nodes as $name => $node) { - $len = \strlen($name) + 4; - $noderepr = []; - foreach (explode("\n", (string) $node) as $line) { - $noderepr[] = str_repeat(' ', $len).$line; - } - - $repr[] = sprintf(' %s: %s', $name, ltrim(implode("\n", $noderepr))); - } - - $repr[] = ')'; - } else { - $repr[0] .= ')'; - } - - return implode("\n", $repr); - } - - /** - * @return void - */ - public function compile(Compiler $compiler) - { - foreach ($this->nodes as $node) { - $node->compile($compiler); - } - } - - public function getTemplateLine(): int - { - return $this->lineno; - } - - public function getNodeTag(): ?string - { - return $this->tag; - } - - public function hasAttribute(string $name): bool - { - return \array_key_exists($name, $this->attributes); - } - - public function getAttribute(string $name) - { - if (!\array_key_exists($name, $this->attributes)) { - throw new \LogicException(sprintf('Attribute "%s" does not exist for Node "%s".', $name, static::class)); - } - - return $this->attributes[$name]; - } - - public function setAttribute(string $name, $value): void - { - $this->attributes[$name] = $value; - } - - public function removeAttribute(string $name): void - { - unset($this->attributes[$name]); - } - - public function hasNode(string $name): bool - { - return isset($this->nodes[$name]); - } - - public function getNode(string $name): self - { - if (!isset($this->nodes[$name])) { - throw new \LogicException(sprintf('Node "%s" does not exist for Node "%s".', $name, static::class)); - } - - return $this->nodes[$name]; - } - - public function setNode(string $name, self $node): void - { - $this->nodes[$name] = $node; - } - - public function removeNode(string $name): void - { - unset($this->nodes[$name]); - } - - /** - * @return int - */ - #[\ReturnTypeWillChange] - public function count() - { - return \count($this->nodes); - } - - public function getIterator(): \Traversable - { - return new \ArrayIterator($this->nodes); - } - - public function getTemplateName(): ?string - { - return $this->sourceContext ? $this->sourceContext->getName() : null; - } - - public function setSourceContext(Source $source): void - { - $this->sourceContext = $source; - foreach ($this->nodes as $node) { - $node->setSourceContext($source); - } - } - - public function getSourceContext(): ?Source - { - return $this->sourceContext; - } -} diff --git a/Sources/vendor/twig/twig/src/Node/NodeCaptureInterface.php b/Sources/vendor/twig/twig/src/Node/NodeCaptureInterface.php deleted file mode 100755 index 9fb6a0ca..00000000 --- a/Sources/vendor/twig/twig/src/Node/NodeCaptureInterface.php +++ /dev/null @@ -1,21 +0,0 @@ - - */ -interface NodeCaptureInterface -{ -} diff --git a/Sources/vendor/twig/twig/src/Node/NodeOutputInterface.php b/Sources/vendor/twig/twig/src/Node/NodeOutputInterface.php deleted file mode 100755 index 5e35b406..00000000 --- a/Sources/vendor/twig/twig/src/Node/NodeOutputInterface.php +++ /dev/null @@ -1,21 +0,0 @@ - - */ -interface NodeOutputInterface -{ -} diff --git a/Sources/vendor/twig/twig/src/Node/PrintNode.php b/Sources/vendor/twig/twig/src/Node/PrintNode.php deleted file mode 100755 index 60386d29..00000000 --- a/Sources/vendor/twig/twig/src/Node/PrintNode.php +++ /dev/null @@ -1,39 +0,0 @@ - - */ -class PrintNode extends Node implements NodeOutputInterface -{ - public function __construct(AbstractExpression $expr, int $lineno, string $tag = null) - { - parent::__construct(['expr' => $expr], [], $lineno, $tag); - } - - public function compile(Compiler $compiler): void - { - $compiler - ->addDebugInfo($this) - ->write('echo ') - ->subcompile($this->getNode('expr')) - ->raw(";\n") - ; - } -} diff --git a/Sources/vendor/twig/twig/src/Node/SandboxNode.php b/Sources/vendor/twig/twig/src/Node/SandboxNode.php deleted file mode 100755 index 4d5666bf..00000000 --- a/Sources/vendor/twig/twig/src/Node/SandboxNode.php +++ /dev/null @@ -1,52 +0,0 @@ - - */ -class SandboxNode extends Node -{ - public function __construct(Node $body, int $lineno, string $tag = null) - { - parent::__construct(['body' => $body], [], $lineno, $tag); - } - - public function compile(Compiler $compiler): void - { - $compiler - ->addDebugInfo($this) - ->write("if (!\$alreadySandboxed = \$this->sandbox->isSandboxed()) {\n") - ->indent() - ->write("\$this->sandbox->enableSandbox();\n") - ->outdent() - ->write("}\n") - ->write("try {\n") - ->indent() - ->subcompile($this->getNode('body')) - ->outdent() - ->write("} finally {\n") - ->indent() - ->write("if (!\$alreadySandboxed) {\n") - ->indent() - ->write("\$this->sandbox->disableSandbox();\n") - ->outdent() - ->write("}\n") - ->outdent() - ->write("}\n") - ; - } -} diff --git a/Sources/vendor/twig/twig/src/Node/SetNode.php b/Sources/vendor/twig/twig/src/Node/SetNode.php deleted file mode 100755 index 96b6bd8b..00000000 --- a/Sources/vendor/twig/twig/src/Node/SetNode.php +++ /dev/null @@ -1,105 +0,0 @@ - - */ -class SetNode extends Node implements NodeCaptureInterface -{ - public function __construct(bool $capture, Node $names, Node $values, int $lineno, string $tag = null) - { - parent::__construct(['names' => $names, 'values' => $values], ['capture' => $capture, 'safe' => false], $lineno, $tag); - - /* - * Optimizes the node when capture is used for a large block of text. - * - * {% set foo %}foo{% endset %} is compiled to $context['foo'] = new Twig\Markup("foo"); - */ - if ($this->getAttribute('capture')) { - $this->setAttribute('safe', true); - - $values = $this->getNode('values'); - if ($values instanceof TextNode) { - $this->setNode('values', new ConstantExpression($values->getAttribute('data'), $values->getTemplateLine())); - $this->setAttribute('capture', false); - } - } - } - - public function compile(Compiler $compiler): void - { - $compiler->addDebugInfo($this); - - if (\count($this->getNode('names')) > 1) { - $compiler->write('list('); - foreach ($this->getNode('names') as $idx => $node) { - if ($idx) { - $compiler->raw(', '); - } - - $compiler->subcompile($node); - } - $compiler->raw(')'); - } else { - if ($this->getAttribute('capture')) { - if ($compiler->getEnvironment()->isDebug()) { - $compiler->write("ob_start();\n"); - } else { - $compiler->write("ob_start(function () { return ''; });\n"); - } - $compiler - ->subcompile($this->getNode('values')) - ; - } - - $compiler->subcompile($this->getNode('names'), false); - - if ($this->getAttribute('capture')) { - $compiler->raw(" = ('' === \$tmp = ob_get_clean()) ? '' : new Markup(\$tmp, \$this->env->getCharset())"); - } - } - - if (!$this->getAttribute('capture')) { - $compiler->raw(' = '); - - if (\count($this->getNode('names')) > 1) { - $compiler->write('['); - foreach ($this->getNode('values') as $idx => $value) { - if ($idx) { - $compiler->raw(', '); - } - - $compiler->subcompile($value); - } - $compiler->raw(']'); - } else { - if ($this->getAttribute('safe')) { - $compiler - ->raw("('' === \$tmp = ") - ->subcompile($this->getNode('values')) - ->raw(") ? '' : new Markup(\$tmp, \$this->env->getCharset())") - ; - } else { - $compiler->subcompile($this->getNode('values')); - } - } - } - - $compiler->raw(";\n"); - } -} diff --git a/Sources/vendor/twig/twig/src/Node/TextNode.php b/Sources/vendor/twig/twig/src/Node/TextNode.php deleted file mode 100755 index d74ebe63..00000000 --- a/Sources/vendor/twig/twig/src/Node/TextNode.php +++ /dev/null @@ -1,38 +0,0 @@ - - */ -class TextNode extends Node implements NodeOutputInterface -{ - public function __construct(string $data, int $lineno) - { - parent::__construct([], ['data' => $data], $lineno); - } - - public function compile(Compiler $compiler): void - { - $compiler - ->addDebugInfo($this) - ->write('echo ') - ->string($this->getAttribute('data')) - ->raw(";\n") - ; - } -} diff --git a/Sources/vendor/twig/twig/src/Node/WithNode.php b/Sources/vendor/twig/twig/src/Node/WithNode.php deleted file mode 100755 index 56a33449..00000000 --- a/Sources/vendor/twig/twig/src/Node/WithNode.php +++ /dev/null @@ -1,70 +0,0 @@ - - */ -class WithNode extends Node -{ - public function __construct(Node $body, ?Node $variables, bool $only, int $lineno, string $tag = null) - { - $nodes = ['body' => $body]; - if (null !== $variables) { - $nodes['variables'] = $variables; - } - - parent::__construct($nodes, ['only' => $only], $lineno, $tag); - } - - public function compile(Compiler $compiler): void - { - $compiler->addDebugInfo($this); - - $parentContextName = $compiler->getVarName(); - - $compiler->write(sprintf("\$%s = \$context;\n", $parentContextName)); - - if ($this->hasNode('variables')) { - $node = $this->getNode('variables'); - $varsName = $compiler->getVarName(); - $compiler - ->write(sprintf('$%s = ', $varsName)) - ->subcompile($node) - ->raw(";\n") - ->write(sprintf("if (!twig_test_iterable(\$%s)) {\n", $varsName)) - ->indent() - ->write("throw new RuntimeError('Variables passed to the \"with\" tag must be a hash.', ") - ->repr($node->getTemplateLine()) - ->raw(", \$this->getSourceContext());\n") - ->outdent() - ->write("}\n") - ->write(sprintf("\$%s = twig_to_array(\$%s);\n", $varsName, $varsName)) - ; - - if ($this->getAttribute('only')) { - $compiler->write("\$context = [];\n"); - } - - $compiler->write(sprintf("\$context = \$this->env->mergeGlobals(array_merge(\$context, \$%s));\n", $varsName)); - } - - $compiler - ->subcompile($this->getNode('body')) - ->write(sprintf("\$context = \$%s;\n", $parentContextName)) - ; - } -} diff --git a/Sources/vendor/twig/twig/src/NodeTraverser.php b/Sources/vendor/twig/twig/src/NodeTraverser.php deleted file mode 100755 index 47a2d5ca..00000000 --- a/Sources/vendor/twig/twig/src/NodeTraverser.php +++ /dev/null @@ -1,76 +0,0 @@ - - */ -final class NodeTraverser -{ - private $env; - private $visitors = []; - - /** - * @param NodeVisitorInterface[] $visitors - */ - public function __construct(Environment $env, array $visitors = []) - { - $this->env = $env; - foreach ($visitors as $visitor) { - $this->addVisitor($visitor); - } - } - - public function addVisitor(NodeVisitorInterface $visitor): void - { - $this->visitors[$visitor->getPriority()][] = $visitor; - } - - /** - * Traverses a node and calls the registered visitors. - */ - public function traverse(Node $node): Node - { - ksort($this->visitors); - foreach ($this->visitors as $visitors) { - foreach ($visitors as $visitor) { - $node = $this->traverseForVisitor($visitor, $node); - } - } - - return $node; - } - - private function traverseForVisitor(NodeVisitorInterface $visitor, Node $node): ?Node - { - $node = $visitor->enterNode($node, $this->env); - - foreach ($node as $k => $n) { - if (null !== $m = $this->traverseForVisitor($visitor, $n)) { - if ($m !== $n) { - $node->setNode($k, $m); - } - } else { - $node->removeNode($k); - } - } - - return $visitor->leaveNode($node, $this->env); - } -} diff --git a/Sources/vendor/twig/twig/src/NodeVisitor/AbstractNodeVisitor.php b/Sources/vendor/twig/twig/src/NodeVisitor/AbstractNodeVisitor.php deleted file mode 100755 index d7036ae5..00000000 --- a/Sources/vendor/twig/twig/src/NodeVisitor/AbstractNodeVisitor.php +++ /dev/null @@ -1,49 +0,0 @@ - - */ -abstract class AbstractNodeVisitor implements NodeVisitorInterface -{ - final public function enterNode(Node $node, Environment $env): Node - { - return $this->doEnterNode($node, $env); - } - - final public function leaveNode(Node $node, Environment $env): ?Node - { - return $this->doLeaveNode($node, $env); - } - - /** - * Called before child nodes are visited. - * - * @return Node The modified node - */ - abstract protected function doEnterNode(Node $node, Environment $env); - - /** - * Called after child nodes are visited. - * - * @return Node|null The modified node or null if the node must be removed - */ - abstract protected function doLeaveNode(Node $node, Environment $env); -} diff --git a/Sources/vendor/twig/twig/src/NodeVisitor/EscaperNodeVisitor.php b/Sources/vendor/twig/twig/src/NodeVisitor/EscaperNodeVisitor.php deleted file mode 100755 index fe56ea30..00000000 --- a/Sources/vendor/twig/twig/src/NodeVisitor/EscaperNodeVisitor.php +++ /dev/null @@ -1,208 +0,0 @@ - - * - * @internal - */ -final class EscaperNodeVisitor implements NodeVisitorInterface -{ - private $statusStack = []; - private $blocks = []; - private $safeAnalysis; - private $traverser; - private $defaultStrategy = false; - private $safeVars = []; - - public function __construct() - { - $this->safeAnalysis = new SafeAnalysisNodeVisitor(); - } - - public function enterNode(Node $node, Environment $env): Node - { - if ($node instanceof ModuleNode) { - if ($env->hasExtension(EscaperExtension::class) && $defaultStrategy = $env->getExtension(EscaperExtension::class)->getDefaultStrategy($node->getTemplateName())) { - $this->defaultStrategy = $defaultStrategy; - } - $this->safeVars = []; - $this->blocks = []; - } elseif ($node instanceof AutoEscapeNode) { - $this->statusStack[] = $node->getAttribute('value'); - } elseif ($node instanceof BlockNode) { - $this->statusStack[] = isset($this->blocks[$node->getAttribute('name')]) ? $this->blocks[$node->getAttribute('name')] : $this->needEscaping($env); - } elseif ($node instanceof ImportNode) { - $this->safeVars[] = $node->getNode('var')->getAttribute('name'); - } - - return $node; - } - - public function leaveNode(Node $node, Environment $env): ?Node - { - if ($node instanceof ModuleNode) { - $this->defaultStrategy = false; - $this->safeVars = []; - $this->blocks = []; - } elseif ($node instanceof FilterExpression) { - return $this->preEscapeFilterNode($node, $env); - } elseif ($node instanceof PrintNode && false !== $type = $this->needEscaping($env)) { - $expression = $node->getNode('expr'); - if ($expression instanceof ConditionalExpression && $this->shouldUnwrapConditional($expression, $env, $type)) { - return new DoNode($this->unwrapConditional($expression, $env, $type), $expression->getTemplateLine()); - } - - return $this->escapePrintNode($node, $env, $type); - } - - if ($node instanceof AutoEscapeNode || $node instanceof BlockNode) { - array_pop($this->statusStack); - } elseif ($node instanceof BlockReferenceNode) { - $this->blocks[$node->getAttribute('name')] = $this->needEscaping($env); - } - - return $node; - } - - private function shouldUnwrapConditional(ConditionalExpression $expression, Environment $env, string $type): bool - { - $expr2Safe = $this->isSafeFor($type, $expression->getNode('expr2'), $env); - $expr3Safe = $this->isSafeFor($type, $expression->getNode('expr3'), $env); - - return $expr2Safe !== $expr3Safe; - } - - private function unwrapConditional(ConditionalExpression $expression, Environment $env, string $type): ConditionalExpression - { - // convert "echo a ? b : c" to "a ? echo b : echo c" recursively - $expr2 = $expression->getNode('expr2'); - if ($expr2 instanceof ConditionalExpression && $this->shouldUnwrapConditional($expr2, $env, $type)) { - $expr2 = $this->unwrapConditional($expr2, $env, $type); - } else { - $expr2 = $this->escapeInlinePrintNode(new InlinePrint($expr2, $expr2->getTemplateLine()), $env, $type); - } - $expr3 = $expression->getNode('expr3'); - if ($expr3 instanceof ConditionalExpression && $this->shouldUnwrapConditional($expr3, $env, $type)) { - $expr3 = $this->unwrapConditional($expr3, $env, $type); - } else { - $expr3 = $this->escapeInlinePrintNode(new InlinePrint($expr3, $expr3->getTemplateLine()), $env, $type); - } - - return new ConditionalExpression($expression->getNode('expr1'), $expr2, $expr3, $expression->getTemplateLine()); - } - - private function escapeInlinePrintNode(InlinePrint $node, Environment $env, string $type): Node - { - $expression = $node->getNode('node'); - - if ($this->isSafeFor($type, $expression, $env)) { - return $node; - } - - return new InlinePrint($this->getEscaperFilter($type, $expression), $node->getTemplateLine()); - } - - private function escapePrintNode(PrintNode $node, Environment $env, string $type): Node - { - if (false === $type) { - return $node; - } - - $expression = $node->getNode('expr'); - - if ($this->isSafeFor($type, $expression, $env)) { - return $node; - } - - $class = \get_class($node); - - return new $class($this->getEscaperFilter($type, $expression), $node->getTemplateLine()); - } - - private function preEscapeFilterNode(FilterExpression $filter, Environment $env): FilterExpression - { - $name = $filter->getNode('filter')->getAttribute('value'); - - $type = $env->getFilter($name)->getPreEscape(); - if (null === $type) { - return $filter; - } - - $node = $filter->getNode('node'); - if ($this->isSafeFor($type, $node, $env)) { - return $filter; - } - - $filter->setNode('node', $this->getEscaperFilter($type, $node)); - - return $filter; - } - - private function isSafeFor(string $type, Node $expression, Environment $env): bool - { - $safe = $this->safeAnalysis->getSafe($expression); - - if (null === $safe) { - if (null === $this->traverser) { - $this->traverser = new NodeTraverser($env, [$this->safeAnalysis]); - } - - $this->safeAnalysis->setSafeVars($this->safeVars); - - $this->traverser->traverse($expression); - $safe = $this->safeAnalysis->getSafe($expression); - } - - return \in_array($type, $safe) || \in_array('all', $safe); - } - - private function needEscaping(Environment $env) - { - if (\count($this->statusStack)) { - return $this->statusStack[\count($this->statusStack) - 1]; - } - - return $this->defaultStrategy ? $this->defaultStrategy : false; - } - - private function getEscaperFilter(string $type, Node $node): FilterExpression - { - $line = $node->getTemplateLine(); - $name = new ConstantExpression('escape', $line); - $args = new Node([new ConstantExpression($type, $line), new ConstantExpression(null, $line), new ConstantExpression(true, $line)]); - - return new FilterExpression($node, $name, $args, $line); - } - - public function getPriority(): int - { - return 0; - } -} diff --git a/Sources/vendor/twig/twig/src/NodeVisitor/MacroAutoImportNodeVisitor.php b/Sources/vendor/twig/twig/src/NodeVisitor/MacroAutoImportNodeVisitor.php deleted file mode 100755 index af477e65..00000000 --- a/Sources/vendor/twig/twig/src/NodeVisitor/MacroAutoImportNodeVisitor.php +++ /dev/null @@ -1,74 +0,0 @@ - - * - * @internal - */ -final class MacroAutoImportNodeVisitor implements NodeVisitorInterface -{ - private $inAModule = false; - private $hasMacroCalls = false; - - public function enterNode(Node $node, Environment $env): Node - { - if ($node instanceof ModuleNode) { - $this->inAModule = true; - $this->hasMacroCalls = false; - } - - return $node; - } - - public function leaveNode(Node $node, Environment $env): Node - { - if ($node instanceof ModuleNode) { - $this->inAModule = false; - if ($this->hasMacroCalls) { - $node->getNode('constructor_end')->setNode('_auto_macro_import', new ImportNode(new NameExpression('_self', 0), new AssignNameExpression('_self', 0), 0, 'import', true)); - } - } elseif ($this->inAModule) { - if ( - $node instanceof GetAttrExpression && - $node->getNode('node') instanceof NameExpression && - '_self' === $node->getNode('node')->getAttribute('name') && - $node->getNode('attribute') instanceof ConstantExpression - ) { - $this->hasMacroCalls = true; - - $name = $node->getNode('attribute')->getAttribute('value'); - $node = new MethodCallExpression($node->getNode('node'), 'macro_'.$name, $node->getNode('arguments'), $node->getTemplateLine()); - $node->setAttribute('safe', true); - } - } - - return $node; - } - - public function getPriority(): int - { - // we must be ran before auto-escaping - return -10; - } -} diff --git a/Sources/vendor/twig/twig/src/NodeVisitor/NodeVisitorInterface.php b/Sources/vendor/twig/twig/src/NodeVisitor/NodeVisitorInterface.php deleted file mode 100755 index 59e836db..00000000 --- a/Sources/vendor/twig/twig/src/NodeVisitor/NodeVisitorInterface.php +++ /dev/null @@ -1,46 +0,0 @@ - - */ -interface NodeVisitorInterface -{ - /** - * Called before child nodes are visited. - * - * @return Node The modified node - */ - public function enterNode(Node $node, Environment $env): Node; - - /** - * Called after child nodes are visited. - * - * @return Node|null The modified node or null if the node must be removed - */ - public function leaveNode(Node $node, Environment $env): ?Node; - - /** - * Returns the priority for this visitor. - * - * Priority should be between -10 and 10 (0 is the default). - * - * @return int The priority level - */ - public function getPriority(); -} diff --git a/Sources/vendor/twig/twig/src/NodeVisitor/OptimizerNodeVisitor.php b/Sources/vendor/twig/twig/src/NodeVisitor/OptimizerNodeVisitor.php deleted file mode 100755 index 7ac75e41..00000000 --- a/Sources/vendor/twig/twig/src/NodeVisitor/OptimizerNodeVisitor.php +++ /dev/null @@ -1,217 +0,0 @@ - - * - * @internal - */ -final class OptimizerNodeVisitor implements NodeVisitorInterface -{ - public const OPTIMIZE_ALL = -1; - public const OPTIMIZE_NONE = 0; - public const OPTIMIZE_FOR = 2; - public const OPTIMIZE_RAW_FILTER = 4; - - private $loops = []; - private $loopsTargets = []; - private $optimizers; - - /** - * @param int $optimizers The optimizer mode - */ - public function __construct(int $optimizers = -1) - { - if ($optimizers > (self::OPTIMIZE_FOR | self::OPTIMIZE_RAW_FILTER)) { - throw new \InvalidArgumentException(sprintf('Optimizer mode "%s" is not valid.', $optimizers)); - } - - $this->optimizers = $optimizers; - } - - public function enterNode(Node $node, Environment $env): Node - { - if (self::OPTIMIZE_FOR === (self::OPTIMIZE_FOR & $this->optimizers)) { - $this->enterOptimizeFor($node, $env); - } - - return $node; - } - - public function leaveNode(Node $node, Environment $env): ?Node - { - if (self::OPTIMIZE_FOR === (self::OPTIMIZE_FOR & $this->optimizers)) { - $this->leaveOptimizeFor($node, $env); - } - - if (self::OPTIMIZE_RAW_FILTER === (self::OPTIMIZE_RAW_FILTER & $this->optimizers)) { - $node = $this->optimizeRawFilter($node, $env); - } - - $node = $this->optimizePrintNode($node, $env); - - return $node; - } - - /** - * Optimizes print nodes. - * - * It replaces: - * - * * "echo $this->render(Parent)Block()" with "$this->display(Parent)Block()" - */ - private function optimizePrintNode(Node $node, Environment $env): Node - { - if (!$node instanceof PrintNode) { - return $node; - } - - $exprNode = $node->getNode('expr'); - if ( - $exprNode instanceof BlockReferenceExpression || - $exprNode instanceof ParentExpression - ) { - $exprNode->setAttribute('output', true); - - return $exprNode; - } - - return $node; - } - - /** - * Removes "raw" filters. - */ - private function optimizeRawFilter(Node $node, Environment $env): Node - { - if ($node instanceof FilterExpression && 'raw' == $node->getNode('filter')->getAttribute('value')) { - return $node->getNode('node'); - } - - return $node; - } - - /** - * Optimizes "for" tag by removing the "loop" variable creation whenever possible. - */ - private function enterOptimizeFor(Node $node, Environment $env): void - { - if ($node instanceof ForNode) { - // disable the loop variable by default - $node->setAttribute('with_loop', false); - array_unshift($this->loops, $node); - array_unshift($this->loopsTargets, $node->getNode('value_target')->getAttribute('name')); - array_unshift($this->loopsTargets, $node->getNode('key_target')->getAttribute('name')); - } elseif (!$this->loops) { - // we are outside a loop - return; - } - - // when do we need to add the loop variable back? - - // the loop variable is referenced for the current loop - elseif ($node instanceof NameExpression && 'loop' === $node->getAttribute('name')) { - $node->setAttribute('always_defined', true); - $this->addLoopToCurrent(); - } - - // optimize access to loop targets - elseif ($node instanceof NameExpression && \in_array($node->getAttribute('name'), $this->loopsTargets)) { - $node->setAttribute('always_defined', true); - } - - // block reference - elseif ($node instanceof BlockReferenceNode || $node instanceof BlockReferenceExpression) { - $this->addLoopToCurrent(); - } - - // include without the only attribute - elseif ($node instanceof IncludeNode && !$node->getAttribute('only')) { - $this->addLoopToAll(); - } - - // include function without the with_context=false parameter - elseif ($node instanceof FunctionExpression - && 'include' === $node->getAttribute('name') - && (!$node->getNode('arguments')->hasNode('with_context') - || false !== $node->getNode('arguments')->getNode('with_context')->getAttribute('value') - ) - ) { - $this->addLoopToAll(); - } - - // the loop variable is referenced via an attribute - elseif ($node instanceof GetAttrExpression - && (!$node->getNode('attribute') instanceof ConstantExpression - || 'parent' === $node->getNode('attribute')->getAttribute('value') - ) - && (true === $this->loops[0]->getAttribute('with_loop') - || ($node->getNode('node') instanceof NameExpression - && 'loop' === $node->getNode('node')->getAttribute('name') - ) - ) - ) { - $this->addLoopToAll(); - } - } - - /** - * Optimizes "for" tag by removing the "loop" variable creation whenever possible. - */ - private function leaveOptimizeFor(Node $node, Environment $env): void - { - if ($node instanceof ForNode) { - array_shift($this->loops); - array_shift($this->loopsTargets); - array_shift($this->loopsTargets); - } - } - - private function addLoopToCurrent(): void - { - $this->loops[0]->setAttribute('with_loop', true); - } - - private function addLoopToAll(): void - { - foreach ($this->loops as $loop) { - $loop->setAttribute('with_loop', true); - } - } - - public function getPriority(): int - { - return 255; - } -} diff --git a/Sources/vendor/twig/twig/src/NodeVisitor/SafeAnalysisNodeVisitor.php b/Sources/vendor/twig/twig/src/NodeVisitor/SafeAnalysisNodeVisitor.php deleted file mode 100755 index 90d6f2e0..00000000 --- a/Sources/vendor/twig/twig/src/NodeVisitor/SafeAnalysisNodeVisitor.php +++ /dev/null @@ -1,160 +0,0 @@ -safeVars = $safeVars; - } - - public function getSafe(Node $node) - { - $hash = spl_object_hash($node); - if (!isset($this->data[$hash])) { - return; - } - - foreach ($this->data[$hash] as $bucket) { - if ($bucket['key'] !== $node) { - continue; - } - - if (\in_array('html_attr', $bucket['value'])) { - $bucket['value'][] = 'html'; - } - - return $bucket['value']; - } - } - - private function setSafe(Node $node, array $safe): void - { - $hash = spl_object_hash($node); - if (isset($this->data[$hash])) { - foreach ($this->data[$hash] as &$bucket) { - if ($bucket['key'] === $node) { - $bucket['value'] = $safe; - - return; - } - } - } - $this->data[$hash][] = [ - 'key' => $node, - 'value' => $safe, - ]; - } - - public function enterNode(Node $node, Environment $env): Node - { - return $node; - } - - public function leaveNode(Node $node, Environment $env): ?Node - { - if ($node instanceof ConstantExpression) { - // constants are marked safe for all - $this->setSafe($node, ['all']); - } elseif ($node instanceof BlockReferenceExpression) { - // blocks are safe by definition - $this->setSafe($node, ['all']); - } elseif ($node instanceof ParentExpression) { - // parent block is safe by definition - $this->setSafe($node, ['all']); - } elseif ($node instanceof ConditionalExpression) { - // intersect safeness of both operands - $safe = $this->intersectSafe($this->getSafe($node->getNode('expr2')), $this->getSafe($node->getNode('expr3'))); - $this->setSafe($node, $safe); - } elseif ($node instanceof FilterExpression) { - // filter expression is safe when the filter is safe - $name = $node->getNode('filter')->getAttribute('value'); - $args = $node->getNode('arguments'); - if ($filter = $env->getFilter($name)) { - $safe = $filter->getSafe($args); - if (null === $safe) { - $safe = $this->intersectSafe($this->getSafe($node->getNode('node')), $filter->getPreservesSafety()); - } - $this->setSafe($node, $safe); - } else { - $this->setSafe($node, []); - } - } elseif ($node instanceof FunctionExpression) { - // function expression is safe when the function is safe - $name = $node->getAttribute('name'); - $args = $node->getNode('arguments'); - if ($function = $env->getFunction($name)) { - $this->setSafe($node, $function->getSafe($args)); - } else { - $this->setSafe($node, []); - } - } elseif ($node instanceof MethodCallExpression) { - if ($node->getAttribute('safe')) { - $this->setSafe($node, ['all']); - } else { - $this->setSafe($node, []); - } - } elseif ($node instanceof GetAttrExpression && $node->getNode('node') instanceof NameExpression) { - $name = $node->getNode('node')->getAttribute('name'); - if (\in_array($name, $this->safeVars)) { - $this->setSafe($node, ['all']); - } else { - $this->setSafe($node, []); - } - } else { - $this->setSafe($node, []); - } - - return $node; - } - - private function intersectSafe(array $a = null, array $b = null): array - { - if (null === $a || null === $b) { - return []; - } - - if (\in_array('all', $a)) { - return $b; - } - - if (\in_array('all', $b)) { - return $a; - } - - return array_intersect($a, $b); - } - - public function getPriority(): int - { - return 0; - } -} diff --git a/Sources/vendor/twig/twig/src/NodeVisitor/SandboxNodeVisitor.php b/Sources/vendor/twig/twig/src/NodeVisitor/SandboxNodeVisitor.php deleted file mode 100755 index 1446cee6..00000000 --- a/Sources/vendor/twig/twig/src/NodeVisitor/SandboxNodeVisitor.php +++ /dev/null @@ -1,136 +0,0 @@ - - * - * @internal - */ -final class SandboxNodeVisitor implements NodeVisitorInterface -{ - private $inAModule = false; - private $tags; - private $filters; - private $functions; - private $needsToStringWrap = false; - - public function enterNode(Node $node, Environment $env): Node - { - if ($node instanceof ModuleNode) { - $this->inAModule = true; - $this->tags = []; - $this->filters = []; - $this->functions = []; - - return $node; - } elseif ($this->inAModule) { - // look for tags - if ($node->getNodeTag() && !isset($this->tags[$node->getNodeTag()])) { - $this->tags[$node->getNodeTag()] = $node; - } - - // look for filters - if ($node instanceof FilterExpression && !isset($this->filters[$node->getNode('filter')->getAttribute('value')])) { - $this->filters[$node->getNode('filter')->getAttribute('value')] = $node; - } - - // look for functions - if ($node instanceof FunctionExpression && !isset($this->functions[$node->getAttribute('name')])) { - $this->functions[$node->getAttribute('name')] = $node; - } - - // the .. operator is equivalent to the range() function - if ($node instanceof RangeBinary && !isset($this->functions['range'])) { - $this->functions['range'] = $node; - } - - if ($node instanceof PrintNode) { - $this->needsToStringWrap = true; - $this->wrapNode($node, 'expr'); - } - - if ($node instanceof SetNode && !$node->getAttribute('capture')) { - $this->needsToStringWrap = true; - } - - // wrap outer nodes that can implicitly call __toString() - if ($this->needsToStringWrap) { - if ($node instanceof ConcatBinary) { - $this->wrapNode($node, 'left'); - $this->wrapNode($node, 'right'); - } - if ($node instanceof FilterExpression) { - $this->wrapNode($node, 'node'); - $this->wrapArrayNode($node, 'arguments'); - } - if ($node instanceof FunctionExpression) { - $this->wrapArrayNode($node, 'arguments'); - } - } - } - - return $node; - } - - public function leaveNode(Node $node, Environment $env): ?Node - { - if ($node instanceof ModuleNode) { - $this->inAModule = false; - - $node->setNode('constructor_end', new Node([new CheckSecurityCallNode(), $node->getNode('constructor_end')])); - $node->setNode('class_end', new Node([new CheckSecurityNode($this->filters, $this->tags, $this->functions), $node->getNode('class_end')])); - } elseif ($this->inAModule) { - if ($node instanceof PrintNode || $node instanceof SetNode) { - $this->needsToStringWrap = false; - } - } - - return $node; - } - - private function wrapNode(Node $node, string $name): void - { - $expr = $node->getNode($name); - if ($expr instanceof NameExpression || $expr instanceof GetAttrExpression) { - $node->setNode($name, new CheckToStringNode($expr)); - } - } - - private function wrapArrayNode(Node $node, string $name): void - { - $args = $node->getNode($name); - foreach ($args as $name => $_) { - $this->wrapNode($args, $name); - } - } - - public function getPriority(): int - { - return 0; - } -} diff --git a/Sources/vendor/twig/twig/src/Parser.php b/Sources/vendor/twig/twig/src/Parser.php deleted file mode 100755 index 4428208f..00000000 --- a/Sources/vendor/twig/twig/src/Parser.php +++ /dev/null @@ -1,348 +0,0 @@ - - */ -class Parser -{ - private $stack = []; - private $stream; - private $parent; - private $visitors; - private $expressionParser; - private $blocks; - private $blockStack; - private $macros; - private $env; - private $importedSymbols; - private $traits; - private $embeddedTemplates = []; - private $varNameSalt = 0; - - public function __construct(Environment $env) - { - $this->env = $env; - } - - public function getVarName(): string - { - return sprintf('__internal_parse_%d', $this->varNameSalt++); - } - - public function parse(TokenStream $stream, $test = null, bool $dropNeedle = false): ModuleNode - { - $vars = get_object_vars($this); - unset($vars['stack'], $vars['env'], $vars['handlers'], $vars['visitors'], $vars['expressionParser'], $vars['reservedMacroNames'], $vars['varNameSalt']); - $this->stack[] = $vars; - - // node visitors - if (null === $this->visitors) { - $this->visitors = $this->env->getNodeVisitors(); - } - - if (null === $this->expressionParser) { - $this->expressionParser = new ExpressionParser($this, $this->env); - } - - $this->stream = $stream; - $this->parent = null; - $this->blocks = []; - $this->macros = []; - $this->traits = []; - $this->blockStack = []; - $this->importedSymbols = [[]]; - $this->embeddedTemplates = []; - - try { - $body = $this->subparse($test, $dropNeedle); - - if (null !== $this->parent && null === $body = $this->filterBodyNodes($body)) { - $body = new Node(); - } - } catch (SyntaxError $e) { - if (!$e->getSourceContext()) { - $e->setSourceContext($this->stream->getSourceContext()); - } - - if (!$e->getTemplateLine()) { - $e->setTemplateLine($this->stream->getCurrent()->getLine()); - } - - throw $e; - } - - $node = new ModuleNode(new BodyNode([$body]), $this->parent, new Node($this->blocks), new Node($this->macros), new Node($this->traits), $this->embeddedTemplates, $stream->getSourceContext()); - - $traverser = new NodeTraverser($this->env, $this->visitors); - - $node = $traverser->traverse($node); - - // restore previous stack so previous parse() call can resume working - foreach (array_pop($this->stack) as $key => $val) { - $this->$key = $val; - } - - return $node; - } - - public function subparse($test, bool $dropNeedle = false): Node - { - $lineno = $this->getCurrentToken()->getLine(); - $rv = []; - while (!$this->stream->isEOF()) { - switch ($this->getCurrentToken()->getType()) { - case /* Token::TEXT_TYPE */ 0: - $token = $this->stream->next(); - $rv[] = new TextNode($token->getValue(), $token->getLine()); - break; - - case /* Token::VAR_START_TYPE */ 2: - $token = $this->stream->next(); - $expr = $this->expressionParser->parseExpression(); - $this->stream->expect(/* Token::VAR_END_TYPE */ 4); - $rv[] = new PrintNode($expr, $token->getLine()); - break; - - case /* Token::BLOCK_START_TYPE */ 1: - $this->stream->next(); - $token = $this->getCurrentToken(); - - if (/* Token::NAME_TYPE */ 5 !== $token->getType()) { - throw new SyntaxError('A block must start with a tag name.', $token->getLine(), $this->stream->getSourceContext()); - } - - if (null !== $test && $test($token)) { - if ($dropNeedle) { - $this->stream->next(); - } - - if (1 === \count($rv)) { - return $rv[0]; - } - - return new Node($rv, [], $lineno); - } - - if (!$subparser = $this->env->getTokenParser($token->getValue())) { - if (null !== $test) { - $e = new SyntaxError(sprintf('Unexpected "%s" tag', $token->getValue()), $token->getLine(), $this->stream->getSourceContext()); - - if (\is_array($test) && isset($test[0]) && $test[0] instanceof TokenParserInterface) { - $e->appendMessage(sprintf(' (expecting closing tag for the "%s" tag defined near line %s).', $test[0]->getTag(), $lineno)); - } - } else { - $e = new SyntaxError(sprintf('Unknown "%s" tag.', $token->getValue()), $token->getLine(), $this->stream->getSourceContext()); - $e->addSuggestions($token->getValue(), array_keys($this->env->getTokenParsers())); - } - - throw $e; - } - - $this->stream->next(); - - $subparser->setParser($this); - $node = $subparser->parse($token); - if (null !== $node) { - $rv[] = $node; - } - break; - - default: - throw new SyntaxError('Lexer or parser ended up in unsupported state.', $this->getCurrentToken()->getLine(), $this->stream->getSourceContext()); - } - } - - if (1 === \count($rv)) { - return $rv[0]; - } - - return new Node($rv, [], $lineno); - } - - public function getBlockStack(): array - { - return $this->blockStack; - } - - public function peekBlockStack() - { - return $this->blockStack[\count($this->blockStack) - 1] ?? null; - } - - public function popBlockStack(): void - { - array_pop($this->blockStack); - } - - public function pushBlockStack($name): void - { - $this->blockStack[] = $name; - } - - public function hasBlock(string $name): bool - { - return isset($this->blocks[$name]); - } - - public function getBlock(string $name): Node - { - return $this->blocks[$name]; - } - - public function setBlock(string $name, BlockNode $value): void - { - $this->blocks[$name] = new BodyNode([$value], [], $value->getTemplateLine()); - } - - public function hasMacro(string $name): bool - { - return isset($this->macros[$name]); - } - - public function setMacro(string $name, MacroNode $node): void - { - $this->macros[$name] = $node; - } - - public function addTrait($trait): void - { - $this->traits[] = $trait; - } - - public function hasTraits(): bool - { - return \count($this->traits) > 0; - } - - public function embedTemplate(ModuleNode $template) - { - $template->setIndex(mt_rand()); - - $this->embeddedTemplates[] = $template; - } - - public function addImportedSymbol(string $type, string $alias, string $name = null, AbstractExpression $node = null): void - { - $this->importedSymbols[0][$type][$alias] = ['name' => $name, 'node' => $node]; - } - - public function getImportedSymbol(string $type, string $alias) - { - // if the symbol does not exist in the current scope (0), try in the main/global scope (last index) - return $this->importedSymbols[0][$type][$alias] ?? ($this->importedSymbols[\count($this->importedSymbols) - 1][$type][$alias] ?? null); - } - - public function isMainScope(): bool - { - return 1 === \count($this->importedSymbols); - } - - public function pushLocalScope(): void - { - array_unshift($this->importedSymbols, []); - } - - public function popLocalScope(): void - { - array_shift($this->importedSymbols); - } - - public function getExpressionParser(): ExpressionParser - { - return $this->expressionParser; - } - - public function getParent(): ?Node - { - return $this->parent; - } - - public function setParent(?Node $parent): void - { - $this->parent = $parent; - } - - public function getStream(): TokenStream - { - return $this->stream; - } - - public function getCurrentToken(): Token - { - return $this->stream->getCurrent(); - } - - private function filterBodyNodes(Node $node, bool $nested = false): ?Node - { - // check that the body does not contain non-empty output nodes - if ( - ($node instanceof TextNode && !ctype_space($node->getAttribute('data'))) - || - (!$node instanceof TextNode && !$node instanceof BlockReferenceNode && $node instanceof NodeOutputInterface) - ) { - if (false !== strpos((string) $node, \chr(0xEF).\chr(0xBB).\chr(0xBF))) { - $t = substr($node->getAttribute('data'), 3); - if ('' === $t || ctype_space($t)) { - // bypass empty nodes starting with a BOM - return null; - } - } - - throw new SyntaxError('A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag?', $node->getTemplateLine(), $this->stream->getSourceContext()); - } - - // bypass nodes that "capture" the output - if ($node instanceof NodeCaptureInterface) { - // a "block" tag in such a node will serve as a block definition AND be displayed in place as well - return $node; - } - - // "block" tags that are not captured (see above) are only used for defining - // the content of the block. In such a case, nesting it does not work as - // expected as the definition is not part of the default template code flow. - if ($nested && $node instanceof BlockReferenceNode) { - throw new SyntaxError('A block definition cannot be nested under non-capturing nodes.', $node->getTemplateLine(), $this->stream->getSourceContext()); - } - - if ($node instanceof NodeOutputInterface) { - return null; - } - - // here, $nested means "being at the root level of a child template" - // we need to discard the wrapping "Node" for the "body" node - $nested = $nested || Node::class !== \get_class($node); - foreach ($node as $k => $n) { - if (null !== $n && null === $this->filterBodyNodes($n, $nested)) { - $node->removeNode($k); - } - } - - return $node; - } -} diff --git a/Sources/vendor/twig/twig/src/Profiler/Dumper/BaseDumper.php b/Sources/vendor/twig/twig/src/Profiler/Dumper/BaseDumper.php deleted file mode 100755 index 4da43e47..00000000 --- a/Sources/vendor/twig/twig/src/Profiler/Dumper/BaseDumper.php +++ /dev/null @@ -1,63 +0,0 @@ - - */ -abstract class BaseDumper -{ - private $root; - - public function dump(Profile $profile): string - { - return $this->dumpProfile($profile); - } - - abstract protected function formatTemplate(Profile $profile, $prefix): string; - - abstract protected function formatNonTemplate(Profile $profile, $prefix): string; - - abstract protected function formatTime(Profile $profile, $percent): string; - - private function dumpProfile(Profile $profile, $prefix = '', $sibling = false): string - { - if ($profile->isRoot()) { - $this->root = $profile->getDuration(); - $start = $profile->getName(); - } else { - if ($profile->isTemplate()) { - $start = $this->formatTemplate($profile, $prefix); - } else { - $start = $this->formatNonTemplate($profile, $prefix); - } - $prefix .= $sibling ? '│ ' : ' '; - } - - $percent = $this->root ? $profile->getDuration() / $this->root * 100 : 0; - - if ($profile->getDuration() * 1000 < 1) { - $str = $start."\n"; - } else { - $str = sprintf("%s %s\n", $start, $this->formatTime($profile, $percent)); - } - - $nCount = \count($profile->getProfiles()); - foreach ($profile as $i => $p) { - $str .= $this->dumpProfile($p, $prefix, $i + 1 !== $nCount); - } - - return $str; - } -} diff --git a/Sources/vendor/twig/twig/src/Profiler/Dumper/BlackfireDumper.php b/Sources/vendor/twig/twig/src/Profiler/Dumper/BlackfireDumper.php deleted file mode 100755 index 03abe0fa..00000000 --- a/Sources/vendor/twig/twig/src/Profiler/Dumper/BlackfireDumper.php +++ /dev/null @@ -1,72 +0,0 @@ - - */ -final class BlackfireDumper -{ - public function dump(Profile $profile): string - { - $data = []; - $this->dumpProfile('main()', $profile, $data); - $this->dumpChildren('main()', $profile, $data); - - $start = sprintf('%f', microtime(true)); - $str = << $values) { - $str .= "$name//{$values['ct']} {$values['wt']} {$values['mu']} {$values['pmu']}\n"; - } - - return $str; - } - - private function dumpChildren(string $parent, Profile $profile, &$data) - { - foreach ($profile as $p) { - if ($p->isTemplate()) { - $name = $p->getTemplate(); - } else { - $name = sprintf('%s::%s(%s)', $p->getTemplate(), $p->getType(), $p->getName()); - } - $this->dumpProfile(sprintf('%s==>%s', $parent, $name), $p, $data); - $this->dumpChildren($name, $p, $data); - } - } - - private function dumpProfile(string $edge, Profile $profile, &$data) - { - if (isset($data[$edge])) { - ++$data[$edge]['ct']; - $data[$edge]['wt'] += floor($profile->getDuration() * 1000000); - $data[$edge]['mu'] += $profile->getMemoryUsage(); - $data[$edge]['pmu'] += $profile->getPeakMemoryUsage(); - } else { - $data[$edge] = [ - 'ct' => 1, - 'wt' => floor($profile->getDuration() * 1000000), - 'mu' => $profile->getMemoryUsage(), - 'pmu' => $profile->getPeakMemoryUsage(), - ]; - } - } -} diff --git a/Sources/vendor/twig/twig/src/Profiler/Dumper/HtmlDumper.php b/Sources/vendor/twig/twig/src/Profiler/Dumper/HtmlDumper.php deleted file mode 100755 index 1f2433b4..00000000 --- a/Sources/vendor/twig/twig/src/Profiler/Dumper/HtmlDumper.php +++ /dev/null @@ -1,47 +0,0 @@ - - */ -final class HtmlDumper extends BaseDumper -{ - private static $colors = [ - 'block' => '#dfd', - 'macro' => '#ddf', - 'template' => '#ffd', - 'big' => '#d44', - ]; - - public function dump(Profile $profile): string - { - return '
    '.parent::dump($profile).'
    '; - } - - protected function formatTemplate(Profile $profile, $prefix): string - { - return sprintf('%s└ %s', $prefix, self::$colors['template'], $profile->getTemplate()); - } - - protected function formatNonTemplate(Profile $profile, $prefix): string - { - return sprintf('%s└ %s::%s(%s)', $prefix, $profile->getTemplate(), $profile->getType(), isset(self::$colors[$profile->getType()]) ? self::$colors[$profile->getType()] : 'auto', $profile->getName()); - } - - protected function formatTime(Profile $profile, $percent): string - { - return sprintf('%.2fms/%.0f%%', $percent > 20 ? self::$colors['big'] : 'auto', $profile->getDuration() * 1000, $percent); - } -} diff --git a/Sources/vendor/twig/twig/src/Profiler/Dumper/TextDumper.php b/Sources/vendor/twig/twig/src/Profiler/Dumper/TextDumper.php deleted file mode 100755 index 31561c46..00000000 --- a/Sources/vendor/twig/twig/src/Profiler/Dumper/TextDumper.php +++ /dev/null @@ -1,35 +0,0 @@ - - */ -final class TextDumper extends BaseDumper -{ - protected function formatTemplate(Profile $profile, $prefix): string - { - return sprintf('%s└ %s', $prefix, $profile->getTemplate()); - } - - protected function formatNonTemplate(Profile $profile, $prefix): string - { - return sprintf('%s└ %s::%s(%s)', $prefix, $profile->getTemplate(), $profile->getType(), $profile->getName()); - } - - protected function formatTime(Profile $profile, $percent): string - { - return sprintf('%.2fms/%.0f%%', $profile->getDuration() * 1000, $percent); - } -} diff --git a/Sources/vendor/twig/twig/src/Profiler/Node/EnterProfileNode.php b/Sources/vendor/twig/twig/src/Profiler/Node/EnterProfileNode.php deleted file mode 100755 index 1494baf4..00000000 --- a/Sources/vendor/twig/twig/src/Profiler/Node/EnterProfileNode.php +++ /dev/null @@ -1,42 +0,0 @@ - - */ -class EnterProfileNode extends Node -{ - public function __construct(string $extensionName, string $type, string $name, string $varName) - { - parent::__construct([], ['extension_name' => $extensionName, 'name' => $name, 'type' => $type, 'var_name' => $varName]); - } - - public function compile(Compiler $compiler): void - { - $compiler - ->write(sprintf('$%s = $this->extensions[', $this->getAttribute('var_name'))) - ->repr($this->getAttribute('extension_name')) - ->raw("];\n") - ->write(sprintf('$%s->enter($%s = new \Twig\Profiler\Profile($this->getTemplateName(), ', $this->getAttribute('var_name'), $this->getAttribute('var_name').'_prof')) - ->repr($this->getAttribute('type')) - ->raw(', ') - ->repr($this->getAttribute('name')) - ->raw("));\n\n") - ; - } -} diff --git a/Sources/vendor/twig/twig/src/Profiler/Node/LeaveProfileNode.php b/Sources/vendor/twig/twig/src/Profiler/Node/LeaveProfileNode.php deleted file mode 100755 index 94cebbaa..00000000 --- a/Sources/vendor/twig/twig/src/Profiler/Node/LeaveProfileNode.php +++ /dev/null @@ -1,36 +0,0 @@ - - */ -class LeaveProfileNode extends Node -{ - public function __construct(string $varName) - { - parent::__construct([], ['var_name' => $varName]); - } - - public function compile(Compiler $compiler): void - { - $compiler - ->write("\n") - ->write(sprintf("\$%s->leave(\$%s);\n\n", $this->getAttribute('var_name'), $this->getAttribute('var_name').'_prof')) - ; - } -} diff --git a/Sources/vendor/twig/twig/src/Profiler/NodeVisitor/ProfilerNodeVisitor.php b/Sources/vendor/twig/twig/src/Profiler/NodeVisitor/ProfilerNodeVisitor.php deleted file mode 100755 index 91abee80..00000000 --- a/Sources/vendor/twig/twig/src/Profiler/NodeVisitor/ProfilerNodeVisitor.php +++ /dev/null @@ -1,70 +0,0 @@ - - */ -final class ProfilerNodeVisitor implements NodeVisitorInterface -{ - private $extensionName; - private $varName; - - public function __construct(string $extensionName) - { - $this->extensionName = $extensionName; - $this->varName = sprintf('__internal_%s', hash(\PHP_VERSION_ID < 80100 ? 'sha256' : 'xxh128', $extensionName)); - } - - public function enterNode(Node $node, Environment $env): Node - { - return $node; - } - - public function leaveNode(Node $node, Environment $env): ?Node - { - if ($node instanceof ModuleNode) { - $node->setNode('display_start', new Node([new EnterProfileNode($this->extensionName, Profile::TEMPLATE, $node->getTemplateName(), $this->varName), $node->getNode('display_start')])); - $node->setNode('display_end', new Node([new LeaveProfileNode($this->varName), $node->getNode('display_end')])); - } elseif ($node instanceof BlockNode) { - $node->setNode('body', new BodyNode([ - new EnterProfileNode($this->extensionName, Profile::BLOCK, $node->getAttribute('name'), $this->varName), - $node->getNode('body'), - new LeaveProfileNode($this->varName), - ])); - } elseif ($node instanceof MacroNode) { - $node->setNode('body', new BodyNode([ - new EnterProfileNode($this->extensionName, Profile::MACRO, $node->getAttribute('name'), $this->varName), - $node->getNode('body'), - new LeaveProfileNode($this->varName), - ])); - } - - return $node; - } - - public function getPriority(): int - { - return 0; - } -} diff --git a/Sources/vendor/twig/twig/src/Profiler/Profile.php b/Sources/vendor/twig/twig/src/Profiler/Profile.php deleted file mode 100755 index 252ca9b0..00000000 --- a/Sources/vendor/twig/twig/src/Profiler/Profile.php +++ /dev/null @@ -1,181 +0,0 @@ - - */ -final class Profile implements \IteratorAggregate, \Serializable -{ - public const ROOT = 'ROOT'; - public const BLOCK = 'block'; - public const TEMPLATE = 'template'; - public const MACRO = 'macro'; - - private $template; - private $name; - private $type; - private $starts = []; - private $ends = []; - private $profiles = []; - - public function __construct(string $template = 'main', string $type = self::ROOT, string $name = 'main') - { - $this->template = $template; - $this->type = $type; - $this->name = 0 === strpos($name, '__internal_') ? 'INTERNAL' : $name; - $this->enter(); - } - - public function getTemplate(): string - { - return $this->template; - } - - public function getType(): string - { - return $this->type; - } - - public function getName(): string - { - return $this->name; - } - - public function isRoot(): bool - { - return self::ROOT === $this->type; - } - - public function isTemplate(): bool - { - return self::TEMPLATE === $this->type; - } - - public function isBlock(): bool - { - return self::BLOCK === $this->type; - } - - public function isMacro(): bool - { - return self::MACRO === $this->type; - } - - /** - * @return Profile[] - */ - public function getProfiles(): array - { - return $this->profiles; - } - - public function addProfile(self $profile): void - { - $this->profiles[] = $profile; - } - - /** - * Returns the duration in microseconds. - */ - public function getDuration(): float - { - if ($this->isRoot() && $this->profiles) { - // for the root node with children, duration is the sum of all child durations - $duration = 0; - foreach ($this->profiles as $profile) { - $duration += $profile->getDuration(); - } - - return $duration; - } - - return isset($this->ends['wt']) && isset($this->starts['wt']) ? $this->ends['wt'] - $this->starts['wt'] : 0; - } - - /** - * Returns the memory usage in bytes. - */ - public function getMemoryUsage(): int - { - return isset($this->ends['mu']) && isset($this->starts['mu']) ? $this->ends['mu'] - $this->starts['mu'] : 0; - } - - /** - * Returns the peak memory usage in bytes. - */ - public function getPeakMemoryUsage(): int - { - return isset($this->ends['pmu']) && isset($this->starts['pmu']) ? $this->ends['pmu'] - $this->starts['pmu'] : 0; - } - - /** - * Starts the profiling. - */ - public function enter(): void - { - $this->starts = [ - 'wt' => microtime(true), - 'mu' => memory_get_usage(), - 'pmu' => memory_get_peak_usage(), - ]; - } - - /** - * Stops the profiling. - */ - public function leave(): void - { - $this->ends = [ - 'wt' => microtime(true), - 'mu' => memory_get_usage(), - 'pmu' => memory_get_peak_usage(), - ]; - } - - public function reset(): void - { - $this->starts = $this->ends = $this->profiles = []; - $this->enter(); - } - - public function getIterator(): \Traversable - { - return new \ArrayIterator($this->profiles); - } - - public function serialize(): string - { - return serialize($this->__serialize()); - } - - public function unserialize($data): void - { - $this->__unserialize(unserialize($data)); - } - - /** - * @internal - */ - public function __serialize(): array - { - return [$this->template, $this->name, $this->type, $this->starts, $this->ends, $this->profiles]; - } - - /** - * @internal - */ - public function __unserialize(array $data): void - { - list($this->template, $this->name, $this->type, $this->starts, $this->ends, $this->profiles) = $data; - } -} diff --git a/Sources/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php b/Sources/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php deleted file mode 100755 index b360d7be..00000000 --- a/Sources/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php +++ /dev/null @@ -1,37 +0,0 @@ - - * @author Robin Chalas - */ -class ContainerRuntimeLoader implements RuntimeLoaderInterface -{ - private $container; - - public function __construct(ContainerInterface $container) - { - $this->container = $container; - } - - public function load(string $class) - { - return $this->container->has($class) ? $this->container->get($class) : null; - } -} diff --git a/Sources/vendor/twig/twig/src/RuntimeLoader/FactoryRuntimeLoader.php b/Sources/vendor/twig/twig/src/RuntimeLoader/FactoryRuntimeLoader.php deleted file mode 100755 index 13064839..00000000 --- a/Sources/vendor/twig/twig/src/RuntimeLoader/FactoryRuntimeLoader.php +++ /dev/null @@ -1,41 +0,0 @@ - - */ -class FactoryRuntimeLoader implements RuntimeLoaderInterface -{ - private $map; - - /** - * @param array $map An array where keys are class names and values factory callables - */ - public function __construct(array $map = []) - { - $this->map = $map; - } - - public function load(string $class) - { - if (!isset($this->map[$class])) { - return null; - } - - $runtimeFactory = $this->map[$class]; - - return $runtimeFactory(); - } -} diff --git a/Sources/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php b/Sources/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php deleted file mode 100755 index 9e5b2048..00000000 --- a/Sources/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php +++ /dev/null @@ -1,27 +0,0 @@ - - */ -interface RuntimeLoaderInterface -{ - /** - * Creates the runtime implementation of a Twig element (filter/function/test). - * - * @return object|null The runtime instance or null if the loader does not know how to create the runtime for this class - */ - public function load(string $class); -} diff --git a/Sources/vendor/twig/twig/src/Sandbox/SecurityError.php b/Sources/vendor/twig/twig/src/Sandbox/SecurityError.php deleted file mode 100755 index 30a404f2..00000000 --- a/Sources/vendor/twig/twig/src/Sandbox/SecurityError.php +++ /dev/null @@ -1,23 +0,0 @@ - - */ -class SecurityError extends Error -{ -} diff --git a/Sources/vendor/twig/twig/src/Sandbox/SecurityNotAllowedFilterError.php b/Sources/vendor/twig/twig/src/Sandbox/SecurityNotAllowedFilterError.php deleted file mode 100755 index 02d30636..00000000 --- a/Sources/vendor/twig/twig/src/Sandbox/SecurityNotAllowedFilterError.php +++ /dev/null @@ -1,33 +0,0 @@ - - */ -final class SecurityNotAllowedFilterError extends SecurityError -{ - private $filterName; - - public function __construct(string $message, string $functionName) - { - parent::__construct($message); - $this->filterName = $functionName; - } - - public function getFilterName(): string - { - return $this->filterName; - } -} diff --git a/Sources/vendor/twig/twig/src/Sandbox/SecurityNotAllowedFunctionError.php b/Sources/vendor/twig/twig/src/Sandbox/SecurityNotAllowedFunctionError.php deleted file mode 100755 index 4f76dc6e..00000000 --- a/Sources/vendor/twig/twig/src/Sandbox/SecurityNotAllowedFunctionError.php +++ /dev/null @@ -1,33 +0,0 @@ - - */ -final class SecurityNotAllowedFunctionError extends SecurityError -{ - private $functionName; - - public function __construct(string $message, string $functionName) - { - parent::__construct($message); - $this->functionName = $functionName; - } - - public function getFunctionName(): string - { - return $this->functionName; - } -} diff --git a/Sources/vendor/twig/twig/src/Sandbox/SecurityNotAllowedMethodError.php b/Sources/vendor/twig/twig/src/Sandbox/SecurityNotAllowedMethodError.php deleted file mode 100755 index 8df9d0ba..00000000 --- a/Sources/vendor/twig/twig/src/Sandbox/SecurityNotAllowedMethodError.php +++ /dev/null @@ -1,40 +0,0 @@ - - */ -final class SecurityNotAllowedMethodError extends SecurityError -{ - private $className; - private $methodName; - - public function __construct(string $message, string $className, string $methodName) - { - parent::__construct($message); - $this->className = $className; - $this->methodName = $methodName; - } - - public function getClassName(): string - { - return $this->className; - } - - public function getMethodName() - { - return $this->methodName; - } -} diff --git a/Sources/vendor/twig/twig/src/Sandbox/SecurityNotAllowedPropertyError.php b/Sources/vendor/twig/twig/src/Sandbox/SecurityNotAllowedPropertyError.php deleted file mode 100755 index 42ec4f38..00000000 --- a/Sources/vendor/twig/twig/src/Sandbox/SecurityNotAllowedPropertyError.php +++ /dev/null @@ -1,40 +0,0 @@ - - */ -final class SecurityNotAllowedPropertyError extends SecurityError -{ - private $className; - private $propertyName; - - public function __construct(string $message, string $className, string $propertyName) - { - parent::__construct($message); - $this->className = $className; - $this->propertyName = $propertyName; - } - - public function getClassName(): string - { - return $this->className; - } - - public function getPropertyName() - { - return $this->propertyName; - } -} diff --git a/Sources/vendor/twig/twig/src/Sandbox/SecurityNotAllowedTagError.php b/Sources/vendor/twig/twig/src/Sandbox/SecurityNotAllowedTagError.php deleted file mode 100755 index 4522150e..00000000 --- a/Sources/vendor/twig/twig/src/Sandbox/SecurityNotAllowedTagError.php +++ /dev/null @@ -1,33 +0,0 @@ - - */ -final class SecurityNotAllowedTagError extends SecurityError -{ - private $tagName; - - public function __construct(string $message, string $tagName) - { - parent::__construct($message); - $this->tagName = $tagName; - } - - public function getTagName(): string - { - return $this->tagName; - } -} diff --git a/Sources/vendor/twig/twig/src/Sandbox/SecurityPolicy.php b/Sources/vendor/twig/twig/src/Sandbox/SecurityPolicy.php deleted file mode 100755 index 2fc0d013..00000000 --- a/Sources/vendor/twig/twig/src/Sandbox/SecurityPolicy.php +++ /dev/null @@ -1,126 +0,0 @@ - - */ -final class SecurityPolicy implements SecurityPolicyInterface -{ - private $allowedTags; - private $allowedFilters; - private $allowedMethods; - private $allowedProperties; - private $allowedFunctions; - - public function __construct(array $allowedTags = [], array $allowedFilters = [], array $allowedMethods = [], array $allowedProperties = [], array $allowedFunctions = []) - { - $this->allowedTags = $allowedTags; - $this->allowedFilters = $allowedFilters; - $this->setAllowedMethods($allowedMethods); - $this->allowedProperties = $allowedProperties; - $this->allowedFunctions = $allowedFunctions; - } - - public function setAllowedTags(array $tags): void - { - $this->allowedTags = $tags; - } - - public function setAllowedFilters(array $filters): void - { - $this->allowedFilters = $filters; - } - - public function setAllowedMethods(array $methods): void - { - $this->allowedMethods = []; - foreach ($methods as $class => $m) { - $this->allowedMethods[$class] = array_map(function ($value) { return strtr($value, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 'abcdefghijklmnopqrstuvwxyz'); }, \is_array($m) ? $m : [$m]); - } - } - - public function setAllowedProperties(array $properties): void - { - $this->allowedProperties = $properties; - } - - public function setAllowedFunctions(array $functions): void - { - $this->allowedFunctions = $functions; - } - - public function checkSecurity($tags, $filters, $functions): void - { - foreach ($tags as $tag) { - if (!\in_array($tag, $this->allowedTags)) { - throw new SecurityNotAllowedTagError(sprintf('Tag "%s" is not allowed.', $tag), $tag); - } - } - - foreach ($filters as $filter) { - if (!\in_array($filter, $this->allowedFilters)) { - throw new SecurityNotAllowedFilterError(sprintf('Filter "%s" is not allowed.', $filter), $filter); - } - } - - foreach ($functions as $function) { - if (!\in_array($function, $this->allowedFunctions)) { - throw new SecurityNotAllowedFunctionError(sprintf('Function "%s" is not allowed.', $function), $function); - } - } - } - - public function checkMethodAllowed($obj, $method): void - { - if ($obj instanceof Template || $obj instanceof Markup) { - return; - } - - $allowed = false; - $method = strtr($method, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 'abcdefghijklmnopqrstuvwxyz'); - foreach ($this->allowedMethods as $class => $methods) { - if ($obj instanceof $class) { - $allowed = \in_array($method, $methods); - - break; - } - } - - if (!$allowed) { - $class = \get_class($obj); - throw new SecurityNotAllowedMethodError(sprintf('Calling "%s" method on a "%s" object is not allowed.', $method, $class), $class, $method); - } - } - - public function checkPropertyAllowed($obj, $property): void - { - $allowed = false; - foreach ($this->allowedProperties as $class => $properties) { - if ($obj instanceof $class) { - $allowed = \in_array($property, \is_array($properties) ? $properties : [$properties]); - - break; - } - } - - if (!$allowed) { - $class = \get_class($obj); - throw new SecurityNotAllowedPropertyError(sprintf('Calling "%s" property on a "%s" object is not allowed.', $property, $class), $class, $property); - } - } -} diff --git a/Sources/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php b/Sources/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php deleted file mode 100755 index 36471c54..00000000 --- a/Sources/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php +++ /dev/null @@ -1,45 +0,0 @@ - - */ -interface SecurityPolicyInterface -{ - /** - * @param string[] $tags - * @param string[] $filters - * @param string[] $functions - * - * @throws SecurityError - */ - public function checkSecurity($tags, $filters, $functions): void; - - /** - * @param object $obj - * @param string $method - * - * @throws SecurityNotAllowedMethodError - */ - public function checkMethodAllowed($obj, $method): void; - - /** - * @param object $obj - * @param string $property - * - * @throws SecurityNotAllowedPropertyError - */ - public function checkPropertyAllowed($obj, $property): void; -} diff --git a/Sources/vendor/twig/twig/src/Source.php b/Sources/vendor/twig/twig/src/Source.php deleted file mode 100755 index 3cb02403..00000000 --- a/Sources/vendor/twig/twig/src/Source.php +++ /dev/null @@ -1,51 +0,0 @@ - - */ -final class Source -{ - private $code; - private $name; - private $path; - - /** - * @param string $code The template source code - * @param string $name The template logical name - * @param string $path The filesystem path of the template if any - */ - public function __construct(string $code, string $name, string $path = '') - { - $this->code = $code; - $this->name = $name; - $this->path = $path; - } - - public function getCode(): string - { - return $this->code; - } - - public function getName(): string - { - return $this->name; - } - - public function getPath(): string - { - return $this->path; - } -} diff --git a/Sources/vendor/twig/twig/src/Template.php b/Sources/vendor/twig/twig/src/Template.php deleted file mode 100755 index e04bd04a..00000000 --- a/Sources/vendor/twig/twig/src/Template.php +++ /dev/null @@ -1,422 +0,0 @@ -load() - * instead, which returns an instance of \Twig\TemplateWrapper. - * - * @author Fabien Potencier - * - * @internal - */ -abstract class Template -{ - public const ANY_CALL = 'any'; - public const ARRAY_CALL = 'array'; - public const METHOD_CALL = 'method'; - - protected $parent; - protected $parents = []; - protected $env; - protected $blocks = []; - protected $traits = []; - protected $extensions = []; - protected $sandbox; - - public function __construct(Environment $env) - { - $this->env = $env; - $this->extensions = $env->getExtensions(); - } - - /** - * Returns the template name. - * - * @return string The template name - */ - abstract public function getTemplateName(); - - /** - * Returns debug information about the template. - * - * @return array Debug information - */ - abstract public function getDebugInfo(); - - /** - * Returns information about the original template source code. - * - * @return Source - */ - abstract public function getSourceContext(); - - /** - * Returns the parent template. - * - * This method is for internal use only and should never be called - * directly. - * - * @return Template|TemplateWrapper|false The parent template or false if there is no parent - */ - public function getParent(array $context) - { - if (null !== $this->parent) { - return $this->parent; - } - - try { - $parent = $this->doGetParent($context); - - if (false === $parent) { - return false; - } - - if ($parent instanceof self || $parent instanceof TemplateWrapper) { - return $this->parents[$parent->getSourceContext()->getName()] = $parent; - } - - if (!isset($this->parents[$parent])) { - $this->parents[$parent] = $this->loadTemplate($parent); - } - } catch (LoaderError $e) { - $e->setSourceContext(null); - $e->guess(); - - throw $e; - } - - return $this->parents[$parent]; - } - - protected function doGetParent(array $context) - { - return false; - } - - public function isTraitable() - { - return true; - } - - /** - * Displays a parent block. - * - * This method is for internal use only and should never be called - * directly. - * - * @param string $name The block name to display from the parent - * @param array $context The context - * @param array $blocks The current set of blocks - */ - public function displayParentBlock($name, array $context, array $blocks = []) - { - if (isset($this->traits[$name])) { - $this->traits[$name][0]->displayBlock($name, $context, $blocks, false); - } elseif (false !== $parent = $this->getParent($context)) { - $parent->displayBlock($name, $context, $blocks, false); - } else { - throw new RuntimeError(sprintf('The template has no parent and no traits defining the "%s" block.', $name), -1, $this->getSourceContext()); - } - } - - /** - * Displays a block. - * - * This method is for internal use only and should never be called - * directly. - * - * @param string $name The block name to display - * @param array $context The context - * @param array $blocks The current set of blocks - * @param bool $useBlocks Whether to use the current set of blocks - */ - public function displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) - { - if ($useBlocks && isset($blocks[$name])) { - $template = $blocks[$name][0]; - $block = $blocks[$name][1]; - } elseif (isset($this->blocks[$name])) { - $template = $this->blocks[$name][0]; - $block = $this->blocks[$name][1]; - } else { - $template = null; - $block = null; - } - - // avoid RCEs when sandbox is enabled - if (null !== $template && !$template instanceof self) { - throw new \LogicException('A block must be a method on a \Twig\Template instance.'); - } - - if (null !== $template) { - try { - $template->$block($context, $blocks); - } catch (Error $e) { - if (!$e->getSourceContext()) { - $e->setSourceContext($template->getSourceContext()); - } - - // this is mostly useful for \Twig\Error\LoaderError exceptions - // see \Twig\Error\LoaderError - if (-1 === $e->getTemplateLine()) { - $e->guess(); - } - - throw $e; - } catch (\Exception $e) { - $e = new RuntimeError(sprintf('An exception has been thrown during the rendering of a template ("%s").', $e->getMessage()), -1, $template->getSourceContext(), $e); - $e->guess(); - - throw $e; - } - } elseif (false !== $parent = $this->getParent($context)) { - $parent->displayBlock($name, $context, array_merge($this->blocks, $blocks), false, $templateContext ?? $this); - } elseif (isset($blocks[$name])) { - throw new RuntimeError(sprintf('Block "%s" should not call parent() in "%s" as the block does not exist in the parent template "%s".', $name, $blocks[$name][0]->getTemplateName(), $this->getTemplateName()), -1, $blocks[$name][0]->getSourceContext()); - } else { - throw new RuntimeError(sprintf('Block "%s" on template "%s" does not exist.', $name, $this->getTemplateName()), -1, ($templateContext ?? $this)->getSourceContext()); - } - } - - /** - * Renders a parent block. - * - * This method is for internal use only and should never be called - * directly. - * - * @param string $name The block name to render from the parent - * @param array $context The context - * @param array $blocks The current set of blocks - * - * @return string The rendered block - */ - public function renderParentBlock($name, array $context, array $blocks = []) - { - if ($this->env->isDebug()) { - ob_start(); - } else { - ob_start(function () { return ''; }); - } - $this->displayParentBlock($name, $context, $blocks); - - return ob_get_clean(); - } - - /** - * Renders a block. - * - * This method is for internal use only and should never be called - * directly. - * - * @param string $name The block name to render - * @param array $context The context - * @param array $blocks The current set of blocks - * @param bool $useBlocks Whether to use the current set of blocks - * - * @return string The rendered block - */ - public function renderBlock($name, array $context, array $blocks = [], $useBlocks = true) - { - if ($this->env->isDebug()) { - ob_start(); - } else { - ob_start(function () { return ''; }); - } - $this->displayBlock($name, $context, $blocks, $useBlocks); - - return ob_get_clean(); - } - - /** - * Returns whether a block exists or not in the current context of the template. - * - * This method checks blocks defined in the current template - * or defined in "used" traits or defined in parent templates. - * - * @param string $name The block name - * @param array $context The context - * @param array $blocks The current set of blocks - * - * @return bool true if the block exists, false otherwise - */ - public function hasBlock($name, array $context, array $blocks = []) - { - if (isset($blocks[$name])) { - return $blocks[$name][0] instanceof self; - } - - if (isset($this->blocks[$name])) { - return true; - } - - if (false !== $parent = $this->getParent($context)) { - return $parent->hasBlock($name, $context); - } - - return false; - } - - /** - * Returns all block names in the current context of the template. - * - * This method checks blocks defined in the current template - * or defined in "used" traits or defined in parent templates. - * - * @param array $context The context - * @param array $blocks The current set of blocks - * - * @return array An array of block names - */ - public function getBlockNames(array $context, array $blocks = []) - { - $names = array_merge(array_keys($blocks), array_keys($this->blocks)); - - if (false !== $parent = $this->getParent($context)) { - $names = array_merge($names, $parent->getBlockNames($context)); - } - - return array_unique($names); - } - - /** - * @return Template|TemplateWrapper - */ - protected function loadTemplate($template, $templateName = null, $line = null, $index = null) - { - try { - if (\is_array($template)) { - return $this->env->resolveTemplate($template); - } - - if ($template instanceof self || $template instanceof TemplateWrapper) { - return $template; - } - - if ($template === $this->getTemplateName()) { - $class = static::class; - if (false !== $pos = strrpos($class, '___', -1)) { - $class = substr($class, 0, $pos); - } - } else { - $class = $this->env->getTemplateClass($template); - } - - return $this->env->loadTemplate($class, $template, $index); - } catch (Error $e) { - if (!$e->getSourceContext()) { - $e->setSourceContext($templateName ? new Source('', $templateName) : $this->getSourceContext()); - } - - if ($e->getTemplateLine() > 0) { - throw $e; - } - - if (!$line) { - $e->guess(); - } else { - $e->setTemplateLine($line); - } - - throw $e; - } - } - - /** - * @internal - * - * @return Template - */ - public function unwrap() - { - return $this; - } - - /** - * Returns all blocks. - * - * This method is for internal use only and should never be called - * directly. - * - * @return array An array of blocks - */ - public function getBlocks() - { - return $this->blocks; - } - - public function display(array $context, array $blocks = []) - { - $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); - } - - public function render(array $context) - { - $level = ob_get_level(); - if ($this->env->isDebug()) { - ob_start(); - } else { - ob_start(function () { return ''; }); - } - try { - $this->display($context); - } catch (\Throwable $e) { - while (ob_get_level() > $level) { - ob_end_clean(); - } - - throw $e; - } - - return ob_get_clean(); - } - - protected function displayWithErrorHandling(array $context, array $blocks = []) - { - try { - $this->doDisplay($context, $blocks); - } catch (Error $e) { - if (!$e->getSourceContext()) { - $e->setSourceContext($this->getSourceContext()); - } - - // this is mostly useful for \Twig\Error\LoaderError exceptions - // see \Twig\Error\LoaderError - if (-1 === $e->getTemplateLine()) { - $e->guess(); - } - - throw $e; - } catch (\Exception $e) { - $e = new RuntimeError(sprintf('An exception has been thrown during the rendering of a template ("%s").', $e->getMessage()), -1, $this->getSourceContext(), $e); - $e->guess(); - - throw $e; - } - } - - /** - * Auto-generated method to display the template with the given context. - * - * @param array $context An array of parameters to pass to the template - * @param array $blocks An array of blocks to pass to the template - */ - abstract protected function doDisplay(array $context, array $blocks = []); -} diff --git a/Sources/vendor/twig/twig/src/TemplateWrapper.php b/Sources/vendor/twig/twig/src/TemplateWrapper.php deleted file mode 100755 index c9c6b07c..00000000 --- a/Sources/vendor/twig/twig/src/TemplateWrapper.php +++ /dev/null @@ -1,109 +0,0 @@ - - */ -final class TemplateWrapper -{ - private $env; - private $template; - - /** - * This method is for internal use only and should never be called - * directly (use Twig\Environment::load() instead). - * - * @internal - */ - public function __construct(Environment $env, Template $template) - { - $this->env = $env; - $this->template = $template; - } - - public function render(array $context = []): string - { - // using func_get_args() allows to not expose the blocks argument - // as it should only be used by internal code - return $this->template->render($context, \func_get_args()[1] ?? []); - } - - public function display(array $context = []) - { - // using func_get_args() allows to not expose the blocks argument - // as it should only be used by internal code - $this->template->display($context, \func_get_args()[1] ?? []); - } - - public function hasBlock(string $name, array $context = []): bool - { - return $this->template->hasBlock($name, $context); - } - - /** - * @return string[] An array of defined template block names - */ - public function getBlockNames(array $context = []): array - { - return $this->template->getBlockNames($context); - } - - public function renderBlock(string $name, array $context = []): string - { - $context = $this->env->mergeGlobals($context); - $level = ob_get_level(); - if ($this->env->isDebug()) { - ob_start(); - } else { - ob_start(function () { return ''; }); - } - try { - $this->template->displayBlock($name, $context); - } catch (\Throwable $e) { - while (ob_get_level() > $level) { - ob_end_clean(); - } - - throw $e; - } - - return ob_get_clean(); - } - - public function displayBlock(string $name, array $context = []) - { - $this->template->displayBlock($name, $this->env->mergeGlobals($context)); - } - - public function getSourceContext(): Source - { - return $this->template->getSourceContext(); - } - - public function getTemplateName(): string - { - return $this->template->getTemplateName(); - } - - /** - * @internal - * - * @return Template - */ - public function unwrap() - { - return $this->template; - } -} diff --git a/Sources/vendor/twig/twig/src/Test/IntegrationTestCase.php b/Sources/vendor/twig/twig/src/Test/IntegrationTestCase.php deleted file mode 100755 index 307302bb..00000000 --- a/Sources/vendor/twig/twig/src/Test/IntegrationTestCase.php +++ /dev/null @@ -1,265 +0,0 @@ - - * @author Karma Dordrak - */ -abstract class IntegrationTestCase extends TestCase -{ - /** - * @return string - */ - abstract protected function getFixturesDir(); - - /** - * @return RuntimeLoaderInterface[] - */ - protected function getRuntimeLoaders() - { - return []; - } - - /** - * @return ExtensionInterface[] - */ - protected function getExtensions() - { - return []; - } - - /** - * @return TwigFilter[] - */ - protected function getTwigFilters() - { - return []; - } - - /** - * @return TwigFunction[] - */ - protected function getTwigFunctions() - { - return []; - } - - /** - * @return TwigTest[] - */ - protected function getTwigTests() - { - return []; - } - - /** - * @dataProvider getTests - */ - public function testIntegration($file, $message, $condition, $templates, $exception, $outputs, $deprecation = '') - { - $this->doIntegrationTest($file, $message, $condition, $templates, $exception, $outputs, $deprecation); - } - - /** - * @dataProvider getLegacyTests - * @group legacy - */ - public function testLegacyIntegration($file, $message, $condition, $templates, $exception, $outputs, $deprecation = '') - { - $this->doIntegrationTest($file, $message, $condition, $templates, $exception, $outputs, $deprecation); - } - - public function getTests($name, $legacyTests = false) - { - $fixturesDir = realpath($this->getFixturesDir()); - $tests = []; - - foreach (new \RecursiveIteratorIterator(new \RecursiveDirectoryIterator($fixturesDir), \RecursiveIteratorIterator::LEAVES_ONLY) as $file) { - if (!preg_match('/\.test$/', $file)) { - continue; - } - - if ($legacyTests xor false !== strpos($file->getRealpath(), '.legacy.test')) { - continue; - } - - $test = file_get_contents($file->getRealpath()); - - if (preg_match('/--TEST--\s*(.*?)\s*(?:--CONDITION--\s*(.*))?\s*(?:--DEPRECATION--\s*(.*?))?\s*((?:--TEMPLATE(?:\(.*?\))?--(?:.*?))+)\s*(?:--DATA--\s*(.*))?\s*--EXCEPTION--\s*(.*)/sx', $test, $match)) { - $message = $match[1]; - $condition = $match[2]; - $deprecation = $match[3]; - $templates = self::parseTemplates($match[4]); - $exception = $match[6]; - $outputs = [[null, $match[5], null, '']]; - } elseif (preg_match('/--TEST--\s*(.*?)\s*(?:--CONDITION--\s*(.*))?\s*(?:--DEPRECATION--\s*(.*?))?\s*((?:--TEMPLATE(?:\(.*?\))?--(?:.*?))+)--DATA--.*?--EXPECT--.*/s', $test, $match)) { - $message = $match[1]; - $condition = $match[2]; - $deprecation = $match[3]; - $templates = self::parseTemplates($match[4]); - $exception = false; - preg_match_all('/--DATA--(.*?)(?:--CONFIG--(.*?))?--EXPECT--(.*?)(?=\-\-DATA\-\-|$)/s', $test, $outputs, \PREG_SET_ORDER); - } else { - throw new \InvalidArgumentException(sprintf('Test "%s" is not valid.', str_replace($fixturesDir.'/', '', $file))); - } - - $tests[] = [str_replace($fixturesDir.'/', '', $file), $message, $condition, $templates, $exception, $outputs, $deprecation]; - } - - if ($legacyTests && empty($tests)) { - // add a dummy test to avoid a PHPUnit message - return [['not', '-', '', [], '', []]]; - } - - return $tests; - } - - public function getLegacyTests() - { - return $this->getTests('testLegacyIntegration', true); - } - - protected function doIntegrationTest($file, $message, $condition, $templates, $exception, $outputs, $deprecation = '') - { - if (!$outputs) { - $this->markTestSkipped('no tests to run'); - } - - if ($condition) { - eval('$ret = '.$condition.';'); - if (!$ret) { - $this->markTestSkipped($condition); - } - } - - $loader = new ArrayLoader($templates); - - foreach ($outputs as $i => $match) { - $config = array_merge([ - 'cache' => false, - 'strict_variables' => true, - ], $match[2] ? eval($match[2].';') : []); - $twig = new Environment($loader, $config); - $twig->addGlobal('global', 'global'); - foreach ($this->getRuntimeLoaders() as $runtimeLoader) { - $twig->addRuntimeLoader($runtimeLoader); - } - - foreach ($this->getExtensions() as $extension) { - $twig->addExtension($extension); - } - - foreach ($this->getTwigFilters() as $filter) { - $twig->addFilter($filter); - } - - foreach ($this->getTwigTests() as $test) { - $twig->addTest($test); - } - - foreach ($this->getTwigFunctions() as $function) { - $twig->addFunction($function); - } - - // avoid using the same PHP class name for different cases - $p = new \ReflectionProperty($twig, 'templateClassPrefix'); - $p->setAccessible(true); - $p->setValue($twig, '__TwigTemplate_'.hash(\PHP_VERSION_ID < 80100 ? 'sha256' : 'xxh128', uniqid(mt_rand(), true), false).'_'); - - $deprecations = []; - try { - $prevHandler = set_error_handler(function ($type, $msg, $file, $line, $context = []) use (&$deprecations, &$prevHandler) { - if (\E_USER_DEPRECATED === $type) { - $deprecations[] = $msg; - - return true; - } - - return $prevHandler ? $prevHandler($type, $msg, $file, $line, $context) : false; - }); - - $template = $twig->load('index.twig'); - } catch (\Exception $e) { - if (false !== $exception) { - $message = $e->getMessage(); - $this->assertSame(trim($exception), trim(sprintf('%s: %s', \get_class($e), $message))); - $last = substr($message, \strlen($message) - 1); - $this->assertTrue('.' === $last || '?' === $last, 'Exception message must end with a dot or a question mark.'); - - return; - } - - throw new Error(sprintf('%s: %s', \get_class($e), $e->getMessage()), -1, null, $e); - } finally { - restore_error_handler(); - } - - $this->assertSame($deprecation, implode("\n", $deprecations)); - - try { - $output = trim($template->render(eval($match[1].';')), "\n "); - } catch (\Exception $e) { - if (false !== $exception) { - $this->assertSame(trim($exception), trim(sprintf('%s: %s', \get_class($e), $e->getMessage()))); - - return; - } - - $e = new Error(sprintf('%s: %s', \get_class($e), $e->getMessage()), -1, null, $e); - - $output = trim(sprintf('%s: %s', \get_class($e), $e->getMessage())); - } - - if (false !== $exception) { - list($class) = explode(':', $exception); - $constraintClass = class_exists('PHPUnit\Framework\Constraint\Exception') ? 'PHPUnit\Framework\Constraint\Exception' : 'PHPUnit_Framework_Constraint_Exception'; - $this->assertThat(null, new $constraintClass($class)); - } - - $expected = trim($match[3], "\n "); - - if ($expected !== $output) { - printf("Compiled templates that failed on case %d:\n", $i + 1); - - foreach (array_keys($templates) as $name) { - echo "Template: $name\n"; - echo $twig->compile($twig->parse($twig->tokenize($twig->getLoader()->getSourceContext($name)))); - } - } - $this->assertEquals($expected, $output, $message.' (in '.$file.')'); - } - } - - protected static function parseTemplates($test) - { - $templates = []; - preg_match_all('/--TEMPLATE(?:\((.*?)\))?--(.*?)(?=\-\-TEMPLATE|$)/s', $test, $matches, \PREG_SET_ORDER); - foreach ($matches as $match) { - $templates[($match[1] ?: 'index.twig')] = $match[2]; - } - - return $templates; - } -} diff --git a/Sources/vendor/twig/twig/src/Test/NodeTestCase.php b/Sources/vendor/twig/twig/src/Test/NodeTestCase.php deleted file mode 100755 index 3b8b2c86..00000000 --- a/Sources/vendor/twig/twig/src/Test/NodeTestCase.php +++ /dev/null @@ -1,65 +0,0 @@ -assertNodeCompilation($source, $node, $environment, $isPattern); - } - - public function assertNodeCompilation($source, Node $node, Environment $environment = null, $isPattern = false) - { - $compiler = $this->getCompiler($environment); - $compiler->compile($node); - - if ($isPattern) { - $this->assertStringMatchesFormat($source, trim($compiler->getSource())); - } else { - $this->assertEquals($source, trim($compiler->getSource())); - } - } - - protected function getCompiler(Environment $environment = null) - { - return new Compiler(null === $environment ? $this->getEnvironment() : $environment); - } - - protected function getEnvironment() - { - return new Environment(new ArrayLoader([])); - } - - protected function getVariableGetter($name, $line = false) - { - $line = $line > 0 ? "// line $line\n" : ''; - - return sprintf('%s($context["%s"] ?? null)', $line, $name); - } - - protected function getAttributeGetter() - { - return 'twig_get_attribute($this->env, $this->source, '; - } -} diff --git a/Sources/vendor/twig/twig/src/Token.php b/Sources/vendor/twig/twig/src/Token.php deleted file mode 100755 index fd1a89d2..00000000 --- a/Sources/vendor/twig/twig/src/Token.php +++ /dev/null @@ -1,184 +0,0 @@ - - */ -final class Token -{ - private $value; - private $type; - private $lineno; - - public const EOF_TYPE = -1; - public const TEXT_TYPE = 0; - public const BLOCK_START_TYPE = 1; - public const VAR_START_TYPE = 2; - public const BLOCK_END_TYPE = 3; - public const VAR_END_TYPE = 4; - public const NAME_TYPE = 5; - public const NUMBER_TYPE = 6; - public const STRING_TYPE = 7; - public const OPERATOR_TYPE = 8; - public const PUNCTUATION_TYPE = 9; - public const INTERPOLATION_START_TYPE = 10; - public const INTERPOLATION_END_TYPE = 11; - public const ARROW_TYPE = 12; - public const SPREAD_TYPE = 13; - - public function __construct(int $type, $value, int $lineno) - { - $this->type = $type; - $this->value = $value; - $this->lineno = $lineno; - } - - public function __toString() - { - return sprintf('%s(%s)', self::typeToString($this->type, true), $this->value); - } - - /** - * Tests the current token for a type and/or a value. - * - * Parameters may be: - * * just type - * * type and value (or array of possible values) - * * just value (or array of possible values) (NAME_TYPE is used as type) - * - * @param array|string|int $type The type to test - * @param array|string|null $values The token value - */ - public function test($type, $values = null): bool - { - if (null === $values && !\is_int($type)) { - $values = $type; - $type = self::NAME_TYPE; - } - - return ($this->type === $type) && ( - null === $values || - (\is_array($values) && \in_array($this->value, $values)) || - $this->value == $values - ); - } - - public function getLine(): int - { - return $this->lineno; - } - - public function getType(): int - { - return $this->type; - } - - public function getValue() - { - return $this->value; - } - - public static function typeToString(int $type, bool $short = false): string - { - switch ($type) { - case self::EOF_TYPE: - $name = 'EOF_TYPE'; - break; - case self::TEXT_TYPE: - $name = 'TEXT_TYPE'; - break; - case self::BLOCK_START_TYPE: - $name = 'BLOCK_START_TYPE'; - break; - case self::VAR_START_TYPE: - $name = 'VAR_START_TYPE'; - break; - case self::BLOCK_END_TYPE: - $name = 'BLOCK_END_TYPE'; - break; - case self::VAR_END_TYPE: - $name = 'VAR_END_TYPE'; - break; - case self::NAME_TYPE: - $name = 'NAME_TYPE'; - break; - case self::NUMBER_TYPE: - $name = 'NUMBER_TYPE'; - break; - case self::STRING_TYPE: - $name = 'STRING_TYPE'; - break; - case self::OPERATOR_TYPE: - $name = 'OPERATOR_TYPE'; - break; - case self::PUNCTUATION_TYPE: - $name = 'PUNCTUATION_TYPE'; - break; - case self::INTERPOLATION_START_TYPE: - $name = 'INTERPOLATION_START_TYPE'; - break; - case self::INTERPOLATION_END_TYPE: - $name = 'INTERPOLATION_END_TYPE'; - break; - case self::ARROW_TYPE: - $name = 'ARROW_TYPE'; - break; - case self::SPREAD_TYPE: - $name = 'SPREAD_TYPE'; - break; - default: - throw new \LogicException(sprintf('Token of type "%s" does not exist.', $type)); - } - - return $short ? $name : 'Twig\Token::'.$name; - } - - public static function typeToEnglish(int $type): string - { - switch ($type) { - case self::EOF_TYPE: - return 'end of template'; - case self::TEXT_TYPE: - return 'text'; - case self::BLOCK_START_TYPE: - return 'begin of statement block'; - case self::VAR_START_TYPE: - return 'begin of print statement'; - case self::BLOCK_END_TYPE: - return 'end of statement block'; - case self::VAR_END_TYPE: - return 'end of print statement'; - case self::NAME_TYPE: - return 'name'; - case self::NUMBER_TYPE: - return 'number'; - case self::STRING_TYPE: - return 'string'; - case self::OPERATOR_TYPE: - return 'operator'; - case self::PUNCTUATION_TYPE: - return 'punctuation'; - case self::INTERPOLATION_START_TYPE: - return 'begin of string interpolation'; - case self::INTERPOLATION_END_TYPE: - return 'end of string interpolation'; - case self::ARROW_TYPE: - return 'arrow function'; - case self::SPREAD_TYPE: - return 'spread operator'; - default: - throw new \LogicException(sprintf('Token of type "%s" does not exist.', $type)); - } - } -} diff --git a/Sources/vendor/twig/twig/src/TokenParser/AbstractTokenParser.php b/Sources/vendor/twig/twig/src/TokenParser/AbstractTokenParser.php deleted file mode 100755 index 720ea676..00000000 --- a/Sources/vendor/twig/twig/src/TokenParser/AbstractTokenParser.php +++ /dev/null @@ -1,32 +0,0 @@ - - */ -abstract class AbstractTokenParser implements TokenParserInterface -{ - /** - * @var Parser - */ - protected $parser; - - public function setParser(Parser $parser): void - { - $this->parser = $parser; - } -} diff --git a/Sources/vendor/twig/twig/src/TokenParser/ApplyTokenParser.php b/Sources/vendor/twig/twig/src/TokenParser/ApplyTokenParser.php deleted file mode 100755 index 4dbf3040..00000000 --- a/Sources/vendor/twig/twig/src/TokenParser/ApplyTokenParser.php +++ /dev/null @@ -1,60 +0,0 @@ -getLine(); - $name = $this->parser->getVarName(); - - $ref = new TempNameExpression($name, $lineno); - $ref->setAttribute('always_defined', true); - - $filter = $this->parser->getExpressionParser()->parseFilterExpressionRaw($ref, $this->getTag()); - - $this->parser->getStream()->expect(Token::BLOCK_END_TYPE); - $body = $this->parser->subparse([$this, 'decideApplyEnd'], true); - $this->parser->getStream()->expect(Token::BLOCK_END_TYPE); - - return new Node([ - new SetNode(true, $ref, $body, $lineno, $this->getTag()), - new PrintNode($filter, $lineno, $this->getTag()), - ]); - } - - public function decideApplyEnd(Token $token): bool - { - return $token->test('endapply'); - } - - public function getTag(): string - { - return 'apply'; - } -} diff --git a/Sources/vendor/twig/twig/src/TokenParser/AutoEscapeTokenParser.php b/Sources/vendor/twig/twig/src/TokenParser/AutoEscapeTokenParser.php deleted file mode 100755 index b674bea4..00000000 --- a/Sources/vendor/twig/twig/src/TokenParser/AutoEscapeTokenParser.php +++ /dev/null @@ -1,58 +0,0 @@ -getLine(); - $stream = $this->parser->getStream(); - - if ($stream->test(/* Token::BLOCK_END_TYPE */ 3)) { - $value = 'html'; - } else { - $expr = $this->parser->getExpressionParser()->parseExpression(); - if (!$expr instanceof ConstantExpression) { - throw new SyntaxError('An escaping strategy must be a string or false.', $stream->getCurrent()->getLine(), $stream->getSourceContext()); - } - $value = $expr->getAttribute('value'); - } - - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - $body = $this->parser->subparse([$this, 'decideBlockEnd'], true); - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - - return new AutoEscapeNode($value, $body, $lineno, $this->getTag()); - } - - public function decideBlockEnd(Token $token): bool - { - return $token->test('endautoescape'); - } - - public function getTag(): string - { - return 'autoescape'; - } -} diff --git a/Sources/vendor/twig/twig/src/TokenParser/BlockTokenParser.php b/Sources/vendor/twig/twig/src/TokenParser/BlockTokenParser.php deleted file mode 100755 index 5878131b..00000000 --- a/Sources/vendor/twig/twig/src/TokenParser/BlockTokenParser.php +++ /dev/null @@ -1,78 +0,0 @@ - - * {% block title %}{% endblock %} - My Webpage - * {% endblock %} - * - * @internal - */ -final class BlockTokenParser extends AbstractTokenParser -{ - public function parse(Token $token): Node - { - $lineno = $token->getLine(); - $stream = $this->parser->getStream(); - $name = $stream->expect(/* Token::NAME_TYPE */ 5)->getValue(); - if ($this->parser->hasBlock($name)) { - throw new SyntaxError(sprintf("The block '%s' has already been defined line %d.", $name, $this->parser->getBlock($name)->getTemplateLine()), $stream->getCurrent()->getLine(), $stream->getSourceContext()); - } - $this->parser->setBlock($name, $block = new BlockNode($name, new Node([]), $lineno)); - $this->parser->pushLocalScope(); - $this->parser->pushBlockStack($name); - - if ($stream->nextIf(/* Token::BLOCK_END_TYPE */ 3)) { - $body = $this->parser->subparse([$this, 'decideBlockEnd'], true); - if ($token = $stream->nextIf(/* Token::NAME_TYPE */ 5)) { - $value = $token->getValue(); - - if ($value != $name) { - throw new SyntaxError(sprintf('Expected endblock for block "%s" (but "%s" given).', $name, $value), $stream->getCurrent()->getLine(), $stream->getSourceContext()); - } - } - } else { - $body = new Node([ - new PrintNode($this->parser->getExpressionParser()->parseExpression(), $lineno), - ]); - } - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - - $block->setNode('body', $body); - $this->parser->popBlockStack(); - $this->parser->popLocalScope(); - - return new BlockReferenceNode($name, $lineno, $this->getTag()); - } - - public function decideBlockEnd(Token $token): bool - { - return $token->test('endblock'); - } - - public function getTag(): string - { - return 'block'; - } -} diff --git a/Sources/vendor/twig/twig/src/TokenParser/DeprecatedTokenParser.php b/Sources/vendor/twig/twig/src/TokenParser/DeprecatedTokenParser.php deleted file mode 100755 index 31416c79..00000000 --- a/Sources/vendor/twig/twig/src/TokenParser/DeprecatedTokenParser.php +++ /dev/null @@ -1,43 +0,0 @@ - - * - * @internal - */ -final class DeprecatedTokenParser extends AbstractTokenParser -{ - public function parse(Token $token): Node - { - $expr = $this->parser->getExpressionParser()->parseExpression(); - - $this->parser->getStream()->expect(Token::BLOCK_END_TYPE); - - return new DeprecatedNode($expr, $token->getLine(), $this->getTag()); - } - - public function getTag(): string - { - return 'deprecated'; - } -} diff --git a/Sources/vendor/twig/twig/src/TokenParser/DoTokenParser.php b/Sources/vendor/twig/twig/src/TokenParser/DoTokenParser.php deleted file mode 100755 index 32c8f12f..00000000 --- a/Sources/vendor/twig/twig/src/TokenParser/DoTokenParser.php +++ /dev/null @@ -1,38 +0,0 @@ -parser->getExpressionParser()->parseExpression(); - - $this->parser->getStream()->expect(/* Token::BLOCK_END_TYPE */ 3); - - return new DoNode($expr, $token->getLine(), $this->getTag()); - } - - public function getTag(): string - { - return 'do'; - } -} diff --git a/Sources/vendor/twig/twig/src/TokenParser/EmbedTokenParser.php b/Sources/vendor/twig/twig/src/TokenParser/EmbedTokenParser.php deleted file mode 100755 index 64b4f296..00000000 --- a/Sources/vendor/twig/twig/src/TokenParser/EmbedTokenParser.php +++ /dev/null @@ -1,73 +0,0 @@ -parser->getStream(); - - $parent = $this->parser->getExpressionParser()->parseExpression(); - - list($variables, $only, $ignoreMissing) = $this->parseArguments(); - - $parentToken = $fakeParentToken = new Token(/* Token::STRING_TYPE */ 7, '__parent__', $token->getLine()); - if ($parent instanceof ConstantExpression) { - $parentToken = new Token(/* Token::STRING_TYPE */ 7, $parent->getAttribute('value'), $token->getLine()); - } elseif ($parent instanceof NameExpression) { - $parentToken = new Token(/* Token::NAME_TYPE */ 5, $parent->getAttribute('name'), $token->getLine()); - } - - // inject a fake parent to make the parent() function work - $stream->injectTokens([ - new Token(/* Token::BLOCK_START_TYPE */ 1, '', $token->getLine()), - new Token(/* Token::NAME_TYPE */ 5, 'extends', $token->getLine()), - $parentToken, - new Token(/* Token::BLOCK_END_TYPE */ 3, '', $token->getLine()), - ]); - - $module = $this->parser->parse($stream, [$this, 'decideBlockEnd'], true); - - // override the parent with the correct one - if ($fakeParentToken === $parentToken) { - $module->setNode('parent', $parent); - } - - $this->parser->embedTemplate($module); - - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - - return new EmbedNode($module->getTemplateName(), $module->getAttribute('index'), $variables, $only, $ignoreMissing, $token->getLine(), $this->getTag()); - } - - public function decideBlockEnd(Token $token): bool - { - return $token->test('endembed'); - } - - public function getTag(): string - { - return 'embed'; - } -} diff --git a/Sources/vendor/twig/twig/src/TokenParser/ExtendsTokenParser.php b/Sources/vendor/twig/twig/src/TokenParser/ExtendsTokenParser.php deleted file mode 100755 index 0ca46dd2..00000000 --- a/Sources/vendor/twig/twig/src/TokenParser/ExtendsTokenParser.php +++ /dev/null @@ -1,52 +0,0 @@ -parser->getStream(); - - if ($this->parser->peekBlockStack()) { - throw new SyntaxError('Cannot use "extend" in a block.', $token->getLine(), $stream->getSourceContext()); - } elseif (!$this->parser->isMainScope()) { - throw new SyntaxError('Cannot use "extend" in a macro.', $token->getLine(), $stream->getSourceContext()); - } - - if (null !== $this->parser->getParent()) { - throw new SyntaxError('Multiple extends tags are forbidden.', $token->getLine(), $stream->getSourceContext()); - } - $this->parser->setParent($this->parser->getExpressionParser()->parseExpression()); - - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - - return new Node(); - } - - public function getTag(): string - { - return 'extends'; - } -} diff --git a/Sources/vendor/twig/twig/src/TokenParser/FlushTokenParser.php b/Sources/vendor/twig/twig/src/TokenParser/FlushTokenParser.php deleted file mode 100755 index 02c74aa1..00000000 --- a/Sources/vendor/twig/twig/src/TokenParser/FlushTokenParser.php +++ /dev/null @@ -1,38 +0,0 @@ -parser->getStream()->expect(/* Token::BLOCK_END_TYPE */ 3); - - return new FlushNode($token->getLine(), $this->getTag()); - } - - public function getTag(): string - { - return 'flush'; - } -} diff --git a/Sources/vendor/twig/twig/src/TokenParser/ForTokenParser.php b/Sources/vendor/twig/twig/src/TokenParser/ForTokenParser.php deleted file mode 100755 index bac8ba2d..00000000 --- a/Sources/vendor/twig/twig/src/TokenParser/ForTokenParser.php +++ /dev/null @@ -1,78 +0,0 @@ - - * {% for user in users %} - *
  • {{ user.username|e }}
  • - * {% endfor %} - * - * - * @internal - */ -final class ForTokenParser extends AbstractTokenParser -{ - public function parse(Token $token): Node - { - $lineno = $token->getLine(); - $stream = $this->parser->getStream(); - $targets = $this->parser->getExpressionParser()->parseAssignmentExpression(); - $stream->expect(/* Token::OPERATOR_TYPE */ 8, 'in'); - $seq = $this->parser->getExpressionParser()->parseExpression(); - - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - $body = $this->parser->subparse([$this, 'decideForFork']); - if ('else' == $stream->next()->getValue()) { - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - $else = $this->parser->subparse([$this, 'decideForEnd'], true); - } else { - $else = null; - } - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - - if (\count($targets) > 1) { - $keyTarget = $targets->getNode(0); - $keyTarget = new AssignNameExpression($keyTarget->getAttribute('name'), $keyTarget->getTemplateLine()); - $valueTarget = $targets->getNode(1); - } else { - $keyTarget = new AssignNameExpression('_key', $lineno); - $valueTarget = $targets->getNode(0); - } - $valueTarget = new AssignNameExpression($valueTarget->getAttribute('name'), $valueTarget->getTemplateLine()); - - return new ForNode($keyTarget, $valueTarget, $seq, null, $body, $else, $lineno, $this->getTag()); - } - - public function decideForFork(Token $token): bool - { - return $token->test(['else', 'endfor']); - } - - public function decideForEnd(Token $token): bool - { - return $token->test('endfor'); - } - - public function getTag(): string - { - return 'for'; - } -} diff --git a/Sources/vendor/twig/twig/src/TokenParser/FromTokenParser.php b/Sources/vendor/twig/twig/src/TokenParser/FromTokenParser.php deleted file mode 100755 index 35098c26..00000000 --- a/Sources/vendor/twig/twig/src/TokenParser/FromTokenParser.php +++ /dev/null @@ -1,66 +0,0 @@ -parser->getExpressionParser()->parseExpression(); - $stream = $this->parser->getStream(); - $stream->expect(/* Token::NAME_TYPE */ 5, 'import'); - - $targets = []; - do { - $name = $stream->expect(/* Token::NAME_TYPE */ 5)->getValue(); - - $alias = $name; - if ($stream->nextIf('as')) { - $alias = $stream->expect(/* Token::NAME_TYPE */ 5)->getValue(); - } - - $targets[$name] = $alias; - - if (!$stream->nextIf(/* Token::PUNCTUATION_TYPE */ 9, ',')) { - break; - } - } while (true); - - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - - $var = new AssignNameExpression($this->parser->getVarName(), $token->getLine()); - $node = new ImportNode($macro, $var, $token->getLine(), $this->getTag(), $this->parser->isMainScope()); - - foreach ($targets as $name => $alias) { - $this->parser->addImportedSymbol('function', $alias, 'macro_'.$name, $var); - } - - return $node; - } - - public function getTag(): string - { - return 'from'; - } -} diff --git a/Sources/vendor/twig/twig/src/TokenParser/IfTokenParser.php b/Sources/vendor/twig/twig/src/TokenParser/IfTokenParser.php deleted file mode 100755 index c0fe6df0..00000000 --- a/Sources/vendor/twig/twig/src/TokenParser/IfTokenParser.php +++ /dev/null @@ -1,89 +0,0 @@ - - * {% for user in users %} - *
  • {{ user.username|e }}
  • - * {% endfor %} - * - * {% endif %} - * - * @internal - */ -final class IfTokenParser extends AbstractTokenParser -{ - public function parse(Token $token): Node - { - $lineno = $token->getLine(); - $expr = $this->parser->getExpressionParser()->parseExpression(); - $stream = $this->parser->getStream(); - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - $body = $this->parser->subparse([$this, 'decideIfFork']); - $tests = [$expr, $body]; - $else = null; - - $end = false; - while (!$end) { - switch ($stream->next()->getValue()) { - case 'else': - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - $else = $this->parser->subparse([$this, 'decideIfEnd']); - break; - - case 'elseif': - $expr = $this->parser->getExpressionParser()->parseExpression(); - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - $body = $this->parser->subparse([$this, 'decideIfFork']); - $tests[] = $expr; - $tests[] = $body; - break; - - case 'endif': - $end = true; - break; - - default: - throw new SyntaxError(sprintf('Unexpected end of template. Twig was looking for the following tags "else", "elseif", or "endif" to close the "if" block started at line %d).', $lineno), $stream->getCurrent()->getLine(), $stream->getSourceContext()); - } - } - - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - - return new IfNode(new Node($tests), $else, $lineno, $this->getTag()); - } - - public function decideIfFork(Token $token): bool - { - return $token->test(['elseif', 'else', 'endif']); - } - - public function decideIfEnd(Token $token): bool - { - return $token->test(['endif']); - } - - public function getTag(): string - { - return 'if'; - } -} diff --git a/Sources/vendor/twig/twig/src/TokenParser/ImportTokenParser.php b/Sources/vendor/twig/twig/src/TokenParser/ImportTokenParser.php deleted file mode 100755 index 44cb4dad..00000000 --- a/Sources/vendor/twig/twig/src/TokenParser/ImportTokenParser.php +++ /dev/null @@ -1,44 +0,0 @@ -parser->getExpressionParser()->parseExpression(); - $this->parser->getStream()->expect(/* Token::NAME_TYPE */ 5, 'as'); - $var = new AssignNameExpression($this->parser->getStream()->expect(/* Token::NAME_TYPE */ 5)->getValue(), $token->getLine()); - $this->parser->getStream()->expect(/* Token::BLOCK_END_TYPE */ 3); - - $this->parser->addImportedSymbol('template', $var->getAttribute('name')); - - return new ImportNode($macro, $var, $token->getLine(), $this->getTag(), $this->parser->isMainScope()); - } - - public function getTag(): string - { - return 'import'; - } -} diff --git a/Sources/vendor/twig/twig/src/TokenParser/IncludeTokenParser.php b/Sources/vendor/twig/twig/src/TokenParser/IncludeTokenParser.php deleted file mode 100755 index 28beb8ae..00000000 --- a/Sources/vendor/twig/twig/src/TokenParser/IncludeTokenParser.php +++ /dev/null @@ -1,69 +0,0 @@ -parser->getExpressionParser()->parseExpression(); - - list($variables, $only, $ignoreMissing) = $this->parseArguments(); - - return new IncludeNode($expr, $variables, $only, $ignoreMissing, $token->getLine(), $this->getTag()); - } - - protected function parseArguments() - { - $stream = $this->parser->getStream(); - - $ignoreMissing = false; - if ($stream->nextIf(/* Token::NAME_TYPE */ 5, 'ignore')) { - $stream->expect(/* Token::NAME_TYPE */ 5, 'missing'); - - $ignoreMissing = true; - } - - $variables = null; - if ($stream->nextIf(/* Token::NAME_TYPE */ 5, 'with')) { - $variables = $this->parser->getExpressionParser()->parseExpression(); - } - - $only = false; - if ($stream->nextIf(/* Token::NAME_TYPE */ 5, 'only')) { - $only = true; - } - - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - - return [$variables, $only, $ignoreMissing]; - } - - public function getTag(): string - { - return 'include'; - } -} diff --git a/Sources/vendor/twig/twig/src/TokenParser/MacroTokenParser.php b/Sources/vendor/twig/twig/src/TokenParser/MacroTokenParser.php deleted file mode 100755 index f584927e..00000000 --- a/Sources/vendor/twig/twig/src/TokenParser/MacroTokenParser.php +++ /dev/null @@ -1,66 +0,0 @@ - - * {% endmacro %} - * - * @internal - */ -final class MacroTokenParser extends AbstractTokenParser -{ - public function parse(Token $token): Node - { - $lineno = $token->getLine(); - $stream = $this->parser->getStream(); - $name = $stream->expect(/* Token::NAME_TYPE */ 5)->getValue(); - - $arguments = $this->parser->getExpressionParser()->parseArguments(true, true); - - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - $this->parser->pushLocalScope(); - $body = $this->parser->subparse([$this, 'decideBlockEnd'], true); - if ($token = $stream->nextIf(/* Token::NAME_TYPE */ 5)) { - $value = $token->getValue(); - - if ($value != $name) { - throw new SyntaxError(sprintf('Expected endmacro for macro "%s" (but "%s" given).', $name, $value), $stream->getCurrent()->getLine(), $stream->getSourceContext()); - } - } - $this->parser->popLocalScope(); - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - - $this->parser->setMacro($name, new MacroNode($name, new BodyNode([$body]), $arguments, $lineno, $this->getTag())); - - return new Node(); - } - - public function decideBlockEnd(Token $token): bool - { - return $token->test('endmacro'); - } - - public function getTag(): string - { - return 'macro'; - } -} diff --git a/Sources/vendor/twig/twig/src/TokenParser/SandboxTokenParser.php b/Sources/vendor/twig/twig/src/TokenParser/SandboxTokenParser.php deleted file mode 100755 index c919556e..00000000 --- a/Sources/vendor/twig/twig/src/TokenParser/SandboxTokenParser.php +++ /dev/null @@ -1,66 +0,0 @@ -parser->getStream(); - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - $body = $this->parser->subparse([$this, 'decideBlockEnd'], true); - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - - // in a sandbox tag, only include tags are allowed - if (!$body instanceof IncludeNode) { - foreach ($body as $node) { - if ($node instanceof TextNode && ctype_space($node->getAttribute('data'))) { - continue; - } - - if (!$node instanceof IncludeNode) { - throw new SyntaxError('Only "include" tags are allowed within a "sandbox" section.', $node->getTemplateLine(), $stream->getSourceContext()); - } - } - } - - return new SandboxNode($body, $token->getLine(), $this->getTag()); - } - - public function decideBlockEnd(Token $token): bool - { - return $token->test('endsandbox'); - } - - public function getTag(): string - { - return 'sandbox'; - } -} diff --git a/Sources/vendor/twig/twig/src/TokenParser/SetTokenParser.php b/Sources/vendor/twig/twig/src/TokenParser/SetTokenParser.php deleted file mode 100755 index 2fbdfe09..00000000 --- a/Sources/vendor/twig/twig/src/TokenParser/SetTokenParser.php +++ /dev/null @@ -1,73 +0,0 @@ -getLine(); - $stream = $this->parser->getStream(); - $names = $this->parser->getExpressionParser()->parseAssignmentExpression(); - - $capture = false; - if ($stream->nextIf(/* Token::OPERATOR_TYPE */ 8, '=')) { - $values = $this->parser->getExpressionParser()->parseMultitargetExpression(); - - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - - if (\count($names) !== \count($values)) { - throw new SyntaxError('When using set, you must have the same number of variables and assignments.', $stream->getCurrent()->getLine(), $stream->getSourceContext()); - } - } else { - $capture = true; - - if (\count($names) > 1) { - throw new SyntaxError('When using set with a block, you cannot have a multi-target.', $stream->getCurrent()->getLine(), $stream->getSourceContext()); - } - - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - - $values = $this->parser->subparse([$this, 'decideBlockEnd'], true); - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - } - - return new SetNode($capture, $names, $values, $lineno, $this->getTag()); - } - - public function decideBlockEnd(Token $token): bool - { - return $token->test('endset'); - } - - public function getTag(): string - { - return 'set'; - } -} diff --git a/Sources/vendor/twig/twig/src/TokenParser/TokenParserInterface.php b/Sources/vendor/twig/twig/src/TokenParser/TokenParserInterface.php deleted file mode 100755 index bb8db3e5..00000000 --- a/Sources/vendor/twig/twig/src/TokenParser/TokenParserInterface.php +++ /dev/null @@ -1,46 +0,0 @@ - - */ -interface TokenParserInterface -{ - /** - * Sets the parser associated with this token parser. - */ - public function setParser(Parser $parser): void; - - /** - * Parses a token and returns a node. - * - * @return Node - * - * @throws SyntaxError - */ - public function parse(Token $token); - - /** - * Gets the tag name associated with this token parser. - * - * @return string - */ - public function getTag(); -} diff --git a/Sources/vendor/twig/twig/src/TokenParser/UseTokenParser.php b/Sources/vendor/twig/twig/src/TokenParser/UseTokenParser.php deleted file mode 100755 index d0a2de41..00000000 --- a/Sources/vendor/twig/twig/src/TokenParser/UseTokenParser.php +++ /dev/null @@ -1,73 +0,0 @@ -parser->getExpressionParser()->parseExpression(); - $stream = $this->parser->getStream(); - - if (!$template instanceof ConstantExpression) { - throw new SyntaxError('The template references in a "use" statement must be a string.', $stream->getCurrent()->getLine(), $stream->getSourceContext()); - } - - $targets = []; - if ($stream->nextIf('with')) { - do { - $name = $stream->expect(/* Token::NAME_TYPE */ 5)->getValue(); - - $alias = $name; - if ($stream->nextIf('as')) { - $alias = $stream->expect(/* Token::NAME_TYPE */ 5)->getValue(); - } - - $targets[$name] = new ConstantExpression($alias, -1); - - if (!$stream->nextIf(/* Token::PUNCTUATION_TYPE */ 9, ',')) { - break; - } - } while (true); - } - - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - - $this->parser->addTrait(new Node(['template' => $template, 'targets' => new Node($targets)])); - - return new Node(); - } - - public function getTag(): string - { - return 'use'; - } -} diff --git a/Sources/vendor/twig/twig/src/TokenParser/WithTokenParser.php b/Sources/vendor/twig/twig/src/TokenParser/WithTokenParser.php deleted file mode 100755 index 7d8cbe26..00000000 --- a/Sources/vendor/twig/twig/src/TokenParser/WithTokenParser.php +++ /dev/null @@ -1,56 +0,0 @@ - - * - * @internal - */ -final class WithTokenParser extends AbstractTokenParser -{ - public function parse(Token $token): Node - { - $stream = $this->parser->getStream(); - - $variables = null; - $only = false; - if (!$stream->test(/* Token::BLOCK_END_TYPE */ 3)) { - $variables = $this->parser->getExpressionParser()->parseExpression(); - $only = (bool) $stream->nextIf(/* Token::NAME_TYPE */ 5, 'only'); - } - - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - - $body = $this->parser->subparse([$this, 'decideWithEnd'], true); - - $stream->expect(/* Token::BLOCK_END_TYPE */ 3); - - return new WithNode($body, $variables, $only, $token->getLine(), $this->getTag()); - } - - public function decideWithEnd(Token $token): bool - { - return $token->test('endwith'); - } - - public function getTag(): string - { - return 'with'; - } -} diff --git a/Sources/vendor/twig/twig/src/TokenStream.php b/Sources/vendor/twig/twig/src/TokenStream.php deleted file mode 100755 index 1eac11a0..00000000 --- a/Sources/vendor/twig/twig/src/TokenStream.php +++ /dev/null @@ -1,132 +0,0 @@ - - */ -final class TokenStream -{ - private $tokens; - private $current = 0; - private $source; - - public function __construct(array $tokens, Source $source = null) - { - $this->tokens = $tokens; - $this->source = $source ?: new Source('', ''); - } - - public function __toString() - { - return implode("\n", $this->tokens); - } - - public function injectTokens(array $tokens) - { - $this->tokens = array_merge(\array_slice($this->tokens, 0, $this->current), $tokens, \array_slice($this->tokens, $this->current)); - } - - /** - * Sets the pointer to the next token and returns the old one. - */ - public function next(): Token - { - if (!isset($this->tokens[++$this->current])) { - throw new SyntaxError('Unexpected end of template.', $this->tokens[$this->current - 1]->getLine(), $this->source); - } - - return $this->tokens[$this->current - 1]; - } - - /** - * Tests a token, sets the pointer to the next one and returns it or throws a syntax error. - * - * @return Token|null The next token if the condition is true, null otherwise - */ - public function nextIf($primary, $secondary = null) - { - if ($this->tokens[$this->current]->test($primary, $secondary)) { - return $this->next(); - } - } - - /** - * Tests a token and returns it or throws a syntax error. - */ - public function expect($type, $value = null, string $message = null): Token - { - $token = $this->tokens[$this->current]; - if (!$token->test($type, $value)) { - $line = $token->getLine(); - throw new SyntaxError(sprintf('%sUnexpected token "%s"%s ("%s" expected%s).', - $message ? $message.'. ' : '', - Token::typeToEnglish($token->getType()), - $token->getValue() ? sprintf(' of value "%s"', $token->getValue()) : '', - Token::typeToEnglish($type), $value ? sprintf(' with value "%s"', $value) : ''), - $line, - $this->source - ); - } - $this->next(); - - return $token; - } - - /** - * Looks at the next token. - */ - public function look(int $number = 1): Token - { - if (!isset($this->tokens[$this->current + $number])) { - throw new SyntaxError('Unexpected end of template.', $this->tokens[$this->current + $number - 1]->getLine(), $this->source); - } - - return $this->tokens[$this->current + $number]; - } - - /** - * Tests the current token. - */ - public function test($primary, $secondary = null): bool - { - return $this->tokens[$this->current]->test($primary, $secondary); - } - - /** - * Checks if end of stream was reached. - */ - public function isEOF(): bool - { - return /* Token::EOF_TYPE */ -1 === $this->tokens[$this->current]->getType(); - } - - public function getCurrent(): Token - { - return $this->tokens[$this->current]; - } - - /** - * Gets the source associated with this stream. - * - * @internal - */ - public function getSourceContext(): Source - { - return $this->source; - } -} diff --git a/Sources/vendor/twig/twig/src/TwigFilter.php b/Sources/vendor/twig/twig/src/TwigFilter.php deleted file mode 100755 index 8993026c..00000000 --- a/Sources/vendor/twig/twig/src/TwigFilter.php +++ /dev/null @@ -1,134 +0,0 @@ - - * - * @see https://twig.symfony.com/doc/templates.html#filters - */ -final class TwigFilter -{ - private $name; - private $callable; - private $options; - private $arguments = []; - - /** - * @param callable|array{class-string, string}|null $callable A callable implementing the filter. If null, you need to overwrite the "node_class" option to customize compilation. - */ - public function __construct(string $name, $callable = null, array $options = []) - { - $this->name = $name; - $this->callable = $callable; - $this->options = array_merge([ - 'needs_environment' => false, - 'needs_context' => false, - 'is_variadic' => false, - 'is_safe' => null, - 'is_safe_callback' => null, - 'pre_escape' => null, - 'preserves_safety' => null, - 'node_class' => FilterExpression::class, - 'deprecated' => false, - 'alternative' => null, - ], $options); - } - - public function getName(): string - { - return $this->name; - } - - /** - * Returns the callable to execute for this filter. - * - * @return callable|array{class-string, string}|null - */ - public function getCallable() - { - return $this->callable; - } - - public function getNodeClass(): string - { - return $this->options['node_class']; - } - - public function setArguments(array $arguments): void - { - $this->arguments = $arguments; - } - - public function getArguments(): array - { - return $this->arguments; - } - - public function needsEnvironment(): bool - { - return $this->options['needs_environment']; - } - - public function needsContext(): bool - { - return $this->options['needs_context']; - } - - public function getSafe(Node $filterArgs): ?array - { - if (null !== $this->options['is_safe']) { - return $this->options['is_safe']; - } - - if (null !== $this->options['is_safe_callback']) { - return $this->options['is_safe_callback']($filterArgs); - } - - return null; - } - - public function getPreservesSafety(): ?array - { - return $this->options['preserves_safety']; - } - - public function getPreEscape(): ?string - { - return $this->options['pre_escape']; - } - - public function isVariadic(): bool - { - return $this->options['is_variadic']; - } - - public function isDeprecated(): bool - { - return (bool) $this->options['deprecated']; - } - - public function getDeprecatedVersion(): string - { - return \is_bool($this->options['deprecated']) ? '' : $this->options['deprecated']; - } - - public function getAlternative(): ?string - { - return $this->options['alternative']; - } -} diff --git a/Sources/vendor/twig/twig/src/TwigFunction.php b/Sources/vendor/twig/twig/src/TwigFunction.php deleted file mode 100755 index d910d1fd..00000000 --- a/Sources/vendor/twig/twig/src/TwigFunction.php +++ /dev/null @@ -1,122 +0,0 @@ - - * - * @see https://twig.symfony.com/doc/templates.html#functions - */ -final class TwigFunction -{ - private $name; - private $callable; - private $options; - private $arguments = []; - - /** - * @param callable|array{class-string, string}|null $callable A callable implementing the function. If null, you need to overwrite the "node_class" option to customize compilation. - */ - public function __construct(string $name, $callable = null, array $options = []) - { - $this->name = $name; - $this->callable = $callable; - $this->options = array_merge([ - 'needs_environment' => false, - 'needs_context' => false, - 'is_variadic' => false, - 'is_safe' => null, - 'is_safe_callback' => null, - 'node_class' => FunctionExpression::class, - 'deprecated' => false, - 'alternative' => null, - ], $options); - } - - public function getName(): string - { - return $this->name; - } - - /** - * Returns the callable to execute for this function. - * - * @return callable|array{class-string, string}|null - */ - public function getCallable() - { - return $this->callable; - } - - public function getNodeClass(): string - { - return $this->options['node_class']; - } - - public function setArguments(array $arguments): void - { - $this->arguments = $arguments; - } - - public function getArguments(): array - { - return $this->arguments; - } - - public function needsEnvironment(): bool - { - return $this->options['needs_environment']; - } - - public function needsContext(): bool - { - return $this->options['needs_context']; - } - - public function getSafe(Node $functionArgs): ?array - { - if (null !== $this->options['is_safe']) { - return $this->options['is_safe']; - } - - if (null !== $this->options['is_safe_callback']) { - return $this->options['is_safe_callback']($functionArgs); - } - - return []; - } - - public function isVariadic(): bool - { - return (bool) $this->options['is_variadic']; - } - - public function isDeprecated(): bool - { - return (bool) $this->options['deprecated']; - } - - public function getDeprecatedVersion(): string - { - return \is_bool($this->options['deprecated']) ? '' : $this->options['deprecated']; - } - - public function getAlternative(): ?string - { - return $this->options['alternative']; - } -} diff --git a/Sources/vendor/twig/twig/src/TwigTest.php b/Sources/vendor/twig/twig/src/TwigTest.php deleted file mode 100755 index 3769ec16..00000000 --- a/Sources/vendor/twig/twig/src/TwigTest.php +++ /dev/null @@ -1,100 +0,0 @@ - - * - * @see https://twig.symfony.com/doc/templates.html#test-operator - */ -final class TwigTest -{ - private $name; - private $callable; - private $options; - private $arguments = []; - - /** - * @param callable|array{class-string, string}|null $callable A callable implementing the test. If null, you need to overwrite the "node_class" option to customize compilation. - */ - public function __construct(string $name, $callable = null, array $options = []) - { - $this->name = $name; - $this->callable = $callable; - $this->options = array_merge([ - 'is_variadic' => false, - 'node_class' => TestExpression::class, - 'deprecated' => false, - 'alternative' => null, - 'one_mandatory_argument' => false, - ], $options); - } - - public function getName(): string - { - return $this->name; - } - - /** - * Returns the callable to execute for this test. - * - * @return callable|array{class-string, string}|null - */ - public function getCallable() - { - return $this->callable; - } - - public function getNodeClass(): string - { - return $this->options['node_class']; - } - - public function setArguments(array $arguments): void - { - $this->arguments = $arguments; - } - - public function getArguments(): array - { - return $this->arguments; - } - - public function isVariadic(): bool - { - return (bool) $this->options['is_variadic']; - } - - public function isDeprecated(): bool - { - return (bool) $this->options['deprecated']; - } - - public function getDeprecatedVersion(): string - { - return \is_bool($this->options['deprecated']) ? '' : $this->options['deprecated']; - } - - public function getAlternative(): ?string - { - return $this->options['alternative']; - } - - public function hasOneMandatoryArgument(): bool - { - return (bool) $this->options['one_mandatory_argument']; - } -} diff --git a/Sources/vendor/twig/twig/src/Util/DeprecationCollector.php b/Sources/vendor/twig/twig/src/Util/DeprecationCollector.php deleted file mode 100755 index 378b666b..00000000 --- a/Sources/vendor/twig/twig/src/Util/DeprecationCollector.php +++ /dev/null @@ -1,77 +0,0 @@ - - */ -final class DeprecationCollector -{ - private $twig; - - public function __construct(Environment $twig) - { - $this->twig = $twig; - } - - /** - * Returns deprecations for templates contained in a directory. - * - * @param string $dir A directory where templates are stored - * @param string $ext Limit the loaded templates by extension - * - * @return array An array of deprecations - */ - public function collectDir(string $dir, string $ext = '.twig'): array - { - $iterator = new \RegexIterator( - new \RecursiveIteratorIterator( - new \RecursiveDirectoryIterator($dir), \RecursiveIteratorIterator::LEAVES_ONLY - ), '{'.preg_quote($ext).'$}' - ); - - return $this->collect(new TemplateDirIterator($iterator)); - } - - /** - * Returns deprecations for passed templates. - * - * @param \Traversable $iterator An iterator of templates (where keys are template names and values the contents of the template) - * - * @return array An array of deprecations - */ - public function collect(\Traversable $iterator): array - { - $deprecations = []; - set_error_handler(function ($type, $msg) use (&$deprecations) { - if (\E_USER_DEPRECATED === $type) { - $deprecations[] = $msg; - } - }); - - foreach ($iterator as $name => $contents) { - try { - $this->twig->parse($this->twig->tokenize(new Source($contents, $name))); - } catch (SyntaxError $e) { - // ignore templates containing syntax errors - } - } - - restore_error_handler(); - - return $deprecations; - } -} diff --git a/Sources/vendor/twig/twig/src/Util/TemplateDirIterator.php b/Sources/vendor/twig/twig/src/Util/TemplateDirIterator.php deleted file mode 100755 index 3bef14be..00000000 --- a/Sources/vendor/twig/twig/src/Util/TemplateDirIterator.php +++ /dev/null @@ -1,36 +0,0 @@ - - */ -class TemplateDirIterator extends \IteratorIterator -{ - /** - * @return mixed - */ - #[\ReturnTypeWillChange] - public function current() - { - return file_get_contents(parent::current()); - } - - /** - * @return mixed - */ - #[\ReturnTypeWillChange] - public function key() - { - return (string) parent::key(); - } -} diff --git a/Sources/vendor/vlucas/phpdotenv/LICENSE b/Sources/vendor/vlucas/phpdotenv/LICENSE deleted file mode 100644 index 922c5522..00000000 --- a/Sources/vendor/vlucas/phpdotenv/LICENSE +++ /dev/null @@ -1,30 +0,0 @@ -BSD 3-Clause License - -Copyright (c) 2014, Graham Campbell. -Copyright (c) 2013, Vance Lucas. -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -1. Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -3. Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Sources/vendor/vlucas/phpdotenv/composer.json b/Sources/vendor/vlucas/phpdotenv/composer.json deleted file mode 100644 index 46fdbafd..00000000 --- a/Sources/vendor/vlucas/phpdotenv/composer.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "name": "vlucas/phpdotenv", - "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", - "keywords": ["env", "dotenv", "environment"], - "license": "BSD-3-Clause", - "authors": [ - { - "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk", - "homepage": "https://github.com/GrahamCampbell" - }, - { - "name": "Vance Lucas", - "email": "vance@vancelucas.com", - "homepage": "https://github.com/vlucas" - } - ], - "require": { - "php": "^7.1.3 || ^8.0", - "ext-pcre": "*", - "graham-campbell/result-type": "^1.0.2", - "phpoption/phpoption": "^1.8", - "symfony/polyfill-ctype": "^1.23", - "symfony/polyfill-mbstring": "^1.23.1", - "symfony/polyfill-php80": "^1.23.1" - }, - "require-dev": { - "ext-filter": "*", - "bamarni/composer-bin-plugin": "^1.4.1", - "phpunit/phpunit": "^7.5.20 || ^8.5.30 || ^9.5.25" - }, - "autoload": { - "psr-4": { - "Dotenv\\": "src/" - } - }, - "autoload-dev": { - "psr-4": { - "Dotenv\\Tests\\": "tests/Dotenv/" - } - }, - "suggest": { - "ext-filter": "Required to use the boolean validator." - }, - "config": { - "allow-plugins": { - "bamarni/composer-bin-plugin": true - }, - "preferred-install": "dist" - }, - "extra": { - "bamarni-bin": { - "bin-links": true, - "forward-command": true - }, - "branch-alias": { - "dev-master": "5.5-dev" - } - } -} diff --git a/Sources/vendor/vlucas/phpdotenv/src/Dotenv.php b/Sources/vendor/vlucas/phpdotenv/src/Dotenv.php deleted file mode 100644 index 0460ced2..00000000 --- a/Sources/vendor/vlucas/phpdotenv/src/Dotenv.php +++ /dev/null @@ -1,267 +0,0 @@ -store = $store; - $this->parser = $parser; - $this->loader = $loader; - $this->repository = $repository; - } - - /** - * Create a new dotenv instance. - * - * @param \Dotenv\Repository\RepositoryInterface $repository - * @param string|string[] $paths - * @param string|string[]|null $names - * @param bool $shortCircuit - * @param string|null $fileEncoding - * - * @return \Dotenv\Dotenv - */ - public static function create(RepositoryInterface $repository, $paths, $names = null, bool $shortCircuit = true, string $fileEncoding = null) - { - $builder = $names === null ? StoreBuilder::createWithDefaultName() : StoreBuilder::createWithNoNames(); - - foreach ((array) $paths as $path) { - $builder = $builder->addPath($path); - } - - foreach ((array) $names as $name) { - $builder = $builder->addName($name); - } - - if ($shortCircuit) { - $builder = $builder->shortCircuit(); - } - - return new self($builder->fileEncoding($fileEncoding)->make(), new Parser(), new Loader(), $repository); - } - - /** - * Create a new mutable dotenv instance with default repository. - * - * @param string|string[] $paths - * @param string|string[]|null $names - * @param bool $shortCircuit - * @param string|null $fileEncoding - * - * @return \Dotenv\Dotenv - */ - public static function createMutable($paths, $names = null, bool $shortCircuit = true, string $fileEncoding = null) - { - $repository = RepositoryBuilder::createWithDefaultAdapters()->make(); - - return self::create($repository, $paths, $names, $shortCircuit, $fileEncoding); - } - - /** - * Create a new mutable dotenv instance with default repository with the putenv adapter. - * - * @param string|string[] $paths - * @param string|string[]|null $names - * @param bool $shortCircuit - * @param string|null $fileEncoding - * - * @return \Dotenv\Dotenv - */ - public static function createUnsafeMutable($paths, $names = null, bool $shortCircuit = true, string $fileEncoding = null) - { - $repository = RepositoryBuilder::createWithDefaultAdapters() - ->addAdapter(PutenvAdapter::class) - ->make(); - - return self::create($repository, $paths, $names, $shortCircuit, $fileEncoding); - } - - /** - * Create a new immutable dotenv instance with default repository. - * - * @param string|string[] $paths - * @param string|string[]|null $names - * @param bool $shortCircuit - * @param string|null $fileEncoding - * - * @return \Dotenv\Dotenv - */ - public static function createImmutable($paths, $names = null, bool $shortCircuit = true, string $fileEncoding = null) - { - $repository = RepositoryBuilder::createWithDefaultAdapters()->immutable()->make(); - - return self::create($repository, $paths, $names, $shortCircuit, $fileEncoding); - } - - /** - * Create a new immutable dotenv instance with default repository with the putenv adapter. - * - * @param string|string[] $paths - * @param string|string[]|null $names - * @param bool $shortCircuit - * @param string|null $fileEncoding - * - * @return \Dotenv\Dotenv - */ - public static function createUnsafeImmutable($paths, $names = null, bool $shortCircuit = true, string $fileEncoding = null) - { - $repository = RepositoryBuilder::createWithDefaultAdapters() - ->addAdapter(PutenvAdapter::class) - ->immutable() - ->make(); - - return self::create($repository, $paths, $names, $shortCircuit, $fileEncoding); - } - - /** - * Create a new dotenv instance with an array backed repository. - * - * @param string|string[] $paths - * @param string|string[]|null $names - * @param bool $shortCircuit - * @param string|null $fileEncoding - * - * @return \Dotenv\Dotenv - */ - public static function createArrayBacked($paths, $names = null, bool $shortCircuit = true, string $fileEncoding = null) - { - $repository = RepositoryBuilder::createWithNoAdapters()->addAdapter(ArrayAdapter::class)->make(); - - return self::create($repository, $paths, $names, $shortCircuit, $fileEncoding); - } - - /** - * Parse the given content and resolve nested variables. - * - * This method behaves just like load(), only without mutating your actual - * environment. We do this by using an array backed repository. - * - * @param string $content - * - * @throws \Dotenv\Exception\InvalidFileException - * - * @return array - */ - public static function parse(string $content) - { - $repository = RepositoryBuilder::createWithNoAdapters()->addAdapter(ArrayAdapter::class)->make(); - - $phpdotenv = new self(new StringStore($content), new Parser(), new Loader(), $repository); - - return $phpdotenv->load(); - } - - /** - * Read and load environment file(s). - * - * @throws \Dotenv\Exception\InvalidPathException|\Dotenv\Exception\InvalidEncodingException|\Dotenv\Exception\InvalidFileException - * - * @return array - */ - public function load() - { - $entries = $this->parser->parse($this->store->read()); - - return $this->loader->load($this->repository, $entries); - } - - /** - * Read and load environment file(s), silently failing if no files can be read. - * - * @throws \Dotenv\Exception\InvalidEncodingException|\Dotenv\Exception\InvalidFileException - * - * @return array - */ - public function safeLoad() - { - try { - return $this->load(); - } catch (InvalidPathException $e) { - // suppressing exception - return []; - } - } - - /** - * Required ensures that the specified variables exist, and returns a new validator object. - * - * @param string|string[] $variables - * - * @return \Dotenv\Validator - */ - public function required($variables) - { - return (new Validator($this->repository, (array) $variables))->required(); - } - - /** - * Returns a new validator object that won't check if the specified variables exist. - * - * @param string|string[] $variables - * - * @return \Dotenv\Validator - */ - public function ifPresent($variables) - { - return new Validator($this->repository, (array) $variables); - } -} diff --git a/Sources/vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php b/Sources/vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php deleted file mode 100644 index 1e80f531..00000000 --- a/Sources/vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php +++ /dev/null @@ -1,12 +0,0 @@ - - */ - public function load(RepositoryInterface $repository, array $entries) - { - return \array_reduce($entries, static function (array $vars, Entry $entry) use ($repository) { - $name = $entry->getName(); - - $value = $entry->getValue()->map(static function (Value $value) use ($repository) { - return Resolver::resolve($repository, $value); - }); - - if ($value->isDefined()) { - $inner = $value->get(); - if ($repository->set($name, $inner)) { - return \array_merge($vars, [$name => $inner]); - } - } else { - if ($repository->clear($name)) { - return \array_merge($vars, [$name => null]); - } - } - - return $vars; - }, []); - } -} diff --git a/Sources/vendor/vlucas/phpdotenv/src/Loader/LoaderInterface.php b/Sources/vendor/vlucas/phpdotenv/src/Loader/LoaderInterface.php deleted file mode 100644 index 275d98e8..00000000 --- a/Sources/vendor/vlucas/phpdotenv/src/Loader/LoaderInterface.php +++ /dev/null @@ -1,20 +0,0 @@ - - */ - public function load(RepositoryInterface $repository, array $entries); -} diff --git a/Sources/vendor/vlucas/phpdotenv/src/Loader/Resolver.php b/Sources/vendor/vlucas/phpdotenv/src/Loader/Resolver.php deleted file mode 100644 index 36d7a4b9..00000000 --- a/Sources/vendor/vlucas/phpdotenv/src/Loader/Resolver.php +++ /dev/null @@ -1,65 +0,0 @@ -getVars(), static function (string $s, int $i) use ($repository) { - return Str::substr($s, 0, $i).self::resolveVariable($repository, Str::substr($s, $i)); - }, $value->getChars()); - } - - /** - * Resolve a single nested variable. - * - * @param \Dotenv\Repository\RepositoryInterface $repository - * @param string $str - * - * @return string - */ - private static function resolveVariable(RepositoryInterface $repository, string $str) - { - return Regex::replaceCallback( - '/\A\${([a-zA-Z0-9_.]+)}/', - static function (array $matches) use ($repository) { - return Option::fromValue($repository->get($matches[1])) - ->getOrElse($matches[0]); - }, - $str, - 1 - )->success()->getOrElse($str); - } -} diff --git a/Sources/vendor/vlucas/phpdotenv/src/Parser/Entry.php b/Sources/vendor/vlucas/phpdotenv/src/Parser/Entry.php deleted file mode 100644 index 7570f587..00000000 --- a/Sources/vendor/vlucas/phpdotenv/src/Parser/Entry.php +++ /dev/null @@ -1,59 +0,0 @@ -name = $name; - $this->value = $value; - } - - /** - * Get the entry name. - * - * @return string - */ - public function getName() - { - return $this->name; - } - - /** - * Get the entry value. - * - * @return \PhpOption\Option<\Dotenv\Parser\Value> - */ - public function getValue() - { - /** @var \PhpOption\Option<\Dotenv\Parser\Value> */ - return Option::fromValue($this->value); - } -} diff --git a/Sources/vendor/vlucas/phpdotenv/src/Parser/EntryParser.php b/Sources/vendor/vlucas/phpdotenv/src/Parser/EntryParser.php deleted file mode 100644 index e286840a..00000000 --- a/Sources/vendor/vlucas/phpdotenv/src/Parser/EntryParser.php +++ /dev/null @@ -1,300 +0,0 @@ - - */ - public static function parse(string $entry) - { - return self::splitStringIntoParts($entry)->flatMap(static function (array $parts) { - [$name, $value] = $parts; - - return self::parseName($name)->flatMap(static function (string $name) use ($value) { - /** @var Result */ - $parsedValue = $value === null ? Success::create(null) : self::parseValue($value); - - return $parsedValue->map(static function (?Value $value) use ($name) { - return new Entry($name, $value); - }); - }); - }); - } - - /** - * Split the compound string into parts. - * - * @param string $line - * - * @return \GrahamCampbell\ResultType\Result - */ - private static function splitStringIntoParts(string $line) - { - /** @var array{string,string|null} */ - $result = Str::pos($line, '=')->map(static function () use ($line) { - return \array_map('trim', \explode('=', $line, 2)); - })->getOrElse([$line, null]); - - if ($result[0] === '') { - /** @var \GrahamCampbell\ResultType\Result */ - return Error::create(self::getErrorMessage('an unexpected equals', $line)); - } - - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create($result); - } - - /** - * Parse the given variable name. - * - * That is, strip the optional quotes and leading "export" from the - * variable name. We wrap the answer in a result type. - * - * @param string $name - * - * @return \GrahamCampbell\ResultType\Result - */ - private static function parseName(string $name) - { - if (Str::len($name) > 8 && Str::substr($name, 0, 6) === 'export' && \ctype_space(Str::substr($name, 6, 1))) { - $name = \ltrim(Str::substr($name, 6)); - } - - if (self::isQuotedName($name)) { - $name = Str::substr($name, 1, -1); - } - - if (!self::isValidName($name)) { - /** @var \GrahamCampbell\ResultType\Result */ - return Error::create(self::getErrorMessage('an invalid name', $name)); - } - - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create($name); - } - - /** - * Is the given variable name quoted? - * - * @param string $name - * - * @return bool - */ - private static function isQuotedName(string $name) - { - if (Str::len($name) < 3) { - return false; - } - - $first = Str::substr($name, 0, 1); - $last = Str::substr($name, -1, 1); - - return ($first === '"' && $last === '"') || ($first === '\'' && $last === '\''); - } - - /** - * Is the given variable name valid? - * - * @param string $name - * - * @return bool - */ - private static function isValidName(string $name) - { - return Regex::matches('~(*UTF8)\A[\p{Ll}\p{Lu}\p{M}\p{N}_.]+\z~', $name)->success()->getOrElse(false); - } - - /** - * Parse the given variable value. - * - * This has the effect of stripping quotes and comments, dealing with - * special characters, and locating nested variables, but not resolving - * them. Formally, we run a finite state automaton with an output tape: a - * transducer. We wrap the answer in a result type. - * - * @param string $value - * - * @return \GrahamCampbell\ResultType\Result<\Dotenv\Parser\Value,string> - */ - private static function parseValue(string $value) - { - if (\trim($value) === '') { - /** @var \GrahamCampbell\ResultType\Result<\Dotenv\Parser\Value,string> */ - return Success::create(Value::blank()); - } - - return \array_reduce(\iterator_to_array(Lexer::lex($value)), static function (Result $data, string $token) { - return $data->flatMap(static function (array $data) use ($token) { - return self::processToken($data[1], $token)->map(static function (array $val) use ($data) { - return [$data[0]->append($val[0], $val[1]), $val[2]]; - }); - }); - }, Success::create([Value::blank(), self::INITIAL_STATE]))->flatMap(static function (array $result) { - /** @psalm-suppress DocblockTypeContradiction */ - if (in_array($result[1], self::REJECT_STATES, true)) { - /** @var \GrahamCampbell\ResultType\Result<\Dotenv\Parser\Value,string> */ - return Error::create('a missing closing quote'); - } - - /** @var \GrahamCampbell\ResultType\Result<\Dotenv\Parser\Value,string> */ - return Success::create($result[0]); - })->mapError(static function (string $err) use ($value) { - return self::getErrorMessage($err, $value); - }); - } - - /** - * Process the given token. - * - * @param int $state - * @param string $token - * - * @return \GrahamCampbell\ResultType\Result - */ - private static function processToken(int $state, string $token) - { - switch ($state) { - case self::INITIAL_STATE: - if ($token === '\'') { - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create(['', false, self::SINGLE_QUOTED_STATE]); - } elseif ($token === '"') { - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create(['', false, self::DOUBLE_QUOTED_STATE]); - } elseif ($token === '#') { - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create(['', false, self::COMMENT_STATE]); - } elseif ($token === '$') { - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create([$token, true, self::UNQUOTED_STATE]); - } else { - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create([$token, false, self::UNQUOTED_STATE]); - } - case self::UNQUOTED_STATE: - if ($token === '#') { - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create(['', false, self::COMMENT_STATE]); - } elseif (\ctype_space($token)) { - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create(['', false, self::WHITESPACE_STATE]); - } elseif ($token === '$') { - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create([$token, true, self::UNQUOTED_STATE]); - } else { - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create([$token, false, self::UNQUOTED_STATE]); - } - case self::SINGLE_QUOTED_STATE: - if ($token === '\'') { - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create(['', false, self::WHITESPACE_STATE]); - } else { - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create([$token, false, self::SINGLE_QUOTED_STATE]); - } - case self::DOUBLE_QUOTED_STATE: - if ($token === '"') { - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create(['', false, self::WHITESPACE_STATE]); - } elseif ($token === '\\') { - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create(['', false, self::ESCAPE_SEQUENCE_STATE]); - } elseif ($token === '$') { - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create([$token, true, self::DOUBLE_QUOTED_STATE]); - } else { - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create([$token, false, self::DOUBLE_QUOTED_STATE]); - } - case self::ESCAPE_SEQUENCE_STATE: - if ($token === '"' || $token === '\\') { - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create([$token, false, self::DOUBLE_QUOTED_STATE]); - } elseif ($token === '$') { - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create([$token, false, self::DOUBLE_QUOTED_STATE]); - } else { - $first = Str::substr($token, 0, 1); - if (\in_array($first, ['f', 'n', 'r', 't', 'v'], true)) { - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create([\stripcslashes('\\'.$first).Str::substr($token, 1), false, self::DOUBLE_QUOTED_STATE]); - } else { - /** @var \GrahamCampbell\ResultType\Result */ - return Error::create('an unexpected escape sequence'); - } - } - case self::WHITESPACE_STATE: - if ($token === '#') { - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create(['', false, self::COMMENT_STATE]); - } elseif (!\ctype_space($token)) { - /** @var \GrahamCampbell\ResultType\Result */ - return Error::create('unexpected whitespace'); - } else { - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create(['', false, self::WHITESPACE_STATE]); - } - case self::COMMENT_STATE: - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create(['', false, self::COMMENT_STATE]); - default: - throw new \Error('Parser entered invalid state.'); - } - } - - /** - * Generate a friendly error message. - * - * @param string $cause - * @param string $subject - * - * @return string - */ - private static function getErrorMessage(string $cause, string $subject) - { - return \sprintf( - 'Encountered %s at [%s].', - $cause, - \strtok($subject, "\n") - ); - } -} diff --git a/Sources/vendor/vlucas/phpdotenv/src/Parser/Lexer.php b/Sources/vendor/vlucas/phpdotenv/src/Parser/Lexer.php deleted file mode 100644 index 981af24f..00000000 --- a/Sources/vendor/vlucas/phpdotenv/src/Parser/Lexer.php +++ /dev/null @@ -1,58 +0,0 @@ - - */ - public static function lex(string $content) - { - static $regex; - - if ($regex === null) { - $regex = '(('.\implode(')|(', self::PATTERNS).'))A'; - } - - $offset = 0; - - while (isset($content[$offset])) { - if (!\preg_match($regex, $content, $matches, 0, $offset)) { - throw new \Error(\sprintf('Lexer encountered unexpected character [%s].', $content[$offset])); - } - - $offset += \strlen($matches[0]); - - yield $matches[0]; - } - } -} diff --git a/Sources/vendor/vlucas/phpdotenv/src/Parser/Lines.php b/Sources/vendor/vlucas/phpdotenv/src/Parser/Lines.php deleted file mode 100644 index 64979932..00000000 --- a/Sources/vendor/vlucas/phpdotenv/src/Parser/Lines.php +++ /dev/null @@ -1,127 +0,0 @@ -map(static function () use ($line) { - return self::looksLikeMultilineStop($line, true) === false; - })->getOrElse(false); - } - - /** - * Determine if the given line can be the start of a multiline variable. - * - * @param string $line - * @param bool $started - * - * @return bool - */ - private static function looksLikeMultilineStop(string $line, bool $started) - { - if ($line === '"') { - return true; - } - - return Regex::occurrences('/(?=([^\\\\]"))/', \str_replace('\\\\', '', $line))->map(static function (int $count) use ($started) { - return $started ? $count > 1 : $count >= 1; - })->success()->getOrElse(false); - } - - /** - * Determine if the line in the file is a comment or whitespace. - * - * @param string $line - * - * @return bool - */ - private static function isCommentOrWhitespace(string $line) - { - $line = \trim($line); - - return $line === '' || (isset($line[0]) && $line[0] === '#'); - } -} diff --git a/Sources/vendor/vlucas/phpdotenv/src/Parser/Parser.php b/Sources/vendor/vlucas/phpdotenv/src/Parser/Parser.php deleted file mode 100644 index 2d30dfd6..00000000 --- a/Sources/vendor/vlucas/phpdotenv/src/Parser/Parser.php +++ /dev/null @@ -1,53 +0,0 @@ -mapError(static function () { - return 'Could not split into separate lines.'; - })->flatMap(static function (array $lines) { - return self::process(Lines::process($lines)); - })->mapError(static function (string $error) { - throw new InvalidFileException(\sprintf('Failed to parse dotenv file. %s', $error)); - })->success()->get(); - } - - /** - * Convert the raw entries into proper entries. - * - * @param string[] $entries - * - * @return \GrahamCampbell\ResultType\Result<\Dotenv\Parser\Entry[],string> - */ - private static function process(array $entries) - { - /** @var \GrahamCampbell\ResultType\Result<\Dotenv\Parser\Entry[],string> */ - return \array_reduce($entries, static function (Result $result, string $raw) { - return $result->flatMap(static function (array $entries) use ($raw) { - return EntryParser::parse($raw)->map(static function (Entry $entry) use ($entries) { - /** @var \Dotenv\Parser\Entry[] */ - return \array_merge($entries, [$entry]); - }); - }); - }, Success::create([])); - } -} diff --git a/Sources/vendor/vlucas/phpdotenv/src/Parser/ParserInterface.php b/Sources/vendor/vlucas/phpdotenv/src/Parser/ParserInterface.php deleted file mode 100644 index 17cc42ad..00000000 --- a/Sources/vendor/vlucas/phpdotenv/src/Parser/ParserInterface.php +++ /dev/null @@ -1,19 +0,0 @@ -chars = $chars; - $this->vars = $vars; - } - - /** - * Create an empty value instance. - * - * @return \Dotenv\Parser\Value - */ - public static function blank() - { - return new self('', []); - } - - /** - * Create a new value instance, appending the characters. - * - * @param string $chars - * @param bool $var - * - * @return \Dotenv\Parser\Value - */ - public function append(string $chars, bool $var) - { - return new self( - $this->chars.$chars, - $var ? \array_merge($this->vars, [Str::len($this->chars)]) : $this->vars - ); - } - - /** - * Get the string representation of the parsed value. - * - * @return string - */ - public function getChars() - { - return $this->chars; - } - - /** - * Get the locations of the variables in the value. - * - * @return int[] - */ - public function getVars() - { - $vars = $this->vars; - - \rsort($vars); - - return $vars; - } -} diff --git a/Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/AdapterInterface.php b/Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/AdapterInterface.php deleted file mode 100644 index 5604398a..00000000 --- a/Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/AdapterInterface.php +++ /dev/null @@ -1,15 +0,0 @@ - - */ - public static function create(); -} diff --git a/Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/ApacheAdapter.php b/Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/ApacheAdapter.php deleted file mode 100644 index af0aae11..00000000 --- a/Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/ApacheAdapter.php +++ /dev/null @@ -1,89 +0,0 @@ - - */ - public static function create() - { - if (self::isSupported()) { - /** @var \PhpOption\Option */ - return Some::create(new self()); - } - - return None::create(); - } - - /** - * Determines if the adapter is supported. - * - * This happens if PHP is running as an Apache module. - * - * @return bool - */ - private static function isSupported() - { - return \function_exists('apache_getenv') && \function_exists('apache_setenv'); - } - - /** - * Read an environment variable, if it exists. - * - * @param non-empty-string $name - * - * @return \PhpOption\Option - */ - public function read(string $name) - { - /** @var \PhpOption\Option */ - return Option::fromValue(apache_getenv($name))->filter(static function ($value) { - return \is_string($value) && $value !== ''; - }); - } - - /** - * Write to an environment variable, if possible. - * - * @param non-empty-string $name - * @param string $value - * - * @return bool - */ - public function write(string $name, string $value) - { - return apache_setenv($name, $value); - } - - /** - * Delete an environment variable, if possible. - * - * @param non-empty-string $name - * - * @return bool - */ - public function delete(string $name) - { - return apache_setenv($name, ''); - } -} diff --git a/Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/ArrayAdapter.php b/Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/ArrayAdapter.php deleted file mode 100644 index df64cf6d..00000000 --- a/Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/ArrayAdapter.php +++ /dev/null @@ -1,80 +0,0 @@ - - */ - private $variables; - - /** - * Create a new array adapter instance. - * - * @return void - */ - private function __construct() - { - $this->variables = []; - } - - /** - * Create a new instance of the adapter, if it is available. - * - * @return \PhpOption\Option<\Dotenv\Repository\Adapter\AdapterInterface> - */ - public static function create() - { - /** @var \PhpOption\Option */ - return Some::create(new self()); - } - - /** - * Read an environment variable, if it exists. - * - * @param non-empty-string $name - * - * @return \PhpOption\Option - */ - public function read(string $name) - { - return Option::fromArraysValue($this->variables, $name); - } - - /** - * Write to an environment variable, if possible. - * - * @param non-empty-string $name - * @param string $value - * - * @return bool - */ - public function write(string $name, string $value) - { - $this->variables[$name] = $value; - - return true; - } - - /** - * Delete an environment variable, if possible. - * - * @param non-empty-string $name - * - * @return bool - */ - public function delete(string $name) - { - unset($this->variables[$name]); - - return true; - } -} diff --git a/Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/EnvConstAdapter.php b/Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/EnvConstAdapter.php deleted file mode 100644 index 9eb19477..00000000 --- a/Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/EnvConstAdapter.php +++ /dev/null @@ -1,89 +0,0 @@ - - */ - public static function create() - { - /** @var \PhpOption\Option */ - return Some::create(new self()); - } - - /** - * Read an environment variable, if it exists. - * - * @param non-empty-string $name - * - * @return \PhpOption\Option - */ - public function read(string $name) - { - /** @var \PhpOption\Option */ - return Option::fromArraysValue($_ENV, $name) - ->filter(static function ($value) { - return \is_scalar($value); - }) - ->map(static function ($value) { - if ($value === false) { - return 'false'; - } - - if ($value === true) { - return 'true'; - } - - /** @psalm-suppress PossiblyInvalidCast */ - return (string) $value; - }); - } - - /** - * Write to an environment variable, if possible. - * - * @param non-empty-string $name - * @param string $value - * - * @return bool - */ - public function write(string $name, string $value) - { - $_ENV[$name] = $value; - - return true; - } - - /** - * Delete an environment variable, if possible. - * - * @param non-empty-string $name - * - * @return bool - */ - public function delete(string $name) - { - unset($_ENV[$name]); - - return true; - } -} diff --git a/Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/GuardedWriter.php b/Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/GuardedWriter.php deleted file mode 100644 index fed8b9ba..00000000 --- a/Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/GuardedWriter.php +++ /dev/null @@ -1,85 +0,0 @@ -writer = $writer; - $this->allowList = $allowList; - } - - /** - * Write to an environment variable, if possible. - * - * @param non-empty-string $name - * @param string $value - * - * @return bool - */ - public function write(string $name, string $value) - { - // Don't set non-allowed variables - if (!$this->isAllowed($name)) { - return false; - } - - // Set the value on the inner writer - return $this->writer->write($name, $value); - } - - /** - * Delete an environment variable, if possible. - * - * @param non-empty-string $name - * - * @return bool - */ - public function delete(string $name) - { - // Don't clear non-allowed variables - if (!$this->isAllowed($name)) { - return false; - } - - // Set the value on the inner writer - return $this->writer->delete($name); - } - - /** - * Determine if the given variable is allowed. - * - * @param non-empty-string $name - * - * @return bool - */ - private function isAllowed(string $name) - { - return \in_array($name, $this->allowList, true); - } -} diff --git a/Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/ImmutableWriter.php b/Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/ImmutableWriter.php deleted file mode 100644 index 399e6f9b..00000000 --- a/Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/ImmutableWriter.php +++ /dev/null @@ -1,110 +0,0 @@ - - */ - private $loaded; - - /** - * Create a new immutable writer instance. - * - * @param \Dotenv\Repository\Adapter\WriterInterface $writer - * @param \Dotenv\Repository\Adapter\ReaderInterface $reader - * - * @return void - */ - public function __construct(WriterInterface $writer, ReaderInterface $reader) - { - $this->writer = $writer; - $this->reader = $reader; - $this->loaded = []; - } - - /** - * Write to an environment variable, if possible. - * - * @param non-empty-string $name - * @param string $value - * - * @return bool - */ - public function write(string $name, string $value) - { - // Don't overwrite existing environment variables - // Ruby's dotenv does this with `ENV[key] ||= value` - if ($this->isExternallyDefined($name)) { - return false; - } - - // Set the value on the inner writer - if (!$this->writer->write($name, $value)) { - return false; - } - - // Record that we have loaded the variable - $this->loaded[$name] = ''; - - return true; - } - - /** - * Delete an environment variable, if possible. - * - * @param non-empty-string $name - * - * @return bool - */ - public function delete(string $name) - { - // Don't clear existing environment variables - if ($this->isExternallyDefined($name)) { - return false; - } - - // Clear the value on the inner writer - if (!$this->writer->delete($name)) { - return false; - } - - // Leave the variable as fair game - unset($this->loaded[$name]); - - return true; - } - - /** - * Determine if the given variable is externally defined. - * - * That is, is it an "existing" variable. - * - * @param non-empty-string $name - * - * @return bool - */ - private function isExternallyDefined(string $name) - { - return $this->reader->read($name)->isDefined() && !isset($this->loaded[$name]); - } -} diff --git a/Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiReader.php b/Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiReader.php deleted file mode 100644 index 0cfda6f6..00000000 --- a/Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiReader.php +++ /dev/null @@ -1,48 +0,0 @@ -readers = $readers; - } - - /** - * Read an environment variable, if it exists. - * - * @param non-empty-string $name - * - * @return \PhpOption\Option - */ - public function read(string $name) - { - foreach ($this->readers as $reader) { - $result = $reader->read($name); - if ($result->isDefined()) { - return $result; - } - } - - return None::create(); - } -} diff --git a/Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiWriter.php b/Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiWriter.php deleted file mode 100644 index 15a9d8fd..00000000 --- a/Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/MultiWriter.php +++ /dev/null @@ -1,64 +0,0 @@ -writers = $writers; - } - - /** - * Write to an environment variable, if possible. - * - * @param non-empty-string $name - * @param string $value - * - * @return bool - */ - public function write(string $name, string $value) - { - foreach ($this->writers as $writers) { - if (!$writers->write($name, $value)) { - return false; - } - } - - return true; - } - - /** - * Delete an environment variable, if possible. - * - * @param non-empty-string $name - * - * @return bool - */ - public function delete(string $name) - { - foreach ($this->writers as $writers) { - if (!$writers->delete($name)) { - return false; - } - } - - return true; - } -} diff --git a/Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/PutenvAdapter.php b/Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/PutenvAdapter.php deleted file mode 100644 index 6d017cdb..00000000 --- a/Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/PutenvAdapter.php +++ /dev/null @@ -1,91 +0,0 @@ - - */ - public static function create() - { - if (self::isSupported()) { - /** @var \PhpOption\Option */ - return Some::create(new self()); - } - - return None::create(); - } - - /** - * Determines if the adapter is supported. - * - * @return bool - */ - private static function isSupported() - { - return \function_exists('getenv') && \function_exists('putenv'); - } - - /** - * Read an environment variable, if it exists. - * - * @param non-empty-string $name - * - * @return \PhpOption\Option - */ - public function read(string $name) - { - /** @var \PhpOption\Option */ - return Option::fromValue(\getenv($name), false)->filter(static function ($value) { - return \is_string($value); - }); - } - - /** - * Write to an environment variable, if possible. - * - * @param non-empty-string $name - * @param string $value - * - * @return bool - */ - public function write(string $name, string $value) - { - \putenv("$name=$value"); - - return true; - } - - /** - * Delete an environment variable, if possible. - * - * @param non-empty-string $name - * - * @return bool - */ - public function delete(string $name) - { - \putenv($name); - - return true; - } -} diff --git a/Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReaderInterface.php b/Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReaderInterface.php deleted file mode 100644 index 306a63fc..00000000 --- a/Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReaderInterface.php +++ /dev/null @@ -1,17 +0,0 @@ - - */ - public function read(string $name); -} diff --git a/Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReplacingWriter.php b/Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReplacingWriter.php deleted file mode 100644 index 98c0f041..00000000 --- a/Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReplacingWriter.php +++ /dev/null @@ -1,104 +0,0 @@ - - */ - private $seen; - - /** - * Create a new replacement writer instance. - * - * @param \Dotenv\Repository\Adapter\WriterInterface $writer - * @param \Dotenv\Repository\Adapter\ReaderInterface $reader - * - * @return void - */ - public function __construct(WriterInterface $writer, ReaderInterface $reader) - { - $this->writer = $writer; - $this->reader = $reader; - $this->seen = []; - } - - /** - * Write to an environment variable, if possible. - * - * @param non-empty-string $name - * @param string $value - * - * @return bool - */ - public function write(string $name, string $value) - { - if ($this->exists($name)) { - return $this->writer->write($name, $value); - } - - // succeed if nothing to do - return true; - } - - /** - * Delete an environment variable, if possible. - * - * @param non-empty-string $name - * - * @return bool - */ - public function delete(string $name) - { - if ($this->exists($name)) { - return $this->writer->delete($name); - } - - // succeed if nothing to do - return true; - } - - /** - * Does the given environment variable exist. - * - * Returns true if it currently exists, or existed at any point in the past - * that we are aware of. - * - * @param non-empty-string $name - * - * @return bool - */ - private function exists(string $name) - { - if (isset($this->seen[$name])) { - return true; - } - - if ($this->reader->read($name)->isDefined()) { - $this->seen[$name] = ''; - - return true; - } - - return false; - } -} diff --git a/Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/ServerConstAdapter.php b/Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/ServerConstAdapter.php deleted file mode 100644 index f93b6e5e..00000000 --- a/Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/ServerConstAdapter.php +++ /dev/null @@ -1,89 +0,0 @@ - - */ - public static function create() - { - /** @var \PhpOption\Option */ - return Some::create(new self()); - } - - /** - * Read an environment variable, if it exists. - * - * @param non-empty-string $name - * - * @return \PhpOption\Option - */ - public function read(string $name) - { - /** @var \PhpOption\Option */ - return Option::fromArraysValue($_SERVER, $name) - ->filter(static function ($value) { - return \is_scalar($value); - }) - ->map(static function ($value) { - if ($value === false) { - return 'false'; - } - - if ($value === true) { - return 'true'; - } - - /** @psalm-suppress PossiblyInvalidCast */ - return (string) $value; - }); - } - - /** - * Write to an environment variable, if possible. - * - * @param non-empty-string $name - * @param string $value - * - * @return bool - */ - public function write(string $name, string $value) - { - $_SERVER[$name] = $value; - - return true; - } - - /** - * Delete an environment variable, if possible. - * - * @param non-empty-string $name - * - * @return bool - */ - public function delete(string $name) - { - unset($_SERVER[$name]); - - return true; - } -} diff --git a/Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/WriterInterface.php b/Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/WriterInterface.php deleted file mode 100644 index 4cb3d61f..00000000 --- a/Sources/vendor/vlucas/phpdotenv/src/Repository/Adapter/WriterInterface.php +++ /dev/null @@ -1,27 +0,0 @@ -reader = $reader; - $this->writer = $writer; - } - - /** - * Determine if the given environment variable is defined. - * - * @param string $name - * - * @return bool - */ - public function has(string $name) - { - return '' !== $name && $this->reader->read($name)->isDefined(); - } - - /** - * Get an environment variable. - * - * @param string $name - * - * @throws \InvalidArgumentException - * - * @return string|null - */ - public function get(string $name) - { - if ('' === $name) { - throw new InvalidArgumentException('Expected name to be a non-empty string.'); - } - - return $this->reader->read($name)->getOrElse(null); - } - - /** - * Set an environment variable. - * - * @param string $name - * @param string $value - * - * @throws \InvalidArgumentException - * - * @return bool - */ - public function set(string $name, string $value) - { - if ('' === $name) { - throw new InvalidArgumentException('Expected name to be a non-empty string.'); - } - - return $this->writer->write($name, $value); - } - - /** - * Clear an environment variable. - * - * @param string $name - * - * @throws \InvalidArgumentException - * - * @return bool - */ - public function clear(string $name) - { - if ('' === $name) { - throw new InvalidArgumentException('Expected name to be a non-empty string.'); - } - - return $this->writer->delete($name); - } -} diff --git a/Sources/vendor/vlucas/phpdotenv/src/Repository/RepositoryBuilder.php b/Sources/vendor/vlucas/phpdotenv/src/Repository/RepositoryBuilder.php deleted file mode 100644 index a042f9a1..00000000 --- a/Sources/vendor/vlucas/phpdotenv/src/Repository/RepositoryBuilder.php +++ /dev/null @@ -1,272 +0,0 @@ -readers = $readers; - $this->writers = $writers; - $this->immutable = $immutable; - $this->allowList = $allowList; - } - - /** - * Create a new repository builder instance with no adapters added. - * - * @return \Dotenv\Repository\RepositoryBuilder - */ - public static function createWithNoAdapters() - { - return new self(); - } - - /** - * Create a new repository builder instance with the default adapters added. - * - * @return \Dotenv\Repository\RepositoryBuilder - */ - public static function createWithDefaultAdapters() - { - $adapters = \iterator_to_array(self::defaultAdapters()); - - return new self($adapters, $adapters); - } - - /** - * Return the array of default adapters. - * - * @return \Generator<\Dotenv\Repository\Adapter\AdapterInterface> - */ - private static function defaultAdapters() - { - foreach (self::DEFAULT_ADAPTERS as $adapter) { - $instance = $adapter::create(); - if ($instance->isDefined()) { - yield $instance->get(); - } - } - } - - /** - * Determine if the given name if of an adapterclass. - * - * @param string $name - * - * @return bool - */ - private static function isAnAdapterClass(string $name) - { - if (!\class_exists($name)) { - return false; - } - - return (new ReflectionClass($name))->implementsInterface(AdapterInterface::class); - } - - /** - * Creates a repository builder with the given reader added. - * - * Accepts either a reader instance, or a class-string for an adapter. If - * the adapter is not supported, then we silently skip adding it. - * - * @param \Dotenv\Repository\Adapter\ReaderInterface|string $reader - * - * @throws \InvalidArgumentException - * - * @return \Dotenv\Repository\RepositoryBuilder - */ - public function addReader($reader) - { - if (!(\is_string($reader) && self::isAnAdapterClass($reader)) && !($reader instanceof ReaderInterface)) { - throw new InvalidArgumentException( - \sprintf( - 'Expected either an instance of %s or a class-string implementing %s', - ReaderInterface::class, - AdapterInterface::class - ) - ); - } - - $optional = Some::create($reader)->flatMap(static function ($reader) { - return \is_string($reader) ? $reader::create() : Some::create($reader); - }); - - $readers = \array_merge($this->readers, \iterator_to_array($optional)); - - return new self($readers, $this->writers, $this->immutable, $this->allowList); - } - - /** - * Creates a repository builder with the given writer added. - * - * Accepts either a writer instance, or a class-string for an adapter. If - * the adapter is not supported, then we silently skip adding it. - * - * @param \Dotenv\Repository\Adapter\WriterInterface|string $writer - * - * @throws \InvalidArgumentException - * - * @return \Dotenv\Repository\RepositoryBuilder - */ - public function addWriter($writer) - { - if (!(\is_string($writer) && self::isAnAdapterClass($writer)) && !($writer instanceof WriterInterface)) { - throw new InvalidArgumentException( - \sprintf( - 'Expected either an instance of %s or a class-string implementing %s', - WriterInterface::class, - AdapterInterface::class - ) - ); - } - - $optional = Some::create($writer)->flatMap(static function ($writer) { - return \is_string($writer) ? $writer::create() : Some::create($writer); - }); - - $writers = \array_merge($this->writers, \iterator_to_array($optional)); - - return new self($this->readers, $writers, $this->immutable, $this->allowList); - } - - /** - * Creates a repository builder with the given adapter added. - * - * Accepts either an adapter instance, or a class-string for an adapter. If - * the adapter is not supported, then we silently skip adding it. We will - * add the adapter as both a reader and a writer. - * - * @param \Dotenv\Repository\Adapter\WriterInterface|string $adapter - * - * @throws \InvalidArgumentException - * - * @return \Dotenv\Repository\RepositoryBuilder - */ - public function addAdapter($adapter) - { - if (!(\is_string($adapter) && self::isAnAdapterClass($adapter)) && !($adapter instanceof AdapterInterface)) { - throw new InvalidArgumentException( - \sprintf( - 'Expected either an instance of %s or a class-string implementing %s', - WriterInterface::class, - AdapterInterface::class - ) - ); - } - - $optional = Some::create($adapter)->flatMap(static function ($adapter) { - return \is_string($adapter) ? $adapter::create() : Some::create($adapter); - }); - - $readers = \array_merge($this->readers, \iterator_to_array($optional)); - $writers = \array_merge($this->writers, \iterator_to_array($optional)); - - return new self($readers, $writers, $this->immutable, $this->allowList); - } - - /** - * Creates a repository builder with mutability enabled. - * - * @return \Dotenv\Repository\RepositoryBuilder - */ - public function immutable() - { - return new self($this->readers, $this->writers, true, $this->allowList); - } - - /** - * Creates a repository builder with the given allow list. - * - * @param string[]|null $allowList - * - * @return \Dotenv\Repository\RepositoryBuilder - */ - public function allowList(array $allowList = null) - { - return new self($this->readers, $this->writers, $this->immutable, $allowList); - } - - /** - * Creates a new repository instance. - * - * @return \Dotenv\Repository\RepositoryInterface - */ - public function make() - { - $reader = new MultiReader($this->readers); - $writer = new MultiWriter($this->writers); - - if ($this->immutable) { - $writer = new ImmutableWriter($writer, $reader); - } - - if ($this->allowList !== null) { - $writer = new GuardedWriter($writer, $this->allowList); - } - - return new AdapterRepository($reader, $writer); - } -} diff --git a/Sources/vendor/vlucas/phpdotenv/src/Repository/RepositoryInterface.php b/Sources/vendor/vlucas/phpdotenv/src/Repository/RepositoryInterface.php deleted file mode 100644 index d9b18a40..00000000 --- a/Sources/vendor/vlucas/phpdotenv/src/Repository/RepositoryInterface.php +++ /dev/null @@ -1,51 +0,0 @@ - - */ - public static function read(array $filePaths, bool $shortCircuit = true, string $fileEncoding = null) - { - $output = []; - - foreach ($filePaths as $filePath) { - $content = self::readFromFile($filePath, $fileEncoding); - if ($content->isDefined()) { - $output[$filePath] = $content->get(); - if ($shortCircuit) { - break; - } - } - } - - return $output; - } - - /** - * Read the given file. - * - * @param string $path - * @param string|null $encoding - * - * @throws \Dotenv\Exception\InvalidEncodingException - * - * @return \PhpOption\Option - */ - private static function readFromFile(string $path, string $encoding = null) - { - /** @var Option */ - $content = Option::fromValue(@\file_get_contents($path), false); - - return $content->flatMap(static function (string $content) use ($encoding) { - return Str::utf8($content, $encoding)->mapError(static function (string $error) { - throw new InvalidEncodingException($error); - })->success(); - }); - } -} diff --git a/Sources/vendor/vlucas/phpdotenv/src/Store/FileStore.php b/Sources/vendor/vlucas/phpdotenv/src/Store/FileStore.php deleted file mode 100644 index 43f6135c..00000000 --- a/Sources/vendor/vlucas/phpdotenv/src/Store/FileStore.php +++ /dev/null @@ -1,72 +0,0 @@ -filePaths = $filePaths; - $this->shortCircuit = $shortCircuit; - $this->fileEncoding = $fileEncoding; - } - - /** - * Read the content of the environment file(s). - * - * @throws \Dotenv\Exception\InvalidEncodingException|\Dotenv\Exception\InvalidPathException - * - * @return string - */ - public function read() - { - if ($this->filePaths === []) { - throw new InvalidPathException('At least one environment file path must be provided.'); - } - - $contents = Reader::read($this->filePaths, $this->shortCircuit, $this->fileEncoding); - - if (\count($contents) > 0) { - return \implode("\n", $contents); - } - - throw new InvalidPathException( - \sprintf('Unable to read any of the environment file(s) at [%s].', \implode(', ', $this->filePaths)) - ); - } -} diff --git a/Sources/vendor/vlucas/phpdotenv/src/Store/StoreBuilder.php b/Sources/vendor/vlucas/phpdotenv/src/Store/StoreBuilder.php deleted file mode 100644 index 304117fc..00000000 --- a/Sources/vendor/vlucas/phpdotenv/src/Store/StoreBuilder.php +++ /dev/null @@ -1,141 +0,0 @@ -paths = $paths; - $this->names = $names; - $this->shortCircuit = $shortCircuit; - $this->fileEncoding = $fileEncoding; - } - - /** - * Create a new store builder instance with no names. - * - * @return \Dotenv\Store\StoreBuilder - */ - public static function createWithNoNames() - { - return new self(); - } - - /** - * Create a new store builder instance with the default name. - * - * @return \Dotenv\Store\StoreBuilder - */ - public static function createWithDefaultName() - { - return new self([], [self::DEFAULT_NAME]); - } - - /** - * Creates a store builder with the given path added. - * - * @param string $path - * - * @return \Dotenv\Store\StoreBuilder - */ - public function addPath(string $path) - { - return new self(\array_merge($this->paths, [$path]), $this->names, $this->shortCircuit, $this->fileEncoding); - } - - /** - * Creates a store builder with the given name added. - * - * @param string $name - * - * @return \Dotenv\Store\StoreBuilder - */ - public function addName(string $name) - { - return new self($this->paths, \array_merge($this->names, [$name]), $this->shortCircuit, $this->fileEncoding); - } - - /** - * Creates a store builder with short circuit mode enabled. - * - * @return \Dotenv\Store\StoreBuilder - */ - public function shortCircuit() - { - return new self($this->paths, $this->names, true, $this->fileEncoding); - } - - /** - * Creates a store builder with the specified file encoding. - * - * @param string|null $fileEncoding - * - * @return \Dotenv\Store\StoreBuilder - */ - public function fileEncoding(string $fileEncoding = null) - { - return new self($this->paths, $this->names, $this->shortCircuit, $fileEncoding); - } - - /** - * Creates a new store instance. - * - * @return \Dotenv\Store\StoreInterface - */ - public function make() - { - return new FileStore( - Paths::filePaths($this->paths, $this->names), - $this->shortCircuit, - $this->fileEncoding - ); - } -} diff --git a/Sources/vendor/vlucas/phpdotenv/src/Store/StoreInterface.php b/Sources/vendor/vlucas/phpdotenv/src/Store/StoreInterface.php deleted file mode 100644 index 6f5b9862..00000000 --- a/Sources/vendor/vlucas/phpdotenv/src/Store/StoreInterface.php +++ /dev/null @@ -1,17 +0,0 @@ -content = $content; - } - - /** - * Read the content of the environment file(s). - * - * @return string - */ - public function read() - { - return $this->content; - } -} diff --git a/Sources/vendor/vlucas/phpdotenv/src/Util/Regex.php b/Sources/vendor/vlucas/phpdotenv/src/Util/Regex.php deleted file mode 100644 index 52c15780..00000000 --- a/Sources/vendor/vlucas/phpdotenv/src/Util/Regex.php +++ /dev/null @@ -1,112 +0,0 @@ - - */ - public static function matches(string $pattern, string $subject) - { - return self::pregAndWrap(static function (string $subject) use ($pattern) { - return @\preg_match($pattern, $subject) === 1; - }, $subject); - } - - /** - * Perform a preg match all, wrapping up the result. - * - * @param string $pattern - * @param string $subject - * - * @return \GrahamCampbell\ResultType\Result - */ - public static function occurrences(string $pattern, string $subject) - { - return self::pregAndWrap(static function (string $subject) use ($pattern) { - return (int) @\preg_match_all($pattern, $subject); - }, $subject); - } - - /** - * Perform a preg replace callback, wrapping up the result. - * - * @param string $pattern - * @param callable $callback - * @param string $subject - * @param int|null $limit - * - * @return \GrahamCampbell\ResultType\Result - */ - public static function replaceCallback(string $pattern, callable $callback, string $subject, int $limit = null) - { - return self::pregAndWrap(static function (string $subject) use ($pattern, $callback, $limit) { - return (string) @\preg_replace_callback($pattern, $callback, $subject, $limit ?? -1); - }, $subject); - } - - /** - * Perform a preg split, wrapping up the result. - * - * @param string $pattern - * @param string $subject - * - * @return \GrahamCampbell\ResultType\Result - */ - public static function split(string $pattern, string $subject) - { - return self::pregAndWrap(static function (string $subject) use ($pattern) { - /** @var string[] */ - return (array) @\preg_split($pattern, $subject); - }, $subject); - } - - /** - * Perform a preg operation, wrapping up the result. - * - * @template V - * - * @param callable(string):V $operation - * @param string $subject - * - * @return \GrahamCampbell\ResultType\Result - */ - private static function pregAndWrap(callable $operation, string $subject) - { - $result = $operation($subject); - - if (\preg_last_error() !== \PREG_NO_ERROR) { - /** @var \GrahamCampbell\ResultType\Result */ - return Error::create(\preg_last_error_msg()); - } - - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create($result); - } -} diff --git a/Sources/vendor/vlucas/phpdotenv/src/Util/Str.php b/Sources/vendor/vlucas/phpdotenv/src/Util/Str.php deleted file mode 100644 index 087e236a..00000000 --- a/Sources/vendor/vlucas/phpdotenv/src/Util/Str.php +++ /dev/null @@ -1,98 +0,0 @@ - - */ - public static function utf8(string $input, string $encoding = null) - { - if ($encoding !== null && !\in_array($encoding, \mb_list_encodings(), true)) { - /** @var \GrahamCampbell\ResultType\Result */ - return Error::create( - \sprintf('Illegal character encoding [%s] specified.', $encoding) - ); - } - $converted = $encoding === null ? - @\mb_convert_encoding($input, 'UTF-8') : - @\mb_convert_encoding($input, 'UTF-8', $encoding); - /** - * this is for support UTF-8 with BOM encoding - * @see https://en.wikipedia.org/wiki/Byte_order_mark - * @see https://github.com/vlucas/phpdotenv/issues/500 - */ - if (\substr($converted, 0, 3) == "\xEF\xBB\xBF") { - $converted = \substr($converted, 3); - } - /** @var \GrahamCampbell\ResultType\Result */ - return Success::create($converted); - } - - /** - * Search for a given substring of the input. - * - * @param string $haystack - * @param string $needle - * - * @return \PhpOption\Option - */ - public static function pos(string $haystack, string $needle) - { - /** @var \PhpOption\Option */ - return Option::fromValue(\mb_strpos($haystack, $needle, 0, 'UTF-8'), false); - } - - /** - * Grab the specified substring of the input. - * - * @param string $input - * @param int $start - * @param int|null $length - * - * @return string - */ - public static function substr(string $input, int $start, int $length = null) - { - return \mb_substr($input, $start, $length, 'UTF-8'); - } - - /** - * Compute the length of the given string. - * - * @param string $input - * - * @return int - */ - public static function len(string $input) - { - return \mb_strlen($input, 'UTF-8'); - } -} diff --git a/Sources/vendor/vlucas/phpdotenv/src/Validator.php b/Sources/vendor/vlucas/phpdotenv/src/Validator.php deleted file mode 100644 index 0c04ab62..00000000 --- a/Sources/vendor/vlucas/phpdotenv/src/Validator.php +++ /dev/null @@ -1,209 +0,0 @@ -repository = $repository; - $this->variables = $variables; - } - - /** - * Assert that each variable is present. - * - * @throws \Dotenv\Exception\ValidationException - * - * @return \Dotenv\Validator - */ - public function required() - { - return $this->assert( - static function (?string $value) { - return $value !== null; - }, - 'is missing' - ); - } - - /** - * Assert that each variable is not empty. - * - * @throws \Dotenv\Exception\ValidationException - * - * @return \Dotenv\Validator - */ - public function notEmpty() - { - return $this->assertNullable( - static function (string $value) { - return Str::len(\trim($value)) > 0; - }, - 'is empty' - ); - } - - /** - * Assert that each specified variable is an integer. - * - * @throws \Dotenv\Exception\ValidationException - * - * @return \Dotenv\Validator - */ - public function isInteger() - { - return $this->assertNullable( - static function (string $value) { - return \ctype_digit($value); - }, - 'is not an integer' - ); - } - - /** - * Assert that each specified variable is a boolean. - * - * @throws \Dotenv\Exception\ValidationException - * - * @return \Dotenv\Validator - */ - public function isBoolean() - { - return $this->assertNullable( - static function (string $value) { - if ($value === '') { - return false; - } - - return \filter_var($value, \FILTER_VALIDATE_BOOLEAN, \FILTER_NULL_ON_FAILURE) !== null; - }, - 'is not a boolean' - ); - } - - /** - * Assert that each variable is amongst the given choices. - * - * @param string[] $choices - * - * @throws \Dotenv\Exception\ValidationException - * - * @return \Dotenv\Validator - */ - public function allowedValues(array $choices) - { - return $this->assertNullable( - static function (string $value) use ($choices) { - return \in_array($value, $choices, true); - }, - \sprintf('is not one of [%s]', \implode(', ', $choices)) - ); - } - - /** - * Assert that each variable matches the given regular expression. - * - * @param string $regex - * - * @throws \Dotenv\Exception\ValidationException - * - * @return \Dotenv\Validator - */ - public function allowedRegexValues(string $regex) - { - return $this->assertNullable( - static function (string $value) use ($regex) { - return Regex::matches($regex, $value)->success()->getOrElse(false); - }, - \sprintf('does not match "%s"', $regex) - ); - } - - /** - * Assert that the callback returns true for each variable. - * - * @param callable(?string):bool $callback - * @param string $message - * - * @throws \Dotenv\Exception\ValidationException - * - * @return \Dotenv\Validator - */ - public function assert(callable $callback, string $message) - { - $failing = []; - - foreach ($this->variables as $variable) { - if ($callback($this->repository->get($variable)) === false) { - $failing[] = \sprintf('%s %s', $variable, $message); - } - } - - if (\count($failing) > 0) { - throw new ValidationException(\sprintf( - 'One or more environment variables failed assertions: %s.', - \implode(', ', $failing) - )); - } - - return $this; - } - - /** - * Assert that the callback returns true for each variable. - * - * Skip checking null variable values. - * - * @param callable(string):bool $callback - * @param string $message - * - * @throws \Dotenv\Exception\ValidationException - * - * @return \Dotenv\Validator - */ - public function assertNullable(callable $callback, string $message) - { - return $this->assert( - static function (?string $value) use ($callback) { - if ($value === null) { - return true; - } - - return $callback($value); - }, - $message - ); - } -}