'ook'); $this->assertSame('ook', $c()); $c->disable(); $this->assertFalse($c()); $c->enable(); $this->assertSame('ook', $c()); } }