File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 33namespace BlameButton \Laravel \Changelog \Tests ;
44
55use BlameButton \Laravel \Changelog \Changelog ;
6- use BlameButton \Laravel \Changelog \ChangelogFacade ;
76use BlameButton \Laravel \Changelog \ChangelogServiceProvider ;
87use Illuminate \Support \Facades \Storage ;
98use Mockery \MockInterface ;
@@ -32,9 +31,9 @@ public function testRaw(): void
3231 Storage::put (base_path ('CHANGELOG.md ' ), $ expected );
3332
3433 /** @var Changelog $changelog */
35- $ changelog = $ this ->mock (Changelog::class, function (MockInterface $ mock ) {
36- $ mock ->shouldReceive ('path ' )->andReturn (Storage::path (base_path ('CHANGELOG.md ' )));
37- $ mock ->shouldReceive ('raw ' )->passthru ();
34+ $ changelog = $ this ->mock (Changelog::class, function (MockInterface $ mock ) {
35+ $ mock ->shouldReceive ('path ' )->andReturn (Storage::path (base_path ('CHANGELOG.md ' )));
36+ $ mock ->shouldReceive ('raw ' )->passthru ();
3837 });
3938
4039 $ content = $ changelog ->raw ();
You can’t perform that action at this time.
0 commit comments