Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NFC] Minor cleanup in test #24921

Merged
merged 1 commit into from Nov 8, 2022
Merged

Conversation

eileenmcnaughton
Copy link
Contributor

Overview

[NFC] Minor cleanup in test

Before

IDE warnings

After

poof

Technical Details

Comments

@civibot
Copy link

civibot bot commented Nov 8, 2022

(Standard links)

@civibot civibot bot added the master label Nov 8, 2022
// Unique(ish) identifier for our controller/use-case.
'controller' => 'civicrm_tokentest',
'controller' => 'civicrm_token_test',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Avoid using non-English spelt words where possible so spelling checkers work

@@ -74,7 +76,6 @@ public function testTokenProcessor(): void {

$this->assertNotEmpty($tokenProc->getRows());
foreach ($tokenProc->getRows() as $tokenRow) {
/** @var \Civi\Token\TokenRow $tokenRow */
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not needed anymore as it is correctly declared in getRows

@demeritcowboy demeritcowboy merged commit ec66a0b into civicrm:master Nov 8, 2022
@eileenmcnaughton eileenmcnaughton deleted the test_two branch November 8, 2022 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants