コード例 #1
0
ファイル: InflectorTest.php プロジェクト: lerre/framework
 public function testDemodularize()
 {
     $this->assertEquals('Stuff', Mad_Support_Inflector::demodulize('Fax_Job_Stuff'));
     $this->assertEquals('Job', Mad_Support_Inflector::demodulize('Fax_Job'));
     $this->assertEquals('Fax', Mad_Support_Inflector::demodulize('Fax'));
 }