Skip to content

Commit f6d6b45

Browse files
authored
chore(tests): add deploy group (GoogleCloudPlatform#1320)
1 parent 6e1e07f commit f6d6b45

File tree

45 files changed

+100
-21
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+100
-21
lines changed

appengine/standard/auth/test/DeployTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
use Google\Cloud\TestUtils\AppEngineDeploymentTrait;
2020
use PHPUnit\Framework\TestCase;
2121

22+
/**
23+
* @group deploy
24+
*/
2225
class DeployTest extends TestCase
2326
{
2427
use AppEngineDeploymentTrait;

appengine/standard/errorreporting/test/DeployTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@
2121
use Google\Cloud\ErrorReporting\V1beta1\ErrorStatsServiceClient;
2222
use Google\Cloud\ErrorReporting\V1beta1\QueryTimeRange;
2323
use Google\Cloud\ErrorReporting\V1beta1\QueryTimeRange_Period;
24-
2524
use PHPUnit\Framework\TestCase;
2625

26+
/**
27+
* @group deploy
28+
*/
2729
class DeployTest extends TestCase
2830
{
2931
use AppEngineDeploymentTrait;

appengine/standard/front-controller/test/DeployTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020

2121
use PHPUnit\Framework\TestCase;
2222

23+
/**
24+
* @group deploy
25+
*/
2326
class DeployTest extends TestCase
2427
{
2528
use AppEngineDeploymentTrait;

appengine/standard/getting-started/test/DeployTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
/**
2626
* Class DeployTest
27+
* @group deploy
2728
*/
2829
class DeployTest extends TestCase
2930
{

appengine/standard/grpc/test/DeployTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
use Google\Cloud\TestUtils\FileUtil;
2121
use PHPUnit\Framework\TestCase;
2222

23+
/**
24+
* @group deploy
25+
*/
2326
class DeployTest extends TestCase
2427
{
2528
use AppEngineDeploymentTrait;

appengine/standard/helloworld/test/DeployTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
use Google\Cloud\TestUtils\AppEngineDeploymentTrait;
2020
use PHPUnit\Framework\TestCase;
2121

22+
/**
23+
* @group deploy
24+
*/
2225
class DeployTest extends TestCase
2326
{
2427
use AppEngineDeploymentTrait;

appengine/standard/laravel-framework/test/DeployDatabaseTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323

2424
require_once __DIR__ . '/DeployLaravelTrait.php';
2525

26+
/**
27+
* @group deploy
28+
*/
2629
class DeployDatabaseTest extends TestCase
2730
{
2831
use TestTrait;

appengine/standard/laravel-framework/test/DeployStackdriverTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424

2525
require_once __DIR__ . '/DeployLaravelTrait.php';
2626

27+
/**
28+
* @group deploy
29+
*/
2730
class DeployStackdriverTest extends TestCase
2831
{
2932
use DeployLaravelTrait;

appengine/standard/laravel-framework/test/DeployTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222

2323
require_once __DIR__ . '/DeployLaravelTrait.php';
2424

25+
/**
26+
* @group deploy
27+
*/
2528
class DeployTest extends TestCase
2629
{
2730
use DeployLaravelTrait;

appengine/standard/logging/test/DeployTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@
2020
use Google\Cloud\TestUtils\AppEngineDeploymentTrait;
2121
use Google\Cloud\TestUtils\EventuallyConsistentTestTrait;
2222
use Google\Cloud\Logging\LoggingClient;
23-
2423
use PHPUnit\Framework\TestCase;
2524

25+
/**
26+
* @group deploy
27+
*/
2628
class DeployTest extends TestCase
2729
{
2830
use TestTrait;

0 commit comments

Comments
 (0)