コード例 #1
0
ファイル: DocumentTest.php プロジェクト: nilamdoc/KYCGlobal
 public function tearDown()
 {
     Galleries::remove();
     Galleries::reset();
 }
コード例 #2
0
ファイル: DatabaseTest.php プロジェクト: rapzo/lithium
 public function testRemove()
 {
     $this->assertTrue(Galleries::remove());
     $this->assertTrue(Images::remove());
 }