Esempio n. 1
0
 public function test_it_supports_identity_v2()
 {
     $this->builder->createService('Identity\\v2', ['catalogName' => 'keystone', 'catalogType' => 'identity'])->shouldBeCalled()->willReturn($this->service(IdentityServiceV2::class));
     $this->openstack->identityV2();
 }