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 0326c6c commit ac1152bCopy full SHA for ac1152b
tests/OpenStackTest.php
@@ -73,6 +73,11 @@ public function testCredentials() {
73
$this->assertRegExp(
74
'/"passwordCredentials"/',
75
$this->my->Credentials());
76
+ $test = new StubConnection(TEST_DOMAIN,
77
+ array('username'=>'Foo', 'password'=>'Bar', 'tenantName'=>'Phil'));
78
+ $this->assertRegExp(
79
+ '/"tenantName":"Phil"/',
80
+ $test->Credentials());
81
}
82
public function testAuthenticate() {
83
$this->my->Authenticate();
0 commit comments