/** * @expectedException \PHPUnit_Framework_Error_Deprecated */ public function testHasDeprecatedGetEmitter() { $client = new Client(); $client->getEventDispatcher(); }