File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33namespace YdbPlatform \Ydb \Auth ;
44
5- class ReadFromJsonCredentials extends Auth
5+ class ReadFromTextCredentials extends Auth
66{
77
88 protected $ fileName ;
Original file line number Diff line number Diff line change 22namespace YdbPlatform \Ydb \Test ;
33
44use PHPUnit \Framework \TestCase ;
5- use YdbPlatform \Ydb \Auth \ReadFromJsonCredentials ;
5+ use YdbPlatform \Ydb \Auth \ReadFromTextCredentials ;
66use YdbPlatform \Ydb \Ydb ;
77use YdbPlatform \Ydb \YdbTable ;
88
@@ -19,7 +19,7 @@ public function testReadTokenFile(){
1919 // Auto discovery (dedicated server only)
2020 'discovery ' => false ,
2121
22- 'credentials ' => new ReadFromJsonCredentials ("./tests/token.txt " )
22+ 'credentials ' => new ReadFromTextCredentials ("./tests/token.txt " )
2323 ];
2424
2525 $ ydb = new Ydb ($ config );
You can’t perform that action at this time.
0 commit comments