-
Hi, updated from 3.2.2 to 3.4.2.
`/srv/.vscode/settings.json`
``` json
{
"phpunit.phpunit": "/srv/api/bin/phpunit",
"phpunit.args": [
"--configuration /srv/api/phpunit.xml.dist…
-
Generally speaking PHPUnit looks for tests in files named `*Test.php`, which conventionally means the classes should be named `*Test`. Additionally I believe it is recommended/required (I cannot find …
-
Following this step:
> Navigate to **plugin folder** (`$ROOT/wp-content/plugins/`) and install composer dependencies:
>
> ```bash
> composer install
> ```
I'm getting following error:
``…
-
Hello,
Working on my project BOX Manifest and [wanted](https://github.com/llaville/box-manifest/issues/14) to migrate from PHPUnit 10 to 11, I've noticed that [include uncovered files](https://docs…
-
Hi,
For IDEs to be able to provide autocompletion for a library compiled as a PHAR, they must be able to include it's content, which is only possible if the PHAR file has the `.phar` extension.
…
-
### Environment
#### Package
show
```
$ composer show --latest gedmo/doctrine-extensions
name : gedmo/doctrine-extensions
descrip. : Doctrine behavioral extensions
keyword…
-
### Environment
#### Package
show
```
name : gedmo/doctrine-extensions
descrip. : Doctrine behavioral extensions
keywords : Blameable, behaviors, doctrine, extensions, gedmo, loggabl…
-
My phpunit.xml:
```
./app
./tests/Unit
./tests/Feature
```
…
-
If I try to execute
```paraunit run --testsuite=functional --chunk-size=5```
then paraunit exits with no test executed.
With the `--debug` flag it prints
```
PROCESS STARTED: /app/phpuni…
-
### Setup
- SMW version: 4.1.3
- MW version: 1.39.8
- PHP version: 7.4.3-4ubuntu2.23
- DB system (MySQL, Blazegraph, etc.) and version: Amazon Aurora MySQL 5.7.12
### Issue
When running `c…