예제 #1
0
 public function testCountIsEmpty()
 {
     $this->assertEquals(2, $this->properties->count());
     $this->assertFalse($this->properties->isEmpty());
     $this->properties->clear();
     $this->assertEquals(0, $this->properties->count());
     $this->assertTrue($this->properties->isEmpty());
 }
예제 #2
0
 public function clearValues()
 {
     $this->values->clear();
 }