-
Hi,
Current format generate some... _uggly_ output (when run without terminal and with report into a file)
Ex: https://kojipkgs.fedoraproject.org//work/tasks/5282/22125282/build.log
```
[.....…
-
Hello,
here is an example of failed test
mageekguy\atoum\asserters\phpString() failed: string(6) '616241' does not start with 6
Expected
mageekguy\atoum\asserters\phpString() failed: string(6)…
-
Hello,
dev-master allows to use atoum with version 3 but not the version 2.4. So isd it possible to tag a new version to allow it?
-
Assertion failures use full paths for the assertion, which seems like it is maybe not necessary, especially for common assertions (e.g.: `isEqualTo()` produces `mageekguy\atoum\asserters\phpString() …
-
Hi!
Thanks for Atoum.
May be I'm doing something wrong, but I'm having a weird problem. If I run atoum on all tests in folder - it works perfectly finding all my test and running them. If I run a …
-
The help text `atoum --help` by default prints the full path name to the binary, which to me seems unnecessary and adds noise to the output (e.g.: `Usage: /Users/payton/Code/…/atoum [path/to/test/file…
-
Hi,
First of all, thanks for your awesome tool, my company uses it in a daily basis, it's more than useful.
Sadly, my team and I face a problem regarding the mock of native function. Let's see i…
-
As said during the Forum PHP 2015, we should give our users a clear view of how/when we release atoum.
Here are some notes I have on this:
- **strictly stick to semver** (x++ if BC breaks, y++ for an…
-
There is a typo when running `atoum --help` in the `--max-children-number` option:
It reads `sub-processus` rather than `sub-processes`.
-
When running atoum with an incorrect namespace (eg: when a test class has no namespace), we get this error:
```
Test class 'InitialTest' is not in a namespace which match pattern
```
It should…