Skip to content

Commit

Permalink
Don't use deprecated uninstall testcase
Browse files Browse the repository at this point in the history
Use the new one instead.
  • Loading branch information
JDGrimes committed Mar 13, 2017
1 parent 6e529db commit 55fe5da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/phpunit/test-uninstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
*
* @since 1.0.0
*/
class WordPointsOrg_Uninstall_Test extends WordPoints_Dev_Lib_PHPUnit_TestCase_Module_Uninstall {
class WordPointsOrg_Uninstall_Test
extends WordPoints_PHPUnit_TestCase_Module_Uninstall {

/**
* Test that install and uninstall work as expected.
Expand Down

0 comments on commit 55fe5da

Please sign in to comment.