-
Hello,
I'm having a extrange behavior using the filter –directories in a directory.
If I have more than 11 files the atoum commands exits without reason and output. If I have 11 or less files t…
-
check if we need to add `replace: { "atoum/atoum": "self.version" }` in the standard-edition composer.json
-
Add link between configurations files & cli options
we should also link betxween -ncc && $script->disableCodeCoverage()
So in cli option (source/en/option_cli.rst) and configuration (source/en/c…
-
The following issue is a translation (from french) of a very old (one year old) mail that I wrote to @mageekguy.
He never respond to me, but, maybe I'll get a discussion about that, here...
Code cove…
-
-
Hello,
\mageekguy\atoum\asserters\constant::setWith
we don't chack that the given value is a constant. for me we should have something like this
instead of
```php
$this->constant(PHP_VERSION)->…
-
We need to take github as repositories source.
-
I am using Glpi with PHP Storm IDE and composer is still installed on my system.
GLPI always asks `Run "composer install --no-dev" in the glpi tree.` because of the missing *composer.hash* file ...…
-
Hey :-),
I would like to make a new proposal.
### Currently
atoum uses the name of the test suite (i.e. a class name of kind `foo\test\unit\bar\baz`) to deduce the name of the SUT (i.e. resp.…
Hywan updated
6 years ago
-
I can figure out why composer autoload script is not used while it is explained in the doc http://docs.atoum.org/fr/latest/configuration_bootstraping.html#autoloader-file
Here are 2 examples :
`ph…