-
It would be really nice to have a native SF2 command to launch test on a bundle :
```
$ app/console atoum @AcmeBundle
```
-
Hello, I'm a beginner in atoum.
In the moment i test atoum.
I call atoum in the console and see the result.
Is there an way to see the errors with an special color ?
Your sincerly Stephan
-
As discussed in the last Hoa Virtual Meeting (https://github.com/hoaproject/ActionBoard/issues/26), we are going to move our CI to Travis.
### Progression
* [x] `Acl`,
* [x] `Compiler`,
…
Hywan updated
6 years ago
-
Hello, i'm a absolut beginner in atoum.
I think there is a error.
In my phpstorm there is the plugin correct installed.
When i called the Plugin i se the command:
> php vendor/bin/atoum.bat --use-…
-
If the test file does not use a namespace, this error appears in the default reporter:
```
==> Error UNKNOWN in /Users/payton/Code/…/tests/InitialThing.php on unknown line, generated by unknown fi…
-
I am trying to test functions in a given .php file using atoum. These functions are namespaced, but are __not__ part of a class. atoum appears to expect a class to exist which has the same name of the…
-
See here https://github.com/atoum/atoum/pull/467/files#r33235199
-
@vonglasow reported a problem using `newTestedInstance`/`newInstance` on PHP classes for which the reflection is not correct:
``` php
-
Do you reproduce?
Hywan updated
9 years ago
-
It would be intresting to have a way to test a trait like we test class.
So the way to do it now, can be a class that use trait and we terst this class. But I'm pretty sure that we can find a way to …