-
cc/ @sstok
-
I'd like to have an annotation to mark a method as out of the test coverage report.
I don't need test coverage on getters and setters:
```
> Code coverage value: 85.71%
=> Class Gumdrop\Application:…
-
Hi,
We are lucky to have a bundle with tests, we should implement a CI. :)
What about [travis](https://travis-ci.org/) ?
A `.travis.yml` like this would be ok:
```
language: php
php:
- 5.3 # O…
-
Add composer support + atoum
-
I have placed a class outside of a bundle (because it spans several classes) but atoum errors on this with the message: `Tested class 'MyVendor\MyBundle\Entity\MyEntity' does not exist for test class …
-
PHP Fatal error: Call to undefined method Symfony\Component\HttpFoundation\Request::getServer() in vendor/sanpi/behatch-contexts/src/Context/RestContext.php on line 224
Feature: "print the correspon…
-
With this version of jdk Netbeans opens VERY slowly and fails to connect to the internet to retrieve updates. I'm using Fedora 22 under Vmware.
-
Hello :-),
atoum requires PHP5.3 as the lowest PHP version needed to run it (we will call it LRPV, standing for _Lowest Required PHP Version_). [PHP5.3 is reaching its EOL](https://wiki.php.net/rfc/p…
Hywan updated
10 years ago
-
I have a test failing with PHP 5.6RC2, I don't know if it is a bug in Atoum or in the upcoming PHP 5.6 release (I will file a bug upstream as well and will reference it here).
I put a repo online wit…
-
That would be nice to have a strict mode to have a shell return 1 when void method or skiped method are > 0.
Especially in use with continous integration and git with "git bisect run"