コード例 #1
0
ファイル: OpitExtensionTest.php プロジェクト: hkmshb/OpitHrm
 /**
  * testing getName method.
  */
 public function testFunctions()
 {
     $this->assertTrue(is_array($this->opitExtension->getFunctions()), 'GetFunctions: The given result is not an array.');
     $this->assertArrayHasKey('convertCurrency', $this->opitExtension->getFunctions(), 'GetFunctions: Missing array key.');
 }