-
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,
If I use "console write" in objects of `Zend\Mvc\Console\Controller\AbstractConsoleController`, when testing, it outputs the content and `assertConsoleOutputContents` don't recognize the output.
…
-
Despite composer have
```
"require": {
"php": ">=5.6"
},
```
```
$ php80 /usr/bin/phpunit9 --verbose
PHPUnit 9.5.21 #StandWithUkraine
Runtime: PHP 8.0.21RC1
Configuratio…
-
## Introduction
This is about the JSON assertions.
After looking at the official PHPUnit doc, it doesn't provide related JSON assertions.
Perhaps we can consider implementing following JSON a…
-
Version 11 has been [released](https://phpunit.de/announcements/phpunit-11.html) so we should add compatibility.
Possibly its as easy as just allowing `^11.0` without any further changes? :thinking…
-
#### What are you trying to achieve?
I have those tests scenarios inside a Cest:
```php
-
```
What steps will reproduce the problem?
1. Go to the directory where the phpunit.xml file is stored
2. type in "phpunit"
What is the expected output? What do you see instead?
Expected: The typica…
-
https://github.com/Astrotomic/stancy-laravel-demo
The demo app should show the basic features and in best case contain some integration tests using [spatie/phpunit-snapshot-assertions](https://gith…
-
Full error:
```
root@061f555b1326:/var/www/vanilla-moodle-39# vendor/bin/phpunit --testsuite='tool_trigger_testsuite' --filter='test_execute'
Moodle 3.9.11+ (Build: 20211112), 530c2ac613376fd5f4b…
-
I have a class named `Foo` which has two methods `bar()` and `baz()`:
``` php