container); $c = new Config($this->container); $this->assertEmpty($h->customCss()); $this->assertTrue($c->save(array('application_stylesheet' => 'p { color: red }'))); $this->assertEquals('', $h->customCss()); } }