mageekguy\atoum\asserters\adapter::callIsSet PHP Method

callIsSet() protected method

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

Usage Example

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