Lines Matching refs:e

405         $e = null;
408 } catch (RemoteException $e) {
410 $this->assertInstanceOf(RemoteException::class, $e);
411 $this->assertEquals(121, $e->getCode(), 'Non existing revision given');
413 $e = null;
416 } catch (RemoteException $e) {
418 $this->assertInstanceOf(RemoteException::class, $e);
419 $this->assertEquals(121, $e->getCode(), 'Non existing page given');
482 $e = null;
485 } catch (RemoteException $e) {
487 $this->assertInstanceOf(RemoteException::class, $e);
488 $this->assertEquals(121, $e->getCode(), 'Non existing revision given');
490 $e = null;
493 } catch (RemoteException $e) {
495 $this->assertInstanceOf(RemoteException::class, $e);
496 $this->assertEquals(121, $e->getCode(), 'Non existing page given');
680 $e = null;
683 } catch (RemoteException $e) {
685 $this->assertInstanceOf(RemoteException::class, $e);
686 $this->assertEquals(132, $e->getCode());
804 $e = null;
807 } catch (RemoteException $e) {
809 $this->assertInstanceOf(RemoteException::class, $e);
810 $this->assertEquals(221, $e->getCode(), 'Non existing revision given');
812 $e = null;
815 } catch (RemoteException $e) {
817 $this->assertInstanceOf(RemoteException::class, $e);
818 $this->assertEquals(221, $e->getCode(), 'Non existing media id given');
842 $e = null;
845 } catch (RemoteException $e) {
847 $this->assertInstanceOf(RemoteException::class, $e);
848 $this->assertEquals(221, $e->getCode(), 'Non existing revision given');
850 $e = null;
853 } catch (RemoteException $e) {
855 $this->assertInstanceOf(RemoteException::class, $e);
856 $this->assertEquals(221, $e->getCode(), 'Non existing media id given');
931 $e = null;
934 } catch (AccessDeniedException $e) {
936 $this->assertInstanceOf(AccessDeniedException::class, $e);
937 $this->assertEquals(212, $e->getCode(), 'No permission to delete');
956 $e = null;
959 } catch (RemoteException $e) {
961 $this->assertInstanceOf(RemoteException::class, $e);
962 $this->assertEquals(221, $e->getCode(), 'Non existing media id given');