Skip to content

Commit 6143793

Browse files
committed
adds missing use statement
1 parent 51fce82 commit 6143793

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/TestUtils/ExecuteCommandTrait.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
namespace Google\Cloud\TestUtils;
1919

2020
use Symfony\Component\Console\Tester\CommandTester;
21+
use Symfony\Component\Process\Process;
2122

2223
trait ExecuteCommandTrait
2324
{

0 commit comments

Comments
 (0)