Skip to content

Commit

Permalink
Remove modification from testtest instrument
Browse files Browse the repository at this point in the history
It was causing lorisform_parser to break
  • Loading branch information
driusan committed Jan 10, 2019
1 parent 39d38c2 commit 29eccbd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/test_instrument/NDB_BVL_Instrument_testtest.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ class NDB_BVL_Instrument_testtest extends NDB_BVL_Instrument
*/
function setup(?string $commentID = null, ?string $page = null): void
{
if ($commentID === null) {
return;
}
$this->formType = 'XIN';
$this->form = new LorisForm();
$this->page = $page; // page label (number or string - used by user-defined child classes)
Expand Down

0 comments on commit 29eccbd

Please # to comment.