Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sebastianbergmann/phpunit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.7.4
Choose a base ref
...
head repository: sebastianbergmann/phpunit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.7.5
Choose a head ref
  • 10 commits
  • 153 files changed
  • 1 contributor

Commits on Jun 18, 2015

  1. Update ChangeLog

    sebastianbergmann committed Jun 18, 2015

    Verified

    This commit was signed with the committer’s verified signature.
    fritzy Nathan Fritz
    Copy the full SHA
    a22d511 View commit details

Commits on Jun 19, 2015

  1. Closes #1704

    sebastianbergmann committed Jun 19, 2015

    Verified

    This commit was signed with the committer’s verified signature.
    fritzy Nathan Fritz
    Copy the full SHA
    b822590 View commit details
  2. Cleanup

    sebastianbergmann committed Jun 19, 2015
    Copy the full SHA
    51214e9 View commit details
  3. Leftover from 51214e9

    sebastianbergmann committed Jun 19, 2015
    Copy the full SHA
    c18d1e6 View commit details
  4. Fix whitespace

    sebastianbergmann committed Jun 19, 2015
    Copy the full SHA
    99d510a View commit details
  5. Use getInteger()

    sebastianbergmann committed Jun 19, 2015
    Copy the full SHA
    40320ad View commit details
  6. First look for method-level test size annotation, then for class-leve…

    …l test size annotation. If there are multiple test size annotations on the same level then use the smallest.
    sebastianbergmann committed Jun 19, 2015
    1
    Copy the full SHA
    69a66c0 View commit details

Commits on Jun 20, 2015

  1. Copy the full SHA
    340a058 View commit details

Commits on Jun 21, 2015

  1. Update ChangeLog

    sebastianbergmann committed Jun 21, 2015
    Copy the full SHA
    268d430 View commit details
  2. Prepare release

    sebastianbergmann committed Jun 21, 2015
    Copy the full SHA
    f6701ef View commit details
Showing with 56 additions and 692 deletions.
  1. +5 −0 ChangeLog-4.7.md
  2. +2 −4 README.md
  3. +0 −4 src/Exception.php
  4. +0 −4 src/Extensions/GroupTestSuite.php
  5. +0 −4 src/Extensions/PhptTestCase.php
  6. +0 −4 src/Extensions/PhptTestSuite.php
  7. +0 −4 src/Extensions/RepeatedTest.php
  8. +0 −4 src/Extensions/TestDecorator.php
  9. +0 −5 src/Extensions/TicketListener.php
  10. +0 −15 src/Framework/Assert.php
  11. +0 −11 src/Framework/Assert/Functions.php
  12. +0 −4 src/Framework/AssertionFailedError.php
  13. +0 −4 src/Framework/BaseTestListener.php
  14. +0 −4 src/Framework/CodeCoverageException.php
  15. +0 −5 src/Framework/Constraint.php
  16. +0 −5 src/Framework/Constraint/And.php
  17. +0 −5 src/Framework/Constraint/ArrayHasKey.php
  18. +0 −4 src/Framework/Constraint/ArraySubset.php
  19. +0 −5 src/Framework/Constraint/Attribute.php
  20. +0 −5 src/Framework/Constraint/Callback.php
  21. +0 −5 src/Framework/Constraint/ClassHasAttribute.php
  22. +0 −5 src/Framework/Constraint/ClassHasStaticAttribute.php
  23. +0 −5 src/Framework/Constraint/Composite.php
  24. +0 −5 src/Framework/Constraint/Count.php
  25. +0 −4 src/Framework/Constraint/Exception.php
  26. +0 −4 src/Framework/Constraint/ExceptionCode.php
  27. +0 −4 src/Framework/Constraint/ExceptionMessage.php
  28. +0 −4 src/Framework/Constraint/ExceptionMessageRegExp.php
  29. +0 −5 src/Framework/Constraint/FileExists.php
  30. +0 −5 src/Framework/Constraint/GreaterThan.php
  31. +0 −5 src/Framework/Constraint/IsAnything.php
  32. +0 −5 src/Framework/Constraint/IsEmpty.php
  33. +0 −6 src/Framework/Constraint/IsEqual.php
  34. +0 −5 src/Framework/Constraint/IsFalse.php
  35. +0 −5 src/Framework/Constraint/IsIdentical.php
  36. +0 −5 src/Framework/Constraint/IsInstanceOf.php
  37. +0 −4 src/Framework/Constraint/IsJson.php
  38. +0 −5 src/Framework/Constraint/IsNull.php
  39. +0 −5 src/Framework/Constraint/IsTrue.php
  40. +0 −5 src/Framework/Constraint/IsType.php
  41. +0 −4 src/Framework/Constraint/JsonMatches.php
  42. +0 −4 src/Framework/Constraint/JsonMatches/ErrorMessageProvider.php
  43. +0 −5 src/Framework/Constraint/LessThan.php
  44. +0 −5 src/Framework/Constraint/Not.php
  45. +0 −5 src/Framework/Constraint/ObjectHasAttribute.php
  46. +0 −5 src/Framework/Constraint/Or.php
  47. +0 −5 src/Framework/Constraint/PCREMatch.php
  48. +0 −5 src/Framework/Constraint/SameSize.php
  49. +0 −5 src/Framework/Constraint/StringContains.php
  50. +0 −5 src/Framework/Constraint/StringEndsWith.php
  51. +0 −5 src/Framework/Constraint/StringMatches.php
  52. +0 −5 src/Framework/Constraint/StringStartsWith.php
  53. +0 −5 src/Framework/Constraint/TraversableContains.php
  54. +0 −5 src/Framework/Constraint/TraversableContainsOnly.php
  55. +0 −5 src/Framework/Constraint/Xor.php
  56. +0 −4 src/Framework/Error.php
  57. +0 −4 src/Framework/Error/Deprecated.php
  58. +0 −4 src/Framework/Error/Notice.php
  59. +0 −4 src/Framework/Error/Warning.php
  60. +0 −4 src/Framework/Exception.php
  61. +0 −4 src/Framework/ExceptionWrapper.php
  62. +0 −4 src/Framework/ExpectationFailedException.php
  63. +0 −4 src/Framework/IncompleteTest.php
  64. +0 −4 src/Framework/IncompleteTestCase.php
  65. +0 −4 src/Framework/IncompleteTestError.php
  66. +0 −4 src/Framework/InvalidCoversTargetError.php
  67. +0 −4 src/Framework/InvalidCoversTargetException.php
  68. +0 −4 src/Framework/OutputError.php
  69. +0 −4 src/Framework/RiskyTest.php
  70. +0 −4 src/Framework/RiskyTestError.php
  71. +0 −4 src/Framework/SelfDescribing.php
  72. +0 −4 src/Framework/SkippedTest.php
  73. +0 −4 src/Framework/SkippedTestCase.php
  74. +0 −4 src/Framework/SkippedTestError.php
  75. +0 −4 src/Framework/SkippedTestSuiteError.php
  76. +0 −4 src/Framework/SyntheticError.php
  77. +0 −4 src/Framework/Test.php
  78. +0 −4 src/Framework/TestCase.php
  79. +0 −4 src/Framework/TestFailure.php
  80. +0 −4 src/Framework/TestListener.php
  81. +0 −4 src/Framework/TestResult.php
  82. +0 −5 src/Framework/TestSuite.php
  83. +0 −4 src/Framework/TestSuite/DataProvider.php
  84. +0 −4 src/Framework/UnintentionallyCoveredCodeError.php
  85. +0 −4 src/Framework/Warning.php
  86. +0 −4 src/Runner/BaseTestRunner.php
  87. +0 −4 src/Runner/Exception.php
  88. +0 −4 src/Runner/Filter/Factory.php
  89. +0 −4 src/Runner/Filter/Group.php
  90. +0 −4 src/Runner/Filter/Group/Exclude.php
  91. +0 −4 src/Runner/Filter/Group/Include.php
  92. +0 −4 src/Runner/Filter/Test.php
  93. +0 −4 src/Runner/StandardTestSuiteLoader.php
  94. +0 −4 src/Runner/TestSuiteLoader.php
  95. +1 −5 src/Runner/Version.php
  96. +0 −4 src/TextUI/Command.php
  97. +0 −4 src/TextUI/ResultPrinter.php
  98. +1 −4 src/TextUI/TestRunner.php
  99. +0 −4 src/Util/Blacklist.php
  100. +8 −6 src/Util/Configuration.php
  101. +0 −5 src/Util/ErrorHandler.php
  102. +0 −4 src/Util/Fileloader.php
  103. +0 −4 src/Util/Filesystem.php
  104. +0 −4 src/Util/Filter.php
  105. +0 −5 src/Util/Getopt.php
  106. +0 −4 src/Util/GlobalState.php
  107. +0 −4 src/Util/InvalidArgumentHelper.php
  108. +0 −4 src/Util/Log/JSON.php
  109. +0 −4 src/Util/Log/JUnit.php
  110. +25 −4 src/Util/Log/TAP.php
  111. +0 −4 src/Util/PHP.php
  112. +0 −4 src/Util/PHP/Default.php
  113. +0 −4 src/Util/PHP/Windows.php
  114. +0 −4 src/Util/Printer.php
  115. +0 −4 src/Util/Regex.php
  116. +0 −4 src/Util/String.php
  117. +11 −9 src/Util/Test.php
  118. +0 −4 src/Util/TestDox/NamePrettifier.php
  119. +0 −4 src/Util/TestDox/ResultPrinter.php
  120. +0 −4 src/Util/TestDox/ResultPrinter/HTML.php
  121. +0 −4 src/Util/TestDox/ResultPrinter/Text.php
  122. +0 −4 src/Util/TestSuiteIterator.php
  123. +0 −4 src/Util/Type.php
  124. +0 −23 src/Util/XML.php
  125. +0 −4 tests/Extensions/RepeatedTestTest.php
  126. +0 −5 tests/Framework/AssertTest.php
  127. +0 −4 tests/Framework/BaseTestListenerTest.php
  128. +0 −5 tests/Framework/Constraint/CountTest.php
  129. +0 −4 tests/Framework/Constraint/ExceptionMessageRegExpTest.php
  130. +0 −4 tests/Framework/Constraint/ExceptionMessageTest.php
  131. +0 −4 tests/Framework/Constraint/JsonMatches/ErrorMessageProviderTest.php
  132. +0 −4 tests/Framework/Constraint/JsonMatchesTest.php
  133. +0 −5 tests/Framework/ConstraintTest.php
  134. +0 −4 tests/Framework/SuiteTest.php
  135. +0 −4 tests/Framework/TestCaseTest.php
  136. +0 −4 tests/Framework/TestFailureTest.php
  137. +0 −4 tests/Framework/TestImplementorTest.php
  138. +0 −4 tests/Framework/TestListenerTest.php
  139. +0 −4 tests/Runner/BaseTestRunnerTest.php
  140. +0 −1 tests/TextUI/list-groups.phpt
  141. +3 −3 tests/TextUI/log-xml.phpt
  142. +0 −4 tests/Util/ConfigurationTest.php
  143. +0 −4 tests/Util/GlobalStateTest.php
  144. +0 −4 tests/Util/RegexTest.php
  145. +0 −4 tests/Util/TestDox/NamePrettifierTest.php
  146. +0 −4 tests/Util/TestTest.php
  147. +0 −6 tests/Util/XMLTest.php
  148. +0 −4 tests/_files/Author.php
  149. +0 −4 tests/_files/BankAccount.php
  150. +0 −4 tests/_files/BankAccountTest.php
  151. +0 −4 tests/_files/BankAccountTest.test.php
  152. +0 −4 tests/_files/Book.php
  153. +0 −4 tests/_files/ClassWithToString.php
5 changes: 5 additions & 0 deletions ChangeLog-4.7.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changes in PHPUnit 4.7

* Fixed [#490](https://github.com/sebastianbergmann/phpunit/issues/490): Ensure that a test can only be one of `@small`, `@medium`, or `@large`.
* Fixed [#1704](https://github.com/sebastianbergmann/phpunit/issues/1704): Output printed during test missing when using TAP

## PHPUnit 4.7.4

* Fixed [#1749](https://github.com/sebastianbergmann/phpunit/issues/1749): `stopOnError` configuration setting does not work
* The `PHPUnit_Framework_Constraint_IsType` constraint now knows about the `real` type (which is an alias for `float`)
* Various work on compatibility with PHP 7
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -2,10 +2,8 @@

PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of the xUnit architecture for unit testing frameworks.

[![Latest Stable Version](https://poser.pugx.org/phpunit/phpunit/v/stable.png)](https://packagist.org/packages/phpunit/phpunit)
[![Build Status](https://travis-ci.org/sebastianbergmann/phpunit.svg?branch=4.7)](https://travis-ci.org/sebastianbergmann/phpunit)
[![Dependency Status](https://www.versioneye.com/php/phpunit:phpunit/4.7/badge.png)](https://www.versioneye.com/php/phpunit:phpunit/dev-master)
[![Reference Status](https://www.versioneye.com/php/phpunit:phpunit/reference_badge.svg)](https://www.versioneye.com/php/phpunit:phpunit/references)
[![Build Status](https://img.shields.io/travis/sebastianbergmann/phpunit/4.7.svg?style=flat-square)](https://travis-ci.org/sebastianbergmann/phpunit)
[![Latest Stable Version](https://img.shields.io/packagist/v/phpunit/phpunit.svg?style=flat-square)](https://packagist.org/packages/phpunit/phpunit)

## Installation

4 changes: 0 additions & 4 deletions src/Exception.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* Marker interface for PHPUnit exceptions.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Interface available since Release 4.0.0
*/
interface PHPUnit_Exception
4 changes: 0 additions & 4 deletions src/Extensions/GroupTestSuite.php
Original file line number Diff line number Diff line change
@@ -20,10 +20,6 @@
* $suite = new PHPUnit_Extensions_GroupTestSuite($A, array('C', 'D'));
* </code>
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.3.0
*/
class PHPUnit_Extensions_GroupTestSuite extends PHPUnit_Framework_TestSuite
4 changes: 0 additions & 4 deletions src/Extensions/PhptTestCase.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* Runner for PHPT test cases.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.1.4
*/
class PHPUnit_Extensions_PhptTestCase implements PHPUnit_Framework_Test, PHPUnit_Framework_SelfDescribing
4 changes: 0 additions & 4 deletions src/Extensions/PhptTestSuite.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* Suite for .phpt test cases.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.1.4
*/
class PHPUnit_Extensions_PhptTestSuite extends PHPUnit_Framework_TestSuite
4 changes: 0 additions & 4 deletions src/Extensions/RepeatedTest.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* A Decorator that runs a test repeatedly.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 2.0.0
*/
class PHPUnit_Extensions_RepeatedTest extends PHPUnit_Extensions_TestDecorator
4 changes: 0 additions & 4 deletions src/Extensions/TestDecorator.php
Original file line number Diff line number Diff line change
@@ -15,10 +15,6 @@
* test decorators. Test decorator subclasses can be introduced
* to add behaviour before or after a test is run.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 2.0.0
*/
class PHPUnit_Extensions_TestDecorator extends PHPUnit_Framework_Assert implements PHPUnit_Framework_Test, PHPUnit_Framework_SelfDescribing
5 changes: 0 additions & 5 deletions src/Extensions/TicketListener.php
Original file line number Diff line number Diff line change
@@ -11,11 +11,6 @@
/**
* Base class for test listeners that interact with an issue tracker.
*
* @author Sean Coates <sean@caedmon.net>
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.4.0
*/
abstract class PHPUnit_Extensions_TicketListener implements PHPUnit_Framework_TestListener
15 changes: 0 additions & 15 deletions src/Framework/Assert.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* A set of assert methods.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 2.0.0
*/
abstract class PHPUnit_Framework_Assert
@@ -1821,7 +1817,6 @@ public static function assertXmlStringNotEqualsXmlString($expectedXml, $actualXm
* @param DOMElement $actualElement
* @param bool $checkAttributes
* @param string $message
* @author Mattis Stordalen Flister <mattis@xait.no>
* @since Method available since Release 3.3.0
*/
public static function assertEqualXMLStructure(DOMElement $expectedElement, DOMElement $actualElement, $checkAttributes = false, $message = '')
@@ -1912,8 +1907,6 @@ public static function assertEqualXMLStructure(DOMElement $expectedElement, DOME
* @param string $message
* @param bool $isHtml
* @since Method available since Release 3.3.0
* @author Mike Naberezny <mike@maintainable.com>
* @author Derek DeVries <derek@maintainable.com>
* @deprecated
* @codeCoverageIgnore
*/
@@ -1942,8 +1935,6 @@ public static function assertSelectCount($selector, $count, $actual, $message =
* @param string $message
* @param bool $isHtml
* @since Method available since Release 3.3.0
* @author Mike Naberezny <mike@maintainable.com>
* @author Derek DeVries <derek@maintainable.com>
* @deprecated
* @codeCoverageIgnore
*/
@@ -1972,8 +1963,6 @@ public static function assertSelectRegExp($selector, $pattern, $count, $actual,
* @param string $message
* @param bool $isHtml
* @since Method available since Release 3.3.0
* @author Mike Naberezny <mike@maintainable.com>
* @author Derek DeVries <derek@maintainable.com>
* @deprecated
* @codeCoverageIgnore
*/
@@ -2161,8 +2150,6 @@ public static function assertSelectEquals($selector, $content, $count, $actual,
* @param string $message
* @param bool $isHtml
* @since Method available since Release 3.3.0
* @author Mike Naberezny <mike@maintainable.com>
* @author Derek DeVries <derek@maintainable.com>
* @deprecated
* @codeCoverageIgnore
*/
@@ -2188,8 +2175,6 @@ public static function assertTag($matcher, $actual, $message = '', $isHtml = tru
* @param string $message
* @param bool $isHtml
* @since Method available since Release 3.3.0
* @author Mike Naberezny <mike@maintainable.com>
* @author Derek DeVries <derek@maintainable.com>
* @deprecated
* @codeCoverageIgnore
*/
11 changes: 0 additions & 11 deletions src/Framework/Assert/Functions.php
Original file line number Diff line number Diff line change
@@ -614,7 +614,6 @@ function assertEmpty($actual, $message = '')
* @param DOMElement $actualElement
* @param bool $checkAttributes
* @param string $message
* @author Mattis Stordalen Flister <mattis@xait.no>
* @since Method available since Release 3.3.0
*/
function assertEqualXMLStructure(DOMElement $expectedElement, DOMElement $actualElement, $checkAttributes = false, $message = '')
@@ -1150,8 +1149,6 @@ function assertNotSameSize($expected, $actual, $message = '')
* @param string $message
* @param bool $isHtml
* @since Method available since Release 3.3.0
* @author Mike Naberezny <mike@maintainable.com>
* @author Derek DeVries <derek@maintainable.com>
*/
function assertNotTag($matcher, $actual, $message = '', $isHtml = true)
{
@@ -1276,8 +1273,6 @@ function assertSameSize($expected, $actual, $message = '')
* @param string $message
* @param bool $isHtml
* @since Method available since Release 3.3.0
* @author Mike Naberezny <mike@maintainable.com>
* @author Derek DeVries <derek@maintainable.com>
*/
function assertSelectCount($selector, $count, $actual, $message = '', $isHtml = true)
{
@@ -1298,8 +1293,6 @@ function assertSelectCount($selector, $count, $actual, $message = '', $isHtml =
* @param string $message
* @param bool $isHtml
* @since Method available since Release 3.3.0
* @author Mike Naberezny <mike@maintainable.com>
* @author Derek DeVries <derek@maintainable.com>
*/
function assertSelectEquals($selector, $content, $count, $actual, $message = '', $isHtml = true)
{
@@ -1320,8 +1313,6 @@ function assertSelectEquals($selector, $content, $count, $actual, $message = '',
* @param string $message
* @param bool $isHtml
* @since Method available since Release 3.3.0
* @author Mike Naberezny <mike@maintainable.com>
* @author Derek DeVries <derek@maintainable.com>
*/
function assertSelectRegExp($selector, $pattern, $count, $actual, $message = '', $isHtml = true)
{
@@ -1631,8 +1622,6 @@ function assertStringStartsWith($prefix, $string, $message = '')
* @param string $message
* @param bool $isHtml
* @since Method available since Release 3.3.0
* @author Mike Naberezny <mike@maintainable.com>
* @author Derek DeVries <derek@maintainable.com>
*/
function assertTag($matcher, $actual, $message = '', $isHtml = true)
{
4 changes: 0 additions & 4 deletions src/Framework/AssertionFailedError.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* Thrown when an assertion failed.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 2.0.0
*/
class PHPUnit_Framework_AssertionFailedError extends PHPUnit_Framework_Exception implements PHPUnit_Framework_SelfDescribing
4 changes: 0 additions & 4 deletions src/Framework/BaseTestListener.php
Original file line number Diff line number Diff line change
@@ -13,10 +13,6 @@
* with just a few lines of code.
* @see PHPUnit_Framework_TestListener for documentation on the API methods.
*
* @author Giorgio Sironi<info@giorgiosironi.com>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 4.0.0
*/
abstract class PHPUnit_Framework_BaseTestListener implements PHPUnit_Framework_TestListener
4 changes: 0 additions & 4 deletions src/Framework/CodeCoverageException.php
Original file line number Diff line number Diff line change
@@ -9,10 +9,6 @@
*/

/**
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 4.0.0
*/
class PHPUnit_Framework_CodeCoverageException extends PHPUnit_Framework_Exception
5 changes: 0 additions & 5 deletions src/Framework/Constraint.php
Original file line number Diff line number Diff line change
@@ -13,11 +13,6 @@
/**
* Abstract base class for constraints. which are placed upon any value.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @author Bernhard Schussek <bschussek@2bepublished.at>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Interface available since Release 3.0.0
*/
abstract class PHPUnit_Framework_Constraint implements Countable, PHPUnit_Framework_SelfDescribing
5 changes: 0 additions & 5 deletions src/Framework/Constraint/And.php
Original file line number Diff line number Diff line change
@@ -11,11 +11,6 @@
/**
* Logical AND.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @author Bernhard Schussek <bschussek@2bepublished.at>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.0.0
*/
class PHPUnit_Framework_Constraint_And extends PHPUnit_Framework_Constraint
5 changes: 0 additions & 5 deletions src/Framework/Constraint/ArrayHasKey.php
Original file line number Diff line number Diff line change
@@ -16,11 +16,6 @@
*
* The array key is passed in the constructor.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @author Bernhard Schussek <bschussek@2bepublished.at>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.0.0
*/
class PHPUnit_Framework_Constraint_ArrayHasKey extends PHPUnit_Framework_Constraint
4 changes: 0 additions & 4 deletions src/Framework/Constraint/ArraySubset.php
Original file line number Diff line number Diff line change
@@ -14,10 +14,6 @@
* Uses array_replace_recursive() to check if a key value subset is part of the
* subject array.
*
* @author Márcio Almada <marcio3w@gmail.com>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 4.4.0
*/
class PHPUnit_Framework_Constraint_ArraySubset extends PHPUnit_Framework_Constraint
5 changes: 0 additions & 5 deletions src/Framework/Constraint/Attribute.php
Original file line number Diff line number Diff line change
@@ -9,11 +9,6 @@
*/

/**
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @author Bernhard Schussek <bschussek@2bepublished.at>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.1.0
*/
class PHPUnit_Framework_Constraint_Attribute extends PHPUnit_Framework_Constraint_Composite
5 changes: 0 additions & 5 deletions src/Framework/Constraint/Callback.php
Original file line number Diff line number Diff line change
@@ -11,11 +11,6 @@
/**
* Constraint that evaluates against a specified closure.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @author Timon Rapp <timon@zaeda.net>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
*/
class PHPUnit_Framework_Constraint_Callback extends PHPUnit_Framework_Constraint
{
5 changes: 0 additions & 5 deletions src/Framework/Constraint/ClassHasAttribute.php
Original file line number Diff line number Diff line change
@@ -14,11 +14,6 @@
*
* The attribute name is passed in the constructor.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @author Bernhard Schussek <bschussek@2bepublished.at>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.1.0
*/
class PHPUnit_Framework_Constraint_ClassHasAttribute extends PHPUnit_Framework_Constraint
5 changes: 0 additions & 5 deletions src/Framework/Constraint/ClassHasStaticAttribute.php
Original file line number Diff line number Diff line change
@@ -14,11 +14,6 @@
*
* The attribute name is passed in the constructor.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @author Bernhard Schussek <bschussek@2bepublished.at>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.1.0
*/
class PHPUnit_Framework_Constraint_ClassHasStaticAttribute extends PHPUnit_Framework_Constraint_ClassHasAttribute
5 changes: 0 additions & 5 deletions src/Framework/Constraint/Composite.php
Original file line number Diff line number Diff line change
@@ -9,11 +9,6 @@
*/

/**
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @author Bernhard Schussek <bschussek@2bepublished.at>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.1.0
*/
abstract class PHPUnit_Framework_Constraint_Composite extends PHPUnit_Framework_Constraint
5 changes: 0 additions & 5 deletions src/Framework/Constraint/Count.php
Original file line number Diff line number Diff line change
@@ -9,11 +9,6 @@
*/

/**
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @author Bernhard Schussek <bschussek@2bepublished.at>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.6.0
*/
class PHPUnit_Framework_Constraint_Count extends PHPUnit_Framework_Constraint
4 changes: 0 additions & 4 deletions src/Framework/Constraint/Exception.php
Original file line number Diff line number Diff line change
@@ -9,10 +9,6 @@
*/

/**
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.6.6
*/
class PHPUnit_Framework_Constraint_Exception extends PHPUnit_Framework_Constraint
4 changes: 0 additions & 4 deletions src/Framework/Constraint/ExceptionCode.php
Original file line number Diff line number Diff line change
@@ -9,10 +9,6 @@
*/

/**
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.6.6
*/
class PHPUnit_Framework_Constraint_ExceptionCode extends PHPUnit_Framework_Constraint
4 changes: 0 additions & 4 deletions src/Framework/Constraint/ExceptionMessage.php
Original file line number Diff line number Diff line change
@@ -9,10 +9,6 @@
*/

/**
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.6.6
*/
class PHPUnit_Framework_Constraint_ExceptionMessage extends PHPUnit_Framework_Constraint
4 changes: 0 additions & 4 deletions src/Framework/Constraint/ExceptionMessageRegExp.php
Original file line number Diff line number Diff line change
@@ -9,10 +9,6 @@
*/

/**
* @author Márcio Almada <marcio3w@gmail.com>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 4.3.0
*/
class PHPUnit_Framework_Constraint_ExceptionMessageRegExp extends PHPUnit_Framework_Constraint
5 changes: 0 additions & 5 deletions src/Framework/Constraint/FileExists.php
Original file line number Diff line number Diff line change
@@ -13,11 +13,6 @@
*
* The file path to check is passed as $other in evaluate().
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @author Bernhard Schussek <bschussek@2bepublished.at>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.0.0
*/
class PHPUnit_Framework_Constraint_FileExists extends PHPUnit_Framework_Constraint
5 changes: 0 additions & 5 deletions src/Framework/Constraint/GreaterThan.php
Original file line number Diff line number Diff line change
@@ -12,11 +12,6 @@
* Constraint that asserts that the value it is evaluated for is greater
* than a given value.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @author Bernhard Schussek <bschussek@2bepublished.at>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.0.0
*/
class PHPUnit_Framework_Constraint_GreaterThan extends PHPUnit_Framework_Constraint
5 changes: 0 additions & 5 deletions src/Framework/Constraint/IsAnything.php
Original file line number Diff line number Diff line change
@@ -11,11 +11,6 @@
/**
* Constraint that accepts any input value.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @author Bernhard Schussek <bschussek@2bepublished.at>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.0.0
*/
class PHPUnit_Framework_Constraint_IsAnything extends PHPUnit_Framework_Constraint
5 changes: 0 additions & 5 deletions src/Framework/Constraint/IsEmpty.php
Original file line number Diff line number Diff line change
@@ -11,11 +11,6 @@
/**
* Constraint that checks whether a variable is empty().
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @author Bernhard Schussek <bschussek@2bepublished.at>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.5.0
*/
class PHPUnit_Framework_Constraint_IsEmpty extends PHPUnit_Framework_Constraint
6 changes: 0 additions & 6 deletions src/Framework/Constraint/IsEqual.php
Original file line number Diff line number Diff line change
@@ -17,12 +17,6 @@
*
* The expected value is passed in the constructor.
*
* @author Kore Nordmann <kn@ez.no>
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @author Bernhard Schussek <bschussek@2bepublished.at>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.0.0
*/
class PHPUnit_Framework_Constraint_IsEqual extends PHPUnit_Framework_Constraint
5 changes: 0 additions & 5 deletions src/Framework/Constraint/IsFalse.php
Original file line number Diff line number Diff line change
@@ -11,11 +11,6 @@
/**
* Constraint that accepts false.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @author Bernhard Schussek <bschussek@2bepublished.at>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.3.0
*/
class PHPUnit_Framework_Constraint_IsFalse extends PHPUnit_Framework_Constraint
5 changes: 0 additions & 5 deletions src/Framework/Constraint/IsIdentical.php
Original file line number Diff line number Diff line change
@@ -19,11 +19,6 @@
*
* The expected value is passed in the constructor.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @author Bernhard Schussek <bschussek@2bepublished.at>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.0.0
*/
class PHPUnit_Framework_Constraint_IsIdentical extends PHPUnit_Framework_Constraint
5 changes: 0 additions & 5 deletions src/Framework/Constraint/IsInstanceOf.php
Original file line number Diff line number Diff line change
@@ -14,11 +14,6 @@
*
* The expected class name is passed in the constructor.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @author Bernhard Schussek <bschussek@2bepublished.at>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.0.0
*/
class PHPUnit_Framework_Constraint_IsInstanceOf extends PHPUnit_Framework_Constraint
4 changes: 0 additions & 4 deletions src/Framework/Constraint/IsJson.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* Constraint that asserts that a string is valid JSON.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.7.20
*/
class PHPUnit_Framework_Constraint_IsJson extends PHPUnit_Framework_Constraint
5 changes: 0 additions & 5 deletions src/Framework/Constraint/IsNull.php
Original file line number Diff line number Diff line change
@@ -11,11 +11,6 @@
/**
* Constraint that accepts null.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @author Bernhard Schussek <bschussek@2bepublished.at>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.3.0
*/
class PHPUnit_Framework_Constraint_IsNull extends PHPUnit_Framework_Constraint
5 changes: 0 additions & 5 deletions src/Framework/Constraint/IsTrue.php
Original file line number Diff line number Diff line change
@@ -11,11 +11,6 @@
/**
* Constraint that accepts true.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @author Bernhard Schussek <bschussek@2bepublished.at>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.3.0
*/
class PHPUnit_Framework_Constraint_IsTrue extends PHPUnit_Framework_Constraint
5 changes: 0 additions & 5 deletions src/Framework/Constraint/IsType.php
Original file line number Diff line number Diff line change
@@ -14,11 +14,6 @@
*
* The expected value is passed in the constructor.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @author Bernhard Schussek <bschussek@2bepublished.at>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.0.0
*/
class PHPUnit_Framework_Constraint_IsType extends PHPUnit_Framework_Constraint
4 changes: 0 additions & 4 deletions src/Framework/Constraint/JsonMatches.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* Asserts whether or not two JSON objects are equal.
*
* @author Bastian Feder <php@bastian-feder.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause
* @link http://www.phpunit.de/
* @since Class available since Release 3.7.0
*/
class PHPUnit_Framework_Constraint_JsonMatches extends PHPUnit_Framework_Constraint
4 changes: 0 additions & 4 deletions src/Framework/Constraint/JsonMatches/ErrorMessageProvider.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* Provides human readable messages for each JSON error.
*
* @author Bastian Feder <php@bastian-feder.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause
* @link http://www.phpunit.de/
* @since Class available since Release 3.7.0
*/
class PHPUnit_Framework_Constraint_JsonMatches_ErrorMessageProvider
5 changes: 0 additions & 5 deletions src/Framework/Constraint/LessThan.php
Original file line number Diff line number Diff line change
@@ -12,11 +12,6 @@
* Constraint that asserts that the value it is evaluated for is less than
* a given value.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @author Bernhard Schussek <bschussek@2bepublished.at>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.0.0
*/
class PHPUnit_Framework_Constraint_LessThan extends PHPUnit_Framework_Constraint
5 changes: 0 additions & 5 deletions src/Framework/Constraint/Not.php
Original file line number Diff line number Diff line change
@@ -11,11 +11,6 @@
/**
* Logical NOT.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @author Bernhard Schussek <bschussek@2bepublished.at>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.0.0
*/
class PHPUnit_Framework_Constraint_Not extends PHPUnit_Framework_Constraint
5 changes: 0 additions & 5 deletions src/Framework/Constraint/ObjectHasAttribute.php
Original file line number Diff line number Diff line change
@@ -14,11 +14,6 @@
*
* The attribute name is passed in the constructor.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @author Bernhard Schussek <bschussek@2bepublished.at>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.0.0
*/
class PHPUnit_Framework_Constraint_ObjectHasAttribute extends PHPUnit_Framework_Constraint_ClassHasAttribute
5 changes: 0 additions & 5 deletions src/Framework/Constraint/Or.php
Original file line number Diff line number Diff line change
@@ -11,11 +11,6 @@
/**
* Logical OR.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @author Bernhard Schussek <bschussek@2bepublished.at>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.0.0
*/
class PHPUnit_Framework_Constraint_Or extends PHPUnit_Framework_Constraint
5 changes: 0 additions & 5 deletions src/Framework/Constraint/PCREMatch.php
Original file line number Diff line number Diff line change
@@ -17,11 +17,6 @@
*
* The pattern string passed in the constructor.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @author Bernhard Schussek <bschussek@2bepublished.at>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.0.0
*/
class PHPUnit_Framework_Constraint_PCREMatch extends PHPUnit_Framework_Constraint
5 changes: 0 additions & 5 deletions src/Framework/Constraint/SameSize.php
Original file line number Diff line number Diff line change
@@ -9,11 +9,6 @@
*/

/**
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @author Bernhard Schussek <bschussek@2bepublished.at>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.6.0
*/
class PHPUnit_Framework_Constraint_SameSize extends PHPUnit_Framework_Constraint_Count
5 changes: 0 additions & 5 deletions src/Framework/Constraint/StringContains.php
Original file line number Diff line number Diff line change
@@ -17,11 +17,6 @@
*
* The sub-string is passed in the constructor.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @author Bernhard Schussek <bschussek@2bepublished.at>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.0.0
*/
class PHPUnit_Framework_Constraint_StringContains extends PHPUnit_Framework_Constraint
5 changes: 0 additions & 5 deletions src/Framework/Constraint/StringEndsWith.php
Original file line number Diff line number Diff line change
@@ -12,11 +12,6 @@
* Constraint that asserts that the string it is evaluated for ends with a given
* suffix.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @author Bernhard Schussek <bschussek@2bepublished.at>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.4.0
*/
class PHPUnit_Framework_Constraint_StringEndsWith extends PHPUnit_Framework_Constraint
5 changes: 0 additions & 5 deletions src/Framework/Constraint/StringMatches.php
Original file line number Diff line number Diff line change
@@ -13,11 +13,6 @@
/**
* ...
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @author Bernhard Schussek <bschussek@2bepublished.at>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.5.0
*/
class PHPUnit_Framework_Constraint_StringMatches extends PHPUnit_Framework_Constraint_PCREMatch
5 changes: 0 additions & 5 deletions src/Framework/Constraint/StringStartsWith.php
Original file line number Diff line number Diff line change
@@ -12,11 +12,6 @@
* Constraint that asserts that the string it is evaluated for begins with a
* given prefix.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @author Bernhard Schussek <bschussek@2bepublished.at>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.4.0
*/
class PHPUnit_Framework_Constraint_StringStartsWith extends PHPUnit_Framework_Constraint
5 changes: 0 additions & 5 deletions src/Framework/Constraint/TraversableContains.php
Original file line number Diff line number Diff line change
@@ -12,11 +12,6 @@
* Constraint that asserts that the Traversable it is applied to contains
* a given value.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @author Bernhard Schussek <bschussek@2bepublished.at>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.0.0
*/
class PHPUnit_Framework_Constraint_TraversableContains extends PHPUnit_Framework_Constraint
5 changes: 0 additions & 5 deletions src/Framework/Constraint/TraversableContainsOnly.php
Original file line number Diff line number Diff line change
@@ -12,11 +12,6 @@
* Constraint that asserts that the Traversable it is applied to contains
* only values of a given type.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @author Bernhard Schussek <bschussek@2bepublished.at>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.1.4
*/
class PHPUnit_Framework_Constraint_TraversableContainsOnly extends PHPUnit_Framework_Constraint
5 changes: 0 additions & 5 deletions src/Framework/Constraint/Xor.php
Original file line number Diff line number Diff line change
@@ -11,11 +11,6 @@
/**
* Logical XOR.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @author Bernhard Schussek <bschussek@2bepublished.at>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.0.0
*/
class PHPUnit_Framework_Constraint_Xor extends PHPUnit_Framework_Constraint
4 changes: 0 additions & 4 deletions src/Framework/Error.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* Wrapper for PHP errors.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 2.2.0
*/
class PHPUnit_Framework_Error extends PHPUnit_Framework_Exception
4 changes: 0 additions & 4 deletions src/Framework/Error/Deprecated.php
Original file line number Diff line number Diff line change
@@ -16,10 +16,6 @@
* PHPUnit_Framework_Error_Deprecated::$enabled = false;
* </code>
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.3.0
*/
class PHPUnit_Framework_Error_Deprecated extends PHPUnit_Framework_Error
4 changes: 0 additions & 4 deletions src/Framework/Error/Notice.php
Original file line number Diff line number Diff line change
@@ -16,10 +16,6 @@
* PHPUnit_Framework_Error_Notice::$enabled = false;
* </code>
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.3.0
*/
class PHPUnit_Framework_Error_Notice extends PHPUnit_Framework_Error
4 changes: 0 additions & 4 deletions src/Framework/Error/Warning.php
Original file line number Diff line number Diff line change
@@ -16,10 +16,6 @@
* PHPUnit_Framework_Error_Warning::$enabled = false;
* </code>
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.3.0
*/
class PHPUnit_Framework_Error_Warning extends PHPUnit_Framework_Error
4 changes: 0 additions & 4 deletions src/Framework/Exception.php
Original file line number Diff line number Diff line change
@@ -28,10 +28,6 @@
*
* @see http://fabien.potencier.org/article/9/php-serialization-stack-traces-and-exceptions
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.4.0
*/
class PHPUnit_Framework_Exception extends RuntimeException implements PHPUnit_Exception
4 changes: 0 additions & 4 deletions src/Framework/ExceptionWrapper.php
Original file line number Diff line number Diff line change
@@ -17,10 +17,6 @@
* Unlike PHPUnit_Framework_Exception, the complete stack of previous Exceptions
* is processed.
*
* @author Daniel F. Kudwien <sun@unleashedmind.com>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 4.3.0
*/
class PHPUnit_Framework_ExceptionWrapper extends PHPUnit_Framework_Exception
4 changes: 0 additions & 4 deletions src/Framework/ExpectationFailedException.php
Original file line number Diff line number Diff line change
@@ -15,10 +15,6 @@
* SebastianBergmann\Comparator\ComparisonFailure which is used to
* generate diff output of the failed expectations.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.0.0
*/
class PHPUnit_Framework_ExpectationFailedException extends PHPUnit_Framework_AssertionFailedError
4 changes: 0 additions & 4 deletions src/Framework/IncompleteTest.php
Original file line number Diff line number Diff line change
@@ -12,10 +12,6 @@
* A marker interface for marking any exception/error as result of an unit
* test as incomplete implementation or currently not implemented.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Interface available since Release 2.0.0
*/
interface PHPUnit_Framework_IncompleteTest
4 changes: 0 additions & 4 deletions src/Framework/IncompleteTestCase.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* An incomplete test case
*
* @author Davey Shafik <me@daveyshafik.com>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 4.3.0
*/
class PHPUnit_Framework_IncompleteTestCase extends PHPUnit_Framework_TestCase
4 changes: 0 additions & 4 deletions src/Framework/IncompleteTestError.php
Original file line number Diff line number Diff line change
@@ -12,10 +12,6 @@
* Extension to PHPUnit_Framework_AssertionFailedError to mark the special
* case of an incomplete test.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 2.0.0
*/
class PHPUnit_Framework_IncompleteTestError extends PHPUnit_Framework_AssertionFailedError implements PHPUnit_Framework_IncompleteTest
4 changes: 0 additions & 4 deletions src/Framework/InvalidCoversTargetError.php
Original file line number Diff line number Diff line change
@@ -12,10 +12,6 @@
* Extension to PHPUnit_Framework_AssertionFailedError to mark the special
* case of a test that is skipped because of an invalid @covers annotation.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 4.0.0
*/
class PHPUnit_Framework_InvalidCoversTargetError extends PHPUnit_Framework_AssertionFailedError implements PHPUnit_Framework_SkippedTest
4 changes: 0 additions & 4 deletions src/Framework/InvalidCoversTargetException.php
Original file line number Diff line number Diff line change
@@ -9,10 +9,6 @@
*/

/**
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 4.0.0
*/
class PHPUnit_Framework_InvalidCoversTargetException extends PHPUnit_Framework_CodeCoverageException
4 changes: 0 additions & 4 deletions src/Framework/OutputError.php
Original file line number Diff line number Diff line change
@@ -12,10 +12,6 @@
* Extension to PHPUnit_Framework_AssertionFailedError to mark the special
* case of a test that printed output.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.6.0
*/
class PHPUnit_Framework_OutputError extends PHPUnit_Framework_AssertionFailedError
4 changes: 0 additions & 4 deletions src/Framework/RiskyTest.php
Original file line number Diff line number Diff line change
@@ -12,10 +12,6 @@
* A marker interface for marking any exception/error as result of an unit
* test as risky.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Interface available since Release 4.0.0
*/
interface PHPUnit_Framework_RiskyTest
4 changes: 0 additions & 4 deletions src/Framework/RiskyTestError.php
Original file line number Diff line number Diff line change
@@ -12,10 +12,6 @@
* Extension to PHPUnit_Framework_AssertionFailedError to mark the special
* case of a risky test.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 4.0.0
*/
class PHPUnit_Framework_RiskyTestError extends PHPUnit_Framework_AssertionFailedError implements PHPUnit_Framework_RiskyTest
4 changes: 0 additions & 4 deletions src/Framework/SelfDescribing.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* Interface for classes that can return a description of itself.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Interface available since Release 3.0.0
*/
interface PHPUnit_Framework_SelfDescribing
4 changes: 0 additions & 4 deletions src/Framework/SkippedTest.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* A marker interface for marking a unit test as being skipped.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Interface available since Release 3.0.0
*/
interface PHPUnit_Framework_SkippedTest
4 changes: 0 additions & 4 deletions src/Framework/SkippedTestCase.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* A skipped test case
*
* @author Davey Shafik <me@daveyshafik.com>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 4.3.0
*/
class PHPUnit_Framework_SkippedTestCase extends PHPUnit_Framework_TestCase
4 changes: 0 additions & 4 deletions src/Framework/SkippedTestError.php
Original file line number Diff line number Diff line change
@@ -12,10 +12,6 @@
* Extension to PHPUnit_Framework_AssertionFailedError to mark the special
* case of a skipped test.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.0.0
*/
class PHPUnit_Framework_SkippedTestError extends PHPUnit_Framework_AssertionFailedError implements PHPUnit_Framework_SkippedTest
4 changes: 0 additions & 4 deletions src/Framework/SkippedTestSuiteError.php
Original file line number Diff line number Diff line change
@@ -12,10 +12,6 @@
* Extension to PHPUnit_Framework_AssertionFailedError to mark the special
* case of a skipped test suite.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.1.0
*/
class PHPUnit_Framework_SkippedTestSuiteError extends PHPUnit_Framework_AssertionFailedError implements PHPUnit_Framework_SkippedTest
4 changes: 0 additions & 4 deletions src/Framework/SyntheticError.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* Creates a synthetic failed assertion.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.5.0
*/
class PHPUnit_Framework_SyntheticError extends PHPUnit_Framework_AssertionFailedError
4 changes: 0 additions & 4 deletions src/Framework/Test.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* A Test can be run and collect its results.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Interface available since Release 2.0.0
*/
interface PHPUnit_Framework_Test extends Countable
4 changes: 0 additions & 4 deletions src/Framework/TestCase.php
Original file line number Diff line number Diff line change
@@ -60,10 +60,6 @@
* ?>
* </code>
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 2.0.0
*/
abstract class PHPUnit_Framework_TestCase extends PHPUnit_Framework_Assert implements PHPUnit_Framework_Test, PHPUnit_Framework_SelfDescribing
4 changes: 0 additions & 4 deletions src/Framework/TestFailure.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* A TestFailure collects a failed test together with the caught exception.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 2.0.0
*/
class PHPUnit_Framework_TestFailure
4 changes: 0 additions & 4 deletions src/Framework/TestListener.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* A Listener for test progress.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Interface available since Release 2.0.0
*/
interface PHPUnit_Framework_TestListener
4 changes: 0 additions & 4 deletions src/Framework/TestResult.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* A TestResult collects the results of executing a test case.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 2.0.0
*/
class PHPUnit_Framework_TestResult implements Countable
5 changes: 0 additions & 5 deletions src/Framework/TestSuite.php
Original file line number Diff line number Diff line change
@@ -36,10 +36,6 @@
* This constructor creates a suite with all the methods starting with
* "test" that take no arguments.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 2.0.0
*/
class PHPUnit_Framework_TestSuite implements PHPUnit_Framework_Test, PHPUnit_Framework_SelfDescribing, IteratorAggregate
@@ -317,7 +313,6 @@ public function addTestSuite($testClass)
* value the ini value.
* @throws PHPUnit_Framework_Exception
* @since Method available since Release 2.3.0
* @author Stefano F. Rausch <stefano@rausch-e.net>
*/
public function addTestFile($filename, $phptOptions = array())
{
4 changes: 0 additions & 4 deletions src/Framework/TestSuite/DataProvider.php
Original file line number Diff line number Diff line change
@@ -9,10 +9,6 @@
*/

/**
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.4.0
*/
class PHPUnit_Framework_TestSuite_DataProvider extends PHPUnit_Framework_TestSuite
4 changes: 0 additions & 4 deletions src/Framework/UnintentionallyCoveredCodeError.php
Original file line number Diff line number Diff line change
@@ -12,10 +12,6 @@
* Extension to PHPUnit_Framework_AssertionFailedError to mark the special
* case of a test test that unintentionally covers code.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 4.0.0
*/
class PHPUnit_Framework_UnintentionallyCoveredCodeError extends PHPUnit_Framework_RiskyTestError
4 changes: 0 additions & 4 deletions src/Framework/Warning.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* A warning.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 2.0.0
*/
class PHPUnit_Framework_Warning extends PHPUnit_Framework_TestCase
4 changes: 0 additions & 4 deletions src/Runner/BaseTestRunner.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* Base class for all test runners.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 2.0.0
*/
abstract class PHPUnit_Runner_BaseTestRunner
4 changes: 0 additions & 4 deletions src/Runner/Exception.php
Original file line number Diff line number Diff line change
@@ -9,10 +9,6 @@
*/

/**
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 4.0.0
*/
class PHPUnit_Runner_Exception extends RuntimeException implements PHPUnit_Exception
4 changes: 0 additions & 4 deletions src/Runner/Filter/Factory.php
Original file line number Diff line number Diff line change
@@ -9,10 +9,6 @@
*/

/**
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 4.0.0
*/
class PHPUnit_Runner_Filter_Factory
4 changes: 0 additions & 4 deletions src/Runner/Filter/Group.php
Original file line number Diff line number Diff line change
@@ -9,10 +9,6 @@
*/

/**
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 4.0.0
*/
abstract class PHPUnit_Runner_Filter_GroupFilterIterator extends RecursiveFilterIterator
4 changes: 0 additions & 4 deletions src/Runner/Filter/Group/Exclude.php
Original file line number Diff line number Diff line change
@@ -9,10 +9,6 @@
*/

/**
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 4.0.0
*/
class PHPUnit_Runner_Filter_Group_Exclude extends PHPUnit_Runner_Filter_GroupFilterIterator
4 changes: 0 additions & 4 deletions src/Runner/Filter/Group/Include.php
Original file line number Diff line number Diff line change
@@ -9,10 +9,6 @@
*/

/**
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 4.0.0
*/
class PHPUnit_Runner_Filter_Group_Include extends PHPUnit_Runner_Filter_GroupFilterIterator
4 changes: 0 additions & 4 deletions src/Runner/Filter/Test.php
Original file line number Diff line number Diff line change
@@ -9,10 +9,6 @@
*/

/**
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 4.0.0
*/
class PHPUnit_Runner_Filter_Test extends RecursiveFilterIterator
4 changes: 0 additions & 4 deletions src/Runner/StandardTestSuiteLoader.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* The standard test suite loader.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 2.0.0
*/
class PHPUnit_Runner_StandardTestSuiteLoader implements PHPUnit_Runner_TestSuiteLoader
4 changes: 0 additions & 4 deletions src/Runner/TestSuiteLoader.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* An interface to define how a test suite should be loaded.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Interface available since Release 2.0.0
*/
interface PHPUnit_Runner_TestSuiteLoader
6 changes: 1 addition & 5 deletions src/Runner/Version.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* This class defines the current version of PHPUnit.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 2.0.0
*/
class PHPUnit_Runner_Version
@@ -34,7 +30,7 @@ public static function id()
}

if (self::$version === null) {
$version = new SebastianBergmann\Version('4.7.4', dirname(dirname(__DIR__)));
$version = new SebastianBergmann\Version('4.7.5', dirname(dirname(__DIR__)));
self::$version = $version->getVersion();
}

4 changes: 0 additions & 4 deletions src/TextUI/Command.php
Original file line number Diff line number Diff line change
@@ -12,10 +12,6 @@
* A TestRunner for the Command Line Interface (CLI)
* PHP SAPI Module.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.0.0
*/
class PHPUnit_TextUI_Command
4 changes: 0 additions & 4 deletions src/TextUI/ResultPrinter.php
Original file line number Diff line number Diff line change
@@ -13,10 +13,6 @@
/**
* Prints the result of a TextUI TestRunner run.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 2.0.0
*/
class PHPUnit_TextUI_ResultPrinter extends PHPUnit_Util_Printer implements PHPUnit_Framework_TestListener
5 changes: 1 addition & 4 deletions src/TextUI/TestRunner.php
Original file line number Diff line number Diff line change
@@ -14,10 +14,6 @@
* A TestRunner for the Command Line Interface (CLI)
* PHP SAPI Module.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 2.0.0
*/
class PHPUnit_TextUI_TestRunner extends PHPUnit_Runner_BaseTestRunner
@@ -741,6 +737,7 @@ protected function handleConfiguration(array &$arguments)
}

$groupCliArgs = array();

if (!empty($arguments['groups'])) {
$groupCliArgs = $arguments['groups'];
}
4 changes: 0 additions & 4 deletions src/Util/Blacklist.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* Utility class for blacklisting PHPUnit's own source code files.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 4.0.0
*/
class PHPUnit_Util_Blacklist
14 changes: 8 additions & 6 deletions src/Util/Configuration.php
Original file line number Diff line number Diff line change
@@ -137,10 +137,6 @@
* </phpunit>
* </code>
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.2.0
*/
class PHPUnit_Util_Configuration
@@ -375,11 +371,17 @@ public function getLoggingConfiguration()

if ($type == 'coverage-html') {
if ($log->hasAttribute('lowUpperBound')) {
$result['lowUpperBound'] = (string) $log->getAttribute('lowUpperBound');
$result['lowUpperBound'] = $this->getInteger(
(string) $log->getAttribute('lowUpperBound'),
50
);
}

if ($log->hasAttribute('highLowerBound')) {
$result['highLowerBound'] = (string) $log->getAttribute('highLowerBound');
$result['highLowerBound'] = $this->getInteger(
(string) $log->getAttribute('highLowerBound'),
90
);
}
} elseif ($type == 'junit') {
if ($log->hasAttribute('logIncompleteSkipped')) {
5 changes: 0 additions & 5 deletions src/Util/ErrorHandler.php
Original file line number Diff line number Diff line change
@@ -19,10 +19,6 @@
/**
* Error handler that converts PHP errors and warnings to exceptions.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.3.0
*/
class PHPUnit_Util_ErrorHandler
@@ -92,7 +88,6 @@ public static function handleError($errno, $errstr, $errfile, $errline)
* Registers an error handler and returns a function that will restore
* the previous handler when invoked
* @param int $severity PHP predefined error constant
* @link http://www.php.net/manual/en/errorfunc.constants.php
* @throws Exception if event of specified severity is emitted
*/
public static function handleErrorOnce($severity = E_WARNING)
4 changes: 0 additions & 4 deletions src/Util/Fileloader.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* Utility methods to load PHP sourcefiles.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 2.3.0
*/
class PHPUnit_Util_Fileloader
4 changes: 0 additions & 4 deletions src/Util/Filesystem.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* Filesystem helpers.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.0.0
*/
class PHPUnit_Util_Filesystem
4 changes: 0 additions & 4 deletions src/Util/Filter.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* Utility class for code filtering.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 2.0.0
*/
class PHPUnit_Util_Filter
5 changes: 0 additions & 5 deletions src/Util/Getopt.php
Original file line number Diff line number Diff line change
@@ -11,11 +11,6 @@
/**
* Command-line options parsing class.
*
* @author Andrei Zmievski <andrei@php.net>
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.0.0
*/
class PHPUnit_Util_Getopt
4 changes: 0 additions & 4 deletions src/Util/GlobalState.php
Original file line number Diff line number Diff line change
@@ -9,10 +9,6 @@
*/

/**
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.4.0
*/
class PHPUnit_Util_GlobalState
4 changes: 0 additions & 4 deletions src/Util/InvalidArgumentHelper.php
Original file line number Diff line number Diff line change
@@ -12,10 +12,6 @@
* Factory for PHPUnit_Framework_Exception objects that are used to describe
* invalid arguments passed to a function or method.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.4.0
*/
class PHPUnit_Util_InvalidArgumentHelper
4 changes: 0 additions & 4 deletions src/Util/Log/JSON.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* A TestListener that generates JSON messages.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.0.0
*/
class PHPUnit_Util_Log_JSON extends PHPUnit_Util_Printer implements PHPUnit_Framework_TestListener
4 changes: 0 additions & 4 deletions src/Util/Log/JUnit.php
Original file line number Diff line number Diff line change
@@ -13,10 +13,6 @@
*
* The XML markup used is the same as the one that is used by the JUnit Ant task.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 2.1.0
*/
class PHPUnit_Util_Log_JUnit extends PHPUnit_Util_Printer implements PHPUnit_Framework_TestListener
29 changes: 25 additions & 4 deletions src/Util/Log/TAP.php
Original file line number Diff line number Diff line change
@@ -12,10 +12,6 @@
* A TestListener that generates a logfile of the
* test execution using the Test Anything Protocol (TAP).
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.0.0
*/
class PHPUnit_Util_Log_TAP extends PHPUnit_Util_Printer implements PHPUnit_Framework_TestListener
@@ -208,6 +204,8 @@ public function endTest(PHPUnit_Framework_Test $test, $time)
)
);
}

$this->writeDiagnostics($test);
}

/**
@@ -229,4 +227,27 @@ protected function writeNotOk(PHPUnit_Framework_Test $test, $prefix = '', $direc

$this->testSuccessful = false;
}

/**
* @param PHPUnit_Framework_Test $test
*/
private function writeDiagnostics(PHPUnit_Framework_Test $test)
{
if (!$test instanceof PHPUnit_Framework_TestCase) {
return;
}

if (!$test->hasOutput()) {
return;
}

foreach (explode("\n", trim($test->getActualOutput())) as $line) {
$this->write(
sprintf(
"# %s\n",
$line
)
);
}
}
}
4 changes: 0 additions & 4 deletions src/Util/PHP.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* Utility methods for PHP sub-processes.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.4.0
*/
abstract class PHPUnit_Util_PHP
4 changes: 0 additions & 4 deletions src/Util/PHP/Default.php
Original file line number Diff line number Diff line change
@@ -13,10 +13,6 @@
/**
* Default utility for PHP sub-processes.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.5.12
*/
class PHPUnit_Util_PHP_Default extends PHPUnit_Util_PHP
4 changes: 0 additions & 4 deletions src/Util/PHP/Windows.php
Original file line number Diff line number Diff line change
@@ -13,10 +13,6 @@
/**
* Windows utility for PHP sub-processes.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.5.12
*/
class PHPUnit_Util_PHP_Windows extends PHPUnit_Util_PHP_Default
4 changes: 0 additions & 4 deletions src/Util/Printer.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* Utility class that can print to STDOUT or write to a file.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 2.0.0
*/
class PHPUnit_Util_Printer
4 changes: 0 additions & 4 deletions src/Util/Regex.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* Error handler that converts PHP errors and warnings to exceptions.
*
* @author Márcio Almada <marcio3w@gmail.com>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 4.2.0
*/
class PHPUnit_Util_Regex
4 changes: 0 additions & 4 deletions src/Util/String.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* String helpers.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.6.0
*/
class PHPUnit_Util_String
20 changes: 11 additions & 9 deletions src/Util/Test.php
Original file line number Diff line number Diff line change
@@ -18,10 +18,6 @@ function trait_exists($traitname, $autoload = true)
/**
* Test helpers.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.0.0
*/
class PHPUnit_Util_Test
@@ -573,11 +569,17 @@ public static function getGroups($className, $methodName = '')
$groups = array_merge($groups, $annotations['method']['ticket']);
}

foreach (array('small', 'medium', 'large') as $size) {
if (isset($annotations['method'][$size])) {
$groups[] = $size;
} elseif (isset($annotations['class'][$size])) {
$groups[] = $size;
foreach (array('method', 'class') as $element) {
foreach (array('small', 'medium', 'large') as $size) {
if (isset($annotations[$element][$size])) {
$groups[] = $size;
break 2;
}

if (isset($annotations[$element][$size])) {
$groups[] = $size;
break 2;
}
}
}

4 changes: 0 additions & 4 deletions src/Util/TestDox/NamePrettifier.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* Prettifies class and method names for use in TestDox documentation.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 2.1.0
*/
class PHPUnit_Util_TestDox_NamePrettifier
4 changes: 0 additions & 4 deletions src/Util/TestDox/ResultPrinter.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* Base class for printers of TestDox documentation.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 2.1.0
*/
abstract class PHPUnit_Util_TestDox_ResultPrinter extends PHPUnit_Util_Printer implements PHPUnit_Framework_TestListener
4 changes: 0 additions & 4 deletions src/Util/TestDox/ResultPrinter/HTML.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* Prints TestDox documentation in HTML format.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 2.1.0
*/
class PHPUnit_Util_TestDox_ResultPrinter_HTML extends PHPUnit_Util_TestDox_ResultPrinter
4 changes: 0 additions & 4 deletions src/Util/TestDox/ResultPrinter/Text.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* Prints TestDox documentation in text format.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 2.1.0
*/
class PHPUnit_Util_TestDox_ResultPrinter_Text extends PHPUnit_Util_TestDox_ResultPrinter
4 changes: 0 additions & 4 deletions src/Util/TestSuiteIterator.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* Iterator for test suites.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.1.0
*/
class PHPUnit_Util_TestSuiteIterator implements RecursiveIterator
4 changes: 0 additions & 4 deletions src/Util/Type.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* Utility class for textual type (and value) representation.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.0.0
*/
class PHPUnit_Util_Type
23 changes: 0 additions & 23 deletions src/Util/XML.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* XML helpers.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.2.0
*/
class PHPUnit_Util_XML
@@ -27,7 +23,6 @@ class PHPUnit_Util_XML
*
* @param string $string
* @return string
* @author Kore Nordmann <mail@kore-nordmann.de>
* @since Method available since Release 3.4.6
*/
public static function prepareString($string)
@@ -92,9 +87,6 @@ public static function loadFile($filename, $isHtml = false, $xinclude = false, $
* @param bool $strict
* @return DOMDocument
* @since Method available since Release 3.3.0
* @author Mike Naberezny <mike@maintainable.com>
* @author Derek DeVries <derek@maintainable.com>
* @author Tobias Schlitt <toby@php.net>
*/
public static function load($actual, $isHtml = false, $filename = '', $xinclude = false, $strict = false)
{
@@ -180,7 +172,6 @@ public static function nodeToText(DOMNode $node)
/**
* @param DOMNode $node
* @since Method available since Release 3.3.0
* @author Mattis Stordalen Flister <mattis@xait.no>
*/
public static function removeCharacterDataNodes(DOMNode $node)
{
@@ -263,8 +254,6 @@ public static function xmlToVariable(DOMElement $element)
* @return array
* @throws PHPUnit_Framework_Exception
* @since Method available since Release 3.3.0
* @author Mike Naberezny <mike@maintainable.com>
* @author Derek DeVries <derek@maintainable.com>
*/
public static function assertValidKeys(array $hash, array $validKeys)
{
@@ -309,8 +298,6 @@ public static function assertValidKeys(array $hash, array $validKeys)
* @param mixed $content
* @return array
* @since Method available since Release 3.3.0
* @author Mike Naberezny <mike@maintainable.com>
* @author Derek DeVries <derek@maintainable.com>
*/
public static function convertSelectToTag($selector, $content = true)
{
@@ -447,9 +434,6 @@ public static function convertSelectToTag($selector, $content = true)
* @param bool $isHtml
* @return bool|array
* @since Method available since Release 3.3.0
* @author Mike Naberezny <mike@maintainable.com>
* @author Derek DeVries <derek@maintainable.com>
* @author Tobias Schlitt <toby@php.net>
*/
public static function cssSelect($selector, $content, $actual, $isHtml = true)
{
@@ -468,9 +452,6 @@ public static function cssSelect($selector, $content, $actual, $isHtml = true)
* @param bool $isHtml
* @return array
* @since Method available since Release 3.3.0
* @author Mike Naberezny <mike@maintainable.com>
* @author Derek DeVries <derek@maintainable.com>
* @author Tobias Schlitt <toby@php.net>
*/
public static function findNodes(DOMDocument $dom, array $options, $isHtml = true)
{
@@ -849,8 +830,6 @@ public static function findNodes(DOMDocument $dom, array $options, $isHtml = tru
* @param DOMNode $node
* @return array
* @since Method available since Release 3.3.0
* @author Mike Naberezny <mike@maintainable.com>
* @author Derek DeVries <derek@maintainable.com>
*/
protected static function getDescendants(DOMNode $node)
{
@@ -895,8 +874,6 @@ protected static function getElementsByCaseInsensitiveTagName(DOMDocument $dom,
* @param DOMNode $node
* @return string
* @since Method available since Release 3.3.0
* @author Mike Naberezny <mike@maintainable.com>
* @author Derek DeVries <derek@maintainable.com>
*/
protected static function getNodeText(DOMNode $node)
{
4 changes: 0 additions & 4 deletions tests/Extensions/RepeatedTestTest.php
Original file line number Diff line number Diff line change
@@ -9,10 +9,6 @@
*/

/**
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 2.0.0
* @covers PHPUnit_Extensions_RepeatedTest
*/
5 changes: 0 additions & 5 deletions tests/Framework/AssertTest.php
Original file line number Diff line number Diff line change
@@ -9,11 +9,6 @@
*/

/**
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @author Bernhard Schussek <bschussek@2bepublished.at>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 2.0.0
*/
class Framework_AssertTest extends PHPUnit_Framework_TestCase
4 changes: 0 additions & 4 deletions tests/Framework/BaseTestListenerTest.php
Original file line number Diff line number Diff line change
@@ -9,10 +9,6 @@
*/

/**
* @author Giorgio Sironi <info@giorgiosironi.com>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 4.0.0
*/
class Framework_BaseTestListenerTest extends PHPUnit_Framework_TestCase
5 changes: 0 additions & 5 deletions tests/Framework/Constraint/CountTest.php
Original file line number Diff line number Diff line change
@@ -9,11 +9,6 @@
*/

/**
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @author Jeroen Versteeg <jversteeg@gmail.com>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.7.30
* @covers PHPUnit_Framework_Constraint_Count
*/
4 changes: 0 additions & 4 deletions tests/Framework/Constraint/ExceptionMessageRegExpTest.php
Original file line number Diff line number Diff line change
@@ -9,10 +9,6 @@
*/

/**
* @author Márcio Almada <marcio3w@gmail.com>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 4.3.0
* @covers PHPUnit_Framework_Constraint_ExceptionMessageRegExp
*/
4 changes: 0 additions & 4 deletions tests/Framework/Constraint/ExceptionMessageTest.php
Original file line number Diff line number Diff line change
@@ -9,10 +9,6 @@
*/

/**
* @author Márcio Almada <marcio3w@gmail.com>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 4.0.20
* @covers PHPUnit_Framework_Constraint_ExceptionMessage
*/
Original file line number Diff line number Diff line change
@@ -9,10 +9,6 @@
*/

/**
* @author Bastian Feder <php@bastian-feder.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause
* @link http://www.phpunit.de/
* @since File available since Release 3.7.0
*/
class Framework_Constraint_JsonMatches_ErrorMessageProviderTest extends PHPUnit_Framework_TestCase
4 changes: 0 additions & 4 deletions tests/Framework/Constraint/JsonMatchesTest.php
Original file line number Diff line number Diff line change
@@ -9,10 +9,6 @@
*/

/**
* @author Bastian Feder <php@bastian-feder.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause
* @link http://www.phpunit.de/
* @since File available since Release 3.7.0
*/
class Framework_Constraint_JsonMatchesTest extends PHPUnit_Framework_TestCase
5 changes: 0 additions & 5 deletions tests/Framework/ConstraintTest.php
Original file line number Diff line number Diff line change
@@ -9,11 +9,6 @@
*/

/**
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @author Bernhard Schussek <bschussek@2bepublished.at>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.0.0
*/
class Framework_ConstraintTest extends PHPUnit_Framework_TestCase
4 changes: 0 additions & 4 deletions tests/Framework/SuiteTest.php
Original file line number Diff line number Diff line change
@@ -21,10 +21,6 @@
require_once dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'RequirementsClassBeforeClassHookTest.php';

/**
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 2.0.0
* @covers PHPUnit_Framework_TestSuite
*/
4 changes: 0 additions & 4 deletions tests/Framework/TestCaseTest.php
Original file line number Diff line number Diff line change
@@ -22,10 +22,6 @@
$GLOBALS['i'] = 'i';

/**
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 2.0.0
* @covers PHPUnit_Framework_TestCase
*/
4 changes: 0 additions & 4 deletions tests/Framework/TestFailureTest.php
Original file line number Diff line number Diff line change
@@ -9,10 +9,6 @@
*/

/**
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since File available since Release 3.7.20
*/
class Framework_TestFailureTest extends PHPUnit_Framework_TestCase
4 changes: 0 additions & 4 deletions tests/Framework/TestImplementorTest.php
Original file line number Diff line number Diff line change
@@ -9,10 +9,6 @@
*/

/**
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 2.0.0
*/
class Framework_TestImplementorTest extends PHPUnit_Framework_TestCase
4 changes: 0 additions & 4 deletions tests/Framework/TestListenerTest.php
Original file line number Diff line number Diff line change
@@ -9,10 +9,6 @@
*/

/**
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 2.0.0
* @covers PHPUnit_Framework_TestCase
*/
4 changes: 0 additions & 4 deletions tests/Runner/BaseTestRunnerTest.php
Original file line number Diff line number Diff line change
@@ -9,10 +9,6 @@
*/

/**
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 2.0.0
* @covers PHPUnit_Runner_BaseTestRunner
*/
1 change: 0 additions & 1 deletion tests/TextUI/list-groups.phpt
Original file line number Diff line number Diff line change
@@ -14,7 +14,6 @@ PHPUnit_TextUI_Command::main();
PHPUnit %s by Sebastian Bergmann and contributors.

Available test group(s):
- Sebastian Bergmann <sebastian@phpunit.de>
- balanceCannotBecomeNegative
- balanceIsInitiallyZero
- specification
6 changes: 3 additions & 3 deletions tests/TextUI/log-xml.phpt
Original file line number Diff line number Diff line change
@@ -17,9 +17,9 @@ PHPUnit %s by Sebastian Bergmann and contributors.
...<?xml version="1.0" encoding="UTF-8"?>
<testsuites>
<testsuite name="BankAccountTest" file="%sBankAccountTest.php" tests="3" assertions="3" failures="0" errors="0" time="%f">
<testcase name="testBalanceIsInitiallyZero" class="BankAccountTest" file="%sBankAccountTest.php" line="34" assertions="1" time="%f"/>
<testcase name="testBalanceCannotBecomeNegative" class="BankAccountTest" file="%sBankAccountTest.php" line="44" assertions="1" time="%f"/>
<testcase name="testBalanceCannotBecomeNegative2" class="BankAccountTest" file="%sBankAccountTest.php" line="62" assertions="1" time="%f"/>
<testcase name="testBalanceIsInitiallyZero" class="BankAccountTest" file="%sBankAccountTest.php" line="30" assertions="1" time="%f"/>
<testcase name="testBalanceCannotBecomeNegative" class="BankAccountTest" file="%sBankAccountTest.php" line="40" assertions="1" time="%f"/>
<testcase name="testBalanceCannotBecomeNegative2" class="BankAccountTest" file="%sBankAccountTest.php" line="58" assertions="1" time="%f"/>
</testsuite>
</testsuites>

4 changes: 0 additions & 4 deletions tests/Util/ConfigurationTest.php
Original file line number Diff line number Diff line change
@@ -9,10 +9,6 @@
*/

/**
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.3.0
*/
class Util_ConfigurationTest extends PHPUnit_Framework_TestCase
4 changes: 0 additions & 4 deletions tests/Util/GlobalStateTest.php
Original file line number Diff line number Diff line change
@@ -9,10 +9,6 @@
*/

/**
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
*/
class Util_GlobalStateTest extends PHPUnit_Framework_TestCase
{
4 changes: 0 additions & 4 deletions tests/Util/RegexTest.php
Original file line number Diff line number Diff line change
@@ -9,10 +9,6 @@
*/

/**
* @author Jeff Welch <whatthejeff@gmail.com>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 4.2.0
*/
class Util_RegexTest extends PHPUnit_Framework_TestCase
4 changes: 0 additions & 4 deletions tests/Util/TestDox/NamePrettifierTest.php
Original file line number Diff line number Diff line change
@@ -9,10 +9,6 @@
*/

/**
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 2.1.0
*/
class Util_TestDox_NamePrettifierTest extends PHPUnit_Framework_TestCase
4 changes: 0 additions & 4 deletions tests/Util/TestTest.php
Original file line number Diff line number Diff line change
@@ -17,10 +17,6 @@
}

/**
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.3.6
*/
class Util_TestTest extends PHPUnit_Framework_TestCase
6 changes: 0 additions & 6 deletions tests/Util/XMLTest.php
Original file line number Diff line number Diff line change
@@ -9,12 +9,6 @@
*/

/**
* @author Mike Naberezny <mike@maintainable.com>
* @author Derek DeVries <derek@maintainable.com>
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.3.0
* @covers PHPUnit_Util_XML
*/
4 changes: 0 additions & 4 deletions tests/_files/Author.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* An author.
*
* @author Bernhard Schussek <bschussek@2bepublished.at>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.6.0
*/
class Author
4 changes: 0 additions & 4 deletions tests/_files/BankAccount.php
Original file line number Diff line number Diff line change
@@ -15,10 +15,6 @@ class BankAccountException extends RuntimeException
/**
* A bank account.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 2.3.0
*/
class BankAccount
4 changes: 0 additions & 4 deletions tests/_files/BankAccountTest.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* Tests for the BankAccount class.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 2.3.0
*/
class BankAccountTest extends PHPUnit_Framework_TestCase
4 changes: 0 additions & 4 deletions tests/_files/BankAccountTest.test.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* Tests for the BankAccount class.
*
* @author Sebastian Bergmann <sebastian@phpunit.de>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 2.3.0
*/
class BankAccountWithCustomExtensionTest extends PHPUnit_Framework_TestCase
4 changes: 0 additions & 4 deletions tests/_files/Book.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* A book.
*
* @author Bernhard Schussek <bschussek@2bepublished.at>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.6.0
*/
class Book
4 changes: 0 additions & 4 deletions tests/_files/ClassWithToString.php
Original file line number Diff line number Diff line change
@@ -11,10 +11,6 @@
/**
* A class with a __toString() method.
*
* @author Bernhard Schussek <bschussek@2bepublished.at>
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
* @link http://www.phpunit.de/
* @since Class available since Release 3.6.0
*/
class ClassWithToString