Skip to content
Snippets Groups Projects
Commit 73216f71 authored by Demian Katz's avatar Demian Katz
Browse files

Added missing test line.

parent 600d9a90
No related merge requests found
......@@ -71,6 +71,7 @@ class LoaderTest extends \VuFindTest\Unit\TestCase
public function testDefaultLoadingForBlankText()
{
$loader = $this->getLoader();
$loader->loadQRCode('');
$this->assertEquals('image/gif', $loader->getContentType());
$this->assertEquals('483', strlen($loader->getImage()));
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment