Skip to content

Commit 8fe50f7

Browse files
committed
make constant public
1 parent 3e52ba3 commit 8fe50f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Spanner/tests/System/SystemTestCaseTrait.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727

2828
trait SystemTestCaseTrait
2929
{
30-
protected const TESTING_PREFIX = 'gcloud_testing_';
31-
protected const INSTANCE_NAME = 'google-cloud-php-system-tests';
30+
public const INSTANCE_NAME = 'google-cloud-php-system-tests';
3231

32+
protected const TESTING_PREFIX = 'gcloud_testing_';
3333
protected const TEST_TABLE_NAME = 'Users';
3434
protected const TEST_INDEX_NAME = 'uniqueIndex';
3535

0 commit comments

Comments
 (0)