-
like we have when we try to use wrong parameter in CLI
```
php mageekguy.atoum.phar --namespace
Error: Argument '--namespace' is unknown, did you mean '--namespaces' ?
```
We can have a proposition
…
-
The look mode aka `--loop` does not work under windows when the php exécutable is in a sub-directory of C:\Program Files\.
The error message is :
```
'C:\Program' n'est pas reconnu en tant que comma…
-
Hello as a beginner Atoum user I'm confronted to a problem. I want to make different assertions depending of the return value of a method.
Here is a quick example :
```
class Armaggedon
{
pr…
-
Bonjour, actuellement en pleine implémentation de tests unitaires avec atoum je rencontre quelques sur certaines classes, d'après mes recherches ce serait lié à l'extension Xdebug, voici ci-dessous m…
-
- i run tests with loop mode
- after results (Success), i rename or delete a test file
- i type [ENTER] to re-run tests:
Error: Unable to add test file '/project/Tests/Units/MyDeletedOrRenamedTest.p…
-
So, the feature is not clear.
Atoum provide an handy way to instantiate a mock from an interface. But when I mock an Interface and then instantiate the mock, If any method expect the interface in it s…
-
Hi,
i've just run the tests and got just one error at the end :
> Running duration: 235.81 seconds.
> Failure (131 tests, 959/959 methods, 0 failure, 1 error, 0 exception) !
> There is 1 error:
> => …
-
If many users launch tests on a single machine, atoum bug.
One user create a file /tmp/atoum.score with his uid/gid.
The second one can't launch atoum:
``` bash
Warning: file_put_contents(/tmp/atoum…
-
I get this message when I try to clone atoum :
patrickl@mymachine:~/workspace$ git clone https://github.com/mageekguy/atoum.git
Cloning into atoum...
warning: remote HEAD refers to nonexistent ref, u…
-
It would be very handy to support a pattern like `bin/atoum -d src/*/Tests/Units`
I think It could be done by 2 ways: changing the CLI acceptance (simplest) or allowing the injection of a custom itera…