We can use assertSession instead of assertRaw
pifagor created an issue. See original summary.
Thanks pifagor for the patch.
I am not sure how far along we are with the tests in D8. I think the D7 version used SimpleTest, and now those are deprecated for PHP Unit Tests. https://www.drupal.org/docs/8/phpunit
We hope to get a beta for 8.x pushed out here this coming week. The most up to date code can be found at https://bitbucket.org/wwuweb/ableplayer/src/8.x-1.x/ as we continue to learn D8 module development.
As tests get rewritten, we can make sure we are getting rid of this deprecated code.
Issue #3084514 by pifagor: Replace deprecated assertRaw
Thank you for the patch pifagor.
Automatically closed - issue fixed for 2 weeks with no activity.
Comments
Comment #2
themusician commentedThanks pifagor for the patch.
I am not sure how far along we are with the tests in D8. I think the D7 version used SimpleTest, and now those are deprecated for PHP Unit Tests. https://www.drupal.org/docs/8/phpunit
We hope to get a beta for 8.x pushed out here this coming week. The most up to date code can be found at https://bitbucket.org/wwuweb/ableplayer/src/8.x-1.x/ as we continue to learn D8 module development.
As tests get rewritten, we can make sure we are getting rid of this deprecated code.
Comment #4
themusician commentedThank you for the patch pifagor.