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