Skip to content

Commit

Permalink
Closes #3388
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jan 27, 2019
1 parent fbf5891 commit d73cf44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog-8.0.md
Expand Up @@ -15,6 +15,7 @@ All notable changes of the PHPUnit 8.0 release series are documented in this fil
* Implemented [#3338](https://github.com/sebastianbergmann/phpunit/issues/3338): Deprecate assertions (and helper methods) that operate on (non-public) attributes
* Implemented [#3341](https://github.com/sebastianbergmann/phpunit/issues/3341): Deprecate optional parameters of `assertEquals()` and `assertNotEquals()`
* Implemented [#3369](https://github.com/sebastianbergmann/phpunit/issues/3369): Deprecate `assertInternalType()` and `assertNotInternalType()`
* Implemented [#3388](https://github.com/sebastianbergmann/phpunit/issues/3388): Deprecate the `TestListener` interface
* Implemented [#3425](https://github.com/sebastianbergmann/phpunit/issues/3425): Deprecate optional parameters of `assertContains()` and `assertNotContains()` as well as using these methods with `string` haystacks
* Implemented [#3439](https://github.com/sebastianbergmann/phpunit/pull/3439): Improve colorization of TestDox output
* Implemented [#3444](https://github.com/sebastianbergmann/phpunit/pull/3444): Consider data provider that provides data with duplicate keys to be invalid
Expand Down
3 changes: 2 additions & 1 deletion src/Framework/TestListener.php
Expand Up @@ -10,7 +10,8 @@
namespace PHPUnit\Framework;

/**
* A Listener for test progress.
* @deprecated
* @internal
*/
interface TestListener
{
Expand Down

0 comments on commit d73cf44

Please sign in to comment.