Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase

This commit is contained in:
Gabriel Caruso
2017-11-11 04:22:27 -02:00
parent 70d15cc0ec
commit 74ba2b301d
11 changed files with 38 additions and 21 deletions

View File

@ -1,8 +1,10 @@
<?php namespace Todaymade\Daux\Tree;
<?php
namespace Todaymade\Daux\Tree;
use Todaymade\Daux\Config;
use PHPUnit\Framework\TestCase;
class DirectoryTest extends \PHPUnit_Framework_TestCase
class DirectoryTest extends TestCase
{
public function providerSort()
{