-
Hi.
I installed the version 0.2.0 of aop extension.
I run some phpunit test suite and the process silently crashes at random tests.
If I run the tests one at time, the tests run fine.
No error is repo…
-
When using ${workspaceFolder} in settings.json it looks to be equating to "/ ./" even when set within settings.json, meaning that the below setting prepend "/ ./" to the paths for phpunit and our arg…
-
symfony/phpunit-bridge defines a convention where adding `@group legacy` on a test (either by adding it on the method or on the class as PHPUnit considers that a `@group` added on a class applies to a…
stof updated
9 months ago
-
Salve,
Ho provato a installare questo pacchetto con php 8 e phpunit 9.3.3, ma da un problema di incompatibilita.
` [InvalidArgumentException] …
oixan updated
2 years ago
-
#### What are you trying to achieve?
Trying to use the @depends annotation to cause X test to run before Y test.
Attempting to do so in 4 different formats (based on console output differences)
* t…
-
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
-
### Environment
- [FrankenPHP](https://frankenphp.dev/)
#### Package
show
```
$ composer show --latest gedmo/doctrine-extensions
name : gedmo/doctrine-extensions
descrip. : Doctrine b…
-
We need to patch Yii2 for changes that we need, but isn't accepted upstream.
To do this, we use `cweagans/composer-patches`, and specify the patches that need to be done in our `composer.json` fil…
-
I want to use *Tx_PtExtbase_Tests_Unit_AbstractBaseTestcase* for my extbase extension unit tests too but I'm struggling to:
a) execute the pt_extbase unit tests
b) execute unit tests of my extension…
-
So I was moving to `php-actions/phpunit` since I am also using the composer package from you guys. But when I am running my GA with it my locales is not getting picked while running the tests. Althoug…