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

Replace annotation "expectedDeprecation" with method "expectDeprecation" #5616

Open
kubawerlos opened this issue Apr 9, 2021 · 3 comments
Open
Labels
kind/feature request topic/phpdoc PHPDoc tags, Doctrine Annotations etc. topic/phpunit Fixers related to PHPUnit

Comments

@kubawerlos
Copy link
Contributor

     /**
      * @group legacy
-     * @expectedDeprecation Deprecation messaage
      */
     public function testSomething()
     {
+        $this->expectDeprecation('Deprecation messaage');
         // ...
     }

Made manually in #5611

@Wirone Wirone added the status/to verify issue needs to be confirmed or analysed to continue label May 16, 2023
@Wirone Wirone added topic/phpdoc PHPDoc tags, Doctrine Annotations etc. topic/phpunit Fixers related to PHPUnit and removed status/to verify issue needs to be confirmed or analysed to continue labels Jun 4, 2023
@github-actions

This comment was marked as outdated.

This comment was marked as outdated.

This comment was marked as outdated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature request topic/phpdoc PHPDoc tags, Doctrine Annotations etc. topic/phpunit Fixers related to PHPUnit
Projects
None yet
Development

No branches or pull requests

3 participants