ICBaseTestBundle icon indicating copy to clipboard operation
ICBaseTestBundle copied to clipboard

WebTestCase and Helpers confusion

Open rdohms opened this issue 12 years ago • 3 comments

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 either helpers have been dropped, or the class is not deprecated, or the code needs to be copied over to the new Functional Class, which one sounds right?

rdohms avatar Oct 21 '13 13:10 rdohms

ping @shiroyuki

robocoder avatar Oct 21 '13 13:10 robocoder

A clarification on this topic would be really useful!

Thanks :)

stefanosala avatar Nov 20 '13 15:11 stefanosala

@stewe we've started a discussion at InstaClick on Functional support. Whatever we have done so far works as intended, but the API may be deprecated as we've shifted most of our Functional tests to Behat. Now the discussion of bringing Functional tests back is on the table, but we're still early in the game on how it'll be its final API. I don't expect huge changes besides consuming DataFixtures 2.0 and built-in support for DataMigrations.

guilhermeblanco avatar Nov 20 '13 15:11 guilhermeblanco