Skip to content

Commit c9858b6

Browse files
authored
Merge pull request #1106 from fredden/tests/define-bcmath-requirement
Declare dependency on bcmath extension
2 parents e611ee3 + 3661b1f commit c9858b6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/Core/Ruleset/ProcessRulesetShouldProcessElementTest.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@ public function testShouldProcessArgCbfonly()
215215
* Verify that in CS mode, phpcs-only <ini> directives are respected and phpcbf-only <ini>
216216
* directives are ignored.
217217
*
218+
* @requires extension bcmath
219+
*
218220
* @return void
219221
*/
220222
public function testShouldProcessIniCsonly()
@@ -234,7 +236,8 @@ public function testShouldProcessIniCsonly()
234236
* Verify that in CBF mode, phpcbf-only <ini> directives are respected and phpcs-only <ini>
235237
* directives are ignored.
236238
*
237-
* @group CBF
239+
* @group CBF
240+
* @requires extension bcmath
238241
*
239242
* @return void
240243
*/

0 commit comments

Comments
 (0)