File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/AssetManagerTest/Service Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ public function testensureByInvalid()
9595 $ assetFilterManager ->setFilters ('test/path.test ' , $ asset );
9696 }
9797
98- public function testFiltersAreInstantiatedOnce ()
98+ public function testFiltersAreInstantiatedOnce ()
9999 {
100100 $ assetFilterManager = new AssetFilterManager (array (
101101 'test/path.test ' => array (
@@ -111,7 +111,7 @@ public function testFiltersAreInstantiatedOnce()
111111 $ asset
112112 ->expects ($ this ->any ())
113113 ->method ('ensureFilter ' )
114- ->with ($ this ->callback (function (FilterInterface $ filter ) use (&$ filterInstance ) {
114+ ->with ($ this ->callback (function (FilterInterface $ filter ) use (&$ filterInstance ) {
115115 if ($ filterInstance === null ) {
116116 $ filterInstance = $ filter ;
117117 }
You can’t perform that action at this time.
0 commit comments