Exemplo n.º 1
0
 /**
  * Test if bundle is activated and saved successfully.
  *
  * @return null
  */
 public function testActivate()
 {
     $this->assertTrue(iBundle::activate('docs'));
 }