-
Hi,
when i run my test with the phar it returns a Fatal Error :
Fatal error: Call to a member function __call() on a non-object in phar://C:/dev/php/libraries/mageekguy.atoum.phar/1/classes/test.php …
-
Since commit b0fb4c50 this test fail :
```
-
Ce n'est pas un bug de Jelix, mais ça fait un moment que je cherche, alors je partage ... ;)
J'ai réinstallé la testapp (master) et essayé de faire tourner les tests. J'obtiens un plantage (segfault)…
-
https://github.com/atoum/atoum/pull/367
Hywan updated
9 years ago
-
Hello :-),
Extensions are part of `atoum\` vendor, not `mageekguy\atoum\`, so I suggest to remove `mageekguy` from the namespace of **this** extension, to get: `atoum\ruler\extension`.
Thoughts?
Hywan updated
9 years ago
-
I just started with Travis CI and i can support Atoum instead of phpunit:
http://docs.travis-ci.com/user/languages/php/#Working-with-atoum
It would be good to also document that on atoum.org, that's …
-
Result
```
> Total tests duration: 2.57 seconds.
> Total tests memory usage: 22.50 Mb.
> Running duration: 7.64 seconds.
Success (10 tests, 23/23 methods, 0 void method, 0 skipped method, 138 assert…
-
I've seen in few lines a test like
```
if ($value instanceof \closure)
```
I don't know if it could be logic, but it may fail when $value is a custom class using __invoke method.
Then I purpose to …
-
Since I have adding some top layer in cookbook, there is missing title (zend famwork symfony, etc ... ) they are not visible any more.
-
Hi,
I tried to build the phar archive on Windows, and was unable to do that because of the posix_\* function calls
> php -d phar.readonly=0 scripts\builder.php -p c:\wamp\bin\php\php5.4.3\php.exe -d…