-
Hi,
I would like to know if there is as `phpunit` do a way to disable original constructor, i tried to stub `__construct` method as it is say on documentation but it does not work. I've notices, her…
-
Hi,
I start working with atoum and I have some difficulties to find examples to find how to write a configuration file and a bootstrap file.
Is there examples somewhere?
For the bootstrap file I do …
-
in a test, a line:
``` php
$flattenedArray += $value;
```
is never reported as covered.
if I change it for:
``` php
$flattenedArray = $flattenedArray + $value;
```
it appears as covered...
-
Hi,
sorry to spam with my questions.
I have set a test, that works well until I add my a second mock test.
Here the code :
``` php
$em = $this->getEntityManagerMock();
$key = 'metadata:1';
$this->…
-
This is kind of related to #88, but now that atoum starts to live his own life, won't it be a good time for him to leave his father's home ?
We could transfer ownership of current repositories to thi…
-
Hi
I am testing an object that used to return an array, with specific keys and values.
It now returns an object with IteratorAggregate, ArrayAccess, and Countable interface. Nothing should break in …
edas updated
11 years ago
-
bonjour
j'ai suivis le tutoriel:
https://github.com/mageekguy/atoum/wiki/G%C3%A9n%C3%A9rer-le-rapport-de-couverture-du-code-au-format-HTML
Cela ne fonctionne plus avec la dernière version( installé …
-
Currently, the top level namespace of _atoum_ is `\mageekguy\atoum`.
It seems that is not a good thing for the project that my nickname is using in it, so `\mageekguy\atoum` must be replaced by `\atou…
-
php mageekguy.atoum.phar --testIt
Error: Unable to find PHP executable
php -v
PHP 5.3.5 (cli) (built: Jan 6 2011 17:54:09)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.3.0, Copyright (c) 199…
syrm updated
12 years ago
-
As there seems to be a branch with a complete [rewrite](https://github.com/stephpy/TimelineBundle/tree/2.0-from-scratch) and we're thinking about using / contributing to the timelinebundle, i'm having…