-
Hi
I have PHPCI installed on ubuntu 14.04 I've managed to gert all the plugins I want working apart from phpdoccheck. I've installed it via the pear channel but I get the error:
RUNNING PLUGIN: \PH…
-
php -d phar.readonly=0 mageekguy.atoum.phar --update
> Checking if a new version is available... Done !
> There is no new version available !
php -d phar.readonly=0 mageekguy.atoum.phar --version
…
-
Hi,
Since atoum has now reached a 1.0.0 release (http://jubianchi.fr/atoum-release.htm), it would be great the bundle should require it instead of the current "dev-masetr".
Thank you :)
-
crowdin-cli upload translations
Warning: Skip `/source/en/index.rst'
Warning: Skip`/source/en/cookbook.rst'
Warning: Skip `/source/en/extensions.rst'
Warning: Skip`/source/en/contribute.rst'
Warning:…
-
Should be #394 for variadic arguments:
- #394 Mock generator now handles variadic arguments in method (@jubianchi)
instead of
- #393 Mock generator now handles variadic arguments in method (@jubianc…
Korri updated
9 years ago
-
I love atoum but you're bad at communications !
To know atoum to all others, please improve your communication.
- https://blogs.oracle.com/netbeansphp/entry/netbeans_atoum_love_lt_3 no response since…
-
My `composer.json` file:
``` json
{
"require": {
"hoa/test": "~0.1@dev"
}
}
```
And then:
``` sh
$ composer install
Loading composer repositories with package information
Installing…
Hywan updated
9 years ago
-
Example:
``` php
-
atoum can't test itself
(test with #f8014b2e0425c4c60602d25613b0d69e58276c48)
exemple :
```
php mageekguy.atoum.phar -d atoum/tests/units
Error: Constant mageekguy\atoum\directory already defined …
-
Currently, if a method use a variadic argument, atoum can't mock it correctly:
```
=> foo\tests\units\bar::testBar():
==> Error FATAL ERROR in /path/to/bar.php on unknown line, generated by file /pat…