Esempio n. 1
0
 public function testSetAndGetAdapterWithDefaultAdapter()
 {
     $defaultAdapter = $this->client->getOption('adapter');
     $adapter = $this->client->getAdapter();
     $this->assertThat($adapter, $this->isInstanceOf($defaultAdapter));
 }