예제 #1
0
 public function testConstruct()
 {
     $p = new ImmutableOptions();
     $this->assertEquals(0, count($p->toArray()));
     $this->assertEquals(0, $p->count());
     $this->assertEmpty($p->getKeys());
 }