updating tests by dropping PHPunit 4.6 support
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
<?php
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use PrivateBin\I18n;
|
||||
use PrivateBin\View;
|
||||
|
||||
class ViewTest extends PHPUnit_Framework_TestCase
|
||||
class ViewTest extends TestCase
|
||||
{
|
||||
private static $error = 'foo bar';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user