Skip to content

Commit

Permalink
Update tests to run with recent phpunit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
coudot committed Sep 15, 2023
1 parent 17e13d4 commit 1d7b6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/LangTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
class LangTest extends PHPUnit_Framework_TestCase
class LangTest extends PHPUnit\Framework\TestCase
{
/**
* Test language files for missing and excess translations
Expand Down

0 comments on commit 1d7b6b2

Please sign in to comment.