renamed MinkAwareContextInterface -> MinkAwareInterface

This commit is contained in:
everzet
2012-05-14 20:52:33 +02:00
parent 0ca2099fa3
commit c71f3ba2e6
4 changed files with 5 additions and 15 deletions

View File

@@ -470,16 +470,6 @@ trait MinkDictionary
system(sprintf($this->getMinkParameter('show_cmd'), escapeshellarg($filename)));
}
/**
* Returns list of definition translation resources paths.
*
* @return array
*/
public function getTranslationResources()
{
return $this->getMinkTranslationResources();
}
/**
* Returns list of definition translation resources paths for this dictionary.
*