-
Hey there and thanks for CaS, it's a little tool I love (and believe it should be part of PHPUnit's core).
I just had some problems getting the listener to work with Travis CI. Usually paths like `sr…
-
EDIT: this issue was created for SemanticDrilldown extension. There:
Steps to reproduce:
- clone SemanticDrilldown repo
- `git submodule init`
- `git submodule update`
- `make ci`
-
**Describe the bug**
In Distributor, I am attempting to mock a function to return an empty array:
https://github.com/10up/distributor/blob/74ba9c5110de1dfa3415e76eab7d7ffc87b19e49/tests/php/Subscr…
-
Hi,
Phpunit 4.6.9 is not working with ubuntu 14.04, this is the error:
```
RUNNING PLUGIN: php_unit
PHP Fatal error: Class PHPUnit_Util_Log_TAP contains 1 abstract method and must therefore be decl…
-
### Describe your feature request
Setup the Pest plugin on a Bedrock WordPress using the command line `vendor/bin/wp-pest setup plugin --plugin-slug=mop-buzzwoo.php` seems to work (except it is creat…
-
Is there some way to get around this?
```
phpdbg -qrr -d zend.enable_gc=0 bin/phpunit -c ./phpunit.xml.dist --coverage-clover=./coverage.clover src/
```
```
[PHP Warning: include(/home/scrutinizer/…
-
```
There was 1 error:
1) SomeTestCase::testMethod
PHPUnit_Framework_Exception: [Exception]
Serialization of 'Closure' is not allowed
Caused by
exception 'ErrorException' with message 'unserialize…
-
Hello,
I know one should use `./phpunit` (hence `simple-phpunit`) for the tests, but actually I don't have the possibility to use it, so I run the tests by executing `phpunit`. I can't use `simple-…
-
protected function storeClientId($clientId) function will write directly to response header.
if not treated well it will make phpunit with header or mockup header failed saying.
Cannot modify header …
-
The only thing that was missing for the build of PHPUnit's PHAR to become reproducible was to set the timestamps of the files in the PHAR to a consistent date.
I have implemented that in https://gi…