-
It's testing time again here in the DDEV factory. We love community help with every item that is interesting or relevant to you, and just *using* the release candidates is hugely helpful, because you …
-
Currently the test runner is mostly written in node. We could write it in full PHP, this would have the following benefits:
- lighter docker image: only php has to be embeded
- easier contribution f…
-
phpstan/phpstan is not scoped through the scoper project and it is declared as a dependency of the `rector/rector` package. But the `phpstan/phpstan` package is still committed in https://github.com/r…
-
## Nossa empresa
Somos um grupo de empresas de tecnologia, nascido no interior do Paraná, com mais de 20 anos de experiência em desenvolvimento de software voltado para soluções de grandes empresas…
-
Php is dockerized in it's container:
```
PHP 8.1.1 (cli) (built: Dec 18 2021 01:38:53) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.1.1, Copyright (c) Zend Technologies
with Xdebug v3.1.1…
-
Ran into a problem where I was having trouble running some tests in Drupal. Tracked down this stack exchange article.
https://stackoverflow.com/questions/56674749/failing-drupal-8-functional-tests-on…
-
## What problem does this address?
I need to increase the `max_upload_filesize` and I can't find how to edit the php.ini. I've tried to edit the `~/.wp-env/{HASH_OF_MY_PROJECT}/Dockerfile` by addin…
-
In my local project the paths is src/ but in docker it is mounted as /var/www/html/.
```yml
volumes:
- ./src/:/var/www/html/:rw
```
When the test is launched it runs as "src/tests/Unit/…
-
## What problem does this address?
Running WP-CLI commands is relatively slow due to Docker and the container not being automatically started. Consider the following:
```
$ time npx wp-env ru…
-
### Laravel Version
10.8.0
### PHP Version
8.2
### Database Driver & Version
_No response_
### Description
Using `UploadedFile::fake()->image('image.jpg')`. Instead of producing a fake image it…