Skip to content

Commit 8c81a90

Browse files
chore: Minor error msg change in testing/bootstrap.php (GoogleCloudPlatform#1440)
1 parent 716bc19 commit 8c81a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$testDir = getcwd();
44

55
if (!file_exists($testDir . '/phpunit.xml.dist')) {
6-
throw new Exception('You are not in a test directory');
6+
throw new Exception('You are not in a sample directory');
77
}
88

99
if (file_exists($testDir . '/composer.json')) {

0 commit comments

Comments
 (0)