Skip to content

Commit e246870

Browse files
committed
Integration test fix
1 parent 1c67546 commit e246870

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/electrophysiology_browser/test/electrophysiologyBrowserTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ function setUp(): void
120120
[
121121
'SessionID' => '999999',
122122
'PhysiologicalOutputTypeID' => 22,
123+
'InsertedByUser' => 'Unit Tester',
124+
'FilePath' => '/path/to/test/file',
123125
'FileType' => 'testType'
124126
]
125127
);
@@ -128,6 +130,8 @@ function setUp(): void
128130
[
129131
'SessionID' => '999997',
130132
'PhysiologicalOutputTypeID' => 23,
133+
'InsertedByUser' => 'Unit Tester',
134+
'FilePath' => '/path/to/test/file2',
131135
'FileType' => 'testType2'
132136
]
133137
);

0 commit comments

Comments
 (0)