fix: data callback

This commit is contained in:
Jaeger
2020-04-01 22:03:50 +08:00
parent c16826a573
commit faea883c6f
7 changed files with 58 additions and 45 deletions

View File

@@ -17,7 +17,7 @@ class FindTest extends TestCaseBase
protected $html;
protected $ql;
public function setUp()
protected function setUp(): void
{
$this->html = $this->getSnippet('snippet-1');
$this->ql = QueryList::html($this->html);

View File

@@ -18,7 +18,7 @@ class RulesTest extends TestCaseBase
protected $html;
protected $ql;
public function setUp()
protected function setUp(): void
{
$this->html = $this->getSnippet('snippet-2');
$this->ql = QueryList::html($this->html);