Skip to content

Commit 37f4017

Browse files
test: load branch helpers without plugin Composer autoload
1 parent 4595a2f commit 37f4017

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/bootstrap-unit.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@
6262
require_once $autoload;
6363
require_once __DIR__ . '/Helpers/CactiStubs.php';
6464
require_once __DIR__ . '/TestCase.php';
65+
require_once __DIR__ . '/Helpers/ThresholdOutcome.php';
66+
require_once __DIR__ . '/Helpers/ThresholdScenario.php';
6567

6668
/*
6769
* base_path has to point at the Cacti root two levels above this plugin:

0 commit comments

Comments
 (0)