-
## Coverage driver
Để generate coverage report bằng PHPUnit, cần có [coverage driver](https://github.com/sebastianbergmann/php-code-coverage/tree/master/src/Driver):
![image](https://user-images.git…
-
# Bug report
Another case where `readonly` properties need to be assignable outside of the constructor: Extending Exceptions. Following on from #6562.
### Code snippet that reproduces the probl…
Crell updated
2 months ago
-
Many CI workflows configure the workspace environment before executing. This Github Action works in a way that completely isolates the test runner from the environment, by running your tests in its ow…
-
### Expected behavior
Unit testing will pass.
### Actual behavior
Unit testing fails.
### Steps to reproduce actual behavior
```
composer qa:test
```
Test result outputs errors lik…
-
Hello!
I'm running Laravel under Docker in my local environment, but use the `sail` to interact with the container.
Can you please have this plugin automatically detect and use sail? I believe t…
-
Error:
```
core_calendar\container_test::test_delete_module_delete_events Error: Class 'block_deft\janus_room' not found
```
Environment details:
```
Moodle 4.1.8+ (Build: 20240125)
Php: 7.4.…
-
On a separate note, is it possible to configure this plugin to use remote PHP contained in a docker container, instead of local installation? This would solve my problem with a different approach.
-
I would like to build a tool that would allow me to use `PHP` code to create/update/delete any files and folders and execute commands in a specific directory.
```php
-
Hi, I'm a bit new to GitHub Actions and I'm using the composer version to include PDO as well as PHPunit in my .yml
I get this error when I run my Github Action:
```
13) App\test\model\ProductTest:…
-
- VSCode Version: 1.60.1
- Local OS Version: macOS 11.5.2
- Name of Dev Container Definition with Issue: PHP
Hello,
i'm using this container with the following config (`devcontainer.json`):
…