示例#1
0
 /**
  * Tests the getDb method.
  *
  * @return  void
  *
  * @since   12.1
  */
 public function testGetDb()
 {
     // Reset the db property to a known value.
     TestReflection::setValue($this->_instance, 'db', 'foo');
     $this->assertEquals('foo', $this->_instance->getDb());
 }