assertEquals('5:15pm', $time->Nice()); Config::inst()->update('Time', 'nice_format', 'H:i:s'); $this->assertEquals('17:15:55', $time->Nice()); } }