When I run Return
PHPUnit 6.5.3 by Sebastian Bergmann and contributors.
Fatal error: Cannot use PHPUnit\Framework\MockObject\Invocation as Invocation because the name is already in use in C:\wamp64\www\unit\vendor\phpunit\phpunit-mock-objects\src\Matcher\MethodName.php on line 14
Above error I could not find the error where and why ?
The text was updated successfully, but these errors were encountered:
$ phpunit ReceiptTest
PHPUnit 6.5.3 by Sebastian Bergmann and contributors.
. 1 / 1 (100%)
Time: 21 ms, Memory: 4.00MB
OK (1 test, 2 assertions)
sebastianbergmann
changed the title
HPUnit\Framework\MockObject\Invocation as Invocation because the name is already in use Error
PHPUnit\Framework\MockObject\Invocation as Invocation because the name is already in use Error
Dec 10, 2017
Actual class
Test Class
When I run Return
PHPUnit 6.5.3 by Sebastian Bergmann and contributors.
Fatal error: Cannot use PHPUnit\Framework\MockObject\Invocation as Invocation because the name is already in use in C:\wamp64\www\unit\vendor\phpunit\phpunit-mock-objects\src\Matcher\MethodName.php on line 14
Above error I could not find the error where and why ?
The text was updated successfully, but these errors were encountered: