-
Just trying to run my phpunit tests through Mink and Zombie driver. Here is my config
``` php
array(
'driver' => 'zombie',
// Defaults for this driver
'port' => …
-
I noticed PR #10 which is sort of about the same, though it would inhibit the tests from being run on PHP 5.6, which is still listed in the Travis script.
The short of it is that it will be neigh i…
jrfnl updated
10 months ago
-
| Q | A
| --------------------| ---------------
| PHPUnit version | 11.1.3
| PHP version | 8.3.1
| Installation Method | Composer
#### Summary
If test case has …
-
Hey, I'm having trouble running the tests on DDEV Mautic. Web works no problem
Adres IP kontenera db to 172.20.0.2
![image](https://user-images.githubusercontent.com/39382654/171829432-7f8cbf4c-…
-
Looking at our tests, they are ALL unit tests.
There is really no point in loading in all of `codeception` module if we are using only simple assertions.
`phpunit` weighs so much less and is not muc…
-
Hi.
Let say I want to use assertion `assertArrayEqualsNoOrder`.
In example, there is in-place example to execute `PHPUnit_Extensions_Assert_More::assertArrayEqualsNoOrder(....)`
yet, that means I n…
-
The plugin fails one of the core Moodle tests. Tested in Moodle 3.9. See below.
```
There was 1 failure:
1) core_requirejs_testcase::test_requirejs
Failed asserting that '/var/www/moodle39/fi…
-
I have a module that registers a frontend event "controller_action_predispatch_wishlist_index_send"
Steps to reproduce:
1. $this->dispatch('/);
2. $this->dispatch('wishlist/index/send');
3. Event con…
amenk updated
11 years ago
-
Add email assertions to Laravel 5 module.
Idea for implementation came from https://laracasts.com/series/phpunit-testing-in-laravel/episodes/12. Will work with all default mail transports in Laravel…
-
| Q | A
| --------------------| ---------------
| PHPUnit version | 8.1.6, but presumably since 8.1.4
| PHP version | 7.2
| Installation Method | PHAR
(Filed becau…