예제 #1
0
 /**
  * RTFN
  */
 public function testClearCollection()
 {
     $this->testable->clear();
     $this->assertTrue($this->testable->isEmpty());
 }