Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit 937f6f1

Browse files
committed
test ci\cd 7
Signed-off-by: mesilov <mesilov.maxim@gmail.com>
1 parent 593105f commit 937f6f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/Integration/Fabric.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ public static function getBulkItemsReader(): BulkItemsReaderInterface
4747
*/
4848
public static function getCore(): CoreInterface
4949
{
50+
print(print_r($_ENV, true));
51+
print(print_r($_ENV['BITRIX24_PHP_SDK_PLAYGROUND_WEBHOOK']));
52+
print(print_r($_ENV['BITRIX24_WEBHOOK']));
53+
5054
return (new CoreBuilder())
5155
->withLogger(self::getLogger())
5256
->withWebhookUrl($_ENV['BITRIX24_PHP_SDK_PLAYGROUND_WEBHOOK'] ?? $_ENV['BITRIX24_WEBHOOK'])

0 commit comments

Comments
 (0)