Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Jul 25, 2023
1 parent 4b112ba commit a48648b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/unit/UtilityFunctionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class UtilityFunctionsTest extends TestCase
{
/**
* Test the base scaffold-extension command.
* Test the base addons-install command.
*
* @dataProvider baseCommandDataProvider
*/
Expand All @@ -24,9 +24,9 @@ public function testBaseCommand($expected)
public function baseCommandDataProvider()
{
return [
['terminus scaffold-extension (aliases: scaffold, scaffold-extension:help, scaffold:help)'],
['terminus scaffold-extension:list (aliases: scaffold:list)'],
['terminus scaffold-extension:run (aliases: scaffold:run)'],
['terminus addons-install (aliases: install, addons-install:help, install:help)'],
['terminus addons-install:list (aliases: install:list)'],
['terminus addons-install:run (aliases: install:run)'],
];
}

Expand Down

0 comments on commit a48648b

Please sign in to comment.