Skip to content
Snippets Groups Projects
Commit 9361020a authored by Hajo Seng's avatar Hajo Seng Committed by Robert Lange
Browse files

adopted changes in getMyTransactions to VuFindTest

parent 24be54b0
No related merge requests found
...@@ -248,6 +248,12 @@ class PAIATest extends \VuFindTest\Unit\ILSDriverTestCase ...@@ -248,6 +248,12 @@ class PAIATest extends \VuFindTest\Unit\ILSDriverTestCase
'duedate' => '', 'duedate' => '',
'message' => '', 'message' => '',
'borrowingLocation' => 'Ausleihe', 'borrowingLocation' => 'Ausleihe',
'type' => 'held',
'location' => 'Ausleihe',
'position' => 0,
'available' => false,
'create' => '11-15-2013',
'cancel_details' => '',
], ],
1 => 1 =>
[ [
...@@ -265,6 +271,12 @@ class PAIATest extends \VuFindTest\Unit\ILSDriverTestCase ...@@ -265,6 +271,12 @@ class PAIATest extends \VuFindTest\Unit\ILSDriverTestCase
'message' => '', 'message' => '',
'borrowingLocation' => 'Ausleihe', 'borrowingLocation' => 'Ausleihe',
'callnumber' => '22:2227-8001', 'callnumber' => '22:2227-8001',
'type' => 'held',
'location' => 'Ausleihe',
'position' => 0,
'available' => false,
'create' => '12-22-2011',
'cancel_details' => '',
] ]
]; ];
......
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