-
The [`Prophecy\Util\ExportUtil`](https://github.com/phpspec/prophecy/blob/0f713ca01bfc5d19065596a16435fb75bf007eba/src/Prophecy/Util/ExportUtil.php) class should be replaced by [`sebastianbergmann/exp…
-
I have the problem with a LogicalNot mutation. I wrote a test using prophecy to cover this mutation, but Humbug doesn't see that the mutation is covered. When I'm applying the mutation manually the te…
-
See: https://github.com/phpspec/prophecy/blob/master/src/Prophecy/Doubler/Generator/ClassMirror.php#L106
What is the reason for this?
-
In gitlab by @joao.m.neto on Mar 17, 2017, 11:00
Add Support to Black Vein Prophecy
-
Hi,
Since PHPUnit dropped phpspec/prophecy from its dependencies (https://github.com/sebastianbergmann/phpunit/issues/5033), the following error is triggered when running the testsuite with latest …
-
When a prophecy is used in the same method, the plugin seems to help PhpStorm understand that the return types of the mocked object are actually returning method prophecies, as autocomplete works fine…
-
https://travis-ci.org/github/wikimedia/composer-merge-plugin/jobs/753625955
```
> phpunit --log-junit=reports/unitreport.xml --coverage-text --coverage-html=reports/coverage --coverage-clover=repo…
reedy updated
2 years ago
-
Following issue #29, also support
- Argument::type('null')
- Argument::exact
- Argument::is
for magic Prophecy methods
-
Hi. I am trying to set up a basic app to try this utility, and once I run it I get this error:
``` actionscript
´TypeError: Error #1034: Type Coercion failed: cannot convert to robotlegs.starling.ex…
-
When a Double object is cloned, the attached promises won't be cloned. Therefore the two objects are stitched together.
The example below demonstrates the problem.
```php