Skip to content

Commit

Permalink
Merge pull request #4 from Napp/analysis-Zl99Y0
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
Mads Møller authored Mar 6, 2020
2 parents 6670981 + ca9a33f commit 4840ca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Unit/ExtensionRegistrarTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ public function test_it_can_get_all_extensions_with_a_locale()
$this->assertCount(3, $extensions);

$this->assertContains([
'key' => 'extension.foo',
'label' => 'foo extension',
'key' => 'extension.foo',
'label' => 'foo extension',
], $extensions);
}

Expand Down

0 comments on commit 4840ca4

Please sign in to comment.