ICBaseTestBundle icon indicating copy to clipboard operation
ICBaseTestBundle copied to clipboard

Provides lower level support for unit and functional tests in Symfony2

Results 6 ICBaseTestBundle issues
Sort by recently updated
recently updated
newest added

We have a forked version of it. I would like to contribute back changes and continue using upstream if possible

@guilhermeblanco told me you are working on the functional side of things, but i just want to ask a few questions so that i can find temporary fixes to allow...

i wasnt quite happy with the way this Bundle was born, the fork was unnecessary if there would have been some patience to collaborate. anyway, today LiipFunctionalTestBundle has quite a...

It seems there is a bit of documentation confusion. The `IC\Bundle\Base\TestBundle\Test\WebTestCase` class is marked as `deprecated` in favor of `IC\Bundle\Base\TestBundle\Test\Functional\WebTestCase`, however this one does not implement the helper functions. So...

In line with the issue #39 the UnitTestCase is also using a different implementation of the helper algorithm, so that it does not know how to get the ServiceHelper by...

We have some problems with master slave doctrine configuration ``` yml doctrine: dbal: driver: %database_driver% host: %database_host% port: %database_port% dbname: %database_name% user: %database_user% password: %database_password% charset: UTF8 slaves: slave1: host:...