-
In a fresh Docker container (alpine linux php-fpm 8.0) I executed the following commands :
```
# Install required packages
$ composer require --dev matthiasnoback/live-code-coverage
$ composer re…
-
I think it would be really handy to see the total time taken by all the slow tests, to get a good idea of how useful it would be to speed them up or move them out of the main test suite.
I haven't …
-
I think it would help debugging and configure the runner if it would output a message like `Running testsuite using clever-and-smart` before the actual test suite run so people see immediately that th…
-
### Description
I noticed that something changed between 5.04 and 5.05 that is now causing the `\Cake\Http\Exception\NotFoundException` to use the error500 template instead of the error400 template…
-
I know you can add the annotation to increase the timeout on a per test basis but is there a way to do it on a per test suite basis, for instance I know my integration tests are going to be slow becau…
-
... and use it for "normal" screenshots too.
When taking a screenshot with `$client->takeScreenshot('screenshot.png');` the file is always created in `public`, right? So I'm suggesting to make this…
-
Hi,
I've been following you guide since I'm trying to get my company into TDD. After setting up PHPUnit with Codeigniter a couple weeks ago and running 2 or 3 simple tests everything seemed to be w…
-
Hi,
I am having some difficulty making the PHPUnit_Extensions_Selenium2TestCase class to take a screenshot when a test fails. Here are my system configs:
Linux 2.6.32-279.el6.x86_64 amd64
Selenium v…
-
It looks like Steward starts slowly on Windows.
Linux, native:
```
$ time vendor/bin/steward
real 0m0,096s
user 0m0,061s
sys 0m0,037s
```
Windows, Git BASH, the same machine (bu…
-
```
phpunit::run(--no-fixtures -- --exclude-group=functional,cache,concurrency) {
PHP Fatal error: Declaration of MyBuilder\PhpunitAccelerator\TestListener::endTest(PHPUnit\Framework\Test $test…