mirror of
https://codeberg.org/icewind/SearchDAV.git
synced 2026-06-03 17:44:06 +02:00
update to phpunit 7
This commit is contained in:
parent
7174c02348
commit
76953efe15
4 changed files with 7 additions and 8 deletions
|
|
@ -21,10 +21,11 @@
|
|||
|
||||
namespace SearchDAV\Test;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Sabre\DAV\Server;
|
||||
use SearchDAV\DAV\PathHelper;
|
||||
|
||||
class PathHelperTest extends \PHPUnit_Framework_TestCase {
|
||||
class PathHelperTest extends TestCase {
|
||||
public function uriProvider(){
|
||||
return [
|
||||
['/', '', ''],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue