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