Exemplo n.º 1
0
 /**
  * Test for the `getTransport` method.
  *
  * @return void
  * @access public
  */
 public function testGetTransport()
 {
     // Sanity check.
     $this->assertNull($this->_object->getTransport());
 }