Example #1
0
 /** @test **/
 public function it_makes_the_event_emitter_available()
 {
     $c = new Configuration();
     $c->setLoginUrl('http://www.reso.org/login');
     $s = new Session($c);
     $this->assertInstanceOf('GuzzleHttp\\Event\\EmitterInterface', $s->getEventEmitter());
 }