aboutsummaryrefslogtreecommitdiff
path: root/tests/Lib/Search/QueryParserTest.php
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2018-09-23 21:03:34 +0200
committerChristian Weiske <cweiske@cweiske.de>2018-09-23 21:03:39 +0200
commitc357ddbafa4a6f66822db6528c07268f60b5c28d (patch)
tree8ead05c5e938a5c35e225b480c5da29aec476121 /tests/Lib/Search/QueryParserTest.php
parent2b59f9d35c81a9d25e87a4d9c48ee1097756a3bb (diff)
downloadgrauphel-c357ddbafa4a6f66822db6528c07268f60b5c28d.tar.gz
grauphel-c357ddbafa4a6f66822db6528c07268f60b5c28d.zip
Support phpunit 7, let travis test PHP 7.2 and 7.1
Diffstat (limited to 'tests/Lib/Search/QueryParserTest.php')
-rw-r--r--tests/Lib/Search/QueryParserTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Lib/Search/QueryParserTest.php b/tests/Lib/Search/QueryParserTest.php
index 122138f..4e706f9 100644
--- a/tests/Lib/Search/QueryParserTest.php
+++ b/tests/Lib/Search/QueryParserTest.php
@@ -3,7 +3,7 @@ require_once __DIR__ . '/../../../lib/search/queryparser.php';
use OCA\Grauphel\Search\Queryparser;
-class Lib_Search_QueryParserTest extends PHPUnit_Framework_TestCase
+class Lib_Search_QueryParserTest extends \PHPUnit\Framework\TestCase
{
public function testParseSimple()
{