Пример #1
0
 /**
  * Test retrieving a record (not supported).
  *
  * @return void
  *
  * @expectedException        \Exception
  * @expectedExceptionMessage retrieve() not supported by LibGuides.
  */
 public function testRetrieve()
 {
     $conn = $this->getConnector();
     $back = new Backend($conn, $this->getRCFactory());
     $back->retrieve('foo');
 }