Exemplo n.º 1
0
 /**
  * Retrieves module name from call stack objects
  *
  * @return string
  * @throws RuntimeException if assertion is called in not from EcomDev_PHPUnit_Test_Case
  */
 protected static function getModuleNameFromCallStack()
 {
     return TestUtil::getModuleNameFromCallStack();
 }