File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919/**
2020 * @internal
2121 */
22- final class TasksTest extends BaseCommand
22+ final class TasksExample extends BaseCommand
2323{
2424 protected $ group = 'Testing ' ;
25- protected $ name = 'tasks:test ' ;
26- protected $ description = 'Tests Tasks ' ;
27- protected $ usage = 'tasks:test ' ;
25+ protected $ name = 'tasks:example ' ;
26+ protected $ description = 'Tests Example ' ;
27+ protected $ usage = 'tasks:example ' ;
2828
2929 public function run (array $ params = [])
3030 {
Original file line number Diff line number Diff line change @@ -90,13 +90,13 @@ public function testGetType()
9090
9191 public function testCommandRunsCommand ()
9292 {
93- $ task = new Task ('command ' , 'tasks:test ' );
93+ $ task = new Task ('command ' , 'tasks:example ' );
9494
9595 $ task ->run ();
9696
9797 $ this ->assertStringContainsString (
9898 'Commands can output text. ' ,
99- $ this ->getBuffer ()
99+ $ this ->getBuffer (),
100100 );
101101 }
102102
You can’t perform that action at this time.
0 commit comments