Skip to content

Commit

Permalink
Merge pull request pantheon-systems#2164: phpcs config changes
Browse files Browse the repository at this point in the history
v3.0 phpcs config changes
  • Loading branch information
namespacebrian authored Jul 30, 2021
2 parents 5f6f7dd + 944eab8 commit 799e442
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
path: /home/runner/work/terminus/terminus
- name: Full Composer Install
run: composer install
- name: Validate Code
run: composer code:lint
- name: Phar Build
run: composer phar:build
- name: permissions
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"vendor/bin/robo coverage ./docs/TestCoverage.md"
],
"cs": [
"phpcs --standard=tests/config/linting_ruleset.xml bin/t3 src"
"vendor/bin/phpcs --standard=tests/config/linting_ruleset.xml bin/t3 src tests/Functional"
],
"docs": [
"vendor/bin/robo doc ./README.md",
Expand Down
2 changes: 1 addition & 1 deletion tests/Functional/TagCommandsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class TagCommandsTest extends TestCase
* @group short
*/
public function testTagAddListRemove()
{
{
$siteName = getenv('TERMINUS_SITE');
$orgId = getenv('TERMINUS_ORG');
$newTag = uniqid("tag-");
Expand Down

0 comments on commit 799e442

Please sign in to comment.