Skip to content

Commit d5426da

Browse files
committed
fixes
1 parent c61ba80 commit d5426da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Base/BitrixableTestCase.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
use Prokl\BitrixTestingTools\Traits\ResetDatabaseTrait;
1212
use Prokl\BitrixTestingTools\Traits\UseMigrationsTrait;
1313
use Prokl\TestingTools\Base\BaseTestCase;
14-
use RuntimeException;
1514
use Sheerockoff\BitrixCi\Bootstrap;
1615

1716
/**
@@ -20,6 +19,8 @@
2019
*/
2120
class BitrixableTestCase extends BaseTestCase
2221
{
22+
protected $backupGlobalsBlacklist = ['DB'];
23+
2324
/**
2425
* @var boolean $dropBase Сбрасывать ли базу после каждого теста.
2526
*/

0 commit comments

Comments
 (0)