-
Is it possible to allow/support also
- https://github.com/phpstan/extension-installer
- https://github.com/symplify/phpstan-rules
Refs https://github.com/cakephp/cakephp/pull/17448
We curren…
-
refs https://sourceforge.net/p/semediawiki/mailman/message/36028997/
First of all, it is delight to have such simple setup by just running the VM without having to deal with all the vagrant, ansibl…
-
(I've copied this issue from https://github.com/sebastianbergmann/phpunit/issues/599)
I am running PHPUnit 3.6.11 with Selenium tests included. Sometimes I forget to start the Selenium server. If I r…
-
Hi :-)
I really love symfony/flex. I use it a lot on other projects. Currently I'm maintaining a legacy project (started with Symfony 2.3 :partying_face: - now Symfony 4.4, currently updating to 5…
-
How should we do `phpunit` tests for extensions? I set up [an example](https://github.com/wikipathways/mediawiki-extensions-WikiPathways-GPMLConverter/blob/feature-proposal/tests/phpunit/ConverterTest…
-
PHPUnit 10 has recently been released and it includes improvements to the testing framework along with a new Event system. Unfortunately, it also brings along a breaking change that causes this librar…
-
Hi
I have an issue when launch my first test
./vendor/bin/phpunit tests/
PHP Fatal error: Class 'PHPUnit_Framework_TestCase' not found in /Users/testIntuitive/vendor/laracasts/integrated/src…
spham updated
4 years ago
-
At the moment we can only specify custom parameters in the XML config. I propose we also allow specifying the same on the command line. Of course, the naive solution presents a problem where extension…
Bilge updated
3 months ago
-
Hi, I don't understand why for every test I run, I get the error message :
OR Server Exception: sessionId led to start new browser session: Error while launching browser doesn't exist; perhaps this s…
-
Hello,
I am using your code sample:
````
require_once('PHPUnit/Extensions/AppiumTestCase.php');
require_once('PHPUnit/Extensions/AppiumTestCase/Element.php');
class MySuperTests extends PHPUn…