mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-07-22 14:30:41 -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,9 +1,10 @@
|
|||
<?php
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use PrivateBin\Controller;
|
||||
use PrivateBin\Data\Database;
|
||||
|
||||
class DatabaseTest extends PHPUnit_Framework_TestCase
|
||||
class DatabaseTest extends TestCase
|
||||
{
|
||||
private $_model;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue