-
running phpunit on https://github.com/rectorphp/rector-phpunit/commit/8a1a1637ea4c39ff1fdbcdb3671beddbd5108978 I get errors like on my mac
```
➜ rector-phpunit git:(main) vendor/bin/phpunit
PHP…
-
**when run exec Callbacks**
**code:**
```
$cmd = "PACFILE=/var/www/deploy-web/.pac/config-staging.sh pac deploy run";
$ssh->exec($cmd, function ($message) {
echo $message;
});
```
**resul…
-
| Q | A
| --------------------| ---------------
| PHPUnit version | 10.0.14
| PHP version | 8.2.3
| Installation Method | Composer / PHAR - both
#### Summary
…
-
Observed: https://github.com/GCTC-NTGC/gc-digital-talent/runs/7732027457?check_suite_focus=true
```
Run vendor/bin/phpunit --verbose
PHPUnit 9.5.21 #StandWithUkraine
Runtime: PHP 7.4.30
Configu…
-
## Description
A PHP notice appears after the **Install demo content** step on Apigee Kickstarter
## Steps to Reproduce
Steps to reproduce the behavior:
1. composer create-project apigee/devport…
-
### Description
For example, now date in my computer `28-03-2023 10:00` (d-m-Y H:i). I will set `$tanggal` with format `m-d-Y H:i` and add 5 days from now will result `04-02-2023 XX:XX`.
The follo…
-
| Q | A
| --------------------| ---------------
| PHPUnit version | 10.0.16
| PHP version | 8.2
| Installation Method | Composer
#### Summary
Output with displa…
-
### Feature Request
| Q | A
|------------ | ------
| New Feature | yes
| RFC | yes
| BC Break | no
#### Summary
Might be a dupe of #5960
Using Symfony. I s…
-
Curious, what are your thoughts about implementing the standard `describe` blocks?
Ala?
https://jestjs.io/docs/en/api#describename-fn
Example
```php
describe('my block', function() {
t…
-
Hi, I'm currently on 07c279b and my suite is warning me with:
```
There was 1 PHPUnit test runner warning:
1) Test results may not be as expected because the XML configuration file did not pass…