コード例 #1
0
ファイル: InflectorTest.php プロジェクト: lerre/framework
 public function testClearCache()
 {
     Mad_Support_Inflector::setCache('documents', 'singularize', 'document');
     Mad_Support_Inflector::clearCache();
     $this->assertEquals(false, Mad_Support_Inflector::getCache('documents', 'singularize'));
 }