mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Use namespaced PHPUnit classes
This commit is contained in:
parent
3ccf086391
commit
bd91bd5c32
23 changed files with 46 additions and 23 deletions
|
@ -2,10 +2,11 @@
|
|||
|
||||
namespace Tests\Wallabag\CoreBundle\Tools;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Symfony\Component\Finder\Finder;
|
||||
use Wallabag\CoreBundle\Tools\Utils;
|
||||
|
||||
class UtilsTest extends \PHPUnit_Framework_TestCase
|
||||
class UtilsTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @dataProvider examples
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue