-
**Composer version 1.3.1 2017-01-07 18:08:51**
My `composer.json`:
```json
{
"scripts": {
"post-install-cmd": [
"./bin/console cache:clear -vvv"
],
"post…
-
Is it possible to reset the calls count of a mock?
For example, I'd like to make sure a request call is cached in a function, so if I call this function twice, I should see only 1 mock call:
```…
-
It should be great to have PHP 8 for this extension.
-
PHPUnit recently releases version 8 (which is now the default on Travis CI PHP 7.2 environment). It [introduces "Return Type of Template Methods"](https://phpunit.de/announcements/phpunit-8.html), whi…
phy25 updated
3 years ago
-
**Describe the bug**
Optimized autoload of classes fails in composer version 2
**To Reproduce**
```bash
$ composer --version
Composer version 2.0.8 2020-12-03 17:20:38
$ composer dump-auto…
-
### Apache NetBeans version
Latest release
### What happened
-------------------------------------------------------------------------------
>Log Session: Saturday, February 5, 2022 at 10:42:52 AM…
-
Hello, I'm starting with Atoum i install it on debian 10 with composer.
My PHP Version: 7.3.4
My Atoum Version : 3.3
and I ran unit tests of atoum with the
```bash
vendor/bin/atoum --test-it
`…
Momi3 updated
4 years ago
-
Hello,
I can't find in the documentation a way to call private and protected properties of a tested class.
For methods, I use invoke() over the method, but it seems to me that atoum does not pro…
-
Everything in the following list is under discussion, feel free to send feedback on anything. Additionally, If you see something missing, please tell me.
- [x] Require a higher PHP version (at least …
-
```
> There are 49 uncompleted methods:
=> mageekguy\atoum\tests\units\asserters\phpArray::testStrictlyContains() with exit code -1:
==> output(0) ""
=> mageekguy\atoum\tests\units\asserters\php…