mageekguy\atoum\asserters\adapter::callIsSet PHP Méthode

callIsSet() protected méthode

protected callIsSet ( )
    protected function callIsSet()
    {
        try {
            return parent::callIsSet();
        } catch (call\exceptions\logic $exception) {
            throw new exceptions\logic('Call is undefined');
        }
    }

Usage Example

Exemple #1
0
 protected function callIsSet()
 {
     try {
         return parent::callIsSet();
     } catch (adapter\exceptions\logic $exception) {
         throw new mock\exceptions\logic('Call is undefined');
     }
 }