Beispiel #1
0
 /**
  * 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.');
 }