File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/PageBuilder/Test/Unit/Model/Catalog Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
namespace Magento \PageBuilder \Test \Unit \Model \Catalog ;
9
9
10
10
use Magento \Framework \TestFramework \Unit \Helper \ObjectManager ;
11
+ use Magento \PageBuilder \Model \Catalog \Sorting ;
12
+ use Magento \PageBuilder \Model \Catalog \Sorting \Factory ;
13
+ use Magento \PageBuilder \Model \Catalog \Sorting \OptionInterface ;
11
14
use PHPUnit \Framework \MockObject \MockObject ;
12
15
use PHPUnit \Framework \MockObject \Stub \ReturnValueMap ;
13
- use Magento \PageBuilder \Model \Catalog \Sorting \OptionInterface ;
14
- use Magento \PageBuilder \Model \Catalog \Sorting \Factory ;
15
- use Magento \PageBuilder \Model \Catalog \Sorting ;
16
16
use PHPUnit \Framework \TestCase ;
17
17
18
18
/**
@@ -33,7 +33,7 @@ class SortingTest extends TestCase
33
33
/**
34
34
* @inheritdoc
35
35
*/
36
- protected function setUp ()
36
+ protected function setUp (): void
37
37
{
38
38
$ this ->objectManager = new ObjectManager ($ this );
39
39
$ this ->sortingFactoryMock = $ this ->createMock (Factory::class);
You can’t perform that action at this time.
0 commit comments