-
-
I was thinking today it would be awesome to have a strong test suite. I think PHPUnit is a good framework for our tests (at least, the best known). Travis CI could be used as continuous integration pl…
-
This is just my opinion, but it seems confusing that `$this->newTestedInstance` has an effect inside`given()`, even though it's just a property access rather than a function call, and the documentatio…
-
Hi,
I have a problem with my tests:
![atoum](https://user-images.githubusercontent.com/1501825/29881007-a77abb7a-8da9-11e7-9133-5e6067117691.png)
3 methods have a PHP error ( calling a method o…
-
When running Kitab with the PHAR, a warning is transformed into a fatal error:
```sh
$ ./kitab.phar test src
PHP Fatal error: Uncaught mageekguy\atoum\exceptions\runtime: Unable to configure run…
-
I think that switches passed on CLI should take the priority over those in configuration file.
Relates To #242 (as a side-effect example of giving priority to .atoum.php file)
-
I know this is my opinion, but I find the center-alignment of the help text options (when running `atoum --help`) difficult to read. It's also a pattern I've never seen in other CLI tools which are ty…
-
Hello,
The doc misses a point on the asserter `exception::isInstanceOf`. The current implementation checks also that the class given as argument is extending the `Exception` class : https://github.…
-
Nous n'avons pas la garantie que le dev utilise le docker et son atoum, tout comme nous n'avons pas la main sur la version du CI et ça pourrait nous poser des problèmes car nous chercherions des probl…
-
When you run the command without arguments, you get an error
> $ vendor/bin/hoa
> Hoa\Dispatcher\ClassMethod::resolve(): (0) Class Hoa\Cli\Bin\Welcome is not found (method: GET, asynchronous: false…