Exemple #1
0
 /**
  * Tests the JDatabase::getDatabase method.
  *
  * @return  void
  *
  * @since   11.4
  */
 public function testGetDatabase()
 {
     $this->assertThat(ReflectionHelper::invoke($this->db, 'getDatabase'), $this->equalTo('europa'));
 }