File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
dev/tests/integration/testsuite/Magento/CheckoutAgreements/Model/ResourceModel/Grid Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ class CollectionTest extends \PHPUnit\Framework\TestCase
25
25
*/
26
26
public function setUp ()
27
27
{
28
- $ this ->collection = Bootstrap::getObjectManager ()->create (Collection::class);
28
+ $ this ->collection = Bootstrap::getObjectManager ()
29
+ ->create (Collection::class);
29
30
}
30
31
31
32
/**
@@ -35,7 +36,9 @@ public function setUp()
35
36
*/
36
37
public function testAddStoresToFilter (): void
37
38
{
38
- $ collectionSize = $ this ->collection ->addStoreFilter (1 )->load (false , false )->getSize ();
39
+ $ collectionSize = $ this ->collection ->addStoreFilter (1 )
40
+ ->load (false , false )
41
+ ->getSize ();
39
42
$ this ->assertEquals (2 , $ collectionSize );
40
43
}
41
44
}
You can’t perform that action at this time.
0 commit comments