You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@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.
It seems there is a bit of documentation confusion.
The
IC\Bundle\Base\TestBundle\Test\WebTestCase
class is marked asdeprecated
in favor ofIC\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?
The text was updated successfully, but these errors were encountered: