We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c67546 commit e246870Copy full SHA for e246870
modules/electrophysiology_browser/test/electrophysiologyBrowserTest.php
@@ -120,6 +120,8 @@ function setUp(): void
120
[
121
'SessionID' => '999999',
122
'PhysiologicalOutputTypeID' => 22,
123
+ 'InsertedByUser' => 'Unit Tester',
124
+ 'FilePath' => '/path/to/test/file',
125
'FileType' => 'testType'
126
]
127
);
@@ -128,6 +130,8 @@ function setUp(): void
128
130
129
131
'SessionID' => '999997',
132
'PhysiologicalOutputTypeID' => 23,
133
134
+ 'FilePath' => '/path/to/test/file2',
135
'FileType' => 'testType2'
136
137
0 commit comments