コード例 #1
0
ファイル: CollectionTest.php プロジェクト: kachit/collection
 /**
  * RTFN
  */
 public function testClearCollection()
 {
     $this->testable->clear();
     $this->assertTrue($this->testable->isEmpty());
 }