object = new StandardFile(); } public function testMinimumFile() { $conf = (string)$this->object; $expected = <<assertEquals($expected, $conf); } /** * @expectedException InvalidArgumentException */ public function testFilterMissingOrInvalidProperties() { $this->object["MyPersonalSection"] = "Test"; } }