mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-07-29 01:28:43 -04:00
updating tests by dropping PHPunit 4.6 support
This commit is contained in:
parent
99f50f6de3
commit
6f90df9545
19 changed files with 35 additions and 18 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue