-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
type/backward-compatibilitySomething will be/is intentionally brokenSomething will be/is intentionally brokentype/bugSomething is brokenSomething is broken
Description
Q | A |
---|---|
PHPUnit version | 8.4.0 |
PHP version | 7.3.9 |
Installation Method | Composer |
Summary
1) Chubbyphp\Tests\Mock\MockByCallsTraitTest::testInterfaceWithToManyCalls
Error: Call to undefined method Mock_SampleInterface_8dc42d9c::__phpunit_getInvocationMocker()
/vagrant/chubbyphp-mock/tests/MockByCallsTraitTest.php:152
2) Chubbyphp\Tests\Mock\MockByCallsTraitTest::testInterfaceWithToLessCalls
Error: Call to undefined method Mock_SampleInterface_8dc42d9c::__phpunit_getInvocationMocker()
/vagrant/chubbyphp-mock/tests/MockByCallsTraitTest.php:187
Related to: #3849
Other vendors with issues:
Previous Behavior
tests are up and running
Current Behavior
tests are broken as mentioned
How to reproduce
git clone [email protected]:chubbyphp/chubbyphp-mock.git && cd chubbyphp-mock && composer install && vendor/bin/phpunit
Metadata
Metadata
Assignees
Labels
type/backward-compatibilitySomething will be/is intentionally brokenSomething will be/is intentionally brokentype/bugSomething is brokenSomething is broken