File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -51,15 +51,13 @@ public function testAuthCloudExplicitCommand()
51
51
52
52
public function testAuthCloudExplicitComputeEngineCommand ()
53
53
{
54
- #$this->setExpectedException('Google\Cloud\Core\Exception\ServiceException');
55
54
$ output = $ this ->runCommand (
56
55
'auth-cloud-explicit-compute-engine ' , null , $ this ->projectId );
57
56
$ this ->assertContains ('Undefined index: access_token ' , $ output );
58
57
}
59
58
60
59
public function testAuthCloudExplicitAppEngineCommand ()
61
60
{
62
- #$this->setExpectedException('Google\Cloud\Core\Exception\ServiceException');
63
61
$ output = $ this ->runCommand (
64
62
'auth-cloud-explicit-app-engine ' , null , $ this ->projectId );
65
63
$ this ->assertContains ('Undefined index: access_token ' , $ output );
You can’t perform that action at this time.
0 commit comments