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 e182c20 commit 028cc95Copy full SHA for 028cc95
appengine/flexible/drupal8/tests/DeployTest.php
@@ -28,7 +28,7 @@ class DeployTest extends \PHPUnit_Framework_TestCase
28
use AppEngineDeploymentTrait;
29
use ExecuteCommandTrait;
30
31
- public function beforeDeploy()
+ public static function beforeDeploy()
32
{
33
// verify and set environment variables
34
self::verifyEnvironmentVariables();
@@ -54,7 +54,7 @@ private static function verifyEnvironmentVariables()
54
];
55
foreach ($envVars as $envVar) {
56
if (false === getenv($envVar)) {
57
- self::fail("Please set the ${envVar} environment variable");
+ self::markTestSkipped("Please set the ${envVar} environment variable");
58
}
59
60
0 commit comments