-
Hi,
I think it will be easer if the test class name is suffixed by Test to avoid name conflict with the tested class.
Example: `HelloWorldTest` to test `HelloWorld`
So we don't need to alias the cla…
-
``` bash
$ php vendor/mageekguy.atoum.phar --update
Checking if a new version is available... Done !
Update to version 'nightly-1389-201208272122'... Done !
Enable version 'nightly-1389-201208272122'.…
-
Hello,
In "Utiliser atoum avec Symfony 2", I must change the classe and file name in order to pass my test.
So we had a file "FooCommand.php" with class "ClearCacheCommand". Finally I name my file "…
-
j'ai une erreur très étrange que je ne reproduit que sur ma plateforme de CI. (donc oui c pas gagné)
si une fonction est annotée ainsi :
```
/**
* @tags testManySetGetPredis
* @dataProvider man…
-
``` bash```
$ php vendor/mageekguy.atoum.phar -lav
nightly-1389-201208272122
nightly-1409-201209061807
nightly-1410-201209061837
* nightly-1411-201209071237
$ php vendor/mageekguy.atoum.phar -dv…
-
Note préliminaire: c'est la première fois que je teste un framework de tests unitaires, il n'est pas exclu que je n'aie pas compris quelque chose (d'autant plus que la documentation est limitée).
J'a…
-
I have an error while testing with coverage report in Windows
Warning: rmdir(D:\MyDir\Rep): Directory not empty in phar://D:/[...]/mageekguy.atoum.phar/5/cla
sses/adapter.php on line 18
-
I've got an application using a PHP 5.4 binary by CGI (_default_ one installed is 5.3). Thus i needed to specify the PHP binary while executing the tests with the --php option but i end up with a pars…
jhuet updated
12 years ago
-
Hi, is it possible to force update on packagist this bundle ?
"http://packagist.org/packages/jedi/atoum-bundle"
I wanted to add this on my project to improve it but it is not possible until there i…
-
an example could be found here : https://gist.github.com/3359584
Whithout a .atoum.php file
```
>php tests/unit/Coconut/Computer.php
> PHP path: /usr/bin/php
> PHP version:
=> PHP 5.3.6 with Suhosi…