├── src └── magento │ ├── .swagger-codegen │ └── VERSION │ └── SwaggerClient-php │ ├── vendor │ ├── psr │ │ └── log │ │ │ ├── .gitignore │ │ │ └── Psr │ │ │ └── Log │ │ │ ├── InvalidArgumentException.php │ │ │ └── LoggerAwareInterface.php │ ├── symfony │ │ ├── finder │ │ │ ├── Tests │ │ │ │ └── Fixtures │ │ │ │ │ ├── .dot │ │ │ │ │ ├── a │ │ │ │ │ └── b │ │ │ │ │ │ ├── c.neon │ │ │ │ │ │ └── d.neon │ │ │ │ │ ├── one │ │ │ │ │ ├── a │ │ │ │ │ ├── .dot │ │ │ │ │ └── b │ │ │ │ │ │ ├── c.neon │ │ │ │ │ │ └── d.neon │ │ │ │ │ ├── A │ │ │ │ │ ├── B │ │ │ │ │ │ ├── ab.dat │ │ │ │ │ │ └── C │ │ │ │ │ │ │ └── abc.dat │ │ │ │ │ └── a.dat │ │ │ │ │ ├── copy │ │ │ │ │ └── A │ │ │ │ │ │ ├── B │ │ │ │ │ │ ├── ab.dat.copy │ │ │ │ │ │ └── C │ │ │ │ │ │ │ └── abc.dat.copy │ │ │ │ │ │ └── a.dat.copy │ │ │ │ │ ├── with space │ │ │ │ │ └── foo.txt │ │ │ │ │ ├── r+e.gex[c]a(r)s │ │ │ │ │ └── dir │ │ │ │ │ │ └── bar.dat │ │ │ │ │ ├── dolor.txt │ │ │ │ │ ├── ipsum.txt │ │ │ │ │ └── lorem.txt │ │ │ └── .gitignore │ │ ├── console │ │ │ ├── Tests │ │ │ │ └── Fixtures │ │ │ │ │ ├── input_definition_1.md │ │ │ │ │ ├── input_definition_1.txt │ │ │ │ │ ├── application_gethelp.txt │ │ │ │ │ ├── application_run4.txt │ │ │ │ │ ├── input_argument_1.txt │ │ │ │ │ ├── input_option_1.txt │ │ │ │ │ ├── input_argument_2.txt │ │ │ │ │ ├── input_definition_1.json │ │ │ │ │ ├── input_definition_2.txt │ │ │ │ │ ├── input_option_3.txt │ │ │ │ │ ├── input_definition_3.txt │ │ │ │ │ ├── input_option_6.txt │ │ │ │ │ ├── input_argument_4.txt │ │ │ │ │ ├── input_argument_1.md │ │ │ │ │ ├── Style │ │ │ │ │ └── SymfonyStyle │ │ │ │ │ │ └── output │ │ │ │ │ │ ├── output_3.txt │ │ │ │ │ │ ├── output_7.txt │ │ │ │ │ │ ├── interactive_output_1.txt │ │ │ │ │ │ ├── output_17.txt │ │ │ │ │ │ ├── output_0.txt │ │ │ │ │ │ ├── output_1.txt │ │ │ │ │ │ ├── output_6.txt │ │ │ │ │ │ └── output_11.txt │ │ │ │ │ ├── input_argument_3.txt │ │ │ │ │ ├── input_argument_with_default_inf_value.txt │ │ │ │ │ ├── input_option_2.txt │ │ │ │ │ ├── input_option_4.txt │ │ │ │ │ ├── input_option_5.txt │ │ │ │ │ ├── input_argument_with_style.txt │ │ │ │ │ ├── input_definition_1.xml │ │ │ │ │ ├── input_definition_2.md │ │ │ │ │ ├── input_option_with_default_inf_value.txt │ │ │ │ │ ├── command_1.txt │ │ │ │ │ ├── input_argument_2.md │ │ │ │ │ ├── input_option_1.md │ │ │ │ │ ├── input_option_with_style.txt │ │ │ │ │ ├── input_argument_3.md │ │ │ │ │ ├── input_argument_with_style.md │ │ │ │ │ ├── application_renderexception1.txt │ │ │ │ │ ├── input_argument_4.md │ │ │ │ │ ├── input_argument_with_default_inf_value.md │ │ │ │ │ ├── application_renderexception_doublewidth1.txt │ │ │ │ │ ├── input_definition_4.txt │ │ │ │ │ ├── input_argument_1.json │ │ │ │ │ ├── input_definition_3.md │ │ │ │ │ ├── input_option_3.md │ │ │ │ │ ├── input_option_4.md │ │ │ │ │ ├── input_option_2.md │ │ │ │ │ ├── application_renderexception4.txt │ │ │ │ │ ├── input_option_6.md │ │ │ │ │ ├── input_option_with_style.md │ │ │ │ │ ├── input_argument_2.json │ │ │ │ │ ├── input_option_with_default_inf_value.md │ │ │ │ │ ├── input_argument_1.xml │ │ │ │ │ ├── input_option_5.md │ │ │ │ │ ├── Foo5Command.php │ │ │ │ │ ├── input_argument_3.json │ │ │ │ │ ├── input_argument_4.json │ │ │ │ │ ├── command_1.md │ │ │ │ │ ├── input_option_1.xml │ │ │ │ │ ├── application_renderexception_escapeslines.txt │ │ │ │ │ ├── input_argument_2.xml │ │ │ │ │ ├── input_argument_with_default_inf_value.json │ │ │ │ │ ├── input_argument_with_style.json │ │ │ │ │ ├── input_option_with_style_array.md │ │ │ │ │ ├── application_renderexception2.txt │ │ │ │ │ ├── input_argument_4.xml │ │ │ │ │ ├── application_renderexception_doublewidth2.txt │ │ │ │ │ ├── input_option_with_style_array.txt │ │ │ │ │ ├── BarBucCommand.php │ │ │ │ │ ├── application_renderexception_doublewidth1decorated.txt │ │ │ │ │ ├── input_option_1.json │ │ │ │ │ ├── input_option_3.xml │ │ │ │ │ ├── input_option_4.xml │ │ │ │ │ ├── Foo4Command.php │ │ │ │ │ ├── input_option_3.json │ │ │ │ │ ├── input_option_4.json │ │ │ │ │ ├── input_option_5.xml │ │ │ │ │ ├── input_argument_3.xml │ │ │ │ │ ├── input_option_5.json │ │ │ │ │ ├── input_option_2.json │ │ │ │ │ ├── input_option_6.json │ │ │ │ │ ├── input_option_6.xml │ │ │ │ │ ├── Foo6Command.php │ │ │ │ │ ├── input_argument_with_default_inf_value.xml │ │ │ │ │ ├── input_option_with_default_inf_value.json │ │ │ │ │ ├── input_option_with_style.json │ │ │ │ │ ├── input_argument_with_style.xml │ │ │ │ │ ├── input_definition_4.md │ │ │ │ │ ├── input_option_2.xml │ │ │ │ │ ├── FooSameCaseLowercaseCommand.php │ │ │ │ │ ├── FooSameCaseUppercaseCommand.php │ │ │ │ │ ├── input_definition_2.xml │ │ │ │ │ ├── input_option_with_default_inf_value.xml │ │ │ │ │ ├── input_definition_3.xml │ │ │ │ │ ├── input_definition_2.json │ │ │ │ │ ├── input_option_with_style.xml │ │ │ │ │ ├── application_renderexception_linebreaks.txt │ │ │ │ │ ├── input_option_with_style_array.json │ │ │ │ │ └── command_1.json │ │ │ ├── .gitignore │ │ │ └── Resources │ │ │ │ └── bin │ │ │ │ └── hiddeninput.exe │ │ ├── debug │ │ │ ├── .gitignore │ │ │ └── Tests │ │ │ │ ├── Fixtures │ │ │ │ ├── Throwing.php │ │ │ │ ├── PEARClass.php │ │ │ │ ├── notPsr0Bis.php │ │ │ │ ├── reallyNotPsr0.php │ │ │ │ ├── casemismatch.php │ │ │ │ ├── psr4 │ │ │ │ │ └── Psr4CaseMismatch.php │ │ │ │ ├── ClassAlias.php │ │ │ │ ├── FinalClass.php │ │ │ │ ├── InternalTrait.php │ │ │ │ ├── NonDeprecatedInterface.php │ │ │ │ ├── InternalInterface.php │ │ │ │ ├── FinalMethod2Trait.php │ │ │ │ ├── DeprecatedClass.php │ │ │ │ ├── AnnotatedClass.php │ │ │ │ ├── TraitWithInternalMethod.php │ │ │ │ ├── DeprecatedInterface.php │ │ │ │ ├── InternalClass.php │ │ │ │ └── ExtendedFinalMethod.php │ │ │ │ └── Fixtures2 │ │ │ │ └── RequiredTwice.php │ │ ├── yaml │ │ │ ├── .gitignore │ │ │ └── Tests │ │ │ │ └── Fixtures │ │ │ │ ├── embededPhp.yml │ │ │ │ ├── legacyNonStringKeys.yml │ │ │ │ ├── nonStringKeys.yml │ │ │ │ ├── arrow.gif │ │ │ │ ├── nullMappingKey.yml │ │ │ │ ├── legacyNullMappingKey.yml │ │ │ │ ├── multiple_lines_as_literal_block_leading_space_in_first_line.yml │ │ │ │ ├── booleanMappingKeys.yml │ │ │ │ └── sfObjects.yml │ │ ├── filesystem │ │ │ └── .gitignore │ │ ├── process │ │ │ └── .gitignore │ │ ├── stopwatch │ │ │ ├── .gitignore │ │ │ └── CHANGELOG.md │ │ └── event-dispatcher │ │ │ └── .gitignore │ ├── bin │ │ ├── phpunit │ │ ├── phpcs │ │ ├── phpcbf │ │ └── php-cs-fixer │ ├── sebastian │ │ ├── version │ │ │ ├── .gitignore │ │ │ └── .gitattributes │ │ ├── diff │ │ │ ├── .gitignore │ │ │ └── tests │ │ │ │ └── fixtures │ │ │ │ └── patch.txt │ │ ├── environment │ │ │ ├── .gitignore │ │ │ └── .travis.yml │ │ ├── comparator │ │ │ ├── .gitignore │ │ │ └── tests │ │ │ │ ├── bootstrap.php │ │ │ │ └── _files │ │ │ │ └── TestClass.php │ │ ├── global-state │ │ │ ├── .gitignore │ │ │ └── .travis.yml │ │ ├── exporter │ │ │ └── .gitignore │ │ └── recursion-context │ │ │ ├── .gitignore │ │ │ └── .travis.yml │ ├── phpunit │ │ ├── php-timer │ │ │ ├── .gitattributes │ │ │ └── .gitignore │ │ ├── phpunit │ │ │ ├── tests │ │ │ │ ├── _files │ │ │ │ │ ├── bar.xml │ │ │ │ │ ├── foo.xml │ │ │ │ │ ├── expectedFileFormat.txt │ │ │ │ │ ├── JsonData │ │ │ │ │ │ ├── simpleObject.json │ │ │ │ │ │ └── arrayObject.json │ │ │ │ │ ├── NoTestCaseClass.php │ │ │ │ │ ├── configuration.colors.empty.xml │ │ │ │ │ ├── configuration.colors.true.xml │ │ │ │ │ ├── CoveredFunction.php │ │ │ │ │ ├── configuration.colors.false.xml │ │ │ │ │ ├── configuration.colors.invalid.xml │ │ │ │ │ ├── DummyException.php │ │ │ │ │ ├── CustomPrinter.php │ │ │ │ │ ├── NotVoidTestCase.php │ │ │ │ │ ├── EmptyTestCaseTest.php │ │ │ │ │ ├── NamespaceCoveredFunction.php │ │ │ │ │ ├── NonStatic.php │ │ │ │ │ ├── ConcreteTest.php │ │ │ │ │ ├── InheritedTestCase.php │ │ │ │ │ ├── Success.php │ │ │ │ │ ├── configuration.custom-printer.xml │ │ │ │ │ ├── NoTestCases.php │ │ │ │ │ ├── NothingTest.php │ │ │ │ │ ├── Inheritance │ │ │ │ │ │ ├── InheritanceA.php │ │ │ │ │ │ └── InheritanceB.php │ │ │ │ │ ├── OverrideTestCase.php │ │ │ │ │ ├── AbstractTest.php │ │ │ │ │ ├── ConcreteTest.my.php │ │ │ │ │ ├── MockRunner.php │ │ │ │ │ ├── NoArgTestCaseTest.php │ │ │ │ │ ├── Failure.php │ │ │ │ │ ├── ThrowNoExceptionTestCase.php │ │ │ │ │ ├── ClassWithScalarTypeDeclarations.php │ │ │ │ │ ├── Struct.php │ │ │ │ │ ├── TestTestError.php │ │ │ │ │ ├── TestSkipped.php │ │ │ │ │ ├── TestIncomplete.php │ │ │ │ │ ├── IncompleteTest.php │ │ │ │ │ ├── IniTest.php │ │ │ │ │ ├── WasRun.php │ │ │ │ │ ├── OneTestCase.php │ │ │ │ │ ├── ThrowExceptionTestCase.php │ │ │ │ │ ├── CoverageNoneTest.php │ │ │ │ │ ├── NotPublicTestCase.php │ │ │ │ │ ├── CoverageFunctionTest.php │ │ │ │ │ ├── CoverageNamespacedFunctionTest.php │ │ │ │ │ ├── ChangeCurrentWorkingDirectoryTest.php │ │ │ │ │ ├── SampleClass.php │ │ │ │ │ ├── BaseTestListenerSample.php │ │ │ │ │ ├── CoverageClassTest.php │ │ │ │ │ ├── CoverageFunctionParenthesesTest.php │ │ │ │ │ ├── Calculator.php │ │ │ │ │ ├── FatalTest.php │ │ │ │ │ ├── CoveragePrivateTest.php │ │ │ │ │ ├── CoveragePublicTest.php │ │ │ │ │ ├── CoverageFunctionParenthesesWhitespaceTest.php │ │ │ │ │ ├── CoverageMethodTest.php │ │ │ │ │ ├── CoverageNotPublicTest.php │ │ │ │ │ ├── CoverageNotPrivateTest.php │ │ │ │ │ ├── CoverageProtectedTest.php │ │ │ │ │ ├── CoverageClassExtendedTest.php │ │ │ │ │ ├── CoverageNotProtectedTest.php │ │ │ │ │ ├── NamespaceCoverageClassTest.php │ │ │ │ │ ├── CoverageMethodOneLineAnnotationTest.php │ │ │ │ │ ├── CoverageMethodParenthesesTest.php │ │ │ │ │ ├── NamespaceCoveragePublicTest.php │ │ │ │ │ ├── CoverageNothingTest.php │ │ │ │ │ ├── NamespaceCoverageMethodTest.php │ │ │ │ │ ├── NamespaceCoverageNotPublicTest.php │ │ │ │ │ ├── NamespaceCoveragePrivateTest.php │ │ │ │ │ ├── NamespaceCoverageNotPrivateTest.php │ │ │ │ │ ├── NamespaceCoverageProtectedTest.php │ │ │ │ │ ├── NamespaceCoverageClassExtendedTest.php │ │ │ │ │ ├── NamespaceCoverageNotProtectedTest.php │ │ │ │ │ ├── CoverageMethodParenthesesWhitespaceTest.php │ │ │ │ │ ├── DependencyTestSuite.php │ │ │ │ │ ├── IsolationTest.php │ │ │ │ │ └── RequirementsClassBeforeClassHookTest.php │ │ │ │ ├── Regression │ │ │ │ │ ├── GitHub │ │ │ │ │ │ ├── 74 │ │ │ │ │ │ │ ├── NewException.php │ │ │ │ │ │ │ └── Issue74Test.php │ │ │ │ │ │ ├── 322 │ │ │ │ │ │ │ ├── phpunit322.xml │ │ │ │ │ │ │ └── Issue322Test.php │ │ │ │ │ │ ├── 503 │ │ │ │ │ │ │ └── Issue503Test.php │ │ │ │ │ │ ├── 581 │ │ │ │ │ │ │ └── Issue581Test.php │ │ │ │ │ │ ├── 797 │ │ │ │ │ │ │ ├── bootstrap797.php │ │ │ │ │ │ │ └── Issue797Test.php │ │ │ │ │ │ ├── 873 │ │ │ │ │ │ │ └── Issue873Test.php │ │ │ │ │ │ ├── 1216 │ │ │ │ │ │ │ ├── bootstrap1216.php │ │ │ │ │ │ │ ├── phpunit1216.xml │ │ │ │ │ │ │ └── Issue1216Test.php │ │ │ │ │ │ ├── 1265 │ │ │ │ │ │ │ ├── phpunit1265.xml │ │ │ │ │ │ │ └── Issue1265Test.php │ │ │ │ │ │ ├── 1330 │ │ │ │ │ │ │ ├── phpunit1330.xml │ │ │ │ │ │ │ └── Issue1330Test.php │ │ │ │ │ │ ├── 1351 │ │ │ │ │ │ │ └── ChildProcessClass1351.php │ │ │ │ │ │ ├── 1437 │ │ │ │ │ │ │ └── Issue1437Test.php │ │ │ │ │ │ ├── 1468 │ │ │ │ │ │ │ └── Issue1468Test.php │ │ │ │ │ │ ├── 1471 │ │ │ │ │ │ │ └── Issue1471Test.php │ │ │ │ │ │ ├── 1570 │ │ │ │ │ │ │ └── Issue1570Test.php │ │ │ │ │ │ └── 2158 │ │ │ │ │ │ │ └── constant.inc │ │ │ │ │ └── Trac │ │ │ │ │ │ ├── 523 │ │ │ │ │ │ └── Issue523Test.php │ │ │ │ │ │ ├── 684 │ │ │ │ │ │ └── Issue684Test.php │ │ │ │ │ │ └── 783 │ │ │ │ │ │ ├── OneTest.php │ │ │ │ │ │ ├── TwoTest.php │ │ │ │ │ │ ├── ParentSuite.php │ │ │ │ │ │ └── ChildSuite.php │ │ │ │ ├── Fail │ │ │ │ │ └── fail.phpt │ │ │ │ └── bootstrap.php │ │ │ ├── .gitattributes │ │ │ ├── src │ │ │ │ └── Util │ │ │ │ │ └── PHP │ │ │ │ │ └── eval-stdin.php │ │ │ └── .gitignore │ │ ├── php-code-coverage │ │ │ ├── .gitattributes │ │ │ ├── tests │ │ │ │ └── _files │ │ │ │ │ ├── CoveredFunction.php │ │ │ │ │ ├── source_without_ignore.php │ │ │ │ │ ├── CoverageNoneTest.php │ │ │ │ │ ├── CoverageFunctionTest.php │ │ │ │ │ ├── CoverageClassTest.php │ │ │ │ │ ├── CoverageFunctionParenthesesTest.php │ │ │ │ │ ├── CoveragePrivateTest.php │ │ │ │ │ ├── CoveragePublicTest.php │ │ │ │ │ ├── source_without_namespace.php │ │ │ │ │ ├── CoverageFunctionParenthesesWhitespaceTest.php │ │ │ │ │ ├── CoverageMethodTest.php │ │ │ │ │ ├── CoverageNotPublicTest.php │ │ │ │ │ ├── CoverageNotPrivateTest.php │ │ │ │ │ ├── CoverageProtectedTest.php │ │ │ │ │ ├── CoverageClassExtendedTest.php │ │ │ │ │ ├── CoverageNotProtectedTest.php │ │ │ │ │ ├── NamespaceCoverageClassTest.php │ │ │ │ │ ├── CoverageMethodOneLineAnnotationTest.php │ │ │ │ │ ├── CoverageMethodParenthesesTest.php │ │ │ │ │ ├── NamespaceCoveragePublicTest.php │ │ │ │ │ ├── CoverageNothingTest.php │ │ │ │ │ ├── NamespaceCoverageMethodTest.php │ │ │ │ │ ├── NamespaceCoverageNotPublicTest.php │ │ │ │ │ ├── NamespaceCoveragePrivateTest.php │ │ │ │ │ ├── NamespaceCoverageNotPrivateTest.php │ │ │ │ │ ├── NamespaceCoverageProtectedTest.php │ │ │ │ │ ├── NamespaceCoverageClassExtendedTest.php │ │ │ │ │ ├── NamespaceCoverageNotProtectedTest.php │ │ │ │ │ ├── source_with_namespace.php │ │ │ │ │ └── CoverageMethodParenthesesWhitespaceTest.php │ │ │ ├── scripts │ │ │ │ ├── auto_append.php │ │ │ │ └── auto_prepend.php │ │ │ ├── .gitignore │ │ │ ├── src │ │ │ │ └── CodeCoverage │ │ │ │ │ └── Report │ │ │ │ │ └── HTML │ │ │ │ │ └── Renderer │ │ │ │ │ └── Template │ │ │ │ │ ├── fonts │ │ │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ │ │ ├── glyphicons-halflings-regular.woff │ │ │ │ │ └── glyphicons-halflings-regular.woff2 │ │ │ │ │ └── coverage_bar.html.dist │ │ │ └── CONTRIBUTING.md │ │ ├── php-file-iterator │ │ │ ├── .gitattributes │ │ │ └── .gitignore │ │ ├── php-text-template │ │ │ ├── .gitattributes │ │ │ └── .gitignore │ │ ├── php-token-stream │ │ │ ├── .gitattributes │ │ │ ├── tests │ │ │ │ ├── _fixture │ │ │ │ │ ├── issue19.php │ │ │ │ │ ├── classInNamespace.php │ │ │ │ │ ├── classUsesNamespacedFunction.php │ │ │ │ │ ├── issue30.php │ │ │ │ │ ├── classInScopedNamespace.php │ │ │ │ │ ├── source2.php │ │ │ │ │ ├── classExtendsNamespacedClass.php │ │ │ │ │ ├── multipleNamespacesWithOneClassUsingBraces.php │ │ │ │ │ ├── multipleNamespacesWithOneClassUsingNonBraceSyntax.php │ │ │ │ │ ├── closure.php │ │ │ │ │ ├── source5.php │ │ │ │ │ ├── class_with_method_that_declares_anonymous_class2.php │ │ │ │ │ └── source3.php │ │ │ │ └── bootstrap.php │ │ │ └── .gitignore │ │ └── phpunit-mock-objects │ │ │ ├── .gitattributes │ │ │ ├── tests │ │ │ ├── _fixture │ │ │ │ ├── AnInterface.php │ │ │ │ ├── AnotherInterface.php │ │ │ │ ├── TraversableMockTestInterface.php │ │ │ │ ├── Bar.php │ │ │ │ ├── InterfaceWithStaticMethod.php │ │ │ │ ├── ClassWithStaticMethod.php │ │ │ │ ├── Foo.php │ │ │ │ ├── MockTestInterface.php │ │ │ │ ├── FunctionCallback.php │ │ │ │ ├── SomeClass.php │ │ │ │ ├── AbstractMockTestClass.php │ │ │ │ ├── StaticMockTestClass.php │ │ │ │ ├── MethodCallbackByReference.php │ │ │ │ ├── AbstractTrait.php │ │ │ │ └── PartialMockTestClass.php │ │ │ └── bootstrap.php │ │ │ ├── src │ │ │ └── Framework │ │ │ │ └── MockObject │ │ │ │ └── Generator │ │ │ │ ├── trait_class.tpl.dist │ │ │ │ ├── wsdl_method.tpl.dist │ │ │ │ ├── mocked_clone.tpl.dist │ │ │ │ ├── mocked_static_method.tpl.dist │ │ │ │ ├── unmocked_clone.tpl.dist │ │ │ │ ├── wsdl_class.tpl.dist │ │ │ │ └── mocked_class_method.tpl.dist │ │ │ ├── .gitignore │ │ │ └── CONTRIBUTING.md │ ├── squizlabs │ │ └── php_codesniffer │ │ │ ├── .gitignore │ │ │ ├── CodeSniffer │ │ │ └── Standards │ │ │ │ ├── Generic │ │ │ │ ├── ruleset.xml │ │ │ │ └── Docs │ │ │ │ │ ├── Files │ │ │ │ │ ├── LowercasedFilenameStandard.xml │ │ │ │ │ ├── EndFileNewlineStandard.xml │ │ │ │ │ ├── EndFileNoNewlineStandard.xml │ │ │ │ │ ├── LineEndingsStandard.xml │ │ │ │ │ ├── LineLengthStandard.xml │ │ │ │ │ └── ByteOrderMarkStandard.xml │ │ │ │ │ ├── WhiteSpace │ │ │ │ │ ├── DisallowTabIndentStandard.xml │ │ │ │ │ └── DisallowSpaceIndentStandard.xml │ │ │ │ │ ├── PHP │ │ │ │ │ ├── BacktickOperatorStandard.xml │ │ │ │ │ └── DisallowShortOpenTagStandard.xml │ │ │ │ │ ├── Metrics │ │ │ │ │ ├── NestingLevelStandard.xml │ │ │ │ │ └── CyclomaticComplexityStandard.xml │ │ │ │ │ └── VersionControl │ │ │ │ │ └── SubversionPropertiesStandard.xml │ │ │ │ ├── PSR2 │ │ │ │ └── Docs │ │ │ │ │ └── Files │ │ │ │ │ └── EndFileNewlineStandard.xml │ │ │ │ └── PEAR │ │ │ │ └── Docs │ │ │ │ └── Files │ │ │ │ └── LineLengthStandard.xml │ │ │ ├── CodeSniffer.conf.dist │ │ │ └── phpcs.xml.dist │ ├── phpdocumentor │ │ ├── reflection-docblock │ │ │ └── .coveralls.yml │ │ └── reflection-common │ │ │ └── README.md │ ├── guzzlehttp │ │ ├── guzzle │ │ │ └── src │ │ │ │ ├── Exception │ │ │ │ ├── TooManyRedirectsException.php │ │ │ │ ├── TransferException.php │ │ │ │ ├── ClientException.php │ │ │ │ ├── ServerException.php │ │ │ │ └── GuzzleException.php │ │ │ │ └── functions_include.php │ │ ├── psr7 │ │ │ └── src │ │ │ │ └── functions_include.php │ │ └── promises │ │ │ ├── src │ │ │ ├── functions_include.php │ │ │ ├── CancellationException.php │ │ │ └── PromisorInterface.php │ │ │ └── Makefile │ ├── autoload.php │ ├── webmozart │ │ └── assert │ │ │ ├── .styleci.yml │ │ │ └── .composer-auth.json │ └── composer │ │ └── autoload_namespaces.php │ ├── .travis.yml │ └── docs │ └── Model │ ├── ErrorErrors.md │ ├── ErrorParameters.md │ ├── Body109.md │ ├── Body7.md │ ├── Body8.md │ ├── RmaDataItemExtensionInterface.md │ ├── RmaDataRmaExtensionInterface.md │ ├── RmaDataTrackExtensionInterface.md │ ├── BundleDataLinkExtensionInterface.md │ ├── QuoteDataCartExtensionInterface.md │ ├── RmaDataCommentExtensionInterface.md │ ├── SalesDataTotalExtensionInterface.md │ ├── StoreDataGroupExtensionInterface.md │ ├── StoreDataStoreExtensionInterface.md │ ├── TaxDataTaxRateExtensionInterface.md │ ├── TaxDataTaxRuleExtensionInterface.md │ ├── BundleDataOptionExtensionInterface.md │ ├── CustomerDataGroupExtensionInterface.md │ ├── QuoteDataCartItemExtensionInterface.md │ ├── QuoteDataCurrencyExtensionInterface.md │ ├── SalesDataInvoiceExtensionInterface.md │ ├── SalesDataShipmentExtensionInterface.md │ ├── SalesDataShippingExtensionInterface.md │ ├── StoreDataWebsiteExtensionInterface.md │ ├── TaxDataTaxClassExtensionInterface.md │ ├── Body119.md │ ├── Body120.md │ ├── Body46.md │ ├── Body47.md │ ├── CatalogDataCategoryExtensionInterface.md │ ├── CustomerDataAddressExtensionInterface.md │ ├── CustomerDataRegionExtensionInterface.md │ ├── EavDataAttributeSetExtensionInterface.md │ ├── QuoteDataTotalsItemExtensionInterface.md │ ├── SalesDataCreditmemoExtensionInterface.md │ ├── SalesRuleDataCouponExtensionInterface.md │ ├── TaxDataTaxRateTitleExtensionInterface.md │ ├── BundleDataBundleOptionExtensionInterface.md │ ├── BundleDataOptionTypeExtensionInterface.md │ ├── CatalogDataProductTypeExtensionInterface.md │ ├── CustomerDataCustomerExtensionInterface.md │ ├── DownloadableDataLinkExtensionInterface.md │ ├── DownloadableDataSampleExtensionInterface.md │ ├── EavDataAttributeGroupExtensionInterface.md │ ├── SalesDataInvoiceItemExtensionInterface.md │ ├── SalesDataOrderAddressExtensionInterface.md │ ├── SalesDataOrderPaymentExtensionInterface.md │ ├── SalesDataShipmentItemExtensionInterface.md │ ├── SalesDataShipmentTrackExtensionInterface.md │ ├── SalesDataTransactionExtensionInterface.md │ ├── SalesRuleDataConditionExtensionInterface.md │ ├── SalesRuleDataRuleLabelExtensionInterface.md │ ├── StoreDataStoreConfigExtensionInterface.md │ ├── CatalogDataEavAttributeExtensionInterface.md │ ├── GiftWrappingDataWrappingExtensionInterface.md │ ├── QuoteDataShippingMethodExtensionInterface.md │ ├── SalesDataCreditmemoItemExtensionInterface.md │ ├── SalesDataInvoiceCommentExtensionInterface.md │ ├── SalesDataShipmentCommentExtensionInterface.md │ ├── SalesDataShipmentPackageExtensionInterface.md │ ├── Body123.md │ ├── Body124.md │ ├── CatalogDataProductLinkTypeExtensionInterface.md │ ├── CatalogDataProductTierPriceExtensionInterface.md │ ├── CheckoutDataPaymentDetailsExtensionInterface.md │ ├── DirectoryDataExchangeRateExtensionInterface.md │ ├── DownloadableDataFileContentExtensionInterface.md │ ├── GiftCardDataGiftCardOptionExtensionInterface.md │ ├── GiftCardDataGiftcardAmountExtensionInterface.md │ ├── SalesDataCreditmemoCommentExtensionInterface.md │ ├── SalesDataOrderStatusHistoryExtensionInterface.md │ ├── SalesDataShippingAssignmentExtensionInterface.md │ ├── TaxDataOrderTaxDetailsItemExtensionInterface.md │ ├── Body32.md │ ├── CatalogInventoryDataStockItemExtensionInterface.md │ ├── CheckoutDataTotalsInformationExtensionInterface.md │ ├── ConfigurableProductDataOptionExtensionInterface.md │ ├── SalesDataInvoiceItemCreationExtensionInterface.md │ ├── SalesDataShipmentItemCreationExtensionInterface.md │ ├── Body41.md │ ├── Body44.md │ ├── Body9.md │ ├── CatalogDataCategoryProductLinkExtensionInterface.md │ ├── CatalogDataProductAttributeTypeExtensionInterface.md │ ├── CatalogDataProductCustomOptionExtensionInterface.md │ ├── CatalogDataProductLinkAttributeExtensionInterface.md │ ├── CatalogInventoryDataStockStatusExtensionInterface.md │ ├── CheckoutAgreementsDataAgreementExtensionInterface.md │ ├── CheckoutDataShippingInformationExtensionInterface.md │ ├── DirectoryDataCountryInformationExtensionInterface.md │ ├── DirectoryDataCurrencyInformationExtensionInterface.md │ ├── DirectoryDataRegionInformationExtensionInterface.md │ ├── SalesDataCreditmemoItemCreationExtensionInterface.md │ ├── SalesDataInvoiceCommentCreationExtensionInterface.md │ ├── SalesDataShipmentCommentCreationExtensionInterface.md │ ├── SalesDataShipmentPackageCreationExtensionInterface.md │ ├── SalesDataShipmentTrackCreationExtensionInterface.md │ ├── TaxDataOrderTaxDetailsAppliedTaxExtensionInterface.md │ ├── Body104.md │ ├── CatalogDataProductCustomOptionTypeExtensionInterface.md │ ├── ConfigurableProductDataOptionValueExtensionInterface.md │ └── GiftCardAccountDataGiftCardAccountExtensionInterface.md ├── config.php ├── .gitignore ├── img ├── ATM_logo.jpg ├── dolishop.png ├── object_dolishop.png └── Dolibarr_Preferred_Partner_logo.png └── composer.json /src/magento/.swagger-codegen/VERSION: -------------------------------------------------------------------------------- 1 | 2.3.1 -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/psr/log/.gitignore: -------------------------------------------------------------------------------- 1 | vendor 2 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/finder/Tests/Fixtures/.dot/a: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/finder/Tests/Fixtures/one/a: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /config.php: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/foo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/sebastian/version/.gitattributes: -------------------------------------------------------------------------------- 1 | *.php diff=php 2 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/finder/Tests/Fixtures/copy/A/B/ab.dat.copy: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/finder/Tests/Fixtures/copy/A/a.dat.copy: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/finder/Tests/Fixtures/with space/foo.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/bin/phpcbf: -------------------------------------------------------------------------------- 1 | ../squizlabs/php_codesniffer/scripts/phpcbf -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_definition_1.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_definition_1.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/finder/Tests/Fixtures/copy/A/B/C/abc.dat.copy: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/bin/php-cs-fixer: -------------------------------------------------------------------------------- 1 | ../friendsofphp/php-cs-fixer/php-cs-fixer -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-code-coverage/.gitattributes: -------------------------------------------------------------------------------- 1 | *.php diff=php 2 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-file-iterator/.gitattributes: -------------------------------------------------------------------------------- 1 | *.php diff=php 2 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-text-template/.gitattributes: -------------------------------------------------------------------------------- 1 | *.php diff=php 2 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-token-stream/.gitattributes: -------------------------------------------------------------------------------- 1 | *.php diff=php 2 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/expectedFileFormat.txt: -------------------------------------------------------------------------------- 1 | FOO 2 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/finder/Tests/Fixtures/r+e.gex[c]a(r)s/dir/bar.dat: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .buildpath 2 | .project 3 | .settings/ 4 | *.log 5 | /nbproject 6 | .idea 7 | vendor 8 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit-mock-objects/.gitattributes: -------------------------------------------------------------------------------- 1 | *.php diff=php 2 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/application_gethelp.txt: -------------------------------------------------------------------------------- 1 | Console Tool -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/application_run4.txt: -------------------------------------------------------------------------------- 1 | Console Tool 2 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/debug/.gitignore: -------------------------------------------------------------------------------- 1 | vendor/ 2 | composer.lock 3 | phpunit.xml 4 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/finder/.gitignore: -------------------------------------------------------------------------------- 1 | vendor/ 2 | composer.lock 3 | phpunit.xml 4 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/yaml/.gitignore: -------------------------------------------------------------------------------- 1 | vendor/ 2 | composer.lock 3 | phpunit.xml 4 | -------------------------------------------------------------------------------- /img/ATM_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ATM-Consulting/dolibarr_module_dolishop/master/img/ATM_logo.jpg -------------------------------------------------------------------------------- /img/dolishop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ATM-Consulting/dolibarr_module_dolishop/master/img/dolishop.png -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-timer/.gitignore: -------------------------------------------------------------------------------- 1 | /.idea 2 | /vendor 3 | /composer.lock 4 | 5 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/JsonData/simpleObject.json: -------------------------------------------------------------------------------- 1 | {"Mascott":"Tux"} -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/.gitignore: -------------------------------------------------------------------------------- 1 | vendor/ 2 | composer.lock 3 | phpunit.xml 4 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/filesystem/.gitignore: -------------------------------------------------------------------------------- 1 | vendor/ 2 | composer.lock 3 | phpunit.xml 4 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/finder/Tests/Fixtures/dolor.txt: -------------------------------------------------------------------------------- 1 | dolor sit amet 2 | DOLOR SIT AMET -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/process/.gitignore: -------------------------------------------------------------------------------- 1 | vendor/ 2 | composer.lock 3 | phpunit.xml 4 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/stopwatch/.gitignore: -------------------------------------------------------------------------------- 1 | vendor/ 2 | composer.lock 3 | phpunit.xml 4 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/sebastian/diff/.gitignore: -------------------------------------------------------------------------------- 1 | /.idea 2 | /composer.lock 3 | /vendor 4 | /.php_cs.cache -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/event-dispatcher/.gitignore: -------------------------------------------------------------------------------- 1 | vendor/ 2 | composer.lock 3 | phpunit.xml 4 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/yaml/Tests/Fixtures/embededPhp.yml: -------------------------------------------------------------------------------- 1 | value: 2 | -------------------------------------------------------------------------------- /img/object_dolishop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ATM-Consulting/dolibarr_module_dolishop/master/img/object_dolishop.png -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/.gitattributes: -------------------------------------------------------------------------------- 1 | /build export-ignore 2 | 3 | *.php diff=php 4 | 5 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_argument_1.txt: -------------------------------------------------------------------------------- 1 | argument_name 2 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_option_1.txt: -------------------------------------------------------------------------------- 1 | -o, --option_name 2 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/finder/Tests/Fixtures/ipsum.txt: -------------------------------------------------------------------------------- 1 | ipsum dolor sit amet 2 | IPSUM DOLOR SIT AMET -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-token-stream/tests/_fixture/issue19.php: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/configuration.colors.true.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/sebastian/environment/.gitignore: -------------------------------------------------------------------------------- 1 | /.idea 2 | /vendor 3 | /composer.lock 4 | /composer.phar 5 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/finder/Tests/Fixtures/lorem.txt: -------------------------------------------------------------------------------- 1 | lorem ipsum dolor sit amet 2 | LOREM IPSUM DOLOR SIT AMET -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/CoveredFunction.php: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-text-template/.gitignore: -------------------------------------------------------------------------------- 1 | /composer.lock 2 | /composer.phar 3 | /.idea 4 | /vendor 5 | 6 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_argument_2.txt: -------------------------------------------------------------------------------- 1 | argument_name argument description 2 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-code-coverage/tests/_files/CoveredFunction.php: -------------------------------------------------------------------------------- 1 | ' . file_get_contents('php://stdin')); 4 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/configuration.colors.invalid.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/yaml/Tests/Fixtures/legacyNonStringKeys.yml: -------------------------------------------------------------------------------- 1 | - legacyBooleanMappingKeys 2 | - legacyNullMappingKey 3 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_definition_1.json: -------------------------------------------------------------------------------- 1 | { 2 | "arguments": [], 3 | "options": [] 4 | } 5 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/yaml/Tests/Fixtures/nonStringKeys.yml: -------------------------------------------------------------------------------- 1 | - booleanMappingKeys 2 | - numericMappingKeys 3 | - nullMappingKey 4 | -------------------------------------------------------------------------------- /img/Dolibarr_Preferred_Partner_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ATM-Consulting/dolibarr_module_dolishop/master/img/Dolibarr_Preferred_Partner_logo.png -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/Regression/GitHub/2158/constant.inc: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/DummyException.php: -------------------------------------------------------------------------------- 1 | Arguments: 2 | argument_name 3 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_option_3.txt: -------------------------------------------------------------------------------- 1 | -o, --option_name=OPTION_NAME option description 2 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-code-coverage/tests/_files/source_without_ignore.php: -------------------------------------------------------------------------------- 1 | Options: 2 | -o, --option_name 3 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-token-stream/tests/_fixture/classInNamespace.php: -------------------------------------------------------------------------------- 1 | -o|O, --option_name=OPTION_NAME option with multiple shortcuts 2 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpdocumentor/reflection-docblock/.coveralls.yml: -------------------------------------------------------------------------------- 1 | service_name: travis-ci 2 | coverage_clover: coverage.xml 3 | json_path: coverage.json 4 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_argument_4.txt: -------------------------------------------------------------------------------- 1 | argument_name multiline 2 | argument description 3 | -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- 1 | { 2 | "require": { 3 | "guzzlehttp/guzzle": "^6.3", 4 | "league/oauth1-client": "^1.7", 5 | "lusitanian/oauth": "^0.8.11" 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit-mock-objects/tests/_fixture/AnInterface.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_3.txt: -------------------------------------------------------------------------------- 1 | 2 | First title 3 | =========== 4 | 5 | Second title 6 | ============ 7 | 8 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/debug/Tests/Fixtures/notPsr0Bis.php: -------------------------------------------------------------------------------- 1 | argument_name argument description [default: "default_value"] 2 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/debug/Tests/Fixtures/casemismatch.php: -------------------------------------------------------------------------------- 1 | argument_name argument description [default: INF] 2 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/debug/Tests/Fixtures2/RequiredTwice.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/ConcreteTest.php: -------------------------------------------------------------------------------- 1 | -o, --option_name[=OPTION_NAME] option description [default: "default_value"] 2 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_option_4.txt: -------------------------------------------------------------------------------- 1 | -o, --option_name[=OPTION_NAME] option description (multiple values allowed) 2 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_option_5.txt: -------------------------------------------------------------------------------- 1 | -o, --option_name=OPTION_NAME multiline 2 | option description 3 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-token-stream/tests/_fixture/issue30.php: -------------------------------------------------------------------------------- 1 | argument_name argument description [default: "\style\"] 2 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_definition_1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_definition_2.md: -------------------------------------------------------------------------------- 1 | ### Arguments 2 | 3 | #### `argument_name` 4 | 5 | * Is required: yes 6 | * Is array: no 7 | * Default: `NULL` 8 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/debug/Tests/Fixtures/psr4/Psr4CaseMismatch.php: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_option_with_default_inf_value.txt: -------------------------------------------------------------------------------- 1 | -o, --option_name[=OPTION_NAME] option description [default: INF] 2 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-token-stream/tests/_fixture/classInScopedNamespace.php: -------------------------------------------------------------------------------- 1 | Usage: 2 | descriptor:command1 3 | alias1 4 | alias2 5 | 6 | Help: 7 | command 1 help 8 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_argument_2.md: -------------------------------------------------------------------------------- 1 | #### `argument_name` 2 | 3 | argument description 4 | 5 | * Is required: no 6 | * Is array: yes 7 | * Default: `array ()` 8 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_option_1.md: -------------------------------------------------------------------------------- 1 | #### `--option_name|-o` 2 | 3 | * Accept value: no 4 | * Is value required: no 5 | * Is multiple: no 6 | * Default: `false` 7 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_option_with_style.txt: -------------------------------------------------------------------------------- 1 | -o, --option_name=OPTION_NAME option description [default: "\style\"] 2 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/debug/Tests/Fixtures/ClassAlias.php: -------------------------------------------------------------------------------- 1 | stop(); 3 | 4 | $writer = new PHP_CodeCoverage_Report_HTML; 5 | $writer->process($coverage, '/tmp/coverage'); 6 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-token-stream/tests/_fixture/source2.php: -------------------------------------------------------------------------------- 1 | 4 | How are you?: 5 | > 6 | Where do you come from?: 7 | > 8 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_17.txt: -------------------------------------------------------------------------------- 1 | 2 | Title ending with \ 3 | =================== 4 | 5 | Section ending with \ 6 | --------------------- 7 | 8 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_argument_3.md: -------------------------------------------------------------------------------- 1 | #### `argument_name` 2 | 3 | argument description 4 | 5 | * Is required: no 6 | * Is array: no 7 | * Default: `'default_value'` 8 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_argument_with_style.md: -------------------------------------------------------------------------------- 1 | #### `argument_name` 2 | 3 | argument description 4 | 5 | * Is required: no 6 | * Is array: no 7 | * Default: `'style'` 8 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php: -------------------------------------------------------------------------------- 1 | null, 9 | ) 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/.travis.yml: -------------------------------------------------------------------------------- 1 | language: php 2 | sudo: false 3 | php: 4 | - 5.4 5 | - 5.5 6 | - 5.6 7 | - 7.0 8 | - hhvm 9 | before_install: "composer install" 10 | script: "vendor/bin/phpunit" 11 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit-mock-objects/tests/_fixture/Foo.php: -------------------------------------------------------------------------------- 1 | doSomethingElse(); 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/Failure.php: -------------------------------------------------------------------------------- 1 | fail(); 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/ThrowNoExceptionTestCase.php: -------------------------------------------------------------------------------- 1 | Arguments: 2 | argument_name 3 | 4 | Options: 5 | -o, --option_name 6 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/debug/Tests/Fixtures/InternalTrait.php: -------------------------------------------------------------------------------- 1 | null, 9 | ) 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/ClassWithScalarTypeDeclarations.php: -------------------------------------------------------------------------------- 1 | var = $var; 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_option_4.md: -------------------------------------------------------------------------------- 1 | #### `--option_name|-o` 2 | 3 | option description 4 | 5 | * Accept value: yes 6 | * Is value required: no 7 | * Is multiple: yes 8 | * Default: `array ()` 9 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpdocumentor/reflection-common/README.md: -------------------------------------------------------------------------------- 1 | # ReflectionCommon 2 | [![Build Status](https://travis-ci.org/phpDocumentor/ReflectionCommon.svg?branch=master)](https://travis-ci.org/phpDocumentor/ReflectionCommon) 3 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/TestTestError.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_option_5.md: -------------------------------------------------------------------------------- 1 | #### `--option_name|-o` 2 | 3 | multiline 4 | option description 5 | 6 | * Accept value: yes 7 | * Is value required: yes 8 | * Is multiple: no 9 | * Default: `NULL` 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/guzzlehttp/promises/src/functions_include.php: -------------------------------------------------------------------------------- 1 | __phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker(); 4 | } 5 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/Regression/GitHub/1265/Issue1265Test.php: -------------------------------------------------------------------------------- 1 | assertTrue(true); 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/Regression/Trac/783/OneTest.php: -------------------------------------------------------------------------------- 1 | markTestSkipped('Skipped test'); 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/Foo5Command.php: -------------------------------------------------------------------------------- 1 | assertTrue(PHPUNIT_1330); 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/TestIncomplete.php: -------------------------------------------------------------------------------- 1 | markTestIncomplete('Incomplete test'); 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/command_1.md: -------------------------------------------------------------------------------- 1 | `descriptor:command1` 2 | --------------------- 3 | 4 | command 1 description 5 | 6 | ### Usage 7 | 8 | * `descriptor:command1` 9 | * `alias1` 10 | * `alias2` 11 | 12 | command 1 help 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_option_1.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit-mock-objects/tests/_fixture/FunctionCallback.php: -------------------------------------------------------------------------------- 1 | markTestIncomplete('Test incomplete'); 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/application_renderexception_escapeslines.txt: -------------------------------------------------------------------------------- 1 | 2 | In ApplicationTest.php line %d: 3 | 4 | dont break here < 5 | info>! 6 | 7 | 8 | foo 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_argument_2.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | argument description 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_argument_with_default_inf_value.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "argument_name", 3 | "is_required": false, 4 | "is_array": false, 5 | "description": "argument description", 6 | "default": "INF" 7 | } 8 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_argument_with_style.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "argument_name", 3 | "is_required": false, 4 | "is_array": false, 5 | "description": "argument description", 6 | "default": "style" 7 | } 8 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/yaml/Tests/Fixtures/booleanMappingKeys.yml: -------------------------------------------------------------------------------- 1 | --- %YAML:1.0 2 | test: Miscellaneous 3 | spec: 2.21 4 | yaml: | 5 | true: true 6 | false: false 7 | php: | 8 | array( 9 | 'true' => true, 10 | 'false' => false, 11 | ) 12 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/IniTest.php: -------------------------------------------------------------------------------- 1 | assertEquals('application/x-test', ini_get('default_mimetype')); 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/WasRun.php: -------------------------------------------------------------------------------- 1 | wasRun = true; 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_option_with_style_array.md: -------------------------------------------------------------------------------- 1 | #### `--option_name|-o` 2 | 3 | option description 4 | 5 | * Accept value: yes 6 | * Is value required: yes 7 | * Is multiple: yes 8 | * Default: `array ( 0 => 'Hello', 1 => 'world',)` 9 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/OneTestCase.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | A collection of generic sniffs. This standard is not designed to be used to check code. 4 | 5 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/application_renderexception2.txt: -------------------------------------------------------------------------------- 1 | 2 | 3 | The "--foo" option does not exist. 4 | 5 | 6 | list [--raw] [--format FORMAT] [--] [] 7 | 8 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_argument_4.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | multiline 4 | argument description 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/stopwatch/CHANGELOG.md: -------------------------------------------------------------------------------- 1 | CHANGELOG 2 | ========= 3 | 4 | 3.4.0 5 | ----- 6 | 7 | * added the `Stopwatch::reset()` method 8 | * allowed to measure sub-millisecond times by introducing an argument to the 9 | constructor of `Stopwatch` 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/mocked_static_method.tpl.dist: -------------------------------------------------------------------------------- 1 | 2 | {modifier} function {reference}{method_name}({arguments_decl}) 3 | { 4 | throw new PHPUnit_Framework_MockObject_BadMethodCallException; 5 | } 6 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/unmocked_clone.tpl.dist: -------------------------------------------------------------------------------- 1 | public function __clone() 2 | { 3 | $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker(); 4 | parent::__clone(); 5 | } 6 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/ThrowExceptionTestCase.php: -------------------------------------------------------------------------------- 1 | -o, --option_name=OPTION_NAME option description [default: ["\Hello\","\world\"]] (multiple values allowed) 2 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/CoverageNoneTest.php: -------------------------------------------------------------------------------- 1 | publicMethod(); 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/Regression/GitHub/1437/Issue1437Test.php: -------------------------------------------------------------------------------- 1 | assertTrue(false); 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/Regression/GitHub/797/bootstrap797.php: -------------------------------------------------------------------------------- 1 | publicMethod(); 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/Regression/GitHub/1216/phpunit1216.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Issue1216Test.php 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/Regression/GitHub/873/Issue873Test.php: -------------------------------------------------------------------------------- 1 | 'PSR2', 4 | 'report_format' => 'summary', 5 | 'show_warnings' => '0', 6 | 'show_progress' => '1', 7 | 'report_width' => '120', 8 | ) 9 | ?> 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Docs/Files/LowercasedFilenameStandard.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Docs/Files/EndFileNewlineStandard.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/BarBucCommand.php: -------------------------------------------------------------------------------- 1 | setName('bar:buc'); 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_6.txt: -------------------------------------------------------------------------------- 1 | 2 | * Lorem ipsum dolor sit amet 3 | * consectetur adipiscing elit 4 | 5 | [OK] Lorem ipsum dolor sit amet 6 | 7 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/application_renderexception_doublewidth1decorated.txt: -------------------------------------------------------------------------------- 1 | 2 | In ApplicationTest.php line %d: 3 |   4 |  エラーメッセージ  5 |   6 | 7 | foo 8 | 9 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_option_1.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "--option_name", 3 | "shortcut": "-o", 4 | "accept_value": false, 5 | "is_value_required": false, 6 | "is_multiple": false, 7 | "description": "", 8 | "default": false 9 | } 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_option_3.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_option_4.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/debug/Tests/Fixtures/DeprecatedClass.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/Foo4Command.php: -------------------------------------------------------------------------------- 1 | setName('foo3:bar:toh'); 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/debug/Tests/Fixtures/AnnotatedClass.php: -------------------------------------------------------------------------------- 1 | assertTrue($_ENV['configAvailableInBootstrap']); 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/Regression/GitHub/322/phpunit322.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Test.php 4 | 5 | 6 | 7 | 8 | one 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Docs/Files/EndFileNoNewlineStandard.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit-mock-objects/tests/_fixture/SomeClass.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_option_3.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "--option_name", 3 | "shortcut": "-o", 4 | "accept_value": true, 5 | "is_value_required": true, 6 | "is_multiple": false, 7 | "description": "option description", 8 | "default": null 9 | } 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_option_4.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "--option_name", 3 | "shortcut": "-o", 4 | "accept_value": true, 5 | "is_value_required": false, 6 | "is_multiple": true, 7 | "description": "option description", 8 | "default": [] 9 | } 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_option_5.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/debug/Tests/Fixtures/DeprecatedInterface.php: -------------------------------------------------------------------------------- 1 | array($vendorDir . '/phpspec/prophecy/src'), 10 | ); 11 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Docs/WhiteSpace/DisallowTabIndentStandard.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/CoverageFunctionTest.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_argument_3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | argument description 4 | 5 | default_value 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_option_5.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "--option_name", 3 | "shortcut": "-o", 4 | "accept_value": true, 5 | "is_value_required": true, 6 | "is_multiple": false, 7 | "description": "multiline option description", 8 | "default": null 9 | } 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/debug/Tests/Fixtures/InternalClass.php: -------------------------------------------------------------------------------- 1 | 2 | 6 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-code-coverage/tests/_files/CoverageFunctionTest.php: -------------------------------------------------------------------------------- 1 | markTestIncomplete(); 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Docs/PHP/BacktickOperatorStandard.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/Foo6Command.php: -------------------------------------------------------------------------------- 1 | setName('0foo:bar')->setDescription('0foo:bar command'); 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_argument_with_default_inf_value.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | argument description 4 | 5 | INF 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/ChangeCurrentWorkingDirectoryTest.php: -------------------------------------------------------------------------------- 1 | assertTrue(true); 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/SampleClass.php: -------------------------------------------------------------------------------- 1 | a = $a; 11 | $this->b = $b; 12 | $this->c = $c; 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/sebastian/environment/.travis.yml: -------------------------------------------------------------------------------- 1 | language: php 2 | 3 | before_script: 4 | - composer self-update 5 | - composer install --no-interaction --prefer-source --dev 6 | 7 | php: 8 | - 5.3.3 9 | - 5.3 10 | - 5.4 11 | - 5.5 12 | - 5.6 13 | - hhvm 14 | 15 | notifications: 16 | email: false 17 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Docs/Files/LineLengthStandard.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_option_with_default_inf_value.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "--option_name", 3 | "shortcut": "-o", 4 | "accept_value": true, 5 | "is_value_required": false, 6 | "is_multiple": false, 7 | "description": "option description", 8 | "default": "INF" 9 | } 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_option_with_style.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "--option_name", 3 | "shortcut": "-o", 4 | "accept_value": true, 5 | "is_value_required": true, 6 | "is_multiple": false, 7 | "description": "option description", 8 | "default": "style" 9 | } 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/BaseTestListenerSample.php: -------------------------------------------------------------------------------- 1 | endCount++; 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Docs/Files/LineLengthStandard.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Docs/Metrics/NestingLevelStandard.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/Regression/GitHub/1471/Issue1471Test.php: -------------------------------------------------------------------------------- 1 | expectOutputString('*'); 7 | 8 | print '*'; 9 | 10 | $this->assertTrue(false); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/Regression/GitHub/503/Issue503Test.php: -------------------------------------------------------------------------------- 1 | assertSame( 7 | "foo\n", 8 | "foo\r\n" 9 | ); 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/CoverageClassTest.php: -------------------------------------------------------------------------------- 1 | publicMethod(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/CoverageFunctionParenthesesTest.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | argument description 4 | 5 | <comment>style</> 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/webmozart/assert/.composer-auth.json: -------------------------------------------------------------------------------- 1 | { 2 | "github-oauth": { 3 | "github.com": "PLEASE DO NOT USE THIS TOKEN IN YOUR OWN PROJECTS/FORKS", 4 | "github.com": "This token is reserved for testing the webmozart/* repositories", 5 | "github.com": "a9debbffdd953ee9b3b82dbc3b807cde2086bb86" 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ATM-Consulting/dolibarr_module_dolishop/master/src/magento/SwaggerClient-php/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ATM-Consulting/dolibarr_module_dolishop/master/src/magento/SwaggerClient-php/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/HTML/Renderer/Template/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit-mock-objects/tests/_fixture/MethodCallbackByReference.php: -------------------------------------------------------------------------------- 1 | publicMethod(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-code-coverage/tests/_files/CoverageFunctionParenthesesTest.php: -------------------------------------------------------------------------------- 1 | assertEquals(GITHUB_ISSUE, 797); 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/FatalTest.php: -------------------------------------------------------------------------------- 1 | 2 | 8 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-token-stream/tests/_fixture/source5.php: -------------------------------------------------------------------------------- 1 | 6 | */ 7 | public function testSomething() 8 | { 9 | $o = new CoveredClass; 10 | $o->publicMethod(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/CoveragePublicTest.php: -------------------------------------------------------------------------------- 1 | 6 | */ 7 | public function testSomething() 8 | { 9 | $o = new CoveredClass; 10 | $o->publicMethod(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/FooSameCaseLowercaseCommand.php: -------------------------------------------------------------------------------- 1 | setName('foo:bar')->setDescription('foo:bar command'); 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/FooSameCaseUppercaseCommand.php: -------------------------------------------------------------------------------- 1 | setName('foo:BAR')->setDescription('foo:BAR command'); 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_definition_2.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/Regression/GitHub/74/Issue74Test.php: -------------------------------------------------------------------------------- 1 | publicMethod(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/CoverageNotPublicTest.php: -------------------------------------------------------------------------------- 1 | 6 | */ 7 | public function testSomething() 8 | { 9 | $o = new CoveredClass; 10 | $o->publicMethod(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_option_with_default_inf_value.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/ErrorErrors.md: -------------------------------------------------------------------------------- 1 | # ErrorErrors 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-code-coverage/tests/_files/CoveragePrivateTest.php: -------------------------------------------------------------------------------- 1 | 6 | */ 7 | public function testSomething() 8 | { 9 | $o = new CoveredClass; 10 | $o->publicMethod(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-code-coverage/tests/_files/CoveragePublicTest.php: -------------------------------------------------------------------------------- 1 | 6 | */ 7 | public function testSomething() 8 | { 9 | $o = new CoveredClass; 10 | $o->publicMethod(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-code-coverage/tests/_files/source_without_namespace.php: -------------------------------------------------------------------------------- 1 | 6 | */ 7 | public function testSomething() 8 | { 9 | $o = new CoveredClass; 10 | $o->publicMethod(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/CoverageProtectedTest.php: -------------------------------------------------------------------------------- 1 | 6 | */ 7 | public function testSomething() 8 | { 9 | $o = new CoveredClass; 10 | $o->publicMethod(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_definition_3.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/ErrorParameters.md: -------------------------------------------------------------------------------- 1 | # ErrorParameters 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-code-coverage/tests/_files/CoverageFunctionParenthesesWhitespaceTest.php: -------------------------------------------------------------------------------- 1 | publicMethod(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-code-coverage/tests/_files/CoverageNotPublicTest.php: -------------------------------------------------------------------------------- 1 | 6 | */ 7 | public function testSomething() 8 | { 9 | $o = new CoveredClass; 10 | $o->publicMethod(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/mocked_class_method.tpl.dist: -------------------------------------------------------------------------------- 1 | 2 | public function method() 3 | { 4 | $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount; 5 | $expects = $this->expects($any); 6 | return call_user_func_array(array($expects, 'method'), func_get_args()); 7 | } 8 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit-mock-objects/tests/_fixture/AbstractTrait.php: -------------------------------------------------------------------------------- 1 | addTest(ChildSuite::suite()); 10 | 11 | return $suite; 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/CoverageClassExtendedTest.php: -------------------------------------------------------------------------------- 1 | 6 | */ 7 | public function testSomething() 8 | { 9 | $o = new CoveredClass; 10 | $o->publicMethod(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/CoverageNotProtectedTest.php: -------------------------------------------------------------------------------- 1 | 6 | */ 7 | public function testSomething() 8 | { 9 | $o = new CoveredClass; 10 | $o->publicMethod(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/NamespaceCoverageClassTest.php: -------------------------------------------------------------------------------- 1 | publicMethod(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_definition_2.json: -------------------------------------------------------------------------------- 1 | { 2 | "arguments": { 3 | "argument_name": { 4 | "name": "argument_name", 5 | "is_required": true, 6 | "is_array": false, 7 | "description": "", 8 | "default": null 9 | } 10 | }, 11 | "options": [] 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/guzzlehttp/promises/src/PromisorInterface.php: -------------------------------------------------------------------------------- 1 | 6 | */ 7 | public function testSomething() 8 | { 9 | $o = new CoveredClass; 10 | $o->publicMethod(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-code-coverage/tests/_files/CoverageProtectedTest.php: -------------------------------------------------------------------------------- 1 | 6 | */ 7 | public function testSomething() 8 | { 9 | $o = new CoveredClass; 10 | $o->publicMethod(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/.gitignore: -------------------------------------------------------------------------------- 1 | /.ant_targets 2 | /.idea 3 | /build/documentation 4 | /build/logfiles 5 | /build/phar 6 | /build/phpdox 7 | /build/*.phar 8 | /build/*.phar.asc 9 | /tests/TextUI/*.diff 10 | /tests/TextUI/*.exp 11 | /tests/TextUI/*.log 12 | /tests/TextUI/*.out 13 | /tests/TextUI/*.php 14 | /cache.properties 15 | /composer.lock 16 | /vendor 17 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/Regression/GitHub/322/Issue322Test.php: -------------------------------------------------------------------------------- 1 | publicMethod(); 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Docs/Metrics/CyclomaticComplexityStandard.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_option_with_style.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-code-coverage/tests/_files/CoverageClassExtendedTest.php: -------------------------------------------------------------------------------- 1 | 6 | */ 7 | public function testSomething() 8 | { 9 | $o = new CoveredClass; 10 | $o->publicMethod(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-code-coverage/tests/_files/CoverageNotProtectedTest.php: -------------------------------------------------------------------------------- 1 | 6 | */ 7 | public function testSomething() 8 | { 9 | $o = new CoveredClass; 10 | $o->publicMethod(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-code-coverage/tests/_files/NamespaceCoverageClassTest.php: -------------------------------------------------------------------------------- 1 | publicMethod(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/CoverageMethodParenthesesTest.php: -------------------------------------------------------------------------------- 1 | publicMethod(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/NamespaceCoveragePublicTest.php: -------------------------------------------------------------------------------- 1 | 6 | */ 7 | public function testSomething() 8 | { 9 | $o = new Foo\CoveredClass; 10 | $o->publicMethod(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-code-coverage/tests/_files/CoverageMethodOneLineAnnotationTest.php: -------------------------------------------------------------------------------- 1 | publicMethod(); 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/CoverageNothingTest.php: -------------------------------------------------------------------------------- 1 | publicMethod(); 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/NamespaceCoverageMethodTest.php: -------------------------------------------------------------------------------- 1 | publicMethod(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/NamespaceCoverageNotPublicTest.php: -------------------------------------------------------------------------------- 1 | 6 | */ 7 | public function testSomething() 8 | { 9 | $o = new Foo\CoveredClass; 10 | $o->publicMethod(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/NamespaceCoveragePrivateTest.php: -------------------------------------------------------------------------------- 1 | 6 | */ 7 | public function testSomething() 8 | { 9 | $o = new Foo\CoveredClass; 10 | $o->publicMethod(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-code-coverage/scripts/auto_prepend.php: -------------------------------------------------------------------------------- 1 | filter(); 6 | 7 | $filter->addFileToBlacklist(__FILE__); 8 | $filter->addFileToBlacklist(dirname(__FILE__) . '/auto_append.php'); 9 | 10 | $coverage->start($_SERVER['SCRIPT_FILENAME']); 11 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-code-coverage/tests/_files/CoverageMethodParenthesesTest.php: -------------------------------------------------------------------------------- 1 | publicMethod(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-code-coverage/tests/_files/NamespaceCoveragePublicTest.php: -------------------------------------------------------------------------------- 1 | 6 | */ 7 | public function testSomething() 8 | { 9 | $o = new Foo\CoveredClass; 10 | $o->publicMethod(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/NamespaceCoverageNotPrivateTest.php: -------------------------------------------------------------------------------- 1 | 6 | */ 7 | public function testSomething() 8 | { 9 | $o = new Foo\CoveredClass; 10 | $o->publicMethod(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/NamespaceCoverageProtectedTest.php: -------------------------------------------------------------------------------- 1 | 6 | */ 7 | public function testSomething() 8 | { 9 | $o = new Foo\CoveredClass; 10 | $o->publicMethod(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/sebastian/global-state/.travis.yml: -------------------------------------------------------------------------------- 1 | language: php 2 | 3 | php: 4 | - 5.3.3 5 | - 5.3 6 | - 5.4 7 | - 5.5 8 | - 5.6 9 | - hhvm 10 | 11 | sudo: false 12 | 13 | before_script: 14 | - composer self-update 15 | - composer install --no-interaction --prefer-source --dev 16 | 17 | script: ./vendor/bin/phpunit 18 | 19 | notifications: 20 | email: false 21 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/yaml/Tests/Fixtures/sfObjects.yml: -------------------------------------------------------------------------------- 1 | --- %YAML:1.0 2 | test: Objects 3 | brief: > 4 | Comments at the end of a line 5 | yaml: | 6 | ex1: "foo # bar" 7 | ex2: "foo # bar" # comment 8 | ex3: 'foo # bar' # comment 9 | ex4: foo # comment 10 | php: | 11 | array('ex1' => 'foo # bar', 'ex2' => 'foo # bar', 'ex3' => 'foo # bar', 'ex4' => 'foo') 12 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/Body109.md: -------------------------------------------------------------------------------- 1 | # Body109 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | **child_sku** | **string** | | 7 | 8 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 9 | 10 | 11 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/Body7.md: -------------------------------------------------------------------------------- 1 | # Body7 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | **confirmation_key** | **string** | | 7 | 8 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 9 | 10 | 11 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/Body8.md: -------------------------------------------------------------------------------- 1 | # Body8 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | **confirmation_key** | **string** | | 7 | 8 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 9 | 10 | 11 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-code-coverage/tests/_files/CoverageNothingTest.php: -------------------------------------------------------------------------------- 1 | publicMethod(); 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-code-coverage/tests/_files/NamespaceCoverageMethodTest.php: -------------------------------------------------------------------------------- 1 | publicMethod(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-code-coverage/tests/_files/NamespaceCoverageNotPublicTest.php: -------------------------------------------------------------------------------- 1 | 6 | */ 7 | public function testSomething() 8 | { 9 | $o = new Foo\CoveredClass; 10 | $o->publicMethod(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-code-coverage/tests/_files/NamespaceCoveragePrivateTest.php: -------------------------------------------------------------------------------- 1 | 6 | */ 7 | public function testSomething() 8 | { 9 | $o = new Foo\CoveredClass; 10 | $o->publicMethod(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/Regression/Trac/523/Issue523Test.php: -------------------------------------------------------------------------------- 1 | assertAttributeEquals('foo', 'field', new Issue523()); 7 | } 8 | }; 9 | 10 | class Issue523 extends ArrayIterator 11 | { 12 | protected $field = 'foo'; 13 | } 14 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/NamespaceCoverageClassExtendedTest.php: -------------------------------------------------------------------------------- 1 | 6 | */ 7 | public function testSomething() 8 | { 9 | $o = new Foo\CoveredClass; 10 | $o->publicMethod(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/NamespaceCoverageNotProtectedTest.php: -------------------------------------------------------------------------------- 1 | 6 | */ 7 | public function testSomething() 8 | { 9 | $o = new Foo\CoveredClass; 10 | $o->publicMethod(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Docs/Files/ByteOrderMarkStandard.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/RmaDataItemExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # RmaDataItemExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/RmaDataRmaExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # RmaDataRmaExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/RmaDataTrackExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # RmaDataTrackExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-code-coverage/tests/_files/NamespaceCoverageNotPrivateTest.php: -------------------------------------------------------------------------------- 1 | 6 | */ 7 | public function testSomething() 8 | { 9 | $o = new Foo\CoveredClass; 10 | $o->publicMethod(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-code-coverage/tests/_files/NamespaceCoverageProtectedTest.php: -------------------------------------------------------------------------------- 1 | 6 | */ 7 | public function testSomething() 8 | { 9 | $o = new Foo\CoveredClass; 10 | $o->publicMethod(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/application_renderexception_linebreaks.txt: -------------------------------------------------------------------------------- 1 | 2 | In ApplicationTest.php line %d: 3 | 4 | line 1 with extra spaces 5 | line 2 6 | 7 | line 4 8 | 9 | 10 | foo 11 | 12 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/BundleDataLinkExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # BundleDataLinkExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/QuoteDataCartExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # QuoteDataCartExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/RmaDataCommentExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # RmaDataCommentExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/SalesDataTotalExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # SalesDataTotalExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/StoreDataGroupExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # StoreDataGroupExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/StoreDataStoreExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # StoreDataStoreExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/TaxDataTaxRateExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # TaxDataTaxRateExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/TaxDataTaxRuleExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # TaxDataTaxRuleExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-code-coverage/CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | Pull Requests for bug fixes should be made against the current release branch (2.0). 2 | 3 | Pull Requests for new features should be made against master. 4 | 5 | For further notes please refer to [https://github.com/sebastianbergmann/phpunit/blob/master/CONTRIBUTING.md](https://github.com/sebastianbergmann/phpunit/blob/master/CONTRIBUTING.md) 6 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-code-coverage/tests/_files/NamespaceCoverageClassExtendedTest.php: -------------------------------------------------------------------------------- 1 | 6 | */ 7 | public function testSomething() 8 | { 9 | $o = new Foo\CoveredClass; 10 | $o->publicMethod(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-code-coverage/tests/_files/NamespaceCoverageNotProtectedTest.php: -------------------------------------------------------------------------------- 1 | 6 | */ 7 | public function testSomething() 8 | { 9 | $o = new Foo\CoveredClass; 10 | $o->publicMethod(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/CoverageMethodParenthesesWhitespaceTest.php: -------------------------------------------------------------------------------- 1 | publicMethod(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Docs/PHP/DisallowShortOpenTagStandard.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | to delimit PHP code, not the shorthand. This is the most portable way to include PHP code on differing operating systems and setups. 5 | ]]> 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/input_option_with_style_array.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "--option_name", 3 | "shortcut": "-o", 4 | "accept_value": true, 5 | "is_value_required": true, 6 | "is_multiple": true, 7 | "description": "option description", 8 | "default": [ 9 | "Hello", 10 | "world" 11 | ] 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/BundleDataOptionExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # BundleDataOptionExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/CustomerDataGroupExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # CustomerDataGroupExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/QuoteDataCartItemExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # QuoteDataCartItemExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/QuoteDataCurrencyExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # QuoteDataCurrencyExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/SalesDataInvoiceExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # SalesDataInvoiceExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/SalesDataShipmentExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # SalesDataShipmentExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/SalesDataShippingExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # SalesDataShippingExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/StoreDataWebsiteExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # StoreDataWebsiteExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/TaxDataTaxClassExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # TaxDataTaxClassExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-code-coverage/tests/_files/source_with_namespace.php: -------------------------------------------------------------------------------- 1 | publicMethod(); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/BundleDataBundleOptionExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # BundleDataBundleOptionExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/BundleDataOptionTypeExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # BundleDataOptionTypeExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/CatalogDataProductTypeExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # CatalogDataProductTypeExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/CustomerDataCustomerExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # CustomerDataCustomerExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/DownloadableDataLinkExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # DownloadableDataLinkExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/DownloadableDataSampleExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # DownloadableDataSampleExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/EavDataAttributeGroupExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # EavDataAttributeGroupExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/SalesDataInvoiceItemExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # SalesDataInvoiceItemExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/SalesDataOrderAddressExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # SalesDataOrderAddressExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/SalesDataOrderPaymentExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # SalesDataOrderPaymentExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/SalesDataShipmentItemExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # SalesDataShipmentItemExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/SalesDataShipmentTrackExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # SalesDataShipmentTrackExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/SalesDataTransactionExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # SalesDataTransactionExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/SalesRuleDataConditionExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # SalesRuleDataConditionExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/SalesRuleDataRuleLabelExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # SalesRuleDataRuleLabelExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/StoreDataStoreConfigExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # StoreDataStoreConfigExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php: -------------------------------------------------------------------------------- 1 | addTestSuite('DependencySuccessTest'); 9 | $suite->addTestSuite('DependencyFailureTest'); 10 | 11 | return $suite; 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/IsolationTest.php: -------------------------------------------------------------------------------- 1 | assertFalse($this->isInIsolation()); 7 | } 8 | 9 | public function testIsInIsolationReturnsTrue() 10 | { 11 | $this->assertTrue($this->isInIsolation()); 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Docs/VersionControl/SubversionPropertiesStandard.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/CatalogDataEavAttributeExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # CatalogDataEavAttributeExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/GiftWrappingDataWrappingExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # GiftWrappingDataWrappingExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/QuoteDataShippingMethodExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # QuoteDataShippingMethodExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/SalesDataCreditmemoItemExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # SalesDataCreditmemoItemExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/SalesDataInvoiceCommentExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # SalesDataInvoiceCommentExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/SalesDataShipmentCommentExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # SalesDataShipmentCommentExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/SalesDataShipmentPackageExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # SalesDataShipmentPackageExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/console/Tests/Fixtures/command_1.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "descriptor:command1", 3 | "hidden": false, 4 | "usage": [ 5 | "descriptor:command1", 6 | "alias1", 7 | "alias2" 8 | ], 9 | "description": "command 1 description", 10 | "help": "command 1 help", 11 | "definition": { 12 | "arguments": [], 13 | "options": [] 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/symfony/debug/Tests/Fixtures/ExtendedFinalMethod.php: -------------------------------------------------------------------------------- 1 | 2 |
3 | {{percent}}% covered ({{level}}) 4 |
5 | 6 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-token-stream/tests/_fixture/class_with_method_that_declares_anonymous_class2.php: -------------------------------------------------------------------------------- 1 | method_in_anonymous_class(); 11 | } 12 | 13 | public function methodTwo() { 14 | return false; 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit-mock-objects/tests/_fixture/PartialMockTestClass.php: -------------------------------------------------------------------------------- 1 | constructorCalled = true; 9 | } 10 | 11 | public function doSomething() 12 | { 13 | } 14 | 15 | public function doAnotherThing() 16 | { 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/squizlabs/php_codesniffer/phpcs.xml.dist: -------------------------------------------------------------------------------- 1 | 2 | 3 | The coding standard for PHP_CodeSniffer itself. 4 | 5 | CodeSniffer.php 6 | CodeSniffer 7 | scripts 8 | 9 | */Tests/* 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/Body32.md: -------------------------------------------------------------------------------- 1 | # Body32 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | **parent_id** | **int** | | 7 | **after_id** | **int** | | [optional] 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/CatalogInventoryDataStockItemExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # CatalogInventoryDataStockItemExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/CheckoutDataTotalsInformationExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # CheckoutDataTotalsInformationExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/ConfigurableProductDataOptionExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # ConfigurableProductDataOptionExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/SalesDataInvoiceItemCreationExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # SalesDataInvoiceItemCreationExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/SalesDataShipmentItemCreationExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # SalesDataShipmentItemCreationExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/Regression/GitHub/581/Issue581Test.php: -------------------------------------------------------------------------------- 1 | assertEquals( 7 | (object) array(1, 2, "Test\r\n", 4, 5, 6, 7, 8), 8 | (object) array(1, 2, "Test\r\n", 4, 1, 6, 7, 8) 9 | ); 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/sebastian/comparator/tests/_files/TestClass.php: -------------------------------------------------------------------------------- 1 | 6 | * 7 | * For the full copyright and license information, please view the LICENSE 8 | * file that was distributed with this source code. 9 | */ 10 | 11 | namespace SebastianBergmann\Comparator; 12 | 13 | class TestClass { 14 | } 15 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/sebastian/recursion-context/.travis.yml: -------------------------------------------------------------------------------- 1 | language: php 2 | 3 | php: 4 | - 5.3.3 5 | - 5.3 6 | - 5.4 7 | - 5.5 8 | - 5.6 9 | - hhvm 10 | 11 | sudo: false 12 | 13 | before_script: 14 | - composer self-update 15 | - composer install --no-interaction --prefer-source --dev 16 | 17 | script: ./vendor/bin/phpunit 18 | 19 | notifications: 20 | email: false 21 | irc: "irc.freenode.org#phpunit" 22 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/Body41.md: -------------------------------------------------------------------------------- 1 | # Body41 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | **customer_id** | **int** | The customer ID. | 7 | **store_id** | **int** | | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/Body44.md: -------------------------------------------------------------------------------- 1 | # Body44 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | **customer_id** | **int** | The customer ID. | 7 | **store_id** | **int** | | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/Body9.md: -------------------------------------------------------------------------------- 1 | # Body9 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | **current_password** | **string** | | 7 | **new_password** | **string** | | 8 | 9 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 10 | 11 | 12 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/CatalogDataCategoryProductLinkExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # CatalogDataCategoryProductLinkExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/CatalogDataProductAttributeTypeExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # CatalogDataProductAttributeTypeExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/CatalogDataProductCustomOptionExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # CatalogDataProductCustomOptionExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/CatalogDataProductLinkAttributeExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # CatalogDataProductLinkAttributeExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/CatalogInventoryDataStockStatusExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # CatalogInventoryDataStockStatusExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/CheckoutAgreementsDataAgreementExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # CheckoutAgreementsDataAgreementExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/CheckoutDataShippingInformationExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # CheckoutDataShippingInformationExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/DirectoryDataCountryInformationExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # DirectoryDataCountryInformationExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/DirectoryDataCurrencyInformationExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # DirectoryDataCurrencyInformationExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/DirectoryDataRegionInformationExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # DirectoryDataRegionInformationExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/SalesDataCreditmemoItemCreationExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # SalesDataCreditmemoItemCreationExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/SalesDataInvoiceCommentCreationExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # SalesDataInvoiceCommentCreationExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/SalesDataShipmentCommentCreationExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # SalesDataShipmentCommentCreationExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/SalesDataShipmentPackageCreationExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # SalesDataShipmentPackageCreationExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/SalesDataShipmentTrackCreationExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # SalesDataShipmentTrackCreationExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/docs/Model/TaxDataOrderTaxDetailsAppliedTaxExtensionInterface.md: -------------------------------------------------------------------------------- 1 | # TaxDataOrderTaxDetailsAppliedTaxExtensionInterface 2 | 3 | ## Properties 4 | Name | Type | Description | Notes 5 | ------------ | ------------- | ------------- | ------------- 6 | 7 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/php-token-stream/tests/_fixture/source3.php: -------------------------------------------------------------------------------- 1 | addTestSuite('OneTest'); 11 | $suite->addTestSuite('TwoTest'); 12 | 13 | return $suite; 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /src/magento/SwaggerClient-php/vendor/phpunit/phpunit/tests/_files/RequirementsClassBeforeClassHookTest.php: -------------------------------------------------------------------------------- 1 |