Skip to content

Commit a0186ba

Browse files
committed
fixup! [phpunit 12] Add AllowMockObjectsWithoutExpectationsAttributeRector
1 parent e588070 commit a0186ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/sets/phpunit120.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818

1919
// experimental, from PHPUnit 12.5.2
2020
// @see https://github.com/sebastianbergmann/phpunit/commit/24c208d6a340c3071f28a9b5cce02b9377adfd43
21-
AllowMockObjectsWithoutExpectationsAttributeRector::class,
21+
// AllowMockObjectsWithoutExpectationsAttributeRector::class,
2222
]);
2323
};

0 commit comments

Comments
 (0)