-
I have a small PHP class which is fully tested but atoum only report 88% of coverage.
For two functions that uses the new variadic syntax for functions (ie the `...` operator) the function signature …
-
Hi,
Today I speak with continuousPHP, and one of the thing they find annoying is the way we actually configure atoum. For them, it could be better if we can provide a configuration that is not a php f…
-
We are getting this deprecation since upgrading to twig 1.27.
> The Twig_TokenStream::getFilename() method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instea…
-
Adding a note or a warning to help people who would like to follow the [first steps](http://docs.atoum.org/en/latest/first_test.html) with atoum that if they try with an ide, the will have warning. So…
-
There is no tag since the https://github.com/atoum/visibility-extension/commit/26874e7d608dec40abbe0c686c4dec8c55648d22 commit, that allows the new method of adding extensions to the runner.
So we ca…
-
We should document the fact that assertion without required argument do not either require parenthesis. For example:
``` php
-
For the moment, `atoum/autoloop-extension` is used in the standard edition.
But this will cause some problems :
- the extension requires henrikbjorn/lurker. This package will not work with symfony 3…
-
Creating a tag and add the package to packagist could be usefull.
Also, maybe the project could be move to the atoum organisation ?
-
| | |
|---------------|--------------|
| atoum version | `2.8.2` |
| PHP version | `PHP7.0.9` |
| xDebug | not loaded |
We are huge fan of [ext-ds](http://…
-
Hi,
I just update to Symfony 2.8 and i have a bug with the WebProfiler.
I can access to my web page but the profiler wont load and throw this error:
_Neither the property "redirect" nor one of …