File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"require" : {
3
- "google/cloud-video-transcoder" : " ^0.9 .0" ,
3
+ "google/cloud-video-transcoder" : " ^1.0 .0" ,
4
4
"google/cloud-storage" : " ^1.9" ,
5
5
"ext-bcmath" : " *"
6
6
}
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ class transcoderTest extends TestCase
63
63
public static function setUpBeforeClass (): void
64
64
{
65
65
self ::checkProjectEnvVars ();
66
- self ::$ projectNumber = self ::requireEnv ( ' GOOGLE_PROJECT_NUMBER ' );
66
+ self ::$ projectNumber = self ::getProjectNumber ( self :: $ projectId );
67
67
$ bucketName = self ::requireEnv ('GOOGLE_STORAGE_BUCKET ' );
68
68
69
69
self ::$ storage = new StorageClient ();
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ ALT_PROJECT_TESTS=(
58
58
kms
59
59
logging
60
60
monitoring
61
+ media/transcoder
61
62
pubsub/api
62
63
pubsub/quickstart
63
64
storage
You can’t perform that action at this time.
0 commit comments