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?