Skip to content

Commit

Permalink
Merge pull request #154 from jedi58/analysis-zE9jQZ
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
jedi58 committed Apr 3, 2019
2 parents b6e516f + f8d5006 commit e047339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/phpunit/Entity/PageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ public function testSetAndGetStatus()

public function testSetAndGetFeatureSnippet()
{
$this->page->setFeatureSnippet('test');
$this->assertEquals('test', $this->page->getFeatureSnippet());
$this->page->setFeatureSnippet('test');
$this->assertEquals('test', $this->page->getFeatureSnippet());
}

public function testIsValidStatus()
Expand Down

0 comments on commit e047339

Please sign in to comment.