mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 09:14:06 +02:00
bumb phpunit version
This commit is contained in:
parent
3c5e45dc54
commit
7fc664a327
4 changed files with 4 additions and 5 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue