Support phpunit 7, let travis test PHP 7.2 and 7.1
[grauphel.git] / tests / Lib / Search / QueryParserTest.php
index 122138f9cc3c5dcc3e20bfec2cd0341e300805e4..4e706f90181ed37c3055486bd8870f6d4df5f444 100644 (file)
@@ -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()
     {