We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c61ba80 commit d5426daCopy full SHA for d5426da
src/Base/BitrixableTestCase.php
@@ -11,7 +11,6 @@
11
use Prokl\BitrixTestingTools\Traits\ResetDatabaseTrait;
12
use Prokl\BitrixTestingTools\Traits\UseMigrationsTrait;
13
use Prokl\TestingTools\Base\BaseTestCase;
14
-use RuntimeException;
15
use Sheerockoff\BitrixCi\Bootstrap;
16
17
/**
@@ -20,6 +19,8 @@
20
19
*/
21
class BitrixableTestCase extends BaseTestCase
22
{
+ protected $backupGlobalsBlacklist = ['DB'];
23
+
24
25
* @var boolean $dropBase Сбрасывать ли базу после каждого теста.
26
0 commit comments