-
atoum: 2.8.2
php: 7.0.13
If I use `$this->newTestedInstance()` in `beforeTestMethod()` function, I have the folowing error message:
`Asserter 'newTestedInstance' does not exist`
Is it a normal…
-
Hello,
I think it could be usefull to have a way to run test in debug mode (not the debug mode of atoum but of php) to allow the usage of breakpoint and other ;)
thanks
-
Hello,
I think we could wlean a bit more the scripts directory, it contains a lot of thing, that I'm pretty sure doesn't not require to be in the core of atoum.
What do you thing of this idea?
-
While attempting to run the suite locally with lowest dependencies (Composer's `--prefer-lowest`), it crashes right away:
```
$ vendor/bin/hoa test:run -a
PHP Deprecated: The (unset) cast is depr…
-
I run tests on my server and got this errors
There are 4 failures
Hoa\Math\Test\Unit\Visitor\Arithmetic::case_visitor_exhaustively():
In file /usr/share/nginx/html/vendor/hoa/math/Test/Unit/Visit…
-
This issue to discuss about the possibility to use phpdbg for code coverage instead of xdebug. As this benchmark explain http://blog.remirepo.net/post/2015/11/09/PHPUnit-code-coverage-benchmark phpdbg…
-
Hi Atoum!
It would be very nice if you would be able to provide a roadmap or what is coming to the next versions. Also, providing a new release on a more frequent basis. This will help stimulatin…
-
## Agenda
1. @Hywan: Numbers and news,
2. @Grummfy: Hoa Apex 4th edition,
3. @osaris: Bank account,
4. @Hywan: Discourse,
5. @Pierozi: Infrastructure,
6. @vonglasow: PHP 7.1,
7. @vonglasow: New flyers…
Hywan updated
8 years ago
-
Hi,
today we got a 'atoum --init' to initialise a configuration file, perhaps we can do more?
Like asking question about:
* some extension (telemetry, reports, ...),
* path to test unit director…
-
as #31 aims at implementing unit tests and our automation is also ready to start running the tests pre-merge of PRs, I'd love to see a stat of "percentage of code covered with unit tests" including a …