update to phpunit 7

This commit is contained in:
Robin Appelman 2019-11-06 14:28:07 +01:00
commit 76953efe15
4 changed files with 7 additions and 8 deletions

View file

@ -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 [
['/', '', ''],