File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ protected static function getFacadeAccessor()
16
16
public static function fake ()
17
17
{
18
18
$ fake = Mockery::mock ()->allows ([
19
- 'getFile ' => '' ,
20
- 'createFile ' => true ,
19
+ 'getFile ' => '' ,
20
+ 'createFile ' => true ,
21
21
'createDirectoryIfNotExist ' => true ,
22
- 'deleteFile ' => true ,
22
+ 'deleteFile ' => true ,
23
23
]);
24
24
25
25
static ::swap ($ fake );
Original file line number Diff line number Diff line change 20
20
use function Pest \Laravel \artisan ;
21
21
22
22
beforeEach (function () {
23
- FileUtils::fake ();
23
+ FileUtils::fake ();
24
24
});
25
25
26
26
afterEach (function () {
@@ -99,4 +99,4 @@ function mockShouldNotHaveCalledGenerators(array $shouldNotHaveCalledGenerator):
99
99
->expectsQuestion ('Field: (name db_type html_type options) ' , 'exit ' )
100
100
->expectsQuestion (PHP_EOL .'Do you want to migrate database? [y|N] ' , false )
101
101
->assertSuccessful ();
102
- });
102
+ });
You can’t perform that action at this time.
0 commit comments