-
Managing PHPUnit compatibility is a real nightmare
Most often, PHP extensions use .phpt file instead of phpunit test case
For now, we are unable to run test suite with PHP 8 because of phpunit
…
-
**Describe the bug**
Automated tests have been failing the past couple days. It seems like it is just two test cases:
```
There were 2 errors:
1) Drupal\Tests\farm_location\Functional\Location…
-
With the removal of --printer, using PHPUnit with Eclipse has been broken. This isn’t your problem but I’ve been considering a solution. It seems that currently there isn’t a way to provide PHPUnit wi…
-
**Description:**
Hello,
I've been using the PHPUnit Test Explorer extension with VSCode and noticed that when running tests, the --teamcity command-line argument is automatically appended to the…
-
> 1x: The "Zalas\Injector\PHPUnit\TestListener\ServiceInjectorListener" class implements "PHPUnit\Framework\TestListener" that is deprecated Use the `TestHook` interfaces instead.
>
> 1x: The "…
-
I have the `phpunit.xml` file not in the root directory, but inside a custom subdirectory and the fun fact is that until few weeks ago the extension was able to detect it and list all the tests. Howev…
-
C:\xampp\htdocs\sites\yii2-shop>composer require --prefer-dist pheme/yii2-settin
gs "*"
./composer.json has been updated
Loading composer repositories with package information
Updating dependencie…
-
Typing this command `$ vendor/bin/phpunit -c tests/phpunit.xml` in my console, outputs :
```
PHPUnit 3.7.38 by Sebastian Bergmann.
Configuration read from tests/phpunit.xml
PHP Fatal error: D…
-
- phpunit/phpunit 3.7.x-dev requires ext-dom \* -> the requested PHP extension dom is missing from your system.
apt-get install php7.0-xml solves this issue
so min requirements needs xml added k tha…
-
### Setup
- SMW version: 3.2.2
- MW version: 1.34
- PHP version: 7.3
- DB system and version: percona 5.7
### Issue
Attempting to run the unit tests in MediaWiki results in an error:
``…