6.0.0-alpha10
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
5/18/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#19] Your ticket system shows my email adress on public pages
*
Your Email Address
*
Spam protection
Enter the letters below:
.___.. ..__. __.\ / | |\ || |(__ >< | | \||__|.__)/ \
Comment
> Changes have been made in Git (master): > > commit 0dc68e385fb25631e4a4d3d5b9ed61ea4f023a5d > Author: Jan Schneider <jan@horde.org> > Date: Sat Oct 25 18:02:48 2014 +0200 > > [jan] Update to PHPUnit 4.3.4 and dependencies. > > framework/Test/bundle/composer.lock | 263 +++--- > framework/Test/bundle/vendor/autoload.php | 2 +- > .../Test/bundle/vendor/composer/ClassLoader.php | 11 +- > .../bundle/vendor/composer/autoload_classmap.php | 346 ++++---- > .../bundle/vendor/composer/autoload_namespaces.php | 1 + > .../Test/bundle/vendor/composer/autoload_real.php | 11 +- > .../Test/bundle/vendor/composer/include_paths.php | 2 - > .../Test/bundle/vendor/composer/installed.json | 620 +++++++------ > .../bundle/vendor/doctrine/instantiator/.gitignore | 5 + > .../vendor/doctrine/instantiator/.scrutinizer.yml | 46 + > .../doctrine/instantiator/.travis.install.sh | 13 + > .../vendor/doctrine/instantiator/.travis.yml | 26 + > .../vendor/doctrine/instantiator/CONTRIBUTING.md | 34 + > .../bundle/vendor/doctrine/instantiator/LICENSE | 19 + > .../bundle/vendor/doctrine/instantiator/README.md | 40 + > .../vendor/doctrine/instantiator/composer.json | 45 + > .../vendor/doctrine/instantiator/phpmd.xml.dist | 27 + > .../vendor/doctrine/instantiator/phpunit.xml.dist | 25 + > .../Instantiator/Exception/ExceptionInterface.php | 29 + > .../Exception/InvalidArgumentException.php | 62 ++ > .../Exception/UnexpectedValueException.php | 79 ++ > .../src/Doctrine/Instantiator/Instantiator.php | 254 +++++ > .../Instantiator/InstantiatorInterface.php | 37 + > .../InstantiatorPerformanceEvent.php | 96 ++ > .../Exception/InvalidArgumentExceptionTest.php | 83 ++ > .../Exception/UnexpectedValueExceptionTest.php | 69 ++ > .../InstantiatorTest/InstantiatorTest.php | 216 +++++ > .../InstantiatorTestAsset/AbstractClassAsset.php | 29 + > .../InstantiatorTestAsset/ArrayObjectAsset.php | 41 + > .../InstantiatorTestAsset/PharAsset.php | 41 + > .../InstantiatorTestAsset/PharExceptionAsset.php | 44 + > .../SerializableArrayObjectAsset.php | 62 ++ > .../SimpleSerializableAsset.php | 61 ++ > .../InstantiatorTestAsset/SimpleTraitAsset.php | 29 + > .../InstantiatorTestAsset/UnCloneableAsset.php | 50 + > .../UnserializeExceptionArrayObjectAsset.php | 39 + > .../InstantiatorTestAsset/WakeUpNoticesAsset.php | 38 + > .../InstantiatorTestAsset/XMLReaderAsset.php | 41 + > .../vendor/phpunit/php-code-coverage/composer.json | 12 +- > .../phpunit/php-code-coverage/src/CodeCoverage.php | 26 +- > .../php-code-coverage/src/CodeCoverage/Filter.php | 6 +- > .../src/CodeCoverage/Report/HTML.php | 4 +- > .../src/CodeCoverage/Report/HTML/Renderer.php | 2 +- > .../HTML/Renderer/Template/css/bootstrap.min.css | 6 +- > .../HTML/Renderer/Template/dashboard.html.dist | 4 +- > .../HTML/Renderer/Template/directory.html.dist | 4 +- > .../Report/HTML/Renderer/Template/file.html.dist | 4 +- > .../HTML/Renderer/Template/js/bootstrap.min.js | 4 +- > .../Report/HTML/Renderer/Template/js/d3.min.js | 10 +- > .../Report/HTML/Renderer/Template/js/holder.js | 16 +- > .../Report/HTML/Renderer/Template/js/html5shiv.js | 8 - > .../HTML/Renderer/Template/js/html5shiv.min.js | 4 + > .../Report/HTML/Renderer/Template/js/jquery.js | 4 - > .../Report/HTML/Renderer/Template/js/jquery.min.js | 4 + > .../tests/PHP/CodeCoverage/FilterTest.php | 4 +- > .../tests/PHP/CodeCoverageTest.php | 3 + > .../vendor/phpunit/php-token-stream/.gitignore | 11 +- > .../vendor/phpunit/php-token-stream/.travis.yml | 30 + > .../bundle/vendor/phpunit/php-token-stream/LICENSE | 2 +- > .../vendor/phpunit/php-token-stream/PHP/Token.php | 732 --------------- > .../phpunit/php-token-stream/PHP/Token/Stream.php | 627 ------------- > .../php-token-stream/PHP/Token/Stream/Autoload.php | 226 ----- > .../PHP/Token/Stream/Autoload.php.in | 65 -- > .../PHP/Token/Stream/CachingFactory.php | 85 -- > .../vendor/phpunit/php-token-stream/README.md | 15 +- > .../php-token-stream/Tests/Token/ClassTest.php | 128 --- > .../php-token-stream/Tests/Token/ClosureTest.php | 129 --- > .../php-token-stream/Tests/Token/FunctionTest.php | 190 ---- > .../php-token-stream/Tests/Token/IncludeTest.php | 117 --- > .../php-token-stream/Tests/Token/InterfaceTest.php | 236 ----- > .../php-token-stream/Tests/Token/NamespaceTest.php | 124 --- > .../phpunit/php-token-stream/Tests/TokenTest.php | 85 -- > .../Tests/_files/classExtendsNamespacedClass.php | 9 - > .../Tests/_files/classInNamespace.php | 6 - > .../Tests/_files/classInScopedNamespace.php | 8 - > .../php-token-stream/Tests/_files/closure.php | 7 - > .../php-token-stream/Tests/_files/issue19.php | 3 - > .../multipleNamespacesWithOneClassUsingBraces.php | 12 - > ...leNamespacesWithOneClassUsingNonBraceSyntax.php | 14 - > .../php-token-stream/Tests/_files/source.php | 36 - > .../php-token-stream/Tests/_files/source2.php | 6 - > .../php-token-stream/Tests/_files/source3.php | 14 - > .../php-token-stream/Tests/_files/source4.php | 30 - > .../php-token-stream/Tests/_files/source5.php | 5 - > .../vendor/phpunit/php-token-stream/build.xml | 171 +--- > .../ControlStructures/ControlSignatureSniff.php | 22 - > .../Whitespace/ConcatenationSpacingSniff.php | 22 - > .../php-token-stream/build/PHPCS/ruleset.xml | 35 - > .../phpunit/php-token-stream/build/phpmd.xml | 27 - > .../phpunit/php-token-stream/build/phpunit.xml | 17 + > .../vendor/phpunit/php-token-stream/composer.json | 20 +- > .../vendor/phpunit/php-token-stream/package.xml | 69 -- > .../phpunit/php-token-stream/phpunit.xml.dist | 27 - > .../vendor/phpunit/php-token-stream/src/Token.php | 744 +++++++++++++++ > .../phpunit/php-token-stream/src/Token/Stream.php | 627 +++++++++++++ > .../src/Token/Stream/CachingFactory.php | 85 ++ > .../php-token-stream/tests/Token/ClassTest.php | 118 +++ > .../php-token-stream/tests/Token/ClosureTest.php | 119 +++ > .../php-token-stream/tests/Token/FunctionTest.php | 180 ++++ > .../php-token-stream/tests/Token/IncludeTest.php | 107 +++ > .../php-token-stream/tests/Token/InterfaceTest.php | 226 +++++ > .../php-token-stream/tests/Token/NamespaceTest.php | 114 +++ > .../phpunit/php-token-stream/tests/TokenTest.php | 76 ++ > .../tests/_fixture/classExtendsNamespacedClass.php | 9 + > .../tests/_fixture/classInNamespace.php | 6 + > .../tests/_fixture/classInScopedNamespace.php | 8 + > .../php-token-stream/tests/_fixture/closure.php | 7 + > .../php-token-stream/tests/_fixture/issue19.php | 3 + > .../php-token-stream/tests/_fixture/issue30.php | 8 + > .../multipleNamespacesWithOneClassUsingBraces.php | 12 + > ...leNamespacesWithOneClassUsingNonBraceSyntax.php | 14 + > .../php-token-stream/tests/_fixture/source.php | 36 + > .../php-token-stream/tests/_fixture/source2.php | 6 + > .../php-token-stream/tests/_fixture/source3.php | 14 + > .../php-token-stream/tests/_fixture/source4.php | 30 + > .../php-token-stream/tests/_fixture/source5.php | 5 + > .../phpunit/php-token-stream/tests/bootstrap.php | 7 + > .../phpunit/phpunit-mock-objects/.travis.yml | 4 - > .../vendor/phpunit/phpunit-mock-objects/build.xml | 8 - > .../phpunit-mock-objects/build/travis-ci.xml | 2 +- > .../phpunit/phpunit-mock-objects/composer.json | 17 +- > .../phpunit/phpunit-mock-objects/phpunit.xml.dist | 2 +- > .../src/Framework/MockObject/Generator.php | 114 ++- > .../Framework/MockObject/Matcher/AnyParameters.php | 2 +- > .../MockObject/Matcher/ConsecutiveParameters.php | 3 + > .../MockObject/Matcher/InvokedAtLeastCount.php | 97 ++ > .../MockObject/Matcher/InvokedAtMostCount.php | 97 ++ > .../Framework/MockObject/Matcher/Parameters.php | 17 +- > .../src/Framework/MockObject/MockObject.php | 2 +- > .../phpunit-mock-objects/tests/GeneratorTest.php | 34 + > .../Matcher/ConsecutiveParametersTest.php | 13 + > .../class_with_method_with_variadic_arguments.phpt | 99 ++ > .../tests/MockObject/nonexistent_class.phpt | 8 +- > .../phpunit-mock-objects/tests/MockObjectTest.php | 84 ++- > .../_files/ClassThatImplementsSerializable.php | 15 - > .../tests/_files/ClassWithStaticMethod.php | 7 - > .../_fixture/ClassThatImplementsSerializable.php | 15 + > .../tests/_fixture/ClassWithStaticMethod.php | 7 + > .../tests/_fixture/SingletonClass.php | 28 + > .../phpunit-mock-objects/tests/autoload.php | 41 - > .../phpunit-mock-objects/tests/bootstrap.php | 1 - > .../Test/bundle/vendor/phpunit/phpunit/.gitignore | 11 +- > .../Test/bundle/vendor/phpunit/phpunit/.travis.yml | 16 +- > .../Test/bundle/vendor/phpunit/phpunit/README.md | 1 + > .../Test/bundle/vendor/phpunit/phpunit/build.xml | 41 +- > .../phpunit/phpunit/build/phar-autoload.php.in | 20 +- > .../phpunit/phpunit/build/travis-ci-fail.xml | 16 + > .../vendor/phpunit/phpunit/build/travis-ci.xml | 3 +- > .../bundle/vendor/phpunit/phpunit/composer.json | 6 +- > .../Test/bundle/vendor/phpunit/phpunit/phpunit | 11 +- > .../bundle/vendor/phpunit/phpunit/phpunit.xml.dist | 6 +- > .../Test/bundle/vendor/phpunit/phpunit/phpunit.xsd | 5 +- > .../phpunit/src/Extensions/GroupTestSuite.php | 6 +- > .../phpunit/src/Extensions/PhptTestCase.php | 27 +- > .../phpunit/src/Extensions/RepeatedTest.php | 7 +- > .../phpunit/phpunit/src/Framework/Assert.php | 580 +++++++----- > .../phpunit/src/Framework/Assert/Functions.php | 560 ++++++------ > .../phpunit/src/Framework/BaseTestListener.php | 36 +- > .../phpunit/phpunit/src/Framework/Constraint.php | 8 +- > .../phpunit/src/Framework/Constraint/And.php | 4 +- > .../phpunit/src/Framework/Constraint/Attribute.php | 11 +- > .../phpunit/src/Framework/Constraint/Callback.php | 21 +- > .../src/Framework/Constraint/ClassHasAttribute.php | 14 +- > .../Constraint/ClassHasStaticAttribute.php | 5 +- > .../phpunit/src/Framework/Constraint/Composite.php | 7 +- > .../phpunit/src/Framework/Constraint/Count.php | 13 +- > .../phpunit/src/Framework/Constraint/Exception.php | 19 +- > .../src/Framework/Constraint/ExceptionCode.php | 6 +- > .../src/Framework/Constraint/ExceptionMessage.php | 6 +- > .../Constraint/ExceptionMessageRegExp.php | 118 +++ > .../src/Framework/Constraint/FileExists.php | 5 +- > .../phpunit/src/Framework/Constraint/IsEmpty.php | 9 +- > .../phpunit/src/Framework/Constraint/IsEqual.php | 34 +- > .../src/Framework/Constraint/IsIdentical.php | 8 +- > .../src/Framework/Constraint/IsInstanceOf.php | 14 +- > .../phpunit/src/Framework/Constraint/IsJson.php | 9 +- > .../phpunit/src/Framework/Constraint/IsType.php | 39 +- > .../JsonMatches/ErrorMessageProvider.php | 1 + > .../phpunit/src/Framework/Constraint/Not.php | 22 +- > .../phpunit/src/Framework/Constraint/Or.php | 2 +- > .../phpunit/src/Framework/Constraint/PCREMatch.php | 5 +- > .../src/Framework/Constraint/StringContains.php | 5 +- > .../src/Framework/Constraint/StringMatches.php | 11 +- > .../Framework/Constraint/TraversableContains.php | 7 +- > .../Constraint/TraversableContainsOnly.php | 2 +- > .../phpunit/src/Framework/Constraint/Xor.php | 2 +- > .../vendor/phpunit/phpunit/src/Framework/Error.php | 2 +- > .../phpunit/phpunit/src/Framework/Exception.php | 62 ++ > .../phpunit/src/Framework/ExceptionWrapper.php | 128 +++ > .../phpunit/src/Framework/IncompleteTestCase.php | 123 +++ > .../phpunit/src/Framework/SkippedTestCase.php | 123 +++ > .../phpunit/phpunit/src/Framework/TestCase.php | 542 ++++++----- > .../phpunit/phpunit/src/Framework/TestFailure.php | 45 +- > .../phpunit/phpunit/src/Framework/TestResult.php | 185 ++-- > .../phpunit/phpunit/src/Framework/TestSuite.php | 223 ++++-- > .../phpunit/phpunit/src/Runner/BaseTestRunner.php | 21 +- > .../phpunit/phpunit/src/Runner/Filter/Factory.php | 8 +- > .../phpunit/phpunit/src/Runner/Filter/Group.php | 5 +- > .../phpunit/phpunit/src/Runner/Filter/Test.php | 26 +- > .../phpunit/src/Runner/StandardTestSuiteLoader.php | 15 +- > .../vendor/phpunit/phpunit/src/Runner/Version.php | 2 +- > .../vendor/phpunit/phpunit/src/TextUI/Command.php | 266 +++--- > .../phpunit/phpunit/src/TextUI/ResultPrinter.php | 231 ++---- > .../phpunit/phpunit/src/TextUI/TestRunner.php | 156 ++-- > .../vendor/phpunit/phpunit/src/Util/Blacklist.php | 15 +- > .../phpunit/phpunit/src/Util/Configuration.php | 214 +++-- > .../phpunit/phpunit/src/Util/DeprecatedFeature.php | 108 --- > .../phpunit/src/Util/DeprecatedFeature/Logger.php | 212 ----- > .../phpunit/phpunit/src/Util/ErrorHandler.php | 29 + > .../vendor/phpunit/phpunit/src/Util/Fileloader.php | 6 +- > .../vendor/phpunit/phpunit/src/Util/Filesystem.php | 6 +- > .../vendor/phpunit/phpunit/src/Util/Filter.php | 18 +- > .../vendor/phpunit/phpunit/src/Util/Getopt.php | 17 +- > .../phpunit/phpunit/src/Util/GlobalState.php | 53 +- > .../phpunit/src/Util/InvalidArgumentHelper.php | 16 +- > .../vendor/phpunit/phpunit/src/Util/Log/JSON.php | 63 +- > .../vendor/phpunit/phpunit/src/Util/Log/JUnit.php | 52 +- > .../vendor/phpunit/phpunit/src/Util/Log/TAP.php | 58 +- > .../bundle/vendor/phpunit/phpunit/src/Util/PHP.php | 44 +- > .../phpunit/phpunit/src/Util/PHP/Default.php | 10 +- > .../src/Util/PHP/Template/TestCaseMethod.tpl.dist | 19 +- > .../phpunit/phpunit/src/Util/PHP/Windows.php | 59 ++- > .../vendor/phpunit/phpunit/src/Util/Printer.php | 8 +- > .../vendor/phpunit/phpunit/src/Util/Regex.php | 67 ++ > .../vendor/phpunit/phpunit/src/Util/Test.php | 304 ++++--- > .../src/Util/TestDox/ResultPrinter/HTML.php | 4 +- > .../phpunit/phpunit/src/Util/TestSuiteIterator.php | 6 +- > .../vendor/phpunit/phpunit/src/Util/Type.php | 6 +- > .../bundle/vendor/phpunit/phpunit/src/Util/XML.php | 159 ++-- > .../phpunit/tests/Extensions/RepeatedTestTest.php | 4 +- > .../vendor/phpunit/phpunit/tests/Fail/fail.phpt | 5 + > .../phpunit/phpunit/tests/Framework/AssertTest.php | 677 +++++--------- > .../Constraint/ExceptionMessageRegExpTest.php | 99 ++ > .../Framework/Constraint/ExceptionMessageTest.php | 95 ++ > .../tests/Framework/SelectorAssertionsTest.php | 977 > -------------------- > .../phpunit/phpunit/tests/Framework/SuiteTest.php | 72 ++- > .../phpunit/tests/Framework/TestCaseTest.php | 135 +++- > .../phpunit/phpunit/tests/Regression/578.phpt | 6 +- > .../phpunit/tests/Regression/GitHub/1149.phpt | 20 + > .../tests/Regression/GitHub/1149/Issue1149Test.php | 18 + > .../phpunit/tests/Regression/GitHub/1216.phpt | 27 + > .../tests/Regression/GitHub/1216/Issue1216Test.php | 8 + > .../tests/Regression/GitHub/1216/bootstrap1216.php | 2 + > .../tests/Regression/GitHub/1216/phpunit1216.xml | 8 + > .../phpunit/tests/Regression/GitHub/1265.phpt | 23 + > .../tests/Regression/GitHub/1265/Issue1265Test.php | 8 + > .../tests/Regression/GitHub/1265/phpunit1265.xml | 2 + > .../phpunit/tests/Regression/GitHub/1330.phpt | 26 + > .../tests/Regression/GitHub/1330/Issue1330Test.php | 8 + > .../tests/Regression/GitHub/1330/phpunit1330.xml | 5 + > .../phpunit/tests/Regression/GitHub/1335.phpt | 21 + > .../tests/Regression/GitHub/1335/Issue1335Test.php | 67 ++ > .../tests/Regression/GitHub/1335/bootstrap1335.php | 13 + > .../phpunit/tests/Regression/GitHub/1337.phpt | 21 + > .../tests/Regression/GitHub/1337/Issue1337Test.php | 19 + > .../phpunit/tests/Regression/GitHub/1340.phpt | 34 + > .../tests/Regression/GitHub/1340/Issue1340Test.php | 70 ++ > .../phpunit/tests/Regression/GitHub/1348.phpt | 35 + > .../tests/Regression/GitHub/1348/Issue1348Test.php | 14 + > .../phpunit/tests/Regression/GitHub/1351.phpt | 48 + > .../GitHub/1351/ChildProcessClass1351.php | 4 + > .../tests/Regression/GitHub/1351/Issue1351Test.php | 48 + > .../phpunit/tests/Regression/GitHub/1374.phpt | 21 + > .../tests/Regression/GitHub/1374/Issue1374Test.php | 21 + > .../phpunit/tests/Regression/GitHub/1437.phpt | 28 + > .../tests/Regression/GitHub/1437/Issue1437Test.php | 9 + > .../phpunit/tests/Regression/GitHub/1468.phpt | 22 + > .../tests/Regression/GitHub/1468/Issue1468Test.php | 11 + > .../phpunit/tests/Regression/GitHub/1471.phpt | 28 + > .../tests/Regression/GitHub/1471/Issue1471Test.php | 12 + > .../phpunit/tests/Regression/GitHub/1472.phpt | 19 + > .../tests/Regression/GitHub/1472/Issue1472Test.php | 21 + > .../tests/Regression/GitHub/581/Issue581Test.php | 3 +- > .../phpunit/tests/Regression/GitHub/74.phpt | 2 +- > .../phpunit/tests/Regression/GitHub/797.phpt | 22 + > .../tests/Regression/GitHub/797/Issue797Test.php | 10 + > .../tests/Regression/GitHub/797/bootstrap797.php | 6 + > .../tests/Regression/GitHub/873/Issue873Test.php | 10 +- > .../phpunit/tests/TextUI/custom-printer-debug.phpt | 2 +- > .../tests/TextUI/custom-printer-verbose.phpt | 2 +- > .../TextUI/dataprovider-log-xml-isolation.phpt | 2 +- > .../phpunit/tests/TextUI/dataprovider-log-xml.phpt | 2 +- > .../phpunit/tests/TextUI/exception-stack.phpt | 3 +- > .../TextUI/filter-method-case-insensitive.phpt | 21 + > .../filter-method-case-sensitive-no-result.phpt | 21 + > .../phpunit/tests/TextUI/filter-no-results.phpt | 2 +- > .../vendor/phpunit/phpunit/tests/TextUI/help.phpt | 3 +- > .../vendor/phpunit/phpunit/tests/TextUI/help2.phpt | 3 +- > .../phpunit/phpunit/tests/TextUI/log-json-5.3.phpt | 25 - > .../tests/TextUI/log-json-no-pretty-print.phpt | 27 + > .../phpunit/tests/TextUI/log-json-post-66021.phpt | 9 +- > .../phpunit/tests/TextUI/log-json-pre-66021.phpt | 10 +- > .../phpunit/phpunit/tests/TextUI/log-xml.phpt | 2 +- > .../phpunit/tests/Util/ConfigurationTest.php | 89 ++- > .../phpunit/phpunit/tests/Util/RegexTest.php | 93 ++ > .../vendor/phpunit/phpunit/tests/Util/TestTest.php | 256 +++-- > .../vendor/phpunit/phpunit/tests/Util/XMLTest.php | 16 +- > .../phpunit/phpunit/tests/_files/BankAccount.php | 4 +- > .../phpunit/tests/_files/BankAccountTest.php | 8 +- > .../phpunit/tests/_files/BankAccountTest.test.php | 8 +- > .../tests/_files/BaseTestListenerSample.php | 2 +- > .../phpunit/tests/_files/BeforeAndAfterTest.php | 8 +- > .../tests/_files/BeforeClassAndAfterClassTest.php | 8 +- > .../_files/ChangeCurrentWorkingDirectoryTest.php | 1 - > .../CoverageFunctionParenthesesWhitespaceTest.php | 2 +- > .../_files/CoverageMethodOneLineAnnotationTest.php | 1 - > .../CoverageMethodParenthesesWhitespaceTest.php | 2 +- > .../_files/CoverageTwoDefaultClassAnnotations.php | 1 - > .../phpunit/phpunit/tests/_files/CustomPrinter.php | 2 +- > .../tests/_files/DataProviderFilterTest.php | 2 +- > .../tests/_files/DataProviderIncompleteTest.php | 37 + > .../tests/_files/DataProviderSkippedTest.php | 37 + > .../phpunit/tests/_files/ExceptionStackTest.php | 4 +- > .../phpunit/phpunit/tests/_files/ExceptionTest.php | 37 + > .../phpunit/phpunit/tests/_files/FailureTest.php | 1 - > .../phpunit/phpunit/tests/_files/FatalTest.php | 3 +- > .../tests/_files/Inheritance/InheritanceA.php | 8 + > .../tests/_files/Inheritance/InheritanceB.php | 9 + > .../phpunit/phpunit/tests/_files/IsolationTest.php | 13 + > .../phpunit/tests/_files/JsonData/arrayObject.js | 1 - > .../phpunit/tests/_files/JsonData/arrayObject.json | 1 + > .../phpunit/tests/_files/JsonData/simpleObject.js | 1 - > .../tests/_files/JsonData/simpleObject.json | 1 + > .../phpunit/tests/_files/JsonData/simpleObject2.js | 1 - > .../NamespaceCoverageCoversClassPublicTest.php | 1 - > .../_files/NamespaceCoverageCoversClassTest.php | 1 - > .../RequirementsClassBeforeClassHookTest.php | 12 + > .../tests/_files/RequirementsClassDocBlockTest.php | 6 +- > .../phpunit/tests/_files/RequirementsTest.php | 11 +- > .../phpunit/tests/_files/SampleArrayAccess.php | 15 +- > .../tests/_files/SelectorAssertionsFixture.html | 44 - > .../phpunit/phpunit/tests/_files/Singleton.php | 2 +- > .../phpunit/phpunit/tests/_files/TestIterator2.php | 5 +- > .../tests/_files/ThrowExceptionTestCase.php | 2 +- > .../phpunit/phpunit/tests/_files/configuration.xml | 1 + > .../phpunit/tests/_files/configuration_empty.xml | 56 ++ > .../vendor/phpunit/phpunit/tests/bootstrap.php | 4 +- > .../bundle/vendor/sebastian/comparator/.gitignore | 1 + > .../bundle/vendor/sebastian/comparator/.travis.yml | 9 +- > .../sebastian/comparator/build/travis-ci.xml | 10 + > .../vendor/sebastian/comparator/phpunit.xml.dist | 25 +- > .../comparator/tests/ArrayComparatorTest.php | 201 ++++ > .../comparator/tests/DOMNodeComparatorTest.php | 200 ++++ > .../comparator/tests/DoubleComparatorTest.php | 172 ++++ > .../comparator/tests/MockObjectComparatorTest.php | 204 ++++ > .../comparator/tests/NumericComparatorTest.php | 160 ++++ > .../comparator/tests/ObjectComparatorTest.php | 188 ++++ > .../comparator/tests/ScalarComparatorTest.php | 4 + > .../sebastian/comparator/tests/_files/Author.php | 66 ++ > .../sebastian/comparator/tests/_files/Book.php | 59 ++ > .../comparator/tests/_files/SampleClass.php | 67 ++ > .../sebastian/comparator/tests/_files/Struct.php | 63 ++ > .../vendor/sebastian/comparator/tests/autoload.php | 18 +- > .../sebastian/comparator/tests/bootstrap.php | 3 + > .../Test/bundle/vendor/sebastian/diff/.gitignore | 1 + > .../Test/bundle/vendor/sebastian/diff/.travis.yml | 9 +- > .../Test/bundle/vendor/sebastian/diff/LICENSE | 2 +- > .../Test/bundle/vendor/sebastian/diff/README.md | 11 - > .../Test/bundle/vendor/sebastian/diff/build.xml | 72 +-- > .../bundle/vendor/sebastian/diff/build/package.xml | 58 -- > .../bundle/vendor/sebastian/diff/composer.json | 5 +- > .../bundle/vendor/sebastian/diff/phpunit.xml.dist | 31 +- > .../bundle/vendor/sebastian/diff/src/Chunk.php | 51 +- > .../Test/bundle/vendor/sebastian/diff/src/Diff.php | 34 +- > .../bundle/vendor/sebastian/diff/src/Differ.php | 131 ++-- > .../diff/src/LCS/LongestCommonSubsequence.php | 67 ++ > ...cientLongestCommonSubsequenceImplementation.php | 132 +++ > ...cientLongestCommonSubsequenceImplementation.php | 108 +++ > .../Test/bundle/vendor/sebastian/diff/src/Line.php | 25 +- > .../bundle/vendor/sebastian/diff/src/Parser.php | 20 +- > .../bundle/vendor/sebastian/diff/src/autoload.php | 23 - > .../vendor/sebastian/diff/tests/DifferTest.php | 329 ++++---- > .../bundle/vendor/sebastian/environment/build.xml | 10 + > .../vendor/sebastian/environment/composer.json | 5 +- > .../vendor/sebastian/environment/src/Console.php | 95 ++ > .../sebastian/environment/tests/ConsoleTest.php | 75 ++ > .../bundle/vendor/sebastian/exporter/.gitignore | 1 + > .../bundle/vendor/sebastian/exporter/.travis.yml | 14 +- > .../Test/bundle/vendor/sebastian/exporter/LICENSE | 2 +- > .../bundle/vendor/sebastian/exporter/README.md | 62 +- > .../bundle/vendor/sebastian/exporter/build.xml | 10 + > .../bundle/vendor/sebastian/exporter/composer.json | 3 +- > .../vendor/sebastian/exporter/src/Context.php | 2 +- > .../sebastian/exporter/tests/ExporterTest.php | 151 ++-- > .../yaml/Symfony/Component/Yaml/Escaper.php | 8 +- > .../symfony/yaml/Symfony/Component/Yaml/Inline.php | 71 +- > .../symfony/yaml/Symfony/Component/Yaml/Parser.php | 120 ++- > .../symfony/yaml/Symfony/Component/Yaml/README.md | 8 +- > .../Symfony/Component/Yaml/Tests/DumperTest.php | 39 +- > .../Yaml/Tests/Fixtures/YtsBasicTests.yml | 24 + > .../Component/Yaml/Tests/Fixtures/sfComments.yml | 8 + > .../Component/Yaml/Tests/Fixtures/sfMergeKey.yml | 22 +- > .../Symfony/Component/Yaml/Tests/InlineTest.php | 54 +- > .../Symfony/Component/Yaml/Tests/ParserTest.php | 32 +- > .../yaml/Symfony/Component/Yaml/Unescaper.php | 6 +- > .../yaml/Symfony/Component/Yaml/phpunit.xml.dist | 11 +- > framework/Test/package.xml | 432 +++++++-- > 397 files changed, 13830 insertions(+), 8985 deletions(-) > > http://github.com/horde/horde/commit/0dc68e385fb25631e4a4d3d5b9ed61ea4f023a5d
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers