Skip to content

Commit 57c048c

Browse files
authored
Removed extra empty lines
1 parent ecfd4b4 commit 57c048c

File tree

1 file changed

+0
-2
lines changed
  • app/code/Magento/User/Test/Unit/Model/ResourceModel

1 file changed

+0
-2
lines changed

app/code/Magento/User/Test/Unit/Model/ResourceModel/UserTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ protected function setUp()
6868
->setMethods([])
6969
->getMock();
7070

71-
7271
$this->dateTimeMock = $this->getMockBuilder('Magento\Framework\Stdlib\DateTime')
7372
->disableOriginalConstructor()
7473
->setMethods([])
@@ -127,7 +126,6 @@ public function testLoadByUsername()
127126
$this->assertEquals($returnData, $this->model->loadByUsername('user1'));
128127
}
129128

130-
131129
public function testHasAssigned2Role()
132130
{
133131
$returnData = [1, 2, 3];

0 commit comments

Comments
 (0)