File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
dev/tests/integration/testsuite/Magento/ReleaseNotification/Controller/Adminhtml/Dashboard Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ public function testExecute()
47
47
CacheCleaner::cleanAll ();
48
48
$ this ->contentProviderMock ->expects ($ this ->any ())
49
49
->method ('getContent ' )
50
- ->with ('2.3.0 ' , 'Community ' , 'en_US ' )
51
50
->willReturn ($ content );
52
51
53
52
$ this ->dispatch ('backend/admin/dashboard/index/ ' );
@@ -66,7 +65,6 @@ public function testExecuteEmptyContent()
66
65
CacheCleaner::cleanAll ();
67
66
$ this ->contentProviderMock ->expects ($ this ->any ())
68
67
->method ('getContent ' )
69
- ->with ('2.3.0 ' , 'Community ' , 'en_US ' )
70
68
->willReturn ('[] ' );
71
69
72
70
$ this ->dispatch ('backend/admin/dashboard/index/ ' );
@@ -82,7 +80,6 @@ public function testExecuteFalseContent()
82
80
CacheCleaner::cleanAll ();
83
81
$ this ->contentProviderMock ->expects ($ this ->any ())
84
82
->method ('getContent ' )
85
- ->with ('2.3.0 ' , 'Community ' , 'en_US ' )
86
83
->willReturn (false );
87
84
88
85
$ this ->dispatch ('backend/admin/dashboard/index/ ' );
You can’t perform that action at this time.
0 commit comments