Skip to content

Commit

Permalink
Closes #3123
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Nov 19, 2018
1 parent f5e5add commit f9abc79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
1 change: 1 addition & 0 deletions ChangeLog-8.0.md
Expand Up @@ -11,6 +11,7 @@ All notable changes of the PHPUnit 8.0 release series are documented in this fil
### Removed

* Implemented [#2762](https://github.com/sebastianbergmann/phpunit/issues/2762): Drop support for PHP 7.1
* Implemented [#3123](https://github.com/sebastianbergmann/phpunit/issues/3123): Remove `PHPUnit_Framework_MockObject_MockObject`

[8.0.0]: https://github.com/sebastianbergmann/phpunit/compare/7.5...8.0.0

16 changes: 0 additions & 16 deletions src/Framework/MockObject/ForwardCompatibility/MockObject.php

This file was deleted.

5 changes: 2 additions & 3 deletions src/Framework/MockObject/MockObject.php
Expand Up @@ -7,6 +7,7 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace PHPUnit\Framework\MockObject;

use PHPUnit\Framework\ExpectationFailedException;
use PHPUnit\Framework\MockObject\Builder\InvocationMocker;
Expand All @@ -17,10 +18,8 @@
* MockBuilder.
*
* @method InvocationMocker method($constraint)
*
* @deprecated Use PHPUnit\Framework\MockObject\MockObject instead
*/
interface PHPUnit_Framework_MockObject_MockObject /*extends Verifiable*/
interface MockObject /*extends Verifiable*/
{
/**
* @return InvocationMocker
Expand Down

0 comments on commit f9abc79

Please sign in to comment.