bumb phpunit version

This commit is contained in:
Robin Appelman 2020-02-10 16:09:11 +01:00
commit 7fc664a327
4 changed files with 4 additions and 5 deletions

View file

@ -7,7 +7,7 @@
namespace Icewind\SMB\Test;
abstract class TestCase extends \PHPUnit_Framework_TestCase {
abstract class TestCase extends \PHPUnit\Framework\TestCase {
protected function requireBackendEnv($backend) {
if (getenv('BACKEND') and getenv('BACKEND') !== $backend) {
$this->markTestSkipped('Skipping tests for ' . $backend . ' backend');