docker-phpqa icon indicating copy to clipboard operation
docker-phpqa copied to clipboard

Docker tools to easily create and run tests for the PHP-SRC

Results 8 docker-phpqa issues
Sort by recently updated
recently updated
newest added

I have a custom extension I wanted to test. I wonder is it in scope for this project to test things not available in PHP? I derived a docker file...

In order to test all things, we need to add php extensions, like gd, to build and run tests

enhancement

I'd like to request that gcov be compiled to each of the versions in the docker container , so that users can validate their tests are providing coverage for the...

`phpqa generate /path/to/phpt/dir -f %function_name% -bug %#bug_number%` ``` --TEST-- %#bug_number% --CREDITS-- --FILE-- --XFAIL-- # the reason --EXPECT-- ```

PoC to print DIFF after running suit for a single file to make debugging easier.

enhancement
help wanted

Since we are releasing frequently we need to implement a version command to easily inform to the user the version that it has installed. This will help when users are...

enhancement

We should review how we display the help message. It does not contain all possible options (for example it is missing help) and it is also too long. Maybe creating...

enhancement
help wanted
documentation

When tests fails the suite generates a .php file of the code to be executed. Would be great to be able to debug such file and improve bug reports or...

enhancement