return type void is required as of PHPunit 7, breaking test compatibility with PHP < 7.1

This commit is contained in:
El RIDO
2020-10-10 12:22:20 +02:00
parent 6f90df9545
commit 37a620df95
15 changed files with 26 additions and 41 deletions

View File

@@ -5,16 +5,6 @@ use PrivateBin\Request;
class RequestTest extends TestCase
{
public function setUp()
{
/* Setup Routine */
}
public function tearDown()
{
/* Tear Down Routine */
}
public function reset()
{
$_SERVER = array();