Skip to content

Commit 469174c

Browse files
authored
Update RetryOnBadSessionTest.php
1 parent 9be2dd8 commit 469174c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/RetryOnBadSessionTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<?php
2+
23
namespace YdbPlatform\Ydb\Test;
34

45
use PHPUnit\Framework\TestCase;
56
use YdbPlatform\Ydb\Auth\Implement\AnonymousAuthentication;
67
use YdbPlatform\Ydb\Ydb;
8+
79
class SessionManager extends \YdbPlatform\Ydb\Session{
810
public static function setSessionId(\YdbPlatform\Ydb\Session $session, string $id){
911
$session->session_id = $id;
@@ -13,6 +15,7 @@ public static function getSessionId(\YdbPlatform\Ydb\Session $session){
1315
return $session->session_id;
1416
}
1517
}
18+
1619
class RetryOnBadSessionTest extends TestCase
1720
{
1821
public function test(){

0 commit comments

Comments
 (0)