-
Has there been any thought of creating a class extending PHPUnit_Framework_TestCase that provides the same Selenium RC API as PHPUnit's SeleniumTestCase extension. Not all the APIs have to be implemen…
daluu updated
8 years ago
-
I have not been able to create a working example for this on the PHPStan playground as this bug involves PHPUnit and the phpstan-phpunit package.
We have a class with a generator function that look…
-
When using ${workspaceFolder} in settings.json it looks to be equating to "/ ./" even when set within settings.json, meaning that the below setting prepend "/ ./" to the paths for phpunit and our arg…
-
First of all, thanks for creating this docker image. I ran into an issue where locally running **phpstan** using phpqa was returning a different result from the github workflow shivammathur/setup-php …
-
In my experience, you can see a PHPUnit error about MediaWiki's Bootstrap Config if you inadvertently do not have MediaWiki's composer require-dev packages installed -- because then you can't run PHPU…
-
#### System info:
OS: Macos Mojave 10.14.3 18D109
VSCode 1.31.0 (1.31.0)
VSCode extension vscode-gtm 0.2.0
```shell
$ git --version
git version 2.19.2
$ gtm --version
v1.3.5
```
###…
-
I want to use *Tx_PtExtbase_Tests_Unit_AbstractBaseTestcase* for my extbase extension unit tests too but I'm struggling to:
a) execute the pt_extbase unit tests
b) execute unit tests of my extension…
-
I installed library from markeplace on vscode and I have trouble with this extension. Vscode version: Version: 1.86.0, vscode-phpactor version: 1.3.0 I am getting this error when hovering on some buil…
-
Repost from https://github.com/squizlabs/PHP_CodeSniffer/issues/3395:
> As I've been seeing new issues popping up elsewhere with some of the recent changes in PHP 8.1, I had a look at the latest te…
jrfnl updated
9 months ago
-
Your project is very interesting. :+1:
What about code coverage? Does it work like for a regular Symfony `WebTestCase`? If not, is that a panned thing or is it not feasible?
Thanks!