Skip to content

Commit

Permalink
Update test to use TestCase as base
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Dec 7, 2022
1 parent 8772ab5 commit 14d8b25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Tests/JSMin/JSMinTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
namespace Tests\JSMin;

use JSMin\JSMin;
use JSMin\Test\TestCase;

/**
* Copyright (c) 2009, Robert Hafner
Expand Down Expand Up @@ -31,7 +32,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/
class JSMinTest extends \PHPUnit_Framework_TestCase {
class JSMinTest extends TestCase {

/**
* @group minify
Expand Down

0 comments on commit 14d8b25

Please sign in to comment.