File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
app/code/Magento/Cms/Test/Unit/Ui/Component/Listing/Column Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 3
3
* Copyright © 2015 Magento. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
+ namespace Magento \Cms \Test \Unit \Model \Ui \Component \Listing \Column ;
6
7
7
8
class PageActionsTest extends \PHPUnit_Framework_TestCase
8
9
{
@@ -43,7 +44,11 @@ public function testPrepareItemsByPageId()
43
44
];
44
45
45
46
// Configure mocks and object data
46
- $ urlBuilderMock ->expects ($ this ->once ())->method ('getUrl ' )->with ($ inputUrl , ['page_id ' => 1 ])->willReturn ($ fullUrl );
47
+ $ urlBuilderMock ->expects ($ this ->once ())
48
+ ->method ('getUrl ' )
49
+ ->with ($ inputUrl , ['page_id ' => 1 ])
50
+ ->willReturn ($ fullUrl );
51
+
47
52
$ model ->setName ($ name );
48
53
// Run test
49
54
$ this ->assertEquals (
You can’t perform that action at this time.
0 commit comments