Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Dec 15, 2024
1 parent 06276d3 commit 3a7c8b3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/Support/FluentDecoratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ class FluentDecoratorTest extends TestCase
/** @test */
public function it_can_be_utilise_fluent_features()
{
$fluent = new class($attributes = [
'testbench' => true,
'class' => __CLASS__,
]) extends FluentDecorator {
$fluent = new class($attributes = ['testbench' => true, 'class' => __CLASS__]) extends FluentDecorator
{
// ...
};

Expand Down

0 comments on commit 3a7c8b3

Please sign in to comment.