Skip to content

Commit

Permalink
#3120 corrected Stub reference: was pointing to method instead of c…
Browse files Browse the repository at this point in the history
…lass stub
  • Loading branch information
Ocramius authored and sebastianbergmann committed Sep 6, 2019
1 parent 508f656 commit fbfdd52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/Framework/TestCaseTest.php
Expand Up @@ -10,7 +10,7 @@
namespace PHPUnit\Framework;

use PHPUnit\Framework\MockObject\MockObject;
use PHPUnit\Framework\MockObject\Stub\Stub;
use PHPUnit\Framework\MockObject\Stub;
use PHPUnit\Runner\BaseTestRunner;
use PHPUnit\Util\Test as TestUtil;

Expand Down

0 comments on commit fbfdd52

Please sign in to comment.