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 9be2dd8 commit 469174cCopy full SHA for 469174c
tests/RetryOnBadSessionTest.php
@@ -1,9 +1,11 @@
1
<?php
2
+
3
namespace YdbPlatform\Ydb\Test;
4
5
use PHPUnit\Framework\TestCase;
6
use YdbPlatform\Ydb\Auth\Implement\AnonymousAuthentication;
7
use YdbPlatform\Ydb\Ydb;
8
9
class SessionManager extends \YdbPlatform\Ydb\Session{
10
public static function setSessionId(\YdbPlatform\Ydb\Session $session, string $id){
11
$session->session_id = $id;
@@ -13,6 +15,7 @@ public static function getSessionId(\YdbPlatform\Ydb\Session $session){
13
15
return $session->session_id;
14
16
}
17
18
19
class RetryOnBadSessionTest extends TestCase
20
{
21
public function test(){
0 commit comments