Skip to content

Commit

Permalink
DEVX-2754 - change label command (#2626)
Browse files Browse the repository at this point in the history
* change label command

* combine commands

* Fixing bugs with label command

* Label Test

* removing erroring part of test

* adjusting sitename

* tweaking tests

* Fixing issue with tests
  • Loading branch information
stovak authored Sep 17, 2024
1 parent 4fe2f4c commit fcf8427
Show file tree
Hide file tree
Showing 5 changed files with 439 additions and 348 deletions.
2 changes: 1 addition & 1 deletion bin/terminus
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if (!getenv('TERMINUS_ALLOW_UNSUPPORTED_NEWER_PHP') && version_compare(PHP_VERSI

// This variable is automatically managed via updateDependenciesversion() in /RoboFile.php,
// which is run after every call to composer update.
$terminusPluginsDependenciesVersion = '8f626ec369';
$terminusPluginsDependenciesVersion = 'e47112adb1';

// Cannot use $_SERVER superglobal since that's empty during phpunit testing
// getenv('HOME') isn't set on Windows and generates a Notice.
Expand Down
Loading

0 comments on commit fcf8427

Please sign in to comment.