Skip to content

Commit

Permalink
updating testing
Browse files Browse the repository at this point in the history
  • Loading branch information
stovak committed Jun 29, 2021
1 parent 499bd5b commit d15b0d9
Show file tree
Hide file tree
Showing 10 changed files with 300 additions and 38 deletions.
1 change: 1 addition & 0 deletions .env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ TERMINUS_ENV="dev"
TERMINUS_ORG="Agency"
TERMINUS_USER="[email protected]"
TERMINUS_TOKEN="{TERMINUS TOKEN}"
TERMINUS_LOCAL_SITES="/var/tmp"
2 changes: 2 additions & 0 deletions Brewfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
brew "[email protected]"
brew "git"
brew "bash"
brew "gh"

18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ These packages will install when you install Terminus.
| auth:logout | Logs out the currently logged-in user and deletes any saved ||
| | machine tokens. | |
| auth:whoami | Displays information about the currently logged-in user. ||
| backup:automatic:disable | Disables automatic backups. | |
| backup:automatic:enable | Enables automatic daily backups that are retained for one | |
| backup:automatic:disable | Disables automatic backups. | |
| backup:automatic:enable | Enables automatic daily backups that are retained for one | |
| | week and weekly backups retained for one month. | |
| backup:automatic:info | Displays the hour when daily backups are created and the day | |
| backup:automatic:info | Displays the hour when daily backups are created and the day | |
| | of the week when weekly backups are created. | |
| backup:create | Creates a backup of a specific site and environment. ||
| backup:get | Displays the download URL for a specific backup or latest ||
Expand All @@ -86,9 +86,9 @@ These packages will install when you install Terminus.
| backup:list | Lists backups for a specific site and environment. ||
| backup:restore | Restores a specific backup or the latest backup. ||
| branch:list | Displays list of git branches for a site. ||
| connection:info | Displays connection information for Git, SFTP, MySQL, and | |
| connection:info | Displays connection information for Git, SFTP, MySQL, and | |
| | Redis. | |
| connection:set | Sets Git or SFTP connection mode on a development | |
| connection:set | Sets Git or SFTP connection mode on a development | |
| | environment (excludes Test and Live). | |
| d9ify:process | Clone a pantheon site and spelunk the contents to create new ||
| | D9 site. | |
Expand Down Expand Up @@ -201,9 +201,9 @@ These packages will install when you install Terminus.
| self:info | Displays the local PHP and Terminus environment ||
| | configuration. | |
| service-level:set | Upgrades or downgrades a site service level. ||
| site:create | Creates a new site. | 🤮 |
| site:delete | Deletes a site from Pantheon. | 🤮 |
| site:info | Displays a site information. | 🤮 |
| site:create | Creates a new site. | |
| site:delete | Deletes a site from Pantheon. | |
| site:info | Displays a site information. | |
| site:list | Displays the list of sites accessible to the currently ||
| | logged-in user. | |
| site:lookup | Displays the UUID of a site given its name. ||
Expand Down Expand Up @@ -244,4 +244,4 @@ These packages will install when you install Terminus.

Testing Legend: ✅ Pass 💩 Bad test 🤮 Exception ❌ Fail️️ ⚠️ Warning ❓ Missing/Not Written

Tests Passing: 26 / 118 ( 37 not written / missing )
Tests Passing: 33 / 118 ( 35 not written / missing )
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,7 @@
],
"test:all": [
"@phar:build",
"@functional:all",
"@coverage"
"@functional:all"
],
"coverage": [
"vendor/bin/robo coverage ./docs/TestCoverage.md"
Expand Down
Loading

0 comments on commit d15b0d9

Please sign in to comment.