updating tests by dropping PHPunit 4.6 support
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
<?php
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use PrivateBin\Data\Filesystem;
|
||||
|
||||
class FilesystemTest extends PHPUnit_Framework_TestCase
|
||||
class FilesystemTest extends TestCase
|
||||
{
|
||||
private $_model;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user