-
I have a module that registers a frontend event "controller_action_predispatch_wishlist_index_send"
Steps to reproduce:
1. $this->dispatch('/);
2. $this->dispatch('wishlist/index/send');
3. Event con…
amenk updated
11 years ago
-
| Q | A |
|---------------------|----------|
| PHPUnit version | 11.3.0 |
| PHP version | 8.3.10 |
| Installation Method | Composer |
#### Summary
`a…
-
I have some problems to use Hamcrest in combination with PHPUnit. I loaded phpuNit 7.0 and hamcrest-php (dev-master) with composer. The environment is PHP 7.2.
And then I build this first test:
…
-
| Q | A
| --------------------| ---------------
| PHPUnit version | 9.5.23
| PHP version | 8.2.16
| Installation Method | Composer / PHAR
#### Summary
we tr…
-
I try to launch MutaTesting but it doesn't work :
php mutatesting.phar phpunit /home/xxx/php-mime-mail-parser/vendor/bin/phpunit /home/xxx/php-mime-mail-parser/test/eXorus/PhpMimeMailParser/ --report-…
-
I found a PHP5 incompatibility when writing tests for a caching library and boiled it down to this test:
```
vagrant@precise64:/vagrant$ cat test.php
-
On Windows, running `./vendor/bin/phpunit --exclude-group inputvalidators --bootstrap vendor/autoload.php tests` on Windows results in six test failures ("Tests: 42, Assertions: 52, Errors: 2, Failure…
-
**Preconditions (*)**
In Magento 2.3.2 opensource version & 2.3-develop too, run unit tests with the fresh installation.
**Steps to reproduce**
In Magento 2.3.2 opensource version, run unit test…
-
The `Exporter` that provides text representation of arguments and assertions. There are, however, really big objects which are not practical to be displayed (e.g. Doctrine entities, Phpstan test case …
-
I am using guard-phpunit2 with GNTP.
Even when some tests failed, Growl says like:
```
4 tests, 0 failures in 0 sec
```
The failure count is always zero, while the terminal shows the correct result…
harai updated
10 years ago