mirror of
https://codeberg.org/icewind/SearchDAV.git
synced 2026-06-03 17:44:06 +02:00
fix travis
This commit is contained in:
parent
695bb7c694
commit
d609774b97
6 changed files with 11 additions and 39 deletions
|
|
@ -77,15 +77,6 @@ class QueryParserTest extends \PHPUnit_Framework_TestCase {
|
|||
$this->assertEquals([], $search->orderBy);
|
||||
}
|
||||
|
||||
/**
|
||||
* @expectedException \Sabre\XML\ParseException
|
||||
*/
|
||||
public function testParseNoWhere() {
|
||||
$query = file_get_contents(__DIR__ . '/nowhere.xml');
|
||||
$parser = new QueryParser();
|
||||
$parser->parse($query, null, $rootElementName);
|
||||
}
|
||||
|
||||
/**
|
||||
* @expectedException \Sabre\XML\ParseException
|
||||
*/
|
||||
|
|
@ -94,13 +85,4 @@ class QueryParserTest extends \PHPUnit_Framework_TestCase {
|
|||
$parser = new QueryParser();
|
||||
$parser->parse($query, null, $rootElementName);
|
||||
}
|
||||
|
||||
/**
|
||||
* @expectedException \Sabre\XML\ParseException
|
||||
*/
|
||||
public function testParseNoSelect() {
|
||||
$query = file_get_contents(__DIR__ . '/noselect.xml');
|
||||
$parser = new QueryParser();
|
||||
$parser->parse($query, null, $rootElementName);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue