We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e52ba3 commit 8fe50f7Copy full SHA for 8fe50f7
1 file changed
Spanner/tests/System/SystemTestCaseTrait.php
@@ -27,9 +27,9 @@
27
28
trait SystemTestCaseTrait
29
{
30
- protected const TESTING_PREFIX = 'gcloud_testing_';
31
- protected const INSTANCE_NAME = 'google-cloud-php-system-tests';
+ public const INSTANCE_NAME = 'google-cloud-php-system-tests';
32
+ protected const TESTING_PREFIX = 'gcloud_testing_';
33
protected const TEST_TABLE_NAME = 'Users';
34
protected const TEST_INDEX_NAME = 'uniqueIndex';
35
0 commit comments