コード例 #1
0
ファイル: ibundle.test.php プロジェクト: neoighodaro/ibundle
 /**
  * Test fetch activated bundles.
  *
  * @return null
  */
 public function testFetchActivated()
 {
     $this->assertTrue(is_array(iBundle::activated()));
 }