コード例 #1
0
ファイル: ibundle.test.php プロジェクト: neoighodaro/ibundle
 /**
  * Test if bundle is activated and saved successfully.
  *
  * @return null
  */
 public function testActivate()
 {
     $this->assertTrue(iBundle::activate('docs'));
 }