This commit is contained in:
Dennis Eichhorn 2023-10-09 22:06:39 +00:00
parent 7ba3a7fb4f
commit f92d37575c

View File

@ -108,6 +108,6 @@ final class ApiControllerTest extends \PHPUnit\Framework\TestCase
$request->setData('search', ':help introduction');
$this->module->routeSearch($request, $response);
self::assertGreaterThan(0, \count($response->get($request->uri->__toString())));
self::assertGreaterThan(0, \count($response->getDataArray($request->uri->__toString())));
}
}