markTestIncomplete('testGet is not implemented yet'); } /** * Test for Config::__get() * **/ public function test__get() { $this->markTestIncomplete('test__get is not implemented yet'); } /** * Test for Config::__set() * **/ public function test__set() { $this->markTestIncomplete('test__set is not implemented yet'); } /** * Test for Config::Create() * Note: This method is static! * **/ public function testCreate() { $this->markTestIncomplete('testCreate is not implemented yet'); } }