Skip to content
Snippets Groups Projects
Commit 5ddab1b9 authored by totten's avatar totten
Browse files

(NFC) RuleTest - Speed up ~55%

Before: On local i3-12100, takes ~64s (avg over two runs)

After: On local i3-12100, take ~28s (avg over two runs)
parent b1905546
Branches
Tags
No related merge requests found
......@@ -6,6 +6,14 @@
*/
class CRM_Utils_RuleTest extends CiviUnitTestCase {
/**
* Set up for tests.
*/
public function setUp(): void {
$this->useTransaction();
parent::setUp();
}
/**
* @dataProvider integerDataProvider
* @param $inputData
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment