Skip to content

Commit

Permalink
Removed extra empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
gelanivishal committed Jun 27, 2018
1 parent ecfd4b4 commit 57c048c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ protected function setUp()
->setMethods([])
->getMock();


$this->dateTimeMock = $this->getMockBuilder('Magento\Framework\Stdlib\DateTime')
->disableOriginalConstructor()
->setMethods([])
Expand Down Expand Up @@ -127,7 +126,6 @@ public function testLoadByUsername()
$this->assertEquals($returnData, $this->model->loadByUsername('user1'));
}


public function testHasAssigned2Role()
{
$returnData = [1, 2, 3];
Expand Down

0 comments on commit 57c048c

Please sign in to comment.