-
Latest release of php (8.3), installing swoole extension broke the running of [composer](https://getcomposer.org/) to create project or install dependencies. Downgrading to php 8.2 works.
1. What …
-
## Version
- Carbon Fields: 3.3.2
- WordPress: 5.9.1
- PHP: 8.1.2
## Expected Behavior
No warnings
## Actual Behavior
```
Deprecated: Return type of Carbon_Fields\Pimple\Container:…
-
I'm attempting to test a brand new controller in lumen, it'a suposed to receive only a json input. If I use "call" or "json" function in my test file I'm unable to retrieve the data from the post.
…
-
### Steps to reproduce
What did you do?
Providing environment variables with vlucas/phpdotenv
Autoloading .env file similar to [drupal-composer/drupal-project](https://github.com/drupal-composer/…
-
**Problem Description:**
After updating to Blitz version 4.9.0, I am encountering an issue with Blitz. When attempting certain operations, the following error is generated:
Can anyone help me …
-
It seems like [Laravel Console Tests](https://laravel.com/docs/10.x/console-tests#input-output-expectations) are not supported. E.g. the function `Laravel\Prompts\search` seems to be just blocking the…
-
**Describe the bug**
The workflow runs some checks and tests using this action in version 2. Because other services are used, some environment variables are defined in the github workflow which shoul…
-
### Description
We're currently running a site on Craft version `3.3.4.1` and are updating to `3.5.8`. However, we're receiving this error in our staging environment:
```
Warning: require_once(//…
-
| Q | A
| --- | ---
| ParaTest version | 6.8.1
| PHPUnit version | 9.5.28
| PHP version | 7.4.30
#### Summary
I am testing out a very simple phpUnit test.
```php
public function testAppE…
-
Is there a way to not override PHP's super global constant $_SERVER with the contents of the library?