We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0453b02 commit b1a6f0aCopy full SHA for b1a6f0a
vision/test/visionTest.php
@@ -21,13 +21,17 @@
21
use Google\Cloud\TestUtils\TestTrait;
22
use Google\Cloud\TestUtils\ExecuteCommandTrait;
23
use PHPUnit\Framework\TestCase;
24
+use PHPUnitRetry\RetryTrait;
25
26
/**
27
* Unit Tests for vision commands.
28
+ *
29
+ * @retryAttempts 2
30
*/
31
class visionTest extends TestCase
32
{
33
use TestTrait;
34
+ use RetryTrait;
35
use ExecuteCommandTrait;
36
37
private static $commandFile = __DIR__ . '/../vision.php';
0 commit comments