Skip to content

Commit 8670080

Browse files
committed
MAGETWO-65329: Add notification wrapper
fix link provider
1 parent 2be099f commit 8670080

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/code/Magento/Analytics/Test/Unit/Model/LinkProviderTest.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,11 @@ public function fileNotReadyDataProvider()
156156
{
157157
return [
158158
[null, 'initVector'],
159-
['path', null]
159+
['path', null],
160+
['', 'initVector'],
161+
['path', ''],
162+
['', ''],
163+
[null, null]
160164
];
161165
}
162166
}

0 commit comments

Comments
 (0)