-
Currently, at least 30 classes of atoum use an `atoum\adapter` instance to mock native PHP function in tests.
But we have now a more powerful tool in atoum to do this job, aka `$this->function`.
So, w…
-
There is a problem with the new version of Symfony and the AtoumBundle.
When I tried to launch a basic functional test, I had the following error :
```
==> Error CATCHABLE FATAL ERROR in /home/mguyo…
-
```
./node_modules/atoum.js/bin/atoum -d tests --loop --coverage --coverage-dir=coverage
...
Code coverage report was generated in /media/data/dev/LSDManager/covershot
```
WTF ?
-
The report generated by covershot is empty, there all html content of html but not the content of the report.
```
node_modules/atoum.js/bin/atoum -d node_modules/noder/tests --coverage=true --coverag…
-
```
./node_modules/atoum.js/bin/atoum -h
[TypeError] Converting circular structure to JSON
TypeError: Converting circular structure to JSON
at Object.stringify (native)
at /media/data/dev/LSDM…
-
Hello,
Example :
I have have an array of (more or less) randomly required stuff :
``` php
$news['results']
```
I'd like to test if one of them as a ['title'=>'Foo']
Is there an easy way to do thi…
-
``` -------------------------------------------------------------------------------
>Log Session: Wednesday, October 22, 2014 11:38:11 AM YEKT
>System Info:
Product Version = NetBeans IDE 8…
-
I was working on integrating instrumentation to atoum and find a bug when instrumenting classes.
Given the following class:
``` php
-
The base test class could have annotations to help IDEs autocomplete asserters etc.
The aws php sdk does the same thing as it also uses __call (guzzle thing). https://github.com/aws/aws-sdk-php/blob/…
-
Hi,
I discover Skriv though Atoum doc.
I do not want to juge the quality of Skriv ML but give an advise :
I don't think it could survive without users and the best way to reach them is making it compa…