public function testClearCache() { Mad_Support_Inflector::setCache('documents', 'singularize', 'document'); Mad_Support_Inflector::clearCache(); $this->assertEquals(false, Mad_Support_Inflector::getCache('documents', 'singularize')); }