File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/internal/Magento/Framework/View/Test/Unit/Asset/Bundle Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ public function testAddAssetWithExcludedFile()
110
110
->willReturn ($ configView );
111
111
$ configView ->expects ($ this ->once ())
112
112
->method ('getExcludedFiles ' )
113
- ->willReturn (['Lib::file/path.js ' ]);
113
+ ->willReturn (['Lib: ' . ' :file/path.js ' ]);
114
114
115
115
$ this ->assertFalse ($ this ->manager ->addAsset ($ this ->asset ));
116
116
}
@@ -152,7 +152,7 @@ public function testAddAssetWithExcludedDirectory()
152
152
->willReturn ([]);
153
153
$ configView ->expects ($ this ->once ())
154
154
->method ('getExcludedDir ' )
155
- ->willReturn (['Lib::file ' ]);
155
+ ->willReturn (['Lib: ' . ' :file ' ]);
156
156
157
157
$ this ->assertFalse ($ this ->manager ->addAsset ($ this ->asset ));
158
158
}
You can’t perform that action at this time.
0 commit comments