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

More coverage.

parent 631d3543
No related merge requests found
...@@ -128,6 +128,7 @@ class BackendTest extends \VuFindTest\Unit\TestCase ...@@ -128,6 +128,7 @@ class BackendTest extends \VuFindTest\Unit\TestCase
$conn = $this->getConnectorMock(); $conn = $this->getConnectorMock();
$back = new Backend($conn, $fact); $back = new Backend($conn, $fact);
$this->assertEquals($fact, $back->getRecordCollectionFactory()); $this->assertEquals($fact, $back->getRecordCollectionFactory());
$this->assertEquals($conn, $back->getConnector());
} }
/// Internal API /// Internal API
......
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