Drupal 8 is replacing the testing framework Simpletest with PHPUnit which could be depreciated in Drupal 9.
I'm not upgrading yet to Drupal 8, but I was wondering how I can write existing tests in PHPUnit (to follow-up with the trend) for Drupal 7, instead in Simpletest?
Is there any method or module for integrating PHPUnit with Drupal 7?
There are few like phpunit or drunit, but they're not for Drupal 7.