Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
viezel authored and StyleCIBot committed Mar 6, 2020
1 parent 6670981 commit ca9a33f
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 ca9a33f

Please sign in to comment.