-
-
I'm thinkink to implement a enhacement to PDepend Pligin. It could be interesting to show PDepend Summary, Chart and Pyramid in Build View.
The idea is create new plugin to implement this features bu…
-
The current implementation of getStatusCodes in YiiKernel only supports 503, 302, and 200 status codes. If you want to test other status codes returned by the controller under test, you can't do it b…
-
At the moment when viewing the report at /mod/checklist/report.php you get a page size of 30. This can be overridden using a query param but this is lost when you click on anything. Some idea:
* [ …
-
We want automated testing to make core and contrib updates easier
-
**Is your feature request related to a problem? Please describe.**
As a deployment architect, i want to connect different components of my deployment workflow without PHP coding.
**Describe the …
-
-
Is there any way to run tests on multiple devices using an array from the config file or from any other file from the project rather than using .env file variables?
-
I could not get my test to work when using the dragTo implementation in the Selenium2Driver, but this worked:
``` php
private function performDragAndDrop(Element $element, Element $dropZone)
…
-
To recreate spin up a Drupal 10 instance, download the project_browser module and run the test:
```
$ cd web
$ composer require drupal/project_browser:1.0.x-dev@dev
$ lando phpunit --group proje…