updating tests by dropping PHPunit 4.6 support

This commit is contained in:
El RIDO
2020-10-10 12:08:58 +02:00
parent 99f50f6de3
commit 6f90df9545
19 changed files with 35 additions and 18 deletions

View File

@@ -1,9 +1,10 @@
<?php
use PHPUnit\Framework\TestCase;
use PrivateBin\Persistence\ServerSalt;
use PrivateBin\Vizhash16x16;
class Vizhash16x16Test extends PHPUnit_Framework_TestCase
class Vizhash16x16Test extends TestCase
{
private $_file;