Skip to content

Commit

Permalink
Disable formatting in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Riley19280 committed Jan 14, 2024
1 parent 3a3dfc8 commit 5ad9ff2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Fixtures/LaravelStub.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
->use('Illuminate\Database\Eloquent\Model')
->curlyStatement('class i_name extends Model', fn(Stencil $s) => $s
->line('use HasFactory;')
);
)
->disableFormat();
1 change: 1 addition & 0 deletions tests/Fixtures/LaravelStubCustomLocation.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
->curlyStatement('class i_name extends Model', fn(Stencil $s) => $s
->line('use HasFactory;')
)
->disableFormat()
->overrideStubLocation(__DIR__ . DIRECTORY_SEPARATOR . 'Output.php');

0 comments on commit 5ad9ff2

Please sign in to comment.