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
|
|
@ -22,6 +22,7 @@
|
|||
namespace SearchDAV\Test;
|
||||
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Sabre\Xml\Service;
|
||||
use SearchDAV\DAV\QueryParser;
|
||||
use SearchDAV\XML\BasicSearch;
|
||||
|
|
@ -33,7 +34,7 @@ use SearchDAV\XML\Scope;
|
|||
use SearchDAV\XML\SupportedQueryGrammar;
|
||||
|
||||
|
||||
class QueryParserTest extends \PHPUnit_Framework_TestCase {
|
||||
class QueryParserTest extends TestCase {
|
||||
public function testParseBasicQuery() {
|
||||
$query = file_get_contents(__DIR__ . '/basicquery.xml');
|
||||
$parser = new QueryParser();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue