Update phpunit to 6.4
This commit is contained in:
parent
b4b5764c23
commit
d14b1458a1
11 changed files with 326 additions and 126 deletions
|
@ -7,11 +7,12 @@ namespace Alltube\Test;
|
|||
|
||||
use Alltube\Locale;
|
||||
use Alltube\LocaleManager;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
/**
|
||||
* Unit tests for the Config class.
|
||||
*/
|
||||
class LocaleManagerTest extends \PHPUnit_Framework_TestCase
|
||||
class LocaleManagerTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* LocaleManager class instance.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue