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

@ -10,7 +10,7 @@ namespace Icewind\SMB\Test;
use Icewind\SMB\IFileInfo;
use Icewind\SMB\Wrapped\FileInfo;
class ParserTest extends \PHPUnit_Framework_TestCase {
class ParserTest extends \PHPUnit\Framework\TestCase {
public function modeProvider() {
return [
['D', IFileInfo::MODE_DIRECTORY],

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');