Results 6 comments of beram

Same behaviour here. For instance ```bash $ cat > test.txt This is a test ^C $ ls -asl "$(PWD)" 4 -rw-r--r-- 1 foo 15 Mar 14 15:57 test.txt $ docker...

To take into account the dynamically defined services, phpstan-symfony use the dumped container. Drupal use a php array dumper because it needs the dynamic part (when installing a module for...

I'm not sure what you do mean here 🤔 Verifying if the controller match the route definition for instance?

For information, I was working on a custom kernel to dump everything: DI container with all the services (public, private), entity mapping, field definitions (to have information about dynamic properties...

@mglaman For the moment the POC for the CI container is just a command line script replacing the main Drupal kernel. For another purpose I also played by totally replacing...

Hello, The tests are failing. Could you check it please?