X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Futils%2FMWCryptHashTest.php;h=66c8d00e3ae6b519d8ec6fd308ec46c7f6ecc067;hb=6b3e5511fb848890f174690885e748b90389c0b8;hp=4c85c3dc79b48bbac3994c2a5bbe99d0419570f8;hpb=8e5ec3f6cf9cb5f3ecf5ff30430ff37b5a7857a7;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/utils/MWCryptHashTest.php b/tests/phpunit/includes/utils/MWCryptHashTest.php index 4c85c3dc79..66c8d00e3a 100644 --- a/tests/phpunit/includes/utils/MWCryptHashTest.php +++ b/tests/phpunit/includes/utils/MWCryptHashTest.php @@ -1,10 +1,13 @@ assertEquals( hex2bin( $hash ), @@ -44,9 +46,8 @@ class MWCryptHashTest extends MediaWikiTestCase { $data = 'foobar'; $key = 'secret'; - // @codingStandardsIgnoreStart Generic.Files.LineLength + // phpcs:ignore Generic.Files.LineLength $hash = 'ddc94177b2020e55ce2049199fd9cc6327f416ff6dc621cc34cb43d9bec61d73372b4790c0e24957f565ecaf2d42821e6303619093e99cbe14a3b9250bda5f81'; - // @codingStandardsIgnoreEnd $this->assertEquals( hex2bin( $hash ),