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

get enum backing value #1218

Merged
merged 2 commits into from
May 5, 2022
Merged

Conversation

recca0120
Copy link
Contributor

No description provided.

@recca0120 recca0120 force-pushed the expand-enums-test branch 2 times, most recently from 3473e13 to 1f1acfd Compare April 29, 2022 07:06
@DerManoMann
Copy link
Collaborator

Finally, to fix those broken tests make the setUp() method look like this to skip the tests when using the TokenAnalyser:

    public function setUp(): void
    {
        parent::setUp();
        
        if ($this->getAnalyzer() instanceof TokenAnalyser) {
            $this->markTestSkipped();
        }
    }

@recca0120 recca0120 force-pushed the expand-enums-test branch 6 times, most recently from 6e9012a to 394c5ff Compare May 4, 2022 05:39
@recca0120 recca0120 force-pushed the expand-enums-test branch 18 times, most recently from bb44010 to c0195a1 Compare May 4, 2022 08:21
@recca0120 recca0120 force-pushed the expand-enums-test branch from c0195a1 to 72dcf15 Compare May 4, 2022 08:23
@DerManoMann DerManoMann merged commit 3eb4e81 into zircote:master May 5, 2022
@DerManoMann
Copy link
Collaborator

Thanks @recca0120

@recca0120 recca0120 deleted the expand-enums-test branch May 6, 2022 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants