File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
File::deleteDirectory ($ actionsPath );
14
14
}
15
15
16
- Artisan::call ('list: actions ' );
16
+ Artisan::call ('actions:list ' );
17
17
$ output = Artisan::output ();
18
18
19
19
expect ($ output )->toContain ('Actions directory not found ' );
35
35
// Create a non-PHP file that should be filtered out
36
36
File::put ($ actionsPath .'/readme.txt ' , 'This is a readme file ' );
37
37
38
- Artisan::call ('list: actions ' );
38
+ Artisan::call ('actions:list ' );
39
39
$ output = Artisan::output ();
40
40
41
41
expect ($ output )->toContain ('Actions Directory Tree: ' );
64
64
File::put ($ actionsPath .'/readme.txt ' , 'This is a readme file ' );
65
65
File::put ($ actionsPath .'/config.json ' , '{"setting": "value"} ' );
66
66
67
- Artisan::call ('list: actions ' );
67
+ Artisan::call ('actions:list ' );
68
68
$ output = Artisan::output ();
69
69
70
70
expect ($ output )->toContain ('ValidAction ' );
You can’t perform that action at this time.
0 commit comments